﻿
.validation-invalid-label {
    color: #f44336 !important;
}


.clickable-wrapper {
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Payment-details-page .payment-info .gift-box {
    background-color: rgb(64 157 160 / 10%);
}

    .Payment-details-page .payment-info .gift-box > label {
        color: #409da0;
    }

    .Payment-details-page .payment-info .gift-box > img {
        width: 15px;
        vertical-align: text-top;
    }

.view-all-link {
    position: relative;
}

.gheras .line-with-words .title {
    max-width: 100%;
    padding: 0;
    min-width: auto;
}

.gheras .steps h4 {
    color: #0D8F75;
    margin-bottom: 14px;
    line-height: normal;
}

.center-items-vertically {
    display: flex;
    align-items: center;
}

.fixed-side-menu .field-validation-error span {
    margin-bottom: 10px;
}

.fixed-side-menu.has-focus .title {
    width: 210px;
}

.fixed-side-menu.has-focus .icon {
    border-bottom-left-radius: 0;
}

.fixed-side-menu.varient-2.has-focus .icon {
    text-align: left;
    width: 310px;
    border-bottom-left-radius: 0px;
}

.fixed-side-menu.varient-2.has-focus .hovered {
    padding: 0 20px;
    color: white !important;
    margin-right: auto;
}

    .fixed-side-menu.varient-2.has-focus .hovered span {
        color: white !important;
        display: inline-block;
        margin-top: 5px;
    }

.fixed-side-menu.varient-2 .title {
    display: none;
}

.fixed-side-menu.varient-2.has-focus .icon {
    text-align: left;
    width: 310px;
    border-bottom-left-radius: 0px;
}

.fixed-side-menu.varient-2.has-focus .hovered {
    padding: 0 20px;
    color: white !important;
}

.fixed-side-menu .payment .card-holder-name {
    text-transform: uppercase;
}

.fixed-side-menu .card-icon {
    position: absolute;
    top: 0.9px;
    left: 1px;
    height: 36.6px;
    background: #e8ecef;
    border-right: 2px solid #d1d1d1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .65rem 0 0 .65rem;
}

.fixed-side-menu .card-icon-image {
    max-height: 70%;
    margin: 9% 8px;
    max-width: 30px;
}

.fixed-side-menu {
    position: absolute;
    right: 0;
    line-height: 16px;
    max-width: 310px;
    top: 165px;
    z-index: 9989;
}

    .fixed-side-menu.has-focus .title {
        width: 270px;
    }

    .fixed-side-menu.varient-2.has-focus .icon {
        width: 310px;
    }

    .fixed-side-menu form input.error {
        border: 1px solid #f25e09;
    }

    .fixed-side-menu form span.error {
        display: none !important;
    }

    .fixed-side-menu .error-box {
        position: relative;
    }

        .fixed-side-menu .error-box input.amount.error ~ .error-border {
            visibility: visible;
        }

    .fixed-side-menu .error-border {
        visibility: hidden;
        content: "";
        position: absolute;
        border: 1px solid #f25e09;
        border-radius: 20px;
        top: -1px;
        bottom: -1px;
        right: -1px;
        left: -1px;
    }

    .fixed-side-menu .amount {
        z-index: 1;
    }

    .fixed-side-menu .apple-pay {
        margin-bottom: 10px;
    }

    .fixed-side-menu .price-box {
        border-bottom: 1px dotted #ccc;
        padding-bottom: 12px;
        margin-bottom: 8px;
    }

    .fixed-side-menu .payment-info-box {
        color: white;
        background: rgb(6, 133, 113);
        background: linear-gradient(to left, #39544f 0%, #214570 110%);
        font-size: 12px;
        padding: 10px 15px;
        border-radius: 9px;
    }

        .fixed-side-menu .payment-info-box .edit-amount-btn {
            color: inherit;
            font-size: inherit;
            padding: 0;
        }

        .fixed-side-menu .payment-info-box .amount-display {
            font-size: 24px;
        }

#cart {
    position: relative;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
}

    #cart .badge {
        font-family: 'AdelleSansARA-Semibold';
        font-size: 12px;
        height: 18px;
        min-width: 18px;
        padding: 2px;
        position: absolute;
        top: -5px;
        right: 10px;
        background: #FFAB00;
        color: white;
        border: 2px solid #fff;
        border-radius: 50%;
    }

#cart_total {
    font-size: 22px;
}

.cursor-pointer {
    cursor: pointer !important;
}

.payment-methods img {
    max-width: 65px;
    margin-left: 5px;
}

.price-details span.error {
    color: #f25e09;
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    right: 0;
    bottom: -21px;
}

.toggle-hide, .creditCardForm .payment-info-box input.error ~ span ~ span .amount-display {
    position: fixed;
    top: -300px;
    z-index: -1;
}

.cart .card.total-amount {
    border-radius: 23px;
}

    .cart .card.total-amount h6 {
        font-weight: 700;
        font-size: 20px;
    }

    .cart .card.total-amount .amount-unit {
        font-size: 24px;
    }

        .cart .card.total-amount .amount-unit #cart_total {
            font-size: 28px;
        }

    .cart .card.total-amount .separator-vertical {
        height: 1px;
        width: 100%;
        margin: 30px 0;
        background-color: #F2F2F2;
    }

    .cart .card.total-amount .btn-primary-blue {
        font-size: 18px;
        font-weight: 600;
        padding: 8px 80px;
        width: max-content;
        margin-right: auto;
    }

