@media only screen and (max-width: 1399px) {
  .container {
    max-width: 100%;
    padding: 0 80px;
  }
}

@media only screen and (max-width: 1366px) {
  /* Spacing Style */
  /* .py-40 {
    padding: 30px 0;
  }
  .pb-40 {
    padding-bottom: 30px;
  } */
  /* Spacing Style End */

  /* Header */

  .header-icon-links {
    gap: 4px;
  }

  .header-icon-links .text-link i {
    width: 20px;
    height: 20px;
  }

  .category-mega-menu-wrapper-left {
    max-width: 200px;
  }
  /* Header End */

  .key-points {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .newsletter {
    padding: 20px 0;
  }
  .footer-top {
    padding: 30px 0;
  }
  /* .price-wrapper-detail .discounted-price {
    font-size: 26px;
    line-height: 34px;
  } */
  .title-banner {
    padding: 86px 0;
  }
}

@media only screen and (max-width: 1199px) {
  .container {
    padding: 0 24px;
  }

  h1,
  .heading-one {
    font-size: 30px;
    line-height: 40px;
  }

  .text-xl {
    font-size: 18px;
    line-height: 28px;
  }

  /* Header */

  .delivery-dropdown {
    max-width: 230px;
  }

  .header-icon-links {
    gap: 14px;
  }

  .middle-header {
    border-bottom: 1px solid #d3d3d3;
  }

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

  .banner-slider-content p {
    max-width: 400px;
    margin-bottom: 15px;
  }

  /* Banner End */
  /* Key Points */
  .key-points-block {
    gap: 10px;
  }

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

  /* Key Points End */
  /* Shop by Brand */
  .shop-brand-wrapper {
    gap: 16px;
  }

  .shop-brand-wrapper li {
    width: 183px;
    padding: 19px 0;
  }

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

  /* Shop by Brand End */
  /* Footer */
  .footer-links .heading-six,
  .footer-information .heading-six {
    font-size: 16px;
    line-height: 24px;
  }

  .links a {
    font-size: 14px;
    line-height: 24px;
  }

  .footer-app-link {
    gap: 16px;
  }

  .footer-app-link a {
    max-width: 120px;
  }

  .footer-social {
    gap: 10px;
  }

  .footer-social a {
    width: 34px;
    height: 34px;
  }

  .footer-social a i {
    width: 18px;
    height: 18px;
  }

  /* Footer End */
}

@media only screen and (max-width: 991px) {
  .container {
    padding: 0 12px;
  }

  h1,
  .heading-one {
    font-size: 28px;
    line-height: 36px;
  }

  h4,
  .heading-four {
    font-size: 24px;
    line-height: 32px;
  }

  h5,
  .heading-five {
    font-size: 20px;
    line-height: 28px;
  }

  h6,
  .heading-six {
    font-size: 16px;
    line-height: 24px;
  }

  .text-lg {
    font-size: 16px;
    line-height: 22px;
  }

  /* Button Style */
  .solid-button {
    padding: 10px 24px;
  }

  .solid-button-sm {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .line-button {
    padding: 9px 23px;
  }

  /* Button Style End */
  /* Form Style */
  input,
  textarea,
  select {
    padding: 7px 13px;
  }

  select {
    background-position: right 4px center !important;
    padding-right: 30px;
  }

  label {
    font-size: 14px;
    line-height: 21px;
  }

  /* Counter */
  .counter-minus,
  .counter-plus {
    width: 38px;
    height: 38px;
  }

  /* Counter End */
  /* Form Style End */
  /* Header */
  .top-header {
    padding: 8px 0;
  }

  .middle-header {
    padding: 10px 0;
  }

  .sitelogo {
    max-width: 104px;
  }

  .sitelogo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .middle-header-wrapper {
    gap: 12px;
  }

  .delivery-dropdown {
    max-width: 220px;
  }

  .delivery-dropdown-toggle {
    gap: 6px;
    padding: 4px;
  }

  .delivery-dropdown-icon {
    padding: 4px;
  }

  .delivery-dropdown-icon i {
    width: 20px;
    height: 20px;
  }

  .dropdown-menu {
    width: 336px;
    padding: 12px;
    transform: translate(0px, 50px) !important;
  }

  .choose-delivery-box {
    padding: 8px;
  }

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

  .header-search input[type="search"] {
    padding: 8px 12px 9px 38px;
    background-position: left 12px center;
  }

  .header-icon-links {
    gap: 12px;
  }

  .header-icon-links .text-link {
    font-size: 0;
    gap: 0;
  }

  .search-wrapper {
    top: 50px;
  }

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

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

  .banner-slider-block::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(225, 225, 225, 0.4);
    z-index: 1;
  }

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

  /* Banner End */
  /* New Arrival */
  .common-title {
    margin-bottom: 16px;
  }

  /* Product Box */
  /* .product-title {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 4px;
  } */

  /* .discounted-price {
    font-size: 16px;
    line-height: 24px;
  } */

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

  .product-sale {
    padding: 0px 4px;
    top: 10px;
  }

  .product-sale.text-sm {
    font-size: 11px;
  }

  .solid-button.solid-button-cart {
    padding: 6px 16px;
    gap: 4px;
  }

  .product-box:hover .solid-button-cart {
    bottom: 28px;
  }

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

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

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

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

  .key-points-block {
    row-gap: 4px;
    column-gap: 8px;
    flex-direction: column;
  }

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

  .key-points-content .text-lg {
    margin-bottom: 4px;
    /* font-size: 16px;
    line-height: 24px; */
  }

  .key-points-content p {
    font-size: 14px;
    line-height: 20px;
  }

  /* Key Points End */
  /* Shop by Brand */
  .shop-brand-wrapper {
    gap: 12px;
  }

  .shop-brand-wrapper li {
    padding: 14px 0;
  }

  /* Shop by Brand End */
  /* Newsletter */
  .subscription-form .solid-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* Newsletter End */
  /* Footer */
  .footer-top {
    padding: 30px 0 0;
  }

  .links a {
    font-size: 14px;
    line-height: 22px;
  }

  .footer-links .heading-six,
  .footer-information .heading-six {
    font-size: 14px;
  }

  .footer-information .text-sm {
    max-width: 100%;
  }

  .footer-app-link {
    gap: 4px;
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .footer-information-bottom {
    margin: 16px 0 16px;
    border-top: 1px solid rgba(211, 211, 211, 0.5);
    padding-top: 16px;
    width: 100%;
  }

  .footer-information-bottom .footer-information-app {
    display: none;
  }

  .footer-social {
    gap: 6px;
    justify-content: center;
  }

  .footer-social a {
    width: 30px;
    height: 30px;
  }

  .footer-social a i {
    width: 16px;
    height: 16px;
  }

  /* Footer End */

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

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

  .quick-add-modal .size-radio li {
    width: calc(33.33% - 6px);
  }

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

  /* Common CMS Css End */
}

@media only screen and (max-width: 767px) {
  h1,
  .heading-one {
    font-size: 26px;
    line-height: 32px;
  }
  /* h2, .heading-two {
    font-size: 26px;
    line-height: 28px;
  } */
  h4,
  .heading-four {
    font-size: 22px;
    line-height: 26px;
  }
  h5,
  .heading-five {
    font-size: 18px;
    line-height: 26px;
  }
  .text-xl {
    font-size: 16px;
    line-height: 26px;
  }

  /* Header */
  .add-address-offcanvas .add-address-from {
    padding: 16px 16px 89px;
  }

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

  .add-address-buttons {
    padding: 16px;
  }

  .middle-header {
    position: relative;
  }

  .delivery-dropdown {
    max-width: 100%;
  }

  .header-search {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .header-search input[type="search"] {
    border-radius: 0;
  }

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

  /* .banner-slider-content p {
    margin-bottom: 10px;
  } */

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

  .product-col {
    margin-bottom: 24px;
  }

  .product-box .solid-button-cart {
    bottom: 28px;
  }

  /* Product Box End */
  .new-arrival .product-col:last-child,
  .unbeatable-deals .product-col:last-child,
  .best-seller .product-col:last-child {
    display: none;
  }

  /* New Arrival End */
  /* Grid Categories */
  .small-grid {
    width: 50%;
  }

  .medium-grid {
    width: 100%;
  }

  .grid-categories-col:not(:last-child) {
    margin-bottom: 24px;
  }

  /* Grid Categories End */
  /* Key Points */
  .key-points {
    padding-top: 19px;
    padding-bottom: 20px;
  }

  .key-points-row {
    margin-bottom: -16px;
  }

  .key-points-col {
    margin-bottom: 16px;
  }

  .key-points-block {
    row-gap: 4px;
    column-gap: 8px;
    flex-direction: row;
  }

  /* Key Points End */
  /* Shop by Brand */
  .shop-brand-wrapper {
    flex-wrap: wrap;
  }

  .shop-brand-wrapper li {
    width: calc(33.33% - 8px);
  }

  /* Shop by Brand End */
  /* Footer */
  .footer-top {
    padding: 20px 0 0;
  }

  .footer-information-bottom {
    border-top: 1px solid rgba(211, 211, 211, 0.5);
    padding-top: 12px;
    margin: 12px 0 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer-information-bottom .footer-information-app {
    display: block;
  }

  .footer-information-app .text-sm {
    margin-bottom: 8px;
  }

  #go-top {
    bottom: 132px;
  }

  .whatsapp-icon {
    bottom: 84px;
  }

  /* Footer End */

  /* 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;
  }

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

  /* Common CMS Css End */
}

@media only screen and (max-width: 575px) {
  /* Spacing Style */
  .py-40 {
    padding: 20px 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  address,
  p,
  pre,
  blockquote,
  dl,
  dd,
  menu,
  ol,
  ul,
  table,
  caption,
  hr {
    margin: 0 0 12px 0;
  }
  /* Spacing Style End */

  /* Common Listing */
  .common-listing li::before {
    top: 8px;
  }
  /* Common Listing End */
  h1,
  .heading-one {
    font-size: 24px;
    line-height: 30px;
  }

  /* h2,
  .heading-two {
    font-size: 22px;
    line-height: 24px;
  } */

  h4,
  .heading-four {
    font-size: 22px;
    line-height: 26px;
  }

  h5,
  .heading-five {
    font-size: 16px;
    line-height: 24px;
  }

  /* .text-xl {
    font-size: 18px;
    line-height: 28px;
  } */

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

  .solid-button-sm {
    padding-top: 6px;
    padding-bottom: 6px;
  }

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

  /* Button Style End */
  /* Form Style */
  .form-group {
    margin-bottom: 12px;
  }

  input,
  textarea,
  select {
    font-size: 14px;
    padding: 5px 10px;
  }

  select {
    background-position: right 4px center !important;
    padding-right: 24px;
    background-size: 18px !important;
  }

  .form-check-input[type="checkbox"] {
    width: 16px;
    height: 16px;
  }

  .form-check-input[type="checkbox"]:checked {
    background-size: 11px;
    background-position: center 3px;
  }

  .phone-number .numbers {
    top: 6px;
    left: 10px;
    padding: 0 6px 0 0;
  }

  .phone-number input {
    padding-left: 54px;
  }

  /* Counter */
  .counter-minus,
  .counter-plus {
    width: 34px;
    height: 34px;
  }

  .counter-minus i,
  .counter-plus i {
    width: 18px;
    height: 18px;
  }

  /* Counter End */
  /* Form Style End */
  /* Header */
  .sitelogo {
    max-width: 96px;
  }

  .top-header-contact,
  .top-header-social {
    gap: 8px;
  }

  .top-header-contact li a {
    font-size: 0;
    line-height: 0;
    gap: 0;
  }

  /* .delivery-dropdown {
    max-width: 190px;
  } */
  /* Header End */
  /* Banner */
  .site-content {
    padding-top: 93px;
  }

  /* .banner-slider-block {
    height: 360px;
  } */

  /* .banner-slider-content p {
    margin-bottom: 16px;
  } */
  .banner-slider-block img {
    object-fit: inherit;
  }
  /* Banner End */
  /* New Arrival */
  .common-title {
    margin-bottom: 12px;
  }

  /* Product Box */
  .product-box .solid-button-cart i {
    width: 20px;
    height: 20px;
  }

  .fav-button {
    width: 22px;
    height: 22px;
  }

  /* Product Box End */
  .new-arrival .product-col:last-child,
  .unbeatable-deals .product-col:last-child,
  .best-seller .product-col:last-child {
    display: block;
  }

  /* New Arrival End */
  /* Key Points */
  .key-points-block i {
    width: 36px;
    height: 36px;
  }

  .key-points-content .text-lg {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 20px;
  }

  /* Key Points End */
  /* Newsletter */
  .subscription-form .solid-button {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  /* Newsletter End */
  /* Footer */
  .footer-links {
    border-bottom: 1px solid rgba(211, 211, 211, 0.5);
  }

  .footer-links .heading-six {
    padding: 10px 0;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
  }

  .footer-links .heading-six::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-links .heading-six.active::after {
    top: 13px;
    transform: rotate(180deg);
    transition: all 0.3s;
  }

  .links {
    margin-bottom: 10px;
  }

  .footer-information-bottom {
    border-top: none;
    padding-top: 0;
    margin: 10px 0 20px;
  }

  .footer-app-link a {
    max-width: 100px;
  }

  .footer-social a {
    width: 28px;
    height: 28px;
  }

  .footer-social a i {
    width: 14px;
    height: 14px;
  }

  .footer-bottom-wrapper {
    padding: 6px 0 5px;
  }

  .footer-bottom-wrapper ul {
    gap: 8px;
  }

  /* 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: 133px;
  }

  /* 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;
  }

  /* 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;
  }

  .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;
  }
  #go-top,
  .whatsapp-icon {
    right: 15px;
    width: 36px;
    height: 36px;
  }
  .whatsapp-icon {
    bottom: 88px;
  }
  .icon-whatsapp-large {
    width: 20px;
    height: 20px;
  }
  /* Footer End */
}
