body {
    font-family: "Montserrat";
}
.text-charcoal{
    color: #4E555A !important;
}
.icon-size {
    height: 40px;
    width: 40px;
}
.fa-2xl {
    font-size: 2.4em !important;
}
.angle-icon-size {
    font-size: 40px;
}
.cursor-pointer {
    cursor: pointer;
}
.form-button {
    background-color: #0076ff;
    border-color: #0076ff;
    color: #ffffff;
}
.form-button:hover {
    background-color: #0076ff;
    border-color: #0076ff;
    color: #ffffff;
}
.form-button:active {
    background-color: #0076ff;
    border-color: #0076ff;
    color: #ffffff;
}
.disabled-submit-pay-button {
    width: 100%;
    background-color: grey !important;
    border-color: grey !important;
    color: #ffffff !important;
    cursor: wait;
}
/* sweet alert style */
.swal-footer {
    text-align: center !important;
}
/* star size */
.star-size {
    font-size: 35px;
}
.feedback-question {
    font-size: 20px;
}
.feedback-comment {
    width: 50%;
}
.btn-style-custom {
    font-weight: bold;
    font-family: "Montserrat", "Montserrat-Regular";
    font-size: 16px;
}
.order-interrupted-notice{
    font-family: "Poppins", "Poppins-Regular";
    font-weight: normal;
    font-size: 20px;
}
/* header */
.header-background{
    background-color:#f7f7f8;
}
.topbar-text-color{
    color: #000;
}
.skip-link {
    position: absolute;
    left: 1rem;
    top: -3rem;
    z-index: 20001;
    padding: 0.75rem 1rem;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 0.5rem;
    transition: top 0.2s ease;
}
.skip-link:focus {
    top: 1rem;
}
.header-shadow {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.bg-head {
    background-color: #dddddd;
}
.location-info {
    color: #000;
    font-size: 18px;
}
.hosted-field {
    height: 50px;
    box-sizing: border-box;
    padding: 5px 12px;
    display: inline-block;
    box-shadow: none;
    line-height: 20px;
    margin-bottom: 12px;
    font-family: "Poppins", "Poppins-Regular";
}
.disabled-submit-pay-button {
    background-color: grey !important;
    border-color: grey !important;
    color: #ffffff !important;
    cursor: wait;
}
/* welcome modal */
.welcome-modal-title{
    color: #4E555A;
    font-family: "Poppins", "Poppins-Regular";
}
.welcome-link-color{
    color: #0076ff !important;
}
.welcome-button{
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    color: #ffffff !important;
    font-family: "Poppins", "Poppins-Regular";
    font-weight: normal;
}
.welcome-modal-body{
    font-family: "Poppins", "Poppins-Regular";
    font-weight: normal;
}
/* header */
/* signin & signup */
/* Page Specific Styles */
.bg-singin-container {
    padding-top: 70px;
}

/* toggle  */
.auth-toggle-wrapper {
    background: #f1f3f5;
    border-radius: 50px;
    padding: 5px;
    display: flex;
    position: relative;
    margin-bottom: 25px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
}

.auth-toggle-btn {
    flex: 1;
    text-align: center;
    padding: 12px 20px;
    cursor: pointer;
    border: 0;
    background: transparent;
    z-index: 2;
    font-weight: 600;
    color: #6c757d;
    transition: color 0.3s ease;
    border-radius: 50px;
    font-size: 0.95rem;
    user-select: none;
}

.auth-toggle-btn.active {
    color: #fff;
}

.auth-toggle-slider {
    position: absolute;
    width: 50%;
    height: calc(100% - 10px);
    background: #0076ff;
    border-radius: 50px;
    left: 5px;
    top: 5px;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 1;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.active-signup .auth-toggle-slider {
    left: calc(50% - 5px);
}

.form-section {
    display: none;
    animation: fadeIn 0.4s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.active-section {
    display: block;
}

.btn-style {
    font-weight: bold;
    font-family: "Montserrat", "Montserrat-Regular";
    font-size: 18px;
    background-color: #0076ff;
    color: #fff;
    border-color: #0076ff;
}

/* Keep the button blue even when disabled or loading */
.btn-style:disabled,
.btn-style.loading-state {
    background-color: #0076ff !important;
    color: #ffffff !important;
    border-color: #0076ff !important;
    opacity: 0.8;
    /* Slightly faded to show it's working, but still blue */
    cursor: not-allowed;
    transform: none !important;
    /* Prevent the hover float effect while loading */
}

/* Ensure the 'Verifying' text is centered and white */
.btn-style:active {
    background-color: #0076ff !important;
    color: #fff !important;
}

.btn-style:hover {
    background: #0076ff;
    color: #fff;
}

.form-input-signin {
    color: #212529 !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
}

.form-input-signin::placeholder {
    color: #6c757d !important;
    font-weight: 400 !important;
    opacity: 1 !important;
}

.form-input-signin:focus {
    border-color: #000 !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1) !important;
    color: #212529 !important;
    font-weight: 600 !important;
}
.checkbox-size {
    height: 20px;
    width: 20px;
}
#showhidepass:checked,
#showhidepass-reset:checked,
#showhidepass1:checked {
    background-color: #0076ff; /* Change to your desired color */
    border-color: #0076ff; /* Change to match the background color */
}
#showhidepass-reset {
    border: 1px solid rgb(22, 21, 21);
    border-radius: 2px !important;
    background-color: #d8d8d8;
}
#showhidepass-reset:hover {
    border: none;
}
#showhidepass {
    border: 1px solid rgb(22, 21, 21);
    border-radius: 2px !important;
    background-color: #d8d8d8;
}
#showhidepass:hover {
    border: none;
}
#showhidepass1 {
    border: 1px solid rgb(22, 21, 21);
    border-radius: 2px !important;
    background-color: #d8d8d8;
}
#showhidepass1:hover {
    border: none;
}
/* signin & signup */
/* acocunt page menu */
.black-header {
    background-color: #000 !important;
    color: #ffffff;
}
.border-black {
    border-bottom: 1px solid #000;
}
.account-title {
    color: #928f8f !important;
}
.sign-out-link {
    color: #928f8f !important;
}
/* acocunt page menu */
/* Order Location Page */
.loc-detail {
    padding: 0.7em 1em;
}
.minimum-height {
    min-height: 100vh;
}
.title-color {
    color: #000;
}
.location-container {
    border-bottom: 1px solid #9e9696;
}
.location-container a {
    color: #000 !important;
}
.location-address-order {
    font-size: 20px;
    font-weight: bold;
    font-family: "Poppins", "Poppins-Bold";
}
.location-city-order {
    font-size: 20px;
    font-family: "Poppins", "Poppins-Regular";
    font-weight: normal;
}
.hours-title {
    font-size: 16px;
    font-family: "Poppins", "Poppins-Regular";
}
/* Order Location Page */
/* Location detail */
.arrow-icon {
    transition: transform 0.3s ease;
    font-size: 25px;
    color: #000;
}
.order-type-btn {
    width: 160px !important;
    height: 50px !important;
    background-color: #e06206 !important;
    border-color: #e06206 !important;
    border-radius: 10px !important;
    color: #ffffff;
}
.order-type-btn:hover {
    background-color: #e06206 !important;
    border-color: #e06206 !important;
}
.black-btn {
    width: 160px !important;
    height: 50px !important;
    background-color: #000;
    border-color: #000;
    border-radius: 10px !important;
    color: #ffffff;
}
/* Normal state, Hover, Focus (after clicking), and Active (while clicking) */
.black-btn:hover,
.black-btn:focus,
.black-btn:active {
    background-color: #000 !important;
    border-color: #000 !important;
}
.location-section-border {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #e06206 !important;
}
/* If a section follows another section, remove its top border */
.location-section-border + .location-section-border {
    border-top: none !important;
}
/* Ensure the carousel and its items have a visible height */
.location-carousel,
.location-carousel .owl-stage-outer,
.location-carousel .owl-stage,
.location-carousel .owl-item,
.location-carousel .item {
    height: 70vh !important; /* This is your large screen height */
}
.location-carousel.owl-carousel .owl-nav button.owl-prev,
.location-carousel.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #e06206 !important;
    font-size: 30px !important;
    background: none !important;
}

