/*@media only screen and (max-width:  768px){
    .orders-filters{
        display: none;
    }
}

@media only screen and (max-width:  991px){
    .orders-filters{
        display: none;
    }
}*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500&display=swap');

body {
    font-family: 'Poppins', sans-serif !important;
}

.grayscale-05:before {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(0, 0, 0, .4)
}

a {
    color: #32325d;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #32325d;
    text-decoration: none;
    background-color: transparent;
}

@media only screen and (max-width: 768px) {
    .card-status-history-driver {
        display: none;
    }

    .orders-filters {
        display: none;
    }

    .table-web {
        display: none;
    }

    .footer .col-md-12 {
        width: 40%;
    }

    .item-list-img-thumb {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media only screen and (min-width: 900px) {
    .item-list-img-thumb {
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .strip figure {
        height: 200px !important;
    }
}

#hide-filters {
    display: none;
}

.timeline {
    position: relative;
}

.timeline:before {
    position: absolute;
    top: 0;
    left: 1rem;

    height: 100%;

    content: '';

    border-right: 2px solid #e9ecef;
}

[data-timeline-axis-style='dashed']:before {
    border-right-style: dashed !important;
}

[data-timeline-axis-style='dotted']:before {
    border-right-style: dotted !important;
}

.timeline-block {
    position: relative;

    margin: 2em 0;
}

.timeline-block:after {
    display: table;
    clear: both;

    content: '';
}

.timeline-block:first-child {
    margin-top: 0;
}

.timeline-block:last-child {
    margin-bottom: 0;
}

.timeline-step {
    font-size: 1rem;
    font-weight: 600;

    position: absolute;
    z-index: 1;
    left: 0;

    display: inline-flex;

    width: 16px;
    height: 16px;
    top: 7px;
    transform: translateX(-50%);
    text-align: center;

    border-radius: 50%;

    align-items: center;
    justify-content: center;
}

.timeline-step svg,
.timeline-step i {
    line-height: 1.4;
}

.timeline-step-icon {
    border: 2px solid #e9ecef;
    background: #fff;
}

.timeline-step-xs {
    font-size: .75rem;

    width: 17px;
    height: 17px;
}

.timeline-step-sm {
    font-size: .75rem;

    width: 23px;
    height: 23px;
}

.timeline-step-lg {
    font-size: 1.75rem;

    width: 47px;
    height: 47px;
}

.timeline-content {
    position: relative;
    margin-left: 40px;
}

.timeline-content:after {
    display: table;
    clear: both;

    content: '';
}

.timeline-body {
    padding: 1.5rem;
}

@media (min-width: 992px) {


    .timeline-step {
        left: 50%;
    }

    .timeline-content {
        width: 38%;
    }

    .timeline-body {
        padding: 1.5rem;
    }

    .timeline-block:nth-child(even) .timeline-content {
        float: right;
    }

    [data-timeline-axis-color='primary']:before {
        border-color: #5e72e4;
    }

    [data-timeline-axis-color='secondary']:before {
        border-color: #f7fafc;
    }

    [data-timeline-axis-color='success']:before {
        border-color: #2dce89;
    }

    [data-timeline-axis-color='info']:before {
        border-color: #11cdef;
    }

    [data-timeline-axis-color='warning']:before {
        border-color: #fb6340;
    }

    [data-timeline-axis-color='danger']:before {
        border-color: #f5365c;
    }

    [data-timeline-axis-color='light']:before {
        border-color: #adb5bd;
    }

    [data-timeline-axis-color='dark']:before {
        border-color: #212529;
    }

    [data-timeline-axis-color='default']:before {
        border-color: #172b4d;
    }

    [data-timeline-axis-color='white']:before {
        border-color: #fff;
    }

    [data-timeline-axis-color='neutral']:before {
        border-color: #fff;
    }

    [data-timeline-axis-color='darker']:before {
        border-color: black;
    }
}

.timeline-one-side:before {
    left: 14px;
    display: inline-block;
}

.timeline-one-side .timeline-step {
    left: 15px;
}

.timeline-one-side .timeline-content {
    width: auto;
}


.timeline-one-side .timeline-block:nth-child(even) .timeline-content {
    float: none;
}

.custom-nav {
    background-color: #fff;
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.sidenav-cart {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    /*opacity: 0.95;*/
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.sidenav-menu {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    /*padding-top: 60px;*/
    /*opacity: 0.95;*/
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

#cartList {
    overflow-y: auto;
    max-height: 470px;
}

