body{
  background-color:#fff !important;
}
.write-review-button a{
  color:#000 !important;
}



/*home tab product*/
#mw-tabs-module-mw-module-1756726890450 .mw-ui-btn-nav-tabs .active{ 
    background: transparent !important;
    color: black !important;
    border: none;
    border-bottom: 2px solid black;
    padding: 2px 28px !important;
    border-radius: 5px;
    margin-left: 15px  !important;
}

#mw-tabs-module-mw-module-1756726890450 .mw-ui-btn-nav-tabs a{ 
    background: transparent !important;
    color: black !important;
    border: none;
    border-bottom: 2px solid black;
    padding: 2px 28px !important;
    border-radius: 5px;
    margin-right:15px !important;
 
}

#mw-tabs-module-mw-module-1756728532089 .mw-ui-btn-nav-tabs a{ 
    background: transparent !important;
    color: black !important;
    border: none;
    border-bottom: 2px solid black;
    padding: 2px 28px !important;
    border-radius: 5px;
    margin-right:15px !important;
 
}
#mw-tabs-module-mw-module-1756728532089 .mw-ui-btn-nav-tabs .active{ 
    background: transparent !important;
    color: black !important;
    border: none;
    border-bottom: 2px solid black;
    padding: 2px 28px !important;
    border-radius: 5px;
    margin-left: 15px  !important;
}

/*end home tab product*/


/*shop page btn*/
.btn.btn-primary, .btn:not(.btn-secondary):not(.btn-outline):not(.btn-link){
    font-size: 13px;
    padding: 5px 14px;
    border-radius: 22px;
}

  .btn-secondary{
      font-size: 14px !important;
      padding: 7px 18px !important;
      border-radius: 22px !important;
  }


/*contact btn*/
#btn-mw-module-1756813815751-contact-form-btn{
   font-size:18px !important;
   padding: 8px !important;
}


/*product page */

.shop-breadcrump a{
color:black !important;
}

/*custom color*/
.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;
}
.image-selector-wrapper {
justify-content:center;
}

.image-selector-wrapper img{
border-radius:50px;
}

.add-to-cart-btn{
  padding:10px 25px !important;
  font-size:16px !important;
  margin-top:5px;
}
.buy-now{
 padding:10px 25px !important;
  font-size:16px !important;
  margin-top:5px;
}

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

.shop-products .price {
background-color:transparent !important;
}

/*end PRoduct page*/


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