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

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

.bg-mega-menu-color {
  background-color: #007236;
}
.category-button-mobile {
  position: relative;
 margin-top: 10px;
  border-radius: 10px;
  background-color: #f7941d;
  color: white;
  padding: 8px 35px;
}

.category-button-mobile .fa-angle-down{
  position: absolute;
  font-size: 1.5rem;
  bottom: 0.5rem;
}

.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;
  border-radius: 10px;
}

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

  line-height: 1.25;
  color: white;
  background-color: #007236;
  border: 1px solid #dee2e6;
  border-radius: 10px;
}
.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: 5px;
  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 2px;
  padding-bottom: 0;
}

.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) {
  /* .product_cart button {
 
    margin-left: 0px!important;
} */
  .woocommerce-pagination {
 
    padding: 2rem;
  }
  .nav-link {
    padding: 0 5px;
  }
  .logo-img {
    max-width: 131px !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;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 10.3px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Lato";
  border-radius: 7px;
  background-color: #fb641a;
  border: 1px solid #fb641a;
  transition: all 0.5s ease-in-out;
  /* width: 50%; */
  text-transform: uppercase;
}

.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;
}

}