.location-carousel .owl-prev {
    left: 10px;
}
.location-carousel .owl-next {
    right: 10px;
}
.single-image {
    max-height: 70vh;
}
.reviews-container {
    font-size: 1rem;
    font-family: "Poppins", "Poppins-Bold";
}
.reviews-info {
    font-size: 0.9rem;
    font-family: "Poppins", "Poppins-Bold";
}
.google-rating {
    color: #7e7e7e;
    font-weight: 600;
}
.rating-stars {
    color: #e06206;
}
.rating-count {
    color: #383ba5;
    font-weight: 800;
}
.place-name {
    color: #7e7e7e;
    font-weight: 600;
    font-size: 0.85rem;
}
.amenities {
    font-size: 1rem;
    font-family: "Poppins", "Poppins-Bold";
}
/* Ensure the Google Autocomplete dropdown appears above the modal */
.pac-container {
    z-index: 9999 !important;
}
/* Location detail */
/*Home page*/
.main-wrapper .col-12 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: calc(100vh - 0);
    overflow: hidden;
}
/* Ensure the carousel and its internal stages allow height inheritance */
.home-main-carousel,
.home-main-carousel .owl-stage-outer,
.home-main-carousel .owl-stage,
.home-main-carousel .owl-item,
.home-main-carousel .item,
.single-bg-fallback {
    height: 100%;
}

.home-main-carousel .item {
    position: relative;
    overflow: hidden;
}

