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



html[dir="rtl"] body,
html[dir="rtl"] span {
    font-family: 'Alexandria', sans-serif !important;
    font-weight: 400;
    font-style: normal;
}

button {
    border-radius: 6px !important;
}

#flatpickr-cont {
    position: relative;
}

#flatpickr-cont>div {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    right: unset !important;

    z-index: 9999999999999;
}

.position-flatpickr-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999999999;

}

.contact-container {
    max-width: 100%;
    border: 1px solid #ccc;
    padding: 20px 20px 20px 20px !important;
    background-color: #F4F8FC;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#my-order {
    display: none;
}

.my-order {
    width: 100%;
}


.past-orders-list-cont {
    max-width: 100vw;
}

.remove-icon-for-product-in-cart {
    font-size: 18px;
    fill: transparent;
    background: transparent;
}

.past-order-when-there-is-no-orders {
    width: 100%;
    margin-top: 0 !important;
}

#view-in-cart-button {
    position: fixed;

    bottom: -70px;
    left: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
    transform: translateX(-50%);
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 10px 10px;
    width: 100%;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: bottom 0.3s ease;
    z-index: 99999998;
}

#view-in-cart-button-web {
    display: none;
}

#datetime {
    height: 32px;
    display: block;
    min-width: calc(100% - 12px);
    max-width: 100%;
    color: black;
    border: 1px solid #999;
    position: relative;
    box-sizing: border-box;
    background-color: white;
}

#datetime::-webkit-date-and-time-value {
    margin-block: auto;
    text-align: start;
    display: flex;
    height: 100%;
    justify-content: start;
    align-items: center;
    width: 100%;
}

.safari .datetime-placeholder::after {
    content: '15 August 2024 at 4:37PM';
    position: absolute;
    z-index: 100000;
    color: rgb(170, 170, 170);
    offset-inline-start: 5px;
    top: 8px;
}


.spacing-for-view-in-cart-button {
    display: block;
    height: 40px;
}

.spacing-for-view-in-cart-button.hidden {
    display: none;

}

#view-in-cart-button.hidden {
    bottom: -70px;
}

#view-in-cart-button.show {
    bottom: 70px;
}

.submitedOrderPopup {

    border-radius: 20px 20px 0 0;
    width: 100vw;
    box-sizing: border-box;
    position: fixed;
    bottom: -200px;
    transition: all 0.3s ease;
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 10px 10px;
    z-index: 1000;
    text-align: center;
    font-size: 16px;
}

.showOrderSubmitedPopup {
    bottom: 70px !important;
}

#customerForm {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.reservation-form-cont,
.reservationsPopupbuttons {
    max-width: 100%;
}

#customerForm input:focus-visible,
#customerForm textarea:focus-visible,
.special-instructions-input:focus-visible {
    border: 1px solid var(--primary-color) !important;
    outline: none;
}

#customerForm label {
    margin-top: 4px;
    margin-bottom: 4px;
    color: #333;
}

.contact-container .header {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}

.contact-label {
    display: flex;
    align-items: center;
}

.contact-label span {
    font-size: 16px;
}

.contact-info-cont {
    margin-inline: 4px;
    display: flex;

    justify-content: space-between;
}

.social-media-cont {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 10px;
}

.social-media-cont i {
    font-size: 28px !important;
}

.youtube-color {
    color: #FF0000 !important;
}

.tiktok-color {
    background: linear-gradient(45deg, #FF0000 0%, #00FFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.flatpickr-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99958;
    display: none;
}

#phone-dine-in {
    border: none !important;
}

.contact-text-cont {
    padding-top: 15px;
    padding-bottom: 20px;
    background-color: white;
    box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding-inline: 5px;
    margin-inline: 0;
    margin-top: 20px;
}

.contact-info hr {
    border: 1px solid #ddd;
}

.days-off {
    display: inline-block;
    font-size: 14px;
}

.google-maps-iframe-cont iframe {
    width: 100%;
}

.connect-with-us {

    display: flex;
    justify-content: start;
    border-radius: 18px;
    align-items: center;
    padding: 15px 25px;
    background-color: #323C50;
}

.contact-container .description {
    font-size: 16px;
    margin-bottom: 20px;
}

