.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;
}

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

.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
}

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