.home-main-carousel .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
/*Home page*/
/* dropdown */
.active-category {
    color: #e06206;
}
.transition-icon {
    transition: transform 0.5s ease;
}
.footer-spacer {
    margin-bottom: 100px;
}
.rotate-up {
    transform: rotate(180deg);
}
.category-item {
    padding-left: 36px;
    /* Border Widths: Top, Right, Bottom, Left */
    border-top-width: 0 !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;

    /* Border Style */
    border-style: solid !important;

    /* Border Color */
    border-color: #9e9696 !important;
}
.category-item:first-child {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #9e9696 !important;
}
.category-text {
    color: #000;
    font-size: 1.1rem;
}
.tick-icon {
    color: #fff;
    font-size: 30px;
    display: none;
}
.active-selection {
    background-color: #e06206 !important;
}
.active-selection .category-text {
    color: #fff !important;
}
.active-selection .tick-icon {
    display: block;
}
.category-item:hover:not(.active-selection) {
    background-color: #f8f9fa;
}
.inactive-selection{
    background-color: #ffffff;
}
.categoryHeader {
    transition:
        margin-bottom 0.25s ease-in-out,
        box-shadow 0.2s ease;
    background-color: #ffffff !important;
}
#categoryCollapse {
    position: absolute;
    width: 100%;
    z-index: 9999;
    background-color: #ffffff;
}
.collapsing {
    transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
/* dropdown */
/* index */
.msg-min-height {
    min-height: calc(100vh - 400px);
}
.content-footer-spacer {
    padding-bottom: 110px;
}
.background-hover {
    display: inline-block;
}
.background-hover:hover {
    background-color: #f05c42;
}
div#image-gallery:hover,
.background-hover:hover div {
    visibility: hidden;
}
.categories-link {
    font-size: 12px;
}
.background-color {
    background-color: #f05c42;
}
.mobile-border {
    border: 2px solid #d95503;
}
.img-hover div {
    height: inherit;
}
.container-gallery {
    --bs-gutter-x: 0rem;
}
.img-height {
    height: 146px;
}
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.cat-name {
    color: #ffffff;
    font-family: "Poppins", "Poppins-SemiBold";
    font-weight: 600;
    font-size: 20px;
    white-space: normal;
}
/* index */
/* category */
.border-items {
    border: 1px solid #e06206;
}
.image-background {
    background-size: cover;
    background-position: center;
}
.food-name-outer {
    min-height: 150px;
}
.img-right-border {
    border-right: 1px solid #e06206;
}

.food-desc p {
    margin-bottom: 0;
}

.font-color {
    color: #000;
}

.food-name {
    font-size: 20px;
    white-space: normal;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.food-desc {
    color: #696866;
    font-size: 14px;
    font-weight: normal;
    font-family: "Poppins", "Poppins-Regular";
    white-space: normal;
}

.food-price {
    font-size: 14px;
    font-family: "Poppins", "Poppins-Regular";
    font-weight: 400;
    font-style: normal;
    color: #696866;
}
.padding-left {
    padding-left: 5px;
}
.container-item {
    margin-top: 0px;
    --bs-gutter-x: 0rem;
}
/* category */
/* item */
.item-content-spacer {
    padding-bottom: 5px;
}
.qty-btn-nohover {
    color: #000 !important;
    border-color: #000 !important;
}

.qty-btn-nohover:hover,
.qty-btn-nohover:focus,
.qty-btn-nohover:active {
    color: #000 !important;
    background-color: transparent !important;
    border-color: #000 !important;
    box-shadow: none !important;
    transform: none !important;
}
.qty-btn-nohover:focus-visible {
    outline: 3px solid #0076ff !important;
    outline-offset: 2px;
}

.border-custom-gray {
    border-color: #525252 !important;
}
.btn.qty-btn-no-border {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent;
    padding: 0;
}
.quantity-icon-size{
    width: 35px;
    height: 35px;
}
.item-name {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    white-space: normal;
    font-family: "Poppins", sans-serif;
}
.text-center-mobile .item-desc {
    color: #030303;
    font-size: 14px;
    font-weight: 600;
    font-weight: normal;
    font-family: "Poppins", sans-serif;
    overflow-wrap: break-word;
    word-break: break-word;
}
.text-center-mobile .item-desc p {
    margin: 0;
}
.item-desc p {
    margin-bottom: 0;
}

.item-desc {
    color: #030303;
    font-size: 16px;
    font-weight: 600;
    font-weight: normal;
    font-family: "Poppins", sans-serif;
    overflow-wrap: break-word;
    word-break: break-word;
}

.group_container .size-label,
.title-mod {
    padding: 0 0 10px;
    width: 100%;
    float: left;
    margin-bottom: 0;
    font-family: "Poppins", "Poppins-Reguler";
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
}
.regular-extra {
    display: none;
    background-color: #f6f6f6;
}
.cursor-pointer-input {
    cursor: pointer;
}

.label-width {
    cursor: pointer;
    width: -webkit-fill-available;
}

.input-item {
    width: 55px;
    font-size: 12px;
    background-color: #d1dddd;
    font-family: "Montserrat", "Montserrat-Regular";
    font-weight: 600;
    padding-block: 5px;
}

.mobile-margin-bottom .image-item {
    background-size: cover;
    height: 300px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-color: transparent;
    border-bottom: none;
    padding: 0;
}
.group_container .size-label,
.title-mod {
    padding: 0 0 10px;
    width: 100%;
    float: left;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
}

/* size picking css */
.size-picking input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin: 0;
    pointer-events: none;
}

.size-picking input[type="radio"] + .size-pick-label {
    position: relative;
    padding-left: 45px;
}

.size-picking input[type="radio"] + .size-pick-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border: 1px solid #575757;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}

.size-picking input[type="radio"]:checked + .size-pick-label::before {
    border-color: #e06206;
    background-color: #e06206;
}

.size-picking input[type="radio"]:checked + .size-pick-label {
    color: #030303;
}

.size-picking input[type="radio"]:focus-visible + .size-pick-label::before {
    outline: 3px solid #0076ff;
    outline-offset: 2px;
}

.size-picking .size-pick-label {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #575757;
    font-size: 14px;
    padding: 5px;
    cursor: pointer;
    text-shadow: 0 0 0 !important;
}

.qty-spin {
    color: #030303;
    font-family: "Poppins", "Poppins-Regular";
    font-weight: 600;
    font-size: 16px;
}

input {
    border: 0;
    width: 2%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input:disabled {
    background-color: white;
}

.title-mod legend {
    background: #09827a;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", "Poppins-SemiBold";
}

.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin: 0;
    pointer-events: none;
}

.custom-checkbox input[type="checkbox"] + .mod_checkbox {
    position: relative;
    padding-left: 45px;
    /* Adjust padding to accommodate custom checkbox */
}
.custom-checkbox input[type="checkbox"]:checked + .mod_checkbox::before {
    background-color: #e06206; /* Or your preferred brand color */
    border-color: #e06206;
}
.custom-checkbox input[type="checkbox"] + .mod_checkbox::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border: 1px solid #575757;
    /* Initial border color */
    background-color: #fff;
    /* Initial background color */
    cursor: pointer;
}

.custom-checkbox input[type="checkbox"]:checked + .mod_checkbox::after {
    content: "\2714";
    /* Unicode checkmark symbol */
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translate(-50%, -50%);
    /* Center horizontally and vertically */
    color: #fff;
    /* Color of checkmark */
}

.custom-checkbox input[type="checkbox"]:checked + .mod_checkbox {
    color: #030303;
    /* Change color of label text when checked */
}

.custom-checkbox input[type="checkbox"]:focus-visible + .mod_checkbox::before {
    outline: 3px solid #0076ff;
    outline-offset: 2px;
}

.custom-checkbox .mod_checkbox {
    font-family: "Poppins", "Poppins-Reguler";
    font-weight: 400;
    color: #575757;
    font-size: 14px;
    padding: 5px;
    cursor: pointer;
    text-shadow: 0 0 0 !important;
}

.modifier-price-color {
    color: #575757;
}
.qty-color{
    color: #030303;
}
.minus-icon,
.plus-icon {
    cursor: pointer;
    color: #000;
}
.add-item-form{
    padding-bottom: 120px;
}
.add-to-cart-btn{
    background-color: #e06206 !important;
    border-color: #e06206 !important;
    color: #fff;
    font-weight: 700 !important;
}
.count-item{
    color: #030303;
    width: 45px;
    border: none !important;
    background: transparent !important;
    outline: none !important;
}
.count-item:focus-visible{
    outline: 3px solid #0076ff !important;
    outline-offset: 2px;
}
/* item */
/*profilePayments*/
.payment-btn {
    display: block;
    position: relative;
}

/* Hide the browser's default radio button */
.payment-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.payment-select-button {
    position: absolute;
    margin-top: 35px;
    height: 20px;
    width: 20px;
    background-color: #141e61;
    border-radius: 50%;
}

