
/* 
body.pixiedust .page-header .logo .logo-alt{display: none !important;} 
*/

@media screen and (max-width: 767px) {
    body.pixiedust .page-header .header.content .logo img{width: 295px;object-fit: contain;object-position: left;position: relative;top: -2px;}
}

@media screen and (max-width: 599px) {
    .mob-to-tab{display:block;}
    .tab-to-des{display:none;}
    body.pixiedust .pm-fblock-wrap.pm-columns_style10 .pm-fb{min-height: 240px;}
    body.pixiedust .pm-fblock-wrap.pm-columns_style11 .pm-fb{min-height: 240px;}
    .jumbotron{min-height: 50px;}
    /* .cms-index-index .easyslide-wrapper {min-height: 160px;} */
    .cms-index-index .jumbotron.no-padding .container {padding-top: 5px;}
    .catalog-category-view .pm-columns_style8{min-height: 235px;}
    .catalog-category-view .wrap-style8{min-height: 235px; width: 100%; overflow: hidden;}
    .catalog-category-view .wrap-style8 .pm-fb:not(.slick-slide){display: none;}
    .catalog-product-view .product.media{min-height: 370px;}
    .catalog-product-view .product.media .gallery-placeholder{min-height: 370px;}
}

@media screen and (min-width: 600px) {
    .mob-to-tab{display:none;}
    .tab-to-des{display:block;}
}