html {
    padding: 0;
    margin: 0;
    max-width: 100vw;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}

* {
    text-transform: capitalize;
}

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

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

html[dir="rtl"] #view-in-cart-button-web {
    direction: ltr !important;
}


body {
    font-size: 18px;
    box-sizing: border-box;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
    max-width: 100vw;
    overflow-x: hidden;
    line-height: 1.5;
}

img,
video,
svg {
    max-width: 100%;
    display: block;
}

input:focus-visible,
textarea:focus-visible {
    outline: none !important;
    outline-color: transparent !important;
}



.swiper {
    width: 100%;
}


.swiper-slide {
    width: 100%;
}


.category {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.body-wrapper{
    max-height: 100vh;
max-height: 100dvh;
    overflow-y: auto;
} 
.sub-category-cont:empty{
    display:none;
}
.sticky-cont{
padding-top: 10px;
    position: sticky;
    top: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background: white;
}

.plus-button {
    cursor: pointer;
    line-height: 0;
    background-color: var(--primary-color);
    color: white;
    margin: 0;
    font-size: 22px;
    margin-inline-end: 8px;
    border-radius: 50%;
    width: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    height: 30px;
    font-weight: 400;
}

.swiper-slide-category {
    display: flex !important;
    width: auto !important;
    margin-inline-end: 20px;
    justify-content: center !important;
}

#customerFormForTakeAway .reservation-form-cont {
    max-width: 400px;
}

.swiper-header {
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 500;
}


.price-USD-text {
    font-size: 18px !important;
}

.price-LBP-text {
    font-size: 14px !important;
}

.price-and-button-row {
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 20px;

}

.category-image-cont {
    padding: 18px;
    aspect-ratio: 1/1;
    width: fit-content;
    border-radius: 9999px;
    background-color: #F0F3F7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category-image-cont img {
    height: 30px;
    width: 30px;
}

.sub-category-cont-root {
    overflow-x: hidden;
}

.category-name {
    font-size: 15px;
    color: #B5B6BC;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
}

.there-is-no-items-in-cart {
    text-align: center;
}

.sub-category {
    border-radius: 6px;
    width: auto !important;
    padding-inline: 14px;
    padding-block: 8px;
    user-select: none;
    box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    font-size: 18px;
    margin-inline-end: 8px;
    background-color: white !important;
    color: var(--primary-color) !important;
}

.sub-category-active {
    background-color: var(--primary-color) !important;
    color: white !important;
}

