.hidden{
	display: none;
}
button.button {
    border: none;
    font: inherit;
}
.unseen{
	opacity: 0;
	pointer-events:none;
}

.select-plan-container .plans-wrapper .plan .delivery {
    display: none;
}

.select-plan-container .plans-wrapper .plan .list {
    border-bottom: 0;
}

.plan-settings-container .main .content-wrapper .box-settings .button-wrapper .button {
    cursor: pointer;
}
.delivery-calendar-container .header .calendar-line .skipped-week a{
	background-color: rgba(221, 66, 66, 0.1);
    color: #dd4242!important;
    border-radius: 50%;
}
.delivery-calendar-container .header .calendar-line .order-created a{
    background-color: rgba(28, 163, 39, 0.1);
    color: #1ca327!important;
    border-radius: 50%;
}

.add-pmt-mt-in-fm{
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.add-pmt-mt-in-fm a.delete-button.active {
    display: block;
}
.how-it-works-container .we-deliver-your-box.faq .content {
    width: 100%;
    margin-top: 25px;
}
@media(min-width: 992px){
    .how-it-works-container .we-deliver-your-box.faq .content li {
        margin-top: 0!important;
    }
}


.login-container .dropdown-label{
    width: 100%;
    margin-top: 8px;
    background-color: #f3f6ff;
    border-right: 4px;
    padding: 0 15px;
    height: 40px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1.43;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border-radius: 4px;
    -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);
    cursor: pointer;
}

.login-container .dropdown-label .icon{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 8px;
    height: 12px;
}
.login-container .dropdown-label .list{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #f3f6ff;
    border-radius: 0 0 4px 4px;
    -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);
    max-height: 160px;
    overflow-y: scroll;
    font-size: 14px;
    z-index: 10;
    display: none;
}

.login-container .dropdown-label .list .item{
    padding: 10px 15px;
    -webkit-transition: ease .3s;
    transition: ease .3s;
}

.continue.sel-plan {
    display: inline-block;
    padding: 15px 0;
    padding-left: 53px;
    padding-right: 46px;
    background-color: #1b3f9e;
    color: #fff;
    border-radius: 4px;
    margin-top: 29px;
    cursor: pointer;
    position: relative;
    width: 100%;
    text-align: center;
}

.continue.sel-plan .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;
    margin-top: -3px;
}

.continue.sel-plan .text {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}

.continue.sel-plan .text small {
    font-size: 12px;
    font-weight: normal;
}

.checkout-container .header .content-wrapper .summary .total-wrapper .button-wrapper .button{
    -webkit-appearance: none;
}
@media(max-width: 767px){
    .checkout-container .header .content-wrapper .info .inputs-wrapper .dropdown-label[for="city"]{
        display: none;
    }
    select#billing_state {
        display: block;
        margin-top: 15px;
        width: 100%;
    }
    .how-it-works-container .header{
        padding-bottom: 40px;
        margin-bottom: 0;
    }
    .menu-container.real .menu-container.v2 {
        padding-bottom: 80px;
    }
}
.pricing-container .header .responsive-navigation, .responsive-navigation .wrapper, .responsive-navigation {
    cursor: auto;
}

.checkout-container .bottom-wrapper select#first_delivery_day, select#billing_state_r, .checkout select#billing_state, .checkout select#shipping_state, .checkout select#weekly_delivery_day, .checkout select#first_delivery_day {
    width: 100%;
    -webkit-appearance: none;
    height: 40px;
    background: #f2f6ff;
    -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: 0;
    margin-top: 8px;
    background-image: url(/wp-content/themes/jchef/images/input-dropdown.svg);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 10px;
    color: #828a9d;
    font-family: proximaNova;
    font-size: 14px;
    padding-left: 14px;
}

.hamburger.hamburger--spin {
    padding: 9px;
    margin: -9px;
}

.billing_address_stuff .checkbox-label {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    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);
    cursor: pointer;
    position: relative;
    float: left;
    margin-right: 15px;}
.billing_address_stuff .checkbox-label .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 12px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: none; }
.billing_address_stuff .input-checkbox:checked + .checkbox-label .icon {
    display: block; }

.checkout .header-wrapper p.wrp-title {
    font-size: 14px;
    font-weight: 600;
    color: #373f53;
    margin-bottom: -15px;
    margin-top: 25px;
}

.hidden.billing_is_different {
    width: 100%;
    float: left;
}

.billing_address_stuff {
    margin-top: 25px;
}

.billing_address_stuff>p {
    font-size: 14px;
    font-weight: 600;
    color: #373f53;
    float: left;
    padding-right: 20px;
    margin-top: 6px;
}

body .menu-container .main .list .title {
    text-align: left;
    color: #1b3f9e;
    padding: 0;
    font-size:16px;
}

body .menu-container .main .list .description {
    padding: 0;
    text-align: left;
}

.title-block {
    text-align: center;
    padding-top: 50px;
}

.title-block h1 {
    font-family: Lora;
    font-size: 30px;
    font-weight: bold;
    color: #373e53;
    text-align: center;
    max-width: 544px;
    width: 100%;
    margin: 0 auto;
}

.title-block p,.index-container .favorites p.subtext {
    padding-top: 15px;
    font-weight: 600;
    color: #373e53;
    font-size: 17px;
}

.title-block p span,.index-container .favorites p.subtext span {
    color: #1b3f9e;
}

.week-notice {
    width: 100%;
    background: #f2f6ff;
    padding: 15px 20px;
    border-radius: 3px;
    margin-top: 35px;
}

.week-notice .wn-inner {
    padding-left: 50px;
    background-image: url('/wp-content/themes/jchef/images/icon-tower.svg');
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center left;
}

.week-notice .wn-inner h3 {
    color: #1b3f9e;
    font-weight: 600;
}

.week-notice .wn-inner p {
    padding-top: 6px;
    font-size: 14px;
}
.menu-container .main .list .item{
    padding: 0 10px;
}

.menu-container .main .list .item:nth-child(3n) {
    padding-right: 0;
}

.menu-container .main .list .item:nth-child(3n+1) {
    padding-left: 0;
}

.menu-container .main .list .item .image{
    padding-top: 0;
    height:183px;

}

p.description.time.dashicons-clock {
    background-image: url(/wp-content/themes/jchef/images/clock.svg);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 21px!important;
}

.index-container .favorites p.subtext{
    text-align:center;
}

ul#homeFavListExtra a.content-wrapper p.description {
    text-align: left;
}

ul#homeFavListExtra a.content-wrapper h2.title {
    text-align: left;
    color: #1b3f9e;
}
.favorites.extra a.button.active {
    margin-top: 90px;
    display: inline-block;
    padding: 15px 40px;
    background-color: #1b3f9e;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}

.favorites.extra .button-wrapper.active {
    text-align: center;
}
ul#homeFavListExtra {
    display: block;
    float: left;
    width: 100%;
}

ul#homeFavListExtra li.item {
    float: left;
    margin-bottom: 30px;
    padding: 0 10px;
}


.favorites.extra {
    width: 100%;
    display: block;
}

ul#homeFavListExtra, ul#homeFavListExtra li.item {
    max-width: 100%;
}

@media (max-width:991px) {
    .menu-container .main .list .item{
        padding: 0;
    }
    .week-notice .wn-inner {
        text-align: center;
        background-position: top center;
        padding-left: 0;
        padding-top: 50px;
    }
    .week-notice{
        margin-bottom: 30px;
    }
    ul#homeFavListExtra a.content-wrapper p.description {
        text-align: center;
    }

    ul#homeFavListExtra a.content-wrapper h2.title {
        text-align: center;
    }

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

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

    .confirmation-container .header .progress-line .points-wrapper .point .icon, .select-plan-container .header .progress-line .points-wrapper .point .icon, .checkout-container .header .progress-line .points-wrapper .point .icon {
        color: #dee3ee;
        background-color: white;
        border: 1px solid;
    }

    .confirmation-container .header .progress-line .points-wrapper .point .icon .number, .select-plan-container .header .progress-line .points-wrapper .point .icon .number, .checkout-container .header .progress-line .points-wrapper .point .icon .number {
        padding-top: 2px;
    }

    .confirmation-container .header .progress-line .points-wrapper .point.active .icon .number, .select-plan-container .header .progress-line .points-wrapper .point.active .icon .number, .checkout-container .header .progress-line .points-wrapper .point.active .icon .number {opacity: 0;}

    .favorites.extra.newcheckout .owl-dots {
        top: -40px;
        bottom: unset!important;
    }

    .favorites.extra.newcheckout .right-control, .favorites.extra.newcheckout .left-control {
        top: 38%;
    }

    .pricing-container .header .plans-wrapper .plan {
        padding-top: 20px;
    }

    .favorites.extra.newcheckout {
        padding-top: 40px;
    }

    .favorites.extra.newcheckout .list {
        margin-top: 70px;
    }

    .favorites.extra.newcheckout .list .item {
        width: 100%;
    }

    .favorites.extra.newcheckout .list .description.dashicons-clock {
        margin-left: 20px;
    }

    .have-coupon {
        padding: 10px 40px;
    }
    .woocommerce .reviews-block-bottom-section p.description {
        font-weight: 600;
        line-height: 1.63;
        color: #373f53;
    }

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

    .index-container.jamie .navigation {
        display: none!important;
    }
}

