@media screen and (min-width:992px) and (max-width:1199px) {
    
    .title_txt{
        font-size: 45px;
    }
    .banner-men{
        width: 20%;
        right: 80px;
        top: 80px;
    }
    .wave_line{
        width: 175px;
    }
    .slidebar_list{
        top: 150px;
    }

}
@media screen and (max-width:991px) {
    
    body{
        font-family: var(--fontJost);
        line-height: 28px;
        background-color: var(--white);
    }
    .mobile_menu{
        position: absolute;
        background-color: var(--white);
        top: 100%;
        left: 0;
        width: 100%;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
        z-index: 999;
    }
    .main_menu li a.active::before,
    .main_menu li a:hover::before{
        display: none;
    }
    .side_icon a{
        height: 30px;
        width: 30px;
        line-height: 33px;
        font-size: 14px;
    }
    .title_txt{
        font-size: 32px;
    }
    .txt_img{
        width: 145px;
        height: 61px;
        background-size: cover;
    }
    .banner-girl{
        width: 20%;
        position: static;
    }
    .banner-men{
        width: 20%;
        right: 80px;
        top: 80px;
        position: static;
    }
    .wave_line{
        width: 130px;
    }
    .slidebar_list{
        top: 0;
    }
    .single_pro{
        border: none !important;
        border-bottom: 1px var(--themeOrange) solid !important;
        /* padding: 50px; */

    }
    .sec_title p.h1{
        font-size: 30px;
    }
    .sec_title p.sub_title{
        font-size: 18px;
        width: 75%;
    }
    .sec_title::before,
    .sec_title::after{
        display: none;
    }
    .sec_discount{
        background-color: var(--themeBg);
    }
    .discount_side_img{
        left: 0;   
        text-align: center;
        z-index: 0;
    }
    .discount_side_img img{
        width: 100% !important; 
        margin: 0 auto;
    }
    .explore{
        margin-left: 20px
    }


}

