@font-face{font-family:Averta;font-style:normal;font-weight:400;src:url(../fonts/averta_regular.woff2) format("woff2")}
@font-face{font-family:Averta;font-style:italic;font-weight:400;src:url(../fonts/averta_regularitalic.woff2) format("woff2")}
@font-face{font-family:Averta;font-style:normal;font-weight:100;src:url(../fonts/averta_light.woff2) format("woff2")}
@font-face{font-family:Averta;font-style:normal;font-weight:700;src:url(../fonts/averta_bold.woff2) format("woff2")}

.onlineorder-wrapper {
    display: flex;
}

.onlineorder-categories {
    overflow: auto;
}

.onlineorder-categories,
.onlineorder-cart {
    flex: 1;
    position: sticky;
    max-height: calc(100vh - 7rem - 10px);
    top: 7rem;
}

.onlineorder-cart .minicart {
    height: 100%;
}

.onlineorder-cart .minicart .minicart-items {
    height: calc(100% - 110px);
    padding-right: 10px;
}

.onlineorder-foodslist {
    flex: 40%;
    margin-left: 3rem;
    background: #fff;
    padding: 2rem;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 13%);
}

.onlineorder-categories a {
    display: block;
    margin-top: 10px;
}

.onlineorder-foodslist h4 {
    border-bottom: 1px solid #000;
}

.onlineorder-foodslist .btn {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 0;
    margin-bottom: 2rem;
    width: 100%;
    border-bottom: 1px solid;
}

.onlineorder-cart .your-cart {
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1rem;
}

ul.products {
    list-style: none;
    padding: 0 !important;
}

ul.products * {
    font-family: Averta;
}

ul.products li.product {
    border-bottom: 1px solid #f7f7f7;
}

ul.products li.product:last-child {
    border-bottom: none;
}

ul.products li.product a {
    padding: 24px 0;
    display: block;
}

ul.products li.product a:hover,
ul.products li.product a:active,
.woocommerce-Price-amount,
.product_title {
    color: #333 !important;
}

ul.products li.product .title {
    font-size: .875rem;
}

ul.products li.product .description {
    color: #9b9b9b;
    font-size: 86%;
}

.onlineorder-wrapper {
    color: #333;
    font-family: Averta;
}

.wc-quick-view-product-summary {
    overflow: auto;
    max-height: 80vh;
}

.product_title, .woocommerce-Price-amount {
    font-weight: 700 !important;
    font-size: 18px !important;
}

.wc-quick-view-modal .product,
.wc-quick-view-product-summary {
    height: 100%;
}

.tc-chars {
    display: none;
}

.tmcp-field-wrap {
    box-shadow: none;
}

#wrapper {
    background: #F7F7F7 !important;
}

.onlineorder-cart {
    list-style: none;
    background: #fff;
    padding: 2rem;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 13%);
    margin-left: 1rem;
}

.onlineorder-wrapper.mobile .onlineorder-cart {
    position: fixed;
    bottom: auto;
    left: 0;
    top: calc(100% - 60px);
    right: auto;
    width: 100%;
    height: 100vh;
    max-height: none;
    margin: 0;
    padding: 0;
    background: #fff;
    box-shadow: 0px 0px 0px 3px #212529;
    z-index: 100;
    transition: all 300ms ease;
}

.onlineorder-wrapper.mobile .onlineorder-cart.expanded {
    top: 0;
}

.onlineorder-wrapper.mobile .onlineorder-cart .fa-angle-up {
    transition: all 300ms ease;
}
.onlineorder-wrapper.mobile .onlineorder-cart.expanded .fa-angle-up {
    transform: rotate(-180deg);
}

.onlineorder-wrapper.mobile .onlineorder-cart .expand-cart {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: inset 0 -1px 0 0 #dfdfdf;
}

.onlineorder-wrapper.mobile .onlineorder-cart .expand-cart,
.onlineorder-wrapper.mobile .onlineorder-cart .minicart {
    padding: 15px;
}

.onlineorder-wrapper.mobile .onlineorder-cart .minicart {
    height: 80%;
}

.modal-product .title,
.modal-product .price {
    font-weight: bold;
}

.modal-product .description {
    font-size: small;
    color: #9b9b9b;
}

.detail-item {
    border: solid #f7f7f7;
    border-width: 1px 0 0;
    padding: 0.75rem 0;
}

.detail-item .product-title {
    font-size: .75rem;
    font-weight: 700;
}

.detail-item .product-meta {
    color: #9b9b9b;
    font-size: .75rem;
}

.detail-item .woocommerce-Price-amount {
    font-weight: 700 !important;
    font-size: .75rem !important;
}

.onlineorder-foodslist .product.outofstock {
    opacity: .5;
}

.product-details .btn-remove {
    font-size: 2rem;
    float: right;
    line-height: 0;
    width: 30px;
}

.modal .tm-extra-product-options {
    visibility: visible;
}

.modal .tm-extra-product-options .tmcp-ul-wrap {
    width: 100%;
}

.modal .tm-extra-product-options .tc-cell, .tc-cell {
    margin: 0px 5px;
}

.modal .tm-extra-product-options label {
    margin: 0;
}

.modal .tm-extra-product-options textarea {
    display: block;
}

.modal .form-check {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 4%);
}

.modal .form-check-label {
    clear: none;
    text-transform: none;
    margin: 0;
    padding: 1rem;
}

.modal #add_to_cart textarea {
    height: 100px;
}

.modal #add_to_cart label{
    text-transform: none;
    margin: 0;
}

.product-details .qty button {
    border: 1px solid;
    border-radius: 25px;
    width: 25px;
    height: 25px;
    background: none;
    font-size: 12px;
    padding: 0;
}

.product-details .qty .num {
    margin: 0 10px;
}

@media (min-width: 992px) {
    .onlineorder-wrapper.desktop {
        display: flex;
    }
    .onlineorder-wrapper.mobile {
        display: none;
    }
    .checkoutspinner {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 991px) {
    .onlineorder-wrapper {
        flex-direction: column;
    }
    .onlineorder-categories {
        position: sticky !important;
        top: 0;
    }
    .onlineorder-wrapper.desktop {
        display: none;
    }
    .onlineorder-wrapper.mobile {
        display: block;
    }
    .onlineorder-foodslist {
        margin: 0;
    }
}