.changable-text {
    padding-top: 10px;
    font-size: 16px;
}

.menu-container .main .switcher2 {
    margin: 30px 0;
    font-weight: 600;
    color: #373e52;
    display: inline-flex;
}

.menu-container .main .switcher2 span {
    color: #1b3f9e;
}

.index-container.jamie .header {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/wp-content/themes/jchef/images/jg-hero-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 10px;
}

.index-container.jamie .header .content {
    max-width: 575px;
    left: 80px;
    color: #ffffffd1;
    top: 40%;
}

.index-container.jamie .header .navigation {
    padding: 0 80px;
}

.index-container.jamie .header .content h2.title {
    color: white;
}

.index-container.jamie ul#homeFavListExtra {
    width: 100%;
    float: none;
    margin-top: 70px;
}

.index-container.jamie .what-you-get {
    position: relative;
    width: 100%;
    padding-top: 40px;
    display: -webkit-box;
    background-color: transparent;
}

.index-container.jamie .what-you-get .content {
    width: 40%;
    margin: 35px 0 35px -9.5%;
    bottom: 0;
}

.index-container.jamie .what-you-get .floater {
    width: 60%;
    display: block;
    background-image: url(/wp-content/themes/jchef/images/jg-tasting.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-size: cover;
}

.index-container.jamie .order-steps {
    padding: 110px 10%;
}
.index-container.jamie ul#homeFavListExtra li.item:last-child {
    margin-bottom: 100px;
}

.index-container.jamie .columns-6 {
    width: 50%;
    margin-left: 0;
}

.index-container.jamie .favorites.extra.jamie {
    background: url(/wp-content/themes/jchef/images/jamie-plate.png);
    background-repeat: no-repeat;
    background-position: 0 30px;
    background-size: 800px;
}

.index-container.jamie .favorites.extra.jamie .row {
    display: -webkit-box;
}

.index-container.jamie .favorites.extra.jamie>h2.title {
    font-size: 35px;
}

.index-container.jamie .favorites.extra.jamie>span {
    text-align: center;
    width: 100%;
    display: block;
    font-family: Lora;
    font-size: 28px;
    font-weight: 700;
    color: #373e53;
    line-height: 1.3;
    margin-top: 10px;
}

.index-container.jamie .columns-6 .item {
    width: 100%;
}

.index-container.jamie .columns-6 .item p:nth-child(2) {
    font-size: 14px;
    margin-top: 30px;
    font-weight: 600;
    color: #1b3f9e;
}

.index-container.jamie .columns-6 .item h2.title {
    color: #1b3f9e;
    text-align: left;
    margin-top: 8px;
    font-size: 18px;
}

.index-container.jamie .columns-6 .item p.description {
    text-align: left;
}

.index-container.jamie .navigation {
    display: block;
}

.navigation .left .items-wrapper {
    font-size: 20px;
}

@media (max-width: 767px) {
    .index-container.jamie .header .navigation .left {
        display: block;
    }

    .index-container.jamie .header .navigation .left a.logo {
        margin: auto;
    }

    .index-container.jamie .header .content img.mobile-show {
        display: block;
        width: 100%;
    }

    .index-container.jamie .header .content {
        margin: auto;
        margin-top: 59%;
    }

    .index-container.jamie .header .content img.logo {
        display: none;
    }

    .index-container.jamie .header .leaves {
        display: none;
    }

    .index-container.jamie .header {
        background-size: contain;
        background-color: white;
        height: 700px;
        background-position: top;
        background-image: url(/wp-content/themes/jchef/images/jg-hero-img.jpg);
    }

    .index-container.jamie .header .content h2.title {
        color: #373e53;
        text-align: center;
    }

    .index-container.jamie .header .content h2.sub-title {
        color: #828a9d;
        text-align: center;
    }

    .index-container.jamie .favorites.extra.jamie h2.title {
        width: 100%;
    }

    .index-container.jamie .favorites.extra.jamie .columns-6.spacer-img {
        display: none;
    }

    .index-container.jamie .favorites.extra.jamie .columns-6.list {
        width: 100%;
    }

    .index-container.jamie .favorites.extra.jamie .columns-6.list .image {
        width: 100%;
    }

    .index-container.jamie .columns-6 .item p, .index-container.jamie .columns-6 .item h2 {
        width: 100%!important;
        margin-left: 0;
    }

    .index-container.jamie .favorites>h2.title {
        width: 100%;
    }

    .index-container.jamie .favorites img.left-control, .index-container.jamie .favorites img.right-control {
        display: none;
    }

    .index-container.jamie ul#homeFavListExtra h2.title, .index-container.jamie ul#homeFavListExtra p {
        width: 100%;
        text-align: left!important;
    }

    .index-container.jamie .what-you-get {
        background-color: #f4f6ff;
        display: block;
        padding: 0 0 40px 0;
        margin-top: -50px;
    }

    .index-container.jamie .order-steps {
        padding: 85px 10%;
    }

    .index-container.jamie .what-you-get .floater {
        width: 100%;
        height: 300px;
    }

    .index-container.jamie .what-you-get .content {
        width: 85%;
        margin: -8% auto auto auto;
    }

    .index-container.jamie ul#homeFavListExtra .image {
        width: 100%;
    }

    .favorites.extra.carousel{
        display: inline-block;
    }

    .jamie .footer .nav .kocher {
        display: none;
    }
    .index-container.jamie span.sub-title-little {
        color: #373e52;
        text-align: center;
        padding-bottom: 10px;
    }
    .changable-text {
        padding-bottom: 30px;
    }
}

.index-container.jamie .header .leaves {
    opacity: 0.2;
}

.index-container .header .content .logo {
    opacity: 0.6;
}

.index-container.jamie .favorites.extra.jamie .image {
    background-position: top;
    cursor: pointer;
}

.index-container.jamie .favorites.extra.jamie .image:after {
    content: "";
    background: url(/wp-content/themes/jchef/images/icon-play.svg);
    width: 55px;
    height: 270px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin: auto;
    cursor: pointer;
}


.menu-container .main .switcher2 .control-left-2, .menu-container .main .switcher2 .control-right-2 {
    width: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px;
    cursor: pointer;
}

.index-container ul#homeFavListExtra li.item:nth-child(4n+1) {
    clear: left;
}

@media (min-width: 768px){
    .index-container.jamie .header .content .sub-title {
        text-shadow: 0 0 20px rgb(0,0,1);
    }
}

.jamie span.sub-title-little {
    padding-top: 8px;
    font-weight: 600;
    font-size: 19px;
    padding-bottom: 20px;
    display: block;
    color: white;
}


.ingr-img {
    height: 180px;
    background-size: cover;
    background-position: 0;
}

.jamie.index-container .header .content .header-button{
    padding: 20px 40px;
    font-size: 16px;
}

.jamie-banner {
    width: 100%;
    text-align: center;
    background: #5BBB1E;
    color: white;
    font-family: Lora;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 0 18px 0;
}

@media (max-width: 991px){
    .jamie-banner {
        margin: -10px 0 15px -20px;
        width: calc(100% + 40px);
    }
    .checkout-container .header .content-wrapper .nor-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .wrapper.big.bank-cards {flex-direction: unset;display: block;position: relative;}

    .checkout-container .header .content-wrapper .info .inputs-wrapper .wrapper.big img {
        width: 55px;
    }

    .checkout-container .header .content-wrapper .info .inputs-wrapper .wrapper.big.bank-cards {
        display: block;
        margin-top: 0;
        text-align: center;
    }

    .checkout-container .header .content-wrapper .info .inputs-wrapper .wrapper:first-of-type {
        margin-top: 7px;
    }

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

}

.login-container.step2 .header .content-wrapper .heading-wrapper {
    padding-bottom: 15px!important;
}

.login-container.step2 .header .content-wrapper .col-7>div.social-login {
    padding-bottom: 25px;
}

.social-login .nsl-container.nsl-container-block a {
    margin: 10px 0px;
}

.divideris {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #373f53;
    position: relative;
}

