/* @media (min-width:1920px) {
  .home-categories-section .swiper .swiper-button-prev.custom-prev {
    left: 6rem;
  }

  .home-categories-section .swiper .swiper-button-next.custom-next {
    left: 3rem;
  }
} */

@media (max-width: 992px) {
  :root {
    font-size: 15px;
  }

  .products-details-page #product-grouped-details .grouped-heading+.grouped-product-row {
    flex-direction: column;
  }

  /* .special-offers .special-offer-tabs h4 {
    margin-bottom: 1rem !important;
  } */

  /* Start Special offers Section */
  .special-offers .special-offer-tabs {
    border-bottom: none;
  }
}

@media (max-width: 768px) {
  :root {
    font-size: 14px;
  }

  /* start home banner */
  .banner .tabs {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    margin-bottom: 0;
  }

  .banner .tabs .nav-tabs {
    flex-direction: row !important;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0;
    padding-bottom: 1rem !important;
  }

  .banner .tabs .nav-tabs .nav-link {
    white-space: nowrap;
    padding: 0.5rem;
    position: relative;
  }

  .banner .tabs .nav .nav-link::before {
    content: none !important;
  }

  .banner .tabs .nav .nav-link::after {
    background-color: var(--primary-color);
    border-radius: 4px;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    left: 2px;
    transition: all 0.3s ease-in-out;
    width: 0;
  }

  .banner .tab-content {
    order: 2;
  }

  .banner .tabs {
    order: 1;
  }

  .banner .tabs .nav {
    background: transparent;
  }

  .banner .tabs .nav .nav-link.active {
    background: transparent;
    font-weight: 200;
  }

  .banner .tabs .nav .nav-link:hover:after,
  .banner .tabs .nav .nav-link.active::after {
    width: 60%;
  }

  .banner .home_banner_2 .col-img {
    height: auto;
  }

  .banner .custom-pagination {
    left: -40%;
    bottom: 1.5rem !important;
  }

  /* end home banner */

  /* Start Special offers Section */
  .special-offers .special-offer-tabs {
    border-bottom: none;
  }

  .special-offers .special-offer-tabs .tabs-parent {
    border-top: 1px solid #dddddd;
  }

  .special-offers .special-offer-tabs .nav-tabs {
    padding: 1rem 0;
  }

  .special-offers .special-offer-tabs h4 {
    width: fit-content;
  }

  /* End Special offers Section */

  /* Start Products Page */
  .products-filter .filter-buttons-container {
    width: 100%;
    justify-content: space-between;
  }

  /* End Products Page */
  .products-container .sort-block-width .dropdown .dropdown-menu {
    right: -100% !important;
  }
}

@media (max-width: 576px) {

  .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
    display: none;
  }

  /* Start Breadcrumb */
  .breadcrumb {
    background: #f8f8f8;
    overflow-x: auto;
  }

  .breadcrumb .container {
    max-width: 100%;
    padding: 0;
    white-space: nowrap;
  }

  .breadcrumb-item a,
  .breadcrumb-item.active {
    color: #333e48;
    font-size: 0.875rem;
  }

  /* End Breadcrumb */
}

@media (max-width: 481px) {
  :root {
    font-size: 12px;
  }

  .btn-general {
    padding: 0.5rem 2rem;
  }

  .home_banner .banner-text h1 {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }

  .home_banner .banner-text .price .price-number,
  .home_banner .banner-text .price .price-number p {
    font-size: 2.5rem;
  }

  /* Start Footer */
  .footer-newsletter .info {
    gap: 1rem;
  }

  /* End Footer */
}

@media (max-width:376px) {
  .products-details-page .progress {
    margin-left: 1rem;
  }

  .rtl .products-details-page .progress {
    margin-right: 1rem;
  }
}