.connect-with-us-text {
    margin: 0;
    color: white;
    font-size: 16px;
}

.contact-description-header {
    font-size: 22px;
    font-weight: bold;
}

#order-button {
    width: 100%;
}

.primary-button-only-button {
    background-color: var(--primary-color) !important;
    color: white !important;

}

#go-back-to-current-order-button {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 10px 40px;
    margin-inline: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}

.contact-info i {
    color: var(--primary-color);
    font-size: 16px;
    margin-inline-end: 13px;
}


.contact-info-data {
    font-size: 16px;
    color: #333;
    text-align: end;
    outline: 0;
    cursor: auto;
}

#days-off {
    font-size: 14px;
}

.phoneNumber {
    color: var(--primary-color);
}

.contact-container .social-media a {
    margin: 0 0;
    color: #333;
    text-decoration: none;
}

.contact-container .social-media a:hover {
    color: var(--primary-color);
}






.popup {
    display: none;
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 69px);
    background-color: rgba(0, 0, 0, 0.8);
    overflow: auto;
}

.mt-10 {
    margin-top: 6px;
}


.popup-content-reservations {
    background-color: white !important;
    margin-inline: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    z-index: 100;
}

.reservationsPopupbuttons {
    margin-top: 2rem;
}

.reserve-popup-button {
    width: 100%;
    padding-block: 16px;
    border-radius: 8px;
}

.reservationsPopupbuttons button {
    padding: 10px 20px;
    background-color: var(--primary-color);
    max-width: 100%;
    width: 400px;
    box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.15);
    color: white;
    border: none;
    cursor: pointer;
}

#reservationsPopupBtn {
    background-color: white;
    color: #54575A;
    margin-inline-end: 8px;
}

.reservationsPopupbuttons button:hover {
    background-color: var(--primary-color);
}

#order-total-price-text,
#order-receive-type-text {
    color: var(--primary-color);
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.my-table-number-header,
.my-order-time-header {
    margin: 0;
    padding: 0;
}

.my-order-details-cont {
    align-items: center;
    justify-content: space-around;
    display: flex;

}

#my-table-number-displayer,
#my-order-time-displayer {
    color: var(--primary-color);
}

.my-order-details-cont h4 {
    margin-block: 8px;
    margin-bottom: 0;
}

.product-popup-cont {
    border-radius: 6px;
}

.popup-content {
    position: relative;
    border-radius: 8px !important;
    animation: slideIn 0.5s ease-out forwards;

}

@keyframes slideIn {
    from {
        transform: translateY(-30%);
        opacity: 0;
    }

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

.popup-content-reservations {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
}

.popup-content h2,
.header,
.order-header {
    padding-top: calc(13px + 17*(100vw - 320px)/1600) !important;
    font-size: 22px !important;
    font-weight: 500 !important;

}

#customerForm {
    padding-top: 0 !important;
}

.popup-content-reservations h2 {
    margin-top: 0;
    text-align: center;

}

.popup-content-reservations label {
    display: block;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
}

#customerForm {
    padding-inline: 3px;
    padding-top: 10px;
}

.inputContPartySize {
    margin-top: 0;
    height: fit-content;
}

.inputContPartySize input {
    margin-top: 3px;
}


.popup-content-reservations input,
.popup-content-reservations select,
.popup-content-reservations textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    resize: vertical;
}

.popup-content-reservations .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}


#order-popup .image-cont,
#past-specfic-order-popup .image-cont {
    padding-block: 5px !important;
}

#order-popup .product-name {
    margin: 0 !important;
    font-size: 16px;
}

.product-special-instructions {
    margin: 0;
    color: #999;
    font-size: 14px;
}

#go-back-to-past-orders-button {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 10px 40px;
    margin-inline: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}

.popup-subtitle {
    font-size: 14px;
    color: #555;
    text-align: center;
    margin-bottom: 4px;
    margin-top: 0;
}

#order-popup .order-product-cont {
    position: relative;
    gap: 4px;
    padding-block: 5px;
    width: 300px;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1) !important;

}

#my-order-popup .order-product-cont {
    width: 300px;
    padding-block: 5px;
}

.safari .remove-button-for-product-in-cart {
    right: -10px;
}

