@media only screen and (max-width: 1399px) {
  .container {
    max-width: 100%;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1366px) {
  /* Banner */
  .site-content {
    padding-top: 177px;
  }
  /* Banner End */
}

@media only screen and (max-width: 1199px) {
  .container {
    padding: 0 24px;
  }
  
  h1,
  .heading-one {
    font-size: 30px;
    line-height: 40px;
  }
  h2,
  .heading-two {
    font-size: 24px;
    line-height: 30px;
  }

  /* Header */
/*  .category-header {
    display: none;
  }*/
  .category-nav-menu {
    overflow-x: auto;
    overflow-y: hidden;
  }
  /* Header End */

  /* Banner */
  .site-content {
    padding-top: 136px;
  }
  .banner-slider-content p {
    max-width: 400px;
    margin-bottom: 26px;
  }
  .shop-category-col .button-prev {
    left: 0;
  }
  .shop-category-col .button-next {
    right: 0;
  }
  /* Banner End */
  .offer-content {
    top: 25px;
    left: 30px;
  }
  .offer-wrapper-box img {
    height: 200px;
    object-fit: cover;
  }
  .offer-content p {
    margin-bottom: 20px;
  }
 
  /* Grid Categories */
  .coupon-code-box h2 {
    padding: 16px 30px;
  }
  /* Grid Categories End */  
}

@media only screen and (max-width: 991px) {
  .container {
    padding: 0 12px;
  }
  h1,
  .heading-one {
    font-size: 26px;
    line-height: 36px;
  }

  h2,
  .heading-two {
    font-size: 22px;
    line-height: 28px;
  }
  h3,
  .heading-three {
    font-size: 16px;
    line-height: 28px;
  }

  /* Button Style */
  .solid-button,
  .white-line-button {
    padding: 10px 24px;
  }
  /* Button Style End */
  /* Form Style */

  /* Counter */
  .product-box .counter-minus,
  .product-box .counter-plus {
    width: 28px;
    height: 28px;
  }
  /* Counter End */
  /* Form Style End */

  /* Header */
  .site-header .middle-header {
    padding: 10px 0;
  }

  .sitelogo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* Header End */

  /* Banner */
  .site-content {
    padding-top: 132px;
  }

  .banner-slider-block {
    height: 300px;
    position: relative;
    z-index: 0;
  }

  .banner-slider-block::after {
    display: none;
  }

  .banner-slider-content p {
    margin-bottom: 26px;
  }
  .button-prev {
    left: 12px;
  }
  .button-next {
    right: 12px;
  }
  /* Banner End */

  /* New Arrival */
  .common-title {
    margin-bottom: 12px;
  }

  /* Product Box */
  .product-sale {
    padding: 2px 4px;
    top: 10px;
  }
  /* Product Box End */
  /* New Arrival */
 
  .offer-content {
    top: 20px;
    left: 20px;
  }

  /* Grid Categories */
  .grid-categories-block {
    margin-bottom: 20px;
    display: block;
  }
  .grid-categories {
    margin-bottom: -20px;
  }
  /* Grid Categories End */

  .coupon-code-box img {
    height: 70px;
  }

  /* Common CMS Css */
  .title-banner {
    padding: 70px 0;
  }

  /* Common CMS Css End */

}

@media only screen and (max-width: 767px) {
  h1,
  .heading-one {
    font-size: 24px;
    line-height: 28px;
  }
  h2, 
  .heading-two {
    font-size: 20px;
    line-height: 24px;
  }

  /* Header */
  
  /* Header End */
  /* Banner */
  .banner-slider-block {
    height: 300px;
  }

  .banner-slider-content p {
    margin-bottom: 20px;
  }

  /* Banner End */
  /* New Arrival */
  /* Product Box */
  .product-row {
    margin-bottom: 0;
  }

  /* Product Box End */
  
  /* New Arrival End */

  .coupon-code-box h2 {
    padding: 12px 20px;
  }
  
  /* Logout Popup */
  .logout-modal .modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(100% - 0.5rem * 2);
  }

  /* Logout Popup End */

  /* Common CMS Css */
  .title-banner {
    padding: 60px 0;
  }

  /* Common CMS Css End */
}

