padding-right{
      padding-right: 0 !important;
}
@media (max-width: 768px) {
  .header-section-main {
      height: calc(45vh - 100px) !important;
  } 
}
/*logo section*/
.icon-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 45px;
    padding: 20px;
    max-width: 900px;
    margin: auto;
  }

  .icon-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
  }

  .icon-box:hover {
    transform: scale(1.05);
  }

  .icon-box img {
    max-width: 100%;
    max-height: 1240px;
    object-fit: contain;
  }


  @media (max-width: 768px) {
    .icon-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
    }

    .icon-box {
      padding: 8px;
    }

    .icon-box img {
      max-height: 60px;
    }
	
  }
.cart-page input {
    width: 268px !important;
}

  .coupon_code_apply_wrapper-shop-cart-module-layouts-61-1-shop-coupons{
      margin-top: 20px;
}
/*logo section END*/


/*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;
  }
}
/* blog css ending */
/* payment gateway*/
/* 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;
    }

    /* Left section (radio + text) */
    .payment-left {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    /* Custom radio */
    .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%;
    }

    /* Text */
    .payment-text {
      font-size: 14px;
      color: #333;
    }

    .safe-text {
      font-size: 12px;
      color: #888;
    }

    /* Logo */
    .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; /* hide any default label text */
}

/* Keep radio visible but inline with content */
.shop-payments-gateways-razorpay input[type="radio"] {
    margin: 0 !important;
    transform: scale(1.2) !important;
}

/* Restore font size for payment-option content */
.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;
}

/* Make text and logo inline in payment-option */
.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;
    /* width: 109px; */
    position: relative;
    /* left: 9px; */
    top: 15px;
    right: 116px;
}