.divideris:after {content: "";width: 35%;height: 1px;background: #e5eaf9;display: block;top: 8px;position: absolute;right: 50px;}

.divideris:before {content: "";width: 35%;height: 1px;background: #e5eaf9;display: block;top: 8px;position: absolute;}

div.nsl-container-block .nsl-container-buttons a {
    max-width: none;
}

.just-login {
    padding: 0 20px;
}

@media(min-width: 992px) {
    .just-login {
        padding: 0 112px;
    }
}

.just-login .social-login {padding: 20px 0;}

.just-login .divideris:after {
    right: 0;
}

.header .plans-wrapper .plan.maxi .content-wrapper {
    -webkit-box-shadow: 0px 0px 40px 5px rgba(62,83,128,0.2);
    box-shadow: 0px 0px 45px 7px rgba(62,83,128,0.2);
}

.select-plan-coming-soon-email-error.login-err.no-padding-btm.err {
    margin-bottom: -30px;
}

ul.woocommerce-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: block;
    max-width: 770px;
    margin: 30px auto -20px auto;
}

.inner-product-page ul.woocommerce-error {
    margin-bottom: 12px !important;
}

.hidden-important{
    display: none!important;
}

.switcher2.bigger {
    font-size: 30px;
    font-family: Lora;
    margin: 10px 0!important;
}

.switcher2.bigger .control-left-2, .switcher2.bigger .control-right-2 {background-size: 15px!important;}

.changable-text span {
    color: #ff0000d4;
}

.menu-container.v2 .week-picker {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.menu-container.v2 .main .list#weekPickerMenu .item {
    width: 100%;
    padding: 0;
    margin-top: 0;
}

.menu-container.v2 .week-picker .list-wrapper {
    max-width: 450px;
}

.menu-container.v2 .control-left-2, .menu-container.v2 .control-right-2 {
    height: 23px;
}

/* .index-container .header .content .title {
    font-size: 48px;
}
.index-container .header .content .sub-title {
    font-size: 18px;
} */

@media(max-width: 650px)  {
    .menu-container.v2 .week-picker .list-wrapper{
        max-width: 260px;
        font-size: 18px;
    }
    .menu-container.v2>.main>.title-block {
        padding-top: 30px;
    }
    .menu-container .main .switcher2 .control-left-2, .menu-container .main .switcher2 .control-right-2 {
        width: 26px;
    }

    .menu-container .main .switcher2 {
        display: block;
    }

    .menu-container .main{
        padding-bottom: 20px;
    }

    body .menu-container .main .list .description.time {
        margin-left: 0;
    }

    .reviews-block-bottom-section {
        padding-bottom: 150px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .index-container .slides {
        padding-bottom: 50px;
    }

    .reviews-block-bottom-section-wrapper .reviews-block-bottom-section-item {
        width: 100%;
    }

    /* .step2.login-container .header .content-wrapper .col-5{
        display: none;
    } */

    .step2.login-container .header .content-wrapper .col-5 {
        width: 100%;
    }
    .step2.login-container .header .content-wrapper {
        flex-wrap: wrap;
    }

    .step2.login-container .header .content-wrapper .heading-wrapper-registration {
        padding: 0 15px 15px;
    }

    .step2.login-container .header .content-wrapper .heading-wrapper-registration .buttonlogos {
        white-space: normal;
    }

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

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

    .login-container.account-container.select-plan-container.pricing-container.step2 .content-wrapper {
        margin-top: 30px;
    }

    .login-container .header .content, .login-container .header {
        min-height: initial;
    }

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

    .login-container.step2 .header .content-wrapper .form-wrapper p.description {
        text-align: center;
    }

    .login-container.step2 .header .content-wrapper .form-wrapper .submit-label {
        width: 100%;
        max-width: 100%;
    }

    .login-container .header .content{
        padding-bottom: 25px;
    }

    .checkout-container .header .content-wrapper .info {
        order: 2;
        margin-top: 20px;
    }

    .index-container.jamie .hamburger-inner, .index-container.jamie .hamburger-inner::before, .index-container.jamie .hamburger-inner::after {
        background: white;
    }

    .index-container.jamie .header {
        background-size: auto 364px;
        background-position: top center;
    }

    .index-container.jamie .header .content {
        margin-top: 330px;
    }

    .index-container.jamie .columns-6 .item p.description {
        width: 50%!important;
    }

    .index-container.jamie .favorites.extra.jamie .row {
        padding-bottom: 29px;
        border-bottom: 1px solid #eaecf5;
    }

    .favorites.extra.carousel {
        padding-top: 0;
    }

    .index-container.jamie ul#homeFavListExtra h2.title {
        margin-top: 30px;
    }

    ul#homeFavListExtra a.content-wrapper p.description {
        margin-left: 0;
    }

    .index-container .favorites .list .description.time.dashicons-clock {
        margin-top: 10px;
    }

    .index-container.jamie ul#homeFavListExtra {
        margin-top: 35px;
    }

    .index-container.jamie .favorites p.subtext {
        padding-top: 5px;
    }

    .index-container.jamie .order-steps {
        padding-bottom: 41px;
    }

    .index-container.jamie .start-cooking {
        padding: 17px 22px 34px;
    }
}

@media(min-width: 992px) {
    .confirmation-container .header .progress-line .points-wrapper .point .icon .number, .select-plan-container .header .progress-line .points-wrapper .point .icon .number, .checkout-container .header .progress-line .points-wrapper .point .icon .number{
        opacity: 0;
    }
    .header .progress-line .points-wrapper .point.active.checked .icon:before {
        background: #1b3f9e;
    }
}

.point.active.checked .icon {
    background-image: url(/wp-content/themes/jchef/images/check-wh.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}

ul#weekPickerMenu {
    opacity: 0;
}

ul#weekPickerMenu.owl-loaded {
    opacity: 1;
}

.jamie-banner.inner {
    margin: 0;
    width: 100%;
}

.dashicons-clock:before {
    content: '';
}

/*popups*/
div#promoPopup, div#exitPopup, div#thankyouPopup, div#recipeModal {
    display:none;
    width: 100%;
    height: 100%;
    background-color: rgba(243, 246, 255, 0.95);
    position: fixed;
    z-index: 999;
}

div#promoPopup .popup-outter, div#exitPopup .popup-outter, div#thankyouPopup .popup-outter, div#recipeModal .popup-outter {
    max-width: 500px;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 20px 80px 0 rgba(9, 79, 227, 0.6);
    background-color: #1b3f9e;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

div#promoPopup .popup-content, div#exitPopup .popup-content, div#thankyouPopup .popup-content, div#recipeModal .popup-content {
    width: 100%;
    height: 100%;
    padding: 27px;
    position: relative;
}

div#promoPopup span.closePopup, div#exitPopup span.closePopup, div#thankyouPopup span.closePopup, div#recipeModal span.closePopup{
    color: #7faefc;
    position: absolute;
    top: 27px;
    right: 27px;
    line-height: 0;
    cursor: pointer;
    font-size: 17px;
}

div#promoPopup .popup-content .logo, div#exitPopup .popup-content .logo {
    background-image: url('/wp-content/themes/jchef/images/logo-w.png');
    width: 100%;
    height: 40px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 10px;
}

div#promoPopup .popup-content h2{
    font-family: Lora;
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.88;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 56px;
    margin-top: 82px;
}

div#promoPopup .popup-content button, div#exitPopup .popup-content button{
    width: 260px;
    height: 45px;
    border-radius: 4px;
    border: solid 2px #7faefc;
    background-color: #1b3f9e;
    font-size: 15px;
    font-weight: bold;
    color: #7faefc;
    cursor: pointer;
}

div#promoPopup .popup-content .row,  div#exitPopup .popup-content .row {
    text-align: center;
}

div#promoPopup .popup-content button.active, div#exitPopup .popup-content button.active {
    background-color: #7faefc;
    color: #ffffff;
    margin-bottom: 35px;
}

div#promoPopup .popup-content button:not(.active) {
    margin-bottom: 18px;
}

div#promoPopup .popup-content span:not(.closePopup) {
    font-family: ProximaNova;
    font-size: 12px;
    text-align: center;
    color: #7faefc;
}

div#promoPopup .popup-content .step, div#exitPopup .popup-content .step{
    display: none;
}

div#promoPopup .popup-content h2.step-2b {
    margin-top: 55px;
    margin-bottom: 9px;
}

div#promoPopup .popup-content .row p {
    font-family: ProximaNova;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #7faefc;
}

div#promoPopup .popup-content .row label, div#exitPopup .popup-content .row label{
    font-size: 14px;
    color: #ffffff;
    display: block;
    width: 260px;
    margin: auto;
    text-align: left;
    padding-bottom: 9px;
    margin-top: 34px;
}

div#promoPopup .popup-content .row input, div#exitPopup .popup-content .row input{
    width: 260px;
    height: 45px;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px 0 rgba(166, 176, 200, 0.22);
    background-color: #f3f6ff;
    border: 0;
    padding: 10px 20px;
}

div#promoPopup .popup-content button.active.step-3 {
    margin-top: 29px;
    margin-bottom: 20px;
}

div#promoPopup .popup-content span.underlined:not(.closePopup) {
    font-size: 14px;
    text-decoration: underline;
    line-height: 1.43;
    padding-bottom: 15px;
    display: block;
    cursor: pointer;
}

div#promoPopup .popup-content .row input.err, div#exitPopup .popup-content .row input.err {
    border: 1px solid #FF5B4A;
    background-color: #FFE2DB;
}

div#promoPopup .popup-content h2.step-3, div#exitPopup .popup-content .step-2 h2 {
    margin-top: 93px;
    margin-bottom: 100px;
}

div#promoPopup .popup-content .row p.step-2a {
    margin-top: 47px;
    margin-bottom: 5px;
}

div#promoPopup .popup-content h2.step-2a {
    margin-top: 0;
    margin-bottom: 63px;
}

div#promoPopup .popup-content .step.step-2a {
    padding: 0 20px;
}

div#promoPopup .popup-content .step.step-2a .half {
    width: 50%;
    float: left;
}

div#promoPopup .popup-content .step.step-2a .half label {
    width: 100%;
    margin: 0;
    line-height: 1.43;
}

div#promoPopup .popup-content .step.step-2a .half input {
    width: 190px;
    float: left;
}

div#promoPopup .popup-content .step.step-2a button.active.step-2a-to-step-3 {
    width: 100%;
    margin-top: 29px;
    margin-bottom: 20px;
}

