.why-choose-us {
  background-color: #000;
  color: #fff;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.section-subtitle {
  color: #e5d8b8;
  font-size: 16px;
  max-width: 720px;
  margin: 0 auto;
}

.choose-card {
  background: #111;
  border: 1px solid rgba(227,177,91,0.4);
  border-radius: 14px;
  padding: 32px 22px;
  height: 100%;
  transition: all 0.4s ease;
}

.choose-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(227,177,91,0.35);
  background: #1a1a1a;
}

.icon-wrapper {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, #E3B15B, #C9A14A);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 26px;
  color: #000;
}

.choose-card h4 {
  font-size: 19px;
  font-weight: 600;
  color: #E3B15B;
  margin-bottom: 12px;
}

.choose-card p {
  font-size: 14px;
  color: #d1d1d1;
  line-height: 1.6;
}

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

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

.add-to-cart-btn{
height:50px;  
}
.btn-primary{
 height:50px !important; 
}
.add-to-wishlist-btn{
  display: none;
}