#coupon-code-ajax .row {
    row-gap: 10px;
}

#coupon-code-ajax input {
    padding: 10px 12px;
    border: unset;
}

/* Make order summary a positioning container */
.__cart-total {
    position: relative;
}

#coupon-apply-btn {
    background: #189692 !important;
    border: none !important;
    color: #fff !important;
    font-weight: 500;
}

#coupon-apply-btn:hover {
    background: #9F50C4 !important;
}

#proceed-next-btn {
    background: #189692 !important;
    border: none !important;
    color: #fff !important;
text-transform: none;
    font-weight: 500;
}

#proceed-next-btn:hover {
    background: #9F50C4 !important;
}

/* Total label */
h4:has(+ h2#totalVal) {
    font-size: 22px !important;
    font-weight: 500 !important;
    color: #189692 !important;
    font-family: inherit !important;
}

/* Total value */
#totalVal {
    font-size: 28px !important;
    font-weight: 600 !important;
    color: #189692 !important;
}
.themeholy-btn{
        border-radius: 8px;
}
a.navink.themeholy-btn.caserush-continue-shopping{
    color: #9F50C4;
}
.d-flex.border-bottom.pb-3.caserush_order-summary.mb-3 {
    color: #189692;
}
h4.m-0 {
    color: #189692;
    font-weight: 800;
}
/* Coupon input clean style */
.promo-input {
    font-family: inherit;
    border: none;
    outline: none;
}
.cart-product-details a:hover{
    color: #9F50C4 !important;

}

/* Optional (recommended for better UI) */
.promo-input::placeholder {
    color: #9F50C4;
}

.promo-input:focus {
    box-shadow: none;
}

/* empty cart css */

.empty-cart-img {
    margin-bottom: 40px;
    text-align: center;
}

.empty-cart-img img {
    width: 70px; /* adjust size */
    max-width: 100%;
    opacity: 0.9;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    background: #9F50C4 !important;
    border-color: #9F50C4 !important ;
}
input#promo-code{
    color: #9F50C4;
}
#shopping-list thead th{
    background: #189692;
}