div#promoPopup .popup-content .step.step-2a .half:last-child {
    padding-left: 14px;
}


@media(max-width: 565px) {
    div#promoPopup .popup-content .step.step-2a .half {
        width: 100%;
    }
    div#promoPopup .popup-content .step.step-2a .half:last-child{
        padding-left:0;
        padding-top: 20px;
    }
    div#promoPopup .popup-content .step.step-2a .half input{
        width: 100%;
    }
    div#promoPopup .popup-outter, div#exitPopup .popup-outter{
        width: 90%;
    }
    div#promoPopup .popup-content .step.step-2a{
        padding:0;
    }
}

div#exitPopup p {
    font-family: ProximaNova;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    color: #7faefc;
    margin-top: 34px;
    margin-bottom: 8px;
}

div#exitPopup h2 {
    height: 30px;
    font-family: Lora;
    font-size: 34px;
    font-weight: bold;
    font-style: normal;
    line-height: 0.88;
    color: #ffffff;
    margin-bottom: 9px;
    text-align: center;
}

div#exitPopup span:not(.closePopup) {
    font-family: ProximaNova;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: normal;
    color: #7faefc;
}

div#exitPopup .timer {
    display: -webkit-inline-box;
    padding-top: 36px;
}

div#exitPopup .timer p {
    margin: 0;
}

div#exitPopup .timer span {
    padding: 0;
}

div#exitPopup .timer p, div#exitPopup .timer div.separator {
    font-size: 28px;
    font-weight: bold;
    line-height: normal;
    color: #ffffff;
}

div#exitPopup .timer div.separator {
    padding: 0 8px;
}

div#exitPopup .timer span {font-size: 12px;}

div#exitPopup .popup-content button.active {
    margin-top: 29px;
    margin-bottom: 20px;
}

div#exitPopup span.underlined {font-size: 14px;font-style: normal;line-height: 1.43;color: #7faefc;text-decoration: underline;cursor: pointer;padding-bottom: 20px;display: block;}

div#exitPopup .popup-content .row:last-child span {
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #7faefc;
    margin-bottom: 40px;
    display: block;
}

div#exitPopup .timer.danger p, div#exitPopup .timer.danger .separator{
    color: #FF5B4A;
}

div#pickmeals_phase .info {
    padding: 25px;
    max-width: none;
    margin: 0 10%;
}

div#pickmeals_phase .info .header-wrapper {
    padding-bottom: 10px;
}

div#pickmeals_phase .header-wrapper .button-wrapper {
    width: 40%;
    float: right;
    max-width: 270px;
}

div#pickmeals_phase .header-wrapper p.description {
    float: left;
}

div#pickmeals_phase .header-wrapper .button-wrapper a.button.continue.sel-plan.active {
    margin-top: -15px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}

div#pickmeals_phase .header-wrapper .button-wrapper a.button.continue.sel-plan.active.inactive {
    background-color: #b1b8cb;
}

div#pickmeals_phase {
    display: block;
}

div#pickmeals_phase .nor-content {
    padding: 0 25px;
    min-height: 109px;
    z-index: 9999;
}

div#pickmeals_phase li.item {
    margin-top: 25px;
    padding: 0;
}

div#pickmeals_phase .text-holder {
    background: white;
    position: relative;
    padding: 20px;
    min-height: 160px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 1px 2px 0 #e5eaf9, 0 3px 5px 0 rgba(22, 53, 135, 0.08);
}

div#pickmeals_phase .text-holder h2.title {
    margin-top: 0;
}

div#pickmeals_phase .image {
    border-radius: 0;
}

.index-container.jamie ul#homeFavListExtra .image {
    padding-top: 66.66%;
    height: auto;
}

div#pickmeals_phase .text-holder .continue.sel-plan {
    border: 2px solid #1b3f9e;
    background-color: white;
    color: #1b3f9e;
    padding: 10px 0;
    position: relative;
    left: 0;
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
    bottom: 0;
}

div#pickmeals_phase .text-holder .continue.sel-plan:hover, div#pickmeals_phase .text-holder input:checked ~ .continue.sel-plan {
    color: white;
    background: #1b3f9e;
}

div#pickmeals_phase .text-holder .continue.sel-plan.active:before {content: "";background-image: url(/wp-content/themes/jchef/images/icon-trash.svg);width: 25px;height: 25px;display: block;background-size: contain;position: absolute;background-repeat: no-repeat;top: 8px;left: 6px;}

div#pickmeals_phase.fixed .nor-content {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 50px;
}

div#pickmeals_phase.fixed .nor-content .info {
    margin: 0 11.2%;
}

div#pickmeals_phase.fixed .menu-container {
    margin-top: 150px;
}

div#thankyouPopup, div#recipeModal {
    display: block;
}

div#thankyouPopup form.popup-outter {
    background: white;
    box-shadow: 0 30px 80px 0 rgba(62, 83, 128, 0.09);
}

div#thankyouPopup span.closePopup {
    color: #b1b8cb;
}

#thankyouPopup .icon {
    width: 100%;
    height: 114px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 40px;
}

div#thankyouPopup .popup-content h2 {
    font-family: Lora;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #373f53;
    margin-top: 40px;
    margin-bottom: 14px;
}

div#thankyouPopup p {
    font-family: ProximaNova;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: center;
    color: #373f53;
}

div#thankyouPopup p span {
    color: #1b3f9e;
    font-weight: bold;
}

div#thankyouPopup .grey p {
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #82899d;
    margin-top: 22px;
}

div#thankyouPopup form.popup-outter hr {
    border-radius: 4px;
    box-shadow: 0 30px 80px 0 rgba(62, 83, 128, 0.09);
    border-color: rgba(62, 83, 128, 0.09);
    margin-top: 30px;
    margin-bottom: 50px;
}

div#thankyouPopup form.popup-outter a.active.closePopup {border-radius: 4px;background-color: #1b3f9e;color: white;padding: 12px 25px;margin-bottom: 40px;cursor: pointer;}

div#thankyouPopup form.popup-outter .row {
    text-align: center;
}

div#thankyouPopup form.popup-outter .row:last-child {
    margin-bottom: 40px;
}

div#thankyouPopup form.popup-outter .row p a {
    text-decoration: underline;
}

@media(max-width: 991px){
    div#pickmeals_phase.fixed .nor-content {
        position: relative;
        padding-top: inherit;
    }

    div#pickmeals_phase.fixed .nor-content .info,div#pickmeals_phase .nor-content .info {
        margin: inherit;
    }

    div#pickmeals_phase.fixed .menu-container {
        margin-top: 0;
    }

    div#pickmeals_phase .nor-content .info {
        background: none;
        border: none;
        box-shadow: none;
        padding-bottom: 0;
    }

    div#pickmeals_phase .header-wrapper .button-wrapper {
        position: fixed;
        bottom: 26px;
        z-index: 9999999;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        width: 100%;
    }

    div#pickmeals_phase .info .header-wrapper {
        text-align: center;
    }

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

    div#pickmeals_phase .header-wrapper .button-wrapper a.button.continue.sel-plan.active {
        box-shadow: 0 2px 10px 5px rgba(27, 63, 158, 0.2);
    }
}

div#pickmeals_phase .all-prods.full .text-holder .continue.sel-plan:not(.active) {
    border-radius: 4px;
    border: solid 2px #b1b8cb;
    background-color: #ffffff;
    color: #b1b8cb;
    cursor: inherit;
}

div#pickmeals_phase .all-prods.full .text-holder .continue.sel-plan:not(.active) {
    color: #b1b8cb;
}

div#pickmeals_phase li.item.active .content-wrapper .image,div#pickmeals_phase li.item.active .content-wrapper .text-holder {
    box-shadow: 0 1px 7px 2px rgba(27, 63, 158, 0.2), 0 3px 5px 0 rgba(22, 53, 135, 0.08);
    border: solid 1px #1b3f9e;
    background-color: #ffffff;
}

div#pickmeals_phase li.item.active .content-wrapper .image {
    border-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

div#pickmeals_phase li.item.active .content-wrapper .text-holder {
    border-top: 0;
}

.delivery-calendar-container .main .list .item .content-wrapper.checked {
    border-radius: 4px;
    box-shadow: 0 1px 7px 2px rgba(27, 63, 158, 0.2), 0 3px 5px 0 rgba(22, 53, 135, 0.08);
    border: solid 1px #1b3f9e;
}


/*products modal*/
div#recipeModal .imgWrapper {
    width: 100%;
    padding-top: 66.66%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

div#recipeModal .popup-content h2 {
    font-family: Lora;
    font-size: 22px;
    font-weight: bold;
    color: #373f53;
    padding-top: 12px;
}

div#recipeModal .popup-content {
    background: white;
}
.popup-content .button-wrapper {
    display: none;
}

div#recipeModal .popup-content .row:first-child p {font-family: ProximaNova;font-size: 14px;font-weight: 600;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #373f53;padding-top: 11px;}

div#recipeModal .popup-content .button-wrapper a {border-radius: 4px;background-color: #1b3f9e;font-family: ProximaNova;font-size: 14px;font-weight: 600;color: #ffffff;margin-top: 25px;display: block;text-align: center;padding: 16px 0px;}

div#recipeModal .popup-outter hr {
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(62, 83, 128, 0.1);
    margin: 20px 0;
}

