/* Style for the discount badge */
.discount-badge {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #e74c3c; /* Change the background color as needed */
    color: #fff; /* Change the text color as needed */
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    z-index: 99;
}

.coupon {
    margin-bottom: 20px;
}

a.qbutton.white.view-cart:hover {
    background: white;
    color: black;
}

p.woocommerce-shipping-destination{display:none!important;}

.custom-notice.remaining-amount-notice {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    background: #B97A56;
    color: white;
    padding: 12px;
}
