/**/

.select-plan-container .plans-wrapper .plan.family .content-wrapper .status.checked .check path {
    fill: #9e1b89;
}
.select-plan-container .plans-wrapper .plan .content-wrapper{
    transition: all 500ms;
}
.select-plan-container .plans-wrapper .plan .content-wrapper.checkedPlan{
    transform: scale(1.1);
    transition: all 500ms;
}

select#billing_state_r.plan-state{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.86;
    color: #373f53;
    height: unset;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: transparent;
    margin-top: 0;
}
.select-plan-coming-soon-wrapper{
    max-width: 620px;
    width: 100%;
    z-index: 10;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
}
.select-state-wrapper{
    display: flex;
    justify-content: space-around;
    max-width: 410px;
    margin: 0 auto 50px;
}
.select-plan-coming-soon-wrapper div select#billing_state_r.select-state-top{
    background: #ffffff;
    margin-top: 4px;
    width: 200px;
    background-image: url('/wp-content/themes/jchef/images/input-dropdown.svg');
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 10px;
    font-family: 'proximaNova';
}
.select-state-top-submit{
    display: inline-block;
    padding: 11px 0;
    margin-left: 15px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #1b3f9e;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}
.select-state-top-submit:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.2;
    border-radius: 50%;
    width: 0;
    height: 0;
}


.select-state-top-submit .text {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}


.select-plan-coming-soon{
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px 0 #e5eaf9;
    box-shadow: 0 1px 2px 0 #e5eaf9;
    padding-top: 40px;
    padding-bottom: 60px;
    /*max-width: 620px;*/
    width: 100%;
    position: relative;
}


.select-plan-coming-soon:before{
    content: '';
    position: absolute;
    background-image: url("./../images/how_it_works/hDecor4.png");
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    letft: 0;
    top: 0;
    left: 0;
    transform: translateX(-50%);
    background-size: 200px;
}

.select-plan-coming-soon:after{
    content: '';
    position: absolute;
    background-image: url("./../images/how_it_works/hDecor3.png");
    background-repeat: no-repeat;
    width: 225px;
    height: 225px;
    right: 0;
    bottom: 0;
    transform: translateX(50%);
    background-size: 225px;
}

.pricing-container .header .select-plan-coming-soon .title{
    margin-top: 0;
}

.pricing-container .select-plan-coming-soon-subtitle{
    margin-bottom: 40px;
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #373f53;
    font-family: 'proximaNova';
}
.pricing-container .select-plan-coming-soon-subtitle span{
    color: #1b3f9e;
}

.coming-soon-line{
    height: 1px;
    width: 80%;
    margin: auto;
    background-color: #ebebed;
}
.pricing-container .header .select-plan-coming-soon .select-plan-coming-soon-description{
    width: 80%;
    margin: auto;

}
.pricing-container .header .select-plan-coming-soon .select-plan-coming-soon-description p{
    margin-top: 20px;
    line-height: 1.63;
}
.pricing-container .header .select-plan-coming-soon .select-plan-coming-soon-description ul{
    margin-top: 25px;
}
.pricing-container .header .select-plan-coming-soon .select-plan-coming-soon-description ul li{
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}

.pricing-container .header .select-plan-coming-soon .select-plan-coming-soon-description ul li:before {
    content: '';
    background-image: url("./../images/check-simple.svg");
    height: 18px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
}

.pricing-container .header .select-plan-coming-soon .select-plan-coming-soon-description ul li span.chek-mark path {
    fill: #1b3f9e;
    stroke-dashoffset: 0;
}
.pricing-container .header .select-plan-coming-soon .plan-selected-coming-soon-email{
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin: 40px auto 0;
}

.pricing-container .header .select-plan-coming-soon .plan-selected-coming-soon-email .input-label {
    font-size: 14px;
    font-weight: 600;
    color: #373f53;
    display: block;
}


