@media (min-width:1024px) {
  .sp-footer-feature {
    display: none;
  }

  .sp-rating {
    display: none;
  }
}

@media(max-width:991px) {
  .productlisting-container {
    width: 100%;
  }

  .filter-container {
    position: fixed;
    top: 0;
    right: -100%;
    width: 335px;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
    transition: 0.3s ease;
  }

  .filter-container.active {
    right: 0;
  }

  .filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 71%);
    z-index: 9998;
    display: none;
  }

  .filter-overlay.active {
    display: block;
  }

  .filter-sidebar {
    background: unset;
    border-radius: unset;
  }

  .filter-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #0000000f;
    padding: 17px 15px;
  }

  .filter-title {
    font-size: 20px;
    line-height: 26px;
    padding: unset;
    border: unset;
    margin: unset;
  }

  .filter-close {
    background: unset;
    border: unset;
    font-size: 18px;
    padding: unset;
  }

  .product-toolbar.PC-version {
    display: none;
  }

  .product-filter-wrapper.SP-version {
    display: flex;
    justify-content: space-between;
  }

  .sort-products {
    font-size: 14px;
    width: 100px;
  }

}

@media (max-width:768px) {

  .cart-table thead {
    display: none;
  }

  .cart-table tr {
    display: block;
    border-bottom: 1px solid #333;
    padding: 15px 0;
  }

  .cart-table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border: none;
  }

  .cart-table td::before {
    content: attr(data-label);
    font-weight: 600;
  }

  .product-info {
    justify-content: flex-start !important;
    gap: 10px;
  }

  .product-info img {
    width: 50px;
    height: 50px;
  }

  .qty-box {
    width: 124px;
  }

  .cart-actions {
    flex-direction: column;
    gap: 15px;
    align-items: stretch;
  }

  .coupon-box {
    display: flex;
    gap: 10px;
  }

  .btn-apply,
  .btn-update {
    width: 100%;
  }

  .cart-total-box {
    margin-top: 30px;
  }
  div#mobileMenu {
    z-index: 9999;
}
.cart-container{
  margin-top: unset;
}
.cart-total-box {
    padding: 15px;
    margin-left: 0px;
}
}

@media (max-width:575px) {
  .hero-banner {
    background-image: var(--mobile-banner);
  }

  .hero-section {
    padding: 12px 0;
    margin-top: 10px;
    padding-bottom: 22px;
  }

  .inner-container {
    margin-left: 10px;
    margin-right: 10px;
  }

  nav button.navbar-toggler.border-0 {
    padding: unset;
  }

  .site-main-header {
    padding: 10px 0px;
  }

  /* span.cart-count {
    position: absolute;
    top: -3px;
    right: -5px;
    background: red;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 14px;
  } */

  .site-logo {
    width: 40%;
    margin-right: unset;
    margin-left: 20px;
    text-align: center;
  }

  .navbar .fa-bars,
  i.user-icon {
    font-size: 30px;
  }
.main-header .fa-bars{
  color: var(--primary-color);
}
  i.cart-icon {
    font-size: 25px;
  }

  .hero-category ul {
    padding: unset;
  }

  .hero-category ul li {
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px;
    border-radius: 5px;
  }

  /* .hero-category ul .slick-list{
   margin: 0 -10px;
} */
  .hero-category li span {
    font-size: 12px;
  }

  .hero-category li a {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .slider-arrow {
    position: absolute;
    top: 6px;
    z-index: 1;
  }

  .hero-category .prev-arrow {
    left: -12px;
  }

  .hero-category .next-arrow {
    right: -12px;
  }

  .hero-content h1 {
    font-size: 30px;
    line-height: 38px;
    padding-top: 14px;
  }

  .btn-primary-custom {
    padding: 12px 25px;
    font-size: 15px;
  }

  .hero-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    margin-top: 4px;
  }

  .heading-sub-title,
  .combo-section h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .title-header {
    gap: 10px;
    margin-bottom: 0 !important;
  }

  .view-all {
    font-size: 12px;
  }

  section.popular-cakes {
    padding-top: 15px !important;
  }

  .cake-body h3 {
    font-size: 14px;
    line-height: 20px;
  }

  .price {
    font-size: 15px;
    line-height: 23px;
  }

  .weight {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
  }

  .btn-cart {
    padding: 6px 26px;
    border-radius: 6px;
    font-size: 14px;
  }

  .desktop-text {
    display: none;
  }

  .mobile-text {
    display: block;
  }

  .cake-body {
    padding: 10px;
  }

  .product-main-card {
    margin-top: 15px;
  }

  .offcanvas-header {
    border-bottom: 1px solid #0000000f;
  }

  .offcanvas-body ul li {
    padding: 10px 0;
    border-bottom: 1px solid #0000000f;
    font-size: 18px;
    line-height: 28px;
  }

  .pcImg-footer-bottom {
    display: none;
  }

  .sp-footer-feature {
    border-bottom: unset;
    gap: 10px;
    font-size: 14px;
    justify-content: space-between;
    margin-top: unset;
  }

  .newsletter-section .col-lg-6 {
    padding: unset;
  }

  .btn-subscribe {
    padding: 10px 10px;
  }

  .video-wrapper {
    height: 188px;
  }

  .play-button i {
    font-size: 44px;
    width: 65px;
    height: 65px;
  }

  .pc-rating {
    display: none;
  }

  .card-content {
    margin-top: 15px;
  }

  .category-banner {
    background-image: var(--mobile-banner);
    padding: 10px 10px;
    min-height: 181px;
    margin-top: 10px;
    border-radius: 8px;
  }

  .category-banner h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .category-banner p {
    font-size: 16px;
    line-height: 24px;
    padding-top: 5px;
  }

  .category-banner .banner-content {
    margin-top: 10px;
  }

  .common-breadcrumb {
    font-size: 14px;
    line-height: 22px;
    gap: 0px;
  }

  .product-filter-listing {
    margin-top: 15px;
  }

  .btn-filter {
    border: 1px solid #38261f;
    border-radius: 5px;
    background: #fff;
    font-size: 16px;
  }

}

/* test */