/* When the radio button is checked, add a blue background */
.payment-btn input:checked ~ .payment-select-button {
    background-color: black;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.payment-select-button:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.payment-btn input:checked ~ .payment-select-button:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.payment-btn .payment-select-button:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.page-title-wallet {
    font-size: 20px;
    font-family: "Poppins", "Poppins-Reguler";
}
.label-margin {
    cursor: inherit;
}
/* .radio-margin {
  margin-left: 10px;
} */
.bg-color {
    position: relative;
    background-color: #16216b;
    border: 1px solid black;
    border-radius: 15px;
    min-height: 150px;
}
.bg-color:hover {
    border-color: #dddddd;
}
.bg-color-off {
    background: #5f5f5f;
    border: 1px solid black;
    border-radius: 15px;
    min-height: 150px;
}
.bg-color-off:hover {
    border-color: #dddddd;
}
.custom-control-input {
    background-color: #16216b;
}
.card-type {
    font-size: 16px;
    font-weight: bold;
    font-family: "Poppins", "Poppins-SemiBold";
    font-style: italic;
}
.font-stye-cardNumber-holder {
    font-size: 16px;
    font-weight: normal;
    font-family: "Poppins", "Poppins-Regular";
}
.card-expiry {
    font-size: 12px;
    font-weight: normal;
    font-family: "Poppins", "Poppins-Regular";
}
.delete-buttn-font {
    font-size: 12px;
    font-weight: bold;
    font-family: "Montserrat", "Montserrat-Regular";
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.add-card {
    border: 1px solid #aeabab !important;
    border-radius: 15px;
    font-size: 1em;
    min-height: 150px;
    font-weight: normal;
    font-family: "Poppins", "Poppins-Regular";
    color: #666 !important;
}
/*profilePayments*/

/*profileAddress*/
.edit-btn {
    background: #004cbd;
    border-color: #004cbd;
}
.edit-btn:hover {
    background: #004cbd !important;
    border-color: #004cbd !important;
}
.border_bottom_address {
    border-bottom: 1px solid #ddd;
}
.border_address {
    border-radius: 10px !important;
}
.container-address-button input[type="radio"] {
    transform: scale(3.5);
}
.container-address-button {
    display: block;
    position: relative;
}
/* Hide the browser's default radio button */
.container-address-button input[type="radio"] {
    position: relative;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom radio button */
.location-save {
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: #d8d8d8;
    border-radius: 50%;
}
/* When the radio button is checked, add a background */
.container-address-button input:checked ~ .location-save {
    background-color: #e74c3c;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.location-save:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-address-button input:checked ~ .location-save:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-address-button .location-save:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.border-bottom-location {
    border-bottom: 1px solid #bbb;
}

.padding-inline {
    padding-inline: 70px;
}

.location-address {
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", "Poppins-SemiBold";
}

.size-address {
    font-size: 20px;
    font-weight: bold;
    font-family: "Poppins", "Poppins-Bold";
}

.size-address-second {
    font-size: 20px;
    font-weight: normal;
    font-family: "Poppins", "Poppins-Regular";
}

.hover-background {
    cursor: pointer;
    padding-right: 0px;
}

.hover-background:hover {
    background-color: #e8e8e8;
    border-radius: 4px;
}
.btn-margin {
    margin-top: -24px;
}
.form-input-style {
    border: 1px solid #707070;
    border-radius: 0px;
    font-weight: 600;
    font-family: "Montserrat", "Montsserat-Regular";
}
.form-input-style:focus {
    border: 1px solid #707070;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.checkmark-location {
    margin-left: -30px;
}
/*profileAddress*/
/* order */
.cart_items {
    font-family: "Poppins", "Poppins-Regular";
    border: 1px solid #d95503;
    border-radius: 10px;
    padding: 10px;
}
/* This targets the link and the price div */
.order-item-info a,
.order-item-info .cd_price {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    font-family: "Poppins", "Poppins-Regular";
    text-decoration: none;
}
.add-sauces-label{
    color: #000;
}
.qty-btn-nohover {
    color: #000 !important;
    border-color: #000 !important;
}

.qty-btn-nohover:hover,
.qty-btn-nohover:focus,
.qty-btn-nohover:active {
    color: #000 !important;
    background-color: transparent !important;
    border-color: #000 !important;
    box-shadow: none !important;
    transform: none !important;
}

.padding-inline-icon {
    padding-inline: 20px;
    color: #000;
    font-weight: 600;
}

.round-checkbox {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    border: 1px solid #000 !important;
    background-color: white !important;
}

.form-check-input.round-checkbox:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 118, 255, 0.3) !important;
    outline: 2px solid #0076ff !important;
    outline-offset: 2px !important;
}

.round-checkbox:checked {
    background-color: #64ba02 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important;
    border-color: #64ba02 !important;
}

.sauce-label {
    font-size: 12px;
    font-family: "Poppins", "Poppins-bold";
    font-weight: 600;
}

.section-border {
    border-bottom: 1px solid #979494;
}

.btn-checkout {
    max-width: 400px;
    background-color: #0076ff !important;
    border-color: #0076ff !important;
    color: white !important;
}

.btn-add-orange {
    background-color: #e06206 !important;
}
.featured-items {
    font-size: 20px;
    font-family: "Poppins", "Poppins-bold";
    font-weight: 600;
}
.img-wrapper {
    height: 185px;
}
.content-wrapper {
    min-height: 135px;
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* This allows it to take remaining space */
}
#paymentContainer {
    display: none;
}
.price-padding-left {
    padding-left: 32px;
}
.order-select {
    font-size: 1em;
    font-weight: 600;
    font-family: "Montserrat", "Montserrat-Regular";
    color: #000;
}
.item-size {
    display: block;
    font-size: 15px;
}
.quantity a {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    font-family: "Poppins", "Poppins-Regular";
    text-decoration: none;
}
.qty1 {
    background-image: url("../assets/dot_icon.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
}
.modifier-group {
    font-size: 14px;
    font-weight: normal;
    font-family: "Poppins", "Poppins-Regular";
    color: #000000;
}
.toppings {
    float: left;
}
.toppings .qty1 {
    font-size: 15px;
    font-weight: normal;
    color: #696866;
    padding-left: 20px;
    font-family: "Poppins", "Poppins-Regular";
}
.price {
    float: right;
}
.qty-order .text-style {
    color: #000;
    font-size: 1em;
    font-weight: 600;
    min-width: 35px;
    text-align: center;
    font-family: "Montserrat", "Montserrat-Regular";
    margin-right: 6px;
}
#food-carousel .owl-stage {
    display: flex;
    display: -webkit-flex;
}

#food-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

/* Ensure the card wrapper inside the item takes full height */
#food-carousel .item {
    width: 100%;
}
/*Order Page*/
.order-page-tip-button,
.order-page-tip-button:hover {
    font-size: 14px;
    border: 1px solid #dddddd !important;
    box-shadow: none;
    background: #fff !important;
    color: #0076ff !important;
    text-shadow: none;
    font-family: "Poppins", "Poppins-SemiBold";
    font-weight: 600;
    border-radius: 8px;
    height: 52px !important;
}

