/*
Theme Name: TupperBox Theme
Theme URI: https://www.portotheme.com/wordpress/porto
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
Developer: OliveVirtual
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.product-image .labels .onsale, .summary-before .labels .onsale{
	background-color:#a23c74;
}


/** HIDE SIDE BAR IN STOCK OFF */
.tax-product_cat.term-stock-off aside#woocommerce_product_categories-2{
	display:none;
}

#side-nav-panel .share-links {
    display: none !important;
}

 
.woocommerce-MyAccount-navigation-link--communication-preferences,
.woocommerce-MyAccount-navigation-link--downloads{
    display: none !important;
}

.hero-section{
	max-height:542px;
}

 
.post-image{
	height: 380px;
}
.post-image.img-thumbnail,.post-image.thumb-info{
	height:auto;
}
.thumb-info-wrapper{
	height:200px;
}
.post-image>img{
	height: 380px;
    object-fit: contain;
}
.post-image.single{
	max-height: 280px !important;

}


.page-id-143 .wp-post-image, .page-id-143 img.wp-post-image.lazyloaded{
	height: 280px !important;
	min-height:280px;
}
.post-content{
	padding-top:300px;
}