#new_address_checkout_body {
    overflow-y: auto;
    max-height: 600px;
}

.sidenav-cart-open {
    display: block;
}

.sidenav-menu-open {
    display: block;
}


.sidenav-cart-close {
    display: none;
}

.sidenav-menu-close {
    display: none;
}

.sidenav-cart a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav-menu a {
    text-decoration: none;
    display: block;
    transition: 0.3s;
}

.sidenav-cart a:hover {
    color: #f1f1f1;
}

.sidenav-cart .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav-menu .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav-menu .list-group-item {
    margin-bottom: 0 !important;
}

/*@media screen and (max-height: 450px) {
  .sidenav-cart {padding-top: 15px;}
  .sidenav-cart a {font-size: 18px;}
}*/

@media (min-width: 576px) {
    .sidenav-cart {
        max-width: 430px;
    }

    .sidenav-menu {
        max-width: 430px;
    }
}

@media (min-width: 768px) {
    .sidenav-cart {
        max-width: 430px;
    }

    .sidenav-menu {
        max-width: 430px;
    }
}

@media (min-width: 992px) {
    .sidenav-cart {
        max-width: 430px;
    }

    .sidenav-menu {
        max-width: 430px;
    }
}

@media (min-width: 1200px) {
    .sidenav-cart {
        max-width: 430px;
    }

    .sidenav-menu {
        max-width: 430px;
    }
}


.minicart-content .minicart-heading > h4 {
    margin-bottom: 0;
    padding-bottom: 25px;
}

.minicart-content .minicart-list {
    max-height: 310px;
    position: relative;
    overflow: auto;
}

.minicart-content .minicart-list > li {
    padding-bottom: 30px;
}

.minicart-content .minicart-list > li:last-child {
    padding-bottom: 0;
}

.minicart-content .minicart-list > li.minicart-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.minicart-content .minicart-list > li.minicart-product > a.product-item_remove {
    position: absolute;
    right: 15px;
}

.minicart-content .minicart-list > li.minicart-product .product-item_img {
    -webkit-flex-basis: 70px;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    max-width: 70px;
}

.minicart-content .minicart-list > li.minicart-product .product-item_content {
    -webkit-flex-basis: calc(100% - 70px);
    -ms-flex-preferred-size: calc(100% - 70px);
    flex-basis: calc(100% - 70px);
    max-width: calc(100% - 70px);
    padding-left: 20px;
    padding-right: 10px;
}

@media (max-width: 479px) {
    .minicart-content .minicart-list > li.minicart-product .product-item_content a.product-item_title {
        font-size: 14px;
    }
}

.minicart-content .minicart-list > li.minicart-product .product-item_content .product-item_quantity {
    display: block;
    padding-top: 10px;
}

.offcanvas-menu-inner {
    padding: 0 52px 0 52px;
}

.glyphicon-lg {
    font-size: 4em
}

.info-block {
    border-right: 5px solid #E6E6E6;
    margin-bottom: 25px
}

.info-block .square-box {
    width: 100px;
    /*min-height:90px;*/
    min-height: 105px;
    height: 80px;
    margin-right: 22px;
    text-align: center !important;
    background-color: #676767;
    /*padding:20px 0*/
}

.info-block.block-info {
    border-color: #5e72e4;
}

.info-block.block-info .square-box {
    background-color: #5e72e4;
    color: #FFF
}

.btn-cart {
    color: #5e72e4 !important;
}

.btn-cart:hover {
    color: #212529 !important;
    border-color: white !important;
    background-color: white !important;
}


/*-------- 2.3 Strip item --------*/
.strip {
    position: relative;
    margin-bottom: 30px;
}

