/* Log Page - Reg Page */
#CRform_def_log_reg {
    margin: 40px 0 100px 0;
}

#CRform_def_log_reg ul {
    list-style-type: none;
    padding: 0;
}

#CRform_def_log_reg h2 {
    color: #333;
    font-size: 13px;
    font-weight: 700;
    line-height: 23px;
    margin: 0;
    text-align: center;
}

#CRform_def_log_reg .login-cus form {
    width: 100%;
    margin: 40px auto 0 auto !important;
}

#CRform_def_log_reg .CRform_right .content,
#CRform_def_log_reg .CRform_right .logo_web_ac {
    text-align: center;
}

#CRform_def_log_reg .CRform_log_reg_col {
    position: relative;
    padding: 75px 90px 130px 80px;
}

#CRform_def_log_reg .CRform_log_reg_col:last-child {
    padding: 75px 35px 130px;
    background: #F3F0E9;
}

#CRform_def_log_reg .CRform_log_reg_col:last-child::after{
    width: 325px;
    height: 230.17px;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    background: url(../../images/upgrade/login/svg-login.svg) top center no-repeat;
    background-size: 100%;
}

div.nsl-container.nsl-container-block .nsl-container-buttons {
    display: flex !important;
}

.def_input {
    position: relative;
    margin-bottom: 15px;
}

.CRdef_form_wrap label {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #25252B;
    margin: 0 0 5px 0;
    display: block;
}

.error_mes_form {
    background-color: #e41717;
    border-radius: 0;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: normal;
    height: 30px;
    text-align: left;
    margin: 0;
    padding-left: 10px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -webkit-transition-timing-function: cubic-bezier(0, 0, .2, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, .2, 1);
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    position: absolute;
    pointer-events: none;
    z-index: 8;
    left: 10px;
    right: 10px;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.error_mes_form .content_err {
    font-size: 10px;
    width: calc(100% - 30px);
    display: inline-block;
}

.hrError .error_mes_form {
    opacity: 1;
    transform: translateY(0%);
    pointer-events: all;
    cursor: pointer;
}

span.dis_err {
    cursor: pointer;
}

/* Radio */
.CRdef_radio {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative;
    margin-bottom: 0 !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    color: #3C3C46;
    width: 100%;
    padding: 0 0 0 30px;
    word-break: break-word;
}

.CRdef_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.CRdef_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    border: 1px solid #D8D8DD;
}

.CRdef_radio:hover input~.checkmark {
    background-color: #FFFFFF;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRdef_radio input:checked~.checkmark {
    border-color: #febc00;
    background-color: transparent;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRdef_radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.CRdef_radio input:checked~.checkmark:after {
    display: block;
}

.CRdef_radio .checkmark:after {
    top: 4px;
    left: 4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #febc00;
}

.CRdef_form_wrap .CRdef_input {
    font-style: initial;
    border: 0.5px solid #9B938B;
    background-color: transparent;
    border-radius: 5px;
    padding: 0 20px;
    height: 50px;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    outline: none !important;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRdef_form_wrap .CRdef_input::placeholder{
    font-style: initial;
}

.CRcustom_pass {
    position: relative;
}

.CRshow_pass {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
}

.CRshow_pass i {
    color: #9e9e9ec4;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRshow_pass.active i {
    color: #ffbc00;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRdef_form_wrap .btn_submit_form {
    outline: none;
    position: relative;
    background: #ECE5DF !important;
    border-radius: 5px;
    font-weight: 600;
    font-size: inherit;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 50px !important;
    padding: 0 25px !important;
    border: unset;
    transition: .2s all ease-in-out;
}

.CRdef_form_wrap .btn_submit_form::after {
    background: url('../../images/upgrade/arrow_submit.svg') center no-repeat;
    background-size: contain;
    width: 20px;
    height: 14px;
    content: '';
    display: block;
    margin-left: 16px;
}

.CRdef_form_wrap .btn_submit_form:hover{
    background: var(--cl-main) !important;
}

.CRdef_form_wrap .CRradiogroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CRdef_form_wrap .CRradiogroup .CRdef_radio {
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #3C3C46;
}

#CRtype_user_wrap .CRdef_radio .checkmark,
.CRdef_form_wrap .CRradiogroup .CRdef_radio .checkmark {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.CRdef_form_wrap .CRradiogroup .wrapper {
    padding: 0 60px 0 0;
}

.CRdef_form_wrap .CRdef_checkbox .checkmark {
    height: 25px;
    width: 25px;
}

.CRdef_form_wrap .CRdef_radio {
    width: auto;
}

.CRdef_form_wrap .CRdef_checkbox {
    padding-left: 35px;
    width: auto;
}

.CRdef_form_wrap .CRdef_checkbox .checkmark:after {
    left: 7px;
    top: 1px;
    width: 10px;
    height: 15px;
}

.wrap_gender {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrap_gender .CRradiogroup {
    margin-left: 60px;
}


/* Log Page - Reg Page */
#CRform_def_log_reg {
    margin: 135px 0 155px 0;
}

#CRform_def_log_reg .login-cus {
    margin: 0 auto;
    background: #F7F4EF;
    border-radius: 5px 0px 0px 5px;
    overflow: hidden;
    display: flex !important;
}

#CRform_def_log_reg h2 {
    color: #333;
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
    margin: 0;
    text-align: center;
}

#CRform_def_log_reg .login-cus form {
    width: 100%;
    margin: 40px auto 0 auto !important;
}

#CRform_def_log_reg .CRform_right .content,
#CRform_def_log_reg .CRform_right .logo_web_ac {
    text-align: center;
}