.remove-button-for-product-in-cart {
    top: 10px;
    display: block;
    cursor: pointer;
    right: 10px;
    left: unset !important;
    position: absolute;
    background-color: blue;
    outline: none;
    border: none;
    line-height: 0.3;
    background: none;
    color: rgb(200, 0, 0);
    font-size: 20px;
    transition: all 0.3s ease;
}

.remove-button-for-product-in-cart:hover {
    color: red;
}

.contact-container {
    max-width: 100%;
    width: 500px;
}

#contactPopup {
    max-width: 100%;
    overflow-x: hidden;
}

.google-maps-iframe-cont {
    height: 400px;
}

.google-maps-iframe-cont iframe {
    height: 100%;
    width: 100%;
}


html[dir="rtl"] .contact-label {
    direction: ltr;
    flex-direction: row-reverse;
}

html[dir="rtl"] .contact-info i {
    margin-inline-end: 0;
    margin-inline-start: 8px;
}

.my-table-number-header,
#order-total-price-header,
#order-receive-type-header,
.my-order-time-header {
    font-size: 18px;
    font-weight: 400;
}

h3 {
    font-weight: 400;
}

.popup-content-reservations {
    max-width: 100%;
    box-sizing: border-box;
    width: 400px;
    padding-inline: 30px;
}

.mobileHidden {
    display: none !important;
}

.desktopHidden {
    display: flex !important;
}

@media (min-width: 601px) {

    #cart-container {
        margin-inline: auto;
    }

    .desktopHidden {
        display: none !important;
    }

    .mobileHidden {
        display: flex !important;
    }

    .popup-content-reservations {
        top: 24px;
        box-sizing: content-box;
    }

    #customerForm {
        padding-bottom: 20px;
    }

    .centersubmitedOrderPopup {
        display: flex;
        justify-content: center;
    }

    .submitedOrderPopup {
        margin-inline: auto;
        top: unset !important;
        border-radius: 10px 10px 0 0;
        bottom: -300px !important;
    }

    .showOrderSubmitedPopup {
        bottom: 0;
    }

    .showOrderSubmitedPopup {
        bottom: 0 !important;
    }

    .contact-container {
        margin-top: 65px !important;
    }

    #my-order {
        margin-top: 80px;
        max-width: 600px;
    }

    #my-order .image-cont {
        padding-block: 0;
    }

    #show-total-price {
        display: none !important;
    }

    #number-of-products {
        position: absolute;
        top: 6px;
    }

    #view-in-cart-button-web i {
        cursor: pointer;
        color: transparent;
        -webkit-text-stroke: 1px white;
    }

    #view-in-cart-button-web:hover i {
        color: transparent;
        -webkit-text-stroke: 1px var(--primary-color);
    }

    #view-in-cart-button-web.show {
        cursor: pointer;
        display: block !important;
        opacity: 1 !important;
    }

    #number-of-products {
        border: none !important;
        font-size: 12px;
        border-radius: 50%;
        background-color: var(--primary-color);
        color: white;
        height: 18px;
        width: 18px;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .number-product-text-cont {
        border: none !important;
        font-size: 12px;
        border-radius: 50%;
    }

    #view-in-cart-button-web.hidden {
        display: none !important;
        opacity: 0 !important;

    }

    #view-in-cart-button-web {
        all: unset !important;
        position: relative;
        cursor: pointer !important;
    }

    #view-in-cart-button-web .view-in-cart-text,
    #view-in-cart-button-web .show-total-price {
        display: none;
    }

    #view-in-cart-button {
        display: none !important;
    }

    #order-popup,
    #past-specfic-order-popup {
        margin-top: 66px;
    }

    .popup-content-product {
        box-sizing: border-box;
        width: 500px;
        padding-inline: 0 !important;
        margin-top: 70px;
    }

    .hot-deals-item-cont {
        height: 180px;
    }

    .popup {
        height: calc(100% - 0px);
        bottom: 0;
        top: unset;
    }


    .order-product-cont {
        width: 500px !important;
    }


    #cartPopup .image-cont {
        flex: 2;
    }

    .popup-content {
        padding-block: 0;
        padding-inline: 50px;
    }


    .popup-content-cart {
        padding-inline: 0 !important;
    }

    .popup-content-reservations {
        width: 350px;
        padding-inline: 100px;
    }
}