.strip figure {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    height: 150px;
    border-radius: 2px;
    margin-top: 0;
}

.strip_city figure {
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    height: 300px;
}

.strip figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    z-index: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
}

.strip figure:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.strip figure a.strip_info {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    display: block;
}

.strip figure a.strip_info > small {
    position: absolute;
    background-color: black;
    background-color: black;
    left: 15px;
    top: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 8px 4px 8px;
    line-height: 1;
    font-size: 11px;
    font-size: 0.6875rem;
}

.strip figure .item_title {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 65px 15px 10px 15px;

}

.strip figure .item_title h3 {
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.strip_item_title h3 {
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.strip figure .item_title small {
    font-weight: 500;
    line-height: 1;
    font-size: 13px;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.8);
}

.strip ul {
    padding: 0;
    margin: 0;
}

.strip ul li {
    display: inline-block;
    padding-top: 12px;
    font-size: 13px;
    font-size: 0.8125rem;
}

.strip ul li:last-child {
    padding: 0;
    float: right;
}

.ribbon {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    position: absolute;
    top: 12px;
    right: 15px;
    padding: 7px 8px 4px 8px;
    font-weight: 600;
    min-width: 40px;
    z-index: 9;
}

.ribbon.off {
    background-color: #ff3300;
}

.score strong {
    background-color: #f0f0f0;
    line-height: 1;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    -ms-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
    padding: 10px 10px 8px 10px;
    display: inline-block;
    font-size: 15px;
    font-size: 0.9375rem;
}

.score span {
    display: inline-block;
    position: relative;
    top: 7px;
    margin-right: 8px;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: right;
    line-height: 1.1;
    font-weight: 500;
}

.score span em {
    display: block;
    font-weight: normal;
    font-size: 11px;
    font-size: 0.6875rem;
}

.loc_open, .loc_closed {
    position: relative;
    top: -2px;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 2px 8px;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.loc_open {
    color: #32a067;
    border: 1px solid #32a067;
}

.loc_closed {
    color: #eb5c65;
    border: 1px solid #eb5c65;
}

.take, .deliv {
    font-size: 12px;
    font-size: 0.75rem;
    position: relative;
    padding-left: 20px;
    margin-right: 10px;
    font-weight: 500;
    color: #444;
}

.take:before, .deliv:before {
    font-size: 16px;
    font-size: 1rem;
    font-family: "ElegantIcons";
    content: "\e013";
    position: absolute;
    line-height: 1;
    font-weight: normal;
}

.take.no, .deliv.no {
    text-decoration: line-through;
    color: #bbb;
}

.take:before {
    content: "\e013";
    left: 0;
    top: -1px;
}

.take.no {
    text-decoration: line-through;
    color: #bbb;
}

.deliv {
    padding-left: 30px;
    margin-right: 0;
}

.deliv:before {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: 'food';
    content: '\0074';
    left: 0;
    top: -4px;
}

/*Mobile menu front*/
.mobile-menu {
    display: none;
}

@media (max-width: 991.98px) {
    .mobile-menu {
        display: block;
    }

    .web-menu {
        display: none;
    }
}

.masthead {
    height: 400px;
    min-height: 400px;
    /*background-image: url('https://source.unsplash.com/BtbjCFUvBXs/1920x1080');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.avatar-custom {
    font-size: 1rem;

    display: inline-flex;

    width: 48px;
    height: 48px;

    color: #fff;

    background-color: #adb5bd;

    align-items: center;
    justify-content: center;
}

.avatar-custom img {
    width: 100%;
}

#map_location, #map_area {
    height: 500px !important;
    width: 100% !important;
}

#map2 {
    height: 400px !important;
    width: 100% !important;
}

#map3 {
    height: 220px !important;
    width: 100% !important;
}

.container-pages, #container-restorant {
    min-height: 300px !important;
}

#address-complete-order {
    padding-top: 45px;
}

[v-cloak] {
    display: none;
}

.container-payment {
    min-height: 550px !important;
}

.payment-image {
    transition: transform .2s; /* Animation */
    margin: 0 auto;
}

.payment-image:hover {
    transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    cursor: pointer;
}


.blob {
    background: black;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    margin: 10px;
    height: 10px;
    width: 10px;
    transform: scale(1);
    animation: pulse-black 2s infinite;
}

.blob.red {
    background: rgba(255, 82, 82, 1);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
    animation: pulse-red 2s infinite;
}

.blob.redstatic {
    background: rgba(255, 82, 82, 1);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
}

@keyframes pulse-red {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
}

.blob.green {
    background: rgba(51, 217, 178, 1);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
    animation: pulse-green 2s infinite;
}

.blob.greenstatic {
    background: rgba(51, 217, 178, 1);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
}

@keyframes pulse-green {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
    }
}


.blob.orange {
    background: rgba(255, 121, 63, 1);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 1);
    animation: pulse-orange 2s infinite;
}

