/* Support #83019 - Sidebar link hover color */

	div#cultureleft a:hover { color: #e1002d; }

/* Support #62828 - Padding above content */

	#contentbg { padding-top: 130px !important; }

/* Support #87127 - Hide shipping calculator button */

	a.shipping-calculator-button { display: none; }

/* Support #96149 - Hide shipping calculator button */

	@media (min-width: 992px) {
		.gallery-container .col-md-3 {
			width: 19.5%;
			padding: 2px;
		}
	}
	@media (max-width: 992px) {
		.gallery-container .col-md-3 {
			width: 46%;
		}
    }
	
    @media (max-width: 786px) {
		.gallery-container .col-md-3 {
			width: 46%;
			float: none;
		}
    }

/* Support #97373 - Hide $0 kit price for id 47657 */

	.woocommerce ul.products li.post-47657 span.price {
		visibility: hidden;
	}
    
    .single-product.postid-47657 span.amount {
        display: none;
    }