
/* #region special_offer_modal */
.modal-backdrop.show {
    --bs-backdrop-opacity: 0.8;
}
#special_offer_modal {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    z-index: 999999;
}
#special_offer_modal .modal-body {
    padding-top: 0;
}
#special_offer_modal .modal-header {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-bottom: none;
}
#special_offer_modal .modal-title {
    font-size: 41px;
    color: #EA356D;
    font-weight: 700;
    text-transform: uppercase;
}
#special_offer_modal .modal-header button.close {
    font-size: 40px;
    line-height: 1;
    position: absolute;
    right: 1.5rem;
    color: transparent;
    background-color: transparent;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 0;
    height: 45px;
    width: 45px;
    opacity: 0.5;
}  
#special_offer_modal .modal-header button.close:hover {
    opacity: 0.7;
}
#special_offer_modal h5 {
    font-size: 23px;
    color: #1F3F5F;
    font-weight: 700;
    margin-bottom: 35px;
}
#special_offer_modal .shadow-box {
    box-shadow: -3px 3px 7px 2px rgba(0, 0, 0, 0.25);
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    overflow: hidden;
    padding: 1rem;
    margin-bottom: 1.5rem;
}
#special_offer_modal .shadow-box .box-header {
    font-size: 41px;
    font-weight: 700;
    padding: 15px 20px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #1F3F5F;
    margin: -1rem -1rem 0;
}
#special_offer_modal .modal-body h3 {
    font-size: 36px;
    color: #1F3F5F;
    font-weight: 700;
    margin-top: 0;
}
#special_offer_modal .modal-body h3 span,
#special_offer_modal .modal-body h4 span {
    color: #EA356D;
}
#special_offer_modal .modal-body h4 {
    font-size: 28px;
    font-weight: 700;
    color: #1F3F5F;
    margin-bottom: 1rem;
}
#special_offer_modal .offer-main-wrap {
    padding: 1rem 3rem 0.25rem;
}
#special_offer_modal .modal-body .offer-main-wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;;
}
#special_offer_modal .offer-main-img {
    padding-top: 15px;
}
#special_offer_modal .offer-main {
    padding-top: 30px;
}
#special_offer_modal .gray-box {
    padding: 1.5rem;
    background-color: #EBEBEB;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
#special_offer_modal .btn-offer {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    background: linear-gradient(90deg, #FFF775 0%, #FAD94D 100%);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    width: 100%;
    max-width: 287px;
    padding: 1.2rem 1rem;
    margin-bottom: 0.75rem;
    margin-left: auto;
    margin-right: auto;;
}
#special_offer_modal .btn-offer span {
    margin-right: 10px;
}
#special_offer_modal .btn-offer:hover {
    background: linear-gradient(90deg, #FAD94D  0%, #FFF775 100%);
}
#special_offer_modal .shipping-label {
    justify-content: center;
    align-items: center;
    display: flex;
}
#special_offer_modal .shipping-icon {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

#special_offer_modal .total-cost {
    font-size: 17px;
    margin-bottom: 5px;
}
#special_offer_modal .total-cost p {
    color: #1F3F5F;
    margin-bottom: 10px;
}
#special_offer_modal .money-guarantee {
    width: 100%;
    max-width: 128px;
    margin-left: auto;
    margin-right: auto;
}
#special_offer_modal .footer {
    font-size: 16px;
    margin-bottom: 0;
}
#special_offer_modal .footer.shadow-box {
    padding-top: 0;
    padding-bottom: 0;
}
#special_offer_modal .footer.shadow-box .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#special_offer_modal .footer p {
    text-align: left;
    margin-bottom: 0;
}
#special_offer_modal .btn-theme {
    font-weight: 700;
    padding: 10px 25px;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    background-color: #1F3F5F;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    text-transform: uppercase;
    display: block;
}
#special_offer_modal .btn-theme:hover {
    background-color: #264c74;
}
/* #endregion special_offer_modal */
.col-lg {
    flex: 1 0 0%;
    padding-left: 15px;
    padding-right: 15px;
}
.col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* #region special_offer_modal */ /* #region modal-restore-sleep */
#special_offer_modal.modal-restore-sleep .modal-content {
    background-color: #FFFBF0;
}

#special_offer_modal.modal-restore-sleep .modal-title {
    color: #DDAE48;
}