.pricing-container .header .select-plan-coming-soon .plan-selected-coming-soon-email .input {
    margin-top: 8px;
    outline: none;
    border-radius: 4px;
    background-color: #f3f6ff;
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(166,176,200,0.22);
    box-shadow: inset 0 1px 2px 0 rgba(166,176,200,0.22);
    border: 1px solid transparent;
    padding: 0 15px;
    height: 40px;
    display: block;
    /*width: 100%;*/
    display: inline-block;
}
.pricing-container .header .select-plan-coming-soon .plan-selected-coming-soon-email .input-label.err{
    color: #FF5B4A;
}
.pricing-container .header .select-plan-coming-soon .plan-selected-coming-soon-email .input.err{
    border-color: #FF5B4A ;
    background-color: rgba(255, 108, 65, 0.2);
}
.pricing-container .header .select-plan-coming-soon .plan-selected-coming-soon-email .submit-label {
    display: inline-block;
    padding: 12px;
    margin-left: 20px;
    padding-right: 20px;
    background-color: #1b3f9e;
    color: #fff;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
    position: relative;
}
.pricing-container .header .select-plan-coming-soon .plan-selected-coming-soon-email .submit-label::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.2;
    border-radius: 50%;
    width: 0;
    height: 0;
}
.pricing-container .header .select-plan-coming-soon .plan-selected-coming-soon-email .input-wrapper{
    display: inline-block;
}

.pricing-container .header .select-plan-coming-soon .plan-selected-coming-soon-email .submit-label .text {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}

.pricing-container .header .select-plan-coming-soon .plan-selected-coming-soon-email .submit-label .icon {
    width: 7px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    background-image: url(/wp-content/themes/jchef/images/small-right.svg);
}

.select-plan-coming-soon-email-error{
    width: 100%;
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    background-color: #FF5B4A;
    margin-bottom: 30px;
    display: none;
}
.select-plan-coming-soon-email-error.err.login-err{
    max-width: 770px;
    margin:50px auto 30px;
}
.err-info svg path{
    fill: #fff;
}
.select-plan-coming-soon-email-error.err{
    display: block;
}
.select-plan-coming-soon-thanks-img{
    position: relative;
    margin-bottom: 50px;
}
.select-plan-coming-soon-thanks-img svg{
    display: block;
    margin: auto;
    position: relative;
    z-index: 99;
}
.select-plan-coming-soon-thanks-img-circle{
    position: absolute;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background-color: #f3f6ff;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.select-plan-coming-soon-wrapper.thank-you .select-plan-coming-soon-description a{
    text-decoration: underline;
    color: #1b3f9e;
}

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

    .select-plan-coming-soon-wrapper{
        width: 80%;
    }
    .pricing-container .header .select-plan-coming-soon .plan-selected-coming-soon-email{
        display: block;
    }
    .pricing-container .header .select-plan-coming-soon .plan-selected-coming-soon-email .submit-label {
        width: 100%;
        text-align: center;
    }
    .pricing-container .header .select-plan-coming-soon .plan-selected-coming-soon-email .input,
    .pricing-container .header .select-plan-coming-soon .plan-selected-coming-soon-email .input-wrapper{
        width: 100%;
    }
    .select-plan-coming-soon:before{
        content: '';
        position: absolute;
        background-image: url("./../images/how_it_works/hDecor4.png");
        background-repeat: no-repeat;
        width: 100px;
        height: 100px;
        letft: 0;
        top: 0;
        left: 0;
        transform: translateX(-50%);
          background-size: 100px;
    }

    .select-plan-coming-soon:after{
        content: '';
        position: absolute;
        background-image: url("./../images/how_it_works/hDecor3.png");
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        right: 0;
        bottom: 21%;
        transform: translateX(50%);
        background-size: 120px;
    }

    .thank-you .select-plan-coming-soon:after{
        content: '';
        position: absolute;
        background-image: url("./../images/how_it_works/hDecor3.png");
        background-repeat: no-repeat;
        width: 120px;
        height: 59px;
        right: 0;
        bottom: 0px;
        transform: translateX(50%);
        background-size: 120px;
    }
    .select-plan-coming-soon-wrapper div select#billing_state_r.select-state-top{
        width: 100%;
    }
    /* .select-state-top-submit{
        display: none;
    } */
}

.reviews-block-bottom-section{
    width: 100%;
    padding: 0 10%;
    padding-bottom: 210px;
    position: relative;
}

