.elementor-62 .elementor-element.elementor-element-27ccbac{--display:flex;}/* Start custom CSS */.elementor.elementor-172,
.elementor.elementor-241 {
    display: none;
}


h3.wfs-category-title {
    color: #373273 !important;
    font-weight: bold;
    margin-top: 20px !important;
}
button.fs-btn.fs-btn-primary.button-add-to-cart.wfs-product-modal {
    background: #1f625c !important;
    border-radius: 50px;
    font-weight: bold;
}
.wfs-food-item-summery {
    font-weight: 500;
    font-size: 16px;
}
.wfs-food-item-summery a {
    font-weight: bold;
    text-transform: capitalize;
}
.wfs-cart-overview {
    background: #9a93c7 !important;
    color: #fff;
    box-shadow: 0 -3px 10px rgba(0,0,0,0.2);
}
.wfs-cart-overview i {
    color: #fff !important;
}
body .wfs-expand-cart i, 
body .wfs-compress-cart i,
body .wfs-close-cart-icon i,
body .wfs-cart-purchase-actions-mobile > a i,
body .wfs-cart-service-settings .wfs-change-service {
    color: #fff !important;
}
.fs-text-right.wfs-cart-purchase-actions-mobile {
    display: flex;
    align-items: center;
}
p.wfs-cart-expanded-header-title {
    font-weight: bold;
}
.wfs-cart-expanded.content.active {
    border-radius: 20px 20px 0 0;
}
body .wfs-cart-wrapper .wfs-close-cart-icon {
    background: #000 !important;
    border-radius: 100%;
    line-height: 1.5;
    text-align: center;
}
.wfs-cart-wrapper .wfs-close-cart-icon i {
    font-size: 14px !important;
}
.wfs-cart-actions.wfs-cart-item-edit {
    color: #000;
}
span.wfs-cart-item-price {
    font-size: 14px;
    margin-left: 20px;
}

span.wfs-cart-subtotal {
    color: #fff;
}

.wfsmodal.is-open .wfsmodal-dialog {
    margin-top: 30px;
}
header.wfsmodal-header {
    padding-top: 15px;
}
body .wfsmodal-header .modal__close {
    border-radius: 100% !important;
    width: 30px;
    height: 30px;
    line-height: 1;
    background-color: #000 !important;
}
body .wfs-modal-count input {
    background: #000 !important;
    border: none;
    font-size: 24px;
    padding-bottom: 5px !important;
}
body .wfs-modal-count .wfs-modal-quantity input {
    background: #f7f1e9 !important;
    font-size: 14px;
    font-family: 'Dosis' !important;
}
input.wfs-qty-btn.wfs-qtyminus {
    border-radius: 50px 0 0 50px !important;
}
input.wfs-qty-btn.wfs-qtyplus {
    border-radius: 0 50px 50px 0  !important;
}
body .wfsmodal-footer .wfs-modal-add-to-cart a {
    background: #1f625c !important;
    border-radius: 50px;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    line-height: 1;
}

@media (max-width: 767px) {
    .wfs-sidebar-menu ul {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
        div#wfs-sticky-sidebar {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 111111111;
        padding: 0 !important;
        box-shadow: 0 3px 19px rgba(0, 0, 0, 0.1);
    }
    .wfs-sidebar-menu ul a {
        border: none;
    }
    div#wfs-food-items {
        margin-top: 65px;
    }
    .cart-content-right {
        margin-top: -30px;
    }
}/* End custom CSS */