.main-menu > nav > ul > li ul.sub-menu li a {
  font-family: var(--font-text), sans-serif;
}

.shop-filter-toggle,
.shop-product-filter .sort-by-product-area .sort-by-product-wrap {
  border-radius: 0;
}
.shop-product-filter-header button.submit,
.shop-product-filter-header button[type="submit"] {
  border-radius: 0;
}
.detail-gallery {
    margin-bottom: 32px;
}
@media (max-width: 767px) {
  .product-details, .related-products{
  display:none;
  }

  .mini-cart-hide {
    display: none !important;
}
  .cart-totals td.cart_total_label {
    text-align: left;
  }
  .cart-totals table.table.no-border.mb-0 tbody tr:first-child {
    display: flex;
  }
  .shopping-summery .detail-extralink.mr-15 {
    text-align: center;
    display: flex;
    justify-content: end;
  }
  .product-rate-cover.d-flex.align-items-center.mb-4 {
    justify-content: center;
  }
  .footer-widget h4 {
    margin-top: 16px;
  }
  .mobile-header-info-wrap {
    display: none;
  }
  .single-product .product-rate-cover,
  .product-price {
    justify-content: center;
  }
  .product-price.primary-color.float-left {
    display: flex;
    justify-content: flex-start !important;
    flex-direction: column;
    align-items: flex-start;
  }
  .product-cart-wrap {
    text-align: center;
  }
  .cart-dropdown-panel-wrap {
    max-width: 400px;
  }
  .shopping-cart-header.mb-2 .d-flex {
    justify-content: center !important;
    text-align: center;
  }
  .cart-dropdown-panel .shopping-summery .price h5 {
    text-align: right;
  }

  .shopping-cart-header.mb-2 .d-flex {
    flex-wrap: wrap;
    gap: 10px;
  }
  .mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu
    li
    a {
    font-weight: 500 !important;
  }
  .js-add-to-wishlist-button,
  .product-extra-link2 .button-add-to-cart {
    padding: 0 10px !important;
  }
  .cart-dropdown-panel .shopping-summery .detail-extralink {
    display: flex;
    justify-content: center;
  }

  .single-product .product-details {
    margin-top: 20px;
  }
  .single-product .detail-info .product-price .old-price {
    margin-left: 0px !important;
    font-size: 25px;
  }
  #alert-container {
    width: 90%; /* fit nicely within screen */
    left: 50%;
    transform: translateX(-50%);
  }
  #alert-container .alert {
    max-width: 100% !important;
    padding: 12px 20px; /* reduce side padding */
    font-size: 14px; /* slightly smaller text */
  }
  .cart-dropdown-panel .shopping-summery table tbody tr td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .shopping-summery .table td.action.text-end::before {
    margin-top: 10px !important;
  }
  .section--shopping-cart td.text-center.detail-info:before {
    margin-top: 15px;
  }
  .section--shopping-cart .shopping-summery td.price.mini-cart-hide,
  .section--shopping-cart .shopping-summery td.price {
    text-align: right;
  }
  .section--shopping-cart .shopping-summery table tbody tr:last-child td {
    padding-top: 10px;
  }
  .section--shopping-cart .shopping-summery table tbody tr:first-child td {
    padding-bottom: 10px;
  }
  .cart-totals td.cart_total_label {
    padding-left: 0;
  }
  .cart-totals td.cart_total_amount {
    padding-right: 0;
  }
  table.table.table-wishlist.table--cart.mb-0 tbody tr {
    border-bottom: 1px solid #dee1e3;
  }
  .section--shopping-cart tr td.image.product-thumbnail {
    padding-top: 20px !important;
}
}
#alert-container .alert.alert-success {
  color: #299c77;
  background-color: #33b27b;
  border: 0;
  color: white;
  border-radius: 0;
}
#alert-container .alert .message-icon {
  display: none;
}
#alert-container .btn-close {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center / 1em auto no-repeat !important;
}

  #alert-container {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999999;
    max-width: 500px;
    text-align: center;
    pointer-events: none;
  }

  #alert-container {
    bottom: 40px !important;
    top: auto !important;
    right: 0 !important;
  }

  #alert-container .alert {
    max-width: 465px !important;
    padding: 15px 50px 15px 35px;
  }
  .slide-testimonial.slick-slide .card {
    min-height: 258px;
  }