div#recipeModal .popup-outter {
    box-shadow: 0 33px 88px 0 rgba(62, 83, 128, 0.1);
    background-color: #ffffff;
    height: 85%;
}

div#recipeModal .popup-content h4.responsive-title {
    font-family: ProximaNova;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    color: #1b3f9e;
    text-align: left;
}

div#recipeModal .popup-content h4.responsive-title.per-searving-title {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

div#recipeModal .popup-content .tabs {
    display: inline-flex;
    text-align: center;
    margin: 35px 0;
    width: 100%;
}

div#recipeModal .popup-content .tabs .tab {
    border-radius: 4px;
    border: solid 1px #e7eaf2;
    position: relative;
    margin: auto;
    padding: 7px 0;
    width: 120px;
    cursor: pointer;
}

div#recipeModal .popup-content .tabs .tab:first-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

div#recipeModal .popup-content .tabs .tab:last-child {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
}

div#recipeModal .popup-content .tabs .tab.active {
    color: #1b3f9e;
    background-color: #f3f6ff;
}

div#recipeModal .popup-content .tab-inner.active {
    display: block;
}

div#recipeModal .popup-content .tab-inner {
    display: none;
}

div#recipeModal .popup-content .tab-inner p.description {
    font-family: ProximaNova;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #82899d;
    margin-top: -10px;
}

div#recipeModal .popup-content .info-wrapper .info {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 11px;
}

div#recipeModal .popup-content .info-wrapper .info .icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

div#recipeModal .popup-content .info-wrapper .info .text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    color: #373f53;
}

div#recipeModal .popup-content .info-wrapper .info .level {
    font-size: 14px;
    line-height: 1.71;
    font-size: 14px;
    line-height: 1.71;
}

div#recipeModal .popup-content .social .title {
    font-family: ProximaNova;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #373f53;
    padding-bottom: 10px;
}

div#recipeModal .popup-content .social {
    margin-top: -20px;
}

div#recipeModal .popup-content .social .socials-wrapper a {
    display: inline-block;
    width: 40px;
    height: 34px;
    position: relative;
}

div#recipeModal .popup-content .social .socials-wrapper a div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

div#recipeModal span.closePopup {
    color: #000;
    top: -25px;
    right: 0;
}

div#recipeModal .popup-content .tab-inner .products ul.list li {
    width: 33.33%;
    display: inline-flex;
    margin-bottom: 28px;
}

div#recipeModal .popup-content .tab-inner .products ul.list li h2.name {
    font-family: ProximaNova;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #373f53;
    text-align: center;
}

div#recipeModal .popup-content .tab-inner .products ul.list li div.qty {
    font-family: ProximaNova;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #82899d;
    text-align: center;
}

div#recipeModal .popup-content .tab-inner .products ul.list li .wrapper {
    width: 100%;
}

div#recipeModal .popup-content .tab-inner .products ul.list li .wrapper .image {
    width: 100px;
    height: 71px;
    margin: auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

div#recipeModal .popup-content .tab-inner .details .wrapper {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

div#recipeModal .popup-content .tab-inner .details .wrapper h2.name {
    font-size: 14px;
    font-weight: 600;
    color: #373f53;
    padding: 0;
    font-family: ProximaNova;
}

div#recipeModal .popup-content .tab-inner .details .wrapper .info {
    font-size: 14px;
    padding: 0;
    font-family: ProximaNova;
    margin-right: 40%;
}

div#recipeModal .popup-content .tab-inner .details li.item {
    padding-bottom: 25px;
}

div#recipeModal .popup-outter .all-content {
    height: 100%;
    overflow: scroll;
    border-radius: 4px;
}

div#recipeModal .popup-content {
    height: auto;
}

div#recipeModal .popup-content .tab-inner .details {
    padding: 0 10px;
}

div#recipeModal .popup-content .tab-inner .details li.item:last-child {padding-bottom: 10px;}

div#recipeModal .popup-content .tab-inner .details .extra h2 {
    font-family: ProximaNova;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #373f53;
    padding-top: 0;
}

div#recipeModal .popup-content .tab-inner .details .extra .info {
    font-family: ProximaNova;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #82899d;
    padding-top: 7px;
}

@media(max-width: 520px){
    div#recipeModal .popup-outter {
        max-width: 320px;
    }


    div#recipeModal .popup-content {
        padding: 20px;
    }

    div#recipeModal .popup-content .tab-inner .products ul.list li {
        width: 100%;
        margin-bottom: 10px;
    }

    div#recipeModal .popup-content .tab-inner .products ul.list li .wrapper .image {float: left;}

    div#recipeModal .popup-content .tab-inner .products ul.list li h2.name {
        text-align: left;
        padding-left: 122px;
    }

    div#recipeModal .popup-content .tab-inner .products ul.list li div.qty {
        text-align: left;
        padding-left: 122px;
    }

    div#recipeModal .popup-content .tab-inner .details .wrapper .info {
        margin-right: inherit;
    }

    div#recipeModal .popup-content .tabs .tab {
        width: 100%;
    }
}

div#pickmeals_phase li.item .image, div#pickmeals_phase li.item .title {cursor: pointer;}

.delivery-info-container .main-wrapper .main .content-wrapper .main-tab .inputs-wrapper .buttons-wrapper.new {
    margin-top: 0;
}

.delivery-info-container .main-wrapper .main .content-wrapper .main-tab .inputs-wrapper .buttons-wrapper.new a.delete-button {
    padding: 0;
    border: 0;
}
.delivery-info-container .main-wrapper .main .content-wrapper .main-tab .inputs-wrapper .buttons-wrapper.new a.delete-button.delete-card {
    border: 1px solid #e7eaf5;
    padding: 15px 15px;
}

@media screen and (max-width: 768px) {
    .delivery-info-container .main-wrapper .main .content-wrapper .main-tab .inputs-wrapper .buttons-wrapper.new a.delete-button.delete-card {
        border: none;
        padding: 0 0 0 9px;
        margin-top: 0;
    }
    .delivery-info-container .main-wrapper .main .content-wrapper .main-tab .inputs-wrapper .buttons-wrapper.new a.delete-button.delete-card span{
        margin-right: 0px;
        font-weight: normal;
        color: #373f53;
        text-decoration: underline;
    }

    .delivery-info-container .main-wrapper .main .content-wrapper .main-tab .inputs-wrapper .buttons-wrapper.new a.delete-button.delete-card .icon {
        display: none;
    }
}


.delivery-info-container .main-wrapper .main .content-wrapper .main-tab .inputs-wrapper .buttons-wrapper.new a.delete-button.delete-card .icon {
    margin-right: 10px;
}

.delivery-info-container .main-wrapper .main .content-wrapper .main-tab .inputs-wrapper .buttons-wrapper.new a.delete-button.delete-card span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.delivery-info-container .main-wrapper .main .content-wrapper .main-tab .inputs-wrapper .payment-info-wrapper .info-block.delete-card {
    width:153px;
}

.woocommerce-message {
    top: 100px;
    bottom: auto;
}

.plan-settings-container .cancel-popup-wrapper {
    position: fixed;
}

.delivery-info-container select {
    width: 100%;
    -webkit-appearance: none;
    height: 40px;
    background: #f2f6ff;
    -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: 0;
    margin-top: 8px;
    background-image: url(/wp-content/themes/jchef/images/input-dropdown.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    background-size: 12px;
    color: #828a9d;
    font-family: proximaNova;
    font-size: 14px;
    padding-left: 14px;
    border-radius: 4px;
}

.delivery-calendar-container .main .list .item .image, .menu-container .main .list .image {
    padding-top: 0;
    height: 183px;
}

.plan-settings-container .header .menu-line .profile .list, .account-settings-container .header .menu-line .profile .list, .delivery-info-container .header .menu-line .profile .list, .order-history-container .header .menu-line .profile .list {
    min-width: 195px;
    right: 0;
    left: auto;
}


.content-wrapper.sub-selection .wrapper.sub-attrs select {
    display: none;
}

.content-wrapper.sub-selection .wrapper.sub-attrs select.active {
    display: block;
}

#nsl-notices-fallback {
    display: none;
}

a.button.continue.sel-plan.active.placeorder.loading .text {
    display: none;
}

a.button.continue.sel-plan.active.placeorder.loading {
    pointer-events: none;
    padding: 12px 0;
}

a.button.continue.sel-plan.active.placeorder.loading .icon {background-image: none!important;content: '';position: relative;height: 20px;width: 20px;display: inline-block;animation: around 5.4s infinite;margin: 0;}

a.button.continue.sel-plan.active.placeorder.loading .icon::after, a.button.continue.sel-plan.active.placeorder.loading .icon::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-color: #fff #fff transparent transparent;
    border-style: solid;
    border-radius: 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: around 0.7s ease-in-out infinite;
}

a.button.continue.sel-plan.active.placeorder.loading .icon::after {
    animation: around 0.7s ease-in-out 0.1s infinite;
    background: transparent;
}

