

@media(max-width :992px){
.tab-content .tab-pane .img-fluid[alt^="Hoodie"]{
   transform: scale(1) ;
   width: 100%;
}
 .hod-parent .nav.flex-row.nav-tabs{
    justify-content: center;
 }
 .hod-parent button.btn-dark{
        width: 30%;
 }
 .hoodi{
    display: none;
 }
 .banner {
    & .custom-nav {

        left: 50%;
    }
}

}

@media(min-width :992px){

 .w-lg-50{
 width: 50% !important;
}
}

 @media (max-width:1330px) {
.menu-drop {
    padding: 20px 10px;
& span{
    display: none;
}
}
 }
 
 @media (max-width:1100px) {
  .header-control ul.navbar-nav+.dropdown{
    display: none;
  }
 }
@media (max-width:1190px) {
     .nav-drops{
        display: none;
     }
     .contact-info{
        display: none;
     }
     .nav-container .search-contact{
        width: 60%;
     }
     .nav-container .search-group{
    width: 100%;
     }
      .nav-wis  p span{
        display: none;
      }
}
@media (max-width:768px) {
    .search-contact{
        display: none !important;
    }
    .search-icon{
        display: block !important;
    }
    .nav-wis {
           [data-toggle='tooltip']{
            display: none;
           }
           & p{
            display: none;
           }
    }
    .menu-bar{
      display: block ;
    }

    .nav-logo{
        order: 2;
        width: 70%;
        text-align: center;
    }

   .nav-container .nav-logo .logo-content::before{
 content: '';
    width: 20px;
    height: 2px;
    background-color: rgb(209, 43, 43);
    position: absolute;
    left: 46%;
    top: 32%;
 }
    .menu-bar{
        order: 1;
        font-size: 20px;
    margin-top: 10px;
    }

    .nav-wis{
        order: 3;
    }
    .nav-container .nav-wis{
        gap: 20px;
    }
    .nav-container [data-toggle='tooltip']+div{
        order: 2;
    }
    .search-icon{
        order: 1;


    }
   .header-cat{
    display: none !important;
   }

   .gallery .col-md-6:nth-child(2){
    margin-top: -25px;
}
 .flash-deals{
    margin :30px 0;
 }
.flash-head .hover-line{
    bottom: 0;
    position: absolute;
}
 footer{
    text-align: center;
 }
.social-icons{
    justify-content: center;
}
 .banner{
    margin-top: 0;
 }

}

@media (max-width:1000px){
    .banner-rocol{
        flex-direction: column;
    }
    .banner .banner-col-one{
        width: 100%;
    }
    .banner-col-two{
        width: 100% !important;
    }
    .gallery{
    padding: 5px 5%;
}
}