body,
html {
    overflow: initial !important;
    scroll-behavior: smooth !important;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
li {
    list-style-type: none !important;
}
.category-content {
    padding: 10px;
}
.head-2 {
    font-weight: 700;
    text-transform: uppercase;
    color: indigo;
}
.fs-base {
    font-size: 1rem !important;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.625rem 1rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4b566b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dae1e7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.3125rem;
    box-shadow: inset 0 1px 2px transparent;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.product-title > a {
    transition: color 0.25s ease-in-out;
    color: #373f50;
    text-decoration: none !important;
}
.restaurent-banner {
    height: 300px;
}
.sidenav-container {
    height: 100%;
    width: 400px;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    overflow-x: hidden;
    padding-top: 20px;
}
.sidenav {
    min-height: 100%;
}
.main {
    width: calc(100% - 400px);
}
.quantity {
    display: inline-block;
}
.quantity .input-text.qty {
    width: 35px;
    height: 30px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 1px solid indigo;
}
.quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
}
.quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
}
.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
    padding: 5px 5px 8px;
    height: 30px;
    width: 30px;
    color: #fff;
    border: 1px solid indigo;
    cursor: pointer;
    opacity: 0.8;
}
.quantity.buttons_added .minus {
    background-color: #594a64;
    border-right: 0;
}
.quantity.buttons_added .plus {
    background-color: indigo;
    border-left: 0;
}
.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
    opacity: 1;
}
.quantity input::-webkit-inner-spin-button,
.quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}
.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
    outline: 0;
}
.no-disp {
    display: none !important;
}
.amt {
    width: 100px;
    text-align: right;
}
.food-name {
    font-size: 15px !important;
    font-weight: 600;
}
.old-price {
    background-color: rgba(255, 0, 0, 0.1);
    color: red;
    text-decoration: line-through;
}
.price-offer {
    background-color: rgba(255, 0, 0, 0.1);
    color: red;
}
.price {
    background-color: rgba(76, 0, 130, 0.1);
    color: indigo;
}
.from {
    font-size: 10px;
    font-weight: 100;
    margin-bottom: -5px;
}
.old-price,
.price,
.price-offer {
    margin: 2px;
    font-size: 15px;
    font-weight: 700;
    padding: 2px 5px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
}
.link-btn {
    background-color: indigo;
    color: #fff;
    border-radius: 50px ip !important;
}
.link-btn:hover {
    background-color: #3a0163;
    color: #fff;
    border-radius: 50px ip !important;
}
.section-food {
    border: #ccc solid 1px;
    border-radius: 20px;
    margin-bottom: 100px !important;
}
.section-head {
    margin-top: -20px;
    background-color: #f7f9ff;
    display: inline-block;
    padding: 0 10px;
}
.view-all {
    color: indigo;
    border: indigo 1px solid;
    margin-bottom: -23px;
    background-color: #f7f9ff;
}
.view-all:hover {
    background-color: indigo;
    color: #fff;
}
.cat-hide,
.f-hide,
.o-hide,
.p-hide {
    display: none;
}
.category-img {
    border-radius: 50%;
    background-color: indigo;
    padding: 10px;
    transition: box-shadow 0.3s;
    box-shadow: rgba(0, 0, 0, 0.23) 0 3px 6px;
}
.category-name {
    text-align: center;
    font-size: 15px;
    color: indigo;
    margin-top: 5px;
    margin-bottom: 20px;
}
.category-link {
    width: 100px;
    cursor: pointer;
    text-decoration: none;
}
.category-img:hover {
    box-shadow: rgba(0, 0, 0, 0.19) 0 10px 20px, rgba(0, 0, 0, 0.23) 0 6px 6px;
}
.close {
    float: right;
    padding: 2px 10px;
    border-radius: 50px;
    outline: 0;
    border: none;
    font-size: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    margin: 10px;
}
.add-cart-img {
    height: 300px;
    width: 100%;
}
.modal-content {
    overflow: hidden;
}
.cart-incre {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.crt-add-free {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.sml {
    display: block;
    font-size: 10px;
    font-weight: 300;
}
.restaurent-model-img {
    width: 100%;
    height: 300px;
}
.info-title {
    margin: auto;
    width: 80%;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.19) 0 10px 20px, rgba(0, 0, 0, 0.23) 0 6px 6px;
    padding: 20px;
    margin-top: -50px;
    background-color: #fff;
}
.item-hide {
    display: none;
}
.item-less,
.item-more {
    text-align: right;
    text-decoration: none;
    cursor: pointer;
}
.item-less {
    display: none;
}
.opt {
    color: indigo;
    cursor: pointer;
}
.opt.active {
    background-color: #f7f9ff !important;
    cursor: pointer;
    font-weight: 600;
    border-bottom: none;
}
.cat-nav {
    padding-top: 5px;
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden;
    display: block;
    white-space: nowrap !important;
    text-align: center;
}
.cat-nav .nav-item {
    display: inline-block !important;
}
.cat-nav::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}
.cat-nav::-webkit-scrollbar {
    background-color: #f5f5f5;
    height: 5px;
}
.cat-nav::-webkit-scrollbar-thumb {
    background-color: #675d6e;
    border: 1px solid #555;
}
.sticky {
    position: fixed;
    top: 55px;
    width: calc(100% - 400px);
    z-index: 1;
}
@media only screen and (max-width: 768px) {
    .sidenav-container {
        display: none;
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 998;
        padding-bottom: 50px !important;
    }
    .main {
        width: 100vw;
    }
    .sticky {
        width: 100vw;
    }
}
.close-cart {
    position: absolute;
    right: 0;
    top: 55px;
    padding: 2px 10px;
    border-radius: 50px;
    outline: 0;
    border: none;
    font-size: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    margin: 10px;
}
.card-img-top {
    transition: all 0.5s;
}
.card:hover .card-img-top {
    transform: scale(1.1);
}
.filter {
    margin: 0 10px;
    display: none;
    width: calc(100% - 20px);
    max-height: 300px;
    position: absolute;
    background-color: #fff;
    top: 58px;
    left: 0;
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px,
        rgba(0, 0, 0, 0.05) 0 4px 6px -2px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 0 0 10px 10px;
    padding: 10px 30px;
    border: #eee 1px solid;
    border-top: none;
}
.srch {
    border-color: indigo;
    background-color: rgba(255, 255, 255, 0.5);
}
.srch:focus {
    border-color: indigo;
    background-color: rgba(255, 255, 255, 0.5);
}
#filter-btn:hover {
    color: indigo;
    outline: 0;
    border-color: indigo;
    box-shadow: none;
}
#filter-btn {
    background-color: rgba(255, 255, 255, 0.5);
}
.back {
    background-repeat: repeat;
}
.srch-btn:active,
.srch-btn:focus {
    box-shadow: none !important;
    outline: 0 !important;
}
.card {
    height: 100%;
}
.card-footer {
    text-align: center !important;
    background-color: transparent !important;
    border: none !important;
    margin-top: -20px !important;
    margin-bottom: 10px !important;
}
.card-img-top {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.card-img-top img {
    width: calc(100% - 40px);
    border-radius: 50%;
    margin: 20px 20px 10px 20px;
    aspect-ratio: 1/1;
    transition: all 1s;
    object-fit: cover;
}
.card:hover .card-img-top img {
    transform: scale(1.01);
}
.search-bar {
    border-radius: 10px;
    box-shadow: rgba(9, 30, 66, 0.1) 0 4px 8px -2px,
        rgba(9, 30, 66, 0.04) 0 0 0 1px;
}
.fa-search {
    margin-right: 5px;
    transition: transform 2s;
}
.search-bar:hover .fa-search {
    transform: rotate(360deg);
}
.option {
    background-color: #fff;
    outline: 0 !important;
    border: none;
    border-radius: 10px;
    box-shadow: rgba(9, 30, 66, 0.2) 0 4px 8px -2px,
        rgba(9, 30, 66, 0.04) 0 0 0 1px;
}
.option:hover {
    background-color: indigo;
}
._active {
    background-color: indigo;
    color: #fff;
}
.option img {
    max-width: 60px;
}
.opt {
    color: indigo;
    font-size: 15px;
}
.restaurant-info a {
    display: inline-block;
    text-decoration: none;
    margin: 3px 10px;
    color: #6e02bb;
}
.restaurant-info a:hover {
    color: indigo;
}
a {
    cursor: pointer;
}
.card-food-img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 50%;
}
.minus:disabled,
.plus:disabled,
.qty:read-only {
    opacity: 0.3 !important;
}
.front {
    position: absolute;
    height: calc(100% - 50px);
    width: 100%;
    z-index: 99999999;
    background-color: rgba(255, 255, 255, 0.5);
}
.front p {
    font-weight: 600;
    font-size: 20px;
    color: rgba(76, 0, 130, 0.8);
}
.name-unit-price {
    width: 200px;
    font-weight: 500;
    font-size: 15px;
    display: grid;
    grid-template-columns: min-content auto;
}
input[type="checkbox"] {
    transform: scale(1.8);
    margin: 5px;
    margin-right: 20px;
}

/* -----------------------------------------------------------Responsive--------------------------- */


/* @media (max-width:481px) {
    .category-content {
        padding: 0;
    }
} */