/* ADDED CHANGES TO WHOLE CHECKOUT PAGE AS PART OF THE DELIVERY FREQUENCY / ONE TIME ORDER */
.border-radius-4{
    border-radius: 4px !important;
}


.delivery-frequency-wrapper{
    width: 100%;
    margin: auto;
}

.delivery-frequency-wrapper-admin{
    width: 100%;
    margin: auto;
}

.delivery-frequency-label{
    font-size: 15px;
}

.delivery-frequency-label-description{
    font-size: 13px;
    color: #595B61;
}

.delivery-frequency-coupon-message{
    border-radius: 4px;
    border: 1px solid #C6E4EA;
    background: #D6EBF0;
    padding: 12px;
    justify-content: center;
    align-items: center;
}

.delivery-frequency-coupon-message p{
    color: #25535E;
    font-size: 12px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
}

.chefgood-alert{
    display: inline-flex;
    padding: 10px 14px;
    align-items: center;
    margin-bottom: 16px;
}

.chefgood-alert.chefgood-alert-success{
    border-radius: 8px;
    border: 1px dashed #146C2E !important;
    background: #E6F2ED;

    /* Shadow/xs */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);

    color: #146C2E;
    font-size: 12px;
    font-style: normal;
    font-weight: 325;
    line-height: 150%; /* 18px */
}

.page-checkout .wrapper-customer-info{
    background-image: none !important;
    padding-top: 16px !important;
}

.checkout-section-title{
    color: #00B6B6;
    font-family: "Gotham Medium";
    font-size: 22px;
}

.force-align-left{
    text-align: left !important;
}

.cg-divider{
    height: 1px;
    background: #D8D9DA;
    width: 100%;
}

.cg-text-left{
    text-align: left !important;
}

h2.cg-field-title{
    color: #00B6B6;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 12px 0 !important;
}

h2.cg-checkout-title{
    color: #00B6B6;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.cg-gap-24{
    gap: 24px;
}

.mb-24{
    margin-bottom: 24px !important;
}

.mb-12{
    margin-bottom: 12px !important;
}

/* This overrides the custom css added to col-md-12 for order-summary */
.page-checkout .order-summary .col-md-12{
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.cg-order-summary .order-button{
    font-size: 16px;
    height: 44px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: #F37021;
}

.chefgood-coupon-message{
    display: inline-flex !important;
    padding: 12px !important;
    justify-content: left !important;
    color: #25535E;
    font-size: 12px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
}

.chefgood-alert-danger{
    display: inline-flex;
    padding: 12px;
    align-items: center;
    margin: 4px auto 0;
    text-align: left;
    border-radius: 4px;
    border: 1px solid #B3261E;
    background: #FFEFED;
}

.chefgood-alert-danger p{
    display: inline-flex;
    align-items: center;
    color: #B3261E;
    font-size: 12px;
    font-style: normal;
    font-weight: 350;
    line-height: 150%; /* 18px */
}

.chefgood-alert-danger p svg{
    margin-right: 5px;
}


.custom-checkbox input[type="checkbox"] ~ .custom-control-label.error-highlight::after{
    border: 2px solid #B3261E;
}

@media screen and (max-width: 1024px){
    .delivery-frequency-wrapper{
        width: 100%;
    }

    .cg-text-left{
        text-align: left !important;
    }

    .cg-text-pl-15{
        padding-left: 15px !important;
    }

    /* Font Size */
    .fs-14{
        font-size: 14px !important;
    }

    /* Font Weight */
    .fw-350{
        font-weight: 350 !important;
    }

    .fw-550{
        font-weight: 550 !important;
    }

    /* margin */
    .my-16{
        margin: 16px auto !important;
    }

    .my-12{
        margin: 12px auto !important;
    }

    .my-6{
        margin: 6px auto !important;
    }

    .font-style-normal{
        font-style: normal !important;
    }

    .line-height-120{
        line-height: 120%; /* 16.8px */
    }
}

@media (max-width: 575px) {

    .cg-col-sm-8{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .cg-col-sm-4{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;

    }

}