.blob.orangestatic {
    background: rgba(255, 121, 63, 1);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 1);
}

@keyframes pulse-orange {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
    }
}


/**
* The CSS shown here will not be introduced in the Quickstart guide, but shows
* how you can use CSS to style your Element's container.
*/
.StripeElement {
    box-sizing: border-box;

    height: 40px;

    padding: 10px 12px;

    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;

    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

#main-content {
    min-height: 350px !important;
}

#address_map, #new_address_map {
    height: 280px;
}

/*Pagination mobile responsive*/
@media screen and ( max-width: 520px ) {

    li.page-item {

        display: none;
    }

    .page-item:first-child,
    .page-item:last-child,
    .page-item.active {

        display: block;
    }
}

/*Pagination mobile responsive end here*/

/*Restaurant content*/
/*#restaurant-content{
    min-height: 350px !important;
}

@media screen and ( max-width: 520px ){
    #restaurant-content{
        min-height: 650px !important;
        margin: auto;
    }
}*/

/*Restaurant content end here*/

#clear_area {
    display: none;
}

#search_location:hover {
    color: #e05146;
}

.search-icon {
    display: inline;
    vertical-align: text-bottom;
    min-width: 10px;
    margin-right: 20px;
}

.search {
    color: #b80d55;
    fill: #b80d55;
}

.pac-container {
    background-color: #FFF;
    z-index: 100001;
    position: fixed;
    display: inline-block;
    float: left;
}

.modal {
    z-index: 100001;
}

.modal-backdrop {
    z-index: 100000;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 88px;
    z-index: 1000;
}

@media only screen and (max-width: 950px) {
    .sticky {
        top: 70px;
    }
}

.tabbable .nav-pills {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
}

.tabbable .nav-pills .nav-link {
    white-space: nowrap;
}

#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#scrollTopBtn:hover {
    background-color: #32325d;
}

.btn-time-to-prepare {
    margin-top: 5px;
    width: 69px !important;
}

.city_title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 16px;
    font-size: 1.5rem;
}

.city_letter {
    position: absolute;
    bottom: 0px;
    display: block;
    left: 0px;
    margin-left: -16px;
    margin-bottom: -90px;
    font-size: 14rem;
    font-weight: 700;
    font-family: sans-serif;
}

.strip figure .city_letter {
    opacity: 0%;
    text-transform: uppercase;
    transition: opacity 0.8s;
    z-index: 1;
}

.strip figure:hover .city_letter {
    opacity: 70%;

    transition: opacity 0.8s
}


.strip figure .city_title {
    opacity: 100%;
    transition: opacity 0.8s;
    z-index: 1;
}

.strip figure:hover .city_title {
    opacity: 50%;
    transition: opacity 0.8s
}


.super_title {
    font-size: 11rem;
    opacity: 6%;
    margin-top: -11rem;
    padding: 0;
    margin-bottom: -5.8rem;
}

#system_settings {
    padding-left: 50px;
}

.bg-tipntag-light {
    background-color: #f6f9fc;
}

span.select2-selection.select2-selection--single {
    outline: none;
}

.bg-payment {
    color: darkslategray;
    background-color: #ffc107;
}

