
.cart-header {
    padding: 30px 0;
    position: relative;
}

.cart-header .btn-back-url {
    position: absolute;
    left: 11px;
    top: 22px;
    z-index: 999;
}

.btn2 {

    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 10px !important;
    box-shadow: 0 4px 7px 0 rgb(0 0 0 / 11%) !important;
    font-weight: 900;
    transition: all 300ms ease;
    background-color: var(--rest-icon-color) !important;
    border-color: var(--rest-icon-color) !important;
    color: #FFF !important;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {

    /* For mobile phones: */
    .mobile {
        margin-right: 35px;
    }
}

.modal.n.show .modal-dialog {
    box-shadow: none !important;
}

.loyalty-discount-item {
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
    margin-bottom: 10px;
}

.loyalty-discount-item>div {
    display: flex;
    justify-content: space-between;
    align-items: center;


}

.loyalty-discount-item h3 {
    font-size: 15px !important;
    font-weight: normal !important;
}

.loyalty-discount-item .btn {
    font-size: 15px;
    min-width: 100px;
}
