.order-content-v2.hide-all-frame-sec #framesdiv {display: none;}
.order-content-v2.hide-all-frame-sec #button3 {display: none;}
.order-content-v2.hide-select-frame-sec #framesdiv > div:not(#available-frames),
.order-content-v2.hide-select-frame-sec #framesdiv > ul,
.order-content-v2.hide-select-frame-sec #framesdiv > hr
{display: none;}
.sizing_content {border-top: none;}
#popup-framing-info .modal-content {
    border-radius: 0;
}
#popup-framing-info .close {
    font-size: 50px;
    font-weight: 100;
    opacity: 1;
}
#popup-framing-info .close span {
    color: inherit;
}
.icon-framing-info {
    cursor: pointer;
}

.box_content_right .advance-payment-banner .text.font18px.color-pink {
    color: var(--primary-color-v2);
}
.box_content_right .advance-payment-banner .text.font18px.color-pink.advance-payment-text {
    color: #00787a;
    text-transform: uppercase;
}
.modal-dialog .modal-content .display_block.align_center {
    font-weight: bold;
}

.modal-dialog .modal-content .forgot-text {
    text-align: center;
}

.modal-dialog .modal-content .forgot-text .field {
    text-align: left;
}

.modal-dialog .modal-content .forgot-text .field span {
    color: #000;
}

.modal-content .check.checked {
    background-color: var(--primary-color-v2);
    border: 1px solid var(--primary-color-v2);
    background: var(--primary-color-v2);
    border-radius: 5px;
    height: 20px;
    width: 20px;
    margin-top: 3px;
}

.modal-content .check.checked:after {
    display: block;
}

.modal-content .field .check.checked:after {
    width: 8px;
    height: 14px;
    margin-left: 5px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.check.checked:after {
    content: "";
    position: absolute;
    display: none;
}
.modal-content .custom-title {
    line-height: 35px;
    margin-bottom: 15px;
}
.modal-dialog .medium-img {
    z-index: 1;
    position: absolute;
    right: 20px;
    top: 5px;
}

.modal-dialog .medium-img .close {
    font-size: 40px;
    font-weight: 100;
    opacity: 1;
}

.modal-dialog .medium-img .close span {
    color: #5F5F5F;
    top: 1px;
}

/*** DEV-2377 ***/
#limit_offer_popup .modal-dialog {
    width: 450px;
}

.limit-offer-content {
    text-align: center;
    padding: 50px 0;
}

.limit-offer-content .limit-title {
    color: var(--primary-color-v2);
    font-size: 22px;
    background-color: #EEE9D6;
    padding: 10px;
}

.limit-offer-content .limit-coupon {
    padding: 10px 50px 0;
    font-size: 40px;
    font-weight: 600;
}

.limit-offer-content .apply-to-card {
    color: #585858;
    margin-bottom: 30px;
}

.limit-offer-content .save-now {
    background: #C58FC8;
    border-radius: 5px;
    text-align: center;
    padding: 6px 10px;
    color: #fff;
    width: 200px;
    margin: auto;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .payment-text .left {
        font-size: 12px;
        line-height: 1;
    }

    #limit_offer_popup .modal-dialog {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}

@media screen and (max-width: 399px) {
    html.res-view .font30px.custom-title {
        font-size: 22px;
    }
    .font20px .span_error {
        font-size: 14px;
    }
}

@media screen and (max-width: 374px) {
    .res-view .subject-fields .custom_number_person,
    .res-view .subject-fields .custom_number_pet {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .res-view .subject-fields .left {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 361px) {
    .res-view .subject-fields .left {
        font-size: 1em;
    }
}


.order-step-5 .custom-block{
    width: 100%;
}