#cart-container .product-name {
    font-size: 16px;
    font-weight: 600;
}

.counter-container {
    margin-inline-start: auto;
    max-width: 100px !important;
    padding-block: 0;
    margin-block: auto;
    border: 1px solid #ccc;
    height: fit-content;
    display: flex;
    align-items: center;
}

.crement-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 30px;
    text-decoration: none;
    font-size: 24px;
    border: none;
    color: #000;
    background: none !important;
    line-height: 1;
    padding-block: 0 !important;
    height: 100%;
    margin: 0 10px;
}

.crement-button:has(.fa-trash) {
    margin: 0 14px;
}

.crement-button:active {
    border-color: #f00;
    color: #f00;
}

.value {
    font-size: 20px;
}

.popup-content-cart {
    background-color: white;
    padding-inline: 10px;
    padding-bottom: 20px;
}

.popup-content-cart h1 {
    margin-top: 0;
    text-align: center;
}

#phone {
    width: 100%;
}

.iti {
    width: 100% !important;
}

.iti--fullscreen-popup .iti__dropdown-content {
    width: fit-content;
}

.iti--fullscreen-popup.iti--container {
    z-index: 100000000;
    margin-inline: auto;
    padding: 0 !important;
}

.iti__dropdown-content {
    margin-inline: auto;
}

.close-styling {
    font-size: 24px;
    position: absolute;
    display: block;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
    background-color: var(--primary-color);
    padding: 5px;
    position: absolute;
    top: -15px;
    right: -15px;
    opacity: 1;
    background-image: none;
    border-radius: 4px;
    color: #fff;
    margin: 0;
    height: 22.5px;
    width: 22.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

html[dir="rtl"] .close-styling {
    left: -10px;
    right: unset;
}




.flex2 {
    flex: 2;
}

.social-media i {
    color: black;
    font-size: 24px;
    transition: all 0.3s ease;
}

.social-media .facebook-color {
    color: #1877F2;
}

.social-media .instagram-color {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.popup-content-contact {
    box-sizing: border-box;
}

.social-media a:hover i {
    color: var(--primary-color);
}

#view-in-cart-web {
    display: none;
}

.view-in-cart-text {
    width: 100%;
    text-align: center;
    display: inline-block;
    flex: 1 1 0;
}

#show-total-price {
    text-align: end;
    margin-inline-end: 10px;
}

.number-product-text-cont {
    width: fit-content;
    padding: 5px;
}

#number-of-products {
    text-align: start;
    margin-inline-start: 10px;
}

#my-order .image-cont,
#order-popup .image-cont {
    display: none !important;
    visibility: hidden;
    position: absolute;
}

#show-total-price,
#number-of-products {
    flex: 1 1 0;
}

.order-and-my-order-cont {
    max-width: calc(100% - 10px);
    margin-inline: auto;
    gap: 4px;
}

.order,
#back-to-add-to-my-order,
#call-the-restaurant {
    max-width: 300px;
    margin-inline: auto;
    cursor: pointer;
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 10px 40px;
    margin-block: 10px;
}

#original-cancel-order,
#call-the-restaurant {
    font-size: 14px;
    flex: 1;
}


#cancel-and-call-restaurant-cont {
    display: flex;
    gap: 8px;

}

#back-to-add-to-my-order {
    padding: 10px;
    position: absolute;
    top: -4px;
    box-sizing: border-box;
    inset-inline-start: 8px;
    width: 32.5px;
    height: 32.5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#back-to-add-to-my-order i {
    font-size: 14px;
}

html[dir="rtl"] #back-to-add-to-my-order {
    rotate: 180deg;
}

.product-popup-info {
    padding-inline: 10px;
}

#number-of-products-mobile {
    border: none !important;
    font-size: 12px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: white;
    height: 18px;
    width: 18px;
    top: -16px;
    right: -15px;
    margin: 0;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;

}

#number-of-products-mobile .number-product-text-cont {
    border: none !important;
    font-size: 10px !important;
    padding: 8px;
    text-align: center;
    line-height: 0;
    letter-spacing: 1px;
    border-radius: 50%;
}

.cancel-delivery,
#cancel-order-button {
    background-color: rgb(180, 0, 0) !important;
}

