.list-group-item {
  margin-bottom: unset !important;
}
.nav-content {
  max-height: 430px;
  overflow: scroll;
}

.bg-light-primary {
  background-color: #d6b565 !important;
}
.logo-img {
  width: auto;
  max-height: 50px;
}

.bg-mega-menu-color {
  background-color: #D6B565!important;
}
.category-button-mobile {
  margin-top: 10px;
  border-radius: 10px;
  background-color: #D6B565;
  color: white;
  padding: 8px 20px;
}

.sub-categories .woocommerce-product-gallery__image > a > img {
  height: auto !important;
}
.woocommerce-pagination {
  margin-top: 2rem;
}
.woocommerce-product-details__short-description > p {
  display: none;
}
ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  border-radius: 0.5rem;
  float: right;
}

ul.page-numbers > li > a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  color: #007236;
  margin: 0 1px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

ul.page-numbers > li > span {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin: 0 1px;

  line-height: 1.25;
  color: white;
  background: #82173e;
  border: 1px solid #dee2e6;
}
.footer-mobile {
  display: block;
}
.footer-desktop {
  display: none;
}

.cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hot-deal-card .out-of-stock {
  margin-right: 10px;
}
.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
  margin-right: unset;
}
.product_cart button {
  margin-right: 10px;
  margin-left: 12px;
}

.product_cart button:focus {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#yith-wcwl-popup-message {
  color: #007236;
  border-radius: 10px;
}
#yith-wcwl-message::after {
  content: "Product Added to wishlist";
}

.yith-wcwl-add-to-wishlist {
  margin-top: unset !important;
  margin: 0px 4px;
  padding-bottom: 0px;
}

.spro .single form {
  width: 100%;
}
.variations_form.cart {
  display: unset;
}
.woocommerce-variation-add-to-cart {
  display: inline-flex;
}

.product:hover .product_cart {
  display: flex;
  justify-content: center;
}
.product:hover .week-offer-card {
  display: block;
}

.wishlist_table tr td.product-thumbnail a {
  max-width: unset !important;
}

.wishlist_table tr td.product-thumbnail a img {
  width: unset !important;
}

@media (max-width: 992px) {
  #searchform {
    width: 240px !important;
  }
}

@media (max-width: 768px) {
  .bg-light-primary {
    background: #82173E !important;
  }
  /* .product_cart button {
 
    margin-left: 0px!important;
} */

  .bm-title {
    font-size: 22.9475px !important;
    line-height: 40px!important;
  }
  .woocommerce-pagination {
    padding: 2rem;
  }
  .nav-link {
    padding: 0 5px;
  }
  .logo-img {
    max-width: 100px !important;
    max-height: 58px !important;
  }

  .footer-desktop {
    /* display: none; */
  }
  .promotion-content h2 {
    font-weight: 700 !important;
    font-size: 17px !important;
  }
  #searchform {
    width: 240px !important;
  }
  .spro .single .details {
    text-align: center;
  }
}
.mob_only .form-control {
  margin: 0 !important;

  border-radius: 20px 0 0 20px !important;
  padding: 0.35rem 0.75rem;
}

.e-cart button {
  height: 28px;
  background: #d6b565;
  border-radius: 10px;
  border: 0;
  transition: all 0.5s ease-in-out;
  /* width: 50%; */
  text-transform: uppercase;

  font-size: 10.5px;
  line-height: 13px;
  display: flex;
  align-items: center;
  text-align: center;

  color: #82173e;
}

.e-cart button:hover {
  box-shadow: none;
}
@media (max-width: 320px) {
  .logo-img {
    max-width: 100px !important;
    max-height: 44px !important;
  }

  .pa-sub-nav {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .main {
    padding: 40px 0px !important;
  }
  #searchform {
    width: 200px !important;
  }
}

@media screen and (min-width: 1900px) {
  .yith-wcwl-add-to-wishlist {
    margin: 0px 8px !important;
  }
}
