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

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

/*contact us btn*/
#btn-mw-module-1765778966188-contact-form-btn{
padding:10px 15px;
}


/*view all home page btn css*/
#btn-mw-module-1765777102786{
  font-size:16px;
 padding:10px 25px !important;
  border-radius:0px !important;
}
/*view all home page btn css 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;
}

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

/*social icon of contact us css*/
#mw-module-1765778966188-social-links i:before{
  background-color:#6B4F3F;
  border-radius:50%;
  padding:2px  8px;
color:#fff !important;

}
/*breadcrump css */
#mw-module-1765779434310-breadcrumb{
color:#FAFAF9;
}
/*custom field css*/

.custom-control-label .price-modifier{
display:none;
}
.radio-btn-container .form-label{
  text-transform:capitalize;
  color:#FAFAF9 !important;
  font-size:18px !important;
}
.custom-radio {
  display: inline-block;
  margin: -5px;
  cursor: pointer;
}

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

.custom-radio label {
  display: inline-block;
  padding: 10px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size:14px;
  text-align:center;
}
.custom-radio label:hover {
  border-color:#000;
}
.custom-radio input[type="radio"]:checked + label {
  border-color: #000;
  color: #000;
}
/*custom field end*/


/*product page css*/
.shop-products{
background-color:#000;

}

.shop-products .container-fluid{
  padding-top:30px !important;
 margin-top:0px !important;
}

.shop-breadcrump,
.mw-breadcrumb-current{
color:#FAFAF9;
}

.product-info h1{
color:#FAFAF9;
}


.btn.btn-outline-primary{
border:2px solid #FAFAF9 !important;
  background-color:#111 !important;
  color:#FAFAF9 !important;
}

.btn.btn-outline-primary:hover{
  background-color:#6B4F3F !important;
  border:2px solid #6B4F3F !important;
  color:#FAFAF9 !important;
}

.mw-accordion-faq-skin-card h5{
font-size:16px;
}
.mw-accordion-faq-skin-card p{
font-size:14px;
  color:#555;
}

/*wishlist css*/
.wishlist-add-to-cart a{
background-color:#6b4f3f !important;
  font-size:12px !important;
  padding:10px 15px !important;
}
.wishlist-product-price{
font-size:20px !important;
}