/*product page custom field*/
.custom-radio {
  display: inline-block;
  margin: -5px;
  cursor: pointer;
}

.custom-radio input[type="radio"] {
  display: inline-block; /* Hide the default radio button */
}

.custom-radio label {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.3s ease;
  width:100px;
  cursor: pointer;
}

.custom-radio label:hover {
  border-color:#975026;
}

.custom-radio input[type="radio"]:checked + label {
  border-color:  #975026 !important;
  color: #000;
}


#cart_fields_product-inner-design-2 .controls{
display:none;
}

#cart_fields_product-inner-design-2 .price-modifier{
display:none;
}

.image-selector-wrapper{
    justify-content: center;
 
} 
.image-selector-wrapper img {
    height: 60px !important;
    width: 50px !important;
    box-shadow: none !important; 
}
.label-text{
  background-color: #975026;
  color:white;
  display: block;
  border-radius: 0px 0px 4px 4px;
  font-size: 15px;
  text-align: center;
  padding:5px 0px;
}

/*end product page custom field*/




.modal-backdrop.show {
    display: none;
}

.payment-option .payment-logo img{
 width:100px !important;
}

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

}

/* home page product title */
@media (max-width: 767px) {
  h6 span{
    font-size: 20px !important;
  }
  #mw-element-1754652792376 span{
  font-size:14px !important;
  }
  h6{
     font-size: 20px !important;
  }
}
/* home page product btn*/
#btn-mw-module-1754653877494{
    padding: 12px 29px;
    font-size: 13px ;
}

.shipping{
padding: 30px 20px !important;
background-color:#f9fafb;
}

.return{
padding: 30px 20px !important;
background-color:#f9fafb;
}

@media screen and (max-width: 768px) {
  .return {
    margin-top: 10px; /* adjust margin for mobile */
  }
}

.products-design-2 .container-fluid{
  padding-left:20px !important;
  padding-right: 20px !important;
}


/* why choose us Cards Layout starting*/
  .why-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 40px auto;
    max-width: 1200px;
    font-family: Tahoma, sans-serif;
  }

  .why-card {
    background: #f5f9f2; /* Light greenish background */
    border: 2px solid  #cce8c2;
    border-radius: 12px;
    text-align: center;
    padding: 30px 20px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.08);
  }

  .why-card:hover {
    background:  #cce8c2; /* Lighter version of green */
    transform: translateY(-5px);
    box-shadow: 0px 5px 15px rgba(0,0,0,0.15);
  }

  .why-icon-box {
    font-size: 40px;
    color: #7aac43;
    margin-bottom: 15px;
  }

  .why-title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
  }

  .why-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
  }

  /* Responsive for smaller screens */
  @media (max-width: 992px) {
    .why-section {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 576px) {
    .why-section {
      grid-template-columns: 1fr;
    }
  }


/* Heading */
#mw-element-1754972396113 {
  font-size: 28px;
  font-weight: bold;
}
/* Paragraph */
#mw-element-1754972396112 {
  font-size: 16px;
  color:#555050;
}


@media (max-width: 768px) {
  #mw-element-1754972396113 {
    font-size: 20px;
  }
    #mw-element-1754972396112 {
    font-size: 14px;
  }
}
/* ending of why choose us */


/*Blog post section starting*/
.blog-posts-19 .h-100 {
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
}

.blog-posts-19 h6 {
  color: black;
  font-weight: 600 !important;
  margin-top: 10px;
   text-align: center !important;
}

.blog-posts-19 p {
  font-size: 14px !important;
  color: #555 !important;
}

.blog-posts-19 small {
  color: #555;
  font-size: 14px !important;
}

.blog-posts-19 .post-19::after {
  display: none;
}

/* Image Styling - NO CROPPING */
.blog-posts-19 .img-as-background {
  max-height: 220px;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

/* Responsive for Mobile */
@media (max-width: 768px) {
  .blog-posts-19 .img-as-background {
    max-height: 180px;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.custom-product-gallery .slider-main img {
    width: 60%;
}
/* blog css ending */

/* conatct btn */
#btn-mw-module-1754975630425-contact-form-btn{
padding: 12px 15px;
  font-size: 16px;
}

/* product page css */
.product-info h1{
  font-size: 35px !important;
}

@media (max-width: 768px) {
  .product-info h1 {
    font-size: 28px !important; /* mobile view */
  }
}
.add-to-cart-btn {
  background-color: white !important;
  border: 2px solid #7AAC43 !important;
  color: #7AAC43 !important;
  font-size: 15px !important;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease !important;
}

.add-to-cart-btn:hover {
  background-color: #7AAC43 !important;
  border: 2px solid #7AAC43 !important;
  color: #fff !important;
}

/* Mobile view: Apply hover styles on click and revert */
@media (max-width: 576px) {
  .add-to-cart-btn:active {
    animation: clickEffect 0.3s ease;
  }

  @keyframes clickEffect {
    0% {
      background-color: #7AAC43 !important;
      border: 2px solid #7AAC43 !important;
      color: #fff !important;
    }
    100% {
      background-color: white !important;
      border: 2px solid #7AAC43 !important;
      color: #7AAC43 !important;
    }
  }
}
.buy-now{
  font-size:15px !important;
}

.reviews-wrapper .row .col-sm-12{
width: 23.33% !important;
}

.review-card{
    height: 100% !important;
}
.reviews-wrapper{
padding-left: 50px !important;
  margin-top:50px;
}
.reviews-wrapper .row{
gap:20px !important;
}

.review-card-rating i{
color: #e9b61f;
}
/* Payment container */
.methods .checkout-v2-radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f9fa;
  padding: 10px 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
}
.payment-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.payment-radio {
  width: 14px;
  height: 14px;
  border: 2px solid #03a9f4;
  border-radius: 50%;
  position: relative;
}

.payment-radio::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 6px;
  height: 6px;
  background: #03a9f4;
  border-radius: 50%;
}
.payment-text {
  font-size: 14px;
  color: #333;
}

.safe-text {
  font-size: 12px;
  color: #888;
}
.payment-logo img {
  height: 20px;

}

.payment-logo {
  display: contents;
}

.shop-payments-gateways-razorpay {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-size: 0 !important;
 
}

.shop-payments-gateways-razorpay input[type="radio"] {
  margin: 0 !important;
  transform: scale(1.2) !important;
}


.shop-payments-gateways-razorpay .payment-option {
  font-size: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  gap: 15px !important;
}


.shop-payments-gateways-razorpay .payment-left {
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
}

.shop-payments-gateways-razorpay .payment-text {
  font-weight: 500 !important;
  color: #222 !important;
}

.shop-payments-gateways-razorpay .safe-text {
  font-size: 12px !important;
  color: #888 !important;
}

.shop-payments-gateways-razorpay .payment-logo img {
  height: 19px !important;
  display: block !important;
  position: relative;
  top: 15px;
  right: 116px;
}


/*REview before /after section*/
 .client-testimonial-section {
    padding: 50px 20px;
    text-align: center;
  }
/* payment gateway end */