div.mainPictureDesktop img{ height: auto; width: 500px; max-height: 4000px; object-fit: initial; }
body div.productBuy {  margin-left: 664px; } 

div#productPictures { width: 60%; flex-direction: column; justify-content: space-around; align-items: center; }

div#productInfo { width: 40%; }
span.productVat { font-size: 16px; color: #777; display: inline-block; }
div.product span.productVat { font-size: 12px; }
div.productSales { display: none; }
#productBuySales { display: none; }

@media only screen and (max-width: 501px) {
	div#productMain { margin-top: 50px;}
	div#productMain > div.inner { display: block; }
	div#productPictures, div#productInfo { width: 100%; border-left: 0px; padding-left: 0px;}	
	div#productMainPictureMobile img { width: 100%; }
	
	div#headerLogo { height: 40px; }
	div#headerLogo img { display: none !important; }
	div#headerLogo a { background-image: url('https://compraronline.s3.amazonaws.com/Shop/203/1714652426168_400.png'); 
		background-repeat: no-repeat; 
		background-size: 80px auto; height: 40px; width: 80px; background-position: center; display: block;}
		
	body#landing.lt280 div#headerLogo a { background-size: auto; width: auto; }
	
	div.listingIcon { display: none; }
	div.listing_filter { display: none; }
}

div#headerProvince { display: none; }
div#headerShopInfo { display: none; }
div#backArrow { display: none; }

div#productMainPicture img { width: 400px; }

div#productOtherPictures { order: 2; display: flex; width: auto; max-width: 90%; overflow-y: auto;}
div#productOtherPictures img { width: 70px; height: 70px; }


div#productDescriptionOutter { display: none; }
div#productShippingCalculator { display: none; }
div#productAsk { display: none; }
div.productBuyInfo { display: none; }

div#footer_ecom { display: none;}

div.swiper-pagination { max-height: 24px; }

.listing_filter .filter_price {  border: 1px solid var(--color1) !important; }

#footer { background-color: var(--color1); }
.footerTitle { color: white; }
#footer .inner > div { color: white !important; }
