.is-invalid~.invalid-feedback{
    font-size: 15px;
}

.star-selected {
    color: #ff9b26 !important;
    cursor: pointer;
}

/* Apply to your message container */
.success-msg {
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999;
}


.cart-update-btn {
    background: var(--primary) !important;
    padding: 9.5px 25px;
    border-radius: 6px;
    border: 0;
    color: var(--white-color) !important;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    transition: all .3s ease;
}

.cart-empty-btn{
    background: rgb(255, 55, 55) !important;
    padding: 12px 25px;
    border-radius: 6px;
    border: 0;
    color: var(--white-color) !important;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    transition: all .3s ease;
}

  
.wishlist-0-stock{
    opacity: .5;
    pointer-events: none;
}

.shipping-options-scrollable {
    max-height: 200px;
    overflow-y: auto;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    box-shadow: 0px 0px 7px #01703a;
}