/* Extra Small Device */
@media (max-width: 426px){

    .logo a {
        font-size: 20px;
    }
    .logo a img {
        width: 60px;
        max-height: 50px;
        object-fit: contain;
    }

    .mainSlider .slick-slide {
        height: 110px !important;
    }
}

@media (max-width: 767px) {
    .main_header{    margin-top: 0;
        padding: 5px 0;}
    .widget_header{padding-bottom: 5px;margin-bottom: 15px;}


    .sidebar_widgets_wrap{position: fixed;
        right: 0;
        top: 0;
        background: rgba(0, 0, 0, .6);
        width: 100%;
        z-index: 10;
        height: 100%;visibility: hidden;
        opacity: 0;}

    .sidebar_widgets_wrap .sidebar_widgets{
        /* width: 100%; */
        padding: 15px;
        width: 280px;
        background: #fff;
        height: 100%;
        position: absolute;
        left: -280px;
        overflow: scroll;}
    .orderby {
        padding: 6px 3px;
    }

    .rating>label:before {
        font-size: 25px;
    }
    .spr_average .spr_amount {
        font-size: 35px;
    }
    .spr_average .r_star {
        width: 30px;
    }
    .spr_average .r_star_top svg {
        width: 30px;
        height: 30px;
    }

    .side_cart_section {
        right: -300px;
        width: 300px;
    }
    .spacial_offer h3{font-size: 16px;}
    .spacial_offer h2{font-size: 22px;}
    .spacial_offer p{margin-top: 25px;margin-bottom: 0;}
    .spacial_offer .so_button{margin-top: 0;}
    .dp_hover_items{opacity: 1;}
    .slider_content{display: none;}
    .special_offers_section .next-button{display: none !important;}
    .special_offers_section .prev-button{display: none !important;}
    .show_sc {
        right: 0;
    }
    .cib_remove{
        right: 7px;
        top: 0;}
}


/* Small Device */
@media (min-width: 768px) {

    .sidebar_widgets_wrap{position: fixed;
        right: 0;
        top: 0;
        background: rgba(0, 0, 0, .6);
        width: 100%;
        z-index: 10;
        height: 100%;
        visibility: hidden;
        opacity: 0;}

    .sidebar_widgets_wrap .sidebar_widgets{
        /* width: 100%; */
        /* padding: 15px; */
        width: 300px;
        background: #fff;
        height: 100%;
        position: absolute;
        left: -300px;
        overflow: scroll;}


    .spacial_offer h3{font-size: 16px;}
    .spacial_offer h2{font-size: 22px;}
    .spacial_offer p{margin-top: 25px;}
    .spacial_offer .so_button{margin-top: 25px;}

}

/* Medium   Device */
@media (min-width: 992px) {

    .sidebar_widgets_wrap{position: unset;
        visibility: visible;
        opacity: 1;height: unset;}
    .sidebar_widgets_wrap .sidebar_widgets{position: unset;height: unset;width: 100%;overflow: hidden;}

    .spacial_offer h3{font-size: 18px;}
    .spacial_offer h2{font-size: 35px;}
    .spacial_offer p{margin-top: 45px;}
    .spacial_offer .so_button{margin-top: 45px;}

}

/* Large Device */
@media (min-width: 1200px) {


    .spacial_offer h3{font-size: 18px;}
    .spacial_offer h2{font-size: 58px;}
    .spacial_offer p{margin-top: 70px;}
    .spacial_offer .so_button{margin-top: 70px;}

}
