.view-product {
    
}

X.pProduct .sTop XXX.sHideOnDesktop {
    Xdisplay: block;
}

X.pProduct .sTop {
    display: flex;
    flex-wrap: wrap;
    margin: 40px auto;
}

X.pProduct .sTop > * {
    Xflex-basis: 50%;
    flex: 1 0 45%;
}

.pProduct .mProduct {
    margin: 40px auto;
}

.pProduct .sInformation {
    display: grid;
    grid-template-columns: minmax(560px, 1fr) minmax(560px, 1fr);
    Xgrid-template-rows: repeat(8, auto);
    grid-template-areas: "Gallery Title" "Gallery Tabs" "Gallery PriceBar" "Gallery Links" "Gallery Description" "Gallery Related" "Gallery Buttons" "Gallery ." ". .";
    column-gap: 10px;
    justify-content: stretch;
    padding: 0 10px;
}

.pProduct .sGallery {
    grid-row: 1 / -1;
    grid-area: Gallery;
}

.pProduct .sTitle {
    grid-area: Title;
}

.pProduct .sTabs {
    grid-area: Tabs;
}

.pProduct .sPriceBar {
    grid-area: PriceBar;
}

.pProduct .SLX_ProductLinks {
    grid-area: Links;
}

.pProduct .sDescription {
    grid-area: Description;
}

.pProduct .sRelatedProducts {
    grid-area: Related;
}

.pProduct .sButtons {
    grid-area: Buttons;
    align-self: start;
}

X.pProduct .sInformation {
    max-width: 602px;
}

.SLXGalleryMainImage {
    Xmax-width: 301px;
    
	Xflex-basis: 586px; /* image_width */
	Xflex-shrink: 0;
	Xflex-grow: 0;
	Xalign-self: stretch;
	Xbox-sizing: content-box;
	Xz-index: 10;
	Xborder: solid 2px #2b7ba4;
	Xborder-radius: 17px;
	cursor: zoom-in;
	margin: 5px auto;
	height: 430px;
	max-width: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.SLXGalleryMainImage img {
    display: block;
    margin: 0 auto;
	Xposition: absolute;
	Xtop: 0px;
	Xz-index: 20;
}

.SLXMainGallery {
    margin: 30px 0px 20px 0px;
}

.SLXMainGallery {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    list-style: none;
    padding: 0;
    Xflex-wrap: wrap;
    max-height: 150px;
    overflow: auto;
}



.pProduct .sInformation .sTitle {
    font-size: 28px;
    font-weight: bold;
    color: #909090;
    text-align: center;
    padding: 0px 5px 15px;
}

.pProduct .sInformation .sTitle a:hover {
    text-decoration: none;
}

X.pProduct .sInformation .sData {
    background-image: url(/images/InformationData-bg.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: 116px;
    color: #fff;
    font-size: 18px;
}

.pProduct .sInformation .sPriceBar {
    background-image: url(/images/PriceBar-bg.png);
    background-repeat: no-repeat;
    height: 58px;
    padding: 15px 15px 15px 140px;
    Xbackground-color: green;
    Xheight: 116px;
    color: #fff;
    font-size: 18px;
}

.pProduct .sInformation .sPriceBar .Price {
    Xdisplay: inline;
}

.pProduct .sInformation .sPriceBar .Price .sValue {
    font-weight: bold;
    font-size: 150%;
}

.pProduct .sInformation .sPriceBar .Price .sValue i.fas {
    font-size: 18px;
}

.SLX_ProductLinks {
    color: #fff;
    font-size: 18px;
    background-image: url(/images/ProductLinks-bg.png);
    background-repeat: no-repeat;
    height: 58px;
    padding: 10px 15px 15px 125px;
    text-transform: uppercase;
    width: auto;
	margin: 0px;
	display: flex;
	Xflex-wrap: nowrap;
    justify-content: space-between;
}

.SLX_ProductLinks > div {
    Xmax-width: initial;
    Xwidth: initial;
	flex-basis: 0;
	Xflex-grow: 1;
	text-align: center;
	padding: 0px 5px;
}

.SLX_ProductLinks > div:first-child {
	text-align: left;
	padding-left: 0;
}

.SLX_ProductLinks > div:last-child {
	text-align: right;
	padding-right: 0;
}

.SLX_ProductLinks a {
    color: #fff;
    white-space: nowrap;
    font-weight: bold;
    transition: color 400ms;
    text-decoration: none;
}

.SLX_ProductLinks a:hover {
    color: #2e6b47;
}

.SLX_ProductLinks i {
    font-size: 32px;
    margin-left: 10px;
    vertical-align: sub;
    text-align: center;
    width: 32px;
}



.pProduct .sInformation .sDescription {
    margin: 30px 0px;
    text-align: justify;
    font-size: 17px;
    line-height: 120%;
}

.pProduct .sInformation .sRelatedHeader {
    color: #3F8336;
    font-size: 25px;
}

.pProduct .sInformation .sRelatedProducts {
    
}

.pProduct .sInformation .sButtons {
    max-width: 230px;
    Xjustify-content: flex-end;
    Xmargin: 0 0 0 auto;
    justify-self: end;
}