.tipSelected,
.tipSelected:hover {
    background-color: #0076ff !important;
    border-color: #0076ff !important;
    border-radius: 10px;
    color: #ffffff !important;
}
.btn-radius {
    border-radius: 5px;
}
.qty-order input {
    display: block;
}
.qty-order .plus-order {
    display: flex;
    cursor: pointer;
    color: black;
    font:
        27px/1 Arial,
        sans-serif;
    text-align: center;
    padding-bottom: 8px;
}
.qty-order .minus-order {
    display: flex;
    cursor: pointer;
    color: black;
    font:
        27px/1 Arial,
        sans-serif;
    padding-top: 8px;
    color: #004cbd;
    text-align: center;
}
.fa-circle-question {
    color: #d95503;
}
.cd-cart-coupon input {
    background: #e7f4f0;
}
.cd-cart-coupon input:focus {
    background: #e7f4f0;
}
.show-coupon a {
    color: #a5aebc;
    font-size: 14px;
    font-family: "Poppins", "Poppins-Regular";
    font-weight: normal;
}
.cd-show-coupon a {
    color: #575757;
    font-size: 14px;
    font-family: "Poppins", "Poppins-Regular";
    font-weight: normal;
}
.bordercolor {
    background-color: #004cbd;
    color: #ffffff !important;
    text-shadow: none;
}
.cd_price_style {
    color: #bed0ce;
    font-size: 18px;
    font-family: "Poppins", "Poppins-Regular";
}
.mod_prices {
    color: #bed0ce;
    font-size: 15px;
    font-family: "Poppins", "Poppins-Regular";
}
.coupon_code {
    border-radius: 0px;
    font-weight: 600;
    font-family: "Montserrat", "Montsserat-Regular";
    padding-block: 8px;
    border: 1px solid !important;
    border-color: #dddddd !important;
}
.coupon_code:focus {
    border: none;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25);
}
.border-bottom-pickup {
    margin-bottom: 10px;
}
.image-text-color {
    color: #3388cc;
}
.form-input-delivery {
    border-radius: 10px;
    font-family: "Montserrat", "Montserrat-Regular";
    font-weight: 600;
    font-size: 1em;
    border-color: #707070;
}
.form-input-delivery:focus {
    border-color: #707070;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.utensils-title {
    color: #000000;
    font-size: 18px;
    font-family: "Poppins", "Poppins-Regular";
}
.utensels-picture {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    border-radius: 75px;
}
.cd-cart-quantity-utensils a {
    font-family: "Poppins", "Poppins-Regular";
    font-size: 1em;
    font-weight: 500;
}
.cd-cart-quantity-utensils a.utensils-add {
    background-image: url("images/utensils-no.png");
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: contain;
    padding-left: 30px;
    margin-bottom: 5px;
    color: #000000 !important;
}
.cd-cart-quantity-utensils a.utensils-add.selected {
    background-image: url("images/utensils-yes.png");
}
.hover-sauces-label:hover {
    background-color: #ededed;
    border-color: #ddd;
}
.modifier-group-label {
    font-size: 16px;
    color: #000000;
    font-family: "Poppins", "Poppins-SemiBold";
    font-weight: 600;
}
.checkbox-width {
    width: 50%;
}
.modal-btn {
    font-family: "Montserrat", "Montserrat-Regular";
    font-weight: 700;
}
#loading_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Semi-transparent black background */
    z-index: 9999; /* Ensure it appears above everything */
    display: flex; /* Use flexbox for centering */
    align-items: center;
    justify-content: center;
}

#loading_spinner {
    width: 5rem;
    height: 5rem;
    border-width: 8px !important; /* Make the border bolder */
}
.minimum-fixed-height {
    min-height: calc(100vh - 285px);
}

/* order */
/* order type page */
.btn-icon-only {
    background: none;
    border: none;
    padding: 0;
    outline: none;
    cursor: pointer;
    box-shadow: none;
}

.btn-icon-only:focus,
.btn-icon-only:active {
    outline: none;
    box-shadow: none;
}
.round-custom-checkbox {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    border: 1px solid #000 !important;
    background-color: white !important;
}

.form-check-input.round-custom-checkbox:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 118, 255, 0.3) !important;
    outline: 2px solid #0076ff !important;
    outline-offset: 2px !important;
}

.round-custom-checkbox:checked {
    background-color: #64ba02 !important;
    /* Updated SVG to a standard white checkmark path */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important;
    border-color: #64ba02 !important;
}
.main-title {
    font-weight: 900 !important;
    font-size: clamp(1.2rem, 4vw, 1.5rem) !important;
}

/* RESPONSIVE LAYOUT */
.option-card {
    min-height: clamp(60px, 12vw, 70px);
    display: flex;
    align-items: center;
}

.right-content {
    display: flex !important;
    align-items: center !important;
    min-width: clamp(100px, 25vw, 170px) !important;
    justify-content: flex-end !important;
    gap: clamp(4px, 1vw, 12px) !important;
}

.time-text {
    font-size: clamp(0.85rem, 3vw, 1rem) !important;
    font-weight: 700 !important;
    line-height: 1.2;
    flex-shrink: 0 !important;
    display: inline-block !important;
    white-space: nowrap !important;
}

.option-card-container {
    border-bottom: 1px solid #b6b6b6 !important;
}

.angle-icon-size {
    font-size: clamp(26px, 6vw, 32px) !important;
    --size: clamp(26px, 6vw, 32px) !important;
}

/* Smooth Animations */
.delivery-expanded,
.schedule-expanded {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-top: 1px solid transparent;
}

.delivery-expanded.show,
.schedule-expanded.show {
    max-height: 600px;
    opacity: 1;
    transform: translateY(0);
    border-top-color: #e9ecef;
}

.delivery-icon {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    color: #df6205;
}

.delivery-icon.rotated {
    transform: rotate(180deg);
}

/* FULL WIDTH CONTAINERS - RESPONSIVE */
.full-width-map-container {
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    padding: clamp(8px, 2vw, 12px) clamp(0px, 0vw, 0px) !important;
    box-sizing: border-box !important;
}

.picker-icon i {
    font-size: clamp(1.1rem, 3vw, 1.3rem) !important;
    font-weight: 900 !important;
}

.expanded-img {
    height: clamp(140px, 35vw, 180px) !important;
    border-radius: 8px !important;
    object-fit: cover !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    width: 100% !important;
    display: block !important;
}

.delivery-input-group {
    height: 52px !important;
}

.delivery-input {
    border: 1px solid #c4c4c4 !important;
    border-right: none !important;
    border-radius: 12px 0 0 12px !important;
    height: 100% !important;
    font-weight: 100 !important;
    padding-left: clamp(12px, 3vw, 16px) !important;
    padding-right: clamp(8px, 2vw, 12px) !important;
}

.picker-icon-wrapper {
    background-color: transparent !important;
    border: 1px solid #c4c4c4;
    border-left: none;
    border-radius: 0 12px 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 6px;
}

.picker-icon {
    background: #fff6f6 !important;
    color: #f3595a;
    border-radius: 8px !important;
    cursor: pointer;
    transition: all 0.3s ease;
    height: calc(100% - 12px) !important;
    /* Margin from top/bottom */
    width: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    padding: 0 !important;
}