@keyframes around {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.select-plan-container .plans-wrapper .plan .servings .item.disabled {
    cursor: not-allowed;
    opacity: 0.2;
    pointer-events: none;
}

.footer .copyrights .text a {
    color: #1b3f9e;
}

.product-shop h1 {
    font-weight: 700;
    line-height: 1.3;
    font-size: 52px;
    text-align: center;
    background: #1b3f9e;
    color: #fff;
    margin: -10px -10% auto;
    padding: 30px 0;
    font-family: 'proximaNova';
}
/* PRODUCT INNER / SHOP */
.simple-product-wrapper .image img {
    display: none;
}

.simple-product-wrapper .woocommerce-loop-product__title {
    font-weight: 600;
    line-height: 1.44;
    margin-top: 27px;
    text-align: left;
    color: #1b3f9e;
    padding: 0;
    font-size: 16px;
}

.simple-product-wrapper .woocommerce-Price-amount {
    display: block;
    margin: 16px 0;
}

.simple-product-wrapper .price {
    display: block;
}

.product-main.inner-product-page .content {
    width: 100% !important;
}

.product-main.inner-product-page .woocommerce-breadcrumb {
    display: none;
}

.product-main.inner-product-page #content > .woocommerce-message {
    top: 9px;
}

@media (max-width: 768px) {

    .summary {
        margin-top: 30px;
    }
}

.product-main.inner-product-page #content .woocommerce-product-gallery__wrapper img {
    width: 100%;
    height: auto;
    padding: 71px 10%;
    background-color: #F4F6FE;
}

.summary .quantity label {
    display: block;
    font-family: Lora;
    font-size: 14px;
    line-height: 1.41;
    font-weight: 700;
    color: #373e53;
    margin-bottom: 6px;
}

.summary .quantity input {
    outline: none;
    border-radius: 4px;
    background-color: #f3f6ff;
    box-shadow: inset 0 1px 2px 0 rgba(166, 176, 200, 0.22);
    border: none;
    padding: 0 15px;
    height: 40px;
    display: block;
    margin-bottom: 20px;
}

.summary .single_add_to_cart_button {
    padding: 10px 25px;
    background-color: #1b3f9e;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.prod-description h2,
.prod-description h3,
.prod-description h4 {
    font-family: Lora;
    font-size: 26px;
    line-height: 1.41;
    font-weight: 700;
    color: #373e53;
    margin-bottom: 16px;
}

.prod-description p,
.prod-description ul,
.prod-description ol {
    margin-bottom: 16px;
}

@media (max-width: 650px) {
    .product-shop {
        margin-bottom: 80px;
    }
}

@media (max-width: 768px) {
    .product-shop h1 {
        margin-bottom: 30px !important;
        padding: 30px 10%;
        font-size: 24px;
    }
    .product-shop h1 span {
        display: block;
        font-weight: 500;
        font-size: 16px;
    }
}
@media (max-width: 576px) {
    .product-shop h1 {
        margin-top: 34px;
    }
}

.cart-block {
    margin-right: 20px;
    position: relative;
}

.cart-block .number {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 14px;
    height: 14px;
    background-color: #FA4444;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 100%;
}

.on-cart-page .info-dec1,
.on-cart-page .info-dec2 {
    display: none;
}

.on-cart-page .woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.on-cart-page .woocommerce-checkout > * {
    flex: 1 1;
}

.on-cart-page .woocommerce-checkout > .woocommerce-NoticeGroup {
    min-width: 100%;
    max-width: 100%;
}

@media (max-width: 992px) {
    .on-cart-page .woocommerce-checkout > * {
        min-width: 100%;
        max-width: 100%;
    }
}

.on-cart-page .woocommerce-billing-fields > h3,
.on-cart-page #order_review_heading {
    font-family: Lora;
    font-size: 24px;
    font-weight: 700;
    color: #373e53;
    margin-bottom: 24px;
}

.on-cart-page .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: flex-end;
}

.on-cart-page .woocommerce-billing-fields__field-wrapper > * {
    flex-basis: calc(50% - 12px);
    max-width: calc(50% - 12px);
}

.on-cart-page .woocommerce-billing-fields__field-wrapper label {
    font-size: 14px;
    font-weight: 600;
    color: #373f53;
    display: block;
}

.on-cart-page .woocommerce-billing-fields__field-wrapper input,
.on-cart-page .woocommerce-billing-fields__field-wrapper select {
    margin-top: 8px;
    width: 100%;
    display: block;
    border-radius: 4px;
    background-color: #f3f6ff;
    box-shadow: inset 0 1px 2px 0 rgba(166, 176, 200, 0.22);
    border: none;
    outline: none;
    padding-left: 15px;
    height: 40px;
    box-shadow: inset 0 1px 2px 0 rgba(166, 176, 200, 0.22);
}

.on-cart-page #billing_country_field {
    align-self: flex-start;
}

.on-cart-page .create-account {
    margin-top: 24px;
}
.on-cart-page .mailchimp-newsletter {
    display: none;
}

.on-cart-page .woocommerce-additional-fields {
    display: none;
}

.woocommerce-SavedPaymentMethods-token {
    display: none !important;
}

.order-review-block .woocommerce-checkout-review-order-table {
    border-collapse: collapse;
    width: 100%;
    box-shadow: inset 0 1px 2px 0 rgba(166, 176, 200, 0.22);
    border-radius: 4px;
}

.order-review-block .woocommerce-checkout-review-order-table td,
.order-review-block .woocommerce-checkout-review-order-table th {
    border: 1px solid #e7eaf2;
    padding: 8px;
    text-align: left;
}

.order-review-block .woocommerce-checkout-review-order-table tr {
    border: 1px solid #e7eaf2;
}

.order-review-block #payment h3 {
    font-family: Lora;
    font-size: 24px;
    font-weight: 700;
    color: #373e53;
    margin-bottom: 24px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.order-review-block .wc_payment_method {
    background-color: #f3f6ff;
    box-shadow: inset 0 1px 2px 0 rgba(166, 176, 200, 0.22);
    border-radius: 4px;
    margin-bottom: 14px;
}

.order-review-block .wc_payment_method label {
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #373f53;
    display: flex;
    align-items: center;
    cursor: pointer;
    flex-wrap: wrap;
}

.order-review-block .payment_box {
    padding: 0 15px 15px 15px;
}

.order-review-block .wc-credit-card-form.wc-payment-form {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 8px;
}

.order-review-block .wc-credit-card-form.wc-payment-form > p {
    flex: 1 1;
}

.order-review-block .wc-credit-card-form.wc-payment-form > p:first-child {
    min-width: 100%;
    max-width: 100%;
}

.order-review-block .wc-credit-card-form.wc-payment-form > p label {
    padding: 0 0 6px 0;
}

.order-review-block .wc-credit-card-form.wc-payment-form > p input {
    width: 100% !important;
    display: block;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid rgba(166, 176, 200, 0.22);
    outline: none;
    height: 40px;
    padding: 0 15px;
}

.order-review-block #place_order {
    padding: 10px 25px;
    background-color: #1b3f9e;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
    position: relative;
    border: 0;
    cursor: pointer;
}

.content-wrapper .btn-go-back {
    padding: 10px 25px;
    background-color: #1b3f9e;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
    position: relative;
    margin: 20px auto;
    display: block;
    text-align: center;
    max-width: 200px;
}

.on-order-success .content-wrapper {
    padding-bottom: 20px !important;
}

#customer_details .wShippings {
    display: none !important;
}

.inner-product-page .woocommerce-message .button.wc-forward {
    display: none !important;
}

.inner-product-page .create-account p > * {
    display: block;
}

.inner-product-page .create-account p input {
    margin-top: 8px;
    width: 100%;
    display: block;
    border-radius: 4px;
    background-color: #f3f6ff;
    box-shadow: inset 0 1px 2px 0 rgba(166, 176, 200, 0.22);
    border: none;
    outline: none;
    padding-left: 15px;
    height: 40px;
    box-shadow: inset 0 1px 2px 0 rgba(166, 176, 200, 0.22);
}

.inner-product-page .return-to-shop a {
    padding: 10px 25px;
    background-color: #1b3f9e;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
    position: relative;
    display: block;
    max-width: 150px;
    text-align: center;
    margin-top: 16px;
}

.inner-product-page .woocommerce-cart-form > table {
    border-collapse: collapse;
    width: 100%;
    box-shadow: inset 0 1px 2px 0 rgba(166, 176, 200, 0.22);
    border-radius: 4px;
    margin-bottom: 60px;
}

.inner-product-page .woocommerce-cart-form > table td,
.inner-product-page .woocommerce-cart-form > table th {
    padding: 8px;
    text-align: left;
    vertical-align: middle;
}

.inner-product-page .woocommerce-cart-form > table tr {
    border: 1px solid #e7eaf2;
    background-color: #f9f9f9;
    margin-bottom: 10px;
    border-radius: 5px;
}

.inner-product-page .woocommerce-cart-form > table th {
    font-weight: 700;
}

.inner-product-page .product-remove a {
    display: flex;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    color: black;
    font-size: 22px;
}
td.product-name a {
    font-size: 20px;
    font-weight: 600;
}
.inner-product-page .product-quantity .screen-reader-text {
    display: none;
}

.actions {
    position: relative;
}

.actions .coupon {
    padding-right: 170px;
}

.actions .coupon label {
    font-size: 14px;
    font-weight: 600;
    color: #373f53;
}

.actions .coupon input[type="submit"] {
    padding: 10px 25px;
    background-color: #1b3f9e;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    max-width: 250px;
    border: 0;
    text-align: center;
}

