
.d-flex {
    display: flex;
}

.d-none {
    display: none !important;
}

.justify-content-center {
    justify-content: center;
}

.food-menu-nav-bar {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
}

.food-menu-nav-item {
    cursor: pointer;
    text-transform: uppercase;
}

.food-menu-nav-item.active{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
    border-bottom: 2px solid #e3e3e3 !important;
}

@media screen and (max-width: 767px) {
    .food-menu-nav-bar {
        display: block;
    }
    .food-menu-nav-bar li {
        width: 100%;
    }
}

.pointer {
    cursor: pointer;
}

.pointer:hover {
    background-color: rgba(201, 200, 200, 0.884);
}

.food-menu-addons {
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 8px;
    cursor: pointer;
}

.food-menu-addons .selected {
    background-color: rgba(201, 200, 200, 0.884);
}

.food-menu-addons.selected {
    background-color: rgba(201, 200, 200, 0.884);
}

.food-menu-addons:hover {
    background-color: rgba(201, 200, 200, 0.884);
}

.food-addons-sections {
    max-height: 400px;
    overflow-y: auto;
}

/*.quantity-selector {*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*  }*/
/*  */
/*  .quantity {*/
/*    width: 40px;*/
/*    text-align: center;*/
/*  }*/
/*  */
/*  .quantity.btn {*/
/*    background-color: #007bff;*/
/*    color: #fff;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    padding: 5px 10px;*/
/*    border-radius: 5px;*/
/*    margin: 0 5px;*/
/*  }*/
/*  */
/*  .quantity.btn:hover {*/
/*    background-color: #0056b3;*/
/*  }*/

.quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.quantity input {
    width: 40px;
    text-align: center;
}

/*.quantity button {*/
/*    cursor: pointer;*/
/*    border: none;*/
/*    background-color: #ddd;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*}*/
  .quantity button {
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 3px 10px;
    border-radius: 5px;
    margin: 0 5px;
  }

  .quantity button:hover {
    background-color: #0056b3;
  }


.quantity input[type="number"] {
    width: 40px;
    text-align: center;
    -moz-appearance: textfield; /* Firefox */
}

.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none; /* WebKit */
    margin: 0; /* Safari */
}

.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
    display: none;
}

.otp-input-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.otp-input {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    color: black;
}

.badge-notifications {
    line-height: .75rem;
    position: absolute;
    top: auto;
    display: inline-block;
    margin: 0;
    transform: translate(-40%, 0%);
    border-radius: 12rem !important;
    font-size: 9px;
    color: white;
    border: solid 1px;
    padding: 2px;
}

.card {
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

/* Custom styles for Bootstrap card body */
.card-body {
    padding: 20px;
}

/* Custom styles for card titles */
.card-title {
    color: #333;
    font-size: 1.25rem;
    margin-bottom: 10px;
}

/* Custom styles for card text */
.card-text {
    color: #666;
    font-size: 1rem;
}

/* Custom styles for card links */
.card-link {
    color: #007bff;
    text-decoration: none;
}

.card-link:hover {
    text-decoration: underline;
}

.btn-sm {
    font-size: 13px !important;
    padding: 3px 12px !important;
    height: 30px !important;
}

.cart-item {
    display: flex;
}

@media screen and (max-width: 767px) {
    .cart-item {
        flex-direction: column;
    }
}

.order-type {
    text-align: center
}

.order-type:hover {
    /*border: 1px solid #ccc; !* Border color *!*/
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.order-type-selected {
    /*border: 1px solid #ccc; !* Border color *!*/
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.address-cart {
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 8px;
    cursor: pointer;
}


.address-cart:hover {
    background-color: rgba(201, 200, 200, 0.884);
}

.address-cart.selected {
    background-color: rgba(201, 200, 200, 0.884);
}

.button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #d3d3d3; /* Change to desired background color */
    color: #000000; /* Text color */
    text-decoration: none; /* Remove underline */
    border-radius: 5px; /* Rounded corners */
    border: 2px solid transparent; /* Border */
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.button:hover {
    background-color: #c2c2c2; /* Change to desired background color */
}

.header-logo {
    height: 70px;
    object-fit:cover
}

.centered-content {
    position: absolute;
    z-index: auto;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    color: white;
    flex-direction: column;
}

.banner-description {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.banner-title {
    color: white;
    text-transform: uppercase;
    font-size: 60px;
}

.food-category-nav-bar {
    overflow-x: auto;
    overflow-y: hidden;
}

.view-cart-div {
    position: sticky;
    top: 120px;
    display: block;
}

.view-cart-div-mob {
    display: none !important;
    position: sticky;
    bottom: 0;
    background: white;
    padding: 20px;
    box-shadow: 0 -2px 11px #878787;
    align-items: center;
}
.view-cart-div-mob p {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.hr-text {
    display: flex;
    align-items: center;
    text-align: center;
    color: gray; /* Text color */
    margin: 20px 0; /* Margin around the hr */
}

.hr-text::before,
.hr-text::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #ccc; /* Line color */
    margin: 0 10px; /* Spacing between text and lines */
}

.hr-text span {
    padding: 0 10px; /* Padding around the text */
    background-color: white; /* Background color of the text to cover the line */
    font-size: 12px;
}

.customer-notification-alert {
    position: fixed;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #28a745;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 1000;
    display: flex;
    align-items: center;
}

.customer-notification-alert.show {
    top: 20px;
    opacity: 1;
}

.customer-notification-alert-close-btn {
    margin-left: 20px;
    background-color: transparent;
    color: #fff;
    border: none;
    font-size: 20px;
    cursor: pointer;
    outline: none;
}

.food-category-nav-bar {
    display: contents;
}
.food-category-select {
    display: none;
}

.dropdown-menu {
    left: 0 !important;
}
.dropdown-menu > li > a {
    color: #ffffff !important;
}
.dropdown-menu > li .active {
    background: #2e3e4e !important;
}

@media screen and (max-width: 767px) {
    .whatsapp_float {
        display: none !important;
    }

    .view-cart-div {
        display: none !important;
    }

    .view-cart-div-mob {
        display: flex !important;
        justify-content: space-between;
    }

    .header-logo {
        width: 80px;
        height: auto;
    }

    .site-top-left {
        display: none;
    }

    .slides img {

        display: none !important;
    }
    .slides li {
        background-image: url('../../../images/banner-mob.jpg');
        height: 700px;
        background-size: 625px auto;
    }



    .food-category {
        width: 100%;
    }

    .food-category-nav-bar {
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .food-category-nav-bar {
        display: none;
    }
    .food-category-select {
        display: contents;
    }
}

::-webkit-scrollbar {
    width: 5px !important;  /* Width of the scrollbar */
    height: 5px !important; /* Height of the scrollbar for horizontal scroll */
}

::-webkit-scrollbar-thumb {
    background-color: #888;  /* Color of the scrollbar thumb */
    border-radius: 10px;     /* Roundness of the scrollbar thumb */
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555;  /* Hover color of the scrollbar thumb */
}

::-webkit-scrollbar-track {
    background: #f1f1f1;  /* Background color of the scrollbar track */
}

.no-spinner::-webkit-inner-spin-button,
.no-spinner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-spinner {
    -moz-appearance: textfield; /* For Firefox */
}
