/*aboutus btn css*/

#btn-mw-module-1765606143881-btn{
padding:8px 22px !important;
}

/*shop products skin-2 css */

.product-info h1{
font-size:28px;
}

.shop-products-skin-2 {
  padding: 5px;
  margin-bottom: 5px !important;
}

.shop-products-skin-2 .product {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.shop-products-skin-2 .img-as-background {
  height: 315px !important;
}

.shop-products-skin-2 .product:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.shop-products-skin-2 .img-as-background img {
  width: 100%;
  object-fit: cover;
  border-bottom: 1px solid #eee;
  border-radius: 8px 8px 0 0;
}

.shop-products-skin-2 h6 {
  font-weight: 600;
  color: #000;
  font-size: 1rem;
}

.shop-products-skin-2 .price-holder .price-old {
  text-decoration: line-through;
  color: #999;
  margin-right: 8px;
  font-size: 0.9rem;
}

.shop-products-skin-2 .price-holder .price {
  color: #000;
  font-weight: 600;
  font-size: 1rem;
}

.shop-products-skin-2 .content {
  padding: 0px !important;
}

.shop-products-skin-2-btn .btn {
  border-color:#006637  !important;
  width: 80%;
  text-transform: capitalize;
  color: #006637   !important;
  font-weight: 500 !important;
  padding: 8px 20px !important;
  border-radius: 8px !important;
  transition: background 0.3s ease !important;
  transition: 0.3s ease-in-out;
  margin-bottom: 15px;
}

.shop-products-skin-2-btn .btn:hover {
  color: #fff !important;
}

@media (max-width: 767px) {
  .shop-products-skin-2 .mw-layout-product-stock {
    padding: 5px;
  }

  .shop-products-skin-2 .img-as-background {
    height: 168px !important;
  }

  .shop-products-skin-2 h6 {
    font-size: 14px !important;
  }

  .shop-products-skin-2-btn .btn {
    font-size: 14px;
    padding: 5px 10px !important;
  }

  .shop-products-skin-2 .price-holder .price {
    font-size: 14px;
  }
}


/*shop products skin-2 css */



/* WHY CHOOSE US SECTION */
  .why-choose-section {
    text-align: center;
	padding:0 20px;
  
  }

  .why-choose-section h2 {
    font-size: 32px;
    font-weight: bold;
    color: #006637;
    margin-bottom: 15px;
  }

  .why-choose-section p.subtext {
    font-size: 16px;
    color: #4f4f4f;
    margin-bottom: 50px;
  }

  .choose-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: auto;
  }

  .choose-card {
    background-color: #fff;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  }

  .choose-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  }

  .choose-card i {
    font-size: 40px;
    color: #90c540;
    margin-bottom: 20px;
  }

  .choose-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #006637;
    margin-bottom: 15px;
  }

  .choose-card p {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
  }

  @media (max-width: 768px) {
    .why-choose-section h2 {
      font-size: 28px;
    }
    .why-choose-section p.subtext {
      font-size: 14px;
      margin-bottom: 30px;
    }
    .choose-card h3 {
      font-size: 18px;
    }
    .choose-card p {
      font-size: 14px;
    }
  }
/*choose us end*/

/*register css*/
.registration-form h1{
font-size:24px !important;
  font-weight:600;
}
/*register end*/


/*shop page btn*/
.btn.btn-primary, .btn:not(.btn-secondary):not(.btn-outline):not(.btn-link){
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 22px;
}

  .btn-secondary{
      font-size: 14px !important;
      padding: 7px 15px !important;
      border-radius: 22px !important;
  }
/*shop btn ends*/


/*checkout page */
.checkout-v2-logo{
width:5% !important;

}

/* Mobile view (up to 767px width) */
@media (max-width: 767px) {
  .checkout-v2-logo {
    width: 15% !important;  /* adjust size for smaller screens */
  }
}


/*cart page css*/
.cart-page input {
    width: 250px !important;
}
.mw-coupons-module{
    margin-top: 15px;
}
/*cart page end*/

/*about us slider css*/
.mw-slider-v2-buttons-slide {
display:none;
}
@media (max-width: 767px) {
  #mw-element-1764833893428{
  min-height:0 !important;
  }
}
/*end of css of about slider*/
/* CUSTOMER BENEFITS SECTION */
.customer-benefits-section {
  padding:0 20px;
}

/* WRAPPER */
.benefits-wrapper {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* IMAGE */
.benefits-image img {
  width: 100%;
  border-radius: 26px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
  object-fit: cover;
}

/* CONTENT */
.benefits-content h2 {
  font-size: 32px;
  color: #006637;
  font-weight: 700;
   text-align: left;
  margin-bottom: 28px;
}

/* LIST */
.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits-list li {
  position: relative;
  padding-left: 32px;
  font-size: 20px;
   text-align: left;
  line-height: 3;
  color: #006637;
  font-weight: 500;
}


/* MOBILE */
@media (max-width: 768px) {
  .benefits-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .benefits-content h2 {
    font-size: 30px;
    text-align: center;
  }

  .benefits-list li {
    font-size: 16px;
  }
}
/*customer benefits css end*/