.add-credit-card-model__back {
    color: #1c4477;
    text-decoration: none;
    padding: 5px 0;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 190px;
}

.add-credit-card-model__body {
    padding: 20px;
    position: relative;
}

.add-credit-card-model__body h5 {
    margin: 0;
    font: 16px montserrat-r;
    color: #1c4477;
    text-align: left;
}

.add-credit-card-model__body .close {
    position: absolute;
    top: 10px;
    right: 15px;
}

.add-credit-card-model__form {
    display: flex;
    flex-flow: column;
    padding-top: 20px;
    gap: 20px;
}

.add-credit-card-model__input {
    display: flex;
    flex-flow: row wrap;
    gap: 25px;
}

.add-credit-card-model__label {
    font: 15px montserrat-l;
    color: #909090;
    flex: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.add-credit-card-model__value {
    flex: 6;
}

.add-credit-card-model__value .form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #555555;
}

.add-credit-card-model__actions {
    display: flex;
    flex-flow: row wrap;
    gap: 25px;
}

.add-credit-card-model__action-btn {
    flex: 6;
}

.add-credit-card-model__space {
    flex: 2;
}

.add-credit-card-model__actions-cancel {
    color: #df4d4d;
    font: 15px montserrat-r;
    margin-left: 20px;
    position: relative;
    display: inline-block;
    padding-top: 10px;
}

.model__actions-cancel {
    color: #df4d4d;
    font: 15px montserrat-r;
    margin-left: 20px;
    position: relative;
    display: inline-block;
    padding-top: 5px;
}

#stripeError {
    padding-top: 2px;
}

.credit__card-modal {
    z-index: 1111;
}

.di_update-credit-card {
    max-width: 105px;
    padding: 3px 7px !important;
    font-size: 8px !important;
    color: #bcf9df !important;
    border-radius: 3px !important;
    position: relative;
    margin-right: 0 !important;
    margin-top: 3px !important;
}

.di_split-payment {
    max-width: 105px;
    padding: 3px 7px !important;
    font-size: 8px !important;
    color: #bcf9df !important;
    border-radius: 3px !important;
    position: relative;
    margin-right: 0 !important;
    margin-top: 3px !important;
}

label span.req {
    color: #d20000;
}

.charge-note {
    color: #92a8b3;
    font: 15px montserrat-l;
    display: inline-block;
}

.charge-note.charge-note-with-card {
    margin-top: 10px;
}