#my-order-button {
    width: 350px;
    background-color: #ccc;
    color: #333;
    margin-inline-end: 4px;
    font-size: 13px !important;
    margin-inline: auto;
    max-width: calc(100% - 20px);
}

#order-button {
    font-size: 14px !important;
}

.realative {
    position: relative;
}

.flexCenterAll {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-cont {
    flex: 2;
}


.image-cont-popup {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    width: 100%;
}


.image-cont-popup img {
    aspect-ratio: 16/9;
    /* This will only be applied in supporting browsers */
}

@media (aspect-ratio: 16/9) {
    .image-cont-popup img {
        aspect-ratio: 16/9;
        /* This will only be applied in supporting browsers */
    }
}

.product-popup-name {
    margin: 16px 0 0 0;
}

.product-popup-description {
    font-size: 16px !important;
    margin-top: 6px;
    margin-bottom: 6px;
}

.any-special-instructions {
    margin: 0;
    font-size: 16px !important;
    font-weight: 500;
    color: #333;

}

.special-instructions-input {
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 16px;
    resize: horizontal;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    height: 70px;
    padding: 8px 10px;
}

.popup-product-counter {
    display: flex;
    padding-inline: 10px;
    align-items: center;
    justify-content: space-evenly;
}


.popup-product-counter {}

.creament-popup {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    color: var(--primary-color);
    font-size: 26px;
    margin: 0;
}

.hr-product-popup {
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 100%;
}

.product-popup-price {
    font-size: 18px;
}

#totalOrderedProductPrice {
    margin-inline-end: 6px;
}

.totalOrderedProductPrice {
    color: white;
    position: absolute;
    right: 10px;
    font-size: 14px;
}

.price-USD-text {
    font-weight: 600 !important;

}

.add-to-cart-text {
    margin-inline: auto;
    width: 100%;

}

.reserve-popup-button {
    margin-bottom: 5px;
}

@media (max-height: 650px) {

    .firstLabel {
        margin-top: 0;
    }

    #customerForm h2 {
        padding-top: 3px !important;
    }

    #customerForm label {
        margin-top: 6px;
        font-weight: 500;

    }


    .popup-content-reservations .close-styling {
        top: 2px !important;
        right: 5px !important;
    }

    #reserve-popup-button {
        padding-block: 5px;
        font-size: 16px;
    }

    .name-input-cont {
        margin-bottom: 4px;
    }
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {

    color: rgba(57, 57, 57, 0.7) !important;
}

.flatpickr-day.disabled {
    color: rgba(57, 57, 57, 0.2) !important;
}

.contact-info-location {
    font-size: 12px;
    margin-inline-start: 20px;
    text-align: end;
}

html[dir="rtl"] .whatsapp-icon {
    margin-right: -7px;
}

html[dir="ltr"] .whatsapp-icon {
    margin-left: -7px;
}

html[dir="rtl"] .location-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}

@media (max-height: 750px) {
    .flatpickr-calendar {
        border: 0 !important;
        position: absolute;
        top: 50%;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

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

    .flatpickr-month {
        height: 35px !important;
    }
}

.add-to-cart-product-popup-button {
    padding-block: 7px;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    border: none;
    display: flex;
    color: white;
    font-size: 18px;
    width: 350px !important;
    max-width: 100% !important;
    margin-inline: auto;
    background-color: var(--primary-color);
    align-items: center;
}

#order-button {
    max-width: calc(100% - 40px);
    margin-inline: auto;
    width: 350px !important;
}

.max-100 {
    max-width: 100vw !important;
}

.counter-container {
    min-width: 50px;
    display: flex;
    justify-content: center;
}

.text-and-checkmark-cont {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.hr-cont {
    width: 100%;
}

.gray-bg {
    background-color: #fafafa;
}

#past-specfic-order-popup {
    display: none;
}

.order-header {
    margin-top: 20px;
    margin-inline-start: 20px;
    font-size: 22px;
    font-weight: 500;
}

.past-order {
    margin-inline-end: 12px;
    color: var(--primary-color);
    background-color: #eee;
}

#customerForm {
    padding-bottom: 20px;
}

@media (max-width: 450px) {
    #cartPopup .popup-content-cart {
        margin-inline: 4px;
    }
}

#past-orders-popup {
    display: none;
}

