.bestSellingCusineImage {
    height: 264px;
    object-fit: cover;
}

.bestSellingRestaurantsImage {
    height: 146px;
    object-fit: cover;
}

.iconSearch{
    height: 30px !important;
    width: 30px !important;
}

@media (max-width: 500px) {
    .bestSellingCusineImage {
        height: 180px;
    }

    .bestSellingRestaurantsImage {
        height: 146px;
        object-fit: cover;
    }
}

.table-action .button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    font-size: 12px;
}

.table-action .fa-eye {
    background-color: #008BBA;
    -webkit-box-shadow: 0px 6px 10px rgba(0, 139, 186, 0.24);
    box-shadow: 0px 6px 10px rgba(0, 139, 186, 0.24);
}

.table-action .fa-circle-exclamation {
    background-color: #FB4E4E;
    -webkit-box-shadow: 0px 6px 10px rgba(251, 78, 78, 0.24);
    box-shadow: 0px 6px 10px rgba(251, 78, 78, 0.24);
}

.badge-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding: 4px 8px;
    border-radius: 12px;
    text-transform: capitalize;
}

.badge-text.yellow {
    color: #E89806;
    background-color: #FFF4DA;
}

.badge-text.green {
    color: #1AB759;
    background-color: #E2FFEE;
}

.badge-text.blue {
    color: #008BBA;
    background-color: #E2F8FF;
}

.badge-text.red {
    color: #E93C3C;
    background-color: #FFECEC;
}

.badge-text.orange {
    color: #FFA500;
    background-color: rgba(255, 166, 0, 0.12);
}

.badge-text.violet {
    color: #7F00FF;
    background-color: rgba(128, 0, 255, 0.12);
}

.badge-text.maroon {
    color: #800000;
    background-color: rgba(128, 0, 0, 0.12);
}

.order-box.status .order-box-item b {
    width: 130px;
}

.order-table-item dt {
    white-space: normal;
}


/* For menu fixing  */
.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    background-color: var(--white);
}

.header.active {
    -webkit-box-shadow: 0px 12px 25px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 12px 25px 0px rgba(0, 0, 0, 0.06);
}

.heder-padding {
    padding-bottom: 84px;
}

@media (max-width: 767px) {
    .heder-padding {
        padding-bottom: 60px;
    }
}

.restturnt {
    min-height: 205px;
    object-fit: cover;
}


.booking-confirmation-page {
    text-align: center;
    padding: 40px 0
}

.booking-confirmation-page i {
    color: #23b35f;
    font-size: 100px
}

.booking-confirmation-page h2 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -.5px;
    margin-bottom: 15px;
    display: block
}

.booking-confirmation-page p {
    font-size: 20px;
    display: block
}

.booking-confirmation-page a.button:before {
    display: none
}

.booking-confirmation-page a.button {
    padding: 11px 35px;
    background-color: #eee;
    color: #444;
    font-weight: 600;
    font-size: 16px
}

.book-now.button {
    padding: 9px;
    margin-bottom: -4px
}

@media (max-width:991px) {
    .booking-confirmation-page i {
        font-size: 100px
    }

    .booking-confirmation-page p {
        font-size: 18px
    }

    .booking-confirmation-page h2 {
        font-size: 30px
    }
}

.custom-map {
    width: 100%;
    min-height: 300px;
}

.banner-search {
    /* box-shadow: 0px 6px 32px rgba(237, 32, 73, 0.12); */
    box-shadow: 0px 6px 32px rgba(0, 0, 0, 0.12);
}

.coupon-label {
    border-radius: 0 5px 0 0;
    padding: 1px 6px;
    background-color: #f91942;
    position: absolute;
    top: 6%;
    left: 0%;
    color: white;
    font-size: 13px;
    font-weight: bold;
}


.add-review-box h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #1F1F39;
}

.add-review-box .comment-notes {
    font-size: 12px;
    color: #ba0000;
}

.sub-rating-title,
.reviewLabel {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #1F1F39;
}

.shop-modal-review svg.active {
    fill: #E89806;
    stroke: #E89806;
}

.shop-modal-review svg {
    fill: #aba9a9;
    stroke: #aba9a9;
}

.shop-modal-review li dl {
    gap: 4px;
}

.shop-modal-review {
    height: 210px;
    overflow-y: scroll;
}