@media screen and (max-width:575px) {
    /* .spacer{
        padding: 40px 0;
    } */
    .navbar-toggler{
        padding: 5px;
    }
    .wave_line{
        width: 120px;
    }
    .main_revamp{
        margin-top: 50px;
    }
    .banner_sidebar li a{
        font-size: 16px;
    }
    .offer-img{
        margin-top: 30px;
        width: 60% !important;
    }
    .single_pro{
        padding: 50px 30px;
    }
    .why_choose_img{
        margin-top: 50px;
    }
    .why_choose_img::after{
        top: 0;
        right: 10px;
    }
    .why_choose_img::before{
        top: 30%;
        left: 20px;
    }
    .time_counter{
        font-size: 32px;
        justify-content: space-between;
        margin: 25px 0;
    }
    .time_label{
        margin: 3px;
    }
    .logo_box{
        width: 90% !important;
        top: -50px;
    }
    .input_element{
        width: 100%;
    }
    .main_revamp .sec_title::before,
    .main_revamp .sec_title::after{
        display: none;
    }
    .txt_box{
        padding: 22px;
    }
    .news_submit{
        padding: 10px 15px;
    }
    .main_footer{
        text-align: center;
    }
    .foot_menu{
        display: block;
    }
    .dark_footer{
        margin: 15px;
    }
    .visit_store{
        margin-top: 100px;
    }
    .social_icon{
        margin-bottom: 20px;
    }
    .contact_sec{
        flex-direction: column;
        justify-content: center;
    }
    .contact_info ul{
        flex-direction: column;
    }
    .contact_info ul li{
        margin-left: 0;
    }
    .foot_extra_info{
        text-align: left;
    }
    .info_title{
        margin-bottom: 30px;
    }
    .our_client_title{
        position: static;
    }
    #testimonial .owl-stage-outer{
        padding-top: 0px;
    }
    .client_story {
        padding-bottom: 100px;
    }
    .client_img{
        width: 124px;
        height: 184px;
    }
    .client_info{
        top: -50px;
        left: 15px;
    }
    .client_men{
        right: -130px;
    }
    .client_men img{
        width: 65% !important;
    }
    .see_all{
        display: none;
    }
    .left_client_box{
        margin-top: 100px;
    }
    .client_circle {
        left: -3px;
        bottom: -13px;
    }
    .client_circle img{
        width: 150px;
    }
    #testimonial .owl-dots{
        left: 50%;
        top: 50px;
        transform: translateX(-50%);
        width: 60%;
        height: auto;
        flex-direction: row;
        justify-content: space-between;
        position: relative;
    
        &::before{
            content: '';
            height: 1px;
            width: 100%;
            top: 5px;
            left: 0;
        }
    }
    #testimonial .owl-dots .owl-dot{
        display: inline-block;
    }
    #testimonial .owl-dots .owl-dot span{
        height: 5px;
        width: 60px;
    }
    .item_count_start{
        bottom: -62px;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        height: auto;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

    /* category page */

    .product_tab{
        flex-wrap: nowrap;
        flex-direction: row;
        overflow-x: auto;
        justify-content: flex-start;
        white-space: nowrap;
    }

    .breadcrumb_tag{
        font-size: 13px;
        padding: 10px 0;
        border-width: 5px;
    }
    .breadcrumb_logo{
        background-color: transparent;
        overflow: hidden;
    }
    .breadcrumb_logo img{
        height: 70px;
        width: 70px;
    }
    .bread_title{
        top: 100px;
        left: 50%;
        translate: -50% 0;
        width: 80%;
        text-align: center;
    }
    .bread_title .breadcrumb
    {
        justify-content: center;
    }
    .breadcrumbs{
        background-position: center top;
    }
    .breadcrumb_lady{
        left: 5%;
        bottom: 140px;
        width: 90%;
    }
    .breadcrumb_shirt {
        top: 23%;
        left: 6%;
    }
    .title_dots{
        margin: 0 auto;
    }
    .title_line{
        display: block;
        position: relative;
        left: 0;
        bottom: 0px;
        margin: 0px auto -20px;
    }
    .about_content{
        margin: 0 20px 0;
    }
    .about_content .about_text{
        margin-bottom: 50px;
    }
    #counter-container .count.percent{
        font-size: 45px !important;
        background: transparent;
        background-clip: initial;
        -webkit-text-fill-color: #E86A56;
    }
    .single_count{
        padding-bottom: 30px;
    }
    .single_count::before{
        background-image: linear-gradient(to right,#000, #E86A56, #000);
        width: 30%;
        height: 2px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        top: auto;
    }
    .about_center_img{
        padding: 0;
    }
    .wear_lable{
        right: -50px;
        top: 100px;
    }
    .left_round_img{
        position: static;
        width: 100%;
        margin-top: 100px;
    }
    .multi_brand_img{
        padding: 40px 0 !important;
    }
    #gallery .owl-stage .owl-stage-outer{
        height: 200px;
    }
    #gallery .owl-stage{
        display: flex;
        height: 200px;
        align-items: center;
    }
    #gallery .owl-item{
        position: relative;
        left: 0;
    }
    .handbags_bg_img{
        background-image: url('../image/handbag_left_top.png'), 
                          url('../image/handbag_right_bottom.png'), 
                          url('../image/handbag_right2.png');
        background-repeat: no-repeat;
        background-size: 80%, 60%, 30%;
        background-position: 0px 15%, right bottom, right 91%;
        padding-bottom: 400px;
    }
    .handbags_bg_img .sec_title{
        margin-bottom: 270px;
    }

    .trends_img{
        margin: 10px 30px;
    }
    .customize .sec_title h1{
        font-size: 30px;
    }
    .single_small{
        width: 180px;
        height: 80px;
    }
    .customize_small_img{
        transform: translateX(-45%)
    }
    .personalize_img{
        margin-bottom: 50px;
    }
    .all_map_location{
        text-align: center;
        margin-top: 0 !important;
        background-image: none;
        height: auto;
    }
    .location{
        position: static;
        margin-bottom: 30px;
    }
    .close_note{
        width: 100%;
        margin-bottom: 30px;
    }
    .why_choose .accordion-button{
        font-size: 16px;
        padding: 40px 0;
    }
    .why_choose .accordion-body{
        font-size: 12px;
    }
    .why_choose_us{
        background-position: right bottom;
        background-size: 80%;
    }
    .why_choose_img{
        margin-top: 100px;
    }
    .orange_star{
        top: -80px;
        right: 15%;
        width: 39px;
    }
    .why_choose_img img{
        width: 90% !important;
    }
}