.actions .coupon #coupon_code {
    width: 250px;
    display: inline-block;
    border-radius: 4px;
    background-color: #f3f6ff;
    box-shadow: inset 0 1px 2px 0 rgba(166, 176, 200, 0.22);
    border: none;
    outline: none;
    padding-left: 15px;
    height: 40px;
    box-shadow: inset 0 1px 2px 0 rgba(166, 176, 200, 0.22);
    margin-left: 16px;
    margin-right: 6px;
}

.actions > input.button {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 10px 25px;
    background-color: #1b3f9e;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
    border: 0;
}

@media (max-width: 768px) {
    .woocommerce-cart-form__cart-item {
        display: block;
    }

    .woocommerce-cart-form__cart-item > * {
        display: block;
        width: 100%;
        border: 0 !important;
    }

    .woocommerce-cart-form thead {
        display: none;
    }

    .actions > input.button {
        /* display: none; */
        left: 8px;
        right: 8px;
    }

    .actions .coupon {
        padding-right: 0;
        padding-top: 45px;
    }
    .actions .coupon #coupon_code {
        margin: 10px 0;
    }
    .actions .coupon label,
    .actions .coupon input {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
    }

    .on-cart-page .woocommerce-billing-fields__field-wrapper > * {
        flex-basis: 100%;
        max-width: 100%;
    }
}

.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
    height: 3em;
    width: 3em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    display: block;
    content: "";
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    background-image:url('images/proccess-loader.gif') !important;
    background-position: center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
}

.cancel-buttons {
    border: 1px solid #e7eaf5;
    padding: 15px 15px;
    border-radius: 5px;
    font-size: 14px;
    display: table;
    cursor:pointer;
    margin-top: 24px;
    transition: ease all .3s;
    background-color: #fff;
}

.cancel-buttons:hover {
    border: 1px solid #1b3f9e;
}

.cancel-buttons span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    font-weight: 600;
    font-size: 16px;
    margin-right: 10px;
}

.cancel-buttons .icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.index-container .header .image {
    bottom: auto;
    width: 450px;
}

.index-container .header .content {
    top: 50%;
    left: 30%;
}
.header-button-wrapper {
    text-align: center;
    margin-bottom: 30px;
}

.index-container .header {
    height: 700px;
}

@media (max-width: 992px) {
    .index-container .header {
        height: auto;
    }
}

@media (max-width: 1300px) {
    .index-container .header .content {
        left: 30%;
    } 
    .page-wide.header-menu-vertical-container .col-one_fifth {
        max-width: 25%;
    }
    .index-container .header .image {
        /* width: 600px; */
        display: none;
    }

    .index-container.home-page .header {
        margin-bottom: 0px !important;
    }
}

@media (max-width: 1300px) and (min-width: 767px) {
    .index-container .header .content {
        max-width: calc(70%);
    }


}

@media (max-width: 768px) {
    .index-container .header .image {
        width: 300px !important;
        bottom: -120px;
    }

    .index-container .header {
        height: 725px;
    }
}

#how-it-works-video {
    border: 7px solid #ccd0e0;
    border-radius: 6px;
    width: 674px;
    height: 385px;
    display: block;
    margin: 0 auto 80px auto;
}

@media (max-width: 768px) {
    #how-it-works-video {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        margin: 0 auto 40px auto;
    }
}

@media (min-width: 992px) {
    div.pricing-container div.header div.select-plan-container div.plans-wrapper.updated div.plan div.content-wrapper.plan-first {
        margin: 0 0 0 auto;
        margin-right: 20px;
    }
    
    div.pricing-container div.header div.select-plan-container div.plans-wrapper.updated div.plan div.content-wrapper.plan-second {
        margin: 0 auto 0 0;
        margin-left: 20px;
    }
}

.video-block-main {
    margin-top: 40px;
}

.pause {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.43;
}

.disclamer {
    max-width: 1172px;
    margin: 28px auto 0;
}

.menu-container .main.product-shop .list .item {
    width: 25%;
}

.menu-container .main.product-shop .list .content-wrapper {
    border-radius: 10px;
    border: 1px solid #F4F6FE;
    background: #FFF;
    overflow: hidden;
    position: relative;
}

.menu-container .main.product-shop .list .content-wrapper .image {
    border: none;
    box-shadow: none;
    border-radius: 0;
    position: relative;
}

.menu-container .main.product-shop .list .item:nth-child(3n+1) {
    padding-left: 10px;
}
.menu-container .main.product-shop .list .item:nth-child(4n+1) {
    padding-left: 0;
}
.menu-container .main.product-shop .list .item {margin-top: 32px;}

.col-lg-6 {
    width: 50%;
    float: left;
    display: inline-block;
}

.notice-bar.row {
    display: flex;
    width: 100%;
}

.shipping-notice {
    background-color: #1b3f9e;
    color: #FFF;
    font-size: 14px;
    font-weight: 100;
    line-height: normal;
    text-align: center;
    padding: 9px 0;
}

.shipping-notice b {
    font-weight: 100;
}

.shipping-notice.dark {
    background-color: #203575;
}

.menu-container .main.product-shop {
    padding-left: 50px;
    padding-right: 50px;
}

.product-container.on-cart-page .product-main {
    padding: 130px 10%;
    background-color: #f3f6ff
}

.product-shop .simple-product-wrapper .woocommerce-loop-product__title {
    margin: 0;
}

.product-shop .product-holder {
    padding: 20px;
}

.menu-container .main.product-shop .simple-product-wrapper .woocommerce-loop-product__title {
    color: #373E53;
    font-family: Lora;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    min-height: 42px;
}

.product-shop .simple-product-wrapper .product-holder .price {
    color: #373E53;
    font-family: 'proximaNova';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.menu-container .main.product-shop .simple-product-wrapper .woocommerce-Price-amount {margin: 10px 0 15px 0;}

.menu-container .main.product-shop .price .new-price {
    color: #FA4444;
    font-family: 'proximaNova';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-right: 8px;
}

.menu-container .main.product-shop .price .old-price {
    color: #83899B;
    font-family: 'proximaNova';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: line-through;
}

.menu-container .main.product-shop .prod-info-line {
    color: #83899B;
    font-family: 'proximaNova';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
}
.menu-container .main.product-shop .btn-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-container .main.product-shop a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    border-radius: 10px;
    background: #1b3f9e;
    font-weight: 600;
    line-height: normal;
    padding: 11px 0;
    width: 100%;
}

.quantity {
    max-width: 90px;
    margin-right: 20px;
    padding: 11px 13px;
    border-radius: 10px;
    background: #F4F6FE;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #83899B;
}

.quantity input.qty {
    width: 23px;
}