/* Combine all states to ensure the color never changes */
.confirm-btn,
.confirm-btn:hover,
.confirm-btn:active,
.confirm-btn:focus,
.confirm-btn:focus-visible {
    background-color: #0076ff !important;
    border-color: #0076ff !important;
    color: #ffffff !important;
    font-size: 15px;
    font-family: "Poppins", "Poppins-Bold";
    font-weight: bold;
    padding-block: 15px;
}
/* order type page */
/* checkout page */
.page-title-checkout {
    font-size: 16px;
    font-family: "Montserrat", "Montserrat-Regular";
    font-weight: 600;
}
.payment-custom-checkbox {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    border: 1px solid #000 !important;
    background-color: white !important;
}
.form-check-input.payment-custom-checkbox:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 118, 255, 0.3) !important;
    outline: 2px solid #0076ff !important;
    outline-offset: 2px !important;
}
.payment-custom-checkbox:checked {
    background-color: #64ba02 !important;
    /* Updated SVG to a standard white checkmark path */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important;
    border-color: #64ba02 !important;
}
.promo-title {
    font-size: 1.5rem;
    margin: 0;
}
/* PAYMENT OPTIONS */
.payment-option {
    width: 100px;
    height: 55px;
    border: 2px solid #ddd;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    font-size: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    flex-shrink: 0;
}
.payment-option i {
    font-size: 3rem;
}
.payment-label {
    font-size: 1rem !important;
}
.payment-option:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}
.add-card-btn-base {
    font-family: "Poppins", "Poppins-Reguler";
}
.add-card-btn {
    justify-content: center;
}
.change-type {
    color: #6c6868;
    margin-bottom: 10px;
    font-family: "Poppins", "Poppins-Regular";
}
/* Track (the line) */
input[type="range"]::-webkit-slider-runnable-track {
    background: #0076ff;
    height: 4px;
    /* thinner line */
    border-radius: 0;
    /* square edges */
}
/* Thumb (circle) */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    /* required */
    background: #0076ff;
    border: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-top: -9px;
    /* adjust based on track height */
}
/* Remove default styling */
input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
}
.tickmarks {
    font-size: 15px;
    font-weight: 700;
    color: #000000;
}
.pay-btn {
    width: 100% !important;
    background-color: #64ba02 !important;
    border: #64ba02 !important;
    font-family: "Poppins", "Poppins-Semibold";
    color: #fff !important;
}
/* PROMO CODE ANIMATION & STYLING */
#promoInputContainer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 10px;
    /* match inner spacing */
}
#promoInputContainer.show {
    max-height: 80px;
    opacity: 1;
}
.promo-input {
    border: 1px solid #c4c4c4 !important;
    border-radius: 8px !important;
    height: 52px !important;
    font-weight: 100 !important;
    box-shadow: none !important;
    flex-grow: 1;
}
.promo-apply-btn {
    height: 52px !important;
    backdrop-filter: blur(12px) !important;
    background: #0076ff !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 8px !important;
    color: white !important;
    font-weight: 600 !important;
    font-size: clamp(13px, 3.5vw, 14px) !important;
    padding: 0 20px !important;
}
.promo-apply-btn:hover {
    background-color: #0056b3 !important;
}
.cd-cart-subtotal {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    font-family: "Poppins", "Poppins-SemiBold";
}
.cd-cart-tax-order {
    color: #000000;
    font-size: 17px;
    font-weight: normal;
    font-family: "Poppins", "Poppins-SemiBold";
}
/* checkout page */
/*history*/
.location-city {
    font-size: 15px;
    font-family: "Poppins", "Poppins-Regular";
    font-weight: normal;
}
.order-info {
    font-size: 15px;
    font-family: "Poppins", "Poppins-Regular";
    font-weight: normal;
    color: #575757;
}
ul li div.order-links a {
    color: #000000;
    font-weight: 600;
    font-family: "Poppins", "Poppins-SemiBold";
    font-size: 15px;
}
ul li div.order-links button {
    color: #000000;
    font-weight: 600;
    font-family: "Poppins", "Poppins-SemiBold";
    font-size: 15px;
}
.bg-default {
    background-color: #ffffff;
    display: block;
}
/*history*/
/*orderdetail*/
.item-size-thankyou {
    font-size: 15px;
    color: #000000;
    font-family: "Poppins", "Poppins-Regular";
}
.item-image {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 200px;
}
/* Add this to ORDER ITEMS section */
.qty-border {
    display: inline-block;
    padding: 1px 13px;
    border: 1px solid #9b9b9b;
}
.order-item {
    min-height: 80px;
    padding: 12px 0;
}
.black-border {
    border-color: #000000 !important;
}
.uniform-btn {
    height: 52px !important;
    padding: 0 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    white-space: nowrap !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    flex: 1 !important;
    max-width: 200px !important;
    min-width: 140px !important;
}
.btn-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
}
.btn-black {
    background-color: #000000 !important;
    border-color: #000000 !important;
}
.btn-red {
    background-color: #e82424 !important;
    border-color: #e82424 !important;
}
.bg-color-order-thanks {
    background: linear-gradient(
        to bottom,
        rgba(222, 92, 11, 1) 30%,
        rgba(222, 92, 11, 0.8) 70%,
        rgba(222, 92, 11, 0.7) 100%
        );
}
.order-number {
    font-size: 23px;
    font-weight: 600;
    color: #000000;
    font-family: "Poppins", "Poppins-SemiBold";
}
.order-time {
    font-family: "Poppins", "Poppins-Regular";
    font-weight: normal;
    font-size: 18px;
}
.order-type {
    color: #000000;
    font-family: "Poppins", "Poppins-Regular";
    font-weight: normal;
    font-size: 20px;
}
.cd-cart-thanks {
    color: #030303;
    font-weight: 600;
    font-family: "Poppins", "Poppins-SemiBold";
    font-size: 23px;
}
.order-branding {
    color: #030303;
    font-family: "Poppins", "Poppins-Regular";
    font-size: 15px;
    font-weight: normal;
}
img#order-detail-logo {
    max-width: 100%;
    height: auto;
}
.qty-item-description {
    color: #000000;
    font-size: 20px;
    font-family: "Poppins", "Poppins-Regular";
}
.quantity-font {
    color: #9b9b9b;
    font-size: 18px;
    font-family: "Poppins", "Poppins-Regular";
}
.card-type-thankyou {
    font-size: 16px;
    font-weight: bold;
    font-family: "Poppins", "Poppins-SemiBold";
    background-color: #16216b;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-style: italic;
}
.dots {
    letter-spacing: 1px;
    line-height: 1;
}
/*orderdetail*/
/*forgot password*/
.page-title {
    font-size: 20px;
    font-family: "Poppins", "Poppins-Reguler";
}
.padding-inline-forgot {
    padding-inline: 60px;
    padding-block: 8px;
}
.form-input-forgot {
    /* border-color: black; */
    border-radius: 0px;
    font-weight: 600;
    font-family: "Poppins", "Poppins-SemiBold";
    border-color: rgb(118, 118, 118);
    padding-block: 8px;
}
.form-input-forgot:focus {
    border-color: rgb(118, 118, 118);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.show-password {
    font-size: 14px;
    font-family: "Poppins", "Poppins-Regular";
    font-weight: normal;
}
.custom-control:hover #showhidepass.form-check-input {
    border: none !important;
}
/*forgot password*/
/*profile*/
.form-control:disabled {
    background: #e0e0e0 !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #333333 !important;
}
.border_bottom {
    border-bottom: 1px solid #707070;
}
.savebutton {
    background-color: #52bf01 !important;
    border-color: #52bf01 !important;
    color: #ffffff !important;
}