#special_offer_modal.modal-restore-sleep h5 {
    color: #685875;
}

#special_offer_modal.modal-restore-sleep .shadow-box {
    background-color: #ffffff;
}

#special_offer_modal.modal-restore-sleep .shadow-box .box-header {
    background-color: #DDAE48;
}

#special_offer_modal.modal-restore-sleep .modal-body h3 {
    color: #685875;
}

#special_offer_modal.modal-restore-sleep .modal-body h3 span,
#special_offer_modal.modal-restore-sleep .modal-body h4 span {
    color: #DDAE48;
}

#special_offer_modal.modal-restore-sleep .modal-body h4 {
    line-height: 1.3;
    color: #685875;
    margin-bottom: 1.1rem;
}

#special_offer_modal.modal-restore-sleep .gray-box {
    background-color: #F5F4FF;
}

#special_offer_modal.modal-restore-sleep .btn-offer {
    background: linear-gradient(90deg, #F6E805 0%, #FFC807 100%);
    max-width: 315px;
    padding: 1.1rem 1rem;
}

#special_offer_modal.modal-restore-sleep .btn-offer:hover {
    background: linear-gradient(90deg, #FFC807  0%, #F6E805 100%);
}

#special_offer_modal.modal-restore-sleep .total-cost p {
    color: #685875;
}

#special_offer_modal.modal-restore-sleep .btn-theme {
    background-color: #3C3044;
}

#special_offer_modal.modal-restore-sleep .btn-theme:hover {
    background-color: #4e4056;
}
/* #endregion special_offer_modal */ /* #endregion modal-restore-sleep  */

@media (min-width: 992px) {
    #special_offer_modal .modal-lg {
        width: 100%;
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    #special_offer_modal .modal-lg {
        max-width: 1050px;
    }
}

@media (max-width: 992px) { 
    #special_offer_modal .offer-main {
        padding-top: 0;
    }
    #special_offer_modal .footer.shadow-box .row {
        flex-direction:column;
    }
    #special_offer_modal .footer.shadow-box .btn-theme {
        margin-top: 15px;
    }
    #special_offer_modal .offer-main-img {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    #special_offer_modal.modal.fade .modal-dialog {
        margin: 0;
    }
    #special_offer_modal .modal-header {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    #special_offer_modal .modal-title {
        font-size: 30px;
    }
    #special_offer_modal .modal-header .btn-close {
        height: 0.25rem;
        width: 0.25rem;
        padding: 15px;
    }
    #special_offer_modal h5 {
        font-size: 18px;
        margin-bottom: 22px;
    }
    #special_offer_modal .shadow-box .box-header {
        font-size: 30px;
        padding: 5px 20px;
    }
    #special_offer_modal .offer-main-wrap {
        padding: 1rem 0 0;
    }
    #special_offer_modal .offer-main {
        padding-top: 1rem;
        margin-bottom: 1rem;
    }
    #special_offer_modal .modal-body h3 {
        font-size: 24px;
    }
    #special_offer_modal .modal-body h4 {
        font-size: 20px;
        margin-bottom: 0;
    }
    #special_offer_modal .gray-box {
        padding: 1rem;
    }
    #special_offer_modal .gray-box h4 {
        font-size: 23px;
        margin-bottom: 1.5rem;
    }
    #special_offer_modal .btn-offer {
        width: 100%;
        max-width: 100%;
    }
    #special_offer_modal .money-guarantee {
        width: 100px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }
    #special_offer_modal .footer {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #special_offer_modal .footer {
        font-size: 15px;
    }
    #special_offer_modal .btn-theme {
        font-size: 14px;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #special_offer_modal .footer.shadow-box .row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #special_offer_modal .footer.shadow-box .btn-theme {
        width: 100%;
        max-width: 100%;
    }
    .col-lg ,
    .col-lg-auto {
        flex: 1 0 100%;
        width: 100%;
        max-width: 100%;
    }
    #special_offer_modal .footer p {
        text-align: center;
    }
    #special_offer_modal .modal-body .offer-main-wrap {
        padding-top: 0;
        padding-bottom: 0;
    }
    #special_offer_modal .modal-header button.close {
        width: 38px;
        height: 38px;
    }
    #special_offer_modal .footer.shadow-box {
        padding: 1rem;
    }
}