.mfp-content .customer_coupon_wrap{
    display: none;
}

.custom_coupon_wrap_affiliate {
    margin: 12px 0;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 6px;
    background: #fafafa;
}

.custom_coupon_wrap_affiliate .popup-customer-info-title {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 15px;
    color: #333;
}

.custom_coupon_field {
    display: flex;
    gap: 10px;
    align-items: center;
}

.custom_coupon_input,
.custom_coupon_wrap_affiliate .custom-coupon-input {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    font-size: 14px;
    transition: border-color 0.2s ease;
}

.custom_coupon_wrap_affiliate .custom-coupon-input:focus {
    border-color: #008120;
}

.custom_coupon_wrap_affiliate .custom-apply-coupon {
    padding: 8px 16px;
    background: #026423;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease;
    white-space: nowrap;
}

.custom_coupon_wrap_affiliate .custom-apply-coupon:hover {
    background: #008120;
}

.popup-coupon-message {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 500;
}

.old-price {
  text-decoration: line-through;
  color: #999;
  font-size: 16px;
}

.new-price {
    padding-left: 5px;
    text-align: end;
    color: #d00;
    font-weight: bold;
    display: inline-block;
}