@media only screen and (max-width: 575px) {
  /* Common Listing */
  .common-listing li::before {
    top: 8px;
  }
  /* Common Listing End */
  h1,
  .heading-one {
    font-size: 22px;
    line-height: 26px;
  }

  /* Button Style */
  .solid-button,
  .white-line-button {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 16px;
  }

  .line-button {
    font-size: 14px;
    line-height: 20px;
    padding: 7px 16px;
  }

  /* Counter */
  .product-box .counter-minus,
  .product-box .counter-plus {
    width: 24px;
    height: 24px;
  }
  /* Counter End */

  /* Header */
  /* Header End */

  /* Banner */
  .site-content {
    padding-top: 126px;
  }

  .banner-slider-block {
    height: 280px;
  }
  .banner-slider-content {
    padding: 20px;
  }
  .banner-slider-content p {
    margin-bottom: 16px;
  }
  
  /* Banner End */
  /* New Arrival */
  .common-title {
    margin-bottom: 12px;
  }
  /* Product Box */
  /* Product Box End */
  
  /* New Arrival End */

  /* Footer */
  .footer-links .heading-five {
    padding: 10px 0;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
  }

  .footer-links .heading-five::after {
    content: "";
    position: absolute;
    top: 13px;
    right: 6px;
    mask-image: url(../images/icon-chevron.svg);
    -webkit-mask-image: url(../images/icon-chevron.svg);
    mask-size: 18px;
    width: 18px;
    height: 18px;
    background: #fff;
    transition: all 0.3s;
  }
  /* Footer End */

  /* Common CMS Css */
  .title-banner {
    padding: 40px 0;
  }

  /* Common CMS Css End */
}

@media only screen and (max-width: 480px) {
  p {
    font-size: 14px;
    line-height: 20px;
  }

  /* Header */
  .col-logo {
    width: 50%;
    order: 1;
  }

  .col-icons {
    width: 50%;
    order: 2;
  }

  .col-delivery {
    width: 100%;
    order: 3;
  }

  .middle-header-wrapper {
    margin-top: 4px;
  }

  .dropdown-menu {
    width: 100%;
    padding: 8px;
    transform: translate(0px, 44px) !important;
  }

  .select-box {
    width: calc(33.33% - 2px);
  }

  .choose-delivery .select-box label {
    padding: 5px 7px;
    gap: 6px;
  }

  .select-box i,
  .choose-delivery .icon-delivery {
    width: 18px;
    height: 18px;
  }

  .choose-delivery-box .text-grey-400 {
    padding-bottom: 8px;
  }

  .choose-delivery-box .solid-button-sm {
    margin-top: 8px;
  }

  .add-address-offcanvas .add-address-from {
    padding: 16px 16px 125px;
  }

  .add-address-buttons {
    flex-wrap: wrap;
    gap: 8px;
  }

  .add-address-offcanvas.offcanvas.offcanvas-end {
    width: 300px;
  }

  .search-wrapper {
    top: 48px;
  }

  /* Header End */
  /* Banner */
  .site-content {
    padding-top: 170px;
  }

  /* Banner End */
  /* New Arrival */
  /* Product Box */
  .product-sale.text-sm {
    font-size: 10px;
    top: 8px;
  }

  .solid-button.solid-button-cart,
  .product-box:hover .solid-button-cart {
    padding: 6px 12px;
    bottom: 26px;
  }

  .solid-button-cart {
    width: calc(100% - 24px);
  }

  .product-box .solid-button-cart i {
    width: 18px;
    height: 18px;
  }

  .discounted-price {
    font-size: 14px;
    line-height: 21px;
  }

  .original-price {
    font-size: 12px;
    line-height: 18px;
  }

  .product-rating {
    font-size: 12px;
    line-height: 18px;
  }

  .fav-button {
    top: 8px;
    right: 8px;
  }

  .fav-button::before,
  .fav-button::after {
    background-size: 16px;
    height: 16px;
    width: 16px;
  }

  .fav-button::after {
    background-size: 18px;
    height: 18px;
    width: 18px;
  }

  .quick-add-modal .modal-header {
    padding: 6px 6px 12px;
  }

  .quick-add-modal .modal-header p {
    font-size: 12px;
    line-height: 18px;
  }

  .quick-add-modal .modal-header .button-close {
    top: 4px;
    right: 4px;
  }

  .quick-add-modal .modal-body {
    padding: 0 6px 6px;
  }

  .size-radio .radio-button .product-size {
    padding: 2px 0;
  }

  /* Product Box End */
  /* New Arrival End */
  /* Key Points */
  .key-points {
    padding-top: 15px;
    padding-bottom: 16px;
  }

  .key-points-block {
    flex-direction: column;
  }

  .key-points-block i {
    width: 32px;
    height: 32px;
  }

  /* Key Points End */
  /* Shop by Brand */
  .shop-brand-wrapper li {
    padding: 10px 0;
  }

  .shop-brand-wrapper li img {
    transform: scale(0.7);
  }

  /* Shop by Brand End */
  /* Footer */
  .footer-information-bottom {
    flex-direction: column;
    row-gap: 12px;
    margin-top: 20px;
  }

  .footer-app-link {
    justify-content: center;
  }

  /* Footer End */
}
