.js-coupon-code-shop-cart-module-layouts-47-1-shop-coupons{
  width: 12rem !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*/
#shop-content-68{
  background-color: #e4e4e4 !important;
  
}
.coupon_code_apply_wrapper-cart-checkout-js-ajax-cart-checkout-process-shop-coupons{
  margin-right:30px;
}