@media only screen and (max-width: 1024px){

}
@media only screen and (max-width: 991px){
    .header-wrap .josh-logo {
        width: 90px;
        top: 2px;
        position: relative;
    }
    .header-wrap .use-info-div .dropdown-toggle span {
      display: none;
    }
    .header-wrap {
        padding: 15px 15px;
    }
    .header-wrap .use-info-div .dropdown-toggle {
        padding-right: 25px;
    }
    
}
@media only screen and (max-width: 767px) {
    .back-btn{
        margin-right: 7px;
      }
  
      .store-btn-wrap .filtermark.openmobsidebar{
      margin-left: 7px;

      }
      .productbanner .producrimg img{
        width: 100%;
      }
      
}

@media only screen and (max-width: 650px) {
    .owl-slider.prosliderbott .producrimg {
        height: 150px;
}
}
@media only screen and (max-width: 400px) {
    .owl-slider.prosliderbott .producrimg {
          height: 135px;
}
.branddetailselect ul li a {
    padding: 22px 20px 22px 40px;
}
.branddetailselect ul li a svg {
    left: 10px;
}
}
@media only screen and (max-width: 350px) {
.branddetailselect ul li a span {
    font-size: 12px;
}
}