.product-cont {
    display: flex;
    width: 550px;
    cursor: pointer;
    flex: 1 0 auto;
    flex-direction: row;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

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

.product-popup-price {
    margin-block: 0;
    padding: 0;
    color: var(--primary-color);
}

.product-popup-description {
    margin-top: 0;
}

.product-popup-cont {
    display: flex;
    padding-inline: 10px;
    padding-block: 20px;
    background: white;
    flex-direction: column;
    box-sizing: border-box;
}

.product-popup-description {
    color: #4a5568;
    font-size: 14px;
}

.octa-contact-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.devloped-by-text-image-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.octa-logo-image {
    width: 35px;
    height: 35px;
    display: inline-block;
}

.row-product-poput-cont {
    display: flex;
}

.row-product-poput-contP {
    display: flex;
}

.image-cont {
    flex: 1;
    display: flex;
    padding-block: 30px;
    justify-content: center;
    align-items: center;
    margin-inline-end: 20px;
}

.category-cont {
    margin-inline: 40px;
}

.image-cont img {
    aspect-ratio: 16/9;
    max-width: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.products-cont .image-cont img {
    aspect-ratio: 1/1 !important;
}

#order-popup .image-cont img {
    aspect-ratio: 1/1 !important;
}

.products-cont .image-cont {
    flex: 2;
}

.product-cont .product-description {
    margin-top: 0;
}


.products-cont .text-cont {
    flex: 5;
}

.text-cont {
    flex: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-name {
    font-weight: 500;
    font-size: 16px;
    color: #222;
    text-transform: capitalize;
    margin: 0;
}

.text-cont hr {
    border: 1px solid #ccc;
    margin: 6px 0;
}


.product-description {
    font-size: 16px;
    color: #4a5568;
    margin: 10px 0;
}

.product-popup-price {
    font-weight: 600;
}

.product-price {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    color: var(--primary-color);
}


.swiper-wrapper {
    height: unset !important;
}


.sub-category-cont {
    padding-inline: 20px;
    width: calc(100% - 20px);
    overflow: hidden;
    margin: 0 auto;
    display: flex;
}

.margin-inline-start-auto {
    margin-inline-start: auto !important;
}

.margin-inline-end-auto {
    margin-inline-end: auto !important;
}

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

.category-cont {

    max-width: calc(100% - 20px);
    display: flex;
    justify-content: center;
    margin-inline-start: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.category-swiper {
    overflow: hidden;
    width: calc(100% - 10px);
}

.sub-category-swiper-wrapper {
    margin-bottom: 2px;
}

@media (min-width: 601px) {
    .category-swiper {
        width: calc(100% - 200px);
    }

    .sub-category-swiper {
        margin-block: 0;
    }

    .sub-category-swiper-wrapper {
        margin-block: 10px;
    }

    .sub-category-cont {
        padding-inline: 20px;
        width: calc(100% - 400px);
        overflow: hidden;
        margin: 0 auto;
    }

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

    .category-image-cont img {
        height: 60px;
        width: 60px;
    }


    .products-cont {
        margin-top: 10px;
        flex-direction: column;
        justify-content: center;
        display: flex;
        gap: 16px;
    }

    .products-cont {
        width: calc(100% - 150px);
    }

    .swiper {
        width: 100%;
    }

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

}





.sub-category-swiper {
    margin-bottom: 10px;
    margin-inline: auto;
    overflow: hidden;
    height: auto;
}

.sub-category-cont-root {
    overflow: hidden;
    max-width: calc(100% - 20px);
}



.order-product-cont {
    width: 350px;
}

.iti__arrow {
    display: none !important;
}

@media (max-width: 600px) {

    #order-popup .image-cont {
        flex: 1.5;
    }

    #my-order-cart-container .image-cont {
        flex: 1.5;
    }

    #my-order-cart-container .image-cont img {
        aspect-ratio: 1/1;
    }

    .sub-category {
        font-size: 16px !important;
    }

    .swiper-wrapper:last-child {
        margin-inline-end: 0;
    }

    .image-cont {
        flex: 2;
    }

    .sub-category-cont-root {
        margin-block: 5px;
    }

    .category-cont {
        margin-inline: auto;
    }


    .sub-category {
        box-shadow: none;
        border: 1px solid #ddd;
    }



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


    .product-cont {
        width: unset;
    }

    .products-cont {
        margin-top: 20px;
    }

    .startTextMobile {
        text-align: start !important;
    }

    .popup-content-cart {
        padding-inline: 30px;
        margin-inline: 30px;
    }

    .product-description {
        margin-bottom: 12px;
    }



    .product-name {
        margin-top: 8px;
    }

    .product-price {
        margin-bottom: 0;
    }

    .product-description {
        font-size: 14px;
    }

    .product-cont .product-name {
        font-size: 16px;
    }

    .product-price .product-description {
        font-size: 16px;
    }


    .popup-content-reservations {
        overflow-y: auto;
    }


    .nav-item {
        transition: border-top 0.3s ease;
        padding-top: 10px;
        border-top: 2px solid transparent;
        position: relative;
    }

    .nav-item.bottom-nav-item-active {
        border-top: 2px solid var(--primary-color);
    }

    .bottom-nav {
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        border-top: 1px solid #ccc;
        box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
        display: flex;
        justify-content: space-around;
        padding: 0 0 10px 0;
        z-index: 99999999;
    }

    .products-cont {
        margin-inline: 15px;
        margin-bottom: 80px;
    }

    .product-cont {
        padding: 0px 10px;
        flex-direction: row;
        margin-bottom: 20px;
    }

    .flex1Mobile {
        flex: 1;
    }

    .order-product-cont {
        flex-direction: row;
    }

}

.sub-category-header {
    display: none !important;
}

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

}

.error-msg {
    color: red;
    font-size: 13px;
    font-weight: 400;
}

.direction-column {
    flex-direction: column;
}

#developed-by {
    text-align: center;
    margin-top: 12px;
    margin-inline: 14px;

}

#developed-by a {
    color: #30A7AB;
}

@media (max-height: 631px) {
    #contactPopup {}

    .sub-category-cont {
        overflow-x: hidden;
    }

    .popup-content-reservations h2 {
        padding-block: 3px;
        margin-bottom: 0;
        font-size: 20px;
    }

    .reservationsPopupbuttons {
        margin-top: 0;
    }

    .popup-content-contact {
        margin-top: 0;
    }

    .popup-content-reservations .close-styling {
        top: 15px;
        right: 15px;
    }

    .popup-content-reservations {
        padding-block: 10px;
        margin-block: 10px;
    }
}


@media (min-width: 601px) and (max-width: 1000px) {
    .sub-category-cont {
        width: calc(100% - 120px);
    }

    .category-swiper {
        width: calc(100% - 40px);
    }
}