.reviews-block-bottom-section-wrapper{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.reviews-block-bottom-section-wrapper .reviews-block-bottom-section-item{
    width: 30%;
}

.reviews-block-bottom-section-wrapper .reviews-block-bottom-section-title{
    color: #1b3f9e;
    font-weight: 700;
    margin-top: 15px;
}



.reviews-block-bottom-section-wrapper .reviews-block-bottom-section-review{
    font-size: 16px;
    margin: 10px 0;
    line-height: 1.3;
}

.reviews-block-bottom-section-wrapper .reviews-block-bottom-section-name,
.reviews-block-bottom-section-wrapper .reviews-block-bottom-section-city{
    font-size: 14px;
    line-height: 1.3;
}
.index-container .slides .control.left,
.index-container .slides .control.right{

    background: rgb(169, 179, 199);
    border-radius: 4px;
    height: 45px;
    width: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
}
.index-container .slides .control.left{
    left: 5%;
}

@media screen and (max-width: 768px){
    .reviews-block-bottom-section-wrapper .reviews-block-bottom-section-item{
        width: 60%;
        margin: auto;
    }
    .reviews-block-bottom-section-wrapper .reviews-block-bottom-section-item{
        margin-bottom: 45px;
    }
    .reviews-block-bottom-section-wrapper .reviews-block-bottom-section-item:last-of-type{
        margin-bottom: 0;
    }
}
.index-container .slides {
    padding-bottom: 100px;
}
.forgot-pass-link{
    text-align: right;
}
.forgot-pass-link a {
    font-size: 14px;
    color: #1b3f9e;
    margin-top: 10px;
    display: inline-block;
}



.login-container .header .content-wrapper .form-wrapper .back-label {
    display: inline-block;
    padding: 15px 0;
    padding-left: 53px;
    padding-right: 46px;
    background-color: rgb(169, 179, 199);;
    color: #fff;
    border-radius: 4px;
    margin-top: 29px;
    cursor: pointer;
    position: relative;
    margin-right: 15px;
}
.login-container .header .content-wrapper .form-wrapper .submit-label{
    margin-left: 15px;
}

.login-container .header .content-wrapper .form-wrapper .back-label::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 50%;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.2;
    border-radius: 50%;
    width: 0;
    height: 0;
}

.login-container .header .content-wrapper .form-wrapper .back-label .text {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}

