/** Shopify CDN: Minification failed

Line 194:0 Unexpected "}"

**/
.toggle-container-half-order {
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 30px;
}

.toggle-container-half-order .toggle-inputs {
    background-color: #F3F4F5;
    min-height: 40px;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    padding-top: 18px;
    border-radius:12px
}

.toggle-container-half-order h3 {
    color: #364153;
    font-size: 13px;
    margin-bottom: 0px;
    font-weight: 700 !important;
    font-family:Satoshi;
    text-transform: uppercase;  
}

input[type="radio"] {
    display: none;
}

.toggle-label {
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    min-height:40px;
    color: #D36548;
    background-color: transparent;
    cursor: pointer;
    transition: all .3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Satoshi';
    width: 50%;
    border-radius: 8px;
    position: relative;
    text-transform: uppercase;
    padding: 10px 20px;
}

body input[type="radio"]:checked+.toggle-label {
    background-color:#FFFFFF!important;
    border: 1.5px solid #6B7D8F!important;
    color: #D36548 !important;
}

.product-meal-plan-right.active-meal_form .delivery-button-option {
    background-color: #F3F4F5;
    /* min-height: 70px; */
    padding: 10px;
    border-radius: 8px;
    display: flex;
}

.product-meal-plan-right.active-meal_form .delivery-button {
    text-align: center;
    font-weight: 700;
    color: #4a4a4a;
    background-color: transparent;
    cursor: pointer;
    transition: all .3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Satoshi';
    width: 50%;
    border-radius: 8px;
}

.product-meal-plan-right.active-meal_form .delivery-button.selected-option {
    
    border: 1px solid #6B7D8F;
}

.off_text {
    background: #1A2744 !important;
    color: #FFFFFF !important;
    border-radius: 40px !important;
    font-size:9px !important
}

body .off_text.meals {
    bottom: unset !important;
    top: 2px !important;
    left: 2px !important;
    padding: 5px 8px !important;
    box-shadow: 0px 1px 2px -1px #0000001A !important;
    font-size: 10px !important;
    line-height: 10px !important;

}

.off_text {
    bottom: unset !important;
    top: 2px !important;
    left: 2px !important;
    padding: 5px 8px !important;
    box-shadow: 0px 1px 2px -1px #0000001A !important;
    font-size: 10px !important;
    line-height: 10px !important;
    text-transform: capitalize;
}

.newHalfOrder {
    position: relative;
    transition: 0.5s;
}

.newHalfOrder .line {
    position: absolute;
    top: 7px;
    right: 0;
    bottom: 9px;
    left: 0;
    border-right: 4px solid white;
    z-index: 1;
    transform: translate(0);
    transition: .3s;
}

.newHalfOrder .halfImage {
    height: 66px;
    width: 74px;
    left: 50%;
    position: absolute;
    top: 49%;
    transform: translate(-50%, -50%);
    transition: .3s;
}

.newHalfOrder .mainImage {
    position: relative;
    height: 80px;
    width: 88px;
    transition: 0.3s;
    clip-path: inset(0px 0% 0px 0px);
}

.newHalfOrder.active .mainImage {
    clip-path: inset(0px 46.6704% 0px 0px);
    transition: 0.3s;
}

.newHalfOrder.active .line {
    transform: translateX(-46%);
}

body .delivery-button {
    border: 1px solid !important;
    background: transparent !important;
    border-color: transparent !important;
    padding-top: 21px !important;
    padding-bottom: 21px !important;
}

body .delivery-button.selected-option {
    border: 1px solid #6B7D8F !important;
    color: #D36548 !important;
    background: #FFFFFF !important;
}

body .delivery-button  span.week-number-text{
    color: #344154 !important;
}

body .delivery-button.selected-option  span.week-number-text{
    color: #D36548 !important;
}

body .delivery-button div{

        flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
    
}

@media screen and (max-width: 767px) {
    .priceSummery span:last-child{
        font-size: 14px !important;
    }
}