.sub-ratings-container .leave-rating label {
    position: relative;
    font-size: 16px;
    margin-right: 5px;
}

.sub-ratings-container .leave-rating label:before {
    color: #74736e !important;
}

.sub-ratings-container .leave-rating input[type=radio]~label:after {
    content: "\f005";
    position: absolute;
    left: 0;
    color: #ffc600;
    opacity: 0;
    transition: .2s;
}

.leave-rating input[type=radio]:checked~label:after,
.leave-rating input[type=radio]:hover~label:after {
    opacity: 1
}

.leave-rating {
    transform: rotateY(180deg);
    display: flex;
    justify-content: end;
    margin-left: -4px;
}


.filter-group {
    overflow: visible;
    position: relative;
    z-index: 99;
}

.custonDropdown,
.custonDropdown:hover,
.custonDropdown.show,
.custonDropdown.show:focus,
.custonDropdown.active,
.custonDropdown:first-child:active,
.custonDropdown:focus-visible {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 20px;
    padding: 0px 36px 0px 12px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: capitalize;
    color: #1F1F39;
    background-color: #F7F7FC;
    border: 1px transparent;
    box-shadow: 0 0 0 0rem rgba(var(--bs-btn-focus-shadow-rgb), .0);
    padding: 8px 28px 8px 12px;
    border-radius: 20px;
    /* background: #ddd; */
}

.custonDropdown::after {
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    content: "\f078" !important;
    border-top: 0 solid;
    border-right: 0 solid transparent;
    border-bottom: 0;
    border-left: 0 solid transparent;
    font-size: 13px;
    bottom: 6px;
    position: absolute;
    right: 10px;
    color: #EE1D48;
}

.cDrop {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .18);
    border-radius: 4px;
    box-shadow: 0 12px 35px 2px rgba(0, 0, 0, .12);
    padding: 20px 24px;
    overflow-y: auto;
    white-space: normal;
    width: 460px;
    transform: translate(-50%, 2px) !important;
    left: 50%;
    position: absolute;
    display: none;
    z-index: 999;
}

.cDrop.active {
    display: block;
}

.panel-buttons {
    width: 100%;
    margin-top: 13px;
}

button.panel-apply,
button.panel-cancel {
    background: 0 0;
    padding: 5px 16px;
    display: block;
    outline: 0;
    border: none;
    font-weight: 600;
    float: right;
    margin: 0;
    font-size: 15px;
    border-radius: 50px;
    background-color: #66676b;
    color: #fff;
    transition: all .3s;
}

button.panel-cancel {
    float: left;
    background-color: #f0f0f0;
    color: #666;
    opacity: 1;
}

button.panel-apply {
    background-color: #f91942;
}

.clearBtn {
    color: #f91942;
}

/* Range */
.rangeslider__fill {
    background: red;
}

.rangeslider--horizontal .rangeslider__fill {
    left: 0px;
}

.rangeslider__handle {
    width: 25px;
    height: 25px;
}

.rangeslider--horizontal {
    height: 8px;
}

.radiousTxt p {
    color: #1F1F39;
}

.kilo {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #1F1F39;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.dateshow,
.guestQty {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #1F1F39;
}

/* Custom CheckBox */
.checkNew .form-group {
    display: block;
    margin-bottom: 12px;
}

.checkNew .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkNew .form-group label {
    position: relative;
    cursor: pointer;
}

.checkNew .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #EE1D48;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.checkNew .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 7px;
    width: 6px;
    height: 14px;
    border: solid #EE1D48;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


.cart-switch-input:checked+label {
    color: var(--white);
    background-color: #EE1D48;
}


.form-control.is-invalid~.invalid-feedback {
    display: block !important;
}

.checkNew {
    max-height: 250px;
    overflow-y: scroll;
}

.panel-buttons {
    display: block;
    background: #fff;
}

@media (max-width: 1199px) {
    .cDrop {
        width: 100%
    }
}

@media (max-width: 768px) {
    .cDrop {
        width: 280px;
        transform: translate(0%, 0px) !important;
        left: 0px;
    }
}

@media (max-width: 575px) {
    .cDrop {
        width: 100%;
        transform: translate(0%, 0px) !important;
        left: 0px;
    }
}

.linkTxt {
    color: #000;
    text-decoration: underline;
}

.linkTxt:hover {
    text-decoration: underline;
}


.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block;
}


