@media only screen and (min-width: 576px) {
  .header-search .nice-select {
    display: block;
  }
  .header-search input {
    padding-left: 8px;
  }
  .newsletter-form form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .newsletter-form form input {
    width: auto;
  }
  .checkout .checkout__form .input-group .input-single {
    width: calc(50% - 15px);
  }
  .checkout .content {
    padding: 60px 40px;
  }
  .cart-main .coupon-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cart-main .coupon-wrapper .right-c {
    width: auto;
  }
  .cart-main .coupon-wrapper .right-c form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .checkout .content-single-alt .btn--primary {
    padding: 19px 24px;
    font-size: 16px;
  }
  .footer {
    margin-bottom: 0px;
  }
  .progress-wrap {
    bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
  h3 {
    font-size: 30px;
    line-height: 40px;
  }
  h4 {
    font-size: 24px;
    line-height: 34px;
  }
  .sidebar-cart {
    width: 320px;
  }
  .banner .banner__slider-content {
    padding: 0px 80px;
    max-width: 60%;
  }
  .banner .banner__slider-single {
    padding: 140px 0px;
  }
  .overview .overview__single {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 60px 30px;
  }
}
@media only screen and (min-width: 992px) {
  .pt-120 {
    padding-top: 120px;
  }
  .pt-100 {
    padding-top: 100px;
  }
  .pb-120 {
    padding-bottom: 120px;
  }
  .pb-100 {
    padding-bottom: 100px;
  }
  .mt-120 {
    margin-top: 120px;
  }
  .mt-100 {
    margin-top: 100px;
  }
  .mt-60 {
    margin-top: 60px;
  }
  .mt-55 {
    margin-top: 55px;
  }
  .mb-120 {
    margin-bottom: 120px;
  }
  .mb-100 {
    margin-bottom: 100px;
  }
  .mb-60 {
    margin-bottom: 60px;
  }
  .mb-55 {
    margin-bottom: 55px;
  }
  .header-search {
    margin-top: 0px;
  }
  .logo img {
    max-width: 200px;
  }
  .footer-two .footer-divider {
    margin: 80px 0px 80px;
  }
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 85px;
    line-height: 95px;
  }
  h2 {
    font-size: 55px;
    line-height: 65px;
  }
  h3 {
    font-size: 40px;
    line-height: 50px;
  }
  h4 {
    font-size: 32px;
    line-height: 42px;
  }
  h5 {
    font-size: 24px;
    line-height: 34px;
  }
  h6 {
    font-size: 20px;
    line-height: 30px;
  }
  .logo img {
    max-width: 250px;
    height: 100%;
  }
  .header-right {
    gap: 40px;
  }
  .category-btn {
    min-width: 260px;
  }
  .navbar__item a {
    font-size: 14px;
    font-weight: 500;
    padding: 23px 15px;
  }
  .navbar__sub-menu a,
  .navbar__sub-menu button {
    padding: 16px 24px;
  }
  .header__promo a {
    font-size: 16px;
  }
  .delivery-overview__single {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .delivery-overview__content {
    text-align: start;
  }
  .category .slider-navigation,
  .trending .trending__inner .slider-navigation {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    max-width: 1600px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    margin-top: -14px;
  }
  .category .slider-navigation .slider-btn:nth-of-type(1),
  .trending .trending__inner .slider-navigation .slider-btn:nth-of-type(1) {
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  .category .slider-navigation .slider-btn:nth-of-type(2),
  .trending .trending__inner .slider-navigation .slider-btn:nth-of-type(2) {
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-search {
    width: 95%;
  }
}
@media only screen and (min-width: 1400px) {
  .icon-content > span {
    display: block;
  }
  .checkout .checkout__content {
    -webkit-padding-start: 60px;
            padding-inline-start: 60px;
  }
  .wishlist {
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
  }
  .recommend .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
}