#past-orders-popup {
    background: white;
}

.past-orders-container {
    display: flex;
    align-items: center;
    max-width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 10px;
}

#go-back-to-past-orders-button,
#go-back-to-current-order-button {
    color: var(--primary-color);
    background-color: #eee;
}

.past-orders-icon {
    padding-inline: 10px;
    margin-inline-end: 10px;
}

.past-orders-icon i {
    font-size: 30px;
}

.past-orders-content {
    flex-grow: 1;
}

#order-table-input {
    margin-bottom: 10px;
}

#order-table-input:disabled {
    background-color: #eee !important;
}

.past-orders-title {
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    color: #000;
}

.past-orders-subtitle {
    font-size: 14px;
    margin: 0px 0;
    color: #7d7d7d;
}

.past-orders-description {
    font-size: 12px;
    margin: 0;
    color: #a0a0a0;
}

.past-orders-checkmark {
    margin-inline-end: 13px;
    color: #00b800;
    font-size: 20px;
}

#product-popup .image-cont {
    margin-inline-end: 0;

}

#no-order-popup {
    display: none;
}

#name {
    margin-bottom: 1px;
}

#product-popup .image-cont img {
    width: 100%;

}

.choose-size,
.extras-cont {
    margin: 20px 0 8px 0;
}

.extras-cont {
    margin-top: 10px;
}

.any-special-instructions {
    font-size: 18px;
    margin-bottom: 0;
}

.size-options,
.extras-cont {
    display: flex;
    margin-top: 4px;
    flex-direction: column;
    gap: 10px;
}

.image-and-text-content-in-product-popup {
    flex: 1;
    position: relative;
    overflow-y: auto;
}

.add-to-cart-and-counter-cont {
    border-top: 2px solid #ccc;
    border-radius: 3px 3px 0 0;
}

.size-extra-price,
.extra-extra-price {
    color: #aaa;
}

.choose-extra {
    margin-bottom: 8px;
}

.imageAndTitleAndPriceCont {
    display: flex;
}

.allProductInfoCont {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.size-label,
.extra-label {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #555;
}

.size-input,
.extra-input {
    appearance: none;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border: 2px solid #333;
    margin-inline-end: 7px;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    transition: border-color 0.3s, background-color 0.3s;
    margin-top: 0;
}

.extra-input {
    border-radius: 4px;
}

.size-input:checked,
.extra-input:checked {
    background-color: var(--primary-color);
}

.size-input:checked::before,
.extra-input:checked::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: var(--primary-color);
    border-radius: 50%;
    margin: 4px;
}

.category-active {
    background-color: var(--primary-color);
}

#orderTypeTakeAwayCont {
    width: 100%;
}

.isRestaurantHasNoOrder .image-and-text-content-in-product-popup {
    display: flex;
    flex-direction: column;
}

.isRestaurantHasNoOrder .image-and-text-content-in-product-popup .image-cont.image-cont-popup {
    flex: 0 !important;
}

.isRestaurantHasNoOrder .hr-product-popup {
    display: none !important;
}

@media (max-height: 950px) {
    .reserve-popup-button {
        margin-top: 20px;
    }

    #customerForm {
        padding-bottom: 20px;
    }
}

@media (min-height: 901px) {

    .firstLabel {
        margin-top: 40px !important;
    }

    .inputCont {
        margin-bottom: 30px !important;
    }

    #customerForm label {
        margin-bottom: 6px;
    }
}

.reservationsPopupbuttons {
    margin-bottom: 20px !important;
}


@media (max-height: 640px) {
    .inputCont input {
        padding-block: 4px;
    }

    .datetime-placeholder {
        height: 34px !important;
    }

}

.pick-up-time {
    color: #000;
    height: 45px !important;
    background-color: white;
}

@media (max-width: 600px) {}

.sub-category-header {
    text-align: center;
    margin: 0;
}

.my-order-details-cont h4 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 400;

}

.my-order-details-cont h4 span {
    color: var(--primary-color);
}

#my-pick-up-time {
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

#picked-up-on-displayer {
    color: var(--primary-color);
}

.popup-content-delivery {
    max-width: 100%;
}

#delivery-only {
    flex-direction: column;
}