.navbar-vertical .navbar-nav .nav-link > i {
    min-width: 1.5rem;
}

body.loading .app-loader {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .app-loader {
    display: block;
}

.app-loader {
    display: none;
    position: fixed;
    z-index: 100000000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .6) url('/custom/img/loader.gif') 50% 50% no-repeat;
    background-size: 50px;
}

.cursor-pointer {
    cursor: pointer;
}

.grayscale-05:before {
    background-color: rgba(0, 0, 0, .2);
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

.btn-primary {
    color: #fff;
    background-color: #FF7768;
    border-color: #FF7768;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.btn-primary:hover {
    color: #fff;
    background-color: #e05146;
    border-color: #e05146;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #FF7768;
    border-color: #FF7768;
}

.text-primary {
    color: #FF7768 !important;
}

a.text-primary:hover {
    color: #e05146 !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #FF7768;
}

.nav-pills .nav-link {
    color: #FF7768;
}

.btn {
    font-weight: 500 !important;
}

.btn-neutral {
    color: #FF7768;
}

.btn-cart {
    color: #FF7768 !important;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #FF7768 !important;
    border-color: #FF7768 !important;
}

.btn-outline-primary {
    color: #FF7768;
    border-color: #FF7768;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #FF7768;
    border-color: #FF7768;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #FF7768;
    border-color: #FF7768;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #FF7768;
}

.bg-gradient-primary {
    background-image: linear-gradient(to right top, #FF7768, #e98574, #e68b7c, #e39183, #df978b) !important;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #FF7768;
    border-color: #FF7768;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: #FF7768;
    border-color: #FF7768;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #FF7768 !important;
    border-color: #FF7768 !important;
}

.custom-toggle input:checked + .custom-toggle-slider:before {
    background-color: #FF7768 !important;
}

.custom-toggle input:checked + .custom-toggle-slider {
    border: 1px solid #FF7768;
}

/*.nav-item-category {*/
/*    height: 115px;*/
/*    min-height: 115px;*/
/*    min-width: 115px;*/
/*    max-width: 115px;*/
/*}*/

@media (max-width: 500px) {
    .nav-pills .nav-item {
        margin-bottom: 5px;
    }
}

.bitesnbags-menu-categories-list {
    margin-bottom: 3px;
}

.nav-pills .nav-item {
    margin-bottom: 3px;
}


.bitesnbags-img-fluid {
    width: 150px;
}

.pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
}

.bitesnbags-menu-categories-list .nav-link {
    border-radius: 10px;
}

@media only screen and (max-width: 900px) {
    .h3, h3 {
        font-size: 1.3rem;
    }

    .bitesnbags-img-fluid {
        width: 100px;
    }

    .section-profile-cover .carousel-item img {
        object-fit: contain;
        height: 388px;
    }

    .section-profile-cover img.res-cover-img {
        object-fit: contain;
        height: 388px;
    }

    .section-profile-cover {
        height: 388px;
    }

    .ml-mobile-3 {
        margin-left: 1rem !important;
    }

    .menu-search-box-cont {
        padding-top: 4em !important;
    }

    #place-menu-promo-code-img {
        width: 100%;
    }
}

#area-fees-table_length, #area-fees-table_filter, #area-fees-table_info, #area-fees-table_paginate {
    margin: 25px;
    font-size: 14px;
    color: #8898aa !important;
}

.page-item.active .page-link {
    border-color: #FF7768 !important;
    background-color: #FF7768 !important;
}

.badge-primary {
    color: #fff;
    background-color: #FF7768;
}

.nav-pills .nav-item {
    padding-right: 0 !important;
    margin-right: 15px !important;
}

.nav-pills .nav-link {
    padding: 10px !important;
}

.notice-msg {
    padding: 1rem 1.5rem;
    font-size: .875rem;
    border-radius: .25rem;
    background-color: #fc7c5f;
    border: 0 #fc7c5f;
    color: white;
}

.sidenav-menu {
    left: 0 !important;
    right: unset !important;
}