.login-container .header .content-wrapper .form-wrapper .back-label .icon {
    width: 7px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.reset-pass-btns-wrapper{
    text-align: center;
}

.fa-star{
    color: #edb200;
}

.reviews-slider-stars{
    width: 100%;
    text-align: left;
}
.reviews-slider-stars .fa-star{
    font-size: 20px;
}

.index-container .slides .slider .item-content .image{
    width: 300px;
    height: 300px;
}









input[type="radio"] {
    display:none;
}

input[type="radio"] + label {
    color:#f2f2f2;
    font-family:Arial, sans-serif;
}

input[type="radio"] + label span {
    display:inline-block;
    width:30px;
    height:30px;
    /*margin:-2px 10px 0 0;*/
    vertical-align:middle;
    /*background-color: red;*/
    border-radius: 50%;
    cursor:pointer;
}

input[type="radio"]:checked + label span {
    background:url('./../images/check.svg');
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 2px 2px;
}



.select-plan-container .plans-wrapper .plan .image .circle .statusplan {
    width: 20px;
    height: 20px;
    border: 1px solid #e7eaf2;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}




@media screen and (max-width: 768px) {
    .login-container .header .content-wrapper .form-wrapper .submit-label,
    .login-container .header .content-wrapper .form-wrapper .back-label{
        width: 45%;
        padding-left: 0px;
        padding-right: 0px;
        max-width: 200px;
    }
    .login-container .header .content-wrapper .form-wrapper .submit-label{
        margin-left: 5px;
    }
    .login-container .header .content-wrapper .form-wrapper .back-label{
        margin-right: 5px;
    }
}

.login-container .header .content-wrapper .form-wrapper .input.err{
    border: 1px solid #FF5B4A;
    background-color: rgba(255, 108, 65, 0.2);
}


.title.reviews{
    font-family: Lora;
    font-size: 30px;
    font-weight: 700;
    color: #373e53;
    line-height: 1.3;
    text-align: center;
}

h3.smaller_rev {
    font-weight: 600;
    text-align: center;
    padding: 10px 0 50px 0px;
}

.login-container .header .content-wrapper .form-wrapper .input-label.err {
    color: #FF5B4A;
}

.select-plan-coming-soon-email-error.err.login-err a {
    float: right;
}

.select-plan-coming-soon-email-error.err.login-err strong {
    display: none;
}

.login-container .header .content-wrapper.no-break .heading-wrapper.no-border {
    border-bottom: none;
    padding-bottom: 0;
}

.login-container .header .content-wrapper.no-break .form-wrapper {
    margin-top: 10px;
}

.header .plans-wrapper.updated .plan .button-wrapper {
    padding: 0;
}

.header .plans-wrapper.updated .plan .button-wrapper a.button.continue.sel-plan.active {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-weight: 100;
    padding: 20px 40px;
}

.header .plans-wrapper.updated .plan .content-wrapper {
    padding-bottom: 0;
}

.select-plan-container .plans-wrapper .plan .prices .price {
    width: 50%;
}

.header .plans-wrapper.updated .plan .servings {
    padding: 0 3px;
}

.header .plans-wrapper.updated .plan .servings .item {
    padding: 10px;
    width: 100%;
    max-width: 25%;
    text-align: center;
}

label.state_selector {
    text-decoration: underline;
    cursor: pointer;
}

.header .plans-wrapper.updated .plan.family .button-wrapper .button{
    background-color: #1b3f9e;
}


.header .plans-wrapper.updated .plan:nth-child(2) .list {
    color: #9e1c89;
}

.header .plans-wrapper .plan .list li.item.bold p.text {
    color: #373e52;
    font-weight: 500;
}

@media (max-width: 768px) {
    .header .select-plan-coming-soon .plan-selected-coming-soon-email .submit-label{
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .select-plan-container {
        max-height: 800px;
    }
    .select-plan-coming-soon-wrapper {
        max-height: 520px;
    }

    .header .plans-wrapper .plan.maxi {
        width: 50%;
    }

    .header .plans-wrapper .plan.maxi .button-wrapper {
        margin-top: 0;
    }

    .header .progress-line .points-wrapper .point div {
        width: 100%;
        padding: 0;
        margin: 0 !important;
        color: #dee3ee;
    }

    .header .progress-line .points-wrapper .point {
        text-align: center;
        padding: 0 25px !important;
        border: 0 !important;
        margin: 0 !important;
    }

    .header .progress-line .points-wrapper .point .text {
        padding-top: 8px;
    }

    .header .progress-line .points-wrapper .point:not(.active) .icon {
        background-color: white;
        border: 1px solid #dee3ee;
    }

    .header .progress-line .points-wrapper .point .icon::before {content: "";height: 1px;width: 135px;background: #dee3ee;display: block;top: 49%;left: 20px;position: absolute;}

    .header .progress-line .points-wrapper .point:last-child .icon::before {
        width: 0;
    }
}

.header .select-plan-coming-soon .plan-selected-coming-soon-email .input {
    min-width: 250px;
}

.select-plan-coming-soon-email-error.err {
    margin-top: -25px;
    margin-bottom: 10px;
}

.woocommerce .reviews-block-bottom-section-wrapper {
    padding-top: 40px;
    padding-bottom: 59px;
    border-bottom: 1px solid #eaecf5;
}

.woocommerce .select-plan-container .description {
    font-size: 16px;
}

.woocommerce .reviews-block-bottom-section {
    padding-bottom: 0;
}

.woocommerce .pricing-container .faq {
    padding-top: 40px;
}

.woocommerce .pricing-container .faq h2.title {
    margin-top: 0;
}

.woocommerce .select-plan-container .header {
    margin-bottom: 0;
    z-index: 1;
}

.favorites.extra.newcheckout {
    background: #f3f6ff;
    padding-top: 100px;
}

.favorites.extra.newcheckout h2.title {
    margin-top: 0;
}

.favorites.extra.newcheckout {
    padding: 60px 10%;
}

@media screen and (max-width: 991px) {
    .favorites.extra.newcheckout {
        padding:90px 20px
    }
}

@media screen and (max-width: 767px) {
    .favorites.extra.newcheckout {
        padding:0 20px;
        padding-top: 50px;
        padding-bottom: 30px;
        position: relative
    }
}

.favorites.extra.newcheckout .title {
    font-family: Lora;
    font-size: 30px;
    font-weight: 700;
    color: #373e53;
    line-height: 1.3;
    text-align: center
}

@media screen and (max-width: 767px) {
    .favorites.extra.newcheckout .title {
        font-size:24px;
        text-align: center;
        margin: 0 auto
    }
}

.favorites.extra.newcheckout .decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    z-index: -10
}

@media screen and (max-width: 767px) {
    .favorites.extra.newcheckout .decoration {
        width:150px;
        top: 10px
    }
}

.favorites.extra.newcheckout .decoration2 {
    position: absolute;
    right: -200px;
    bottom: -100px;
    z-index: -10
}

@media screen and (max-width: 767px) {
    .favorites.extra.newcheckout .decoration2 {
        display:none
    }
}

@media screen and (max-width: 767px) {
    .favorites.extra.newcheckout .left-control {
        display:block;
        width: 8px;
        position: absolute;
        top: 50%;
        left: 20px;
        cursor: pointer;
        z-index: 10
    }
}

@media screen and (max-width: 767px) {
    .favorites.extra.newcheckout .right-control {
        display:block;
        width: 8px;
        position: absolute;
        top: 50%;
        right: 20px;
        cursor: pointer;
        z-index: 10
    }
}

.favorites.extra.newcheckout .list {
    margin-top: 90px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .favorites.extra.newcheckout .list {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 660px;
        margin: 0 auto;
        margin-top: 64px
    }
}

@media screen and (max-width: 767px) {
    .favorites.extra.newcheckout .list {
        margin-top:50px;
        display: block
    }
}

.favorites.extra.newcheckout .list .item {
    padding: 0 15px
}

@media screen and (max-width: 767px) {
    .favorites.extra.newcheckout .list .item {
        width: 80%;
        padding: 0;
        margin: auto;
    }
}

.favorites.extra.newcheckout .list .image {
    padding-top: 66.66%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 4px;
}

@media screen and (max-width: 767px) {
    .favorites.extra.newcheckout .list .image {
        margin: 0 auto;
        position: relative;
    }
    p.description.time.dashicons-clock {
        margin-left: 28px;
    }
    .favorites.extra.newcheckout .owl-dots {
        bottom: -20px!important;
    }
}

.favorites.extra.newcheckout .list .title {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.63;
    color: #1b3f9e;
    font-family: proximaNova;
    text-align:left;
}

.favorites.extra.newcheckout .list .description {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.43;
    text-align: left
}

.favorites.extra.newcheckout p.subtext {
    padding-top: 15px;
    font-weight: 600;
    color: #373e53;
    font-size: 17px;
}

.favorites.extra.newcheckout p.subtext span {
    color: #1b3f9e;
}

.favorites.extra.newcheckout p.subtext{
    text-align:center;
}

.favorites.extra.newcheckout .left-control{
    display: block;
    width: 8px;
    position: absolute;
    top: 52%;
    left: 40px;
    cursor: pointer;
    z-index: 10;
}

.favorites.extra.newcheckout .right-control{
    display: block;
    width: 8px;
    position: absolute;
    top: 52%;
    right: 40px;
    cursor: pointer;
    z-index: 10;
}

.favorites.extra.newcheckout {
    position: relative;
    z-index: 0;
}

.favorites.extra.newcheckout .owl-dots {
    position: absolute;
    -webkit-transition: opacity ease .3s;
    transition: opacity ease .3s;
    opacity: 1;
    margin-top: 0;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}


.favorites.extra.newcheckout .owl-dots.inactive {
    opacity: 0
}

.favorites.extra.newcheckout .owl-dots .owl-dot:not(:first-of-type) {
    margin-left: 10px
}

.favorites.extra.newcheckout .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    background-color: #cdd3e3;
    margin: 0;
    display: block;
    border-radius: 50%;
}

.favorites.extra.newcheckout .owl-dots .owl-dot.active span {
    background-color: #1b3f9e;
}

.favorites.extra.newcheckout .owl-dots .owl-dot {
    float: left;
}

.have-coupon .input-wrapper .input-label {
    font-size: 14px;
    font-weight: 600;
    color: #373f53;
    text-align: center;
    width: 100%;
    display: block;
}

.have-coupon .input-wrapper .input {
    margin-top: 25px;
    outline: none;
    line-height: 2;
    border: none;
    padding: 9px;
    width: 189px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(166, 176, 200, 0.22);
    box-shadow: inset 0 1px 2px 0 rgba(166, 176, 200, 0.22);
}

.have-coupon {
    background-color: #f3f6ff;
    padding: 40px;
}

.pricing-container .header .plans-wrapper .plan .prices .old {
    color: red;
    text-decoration: line-through;
}

.pricing-container .header .plans-wrapper .plan {
    width: 100%;
}

.pricing-container .header .plans-wrapper {
    justify-content: space-around;
}

.step2.login-container .header .content-wrapper .col-5 {
    width: 40%;
    /* background-image: url('/wp-content/themes/jchef/images/get-strted-solm.png');
    background-size: cover; */
}
.step2.login-container .header .content-wrapper .heading-wrapper-registration{
    padding: 0 50px 15px 15px;
}
.step2.login-container .header .content-wrapper .heading-wrapper-registration .title{
    font-family: Lora;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 900;
    color: #373e53;
    text-align: center;
    font-family: 'proximaNova';
}
.step2.login-container .header .content-wrapper .heading-wrapper-registration .buttonlogos {
    display: block;
    white-space: break-spaces;
    margin-top: 20px;
}
.step2.login-container .header .content-wrapper .heading-wrapper-registration .buttonlogos img {
    margin: 0;
}


.step2.login-container .header .content-wrapper .col-7 {
    width: 66.66%;
}

.step2.login-container .header .content-wrapper {
    display: flex;
    padding: 0;
}

.step2.login-container .header .content-wrapper .col-7>div {
    padding-left: 50px;
    padding-right: 10px;
}

.step2 .header .content-wrapper .heading-wrapper h2.title, .step2 .header .content-wrapper .heading-wrapper .description {
    text-align: left;
}


.woocommerce .select-plan-container .header .heading-wrapper {
    border: none;
}

.login-container.step2 .header .content-wrapper .col-7>div {
    margin-top: 0;
    padding-bottom: 40px;
}

.login-container.step2 .header .content-wrapper .form-wrapper .submit-label {
    margin-left: 0;
}

.login-container.step2 .header .content-wrapper .form-wrapper p.description {
    text-align: left;
    font-size: 14px;
}

.login-container.account-container.select-plan-container.pricing-container.step2 span.show-pass {
    float: right;
    cursor: pointer;
    text-decoration: underline;
}

.login-container.account-container.select-plan-container.pricing-container.step2 .input-wrapper:first-child {
    margin-bottom: 30px;
}

.login-container.step2 .header .content-wrapper .h-decoration4 {
    z-index: -1;
}

.login-container.step2 .header .content-wrapper .col-7>div a.back-to-email input#email {
    cursor: pointer;
}

.login-container.account-container.select-plan-container.pricing-container.step2 form.pass_in .input-wrapper:first-child input#email {
    background-image: url(/wp-content/themes/jchef/images/favLeft.svg);
    background-position: 18px center;
    background-repeat: no-repeat;
    background-size: 5px;
    color: #82899d;
    padding-left: 40px;
}