.quantity span {
    background-color: white;
    border-radius: 51%;
    width: 18px;
    height: 18px;
    display: block;
    text-align: center;
    cursor:pointer;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity input[type=number] {
    -moz-appearance: textfield;
    margin: 0 5px;
    border: 0;
    text-align: center;
    background-color: transparent;
    color: #83899B;
}
.quantity span.plus {
    line-height: 20px;
}

.quantity span.minus {
    line-height: 17px;
}

.sale-flag {
    position: absolute;
    right: 18px;
    top: 18px;
    background-color: #FA4444;
    color: white;
    border-radius: 50%;
    width: 50px;
    display: flex;
    height: 50px;
    align-content: center;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.menu-container .main.product-shop .list .content-wrapper .image .hover {
    display: none;
}

.menu-container .main.product-shop .list .content-wrapper .image:hover .hover {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0000004f;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.menu-container .main.product-shop .list .content-wrapper .image:hover .hover .btn {
    border-radius: 10px;
    border: 1px solid #FFF;
    color: #FFF;
    text-align: center;
    font-family: 'proximaNova';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 10px 30px;
}

.menu-container .main.product-shop .list .item:nth-child(3n) {
    padding-right: 10px;
}

.menu-container .main.product-shop .list .item:nth-child(4n) {
    padding-right: 0px;
}

.product-container .inner-product-page .start-cooking{
    width: 100%;
    display: inline-block;
}

.inner-product-page .summary.entry-summary {
    position: relative;
}

.details_table {
    float: left;
    width: 100%;
    padding: 70px 20%;
}

.product-main.inner-product-page .summary.entry-summary {
    padding: 71px 12%;
}

.product-main.inner-product-page .summary.entry-summary .prod-info-line {
    padding-bottom: 9px;
    position: relative;
}

.product-main.inner-product-page .summary.entry-summary .prod-info-line .sale-flag {
    top: -13px;
    width: 40px;
    height: 40px;
    font-size: 14px;
}

.product-main.inner-product-page .summary.entry-summary .prod-info-line span.weight {
    color: #83899B;
    font-family: 'proximaNova';
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.product-main.inner-product-page .summary.entry-summary h1.product_title.entry-title {
    color: #373E53;
    font-family: Lora;
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
}

.product-main.inner-product-page .summary.entry-summary .new-price {
    color: #FA4444;
    font-family: 'proximaNova';
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-right: 18px;
}

.product-main.inner-product-page .summary.entry-summary .old-price {
    color: #83899B;
    font-family: 'proximaNova';
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: line-through;
}

.product-main.inner-product-page .summary.entry-summary span.weight-price {
    padding-top: 23px;
    display: block;
    color: #83899B;
    font-family: 'proximaNova';
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.product-main.inner-product-page .summary.entry-summary .woocommerce-product-details__short-description {
    border-radius: 10px;
    border: 1px solid #F4F6FE;
    background: #F4F6FE;
    padding: 16px;
    margin-bottom: 20px;
    margin-top: 28px;
}

.pric-span {
    display: flex;
    align-content: center;
    align-items: center;
}

.product-main.inner-product-page .summary.entry-summary .woocommerce-product-details__short-description p.desc-title {
    color: #373E53;
    font-family: Lora;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
}

.details_table p.details-title {
    color: #373E53;
    font-family: Lora;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.details_table .table {
    padding-top: 26px;
}

.details_table .table .line {
    border-bottom: 1px solid #EAECF4;
    padding: 15px 10px;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.details_table .table .line:first-child {
    border-top: 1px solid #EAECF4;
}

.details_table .table .line .name {
    color: #373E53;
    font-family: Lora;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.details_table .table .line .value {
    color: #373E53;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.product-main.inner-product-page .summary.entry-summary .cart {
    display: flex;
    align-content: center;
    justify-content: flex-start;
}

.product-main.inner-product-page .summary.entry-summary .cart button.single_add_to_cart_button.button.alt {
    width: 100%;
    background: #1b3f9e;
    padding: 5px 25px;
    text-align: left;
    border-radius: 10px;
    display: flex;
    font-size: 14px;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

.product-main.inner-product-page .summary.entry-summary .cart .quantity {
    max-width: 105px;
}

.product-main.inner-product-page .summary.entry-summary .cart input {
    padding: 0;
    box-shadow: none;
    color: #1b3f9e;
    font-size: 16px;
    height: 24px;
}

.product-main.inner-product-page .summary.entry-summary .quantity span {
    color: #1b3f9e;
}

.product-main.inner-product-page .summary.entry-summary .cart button.single_add_to_cart_button.button.alt:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/themes/jchef/images/cart-add.svg);
    background-repeat: no-repeat;
    margin-right: 20px;
}

.product-main.inner-product-page {
    padding: 0;
    display: inline-block;
    width: 100%;
}

.jchef-top-banner{
    background-color: #1b3f9e;
    color: #ffffff;
    font-weight: 900;
    padding: 12px 20px;
    text-align: center;
    line-height: 1.4;
}
.jchef-top-banner a{
    text-decoration: underline;
}


@media (max-width: 992px) {
    .menu-container .main.product-shop .list .item {
        width: 50%;
    }

    .menu-container .main.product-shop .list .item:nth-child(2n) {
        padding-right: 0px;
        padding-left: 10px;
    }

    .menu-container .main.product-shop .list .item:nth-child(3n) {
        padding-left: 0;
    }

    .menu-container .main.product-shop .list .item:nth-child(4n+1) {
        padding-right: 10px;
    }
}

@media(max-width: 767px){
    .header-menu-vertical-container{
        display: none;
    }
    .menu-container .main.product-shop .list .item {
        width: 100%;
        padding: 0px!important;
    }
    .menu-container .main.product-shop .simple-product-wrapper .woocommerce-loop-product__title, .product-shop .simple-product-wrapper .product-holder .price, .menu-container .main.product-shop a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
        font-size: 12px;
    }
    .col-md-12{
        width: 100%;
    }
    .product-main.inner-product-page .summary.entry-summary h1.product_title.entry-title{
        font-size: 30px;
    }
    .product-main.inner-product-page .summary.entry-summary {
        margin-top: 0;
        padding: 5% 5%;
    }
    .details_table {
        padding: 30px 10% 20px 10%;
    }

    .product-main.inner-product-page .summary.entry-summary .new-price, .product-main.inner-product-page .summary.entry-summary .old-price {
        font-size: 23px;
    }
}

@media(max-width: 576px){
    .col-sm-12{
        width: 100%;
    }
    .notice-bar.row{
        display: block;
        padding-bottom: 35px;
    }
    .menu-container .main.product-shop {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.headerlogos.logo img{
    margin-right:15px;
    width:auto;
    height:81px;
display:inline-block;
    vertical-align:middle;
}
.headerlogos.logo {
    left: 200px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    bottom: 0;
    z-index: 9999;
}
.header-logos-text {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.56;
    margin-top: 20px;
}
@media (max-width: 1300px) {
    .headerlogos.logo{
        left: 46px;
    }

}
@media (max-width: 1023px) {
    /* .index-container .header .content {
        top: 150px;
    } */
    .headerlogos.logo{
        left: 46px;
    }
    .headerlogos.logo img:nth-child(2n) {
        margin-right:0;
    }
    .headerlogos.logo img {
        max-width: calc(50% - 18px);
        height:auto;
    }

}
.mobiletitle {
    display:none;
}
@media (max-width: 768px) {
    .mobiletitle {
        display:block;
        font-size: 14px;
        font-weight: 600;
        color: #373f53;
    }
    .headerlogos.logo {
        left: 0;
        position: relative;
        display: inline-block;
        bottom: auto;
        top: auto;
        margin-top: 100px;
    }
    .bottomlogo,
    .buttonlogos {
        white-space: normal;
        display: inline-block;
        vertical-align: middle;
        margin-top: 24px;
        width: 100%;
        text-align: center;
    }
    .buttonlogos img,
    .buttonlogos img {
        margin: 0 10px;
    }
}
@media (max-width: 480px) {
    .index-container .header {
        height: 810px;
    }
}
/* Tabs on the pricing page */
.meal-market-tab-group {
    max-width: 550px;
    margin: 40px auto;
}
.meal-market-tab-group .tab-group{
    display: flex;
    justify-content: center;
    max-width: 360px;
    margin: 0 auto;
  }
  .meal-market-tab-group .tab{
    flex-grow: 1;
    padding:5px;
    list-style:none;
    border: 1px solid #2348a3;
    text-align:center;
    cursor:pointer;
    width: 33.333%;
  }
  .meal-market-tab-group .panel-group{
    border-top:none;
  }
  .meal-market-tab-group .panel{
    display:none;
  }
  .meal-market-tab-group .tab.is-active{
    background: #2348a3;
    color:#FFF;
    transition: all 0.2s ease-out;
  }
  .meal-market-tab-group .panel.is-show{
    display:block;
  }
  .meal-market-tab-group .tab.kosher-meals-tab {
    border-radius: 4px 0 0 4px;
    border-right: none;
    line-height: 24px;
  }
  .meal-market-tab-group .tab.kosher-prepped-tab {
    border-radius: 0;
    border-right: 1px solid #2348a3;
    line-height: 24px;
  }
  .meal-market-tab-group .tab.kosher-prepped-tab.is-active svg, .meal-market-tab-group .tab.kosher-meals-tab.is-active svg {
        fill: #fff;
    }

.meal-market-tab-group .tab.kosher-market-tab {
    border-radius: 0 4px 4px 0;
    border-left: none;
    line-height: 24px;
}
.meal-market-tab-group .tab span.tab-icon {display: block;}
.pricing-container .header .plans-wrapper.plans-wrapper-version-4.plans-wrapper-crate .plan .content-wrapper .content-wrapper-inner,
.pricing-container .header .plans-wrapper.plans-wrapper-version-5.plans-wrapper-crate .plan .content-wrapper .content-wrapper-inner {
    padding: 0;
}
.pricing-container .header .plans-wrapper.plans-wrapper-version-4.plans-wrapper-crate .plan .content-wrapper .content-wrapper-inner .servings-container,
.pricing-container .header .plans-wrapper.plans-wrapper-version-5.plans-wrapper-crate .plan .content-wrapper .content-wrapper-inner .servings-container {
    padding: 0 20px;
}
.tab.kosher-market-tab.is-active ,
.meal-market-tab-group .panel.kosher-market-panel.is-show .plans-wrapper .plan .servings .item.active ,
.meal-market-tab-group .panel.kosher-market-panel.is-show  .plans-wrapper .plan .button-wrapper .button{
    background-color: #D20403;
    border-color: #D20403;
}

.tab.kosher-prepped-tab.is-active ,
.meal-market-tab-group .panel.kosher-prepped-panel.is-show .plans-wrapper .plan .servings .item.active ,
.meal-market-tab-group .panel.kosher-prepped-panel.is-show  .plans-wrapper .plan .button-wrapper .button{
    background-color: #1b9e51;
    border-color: #1b9e51;
}

/* .content-wrapper {
    display: none;
} */
.home-page-content-wrapper-section {
    position: relative;
}
/* .no-js details[open]>.vertical-menu__container, details[open].menu-opening>.vertical-menu__container, .vertical-menu[data-menu-opened]>.vertical-menu__container {
   display: none;
   z-index: 100;
} */
.vertical-menu{
    z-index: 100 !important;
}

.section-header {
    z-index: 11;
    position: relative;
}
#shopify-section-sections--15521291272276__header .header-phone-number__desktop .phone-slogan {
    color: #1b3f9e;
}
@media (max-width: 1024px) {
    .index-container .header .image {
        display: none;
    }
}
@media (max-width: 480px) {
    .pricing-container .header .plans-wrapper .plan .servings .item{
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 10px 15px;
    }
}