.productBuyInfo { display: none; }
.shippingCalculator { display: none;}
div.questionsSection { display: none;}



.headerShop #headerLogo {
    background-color: black;}
.header > div > div > div:nth-child(4) { display: none;}

.listingMore { display: none; }
#headerSearcher { visibility: hidden; }

#footer > div > div:first-child { display: none; }
#footer > div > div:nth-child(2) > div:first-child { display: none; }

#footer > div > div:nth-child(2) > div:nth-child(2) { display: none; }

@media only screen and (max-width: 501px) {
	
	#subheader {margin-top: -39px; }
body.listing .headerShop { display: none; }
body.gt280 .headerShop { display: block; }
#headerSearcher { display: none; }


.headerShop #headerLogo {
    background-color: black;}

#headerLogo { width: 100%;
    text-align: center;
    padding: 8px;}

#headerLogo img {width: 200px;
    height: 40px;
    max-height: 1000px;
    max-width: 1000px;}

#headerLogo a { float: none !important; }

.header > div > div > div.mobile { display: none; }

}