.contact-info-data .fa-envelope {
    color: var(--primary-color);
}

@media (max-width: 600px) {
    #cartPopup {
        max-height: calc(100vh - 89px);
        max-height: calc(100dvh - 89px);
    }

    .my-order-details-cont,
    #delivery-only {
        gap: 17px;
    }

    .my-order-details-cont h4 {
        margin-top: 0 !important;
    }

    .my-order-time-header {
        text-align: center;
    }

    .popup-content-product {
        position: absolute;
        margin-inline: 0;
        top: 0;
    }

    #orderTypeSelector {
        -webkit-appearance: menulist-button !important;
        height: 50px !important;

    }

    .popup-content-reservations {
        margin-block: 0 !important;
        padding-block: 0 !important;
    }

    .popup-content-contact {
        height: unset !important;
        min-height: unset !important;
    }

    #cartPopup {
        overflow-x: hidden;
        min-height: calc(100vh - 69px);
        min-height: calc(100dvh - 69px);
        overflow-y: auto;
    }

    #my-order,
    #order-popup {
        border-radius: 8px !important;
        max-width: calc(100vw - 40px) !important;
    }

    #cartPopup {
        padding-block: 10px;
    }

    #orderTypeTakeAwayCont {}

    #cart-container,
    #my-order-cart-container {
        flex: 1;
        margin-top: 20px;
        padding: 3px;
        overflow-y: auto;
    }

    #customerForm {
        height: calc(100vh - 71px);
        height: calc(100dvh - 71px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        box-sizing: border-box;
    }

    .my-order {

        max-height: calc(100vh - 60px);
        max-height: calc(100dvh - 60px);
    }

    .popup-content {
        width: 100vw;
        max-width: 100vw;
        top: 0;
        border-radius: 0 !important
    }


    @keyframes slideIn {
        from {
            transform: translateY(0);
            opacity: 0;
        }

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

    .close-styling {
        top: 10px;
        right: 10px;
    }

    html[dir="rtl"] .close-styling {
        left: 10px !important;
        right: unset;
    }

    .my-order-details-cont {
        flex-direction: column;
    }

    #product-popup .product-popup-name {
        margin-bottom: 0;
        line-height: 1;
    }

    .product-description {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product-popup-cont {
        text-align: start;
    }

    .product-popup-cont .any-special-instructions {
        text-align: start;
        margin-top: 15px;
        margin-bottom: 8px;
    }

    #cartPopup .image-cont {
        margin-inline-end: 10px;
        padding-block: 0;
    }

    #cartPopup .product-name {
        font-size: 14px;
        line-height: 1;
        padding-bottom: 0;
        margin-block-end: 7px;
        padding-top: 6px;
    }

    .product-special-instructions {
        text-align: start;
        padding-bottom: 0;
    }

    #my-order .product-price,
    #order .product-price {
        padding-bottom: 4px;
    }

    #cartPopup .product-price {
        font-size: 14px;
    }

    #cartPopup .crement-button {
        width: 35px;
        margin-inline: 6px;
        height: 35px;
    }

    .contact-container {
        max-width: 100vw;
    }

    .popup-content-product {
        width: 100vw;
        margin-inline: 0 !important;
    }


    .special-instructions {
        margin-inline: 10px !important;
        margin-bottom: 10px;
    }

    @media (min-height: 740px) {

        .add-to-cart-and-counter-cont {
            margin-bottom: 20px;
        }

        .content-product-popup-cont {
            margin-top: 30px;
        }

        .reservationsPopupbuttons {
            margin-top: 0 !important;
        }

        .special-instructions {
            margin-bottom: 20px !important;
        }


    }

    @media (min-height: 800px) {

        .reservationsPopupbuttons {
            margin-top: 20px !important;
        }

    }

    .content-product-popup-cont {
        padding-inline: 10px;
    }

    .product-popup-cont {
        max-height: calc(100vh - 69px);
        max-height: calc(100dvh - 69px);
        height: calc(100vh - 69px);
        height: calc(100dvh - 69px);
        padding-inline: 0 !important;
        border-radius: 0 !important;
        padding-top: 0 !important;
    }

    .product-popup-cont {
        display: flex !important;
        overflow-y: auto;
        justify-content: space-between !important;
    }

    .product-popup-cont .title-cont-product-popup {
        margin-bottom: 10px;
    }

    .product-popup-cont .image-cont {
        flex: 1 !important;
    }

    .product-popup-name {
        font-size: 22px;
        margin-bottom: 10px;
    }

}