.padding-inline-edit {
    padding-inline: 85px;
    padding-block: 10px;
    width: calc(100% - 60px);
}
/*privacy*/
.title-page-privacy {
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Montserrat", "Montserrat-Bold";
    font-size: 18px;
}
.footer-header-title {
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Montserrat", "Montserrat-Bold";
    font-size: 1.2em;
}
.paragraph-style {
    font-size: 1em;
    font-family: "Montserrat", "Montserrat-Regular";
    font-weight: 600;
}
.delete-button {
    color: #d11a2a !important;
    font-weight: 800;
    font-size: 1em;
    font-family: "Montserrat", "Montserrat-Regular";
}
.delete-message {
    color: #696866;
    font-family: "Montserrat", "Montserrat-Regular";
    font-size: 1.17em;
    font-weight: 600;
}
/*privacy*/
/*stripePay*/
.padding-inline-block {
    padding-inline: 80px;
    padding-block: 12px;
    width: calc(100% - 60px);
}
.btn-font-style {
    font-size: 15px;
    font-family: "Poppins", "Poppins-Bold";
    font-weight: bold;
}
.label-style {
    color: #717171;
    font-size: 16px;
    font-family: "Poppins", "Poppins-Regular";
}
.form-input-stripe {
    border-radius: 0px;
    font-family: sans-serif;
    font-size: 14px;
    border-color: #707070;
}
.form-input-stripe:focus {
    border-color: #707070;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
/* stripePay */
/*authorizepay*/
.form-input-border {
    border: 2px solid #000;
    font-size: 14px;
    font-family: "Montserrat", "Montserrat-Regular";
    font-weight: 600;
    background: #e7f4f0;
    padding: 10px 12px !important;
}
.form-input-border:focus {
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25);
    border: 2px solid #000 !important;
    background: #e7f4f0;
}
.form-input-authorize {
    border-radius: 0px;
    font-family: "Montserrat", "Montserrat-Regular";
    font-weight: 600;
    font-size: 1em;
    border-color: #707070;
}
.form-input-authorize:focus {
    border-color: #707070;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
/* authorizepay */
/*delivery form*/
#deliveryform input.disabled,
#deliveryform textarea.disabled {
    background-image: url(images/edit.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) center;
    padding-right: 40px !important;
    color: #77838f;
}
.map-section {
    height: 300px;
    border-radius: 10px;
}
.label-style-preferences {
    color: #000;
    font-size: 16px;
    font-family: "Montserrat", "Montserrat-Regular";
    font-weight: 600;
}
.activelocation {
    background-color: #0076ff;
    color: white !important;
}
/* delivery form */
/*Footer*/
.footer-item {
    box-shadow: 4px 0 8px -2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.footer-item:last-child {
    box-shadow: none;
}
.cart-badge {
    background-color: #e06206 !important;
    /* Your theme orange */
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 12px;
}
.about {
    font-family: "Montserrat", "Montserrat-Regular";
    font-weight: 600;
}
.about a {
    font-size: 16px;
}
.active-tab {
    border-top-width: 4px !important;
    border-top-style: solid !important;
    border-top-color: #df6205 !important;
}
/* signin signup */
.grecaptcha-badge {
    z-index: 9999999;
}
/* signin signup */
/*Footer*/
.nav-mobile {
    z-index: 1;
    width: 100%;
    position: fixed;
}
.footer-bg{
    background-color: #dedede;
}
/* Mobile */
@media (max-width: 991px) {
    .item-info {
        margin: 0 5%;
    }
}
@media (min-width: 992px){
    .border-lg-0{
        border: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .location-carousel,
    .location-carousel .owl-stage-outer,
    .location-carousel .owl-stage,
    .location-carousel .owl-item,
    .location-carousel .item,
    .location-carousel .item img {
        height: 55vh !important; /* Force everything to 40vh on mobile */
    }
    .form-section {
        animation: fadeIn 0.4s ease forwards;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .category-section {
        padding-inline: 0;
    }
    .nav-mobile {
        z-index: 1;
        width: 100%;
        position: fixed;
    }
    .minimum-height {
        min-height: calc(100vh - 102px);
    }
    .mobile-font-size {
        font-size: 10px;
    }
    .qty-order .count-order {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .food-desc {
        color: #696866;
        font-size: 12px;
        font-weight: normal;
        font-family: "Poppins", "Poppins-Regular";
        white-space: normal;
    }
    .location-width {
        width: 250px;
    }
    .container {
        overflow-x: hidden;
        max-width: none;
    }
    .footer-index-cart {
        margin-bottom: 75px;
    }
    .mobile-fixed-height .category-section:first-child .mobile-border {
        border-top: 2px solid #d95503;
    }
    .mobile-fixed-height {
        min-height: calc(100vh - 225px);
    }
    .mobile-border {
        border-top: none;
        border-left: none;
        border-right: none;
    }
    .item-image {
        width: 100%;
        height: 150px;
        background-size: cover;
        background-position: center center;
    }
    .item-border,
    .size-itemsection,
    .modifer-itemsection {
        margin: 0 7%;
    }
    .size-itemsection,
    .qty-spin,
    .modifer-itemsection {
        border-top: 1px solid #fd873e;
        margin: 0 7%;
    }
    .bg-color {
        min-height: 110px;
    }
    .footer-hide {
        display: none;
    }
    .add-card {
        border: 1px solid #aeabab !important;
        border-radius: 15px;
        font-size: 12px;
        min-height: 110px;
        font-weight: normal;
        font-family: "Poppins", "Poppins-Regular";
        color: #666 !important;
    }
    .bg-color-off {
        min-height: 110px;
    }
    .medium-font {
        font-size: 1rem;
    }
    .small-font {
        font-size: 0.7rem;
    }
    .xsmall-font {
        font-size: 0.6rem;
    }
    .process-container {
        min-height: calc(100vh - 102px);
    }
    .feedback-comment {
        width: 100%;
    }
    .feedback-question {
        font-size: 18px;
    }
    .star-size {
        font-size: 30px;
    }
    .feedback-form {
        padding-top: 125px;
    }
    .msg-min-height {
        min-height: calc(100vh - 102px);
    }
    .minimum-fixed-height {
        min-height: calc(100vh - 100px);
    }
}
@media screen and (max-width: 768px) {
    .item-border,
    .size-itemsection,
    .modifer-itemsection {
        margin: 0 7%;
    }
    .size-itemsection,
    .qty-spin,
    .modifer-itemsection {
        border-top: 1px solid #fd873e;
        margin: 0 7%;
    }
}
@media (max-width: 767px) {
    .location-carousel,
    .location-carousel .owl-stage-outer,
    .location-carousel .owl-stage,
    .location-carousel .owl-item,
    .location-carousel .item,
    .location-carousel .item img {
        height: 40vh !important; /* Force everything to 40vh on mobile */
    }
    .time-text {
        margin-right: clamp(4px, 2vw, 8px) !important;
        font-size: clamp(0.8rem, 4vw, 0.95rem) !important;
    }

    .loc-title {
        font-size: clamp(0.9rem, 4vw, 1rem) !important;
    }
    .form-section.active-section {
        display: block !important;
        margin: 0 auto;
        max-width: 100%;
    }

    #signinPage {
        display: flex !important;
        flex-direction: column;
        align-items: center !important;
        justify-content: flex-start !important;
        padding: 40px 10px !important;
        min-height: 1px;
    }

    #signinPage .col-11 {
        width: 100%;
        max-width: 400px;
        padding: 0 !important;
    }

    /* Reduce toggle margin */
    .auth-toggle-wrapper {
        margin-bottom: 15px !important;  /* Was 25px */
    }

    /* Reduce row padding */
    #signinPage .row {
        padding-top: 0 !important;
        margin: 0 !important;
    }
    .img-wrapper {
        height: 150px;
    }
}
@media (max-width: 576px) {
    .font-stye-cardNumber-holder {
        font-size: 12px;
    }
    .card-type {
        font-size: 12px;
        font-style: italic;
    }
    .cd-cart-discount {
        color: #000;
        font-size: 15px;
        font-weight: normal;
        font-family: "Poppins", "Poppins-Regular";
    }
    .category-section {
        padding-inline: 0;
    }
    .item-image {
        width: 100%;
        height: 70px;
        background-size: cover;
        background-position: center center;
    }
    .modifier-group {
        font-size: 12px;
        font-weight: normal;
        font-family: "Poppins", "Poppins-Regular";
        color: #000000;
    }
    .toppings .qty1 {
        font-size: 12px;
        font-weight: normal;
        color: #696866;
        padding-left: 20px;
        font-family: "Poppins", "Poppins-Regular";
    }
    .footer-hide {
        display: none;
    }
    .add-card {
        border: 1px solid #aeabab !important;
        border-radius: 15px;
        font-size: 12px;
        min-height: 110px;
        font-weight: normal;
        font-family: "Poppins", "Poppins-Regular";
        color: #666 !important;
    }
    .footer-index-cart {
        margin-bottom: 75px;
    }
    .modal-dialog {
        margin-top: 20px !important;
    }
    .qty-item-description {
        font-size: 16px;
    }
    .padding-bottom-mobile {
        padding-bottom: 0px !important;
    }
    .padding-inline-form {
        padding-inline: 30px;
    }
    .mobile-container {
        padding-top: 175px;
    }
    .minimum-height {
        min-height: calc(100vh - 102px);
    }
    .mobile-font-size {
        font-size: 10px;
    }
    .mobile-fixed-height .category-section:first-child .mobile-border {
        border-top: 2px solid #d95503;
    }
    .mobile-border {
        border-top: none;
        border-left: none;
        border-right: none;
    }
    .container {
        overflow-x: hidden;
    }
    .item-desc {
        font-size: 1em;
    }
    .footer-mobile {
        overflow-y: hidden;
    }
    .mobile-fixed-height {
        min-height: calc(100vh - 225px);
    }
    .food-desc {
        color: #696866;
        font-size: 12px;
        font-weight: normal;
        font-family: "Poppins", "Poppins-Regular";
        white-space: normal;
    }
    .order-price {
        color: #000;
        font-size: 20px;
        font-family: "Poppins", "Poppins-SemiBold";
        font-weight: 600;
    }
    .quantity a {
        color: #000;
        font-weight: 600;
        font-size: 14px;
        font-family: "Poppins", "Poppins-Regular";
        text-decoration: none;
    }
    .item-size {
        font-weight: 600;
        font-size: 12px;
        font-family: "Poppins", "Poppins-Regular";
    }
    .cd_price_style {
        font-size: 14px;
    }
    .bg-color {
        min-height: 110px;
    }
    .bg-color-off {
        min-height: 110px;
    }
    .medium-font {
        font-size: 1rem;
    }
    .small-font {
        font-size: 0.7rem;
    }
    .xsmall-font {
        font-size: 0.6rem;
    }
    .process-container {
        min-height: calc(100vh - 102px);
    }
    .feedback-comment {
        width: 100%;
    }
    .feedback-question {
        font-size: 15px;
    }
    .star-size {
        font-size: 25px;
    }
    .feedback-form {
        padding-top: 125px;
    }
    .msg-min-height {
        min-height: calc(100vh - 102px);
    }
    .minimum-fixed-height {
        min-height: calc(100vh - 100px);
    }
}
@media (max-width: 480px) {

    .right-content {
        gap: 4px !important;
    }

    .time-text {
        font-size: 0.8rem !important;
    }

    .option-card {
        padding: 8px 0 !important;
    }
    .mobile-font-size {
        font-size: 7px;
    }
}
@media (max-width: 375px) {
    .width-title {
        width: 85%;
    }
}
@media (max-width: 360px) {
    .main-title {
        font-size: 1.1rem !important;
    }
    .loc-title {
        font-size: 0.85rem !important;
    }
}

@media (max-width: 767px) {

}
iframe {
    z-index: -1 !important;
}
.swal-modal {
    z-index: 20000 !important;
}
.swal-overlay {
    z-index: 20000 !important;
}
