.store-menu {
    background: #000  !important;
}
.main-navigation ul.menu li::before {
    border-right: none !important;
}
#section-promo1 .store-wrapper i{
display:none !important;
}

.woocommerce-product-gallery__trigger{
display:none !important;
}
.main-header{
padding:0;
}
.woocommerce-product-details__short-description p{
text-align:center;
margin: 2px 0px;
}
.price-desc{
text-align:center;
}
.new-prod-slide .title-cart .cart, .woocommerce ul.products li.product .title-cart .cart, .feature-cat-product .title-cart .cart{
top:21px;
}
#section-below-slider .small-wrap .block-title{
	background: rgba(255, 189, 10, 0.7) none repeat scroll 0 0;
color: #fff;
font-size: 26px;
left: 0;
margin: 0 auto;
padding: 20px 0;
position: absolute;
right: 0;
text-align: center;
text-transform: uppercase;
top: 12%;
line-height: 1;
width: 100%;
}



/* new css */

/* Product wrapper styling */
.item-prod-wrap {
  background: #fff;
  border-radius: 12px;
  padding: 18px 12px 60px;
  position: relative;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
}

.item-prod-wrap:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

/* Product image */
.collection_combine.item-img {
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
}

.collection_combine.item-img img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Product title */
.item-prod-wrap h2.woocommerce-loop-product__title {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 8px;
  text-align: center;
  color: #333;
  line-height: 1.3em;
  min-height: 40px;
}

/* Price styles */
.item-prod-wrap .price {
  font-size: 15px;
  font-weight: 600;
  color: #28a745;
  text-align: center;
  margin-bottom: 0;
  border: none !important;
  padding: 0 !important;
}

.item-prod-wrap .price del {
  color: #999;
  font-size: 14px;
  margin-right: 6px;
}

.item-prod-wrap .price ins {
  color: #e53935;
  font-weight: 700;
  text-decoration: none;
}

/* Add to cart icon button - modern floating style */
.item-prod-wrap .add_to_cart_button,
.item-prod-wrap .button {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: #00b894;
  color: #fff !important;
  border: none;
  padding: 10px 12px;
  border-radius: 50%;
  font-size: 0;
  transition: background 0.3s ease, transform 0.3s ease;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 184, 148, 0.4);
}

.item-prod-wrap .add_to_cart_button::before {
  content: "\f07a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
}

.item-prod-wrap .add_to_cart_button:hover {
  background-color: #009f7f;
  transform: scale(1.1);
}

/* Fix spacing between cards in slider */
ul.new-prod-slide .slick-slide {
  padding: 15px;
}

.woocommerce-product-details__short-description p
 {
    text-align: left;
    margin: 5px 0px;
}

section#section-product2 {
    display: none;
}
section#section-category1 {
    display: none;
}