.rest-name {
    display: flex;
    align-items: center;
}

.rest-name .dot {
    height: 11px;
    width: 11px;
    border-radius: 50%;
    cursor: pointer;
}

.rest-name .dot.on {
    background: #33cc33;
}

.rest-name .dot.off {
    background: #EE1D48;
}

/* laravel Painate css */
.custormpaginate {
    display: flex;
    justify-content: end;
}

.custormpaginate nav {
    margin-left: auto;
    display: inline-flex;
}

.custormpaginate .pagination .page-link,
.custormpaginate .pagination .page-link:focus-within,
.custormpaginate .pagination .page-link:focus {
    height: 35px;
    width: 35px;
    border-radius: 0px;
    border: 1px solid #D9DBE9;
    color: #1F1F39;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
    background: transparent;
    line-height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
}

.custormpaginate .pagination .page-item:first-child .page-link,
.custormpaginate .pagination .page-item:last-child .page-link {
    font-size: 28px;
    /* margin-top: -2px; */
}

.custormpaginate .pagination .page-item.active .page-link {
    border-color: #EE1D48;
    background-color: #EE1D48;
    color: #fff;
}

.custormpaginate .pagination .page-item {
    margin: 3px;

}

.custormpaginate .pagination .page-link:hover {
    border-color: #EE1D48;
    color: #EE1D48;
}

.custormpaginate .page-item.disabled {
    opacity: 0.7;
}


@media (max-width: 575px) {

    .custormpaginate .pagination .page-item {
        margin: 1px;
    }

    .custormpaginate .pagination .page-link,
    .custormpaginate .pagination .page-link:focus-within,
    .custormpaginate .pagination .page-link:focus {
        height: 25px;
        width: 25px;
        font-size: 10px;
        border-radius: 3px;
    }

    .custormpaginate .pagination .page-item:first-child .page-link,
    .custormpaginate .pagination .page-item:last-child .page-link {
        font-size: 20px;
    }
}


/* Loader js */
.loader-container {
    /* display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px; */
    position: relative;
}

.loader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.lazy {
    display: none;
    /* Hide the actual image initially */
}

.form-control.is-invalid~.invalid-feedback {
    display: block !important;
}

.showAddress,
.showAddress::placeholder {
    color: #1F1F39;
}

.address-modal-label-group select {
    width: 100%;
    height: 45px;
    padding: 0px 16px;
    border-radius: 8px;
    border: 1px solid #D9DBE9;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #1F1F39;
}

.address-modal-label-group select:focus {
    border: 1px solid #EE1D48;
}

.address-modal-details input:focus-within {
    border-color: rgba(238, 29, 72, 0.3);
}

#number::placeholder {
    opacity: 0.6;
}

.fs-12 {
    font-size: 12px;
}

@media (max-width: 991px) {

    .cart-sidebar.active {
        opacity: 1;
        visibility: visible;
        z-index: 9999;
    }
}

.contact {
    width: 100%;
    max-width: 780px;
    margin-inline: auto;
    padding-block: 48px;
}

.deliver_type {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: stretch;
    justify-content: center;
}

.deliver_type .delivery_toglle {
    padding-left: 10px;
    padding-right: 10px;
}

.deliver_type label.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    margin-top: 0;
    margin-bottom: 0;
}

.deliver_type .switch input {
    display: none;
}

.deliver_type .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f91942;
    border-radius: 50px;
    transition: .4s;
}

.deliver_type .slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    transition: .4s;
    border-radius: 50px;
}

.deliver_type input:checked+.slider:before {
    transform: translateX(30px);
}



@media (max-width: 575px) {
    .header-btn {
        height: 32px;
        width: 32px;
        padding: 0px 0px;
        border-radius: 50%;
        display: flex;
        gap: 0px;
    }

    .header-btn span {
        display: none;
    }
}

@media (max-width: 400px) {
    .header-group {
        gap: 6px;
    }
}

.product-modal-media img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.rest-media img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.my_toggle .d_delivery{
    font-weight: 400;
}

.my_toggle .d_delivery.active{
    font-weight: 600;
}

.my_toggle .d_pickup{
    font-weight: 400;
}

.my_toggle .d_pickup.active{
    font-weight: 600;
}

.modalAddressSearch{
    position: relative !important;
}

