@media (max-width: 951px) {
 .contact .row {
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
  .header {
    padding: 1rem;
  }
  section {
    padding: 1rem;
  }
      .products .box-container .box {
    width: 23%;
  }
}



@media (max-width: 768px) {
  .dropdown-content{
  position:relative;
  }
  .products .box-container .box {
    width: 48% !important;
}

.header-3{ display: block; text-align: center; }
.header-3 p{ line-height: 20px; padding-bottom: 10px; }

.header .icons div, .header .icons a {
    font-size: 18px;
    color: #fff;
}
 
span.htc__qua, span.htc__wishlist {
    background: #eb4d4b;
     font-size: 8px;
     width: 12px;
    height: 13px;
     left: 16px;
    line-height: 15px;
    bottom: 11px;
    font-weight: 600;
}
.header .header-1{ position: relative; }
.home {
     margin-top: 53px;
}

.header .header-1 .search-form {
    width: 100%;
    height: 37px;
     align-items: center;
    overflow: hidden;
    padding: 1px;
    border: 1px solid #ebebeb;
    border-radius: 6px;
}
}





@media (max-width: 768px) {
    .dropdown {
    display: block;
}
  #menu-btn {
    display: inline-block;
  }
  .header .navbar {
    position: absolute;
    top: 195px;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.3);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); z-index: 999;
  }
  .header .navbar.active {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  .header .navbar a, .dropdown .dropbtn, .dropdown .dropbtn a{
    margin: 0rem;
    display: block;
    color: #eb4d4b !important;
  }

/*.dropdown .dropbtn{ font-size: 13px; }*/


.header .navbar a.active {
    color: #ffffff !important;
    background: #eb4d4b !important;
}
  
  .header .search-form {
    border-radius: 0;
    position: absolute;
    width: 100%;
    z-index: 1000;
    left: 0;
    top: 65px;
  }
  .header .search-form.active {
    right: 0;
  }
  .home .home-slider .slide {
    padding-left: 2rem;
  }
    .products .box-container .box {
    width: 48%;
  }
  
}

@media (max-width: 450px) {
    .dropdown {
    display: block;
}
.header .navbar a:hover, .dropdown .dropbtn:hover {
  background: none;
}
    .header-2, .header-1 .dropdown {
    background: none; 
    padding: unset;
}
.dropdown-content {
     padding:  0; 
     margin:  0; 
}
  html {
    font-size: 50%;
  }
  .header .header-1 .search-form {
    position: absolute;
    width: 100%;
    z-index: 1000;
    left: 0;
    top: 65px;
    
  }
  .heading {
    font-size: 3rem;
  }
  .banner-container .banner .content {
    right: 2rem;
  }
  .banner-container .banner .content h3 {
    font-size: 2rem;
  }
  .products .box-container .box {
    width: 100%;
  }
  .deal .image img {
    width: 100%;
  }
  .deal .content {
    padding-top: 2rem;
    text-align: center;
  }
  .featured .swiper-button-next,
  .featured .swiper-button-prev {
    display: none;
  }
  .blogs .swiper-button-next,
  .blogs .swiper-button-prev {
    display: none;
  }
  .contact .row form .inputBox input {
    width: 100%;
  }
  

.products .box-container .box {
    width: 100% !important;
}
}