@media screen and (min-width: 850px) {
    .off-canvas .off-canvas-cart {
      width: 320px;
    }   
}

@media screen and (max-width: 850px) {
    div#masthead {
      padding: 0;
    }
}

@media screen and (min-width: 850px) {
    .mySwiperCon .swiper-slide,
    .mySwiperCha .swiper-slide {
        overflow: hidden;
        width: 100% ;
        height: 100%;
    }
    
    .mySwiperCon .swiper-slide {
        width: 100%;
        height: 95px !important;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    
}