.checkout-container .header .content-wrapper .info .header-wrapper {border-bottom: none;padding-bottom: 20px;}

.checkout-container .header .content-wrapper .info .header-wrapper h2.title, .checkout-container .header .content-wrapper .info .header-wrapper p.description {
    text-align: left;
    width: 60%;
}

.checkout-container .header .content-wrapper .info .inputs-wrapper textarea#order_comments {
    resize: none;
    padding-top: 7px;
}

.checkout-container .bottom-wrapper p.description {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.43;
    padding-top: 25px;
}

.bottom-wrapper .button-wrapper {
    width: 170px;
}

.bottom-wrapper .button-wrapper a.button.continue.sel-plan.active {
    padding: 15px 0;
}

.checkout-container .header .content-wrapper .info .inputs-wrapper .wrapper.big img {
    margin-top: 20px;
    padding: 0 8px;
}

.bottom-wrapper-chk {
    margin-top: 30px;
}

.bottom-wrapper-chk p.description {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.43;
    width: 75%;
    margin-bottom: 15px;
}

.bottom-wrapper-chk .button-wrapper {
    max-width: 40%;
}

.bottom-wrapper-chk .button-wrapper a.button.continue.sel-plan.placeorder {
    font-size: 14px;
    padding: 15px 0;
}

