/*shop products skin-2 css */

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



/*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 */
  }
}

.shop-products .product .price-old {
  color: #000;
}
/*cart page css*/
.cart-page input {
    width: 250px !important;
}
.mw-coupons-module{
    margin-top: 15px;
}
/*cart page end*/