@media (max-width: 1199px) {
  header .top-header .container .search-box {
    width: 450px;
  }
  header .top-header .container .search-box .select-box select {
    width: 140px;
  }
  header .top-header .container .search-box input {
    width: 260px;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 80px;
  }
  header .top-header .container .logo {
    width: 130px;
  }
  header .top-header .container .search-box {
    display: none;
  }
  header .top-header .container .menu-toggle {
    display: block;
  }
  header .bottom-header {
    position: fixed;
    top: 80px;
    left: -100%;
    width: 280px;
    height: calc(100vh - 80px);
    background-color: var(--white-color);
    z-index: 998;
    transition: 0.3s;
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  }
  header .bottom-header.active {
    left: 0;
  }
  header .bottom-header .container {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 15px;
    gap: 20px;
  }
  header .bottom-header .container .nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    height: auto;
    width: 100%;
  }
  header .bottom-header .container .nav .category-nav {
    width: 100%;
  }
  header .bottom-header .container .nav .category-nav .category-btn {
    border-radius: 5px;
  }
  header .bottom-header .container .nav .nav-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    padding-top: 10px;
  }
  header .bottom-header .container .nav .nav-links li {
    width: 100%;
  }
  header .bottom-header .container .nav .nav-links li a {
    display: block;
    padding: 12px 10px;
    border-bottom: 1px solid var(--border-color);
  }
  header .bottom-header .container .login-signup {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  header .bottom-header .container .login-signup .btn {
    width: 100%;
    justify-content: center;
  }
  .slider .container {
    flex-direction: column;
    gap: 20px;
  }
  .slider .container .slide-swap {
    width: 100%;
  }
  .slider .container .banner-3 {
    width: 100%;
  }
  .promo-features .container {
    flex-wrap: wrap;
    gap: 15px;
  }
  .promo-features .container .box {
    width: 48%;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 70px;
  }
  header .bottom-header {
    top: 70px;
    height: calc(100vh - 70px);
  }
  header .top-header .container {
    padding: 10px 0;
  }
  header .top-header .container .logo {
    width: 110px;
  }
  header .top-header .container .header-icons {
    gap: 15px;
  }
  header .top-header .container .header-icons .icon i {
    font-size: 20px;
  }
  .promo-features .container .box {
    width: 100%;
  }
  .banners .container .banners-boxs {
    flex-direction: column;
    gap: 15px;
  }
  .banners .container .banners-boxs .box {
    width: 100%;
  }
  .banners-2 .container .banners-boxs {
    flex-direction: column;
    gap: 15px;
  }
  .banners-2 .container .banners-boxs .box {
    width: 100%;
  }
  footer .container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  footer .container .box .logo {
    margin: 0 auto;
  }
  footer .container .box .social {
    justify-content: center;
  }
  footer .bottom-footer .container {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .cart {
    width: 100%;
    right: -100%;
  }
  .favourite {
    width: 100%;
    right: -100%;
  }
  .scroll-top {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
