/* Extra Small Device */
@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;} */

    .slider_content h2 {
        font-size: 30px;
        color: white;
    }
    .slider_content .animated-button {
        padding: 10px 14px !important;
        width: auto !important;
        display: inline-block !important;
        height:auto !important;
    }
    .slider_desc_content{
        display: none !important;
    }
    .slider_section{
        height: 80vh;
    }
    .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;}

        .gallery-thumbs {
            max-height: 290px !important;
        }
        .dp_thumb, .category_carousel_special .bc_thumb, .category_carousel .bc_thumb{
            padding-top: 0%;
        }

        .category-product-col .dp_box{
            height: 100%;
        }
        .category-product-col .dp_thumb  {
            height: 440px;
        }
}


/* Small Device */
@media (min-width: 768px) {
    .dp_thumb, .category_carousel_special .bc_thumb, .category_carousel .bc_thumb{
        padding-top: 0%;
    }
    .gallery-thumbs {
        max-height: 280px !important;
    }


    .slider_desc_content{
        display: none !important;
    }
    .slider_content h2 {
        font-size: 35px;
        color: white;
    }
    .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;}

}