.checkout-total__directive {
    display: inline-block;
    width: calc(100% - 42px);
    /*border-top: 2px solid #b2b2b2;*/
    /*padding-top: 20px;*/
    margin-right: 0;
    /*margin-top: 29px;*/
    font-family: montserrat-r;
    @media (max-width: 991px) {
        width: 100%;
    }

    .total {
        /*float: right;*/
        /*width: 251px;*/
        /*margin-right: 49px;*/
        /*border-top: 1px solid #ababab;*/
        /*border-bottom: 1px solid #ababab;*/

        margin-top: 5px !important;

        .total-label {
            padding-left: 0;
            width: 100px !important;
            padding: 10px 0 8px !important;
            border-top: 1px solid #ababab;
            border-bottom: 1px solid #ababab;
        }

        .sub-right {
            padding-top: 10px !important;
            padding-bottom: 8px !important;
            border-top: 1px solid #ababab;
            border-bottom: 1px solid #ababab;
        }

    }

    .sub-line-items {
        width: 100%;
        display: inline-block;

        .sub-line {
            display: inline-block;
            width: 100%;
            line-height: 24px;
            padding-top: 3px;
            padding-bottom: 2px;

            div {
                &:first-child {
                    float: left;
                    text-align: right;
                    width: 70%;
                    font-size: 13px;
                    color: #000;
                    font-family: montserrat-r;
                    @media (max-width: 991px) {
                        width: calc(100% - 190px);
                    }
                }

                &:last-child {
                    float: right;
                    width: 30%;
                    padding-left: 30px;
                    font-size: 15px;
                    font-family: montserrat-b;
                    @media (max-width: 991px) {
                        width: 190px;
                    }

                    .discount {
                        font-family: montserrat-r;
                        font-size: 0.75em;
                        color: gray;
                        cursor: pointer;
                    }

                    .remove-discount {
                        color: red;
                        transition: .3s all ease-in-out;

                        &:hover {
                            opacity: 0.8;
                            color: #cd1818;
                        }
                    }
                }
            }

            &.d-flex {
                display: flex;
                align-items: center;
            }
        }

        .app-style-checkbox.processing-fee {
            margin-right: 45px;
            margin-top: 20px;
        }


    }

    .add-promo-label {
        float: right;
        width: 251px;
        margin-right: 49px;
        border-top: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
        padding: 12px 0;
        text-align: center;
        color: #6e6e6e;
        font-size: 13px;
        letter-spacing: 2px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .3s all ease-in-out;
        text-decoration: unset;

        &:hover {
            opacity: 0.8;
            color: #6fbe4a;
        }

        span {
            margin-right: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }

    .total1 {
        /*float: right;*/
        /*width: 251px;*/
        /*margin-right: 49px;*/
        border-top: 1px solid #ababab;
        border-bottom: 1px solid #ababab;
        padding: 5px 0 3px;
        margin-top: 5px;
        /*        @media(max-width:991px){
                    margin-right:113px;
                }
                @media(max-width:767px){
                    margin-right:59px;;
                }*/
        /*.total-label {*/
        /*    float: left;*/
        /*    font-size: 15px;*/
        /*    font-family: montserrat-sb;*/
        /*    color: #000;*/
        /*    line-height: 28px;*/
        /*    width: 36%;*/
        /*    text-align: right;*/
        /*    letter-spacing: 1px;*/
        /*    @media(max-width: 991px) {*/
        /*        width: calc(100% - 125px);*/
        /*        padding-right: 13px;*/
        /*    }*/
        /*}*/


        div {
            &:first-child {
                float: left;
                font-size: 15px;
                font-family: montserrat-sb;
                color: #000;
                line-height: 28px;
                width: 36%;
                text-align: right;
                letter-spacing: 1px;
                @media (max-width: 991px) {
                    width: calc(100% - 125px);
                    padding-right: 13px;
                }
            }

            &:last-child {
                float: right;
                width: 57%;
                color: #cd1818;
                font-size: 20px;
                font-family: montserrat-sb;
                padding-left: 10px;

                .orignal-price {
                    font-family: montserrat-r;
                    color: gray;
                    text-decoration: line-through;
                    font-size: 0.85em;
                }

                @media (max-width: 991px) {
                    width: 125px;
                    font-size: 17px;
                    padding-left: 14px;
                }
            }
        }


    }
}

.checkout-total__total-amount {
    text-align: left !important;
    float: left !important;
    width: 57%;
    color: #cd1818 !important;
    font-size: 20px !important;
    font-family: montserrat-sb;
    padding-left: 0 !important;
    @media (max-width: 991px) {
        width: 125px;
        font-size: 17px;
        padding-left: 14px;
    }
}

.app-style-checkbox label {
    padding-left: 0;
    margin: 0 !important;
    cursor: pointer;
}

.app-style-checkbox label {
    font: 15px montserrat-l;
    color: #555555;
}

.app-style-checkbox input[type="checkbox"] + span, .app-style-checkbox input[type="radio"] + span {
    display: inline-block;
    line-height: normal;
    position: relative;
    font: 14px montserrat-l;
    color: #959595;
    padding-left: 25px;
}

.app-style-checkbox input[type="checkbox"]:checked + span:after, .app-style-checkbox input[type="radio"]:checked + span:after {
    border-color: #1c4477;
    background-color: #1c4477;
    background-image: url(data:image/svg+xml,%3Csvg xmlns= 'http://www.w3.org/2000/svg' xmlns:xlink= 'http://www.w3.org/1999/xlink' width= '12px' height= '9px' %3E%3Cpath fill-rule= 'evenodd' fill= 'rgb(255, 255, 255)' d= 'M11.657,1.586 L4.586,8.657 L0.343,4.414 L1.757,3.000 L4.586,5.828 L10.243,0.171 L11.657,1.586 Z' /%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position: 49% 70%;
}

.app-style-checkbox input[type="checkbox"] + span:after, .app-style-checkbox input[type="radio"] + span:after {
    content: "";
    width: 17px;
    height: 17px;
    background: #fff;
    border: 1px solid #959595;
    position: absolute;
    top: .5px;
    left: 0;
}

.help-tooltip .info-icon {
    max-width: 100%;
    width: 14px;
    height: 14px;
    position: relative;
    top: 0px;
}

.form-control.promo_code {
    max-height: 36px;
}

.app-style-checkbox {
    margin: 0;
    padding-top: rem(30px);
}

.app-style-checkbox.processing-fee {
    margin-right: 45px;
    margin-top: 20px;
}

.app-style-checkbox.processing-fee label span {
    color: #000000 !important;
}

.app-style-checkbox label {
    padding-left: 0;
    margin: 0 !important;
    cursor: pointer;
}

.app-style-checkbox label:not(:last-child) {
    margin-right: rem(25px);
}

@media screen and (max-width: 350px) {
    .app-style-checkbox label:not(:last-child) {
        margin-right: rem(30px);
    }
}

.app-style-checkbox input[type="checkbox"], .app-style-checkbox input[type="radio"] {
    display: none;
}

.app-style-checkbox input[type="checkbox"] + span, .app-style-checkbox input[type="radio"] + span {
    display: inline-block;
    line-height: normal;
    position: relative;
    font: 14px montserrat-l;
    color: #959595;
    padding-left: 25px;
}

.app-style-checkbox input[type="checkbox"] + span:after, .app-style-checkbox input[type="radio"] + span:after {
    content: "";
    width: 17px;
    height: 17px;
    background: #fff;
    border: 1px solid #959595;
    position: absolute;
    top: .5px;
    left: 0;
}

.app-style-checkbox input[type="checkbox"]:checked + span:after, .app-style-checkbox input[type="radio"]:checked + span:after {
    border-color: #1c4477;
    background-color: #1c4477;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12px' height='9px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M11.657,1.586 L4.586,8.657 L0.343,4.414 L1.757,3.000 L4.586,5.828 L10.243,0.171 L11.657,1.586 Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 49% 70%;
}

.payment-directive-loader {
    display: flex;
    width: 100%;
    height: 75px;
    align-items: center;
    justify-content: center;
}

.hidden-input {
    opacity: 0;
    width: 1pc;
    height: 1px;
    position: fixed;
}

.bootstrap-datetimepicker-widget {
    left: 0 !important;
}

.email-cc-group {
    display: flex;
    gap: 10px;
}

.add-with-terminal-btn {
    margin-top: -18px;
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 3;
    color: #000000;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 2;
    color: #fff !important;
    cursor: default;
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:focus,
.pager li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a,
.pager .next > span {
    float: right
}

.pager .previous > a,
.pager .previous > span {
    float: left
}

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

/* Tooltip base */
.tooltip {
    --bs-tooltip-bg: #ffffff;
    --bs-tooltip-color: #000000;
    --bs-tooltip-opacity: 1;
    --bs-tooltip-arrow-width: 1.2rem;
    --bs-tooltip-arrow-height: 0.6rem;

    opacity: 1 !important;
}

/* Tooltip content */
.tooltip .tooltip-inner {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    background-color: #ffffff;
    color: #000000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.tooltipster-sidetip .tooltipster-content {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
}

.tooltipster-default .tooltipster-box {
    background: #ffffff;
    border: 1px solid #ddd;
}

/* Tooltip box */
.tooltipster-fee-tooltip .tooltipster-box {
    background: #ffffff;
    border-radius: 10px;
    padding: 5px 0 5px 0;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
    font-family: "montserrat-l";
    font-size: 13px;
}

/* Tooltip text */
.tooltipster-fee-tooltip .tooltipster-content {
    color: #111;
    line-height: 1.4;
    font-family: "montserrat-l";
    font-size: 13px;
    padding: 10px;
}

/* REMOVE arrow border completely */
.tooltipster-fee-tooltip .tooltipster-arrow-border {
    border: none !important;
}

/* Arrow background — match tooltip */
.tooltipster-fee-tooltip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #ffffff !important;
}

.tooltipster-fee-tooltip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #ffffff !important;
}

.tooltipster-fee-tooltip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #ffffff !important;
}

.tooltipster-fee-tooltip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #ffffff !important;
}

.tooltipster-fee-tooltip .tooltipster-arrow {
    transform: translateY(-3px); /* tiny alignment fix */
    margin-top: 10px !important;
}

/* Big arrow background */
.tooltipster-fee-tooltip.tooltipster-top .tooltipster-arrow-background {
    border-width: 14px 14px 0 14px;
}

.tooltipster-fee-tooltip.tooltipster-bottom .tooltipster-arrow-background {
    border-width: 0 14px 14px 14px;
}

.tooltipster-fee-tooltip.tooltipster-left .tooltipster-arrow-background {
    border-width: 14px 0 14px 14px;
}

.tooltipster-fee-tooltip.tooltipster-right .tooltipster-arrow-background {
    border-width: 14px 14px 14px 0;
}

/* Remove arrow border layer completely */
.tooltipster-fee-tooltip .tooltipster-arrow-border {
    border: none !important;
}

.font-normal {
    font-family: montserrat-l !important;
}