@media screen and (max-width: 480px) {
    .header {
	    height: 86px;
    }
}
@media screen and (max-width: 991px) {
    body {
	    padding-top: 88px !important;
    }
    
    .header-container.header-main.has-mobile-layout {
        position: fixed;
        top: 0;
    }
}
@media screen and (max-width: 480px) {
    body {
	    padding-top: 86px !important;
    }
}
#block-7 {
    height: 72px;
}
@media screen and (max-width: 480px) {
    .product-page .product-content .single-product-image-wrapper {
        height: 532px;
    }
}
@media screen and (max-width: 768px) {
    #secondary {
        margin-bottom: 0;
    }
    
    .widget.widget_wpc_filters_widget {
        margin: 0 !important;
    }
}