/* @media only screen and (max-width: 1500px){

} */
@media only screen and (max-width: 3840px) {
    .category_module h3::after {
        left: 86px;
    }
}
@media only screen and (max-width: 1920px) {
    .category_module h3::after {
        left: 86px;
        top: 36px;
    }
}
@media (min-width: 1200px) {
    .overlay_button a {
        display: inline-block !important;
    }
    .style-1 .product-grid .btn-icon,
    .style-1 .product-grid .btn-dark {
        opacity: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .menu_search_wrapper {
        width: 30%;
    }
    .menu_search_wrapper {
        width: 43%;
        background: #fff;
        height: 48px;
        left: 54%;
    }
    .item_privacy_sopping ul {
        padding: 22px 10px;
    }
    .category_module h3 {
        width: 100% !important;
    }
    .category_module h3::after {
        left: 54px;
    }
    .overlay_button a {
        display: inline-block !important;
    }
    .style-1 .product-grid .btn-icon,
    .style-1 .product-grid .btn-dark {
        opacity: 0;
    }
    .product-info .right {
        margin-left: 0px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mini_menu_trigger {
        border: 1px solid transparent;
        position: absolute;
    }
    .menu_search_wrapper {
        width: 80%;
        background: #fff;
        height: 48px;
        left: 12%;
        top: 0px;
    }
    .category_module h3 {
        width: 100% !important;
    }
    .category_module h3::after {
        left: 60px;
    }
    .product-info .right {
        margin-left: 0px !important;
    }
    .category_dorpdowen {
        width: 100%;
        top: 0px;
        left: 221px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .category_module h3::after {
        left: 88px;
    }
    .category_dorpdowen {
        width: 70%;
        top: 44px;
        left: 0px;
    }
}
