/* LOGIN Custom styling */
.naturce-login .woocommerce-Input {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}
/* CHECKOUT Custom Styling */
.woocommerce-form-coupon-toggle .woocommerce-info {
  border-left: 0px;
  background-color: #f8f8f8 !important;
  color: #2c8f57 !important;
}
.woocommerce-checkout h3 {
  text-transform: capitalize;
}