@media screen and (max-width: 1280px) {
    .hdr-icons li {
      padding: 0 33px 0 10px;
    }
  }
  
  @media screen and (max-width: 1024px) {
    header .navbar-light .navbar-nav .nav-link{
      margin-right: 0.5rem;
    }
    .search {
      width: 160px;
    }
    .slider-area .carousel-caption h1, .slider-area .carousel-caption h2 {
      font-size: 40px;
      line-height: 16px;
    }
    .category_selection .col-md-7, .category_selection .col-md-5 {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%;
  }
  .category_selection .col-md-7 img, .category_selection .col-md-5 img  {
    height: auto;
    margin-bottom: 20px;
  }
  .hdr__search {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .slider-area .carousel-caption h4.logo-label{
    font-size: 25px;
 
  }
  a.btn.btn-outline-dark{
    padding: .375rem .775rem;
    font-size: 13px;
  }
  .carousel-indicators
  .slider-area .carousel-caption h5{
    font-size: 29px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    margin-top: 7px !important;
  }
  .slider-area .carousel-caption a{
    font-size: 19px;
    line-height: 36px;
    height: 36px;
    margin: 0 auto;
    width: 153px;
    margin-top: 15px;
  }
  
  .hdr-rgt {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .hdr__logo {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  header .navbar-light {
    justify-content: center;
  }
  .hdr__lang ul{
    text-align: right;
  }
  .hdr__mid {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .cart__productImg {
    width: 21%;
  }
  .cart__productTitle {
    width: 65%;
  }
  .order-dtlLft .cart__productImg img {
    width: 150px;
  }
  .dashboard-area .table-responsive .orders-tabele {
    width: 880px;
  }
  .cat_list .hover {
    height: 93.5%;
    width: 88%;
}
.cat_list .hoverBrd {
  width: 83%;
  border: #fff solid 1px;
  height: calc(92% - 10px);
  margin: 10px;
}
  }
  
  @media screen and (min-width: 997px) {
    .wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; 
    } 
  }
  
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 20px; 
    } 
  }    
  
  @media (max-width:812px){
  .slider-area .carousel-caption{
    max-width: 100%;
  }
  .slider-area .carousel-item {
    min-height: 347px;
    height: 27vh;
  }
  .hdr-rgt {
    max-width: 64%;
    flex: 0 0 64%;
  }
  .hdr__search {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hdr__mid {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .hdr__logo {
    margin: 0 auto;
  }
  .cat_list .hover h2{
    font-size: 15px;
  }
  .products_wrapper .products_cont .addcartbtn {
    font-size: 15px;
    padding: 0px 10px;
    line-height: 44px;
    height: 40px;
  }
  .size {
    margin-right: 2px;
  }
  .details .add-to-cart {
    padding: 0 28px;
  }
  .input-number {
    padding: 0 6px;
  }
  .recommended_products .products_cont .addcartbtn{
    padding: 0 15px;
  }
  .process-area li.nav-item {
    padding: 0 40px;
  }
  .cart__productImg img , .order-dtlLft .cart__productImg img{
    width: 115px;
  }
  .product-quantityBox .input-number {
    width: 50px;
  }
  .product-line-priceInr h5 {
    font-size: 22px;
  }
  button.remove-product svg {
    width: 20px;
    height: 20px;
  }
  .cart-box {
    padding: 20px;
    margin-bottom: 30px;
  }
  .cart-buttons a {
    line-height: 52px;
    padding: 0 10px;
    font-size: 15px;
  }
  .cart-delivery div.radio-box {
    width: 230px;
  }
  .cart-calc table tr td {
    padding: 10px 0;
  }
  .cat_list .hoverBrd {
    width: 99%;
    border: #fff solid 1px;
    height: calc(100% - 10px);
    margin: 10px;
}
 .icon-three {
    display: block;
}
.icon-three {
  position: absolute;
    top: -102px;
    left: initial;
    right: 0;
    width: 44px;
    height: 35px;
    cursor: pointer;
    border: 1px solid #333;
    border-radius: 5px;
}

.hamburger-three:before,
.hamburger-three:after {
  content: '';
    position: absolute;
    width: 24px;
    height: 3px;
    background: #333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
    left: 0px;
    right: 0px;
}

.icon-three.active-three .hamburger-three {
  background:rgba(0,0,0,0);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}

.icon-three.active-three .hamburger-three:before {
  top: 0;
  transform:rotate(135deg);
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

.icon-three.active-three .hamburger-three:after {
  top: 0;
  transform:rotate(225deg);
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}
.hamburger {
  top: 42%;
  left: 8px;
  width: 24px;
  height: 3px;
  background: #333;
  position: absolute;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  transition: 0.5s;
}

.hamburger:before {
  top: -9px;
}

.hamburger:after {
  top: 9px;
}
.bottom_footer{
  overflow: hidden;
}
.social-nav a i{
    margin-right: 0;
}
#footer .col-md-3:last-child img {
    width: 99% !important;
}
.slider-area .carousel-caption{
  top: 4em;
  max-width: 50%;
}

  }
  
  @media (max-width:768px){
  
  .hdr-rgt {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .hdr__lang ul{
    display: inline-flex;
  }
  .hdr__lang ul.hdr-icons{
    margin-top: 0;
  }
  header .top-left ul li{
    font-size: 12px;
  }
  .slider-area .carousel img{
    height: 76px;
  }
  .search{width: 90%;}
  .recommended_products .products_cont .addcartbtn{
    padding: 0 10px;
  }
  #footer .joinus{
    padding: 15px 30px;
    margin-top: 0;
  }
  .bottom_footer p {
    margin: 10px 0 10px 0;
    font-size: 10px;
    text-align: center !important;
  }
  .tabs-log{
    margin-top: 30px !important;
  }
  .login-area {
    padding: 0px 0;
  }
  .size{
    padding: 5px 20px;
  }
  .details .like {
    padding: 0 35px;
  }
  .process-area li.nav-item {
    padding: 0 30px;
  }
  .cart-table tr th {
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 35px;
  }
  .cart-delivery div.radio-box {
    width: 220px;
  }
  .cart-delivery .radio-box label {
    font-size: 18px;
    padding: 65px 40px 0;
  }
  .cart-buttons a {
    padding: 0 8px;
    font-size: 14px;
  }
  .carousel-indicators{
    display: none;
  }

  }
  @media all and (max-width: 1024px) and (min-width: 768px) {
    .add-address .border.border-dark.p-5{
      padding: 1rem!important;
    }
    a.btn.btn-outi.btn-outline-dark{
      height: 44px;
    padding: 0 17px;
    font-size: 15px;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
    border-radius: 0;
    box-shadow: none;
    transition: all 0.25s ease 0s;
    }
    .dashboard-area .cart-table .cart__productImg {
      width: 38%;
    }
    .dashboard-area .cart-table .cart__productTitle{
      white-space: nowrap;
    }
    .cart__productTitle span.text-grey{
      float: left;
    }
    .cart__productImg{
      width: 48%;
    }
  }
  
  @media (max-width:767px){
     .payment-checks li{
      padding-right: 19px;
     }
     .category_selection h1{
          font-size: 20px;
     }
    #footer h5 {
      padding-left: 0;
      border-left: transparent;
      padding-bottom: 0px;
      margin-bottom: 10px;
    }
    .dashboard-area .cart-table .cart__productImg{
      width: 38%;
    }
    .dashboard-area .cart-table .cart__productTitle{
      float: left;
      width: 57%;
      line-height: 24px;
      padding: 0;
      white-space: nowrap;
    }
    .cart__productTitle span.text-grey{
          float: left;
          width: 100%;
    }
    .cart__productImg img, .order-dtlLft .cart__productImg img{
      width: 100%;
    }
    .ctg-sel-mb {
        margin: 10px 0;
    }
    .cat_list li {
      width: 50%;
      margin: 0 auto;
      flex: none;
  }
  .cat_list .hover {
    height: 95.5%;
    width: 92%;
  }
  .cat_list .hoverBrd {
    height: 95%;
  }
  .cat_list .hover h2 {
    font-size: 20px;
  }
  .products_box{
    max-width: 50%;
  }
  .products_wrapper .products_cont {
    margin-bottom: 30px;
  }
  .qty .input-group {
    max-width: 130px;
  }
  h5.sizes {
    margin-top: 40px;
  }
  .top-bar-free{
    font-size: 14px;
  }
  .search{display: none;}
  .hdr__lang ul.hdr-icons{

  }
  header .navbar-light .navbar-toggler {
    border: #707070 solid 1px;
  }
  .product-line-priceInr h5 {
    font-size: 20px;
  }
  .cart__coupon .form-inline .form-control {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .cart-lft, .cart-rgt{
    margin: 0px 0;
  }
  .cart-delivery {
    margin-top: 50px;
  }
  .cart-delivery {
    margin-top: 50px;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .add__box {
    max-width: 250px;
    margin: 0 auto;
  }
  .address-form .form-group {
    margin-bottom: 2rem;
  }
  .payment__inr {
    padding: 50px 20px;
  }
  .payment__inr {
    padding: 50px 20px;
    width: auto;
    max-width: none;
    flex: none;
  }
  .address-col {
    padding-bottom: 50px;
  }
  .contact__address{
    margin-top: 50px;
  }
  .cat_list .hoverBrd {
    width: calc(100% - 22px);
  }
  .products_wrapper{
      margin-top: 30px;
  }
   
ul.navbar-nav {
    margin-top: 6px;
}
header li.nav-item{
  width: 100%;
}
.details .product-title{
  font-size: 22px;
}
.sponser p{
      font-size: 13px;
}
.price span, .price{
  font-size: 15px;
}
.detail_size .col-md-4 {
    width: 33.33%;
}
.category_selection .col-md-10 {
    width: 70%;
}
.category_selection .col-md-2 {
    width: 30%;
}
#footer .col-md-3:last-child img {
    width: 46% !important;
}
.preview-thumbnail.nav-tabs li{
      width: 19%;
    margin-bottom: 15px;
    height: 71px;
    overflow: hidden;
    margin-right: 4px;
}
.category_selection{
      padding-top: 0px;
    padding-bottom: 0px;
}
#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
.bottom_footer{
    width: 100%;
    /*display: inline-block;*/
    overflow: hidden;
}
.bottom_footer p{
  font-size: 8px;
}

  }
  
  @media screen and (max-width: 668px) {
    .cat_list .hover {
      height: 95%;
      width: 91%;
    }
    a.btn.btn-outline-dark {
        padding: .375rem .575rem;
        font-size: 10px;
    }
    #footer h5 {
      font-size: 18px;
    }
    header .navbar-light {
      padding-top: 5px;
  }
  .hdr-icons li {
    padding: 0 11px 0 10px;
  }
  .process-area .nav-pills .nav-link h5, .process-area .nav-pills .show>.nav-link h5 {
    font-size: 16px;
  }
  .cart-table table{
    width: 770px;
  }
  .cart-buttons a {
    font-size: 16px;
  }
  .cart-modal-box .cart__product{
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .cart-modal-box.order-dtlTitle {
    margin-top: 20px;
  }
  }
  
  @media screen and (max-width: 640px) {
    header .navbar-light {
      justify-content: flex-start;
    }
    .hdr__search {
      flex: 0 0 100%;
      max-width: 100%;
  }
  .hdr-rgt {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .hdr-icons li {
    padding: 0 33px 0 10px;
  }
  .hdr__lang ul {
    text-align: left;
  }
  .process-area li.nav-item {
    padding: 0 20px;
  }
  .order-dtlLft .cart__productImg {
    width: 20%;
  }
  .confirm__icon svg {
    height: 150px;
    width: 150px;
  }
  .top-left.col-md-6 {
    width: 50%;
  }
  header .top-left ul li:last-child{
    display: none;
  }
  .top-right.col-md-6{
    width: 50%;
  }
  
  .shopping-cart, .shopping-wishlist{
        width: 320px;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        left: 0 !important;
  }
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 0px !important;
  }
  .hdr__lang ul.hdr-icons li a img{
    width: auto !important;
    height: 30px !important;
  }
  .hdr-icons .shopping-cart.dropdown-menu.show{
      left: -13vh !important;
  }
  .slider-area .carousel img{
        height: 83px;
  }
  a.btn.btn-outi.btn-outline-dark{
    padding: 0 27px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .add-address .border.border-dark.p-5 {
    padding: 1rem!important;
  }

  }
  
  @media screen and (max-width: 568px) {
    ul.list-unstyled.quick-links {
      margin-bottom: 40px;
    }
    .cat_list .hoverBrd {
      height: 94%;
  }
  .cat_list .hover {
    height: 94%;
    width: 89.5%;
  }
  .hdr-icons li {
    padding: 0 10px 0 4px;
  }
  .slider-area .carousel-caption h5 {
    font-size: 13px;
    margin-top: 0 !important;
  }
  .slider-area .carousel-caption h1, .slider-area .carousel-caption h2 {
    font-size: 23px !important;
    line-height: 33px;
  }
  .slider-area .carousel-caption h6 {
    font-size: 16px;
  }
  .process-area li.nav-item {
    padding: 0 15px;
    width: 100%;
  }
  .cart-modal-box .cart__productTitle{
    margin-top: 20px;
  }
  .cart-modal-box h5{
    font-size: 24px;
  }
  .cart-modal-box svg {
    height: 50px;
    width: 50px;
  }
  .cart-modal-box .cart__productImg {
    width: 100%;
  }
  .cart-modal-box .cart__productTitle {
    padding-right: 0;
}
.slider-area .carousel-caption a{
    font-size: 14px;
    height: 41px;
    line-height: 38px;
    margin-top: 11px;
    max-width: 100px;
}
.hdr__logo a.navbar-brand img{
  height: 93px;
}
  
.cat_list .hoverBrd {
    display: none;
}
.top-bar-free {
    font-size: 9px;
    font-family: "Acumin Variable Concept";
}
.hdr__lang ul.hdr-icons{
    position: absolute;
    top: 56px;
    right: 71px;
    z-index: 99;
    margin-top: 0;
}
  .hdr__lang ul li{
   border-right: none; 
  }


  }
          
  @media screen and (max-width: 415px) {
  .hdr__logo {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hdr__logo a.navbar-brand {
    margin: 0 auto;
    display: block;
  }
  header .navbar-light {
    padding: 0;
  }
  .search {
    margin: 23px 0 0 0;
  }
  .search input {
    line-height: 19px;
  }
  ul.hdr-icons , .hdr__login {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -70px;
    margin-right: 0;
  }
  
  ul.hdr-icons {
    margin-right: 0;
    margin-top: 38px;
  }
  .hdr-icons li {
    padding: 0 19px 0 10px;
    border: none !important;
  }
  header {
    padding: 10px 0 15px;
  }
  header {
    border-top: 0px #333333 solid;
    padding: 10px 0 15px;
  }
  .cat_list li {
    width: 100%;
  }
  .cat_list .hover {
    height: 96%;
    width: 93%;
  }
  .cat_list .hoverBrd {
    height: 96%;
  }
  .products_box {
    max-width: 100%;
  }
  .recommended_products .products_cont .addcartbtn {
    padding: 0 20px;
  }
  .slider-area .carousel-caption h1, .slider-area .carousel-caption h2 {
    font-size: 44px;
    margin-top: 0;
  }
  .hdr__logo{
    text-align: left;
  }
  .details .add-to-cart, .details .like {
    width: 49%;
  }
  .details .like {
    margin-left: 0;
  }
  .process-area .nav-pills .nav-link h5, .process-area .nav-pills .show>.nav-link h5 {
    font-size: 14px;
  }
  .process-area .nav-pills .nav-link svg {
    width: 30px;
    height: 30px;
  }
  .process-area li.nav-item {
    padding: 0 3px;
  }
  .cart-delivery div.radio-box {
    width: 150px;
  }
  .confirm-area .order-dtlLft .cart__productImg img {
    width: 95px;
  }
  .confirm-area .cart__product {
    flex-direction: column;
  }
  .confirm-area .order-dtlTitle {
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
  .confirm-area .order-dtlHed h4{
    justify-content: center;
  }
  .shopping-cart:after, .shopping-wishlist:after{
    display: none;
  }
  .shopping-wishlist{
    margin-left: -140px;
  }
  .shopping-cart {
    margin-left: -180px;
  }
  .hdr-rgt {
    max-width: 100%;
    flex: 0 0 100%;
}
.search {
  width: 120px;
  display: none;
}
.cart-modal-btns ul li a.btn-black{
  margin-bottom: 10px;
}

  }
  
  @media screen and (max-width: 376px) {
    .slider-area .carousel-caption h1, .slider-area .carousel-caption h2 {
      font-size: 38px;
    }
    .cat_list .hover {
      height: 95.4%;
      width: 92%;
  }
  .details .add-to-cart {
    padding: 0 20px;
  }
  .process-area .nav-pills .nav-link, .process-area .nav-pills .show>.nav-link {
    padding: .5rem 0.4rem;
  }
  .payment-checks li {
    padding-right: 4px;
  }
  .loginModal-social ul li {
    width: 100%;
    margin: 10px 0;
  }

  .login-area .custom-control-label{
        line-height: 19px;
  }

  .order-dtlLft .cart__productImg {
    width: 100%;
    text-align: center;
  }
  .search {
    width: 168px;
  }
  .shopping-cart {
    margin-left: -140px;
}
.shopping-wishlist {
  margin-left: -80px;
}
  }
  
  @media screen and (max-width: 360px) {
  .cat_list .hoverBrd {
    height: 95%;
  }
  .slider-area .carousel-caption h5 {
    font-size: 16px;
    line-height: 15px;
    margin-bottom: 0;
  }
  .slider-area .carousel-caption h6 {
    font-size: 15px;
    line-height: 15px;
  }
  .details .like {
    padding: 0 30px;
  }
  .cart-delivery div.radio-box {
    width: 100%;
  }
  .process-area li.nav-item {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .search {
    width: 158px;
}

  }
  
  @media screen and (max-width: 320px) {
  .cat_list .hover {
    height: 95%;
    width: 90.5%;
  }
  .hdr-icons li {
    padding: 0 15px 0 10px;
  }
  .search {
    width: 129px;
}
  .slider-area .carousel-caption h1, .slider-area .carousel-caption h2 {
    font-size: 33px;
    text-indent: -2px;
  }
  .slider-area .carousel-caption h2{
    line-height: 45px;
    margin-bottom: 0;
  }
  .slider-area .carousel-caption h1 {
    margin-top: 10px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .slider-area .carousel-caption a {
    max-width: 140px;
    font-size: 18px;
    font-weight: 700;
  }
  .details .add-to-cart, .details .like {
    padding: 0 14px;
    font-size: 14px;
  }
  .share a {
    padding: 0 2px;
  }
  .size {
    padding: 5px 15px;
  }
  .shopping-cart, .shopping-wishlist{
        width: 298px;
        left: -62px !important;
  }
  .slider-area .carousel-caption h1, .slider-area .carousel-caption h2{
    font-size: 20px !important;
  }

  }
  
@media only screen and (max-width: 600px) {  
      .kamal_web{
          display: none !important;
      }  
      .kamal_mobile{
          display: block !important;
      }  
  }