.wcopc .disclamer {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #82899d;
    margin-top: 28px;
}

.nor-content {
    width: 100%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

@media (max-width: 767px){
    .checkout-container .header .content-wrapper .info .header-wrapper h2.title, .checkout-container .header .content-wrapper .info .header-wrapper p.description{
        width: 100%;
    }
    .have-coupon .input-wrapper .input {
        margin-top: 15px;
        width: 100%;
        margin-bottom: 10px;
    }
    .select-state-top-submit {
        margin-left: 0;
        text-align: center;
        width: 100%;
    }
}

.checkout-container .header .content-wrapper .summary .total-wrapper .wrapper.selector {
    display: block;
}

.checkout-container .header .content-wrapper .summary .total-wrapper .wrapper.selector:last-child {
    margin-top: 25px;
}

.checkout-container .header .content-wrapper .summary .total-wrapper .wrapper.sub-mega-total {
    border-top: 1px solid #ebebed;
    padding-top: 10px;
    margin-top: 15px;
}

.checkout-container .header .content-wrapper .summary .total-wrapper .wrapper.sub-mega-total h2, .checkout-container .header .content-wrapper .summary .total-wrapper .wrapper.sub-mega-total div {
    font-family: ProximaNova;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #373f53;
}

.wrapper.couponss span.woocommerce-Price-amount.amount {padding-left: 5px;}

.wrapper.couponss a.woocommerce-remove-coupon {
    display: none;
}

.checkout-container .header .content-wrapper .summary .total-wrapper.no-bold .wrapper h2 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #82899d;
}