#CRform_def_log_reg .CRform_right .logo_web_ac img {
    width: 160px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

#CRform_def_log_reg .CRform_right .content h4 {
    color: #5E5E5E;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    margin: 0 0 5px;
}

#CRform_def_log_reg .CRform_right .content a {
    width: 243px;
    height: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--cl-menu);
    border-radius: 5px;
    color: #333333;
    font-weight: 900;
    font-size: 14px;
    line-height: 25px;
    transition: .2s all ease-in-out;
}

#CRform_def_log_reg .CRform_right .content a:hover{
    transform: scale(1.05);
}

div.nsl-container.nsl-container-block .nsl-container-buttons {
    display: flex !important;
}

#CRform_def_log_reg ul {
    margin-left: 0;
}

.grid-30.CRform_log_reg_col {
    flex: 0 0 auto;
    margin-left: 50px;
}

li.def_input.log_user_rememberme {
    display: flex;
    align-items: center;
}

li.def_input.log_user_rememberme .txt{
    font-size: 14px;
    line-height: 25px;
}

li.def_input.log_user_rememberme label {
    margin: 0;
    display: flex;
    align-items: center;
}

.store_pickup_checkbox .checkbox .checkmark,
.CRdef_checkbox .checkmark {
    height: 15px;
    width: 15px;
    background-color: #FFFFFF;
    border-radius: 0;
    display: block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    border: 1px solid #D8D8DD;
    position: absolute;
    left: 0;
}

.CRdef_checkbox input:checked~.checkmark {
    background-color: #0c5f9b;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRdef_checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.CRdef_checkbox .checkmark:after {
    left: 4px;
    top: 2px;
    width: 5px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 1px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.CRdef_form_wrap .CRdef_checkbox .checkmark:after {
    left: 7px;
    top: 1px;
    width: 10px;
    height: 15px;
}

.CRdef_checkbox input:checked~.checkmark:after {
    display: block;
}

#CRform_def_log_reg .CRform_log_reg_col h1,
#CRform_def_log_reg .CRform_log_reg_col h2 {
    text-align: center;
}

#CRform_def_log_reg .CRform_log_reg_col h1 {
    font-size: 40px;
}

#CRfind_pass_wrap {
    padding: 100px 0;
}

#CRfind_pass_page .content {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 60px 100px;
    max-width: 648px;
    height: auto;
    width: 100%;
    margin: auto;
}

#CRfind_pass_page .content form {
    width: 100%;
}

#CRfind_pass_page .content .wrap_title {
    width: 100%;
    margin-bottom: 20px;
}

#CRfind_pass_page .content .wrap_title h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    color: #25252B;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
}

/* Forget Reset Pass */
#CRforget_pass_wrap {
    padding: 100px 0;
}

#CRforget_pass_page .content {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 60px 100px;
    max-width: 648px;
    height: auto;
    width: 100%;
    margin: auto;
}

#CRforget_pass_page .content .CRforget_pass_wrap {
    width: 100%;
}

#CRforget_pass_page .content .wrap_title {
    width: 100%;
    margin-bottom: 30px;
}

#CRforget_pass_page .content .wrap_title h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    color: #25252B;
    margin: 0 auto 10px;
    text-transform: uppercase;
    text-align: center;
}

#CRforget_pass_page .content .CRforget_pass_wrap p {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 22px;
    color: #3C3C46;
    text-align: center;
    margin: 0;
    text-transform: capitalize;
}

section#CRfind_pass_wrap ul {
    list-style: none;
    margin: 0;
}

div#load_mattress .item_product {
    margin-top: 20px;
    margin-bottom: 20px;
}

.CRforget_pass_wrap ul {
    list-style: none;
    margin: 0;
}

.page-template-forget_pass div#banner_gr,
.page-template-log_in div#banner_gr,
.page-template-registration div#banner_gr,
.page-template-find_pass div#banner_gr,
.woocommerce-account div#banner_gr {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul a:before {
    display: none;
}

span.dis_err svg {
    width: 10px;
    margin-left: 13px;
    margin-top: 0;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 991px) {
    #CRform_def_log_reg .login-cus {
        width: auto;
    }

    #CRform_def_log_reg .CRform_log_reg_col{
        padding-left: 50px;
        padding-right: 50px;
    }

    #CRform_def_log_reg {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 767px) {

#CRform_def_log_reg .CRform_log_reg_col {
    padding: 30px;
}
    .login-cus {
        flex-wrap: wrap;
    }

    .login-cus>* {
        width: 100%;
        clear: both;
    }

    .login-cus>* {
        width: 100%;
        clear: both;
    }

    .login-cus {
        flex-wrap: wrap;
    }

    #CRform_def_log_reg .CRform_right {
        position: unset;
        transform: unset;
    }

    #CRform_def_log_reg .CRform_log_reg_col {
        margin: 0;
    }

    .logo_web_ac a {
        display: inline-block;
    }

    #CRform_def_log_reg .CRform_right .content h4 {
        margin: 20px;
    }

    #CRform_def_log_reg {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .wrap_gender .CRradiogroup {
        margin-left: 20px;
    }

    .CRdef_form_wrap .CRradiogroup .wrapper {
        padding: 0 20px 0 0;
    }

    #CRfind_pass_page .content {
        width: 90%;
        padding: 40px;
    }

    #CRfind_pass_wrap {
        padding: 80px 0 30px;
    }

    .Banner_bannerImage__2iDq9 img {
        position: unset !important;
        width: 100%;
        max-width: 100%;
    }

    .Banner_bannerImage__2iDq9:after {
        display: none;
    }

    .yith-wcan-filters .yith-wcan-filter .filter-items input {
        display: none;
    }
}