.fa-stack[data-count]:after {
    position: absolute;
    right: 0%;
    top: 0%;
    content: attr(data-count);
    font-size: 40%;
    padding: 0.6em;
    border-radius: 100px;
    line-height: 0.5em;
    color: black;
    text-align: center;
    min-width: 1.5em;
    font-weight: 500;
    border: none;
}


.text-secondary {
    color: #e15145 !important;
}

.fa-stack[data-count]:after {
    background-color: #e15145 !important;
    color: white;
}

.sideMenuHeader {
    padding-top: 60px;
    height: 370px;
}

.bg-sideMenu-header {
    background-color: #FF7768;
}

.menu-box {
    height: 100px;
    width: 100px;
    min-width: 100px;
    min-height: 100px;
    max-height: 100px;
    vertical-align: middle;
    display: table-cell;
}

.bg-circle {
    font-size: 1rem;
    font-weight: 600;
    z-index: 1;
    left: 0;
    display: inline-flex;
    width: 150px;
    height: 150px;

    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.timeline-border-circle {
    width: 30px;
    height: 30px;
    border: 1px solid red;
    border-radius: 50%;
    float: left;
    background-color: white;
}

.bitesnbags-menu-categories-list .menu-sub-box {
    border-radius: 0;
    border-top: none;
}

.main_menu_sub_categories .nav-pills .nav-item {
    margin-right: 0 !important;
}

.main_menu_sub_categories .nav-pills .nav-link {
    box-shadow: none !important;
}

.nav_sub_category_link a.menu-inactive {
    border-bottom: 2px solid #e9ecef !important;
}

.border-bottom-active {
    border-bottom: 4px solid #E68B7C;
}

.box-select-border-primary {
    border: 2px solid #ee7955 !important
}

.direction-ltr {
    direction: ltr;
}

.objectCover {
    object-fit: cover;
}

.gap-1 > * {
    margin-right: 0.25rem; /* Adjust as needed */
}

.gap-2 > * {
    margin-right: 0.5rem; /* Adjust as needed */
}

.gap-3 > * {
    margin-right: 0.75rem; /* Adjust as needed */
}

.gap-4 > * {
    margin-right: 1rem; /* Adjust as needed */
}

/* Remove margin from the last item */
.gap-1 > *:last-child,
.gap-2 > *:last-child,
.gap-3 > *:last-child,
.gap-4 > *:last-child {
    margin-right: 0;
}

.column-gap-1 > * {
    margin-bottom: 0.25rem; /* Adjust as needed */
}

.column-gap-2 > * {
    margin-bottom: 0.5rem; /* Adjust as needed */
}

.column-gap-3 > * {
    margin-bottom: 0.75rem; /* Adjust as needed */
}

.column-gap-4 > * {
    margin-bottom: 2rem; /* Adjust as needed */
}

/* Remove margin from the last item */
.column-gap-1 > *:last-child,
.column-gap-2 > *:last-child,
.column-gap-3 > *:last-child,
.column-gap-4 > *:last-child {
    margin-bottom: 0;
}

.operating-hours {
    margin-top: 25px;
    border-radius: 5px; /* Add rounded corners */
    display: flex; /* Use flexbox */
    justify-content: center; /* Center horizontally */
    align-items: flex-end; /* Align items to the bottom */
}

.operating-hours p {
    color: #000; /* Set text color */
    margin-bottom: 5px; /* Add some bottom margin */
}

.operating-hours span.font-weight-bold {
    color: #000; /* Set text color */
}

.promo-code-container {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
    margin-bottom: -8px;
    display: flex;
    align-items: center;
}

.modal-header .close {
    font-size: 24px; /* Increase the size of the close button */
}

#usePromoCodeButton {
    margin: 0 auto; /* Center the Apply Promo Code button */
    display: block;
}

.app-custom-scrollbar::-webkit-scrollbar {
    width: 10px;
}

.app-custom-scrollbar::-webkit-scrollbar-thumb {
    background: #939698;
    border-radius: 5px;
}

/* For Firefox */
.app-custom-scrollbar scrollbar-thumb {
    background-color: #939698;
    border-radius: 5px;
}
