body {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif !important;
    font-size: 16px !important;
}
[data-component] {
    z-index: initial !important;
}
#terms.modal-index {
    z-index: 999999 !important;
}
.yummy .widget button:focus, 
.yummy .widget input:active, 
.yummy .widget input:focus, 
.yummy .widget input:hover, 
.yummy .widget textarea:active, 
.yummy .widget textarea:focus, 
.yummy .widget textarea:hover {
    -webkit-appearance: checkbox !important;
} 
.yummy .widget input {
    vertical-align: middle;
}
.yummy .widget input[type="checkbox"] {
    height: auto;
    padding: 0;
    font-size: 15px;
    line-height: 0;
    margin: 0px 0 -7px 0;
}
.yummy .widget .custom-control input[type="checkbox"] {
    -webkit-appearance: none !important;
}
.yummy input[type="radio"], 
.yummy input[type="checkbox"] {
    position: relative;
    bottom: 2px;
}
.yummy .navbar .btn {
    padding: 0 22px;
    border: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all .4s;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.yummy .btn {
    padding: 10px 22px !important;
    border: 0;
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
    transition: all .4s !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 1.5em;
}
.yummy .btn-sm {
    padding: 7px 12px !important;
    height: auto !important;
}
.yummy .text-lg {
    font-size: 16px !important;
}
.yummy .btn-lg {
    border-radius: 27px !important;
}
.yummy .form-control-sm:not(textarea) {
    height: 36px !important;
}
.yummy .sidebar section .input-icon .input-group-btn {
    right: 30px;
    bottom: 0;
    z-index: 99999;
    top: 8px;
}
.yummy h1, .yummy h2, .yummy h3 {
    letter-spacing: initial;
}

.yummy .form-container .navbar {
    background: transparent;
    padding: 0;
}
/*.yummy #billing-shipping-address #save_billing,
.yummy #billing-shipping-address #copy_billing,
.yummy #billing-shipping-address #save_shipping,
#billing-shipping-address #save_billing,
#billing-shipping-address #copy_billing,
#billing-shipping-address #save_shipping {
    height: auto;
    padding: 0;
    font-size: 15px;
    line-height: 0;
    margin: 0;
    position: relative;
}
.yummy #shipping-method .shipping-options input,
#shipping-method .shipping-options input {
    height: auto;
    padding: 0;
    font-size: 15px;
    line-height: 0;
    margin: 0px 0 -7px 0;
    -webkit-appearance: none !important;
}

#billing-shipping-address #save_billing:before {
    content: '';
    position: absolute;
    background: #ff0d0d;
    width: 16px;
    height: 16px;
    border-radius: 5px;
    top: -1px;
}
#billing-shipping-address #save_billing:checked:before {
    content: '';
    position: absolute;
    background: #304ffe;
    width: 16px;
    height: 16px;
    border-radius: 5px;
    top: -1px;
}*/





.yummy .fb-address.form-group,
.fb-address.form-group,
.yummy .fb-address.form-group .form-group,
.fb-address.form-group .form-group,
.fb-secureCC.form-group,
.yummy .fb-secureCC.form-group,
.fb-secureCC.form-group .row .form-group,
.yummy .fb-secureCC.form-group .row .form-group {
    margin-bottom: 0 !important;
}
.yummy .form_footer .btn {
    font-weight: 600 !important;
}
.yummy .form-control,
.rendered-form .form-control {
    background-color: #fff !important;
    border: 1px solid #ccc !important;
}
#checkoutSteps #checkout-method #login-form input[type="checkbox"]  {
    -webkit-appearance: checkbox;
}
#checkoutSteps #checkout-method #login-form h3 {
    text-align: center;
    margin: 15px 0 0 !important;
}
#checkoutSteps #checkout-method #login-form button {
    width: 100%;
    margin: 0;
}
#checkoutSteps #checkout-method .login-box {
    margin-bottom: 20px;
}
#checkoutSteps #checkoutForm,
#checkoutSteps #shipping-method,
#checkoutSteps #select-payment,
#checkoutSteps #order-review {
    padding: 20px 10px 10px;
}

#terms-condition.term-modal {
    display: block !important;
    opacity: 1;
    visibility: visible;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    background: rgba(0,0,0, .7);
    transition: opacity .25s ease;
    overflow-y: auto;
}
.terms-condition-container {
    border-radius: 7px;
    border-color: #e1e7ec;
    background: #fff;
    width: 60%;
    margin: 5% auto 0;
    padding: 15px;
}
#terms-condition-close {
    outline: none;
    float: right;
    background: transparent;
    border: 0;
    font-size: 23px;
    font-weight: 400;
    padding: 5px 0px;
    cursor: pointer;
    line-height: 0;
}
.terms-condition-header h4 {
    font-size: 29px;
    padding: 0 10px 10px;
    text-align: center;
}
.terms-condition-body {
    font-size: 15px;
    padding: 0 10px 10px;
}

#registration-terms-conditions-modal .modal-dialog {
    max-width: 60%;
    width: 60%;
}

#registration-terms-conditions-modal .modal-content {
    border-radius: 7px;
    border-color: #e1e7ec;
    background: #fff;
    padding: 25px;
}

#registration-terms-conditions-modal .modal-body {
    padding-top: 15px;
}

@media only screen and ( max-width: 1220px ) {
     #checkoutWizard .step-anchor li a {
        padding: 10px 0 10px 35px !important;
    }
}

@media only screen and ( max-width: 1150px ) {
    .yummy .form-control,
    .rendered-form .form-control,
    .fb-secureCC.form-group > div,
    .yummy .fb-secureCC.form-group > div {
        width: 100% !important;
    }
    #checkoutWizard .step-anchor li {
        float: none !important;
    }
    #checkoutWizard .step-anchor li a {
        padding: 10px 15px !important;
        margin: 0;
    }
    #checkoutWizard .step-anchor li a:before,
    #checkoutWizard .step-anchor li a:after {
        display: none;
    }
    #checkoutWizard #checkout-method > .row > div {
        width: 100% !important;
        flex: 100%;
        float: none !important;
        margin: 0 auto;
    }
}

@media only screen and ( max-width: 970px ) {
    .terms-condition-container {
        width: 90%;
    }
}