.checkout-container .err input, .checkout-container .err h2, .checkout-container .err select, .checkout-container .err label, .checkout-container .err .text.input-label {
    color: #ff5c4a!important;
}

.checkout-container .err input, .checkout-container .err select {
    background-color: #fff5f3!important;
    box-shadow: inset 0 1px 2px 0 rgba(166, 176, 200, 0.22)!important;
    border: solid 1px #ff5c4a!important;
}

.checkout-container .header .content-wrapper .summary .info-block.active .wrapper#coupon-app .price {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #373f53;
    text-decoration: underline;
    cursor: pointer;
}

.checkout-container .header .content-wrapper .summary .info-block.active .wrapper#coupon-app .name span {
    color:#5bbb1f;
}

.checkout-container .header .content-wrapper .summary .info-block.cupon.active {
    margin-top: 15px;
    padding-bottom: 15px;
}

.woocommerce-password-strength {
    display: none;
}

body {
    position: relative;
}

div#payment_phase {
    display: block;
}

@media (max-width: 992px) {
    .pricing-container .header .plans-wrapper .plan,
    .header .plans-wrapper .plan.maxi {
        width: 100%;
    }
}

.leaving-checkbox-form input[type="radio"] {
    display: inline-block;
}

.leaving-checkbox-form {
    padding: 30px 0;
}

.leaving-subscription-desc {
    margin-top: 30px;
}

.leaving-subscription-desc p {
    font-size: 14px;
    font-weight: 600;
    color: #373f53;
}

.leaving-subscription-desc textarea{
    padding: 0 20px;
    padding-top: 12px;
    padding-bottom: 11px;
    border-radius: 4px;
    background-color: #f3f6ff;
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(166, 176, 200, 0.22);
    box-shadow: inset 0 1px 2px 0 rgba(166, 176, 200, 0.22);
    outline: none;
    border: none;
    width: 100%;
    margin-top: 8px;
    font-size: 14px;
    color: #373f53;
    font-family: 'Arial', sans-serif;
}

.leaving-checkbox-form input[type="radio"] + label {
    color: #82899d;
}

.leaving-checkbox-form  .checkbox-wrap {
    margin-top: 10px;
}

.plan-settings-container .cancel-popup-wrapper .cancel-popup {
    -webkit-animation: cancelPopupSlideDown ease .3s forwards;
    animation: cancelPopupSlideDown ease .3s forwards;
}

.button.disabled {
    opacity: 0.3;
    pointer-events: none;
}

.leaving-checkbox-form input[type="radio"].error {
    position: relative;
}

.leaving-checkbox-form input[type="radio"].error::before {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #f63769;
}

@keyframes cancelPopupSlideDown
{
    0%
    {
        transform: translate(-50%, -150%);
    }
    100%
    {
        transform: translate(-50%, -50%);
    }
}