.cart .price-details {
    position: relative;
    font-size: 15px !important;
}

.line-with-words {
    display: flex;
    align-items: center;
}

    .line-with-words .line {
        background: #c9c9c9;
        height: 1px;
        width: 100%;
    }

    .line-with-words .title {
        min-width: max-content;
        padding: 0 10px;
    }

.Payment-details-page .payment-info .card-header {
    border-radius: 20px 20px 0 0;
    height: 110px;
}

    .Payment-details-page .payment-info .card-header img {
        position: absolute;
        left: -5px;
        top: -55px;
        clip: rect(55px,500px,165px,0);
    }

.Payment-details-page .payment-info .cart-items {
    list-style: none;
    padding: 0;
    padding: 15px 0 0px;
}

    .Payment-details-page .payment-info .cart-items li {
        display: flex;
        justify-content: space-between;
        font-size: 18px;
    }

        .Payment-details-page .payment-info .cart-items li:not(:last-of-type) {
            margin-bottom: 15px;
        }

        .Payment-details-page .payment-info .cart-items li .item-amount {
            font-size: 22px;
        }

.Payment-details-page .line-with-words.page-title .title {
    font-size: 20px;
    font-weight: 600;
}

.Payment-details-page .line-with-words {
    margin-bottom: 25px;
    margin-top: 15px;
}

    .Payment-details-page .line-with-words .title {
        font-size: 16px;
        font-weight: 600;
        font-family: 'AdelleSansARA-Semibold';
    }

.fixed-side-menu .clickable {
    cursor: pointer
}

.fixed-side-menu .title {
    text-align: right;
    color: #214570;
    background-color: #fff;
    width: 110px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.29);
    transition: all .3s ease;
}

.fixed-side-menu .icon {
    /* background: #21446f; */
    /* width: 40px; */
    text-align: center;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    /* box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.29); */
}

    .fixed-side-menu .icon, .fixed-side-menu .icon .round {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center
    }

        .fixed-side-menu .icon .round {
            border-radius: 25px;
            width: 16px;
            margin: auto;
            font-size: 30px;
            color: #21446f;
            background: #fff;
            padding: 11px;
            height: 16px;
            line-height: 1.4
        }

        .fixed-side-menu .icon .close-icon {
            color: #fff;
            font-size: 14px
        }

.fixed-side-menu .options {
    width: 100%;
    transition: all .2s ease-in-out .3s;
    position: absolute;
    right: 0;
    top: 36px;
    display: none;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 5px 6px 0 rgb(0 0 0 / 15%)
}

    .fixed-side-menu .options .nav-tabs li {
        padding: 9px;
        font-size: 13px;
        cursor: pointer;
        flex: 1;
        text-align: center;
        color: #004d71;
        font-weight: 700;
    }

        .fixed-side-menu .options .nav-tabs li:nth-child(1), .fixed-side-menu .options .nav-tabs li:nth-child(2) {
            border-left: 1px solid #ccc;
            margin-bottom: 4px;
        }

        .fixed-side-menu .options .nav-tabs li.active {
            background-color: #004d71;
            color: #fff;
            margin-bottom: 0;
        }

        .fixed-side-menu .options .nav-tabs li:focus {
            outline: none;
        }

    .fixed-side-menu .options .tab-content .price-details {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 6px;
        padding: 6px 10px;
        font-size: 13px;
        color: #c9c9c9;
        border: 1px solid #DFE1E5;
    }

        .fixed-side-menu .options .tab-content .price-details input {
            width: 70%;
            border: none;
            outline: none;
            height: 20px;
            color: #214570
        }

    .fixed-side-menu .options .tab-content > .active {
        opacity: 1;
        max-height: 55vh;
        overflow: auto;
    }

.fixed-side-menu .hovered {
    display: none
}

.fixed-side-menu .field-validation-error span {
    margin-bottom: 10px;
    color: #e0394a;
    font-weight: 500
}

.fixed-side-menu .text-desc {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 10px;
    display: inline-block;
    color: #063f50
}

.fixed-side-menu.has-focus .title {
    width: 270px
}

.fixed-side-menu.has-focus .icon {
    border-bottom-left-radius: 0
}

.fixed-side-menu.has-focus .options {
    display: block
}

.fixed-side-menu.has-focus .hide-hovered {
    display: none
}

.fixed-side-menu.has-focus .hovered {
    display: unset;
    font-size: 12px;
    border-radius: 20px;
}

.fixed-side-menu.varient-2 .title {
    display: none
}

.fixed-side-menu.varient-2 .icon {
    height: 36px;
    background: #21446f;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    transition: all .1s linear
}

.fixed-side-menu.varient-2.has-focus .icon {
    text-align: left;
    width: 310px;
    border-bottom-left-radius: 0
}

.fixed-side-menu.varient-2.has-focus .hovered {
    margin-right: auto;
    padding: 0 20px;
    color: #fff !important
}

    .fixed-side-menu.varient-2.has-focus .hovered span {
        color: #fff !important;
        display: inline-block;
        margin-top: 5px
    }