.modalAddressSearch .pac-container {
    display: block !important;
    top: 50px !important;
    left: 0px !important;
}


.dismissButton{
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
}
.header.fixed{background-image:linear-gradient(#df0053, #df0053); box-shadow:0px 7px 7px 0px rgba(0, 0, 0, 0.20);}
.header.fixed .header-cart{background:#fff;}
.header.fixed .header-cart svg path{fill:#EE1D48;}
.header.fixed .header-account-btn,.header.fixed .header-auth-navs a{background:var(--white); box-shadow:none; border: solid #c4004840; border-width:0px 1px 0px 0;}
.header.fixed .header-auth-navs a:last-child{border-right-width:0;}
.header.fixed .header-auth-navs{border:none;}
.home-feature{background:var(--white); padding:60px 0;}
.home-category{padding:60px 0;background:var(--bs-danger-bg-subtle);}
.category-card h4{text-align:center;}
.footer-widget nav a{position: relative; padding-left:15px;}
.footer-widget nav a::before{content:''; position:absolute;top:8px; left:0; height:6px; width:6px;border:solid #999; border-width:1px 1px 0 0; transform:rotate(45deg);} 
.category-list-sec{padding:30px 0;background:#f5f5f5;}
.rest-content{margin-bottom:0;}
.rest-content .rest-media{margin-bottom:30px;}
.rest-content .rest-media a{display:block; line-height:0;}
.product-category .product-card{margin-bottom:30px; background:#fff; box-shadow:1px 0px 10px rgba(0, 0, 0, .12); flex-direction: column; height:auto;}
.product-category .product-card .product-card-media{width:100%; height:250px; overflow:hidden; line-height:0;}
.product-category .product-card-content{padding:15px; gap:5px;background:#fff;}
.product-category .product-card-title{font-size:18px;line-height:25px;}
.product-category .product-card-price span{font-size:16px;}
.cart-sidebar .cart-content{top:115px; box-shadow:1px 0px 15px rgba(0, 0, 0, .12);}
.cart-sidebar .cart-title{font-size:18px;padding:10px 15px; text-align:left;}
.cart-sidebar .cart-content .cart-close{left:auto;right:15px; }
.product-category .product-card-add{padding:7px 15px;border-radius:25px; box-shadow:1px 0px 15px rgba(0,0,0,0.12);}
.product-category .product-card-add svg{width:20px!important; height: 20px !important;}
.product-card-add span{font-size:14px; line-height:20px;}
.product-card .product-card-content .product-card-text{font-size:14px; line-height:20px;}
.cart-sidebar .cart-list .cart-item{border-top:none;border-bottom:1px solid var(--border-slate);}
.cart-sidebar .cart-price-group{padding-left:45px;}
.rest-book-btn{background:var(--white); box-shadow:1px 0px 15px rgba(0, 0, 0, .12); color:var(--primary);}
.rest-book-btn:hover{color:var(--white);background:var(--primary);}
.pincode_modal .form-control{ -webkit-appearance: none; -moz-appearance: none; appearance: none; background:none; padding-right: 1rem;}
.home-category .category-card{box-shadow:1px 0px 15px rgba(0,0,0,0.30);}
.cart-amount-btn,.product-modal-footer .cart-btn{background:var(--white);color:var(--primary); box-shadow:1px 0px 15px rgba(0, 0, 0, .12);}
.cart-amount-btn:hover,.product-modal-footer .cart-btn:hover{background:var(--primary);color:var(--white);}

.cart-title{color:var(--primary);}
.cart-item{border-top:none;}
.form-btn, .form-btn-inline{background:var(--white);color:var(--primary); box-shadow:1px 0px 15px rgba(0, 0, 0, .12);}
.form-btn:hover, .form-btn-inline:hover{background:var(--primary);color:var(--white);}
.form-btn{display:inline-block; width:auto;max-width:100%; padding:5px 30px;}
.btn-login-box .form-btn,  .btn-register-box .form-btn{float:right;}
.btn-login-box::after,.btn-login-box::before{content:'';display:table;}
.btn-login-box::after{clear:both;}
.auth-tabs{padding:30px;}
.auth,.restaurant{min-height:calc(100vh - 84px);}
.auth .auth-content{box-shadow:1px 0px 15px rgba(0, 0, 0, .12);}
.delivery-slot-group .form-check{align-items:center; margin-bottom:10px; padding-left:0;}
.delivery-slot-group .form-check .form-check-label span{font-size:13px!important; margin:0!important;}
.checkout-summary-price-list li{font-size:13px;}
.checkout-card{box-shadow:1px 0px 15px rgba(0, 0, 0, .12); margin-bottom:0;}
.checkout-summary{padding:16px;box-shadow:1px 0px 15px rgba(0, 0, 0, .12);}
.auth-header{padding:0;text-align:left; margin-bottom:20px;}
.auth-header h3{margin:0;}
.settings .settings-navs{border:1px solid #eee;padding:0;}
.settings-title{font-size:20px;}
.settings .settings-navs{border-radius:16px;}
.settings .settings-navs > a{border-bottom:1px solid #eee; gap:15px;}
.settings .settings-navs > a:last-child{border-bottom:none;}
.settings .table tr{border-bottom:1px solid #eee;}
.rest-col{background-image:linear-gradient(#fff, transparent);}
.dummy-img{text-align:center; margin-top:30px;}
.dummy-img img{width:auto; height:auto; max-height:400px; max-width:100%;}
.cart-empty{height:auto;margin-bottom:30px;}
.product-modal-footer{justify-content:flex-end;}
.product-modal-footer .cart-btn{width:auto; padding:5px 30px; border-radius:25px;}
.product-modal-footer .cart-btn:hover,.product-modal-footer .cart-btn:focus{color:var(--white);}
.product-modal-footer .cart-btn svg{fill:var(--primary);}
.product-modal-footer .cart-btn:hover svg,.product-modal-footer .cart-btn:focus svg{fill:var(--white);}
.banner-title{margin-bottom:0;}
.section-subtitle{color:#999;margin-bottom:0;}
.footer-logo{display:none;}
.otp-box{display:flex;gap:5px;}
.otp-box .form-control{width:auto!important; max-width:55px; height:auto; border-radius:5px;padding:10px;}

@media (max-width: 767px) {
.home-banner{padding-top:30px;}
.banner-title{text-align:center; font-size:25px; line-height:35px;}    
.header-content{height:70px;}
.heder-padding{padding-bottom:70px;}
.header-logo img{width:100px;}
.home-category,.home-feature{padding:30px 0;}
.section-title{margin-bottom:30px;}
.auth{background-size:100%; background-position:bottom;}
}
@media (max-width: 575px) {
.footer-title {display:none;}
.footer-widget{margin-top:5px;}
.footer-about p{font-size:14px; line-height:20px;margin-bottom:7px;}
.footer-widget nav{gap:30px; flex-direction:row; justify-content:space-between;}
.footer-widget nav a{font-size:14px; line-height:22px;}
.footer-contact ul li span{font-size:14px; line-height:22px;}
.footer-about{margin-bottom:10px;}
.footer-contact{border-top:1px solid #FFE8ED; padding-top:15px; margin-top:15px; gap:0;}
.footer-contact ul{flex-direction:row; gap:30px; justify-content:space-between; width:100%; font-size:14px;color:#666;}
.footer-bottom{margin-top:15px;}
.header-account-btn, .header-selection-btn,.header-auth-btn{width:36px; height:36px; border-radius:50%; border:none;background:#fff;}
.cart-title{font-size:20px;}
.cart-item{padding:15px 0; border-top:none;border-bottom:1px solid var(--border-slate);}
.cart-price-group{padding:15px 0 0 0;}
.header.fixed .header-auth-navs a{border-radius:0;border-width:0;}
.product-modal-media button{top:0; right:0;}
.settings .table tbody tr td{padding:7px 5px!important; font-size:14px; line-height:20px;}
.settings-group.active .settings-navs{padding:0;}
.settings .settings-navs{border-radius:0px 0px 16px 16px;}
.product-modal-media img{height:250px;}
.feature-swiper .swiper-slide svg{margin-bottom:10px;}
.feature-swiper .swiper-slide h3{font-size:18px; line-height:25px;margin-bottom:5px;}
.feature-swiper .swiper-slide p{font-size:14px;line-height:20px;color:#666;}
.category-list-sec{padding:0;}
.auth-tabs{padding:30px 15px;}
.otp-box .form-control{max-width:45px;}
.dummy-img{margin:10px 0;}
.dummy-img img{max-height:200px;}
}