.inputCont input,
.inputCont textarea,
#order-name-input {
    width: 400px !important;
    max-width: 100% !important;
    padding-block: 10px;
    line-height: normal !important;
    font-size: 18px !important;
    border-radius: 4px !important;
    border: 1px solid #ced4da !important;
}

#order-name-input {
    max-width: calc(100% - 20px) !important;
    margin-inline: auto;
}

.contact-delivery-fee {
    flex-direction: column !important;
    margin-bottom: 20px;
}

.contact-delivery-fee .contact-label {
    align-items: center !important;
}


img.huechange {
    filter: hue-rotate(120deg);
}

.delivery-price {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: start;
    flex-direction: row-reverse;
}

#delivery-prices-cont {
    padding-inline-start: 15px;
}

.delivery-hr {
    border: none !important;
    height: 1px;
    background-color: #ccc;
    margin: 3px 0;
    opacity: 0.8;
}

.delivery-price-description {
    height: 12.5px;
    width: 12.5px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.delivery-price-title {
    font-size: 16px;
}

.iti {
    border-radius: 4px !important;
    border: none !important;

}

.product-in-cart-size-and-extra {
    font-size: 14px;
    color: #999;
    margin-top: 4px;

}

.cart-container .text-cont {
    padding-block: 4px;
}

.size-and-extra-price-label-span {
    color: #aaa;
}

.iti input {
    border-radius: 4px !important;
    border: 1px solid #ced4da !important;

}

#order-name-input {
    width: 100% !important;
}

button {
    font-size: 18px;
    padding-block: 10px;
}

@media (max-height: 0px) {
    .product-popup-name {
        font-size: 16px !important;
    }

    .hr-product-popup {
        margin-block: 5px !important;
    }

    .product-popup-cont .product-popup-description {
        margin-top: 0 !important;
        font-size: 14px !important
    }

    .product-popup-cont {
        padding-bottom: 0 !important;
    }
}

.returnFromCountryListElement {
    display: none;
}

@media (max-width: 600px) {
    .returnFromCountryListElement {
        top: 8px;
        display: block;
        inset-inline-start: 8px;
        position: absolute;
    }

    .returnFromCountryListElement svg {
        color: var(--primary-color);
        fill: var(--primary-color);
    }

    .popup-content-delivery {
        min-height: unset !important;

    }

    .iti--fullscreen-popup.iti--container {
        width: 100vw;
    }

    .iti--fullscreen-popup.iti--container .iti__search-input {
        margin-inline-start: 35px;
    }

    .iti--fullscreen-popup .iti__dropdown-content {
        margin-inline: 0 !important;
        width: 100%;
    }

    #order-popup {
        align-items: center;
        margin-bottom: 20px !important;
    }

    #cart-container {
        max-width: 400px;
    }

    .reservation-form-cont {
        margin-inline: auto;
    }

    .inputContCustomNote {
        flex: 1;
    }

    @media (min-height: 650px) {
        .inputContCustomNote textarea {
            height: 100%;
        }

        .reservation-form-cont {
            display: flex;
            flex-direction: column;
            min-height: calc(100% - 85px);
        }

        .contact-container {
            padding: 20px 10px 20px 10px !important;
        }
    }

    .popup-content-cart {
        margin: 0 !important;
    }

    .image-cont-popup img {
        border-radius: 0 !important;
    }

    .datetime-placeholder {
        height: 42.4px !important;
    }

    #cartPopup {
        height: fit-content !important;
    }

    #order-popup {
        height: fit-content;
        min-height: fit-content;
    }

    .contact-container {
        max-height: unset !important;
    }
}

@media (max-width:300px) {
    .popup-content-reservations {
        padding-inline: 10px;
    }
}

.iti:has(#phone-dine-in) {
    border-radius: 8px !important;
    width: 99% !important;
    margin-inline-start: 1px;
    border: 2px solid #ccc !important;
}

.iti:has(#phone-dine-in):focus-within {
    border-color: var(--primary-color) !important;
    outline: none !important;
}