@media screen and (max-width: 1006px) {
    .right_ad{
        display: none;
    }
    .com_healper{
        grid-template-columns: 1fr 1fr;
      }
}
@media screen and (max-width: 1000px) {
    .gapper{
        height: 129px;
      }
    .coustom_navbar{
        grid-template-columns: 2fr 3fr;
        padding: 0 16px;
        height: 128px;
    }
    .search_header {
        order: 3;
        grid-column: span 2;
        margin-bottom: .75rem;
      }
      .cap_pos{
        margin-left: -300px;
      }
}
@media screen and (max-width: 990px) {

.main-container{
    display: block;
    width: 98%;
    margin: auto;
  }
}

@media screen and (max-width: 790px) {
    .side_bar{
        margin-left: -240px !important;
      }
    #cat_close{
        display: flex;
    }  
  
      .logo_header{
        display: none;
      }
      .cart_header{
        display: none;
      }
      .buttom_navigation{
        display: grid;
      }
      .coustom_navbar{
        height: 58px;
      }
      .search_header{
        margin: 0;
      }
      .wrapper{
        padding-left: 0px !important;
      }
      .gapper{
        height: 56px;
      }

      .product .product-box .product-detail .icon-detail{
        position: relative;
        opacity: 100;
        bottom: 0;
      }
      .col-md-4.col-6.col_class{
        padding: 1px !important;
      }
      .product-box{
        margin: 0;
        padding: 0;
      }
}

@media screen and (max-width: 600px) {
    .salider_head{
      height: 200px !important;
      }
      .nivoSlider{
        height: 200px !important;
      }
}
@media screen and (max-width: 575px) {
    .top_add{
        height: 70px;
    }
}
@media screen and (max-width: 480px) {
  .product .product-box .product-imgbox img{
    height: 195px !important;
  }
}
@media screen and (max-width: 415px) {
    .com_healper{
        grid-template-columns: 1fr;
      }
}
@media screen and (max-width: 400px) {
    .top_add{
        height: 50px;
    }
    .salider_head{
        height: 180px !important;
        }
      .nivoSlider{
        height: 180px !important;
      }
      .product .product-box .product-imgbox img{
        height: 195px !important;
      }
}
