:root {
    --swiper-theme-color: #007aff;
    --MainColor: #f9770d;
}

body {
    overflow-x: hidden;
    background: url("../imgs/background.svg"), #fff;
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-position: bottom;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-top: 90px;
    padding-top: 0px;
    overflow-y: scroll;
    position: relative;
}


/* Loader */

.flex_row_c {
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
}

.flex {
    display: flex;
}

.loader {
    position: fixed;
    z-index: 79;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: url("../imgs/background.svg") #fff;
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-position: bottom;
    height: 100%;
    min-height: 100vh;
}

#loaderimg {
    -webkit-animation: logo 4s ease-in-out infinite forwards;
    -moz-animation: logo 4s ease-in-out infinite forwards;
    animation: logo 4s ease-in-out infinite forwards;
}

@-webkit-keyframes logo {
    0% {
        width: 250px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        width: 150px;
        -webkit-transform: rotate(2turn);
        transform: rotate(2turn);
    }
    to {
        width: 250px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes logo {
    0% {
        width: 250px;
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        width: 150px;
        -moz-transform: rotate(2turn);
        transform: rotate(2turn);
    }
    to {
        width: 250px;
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes logo {
    0% {
        width: 250px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        width: 150px;
        -webkit-transform: rotate(2turn);
        -moz-transform: rotate(2turn);
        transform: rotate(2turn);
    }
    to {
        width: 250px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}


/* float cart */

.fixed_cart_aside {
    position: fixed;
    left: 0;
    top: 30%;
    z-index: 89;
    background: var(--MainColor);
    padding: 20px 10px 5px;
    color: #fff;
    text-align: center;
    font-weight: bolder;
    cursor: pointer;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 21px 36px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
    .fixed_cart_aside {
        display: none;
    }
}

.fixed_cart_aside .number_items {
    padding: 0 7px;
    font-size: 14px;
}

.fixed_cart_aside .number_items svg {
    margin-right: 5px;
    margin-bottom: -3px;
    font-size: 16px;
}

.fixed_cart_aside #cart-side-total {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 15px;
    line-height: 35px;
    background: #fff;
    border-radius: 10px;
    color: var(--MainColor);
}

@media (max-width: 992px) {
    .pending_status_animate {
        right: 0 !important;
    }
    .preparing_status_animate {
        right: 100% !important;
    }
    .delivering_status_animate {
        right: 200% !important;
    }
    .deliverd_status_animate {
        right: 300% !important;
    }
}


/* nav */

.active_navbar {
    background: #fff;
    padding-top: 5px !important;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}

.navbar_fit {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 85;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-top: 20px;
}

@media (max-width: 992px) {
    .navbar_fit {
        background: #fff;
        padding-top: 5px !important;
        height: 90px !important;
        box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
    }
    .navbar_fit .navbar_nav_cont__3QS34 {
        -moz-box-pack: center;
        justify-content: center;
        padding: 0 10px;
    }
}

.navbar_fit .navbar_logo__2Ahkr {
    cursor: pointer;
    padding: 10px 0;
}

@media (max-width: 992px) {
    .navbar_fit .navbar_logo__2Ahkr {
        -moz-box-flex: 1;
        flex-grow: 1;
        -moz-box-pack: center;
        justify-content: center;
        text-align: center;
        padding-left: 30px;
    }
}

.navbar_fit .navbar_logo__2Ahkr img {
    max-width: 300px;
    max-height: 120px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 992px) {
    .navbar_fit .navbar_logo__2Ahkr img {
        max-height: 60px !important;
        max-width: 250px !important;
    }
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI {
    cursor: pointer;
    margin-left: 30px;
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_cart_icon__G0YkM {
    position: relative;
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI .navbar_cart_counter__3Swv7 {
    position: absolute;
    top: -7px;
    right: -2px;
    width: 15px;
    height: 15px;
    color: #fff;
    background-color: var(--MainColor);
    font-weight: 500;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    border-radius: 50%;
    z-index: 3;
}

@media (max-width: 992px) {
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI {
        display: none;
    }
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_favIcon__1VrBR,
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_search_icon__2jFJg,
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_trns_icon__2myl4 {
        display: block;
        justify-self: start;
        margin-left: 0;
        width: 30px;
    }
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_favIcon__1VrBR {
        position: absolute;
        left: 30px;
    }
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_profile_img__Ie_BC {
        display: block;
        margin-right: -15px !important;
    }
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_profile_img__Ie_BC .navbar_profile_img_icon__70f3l {
        display: none;
    }
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_search_icon__2jFJg {
        position: absolute;
        width: 100%;
        margin: 0;
        top: 100%;
        left: 0;
        display: none;
    }
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_search_icon__2jFJg .navbar_search_form__3S7Fc {
        width: 100%;
        right: 0;
        padding: 10px;
        background-color: #fff;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_search_icon__2jFJg .navbar_search_form__3S7Fc input {
        width: 100% !important;
    }
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_search_icon__2jFJg svg {
        position: absolute;
        right: 22px;
        top: 14px;
        z-index: 2;
        display: none;
    }
}

.navbar_fit .navbar_right_btns_cont__3mAGa svg {
    color: var(--MainColor);
    font-size: 1.8em;
    position: relative;
    z-index: 3;
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_profile_img__Ie_BC>img {
    border-radius: 50%;
    -webkit-object-fit: cover;
    object-fit: cover;
    width: 50px;
    height: 50px;
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_icon__2jFJg {
    margin-right: 10px;
    z-index: 80;
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc {
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    right: -40px;
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc input {
    padding: 10px;
    border: 0;
    border: 2px solid var(--MainColor);
    border-radius: 10px;
    background: transparent;
    color: var(--MainColor);
    width: 300px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: bolder;
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc input::-webkit-search-cancel-button {
    display: none;
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc input::-webkit-input-placeholder {
    color: var(--MainColor);
    font-weight: bolder;
    letter-spacing: 1.7px;
    text-transform: capitalize;
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc input::-moz-placeholder {
    color: var(--MainColor);
    font-weight: bolder;
    letter-spacing: 1.7px;
    text-transform: capitalize;
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc input:-ms-input-placeholder {
    color: var(--MainColor);
    font-weight: bolder;
    letter-spacing: 1.7px;
    text-transform: capitalize;
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc input::placeholder {
    color: var(--MainColor);
    font-weight: bolder;
    letter-spacing: 1.7px;
    text-transform: capitalize;
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc input:focus {
    outline: 0;
    width: 500px;
}

@media (max-width: 1200px) {
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc input:focus {
        width: 400px;
    }
}

@media (max-width: 1090px) {
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc input:focus {
        width: 340px;
    }
}

@import url(https://fonts.cdnfonts.com/css/metropolis-2);
@import url(https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700&display=swap);
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
    font-weight: 400;
    font-style: normal;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -moz-box;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-container-pointer-events {
    touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -moz-transition-property: transform, height, -moz-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform, -moz-transform;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-linear-gradient( right, rgba(0, 0, 0, 0.5), transparent);
    background-image: -moz-linear-gradient( right, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-linear-gradient( left, rgba(0, 0, 0, 0.5), transparent);
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-linear-gradient( bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: -moz-linear-gradient( bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-linear-gradient( top, rgba(0, 0, 0, 0.5), transparent);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -moz-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -moz-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -moz-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -moz-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -moz-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: transform 0.2s, top 0.2s;
    -moz-transition: transform 0.2s, top 0.2s;
    transition: transform 0.2s, top 0.2s;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: transform 0.2s, left 0.2s;
    -moz-transition: transform 0.2s, left 0.2s;
    transition: transform 0.2s, left 0.2s;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: transform 0.2s, right 0.2s;
    -moz-transition: transform 0.2s, right 0.2s;
    transition: transform 0.2s, right 0.2s;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000;
}

.swiper-pagination-lock {
    display: none;
}

@media (max-width: 550px) {
    .cart_cont {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        width: 100% !important;
        right: 0 !important;
        left: 0 !important;
    }
    .cart_cont,
    .cart_cont.active_cart {
        height: -webkit-calc(100vh - 87px) !important;
        height: -moz-calc(100vh - 87px) !important;
        height: calc(100vh - 87px) !important;
    }
}

*,
body,
html {
    padding: 0;
    margin: 0;
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Metropolis, sans-serif;
}

a span {
    cursor: pointer;
}

.loader {
    position: fixed;
    z-index: 79;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: url("../imgs/background.svg") #fff;
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-position: bottom;
    height: 100%;
    min-height: 100vh;
}

#loaderimg {
    -webkit-animation: logo 4s ease-in-out infinite forwards;
    -moz-animation: logo 4s ease-in-out infinite forwards;
    animation: logo 4s ease-in-out infinite forwards;
}

@-webkit-keyframes logo {
    0% {
        width: 250px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        width: 150px;
        -webkit-transform: rotate(2turn);
        transform: rotate(2turn);
    }
    to {
        width: 250px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes logo {
    0% {
        width: 250px;
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        width: 150px;
        -moz-transform: rotate(2turn);
        transform: rotate(2turn);
    }
    to {
        width: 250px;
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes logo {
    0% {
        width: 250px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        width: 150px;
        -webkit-transform: rotate(2turn);
        -moz-transform: rotate(2turn);
        transform: rotate(2turn);
    }
    to {
        width: 250px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

body::-webkit-scrollbar-thumb {
    background: var(--MainColor);
    border-radius: 10px;
}

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

input[type="number"] {
    -moz-appearance: textfield;
}

body {
    overflow-x: hidden;
    background: url("../imgs/background.svg") #fff;
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-position: bottom;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-top: 90px;
    direction: ltr;
}

@media (max-width: 992px) {
    body {
        padding-top: 90px !important;
        padding-bottom: 30px;
    }
}

@media (max-width: 600px) {
    body {
        padding-bottom: 60px;
    }
}

@media (max-width: 500px) {
    body {
        padding-bottom: 40px;
    }
}

body.lng_ar {
    direction: rtl;
}

body.lng_ar * {
    font-family: Tajawal, sans-serif;
}

body.lng_ar .social_login_item svg {
    margin-right: 0;
    margin-left: 10px;
}

@media (max-width: 992px) {
    body.lng_ar .nav_wid_cont {
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        flex-direction: row-reverse;
    }
}

body.lng_ar .nav_right_side>div {
    margin-left: 0 !important;
    margin-right: 30px;
}

body.lng_ar .nav_right_side .search_icon_cont {
    margin-right: 0;
    margin-left: 10px !important;
}

@media (max-width: 992px) {
    body.lng_ar .nav_right_side .search_icon_cont {
        margin-left: 0 !important;
    }
    body.lng_ar .nav_right_side .search_icon_cont svg {
        right: auto !important;
        left: 22px !important;
        top: 16px !important;
    }
}

body.lng_ar .nav_right_side .search_icon_cont .search_form_it {
    right: auto !important;
    left: -40px;
}

@media (max-width: 992px) {
    body.lng_ar .nav_right_side .search_icon_cont .search_form_it {
        left: 0;
        right: 0;
    }
}

body.lng_ar .nav_right_side .drop_down_popup li img {
    margin-left: 0 !important;
    margin-right: 10px;
}

body.lng_ar .main_header:after {
    height: -webkit-calc(100% - 68px);
    height: -moz-calc(100% - 68px);
    height: calc(100% - 68px);
}

body.lng_ar .best_deshis .addcartIcon {
    right: 10px !important;
}

body.lng_ar .best_rate svg {
    margin-left: 5px;
    margin-top: -7px;
}

body.lng_ar .addcartIcon {
    right: 10px !important;
}

body.lng_ar .add_cart_btn {
    right: -5px;
}

body.lng_ar .cat_body_cont .add_cart_btn {
    right: -20px;
    bottom: -20px;
}

body.lng_ar #main-categories>div {
    margin-right: 0;
    margin-left: 10px;
}

body.lng_ar .social_links a {
    padding-top: 3px;
}

body.lng_ar .cart_cont {
    right: auto;
    left: 10px;
}

body.lng_ar .cart_cont .cart_title .cart_icon {
    margin-right: 0;
    margin-left: 10px;
}

body.lng_ar .cart_cont .delete_cart_item {
    padding-top: 3px;
}

body.lng_ar #wishList {
    right: 10px;
    left: auto;
}

body.lng_ar .cart_total_cont {
    padding-right: 60px;
    padding-left: 60px;
}

@media (max-width: 450px) {
    body.lng_ar .media_footer svg {
        left: 0 !important;
        right: -13px;
    }
}

body.lng_ar .item_details_pop {
    direction: ltr;
}

body.lng_ar .item_details_pop .item_info_cont {
    direction: rtl;
    margin-top: -60px;
}

body.lng_ar .item_details_pop .item_top_add_fav_btn {
    right: auto;
    left: 40px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -70px;
}

body.lng_ar .item_details_pop .item_top_add_fav_btn .addcartIcon {
    right: auto;
    left: 27px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

body.lng_ar .item_details_pop .extras_list label>span {
    margin-right: 0 !important;
    margin-left: 10px;
}

body.lng_ar .item_details_pop .extras_list input:checked+label>span:before {
    left: auto !important;
    right: 9px;
}

body.lng_ar .item_details_pop .quant_cont {
    margin-bottom: 30px;
}

body.lng_ar .item_details_pop .variant_item_header svg.rotated {
    -webkit-transform: rotate(90deg) !important;
    -moz-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
}

body.lng_ar .item_details_pop .item_add_cart_btn {
    font-weight: bolder !important;
}

body.lng_ar .selected-flag {
    padding-right: 25px;
    width: 48px;
}

body.lng_ar .country-list .search .search-emoji {
    margin-left: 10px;
}

body.lng_ar .country-list .flag {
    margin-left: 10px;
    margin-right: 0 !important;
}

body.lng_ar #profile-popup {
    right: auto;
    left: 30px;
}

body.lng_ar .profile_header .close_profile {
    margin-right: 0 !important;
    margin-left: 10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

body.lng_ar .profile_item:first-of-type .profile_item_icon {
    padding-top: 0;
}

body.lng_ar .profile_item .profile_item_icon {
    margin-right: 0;
    margin-left: 20px;
    padding-top: 3px;
}

body.lng_ar .profile_item .right_chevo {
    right: auto;
    left: 10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: left 0.1s ease-in-out;
    -moz-transition: left 0.1s ease-in-out;
    transition: left 0.1s ease-in-out;
}

body.lng_ar .profile_item.active_profile_item .right_chevo,
body.lng_ar .profile_item:hover .right_chevo {
    left: -10px;
    right: auto !important;
}

body.lng_ar .close_cart,
body.lng_ar .close_wishlist {
    left: auto !important;
    right: 10px;
}

body.lng_ar .checked_addres {
    right: auto !important;
    left: 0;
}

body.lng_ar .profile_title {
    text-align: right;
}

body.lng_ar .order_img {
    margin-right: 0 !important;
    margin-left: 20px;
}

body.lng_ar .open_order_details svg {
    margin-right: 0 !important;
    margin-left: 5px;
    margin-top: -5px;
}

body.lng_ar .order_d_img {
    margin-right: 0 !important;
    margin-left: 20px;
}

@media (max-width: 500px) {
    body.lng_ar .order_d_img {
        margin-left: 0;
    }
}

body.lng_ar .without_wxtars_options .prices {
    margin-bottom: -100px;
    margin-right: -40px;
    margin-left: 20px !important;
}

body.lng_ar .order_pop_prices {
    margin-right: 20px;
    margin-left: 0 !important;
}

body.lng_ar .custom-select__trigger {
    padding-right: 22px !important;
    padding-left: 60px;
}

body.lng_ar .custom-options {
    left: 0 !important;
    right: -2px;
}

body.lng_ar .slider_header img {
    margin-right: 0 !important;
    margin-left: 20px;
}

body.lng_ar .checkout_slide:last-of-type:before {
    right: -webkit-calc(-8% - 10px);
    right: -moz-calc(-8% - 10px);
    right: calc(-8% - 10px);
    left: auto;
}

@media (max-width: 767px) {
    body.lng_ar .checkout_title {
        text-align: right;
        margin-right: -10px;
    }
    body.lng_ar .checkout_title svg {
        position: relative;
        left: -110px;
        top: 5px;
    }
}

@media (max-width: 992px) {
    body.lng_ar .preparing_status_animate {
        right: -100% !important;
    }
    body.lng_ar .delivering_status_animate {
        right: -200% !important;
    }
    body.lng_ar .deliverd_status_animate {
        right: -300% !important;
    }
}

body.lng_ar .fixed_cart_aside {
    left: auto;
    right: 0 !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

body.lng_ar .fixed_cart_aside .number_items svg {
    margin-right: 0;
    margin-left: 5px;
}

body.lng_ar .search-results-cont {
    right: auto !important;
    left: 300px;
}

@media (max-width: 992px) {
    body.lng_ar .search-results-cont {
        right: 0 !important;
        left: 0 !important;
    }
}

body.lng_ar .item_share .copy {
    padding-top: 3px;
    margin: -5px 5px 0 0 !important;
}

body.lng_ar .login_user_phone__1doMU {
    direction: ltr;
}

.ar {
    font-family: Tajawal, sans-serif;
}

#pending-order .st0 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #efefef;
}

#pending-order .st1 {
    fill: #f4eac1;
}

#pending-order .st2 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #f4eac1;
}

#pending-order .st3 {
    fill: var(--MainColor);
}

#pending-order .st4 {
    fill: #575756;
}

#pending-order .st5 {
    fill: var(--MainColor);
}

#pending-order .st6 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #363635;
}

#pending-order .st7 {
    fill: #fff;
}

#pending-order .st8 {
    fill: #363635;
}

.page-transition-enter {
    opacity: 0;
    position: relative;
    right: -300px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 992px) {
    .page-transition-enter {
        right: 0;
        top: 200px;
    }
}

.page-transition-enter-active {
    opacity: 1;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 992px) {
    .page-transition-enter-active {
        right: 0;
        top: 0;
    }
}

.page-transition-exit {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.page-transition-exit-active {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

#lng-switcher .drop_down_popup li,
.flex,
.flex_btw,
.flex_col,
.flex_col_c,
.flex_row,
.flex_row_c {
    -webkit-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
}

.flex_row {
    -moz-box-pack: start;
    justify-content: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
}

#lng-switcher .drop_down_popup li,
.flex_row_c {
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
}

.flex_btw {
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -moz-box-pack: justify;
    justify-content: space-between;
    -moz-box-align: center;
    align-items: center;
}

.flex_col {
    -moz-box-pack: start;
    justify-content: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
}

.flex_col,
.flex_col_c {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}

.flex_col_c {
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
}

.bold {
    font-weight: bolder;
}

.cptl {
    text-transform: capitalize;
}

.upper {
    text-transform: uppercase;
}

.mc {
    color: var(--MainColor);
}

.gc {
    color: #9b9a9a;
}

.dc {
    color: #4a4b4d;
}

.center {
    text-align: center;
}

.pnt {
    cursor: pointer;
}

.container {
    width: 1440px;
    margin: 0 auto;
}

@media (max-width: 1600px) {
    .container {
        width: 100%;
        padding: 0 100px;
    }
}

@media (max-width: 1250px) {
    .container {
        padding: 0 50px;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 25px;
    }
}

@media (max-width: 450px) {
    .container {
        padding: 0 6px;
    }
}

.wide_container {
    width: 100%;
    padding: 0 40px;
}

.request_loader {
    height: 100%;
    min-height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(243, 146, 53, 0.5);
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    display: none;
    z-index: 9;
}

.request_loader,
.request_loader svg {
    text-align: center;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}

.request_loader svg {
    width: 200px;
    display: -moz-box;
    display: flex;
    vertical-align: middle;
    padding-left: 60px;
}

.star {
    -webkit-animation: fadeStar 1s ease-in-out infinite alternate;
    -moz-animation: fadeStar 1s ease-in-out infinite alternate;
    animation: fadeStar 1s ease-in-out infinite alternate;
}

.star:first-of-type {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

.star:nth-of-type(2) {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
}

.star:last-of-type {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    animation-delay: 3s;
}

@-webkit-keyframes fadeStar {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@-moz-keyframes fadeStar {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeStar {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.active_status {
    opacity: 1 !important;
}

.active_order_d_body {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0.5;
}

.no_address_found {
    padding: 20px 30px;
    color: #fff;
    background: #f36;
    margin: 30px 0;
    border-radius: 20px;
    display: block;
    width: 100%;
}

.active_addaddress_popup {
    bottom: -100% !important;
}

.update_item_btn {
    display: none;
}

.added_to_cart_home_item .update_item_btn {
    display: block;
}

.added_to_cart_home_item .update_item_btn .addcartIcon {
    margin-bottom: -3px;
}

.added_to_cart_home_item .add_item_btn {
    display: none;
}

.coming_soon {
    padding: 30px 50px;
    max-width: 100%;
    border-radius: 30px;
    color: var(--MainColor);
    background-color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    position: fixed;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%);
    -moz-transform: translate(50%);
    transform: translate(50%);
    z-index: 99;
    border: 4px solid var(--MainColor);
    display: none;
}

@media (max-width: 500px) {
    .coming_soon {
        padding: 20px;
    }
}

.search-box {
    margin-bottom: 5px !important;
}

.react-tel-input .selected-flag:focus,
.react-tel-input .selected-flag:hover,
.selected-flag.open {
    background-color: #e6e6e6 !important;
    border-radius: 20px !important;
}

.swiper-container {
    padding-bottom: 60px !important;
}

@media (max-width: 992px) {
    .swiper-container {
        padding-bottom: 0 !important;
    }
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px !important;
}

@media (max-width: 992px) {
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        display: none;
    }
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-custom .swiper-pagination-bullet,
.swiper-pagination-fraction .swiper-pagination-bullet {
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--MainColor);
    margin-right: 5px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-fraction .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--MainColor);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.slected_checkout_item .active_bollet {
    background: var(--MainColor);
}

.active_table {
    background: var(--MainColor) !important;
    color: #fff !important;
    padding: 10px;
    border-radius: 10px;
}

.active_table .tabel_num {
    top: 44px !important;
    left: 34.5px !important;
}

.select_card input[type="radio"]+label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 40px;
    margin-right: 40px;
    padding-top: 5px;
    font-weight: 500;
}

.select_card input[type="radio"]+label:before {
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 14px;
    position: absolute;
    top: -3px;
    left: 0;
    border: 1px solid var(--MainColor);
    background-color: #fff;
    border-radius: 50%;
}

.select_card input[type="radio"]+label:after,
.select_card input[type="radio"]+label:before {
    content: "";
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.select_card input[type="radio"] {
    display: none !important;
    *display: inline;
}

.select_card input[type="radio"]:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--MainColor);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.delivery_checkout_select {
    width: 100%;
}

.delivery_checkout_select .custom-select-wrapper {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.delivery_checkout_select .custom-select {
    position: relative;
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    border-color: var(--MainColor);
    border-style: solid;
    border-width: 0 2px;
}

.delivery_checkout_select .custom-select__trigger {
    position: relative;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding: 20px 60px 20px 22px;
    font-size: 20px;
    font-weight: 300;
    color: #3b3b3b;
    line-height: 35px;
    background: #fff;
    cursor: pointer;
    border-color: var(--MainColor);
    border-style: solid;
    border-width: 2px 0;
}

@media (max-width: 767px) {
    .delivery_checkout_select .custom-select__trigger {
        padding: 10px 60px 10px 22px;
    }
}

.delivery_checkout_select .custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: -2px;
    right: 0;
    border: 2px solid var(--MainColor);
    border-top: 0;
    background: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 90;
    width: -webkit-calc(100% + 4px);
    width: -moz-calc(100% + 4px);
    width: calc(100% + 4px);
}

.delivery_checkout_select .custom-select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.delivery_checkout_select .custom-option {
    position: relative;
    display: block;
    padding: 20px 22px;
    font-size: 22px;
    font-weight: 300;
    color: #3b3b3b;
    line-height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.delivery_checkout_select .custom-option:hover {
    cursor: pointer;
    background-color: #e6e6e6;
}

.delivery_checkout_select .custom-option.selected {
    color: #fff;
    background-color: var(--MainColor);
}

.delivery_checkout_select .arrow {
    position: relative;
    height: 15px;
    width: 15px;
    margin-right: -50px;
}

.delivery_checkout_select .arrow:after,
.delivery_checkout_select .arrow:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0.15rem;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.delivery_checkout_select .arrow:before {
    left: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: var(--MainColor);
}

.delivery_checkout_select .arrow:after {
    left: 5px;
    background-color: var(--MainColor);
}

.delivery_checkout_select .arrow:after,
.delivery_checkout_select .open .arrow:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.delivery_checkout_select .open .arrow:before {
    left: -5px;
}

.delivery_checkout_select .open .arrow:after {
    left: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.active_navbar {
    background: #fff;
    padding-top: 5px !important;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}

.active_navbar #rest_logo_img {
    max-width: 300px;
    max-height: 60px;
}

.add_cart_btn {
    position: absolute;
    bottom: -25px;
    background-color: transparent;
    z-index: 3;
    right: 10px;
    border: 0;
    background-size: cover;
    cursor: pointer;
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.add_cart_btn .addCartBg {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
    position: absolute;
}

.add_cart_btn .addcartIcon {
    color: #fff;
    position: relative;
    z-index: 4;
    font-size: 1.8em;
    right: -7px;
    top: 3px;
}

.cat_body_dish .add_cart_btn {
    right: 0;
}

.cat_body_dish .add_cart_btn .addCartBg {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
}

.cat_body_dish .add_cart_btn .addcartIcon {
    font-size: 1.5em;
    right: -9px;
    top: 5px;
}

.active_cat_header svg {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.hidden_pf_item {
    position: relative;
    top: 200px;
}

.dish_item_em {
    cursor: pointer;
}

#lng-switcher {
    position: relative;
    z-index: 12;
}

#lng-switcher .drop_down_popup {
    position: absolute;
    background: #fff;
    text-align: right;
    right: -10px;
    top: -webkit-calc(100% + 10px);
    top: -moz-calc(100% + 10px);
    top: calc(100% + 10px);
    min-width: 100px;
    border-radius: 5px;
    display: none;
    box-shadow: 0 0 1.3em rgba(0, 0, 0, 0.1);
}

#lng-switcher .drop_down_popup:after {
    content: "";
    position: absolute;
    top: -10px;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

#lng-switcher .drop_down_popup li {
    padding: 10px 30px;
    -moz-box-pack: end;
    justify-content: flex-end;
    color: #333;
}

#lng-switcher .drop_down_popup li:hover {
    background: #eee;
}

#lng-switcher .drop_down_popup.lang_drop_down {
    padding: 10px 0;
}

#lng-switcher .drop_down_popup.lang_drop_down li {
    padding: 10px 20px 10px 30px;
    border-radius: 5px;
}

#lng-switcher .drop_down_popup.lang_drop_down li img {
    margin-left: 10px;
}

.cart_cont {
    width: 400px;
    position: fixed;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    z-index: 90;
    right: 10px;
    bottom: -webkit-calc(-100% - 620px);
    bottom: -moz-calc(-100% - 620px);
    bottom: calc(-100% - 620px);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    background: #fff;
    background-image: url("../imgs/background.svg");
    box-shadow: 0 0 0.8em rgba(0, 0, 0, 0.18);
}

.cart_cont#wishList {
    right: auto;
    left: 10px;
}

@media (max-width: 550px) {
    .cart_cont#wishList {
        left: 0;
    }
}

.cart_cont#wishList .cart_item {
    padding-bottom: 50px;
}

.cart_cont#wishList .cart_link {
    display: block;
    width: 250px;
    padding: 10px 0;
    margin: 20px auto 40px;
    border: 0;
}

.cart_cont#wishList .add_cart_from_fav.added_tocart {
    background-color: #27ae60;
    color: #fff;
    border-color: #27ae60;
    position: relative;
    z-index: 3;
}

.cart_cont#wishList .add_cart_from_fav.added_tocart:hover {
    background-color: #27ae60;
}

.cart_cont#wishList .add_cart_from_fav.added_tocart img {
    margin-right: 10px;
    margin-left: -5px;
}

.cart_cont#wishList .btns_cont {
    width: 100%;
    position: relative;
    height: 45px;
}

.cart_cont#wishList .btns_cont button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    bottom: 0;
}

@media (max-width: 550px) {
    .cart_cont {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        height: -webkit-calc(100vh - 87px) !important;
        height: -moz-calc(100vh - 87px) !important;
        height: calc(100vh - 87px) !important;
        width: 100% !important;
        right: 0 !important;
        left: 0 !important;
    }
}

.cart_cont.active_cart {
    bottom: 5px;
}

@media (max-width: 550px) {
    .cart_cont.active_cart {
        height: -webkit-calc(100vh - 87px) !important;
        height: -moz-calc(100vh - 87px) !important;
        height: calc(100vh - 87px) !important;
    }
}

.cart_cont .cart_title {
    text-align: center;
    color: #4a4b4d;
    font-size: 20px;
    padding: 15px 0;
    position: relative;
    border-bottom: 1px solid #eee;
}

.cart_cont .cart_title .cart_icon {
    color: var(--MainColor);
    font-size: 1.7em;
    margin-right: 10px;
}

.cart_cont .cart_title .close_cart,
.cart_cont .cart_title .close_wishlist {
    position: absolute;
    border: 0;
    left: 10px;
    top: 15px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: transparent;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-radius: 50%;
    padding-top: 3.5px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.cart_cont .cart_title .close_cart:hover,
.cart_cont .cart_title .close_wishlist:hover {
    background: #e6e6e6;
}

.cart_cont .cart_title .close_cart svg,
.cart_cont .cart_title .close_wishlist svg {
    font-size: 2.2em;
}

.cart_cont .cart_items_cont {
    overflow-y: scroll;
    direction: rtl;
}

@media (max-width: 550px) {
    .cart_cont .cart_items_cont {
        max-height: -webkit-calc(100% - 233px) !important;
        max-height: -moz-calc(100% - 233px) !important;
        max-height: calc(100% - 233px) !important;
    }
}

.cart_cont .cart_items_cont::-webkit-scrollbar {
    width: 5px;
}

.cart_cont .cart_items_cont::-webkit-scrollbar-track {
    background: transparent;
}

.cart_cont .cart_items_cont::-webkit-scrollbar-thumb {
    background: var(--MainColor);
    border-radius: 10px;
}

.cart_cont .cart_items_cont .cart_item {
    padding: 15px 10px;
    width: 100%;
    direction: ltr;
    -moz-box-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #eee;
}

.cart_cont .cart_items_cont .cart_item .cart_item_img {
    margin-right: 15px;
    cursor: pointer;
}

.cart_cont .cart_items_cont .cart_item .cart_item_img img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    -webkit-object-fit: cover;
    object-fit: cover;
}

.cart_cont .cart_items_cont .cart_item .cart_item_info {
    width: 210px;
}

.cart_cont .cart_items_cont .cart_item .cart_item_info .cart_item_name {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    width: 100%;
    padding: 5px 0;
}

.cart_cont .cart_items_cont .cart_item .cart_item_info .cart_item_price {
    font-size: 18px;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
}

.cart_cont .cart_items_cont .cart_item .cart_item_info .item_price_details {
    font-size: 13px;
    color: #9b9a9a;
    font-weight: 700;
    padding-top: 5px;
}

.cart_cont .cart_items_cont .cart_item .cart_item_controller_cont {
    width: 50px;
    margin-left: 15px;
    margin-right: 10px;
}

.cart_cont .cart_items_cont .cart_item .cart_item_controller_cont .cart_item_controller {
    width: 100%;
    height: 75px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    text-align: center;
}

.cart_cont .cart_items_cont .cart_item .cart_item_controller_cont .cart_item_controller>div,
.cart_cont .cart_items_cont .cart_item .cart_item_controller_cont .cart_item_controller input {
    width: 100%;
    height: -webkit-calc(100%/3);
    height: -moz-calc(100%/3);
    height: calc(100% / 3);
    overflow: hidden;
    line-height: 25px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
    border: 0;
    font-weight: 700;
}

.cart_cont .cart_items_cont .cart_item .cart_item_controller_cont .cart_item_controller .minus,
.cart_cont .cart_items_cont .cart_item .cart_item_controller_cont .cart_item_controller .plus {
    cursor: pointer;
}

.cart_cont .cart_items_cont .cart_item .cart_item_controller_cont .cart_item_controller .minus:focus,
.cart_cont .cart_items_cont .cart_item .cart_item_controller_cont .cart_item_controller .minus:hover,
.cart_cont .cart_items_cont .cart_item .cart_item_controller_cont .cart_item_controller .plus:focus,
.cart_cont .cart_items_cont .cart_item .cart_item_controller_cont .cart_item_controller .plus:hover {
    background: var(--MainColor);
    color: #fff;
}

.cart_cont .cart_items_cont .cart_item .cart_item_controller_cont .delete_cart_item {
    background: var(--MainColor);
    border-radius: 10px;
    height: 31px;
    cursor: pointer;
    width: 80%;
    line-height: 30px;
    margin: 2px auto;
}

.cart_cont .cart_items_cont .cart_item .cart_item_controller_cont .delete_cart_item svg {
    color: #fff;
}

.cart_cont .cart_items_cont .no_items {
    padding: 30px;
    margin: 0 auto;
}

.cart_cont .cart_items_cont .no_items svg {
    width: 200px;
}

.cart_cont .cart_items_cont .no_items .no_pr_text {
    margin-top: 20px;
    color: #77798c;
    font-weight: 700;
}

.cart_cont .cart_total_cont {
    padding: 30px 60px 30px 40px;
    font-weight: 500;
}

@media (max-width: 500px) {
    .cart_cont .cart_total_cont {
        padding: 30px 10px;
    }
}

.cart_cont .send_via_whats_app {
    display: block;
    margin: 10px auto 20px;
    padding: 0 20px 18px;
    border: 0;
    background: #25d366;
    color: #fff;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    font-size: 20px;
    border-radius: 40px;
}

.cart_cont .send_via_whats_app svg {
    padding: 0 10px;
    font-size: 50px;
    margin-bottom: -17px;
}

.cart_cont .cart_link {
    display: block;
    margin: 0 40px 40px;
    padding: 10px;
    color: #fff;
    background: var(--MainColor);
    box-shadow: 0 0 2em rgba(0, 0, 0, 0.18);
    font-weight: 500;
    border-radius: 15px;
    cursor: pointer;
}

@media (max-width: 550px) {
    .cart_cont#wishList .cart_items_cont {
        max-height: -webkit-calc(100% - 65px) !important;
        max-height: -moz-calc(100% - 65px) !important;
        max-height: calc(100% - 65px) !important;
    }
}

.cart_cont#wishList .add_cart_from_fav {
    padding: 10px 5px;
    width: 100%;
    text-align: center;
    border: 1px solid var(--MainColor);
    font-weight: 500;
    font-size: 18px;
    background-color: #fff;
    margin-top: 15px;
    border-radius: 30px;
    margin-left: -10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.cart_cont#wishList .add_cart_from_fav:hover {
    background-color: var(--MainColor);
    color: #f2f2f2;
}

.cart_cont#wishList .add_cart_from_fav svg {
    font-size: 20px;
    margin: -5px 10px 0 -5px;
}

.cart_cont#wishList .delete_item_from_fav {
    align-self: center;
    margin-top: -20px;
    background-color: transparent;
    border: 0;
    color: #9b9a9a;
    font-weight: 500;
    margin-right: 10px;
    font-size: 16px;
    cursor: pointer;
}

.cart_cont .minimum_msg {
    text-align: center;
    color: #d82b51;
    padding-bottom: 20px;
}

.item_details_pop {
    width: 600px;
    position: fixed;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    z-index: 102;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -205vh;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    background: #fff;
    box-shadow: 0 0 0.8em rgba(0, 0, 0, 0.18);
    min-height: 200px;
    direction: rtl;
    z-index: 91;
    overflow-y: scroll;
}

.item_details_pop::-webkit-scrollbar {
    width: 0;
}

.item_details_pop::-webkit-scrollbar-track {
    background: transparent;
}

.item_details_pop::-webkit-scrollbar-thumb {
    background: var(--MainColor);
    border-radius: 10px;
}

@media (max-width: 650px) {
    .item_details_pop {
        width: 100%;
        height: 100vh !important;
        max-height: -webkit-calc(100vh - 87px) !important;
        max-height: -moz-calc(100vh - 87px) !important;
        max-height: calc(100vh - 87px) !important;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

.item_details_pop.active_item_details_pop {
    bottom: 0;
}

.item_details_pop .top_options {
    position: fixed;
    top: 5px;
    z-index: 3;
    padding: 5px 10px;
    color: #fff;
    width: 100%;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    flex-direction: row-reverse;
}

.item_details_pop .top_options button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
    border: 0;
}

.item_details_pop .top_options button svg {
    color: #fff;
    font-weight: bolder;
    font-size: 1.7em;
}

.item_details_pop .item_img {
    position: relative;
    width: 100%;
    right: 0;
    left: 0;
}

.item_details_pop .item_img .item_img_src {
    -webkit-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    width: 100%;
    height: 100%;
    min-height: 200px;
    max-height: 500px;
}

@media (max-width: 650px) {
    .item_details_pop .item_img .item_img_src {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

.item_details_pop .item_top_add_fav_btn {
    position: relative;
    top: -60px;
    bottom: auto;
    z-index: 9;
    right: 20px;
    background-color: transparent;
    border: 0;
    background-size: cover;
    cursor: pointer;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    text-align: center;
}

.item_details_pop .item_top_add_fav_btn .addCartBg {
    position: absolute;
    width: 80px;
    height: 80px;
}

.item_details_pop .item_top_add_fav_btn .addcartIcon {
    position: relative;
    z-index: 4;
    font-size: 1.8em;
    right: 31px;
    top: 22px;
    color: var(--MainColor);
}

.item_details_pop .item_top_add_fav_btn .addcartIcon.green {
    color: #fff !important;
    right: 31px;
    top: 22px;
}

.item_details_pop .item_info_cont {
    direction: ltr;
    width: 100%;
    position: relative;
    margin-top: -50px;
    background: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 30px 20px 50px;
    z-index: 3;
}

@media (max-width: 767px) {
    .item_details_pop .item_info_cont {
        padding-top: 20px;
    }
}

.item_details_pop .item_info_cont .item_name_price {
    width: 100%;
    padding-bottom: 10px;
}

.item_details_pop .item_info_cont .item_name_price .left_name {
    font-weight: 500;
    font-size: 22px;
}

.item_details_pop .item_info_cont .item_name_price .right_price {
    text-align: center;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    position: relative;
    bottom: -20px;
}

@media (max-width: 767px) {
    .item_details_pop .item_info_cont .item_name_price .right_price {
        bottom: -28px;
    }
}

.item_details_pop .item_info_cont .item_name_price .right_price .cash {
    font-size: 30px;
}

.item_details_pop .item_info_cont .item_name_price .right_price .per {
    font-size: 14px;
    font-weight: 500;
    padding-top: 5px;
}

.item_details_pop .item_info_cont .item_desc {
    padding-top: 15px;
    line-height: 25px;
    color: #999;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    width: 100%;
}

.item_details_pop .item_info_cont .extras_item_header {
    display: none;
}

.item_details_pop .item_info_cont #extras-as-vars {
    margin-top: -20px;
}

.item_details_pop .item_info_cont #extras-as-vars .extras_item_header {
    display: -moz-box !important;
    display: flex !important;
}

.item_details_pop .item_info_cont .extras_variants_cont {
    padding-top: 20px;
    width: 100%;
}

.item_details_pop .item_info_cont .extras_variants_cont .variants_item {
    margin: 20px 0;
}

.item_details_pop .item_info_cont .extras_variants_cont .variants_item .variant_item_header {
    padding: 11px 25px;
    border-radius: 10px;
    background-color: #e6e6e6;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 10px;
}

.item_details_pop .item_info_cont .extras_variants_cont .variants_item .variant_item_header svg {
    font-weight: bolder;
    font-size: 1.3em;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.item_details_pop .item_info_cont .extras_variants_cont .variants_item .variant_item_header svg.rotated {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.item_details_pop .item_info_cont .extras_variants_cont .variants_item .extras_list li {
    padding: 10px 15px;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
}

.item_details_pop .item_info_cont .extras_variants_cont .variants_item .extras_list li label {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    color: #9b9a9a;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}

.item_details_pop .item_info_cont .extras_variants_cont .variants_item .extras_list li label sub {
    padding: 0 8px;
}

.item_details_pop .item_info_cont .extras_variants_cont .variants_item .extras_list li input {
    width: 0;
    height: 0;
    opacity: 0;
}

.item_details_pop .item_info_cont .extras_variants_cont .variants_item .extras_list li label>span {
    width: 20px;
    height: 20px;
    display: -moz-box;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    border: 2px solid #9b9a9a;
    margin-right: 15px;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.item_details_pop .item_info_cont .extras_variants_cont .variants_item .extras_list li input:checked+label>span {
    border: 10px solid var(--MainColor);
    -webkit-animation: bounce 0.25s;
    -moz-animation: bounce 0.25s;
    animation: bounce 0.25s;
}

.item_details_pop .item_info_cont .extras_variants_cont .variants_item .extras_list li input:checked+label>span:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 4px;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-animation: checked-box 125ms 0.25s forwards;
    -moz-animation: checked-box 125ms 0.25s forwards;
    animation: checked-box 125ms 0.25s forwards;
}

@-webkit-keyframes checked-box {
    0% {
        width: 0;
        height: 0;
        border-color: #fff;
        -webkit-transform: translate(0) rotate(45deg);
        transform: translate(0) rotate(45deg);
    }
    33% {
        width: 4px;
        height: 0;
        border-color: #fff;
        -webkit-transform: translate(0) rotate(45deg);
        transform: translate(0) rotate(45deg);
    }
    to {
        width: 4px;
        height: 8px;
        border-color: #fff;
        -webkit-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }
}

@-moz-keyframes checked-box {
    0% {
        width: 0;
        height: 0;
        border-color: #fff;
        -moz-transform: translate(0) rotate(45deg);
        transform: translate(0) rotate(45deg);
    }
    33% {
        width: 4px;
        height: 0;
        border-color: #fff;
        -moz-transform: translate(0) rotate(45deg);
        transform: translate(0) rotate(45deg);
    }
    to {
        width: 4px;
        height: 8px;
        border-color: #fff;
        -moz-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }
}

@keyframes checked-box {
    0% {
        width: 0;
        height: 0;
        border-color: #fff;
        -webkit-transform: translate(0) rotate(45deg);
        -moz-transform: translate(0) rotate(45deg);
        transform: translate(0) rotate(45deg);
    }
    33% {
        width: 4px;
        height: 0;
        border-color: #fff;
        -webkit-transform: translate(0) rotate(45deg);
        -moz-transform: translate(0) rotate(45deg);
        transform: translate(0) rotate(45deg);
    }
    to {
        width: 4px;
        height: 8px;
        border-color: #fff;
        -webkit-transform: translateY(-8px) rotate(45deg);
        -moz-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    33% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes bounce {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    33% {
        -moz-transform: scale(0.7);
        transform: scale(0.7);
    }
    to {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
    33% {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        transform: scale(0.7);
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.item_details_pop .item_info_cont .extras_variants_cont .variants_item .variant_item_options {
    flex-wrap: wrap;
    overflow: hidden;
}

.item_details_pop .item_info_cont .extras_variants_cont .variants_item .variant_item_options .item_option {
    padding: 15px;
    text-transform: capitalize;
    cursor: pointer;
    text-align: center;
    color: #9b9a9a;
    font-weight: 500;
    border: 2px solid #e6e6e6;
    margin: 5px;
    border-radius: 10px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.item_details_pop .item_info_cont .extras_variants_cont .variants_item .variant_item_options .item_option.active_option,
.item_details_pop .item_info_cont .extras_variants_cont .variants_item .variant_item_options .item_option:hover {
    background: #e6e6e6;
    color: #4a4b4d;
}

.item_details_pop .item_info_cont .custmize_title {
    padding: 20px 0;
}

.item_details_pop .item_info_cont .quant_cont {
    width: 100%;
}

.item_details_pop .item_info_cont .quant_cont .quantity>button,
.item_details_pop .item_info_cont .quant_cont .quantity input {
    width: 50px;
    height: 30px;
    border: 2px solid var(--MainColor);
    color: var(--MainColor);
    margin-left: 10px;
    text-align: center;
    border-radius: 20px;
    line-height: 28px;
    font-weight: 500;
}

.item_details_pop .item_info_cont .quant_cont .quantity>button:focus,
.item_details_pop .item_info_cont .quant_cont .quantity input:focus {
    outline: 0;
}

.item_details_pop .item_info_cont .quant_cont .quantity input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.item_details_pop .item_info_cont .quant_cont .quantity .minus,
.item_details_pop .item_info_cont .quant_cont .quantity .plus {
    background: var(--MainColor);
    color: #fff;
    font-weight: bolder;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    box-shadow: 0 0.2em 0.3em rgba(0, 0, 0, 0.3);
}

.item_details_pop .item_info_cont .quant_cont .quantity .minus:focus,
.item_details_pop .item_info_cont .quant_cont .quantity .minus:hover,
.item_details_pop .item_info_cont .quant_cont .quantity .plus:focus,
.item_details_pop .item_info_cont .quant_cont .quantity .plus:hover {
    box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.3);
}

.item_details_pop .item_info_cont .quant_cont .quantity .minus {
    font-size: 22px;
}

.item_details_pop .item_info_cont .item_cart_cont {
    width: 100%;
    position: relative;
    margin-top: 40px;
}

.item_details_pop .item_info_cont .item_cart_cont:after {
    content: "";
    position: absolute;
    left: -20px;
    height: 200px;
    width: 150px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    background: var(--MainColor);
    top: -20px;
}

.item_details_pop .item_info_cont .item_cart_cont .item_add_cart_cont {
    width: 65%;
    min-width: 420px;
    background: #fff;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 3;
    padding: 20px 0;
    -moz-box-align: center;
    align-items: center;
    font-weight: 500;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

@media (max-width: 500px) {
    .item_details_pop .item_info_cont .item_cart_cont .item_add_cart_cont {
        width: 90%;
        min-width: 0;
    }
}

.item_details_pop .item_info_cont .item_cart_cont .item_add_cart_cont .item_total_price {
    padding: 15px 0;
    font-size: 20px;
    display: block;
}

.item_details_pop .item_info_cont .item_cart_cont .item_add_cart_cont .item_add_cart_btn {
    cursor: pointer;
    padding: 8px 40px 15px;
    text-align: center;
    color: #fff;
    background: var(--MainColor);
    border: 0;
    border-radius: 20px;
    font-weight: 500;
    display: block;
}

.item_details_pop .item_info_cont .item_cart_cont .item_add_cart_cont .item_add_cart_btn svg {
    /* font-size: 13.3333px; */
    position: relative;
    /* bottom: -5px; */
    margin: 0 5px;
}

.item_details_pop .item_info_cont .item_cart_cont .item_add_cart_cont .share_cont {
    position: absolute;
    top: -25px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transform: translateX(50%);
    background: #fff;
    box-shadow: 0 0.3px 1em rgba(0, 0, 0, 0.1);
    border-radius: 60px;
    padding: 15px 15px 10px;
}

.item_details_pop .item_info_cont .item_cart_cont .item_add_cart_cont .item_add_cart_btn_icon {
    width: 60px;
    height: 60px;
    text-align: center;
    background: #fff;
    line-height: 80px;
    border-radius: 50%;
    box-shadow: 0 0.3px 1em rgba(0, 0, 0, 0.2);
    position: absolute;
    right: -20px;
    top: 50px;
    border: 0;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.item_details_pop .item_info_cont .item_cart_cont .item_add_cart_cont .item_add_cart_btn_icon svg {
    color: var(--MainColor);
    font-size: 2em;
}

.item_details_pop .item_info_cont .item_cart_cont .item_add_cart_cont .item_add_cart_btn_icon:hover {
    background: var(--MainColor);
}

.item_details_pop .item_info_cont .item_cart_cont .item_add_cart_cont .item_add_cart_btn_icon:hover svg {
    color: #fff;
}

.item_updated_msg {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #f9770d;
    width: 200px;
    height: 200px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 1em rgb(249, 119, 13, 0.5);
    display: none;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
    z-index: 900;
}

.item_updated_msg.error {
    background: #c54f69;
    width: 230px;
    height: 230px;
}

.item_updated_msg.active_msg {
    -webkit-transform: translate(-50%, -60%);
    -moz-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
}

.item_updated_msg p {
    color: #fff;
    font-weight: bolder;
    margin-top: 20px;
    line-height: 25px;
}

.item_updated_msg svg {
    width: 90px;
    height: 90px;
    display: block;
}

.item_updated_msg .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

.item_updated_msg .path.circle {
    -webkit-animation: dash 0.9s ease-in-out;
    -moz-animation: dash 0.9s ease-in-out;
    animation: dash 0.9s ease-in-out;
}

.item_updated_msg .path.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash 0.9s ease-in-out 0.35s forwards;
    -moz-animation: dash 0.9s ease-in-out 0.35s forwards;
    animation: dash 0.9s ease-in-out 0.35s forwards;
}

.item_updated_msg .path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check 0.9s ease-in-out 0.35s forwards;
    -moz-animation: dash-check 0.9s ease-in-out 0.35s forwards;
    animation: dash-check 0.9s ease-in-out 0.35s forwards;
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@-moz-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }
    to {
        stroke-dashoffset: 900;
    }
}

@-moz-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }
    to {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }
    to {
        stroke-dashoffset: 900;
    }
}

.item_share .react-share__ShareButton {
    margin: 0 3px;
}

.item_share .copy {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    text-align: center;
    line-height: 37px;
    background: #4a4b4d;
    margin-left: 5px;
    cursor: pointer;
}

.item_share .copy svg {
    color: #fff;
}

.insta-share,
.snapchat-creative-kit-share {
    border-radius: 50% !important;
    overflow: hidden !important;
    margin-top: -5px !important;
    margin: 0 5px;
}

.insta-share,
.insta-share .f16qnola,
.insta-share .fvmxvuk,
.snapchat-creative-kit-share .f16qnola,
.snapchat-creative-kit-share .fvmxvuk {
    border: 0 !important;
    width: 31px !important;
    height: 31px !important;
}

.insta-share {
    background: #c54f69;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.profile_img {
    cursor: default !important;
}

.profile_toggler {
    position: relative;
    cursor: pointer;
}

#profile-popup {
    position: absolute;
    top: 90px;
    right: 30px;
    border-radius: 15px;
    background: #fff;
    z-index: 9;
    display: none;
    -webkit-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
    box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
    max-height: 640px;
    overflow-y: scroll;
}

#profile-popup::-webkit-scrollbar {
    width: 5px;
}

#profile-popup::-webkit-scrollbar-track {
    background: transparent;
}

#profile-popup::-webkit-scrollbar-thumb {
    background: var(--MainColor);
    border-radius: 10px;
}

@media (max-width: 992px) {
    #profile-popup {
        top: 90px;
    }
}

@media (max-width: 600px) {
    #profile-popup {
        width: 100% !important;
        right: 0 !important;
        max-height: -webkit-calc(100vh - 95px);
        max-height: -moz-calc(100vh - 95px);
        max-height: calc(100vh - 95px);
        border-radius: 0;
    }
}

#profile-popup.active_profile_popup {
    top: 200%;
}

#profile-popup svg {
    color: #4a4b4d;
    margin: auto;
    font-size: 1.5em;
}

#profile-popup .profile_header {
    -moz-box-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 20px;
    font-weight: 700;
}

#profile-popup .profile_header .close_profile {
    width: 35px;
    height: 35px;
    padding-left: 1px;
    padding-top: 1px;
    margin-right: 10px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

#profile-popup .profile_header .close_profile:hover {
    background: #e6e6e6;
}

#profile-popup .profile_header .close_profile svg {
    font-size: 2.2em;
}

#profile-popup .profile_item {
    margin: 10px 20px;
}

.profile_items {
    width: 100%;
    min-width: 350px;
}

@media (max-width: 500px) {
    .profile_items {
        min-width: 150px;
    }
}

.profile_items svg {
    color: #4a4b4d;
    font-size: 1.5em;
}

.profile_items .profile_item {
    padding: 10px;
    margin: 10px 0;
    -moz-box-pack: start;
    justify-content: flex-start;
    background: #f2f2f2;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}

.profile_items .profile_item,
.profile_items .profile_item .profile_item_icon {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.profile_items .profile_item .profile_item_icon {
    display: inline-flex;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #d8d8d8;
    text-align: center;
    line-height: 55px;
    margin-right: 20px;
}

.profile_items .profile_item .profile_item_icon img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-object-fit: cover;
    object-fit: cover;
}

.profile_items .profile_item .profile_item_text {
    font-weight: 500;
    color: #4a4b4d;
    position: relative;
}

.profile_items .profile_item .right_chevo {
    position: absolute;
    right: 10px;
    width: 30px;
    background: inherit;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    -webkit-transition: right 0.1s ease-in-out;
    -moz-transition: right 0.1s ease-in-out;
    transition: right 0.1s ease-in-out;
}

.profile_items .profile_item.active_profile_item,
.profile_items .profile_item:hover {
    background: #d8d8d8;
}

.profile_items .profile_item.active_profile_item .right_chevo,
.profile_items .profile_item:hover .right_chevo {
    right: -10px;
}

.profile_items .profile_item.active_profile_item .profile_item_icon,
.profile_items .profile_item:hover .profile_item_icon {
    background: #acacac;
}

#Union_4 {
    -webkit-filter: drop-shadow(0 -5px 11px rgba(0, 0, 0, 0.2)) !important;
    filter: drop-shadow(0 -5px 11px rgba(0, 0, 0, 0.2)) !important;
}

.media_footer {
    position: relative;
    z-index: 80;
}

.media_footer tspan {
    font-weight: 500 !important;
}

.cart_btn_toggler,
.profile_toggler {
    cursor: pointer;
    position: relative;
    z-index: 9;
}

.user_not_logedin_redirect {
    cursor: pointer;
}

.marker {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    background-color: #000;
    border: 2px solid #fff;
    border-radius: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.marker:hover {
    z-index: 1;
}

.fixed_cart_aside {
    position: fixed;
    left: 0;
    top: 30%;
    z-index: 89;
    background: var(--MainColor);
    padding: 20px 10px 5px;
    color: #fff;
    text-align: center;
    font-weight: bolder;
    cursor: pointer;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 21px 36px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
    .fixed_cart_aside {
        display: none;
    }
}

.fixed_cart_aside .number_items {
    padding: 0 7px;
    font-size: 14px;
}

.fixed_cart_aside .number_items svg {
    margin-right: 5px;
    margin-bottom: -3px;
    font-size: 16px;
}

.fixed_cart_aside #cart-side-total {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 15px;
    line-height: 35px;
    background: #fff;
    border-radius: 10px;
    color: var(--MainColor);
}

@media (max-width: 992px) {
    .pending_status_animate {
        right: 0 !important;
    }
    .preparing_status_animate {
        right: 100% !important;
    }
    .delivering_status_animate {
        right: 200% !important;
    }
    .deliverd_status_animate {
        right: 300% !important;
    }
}

.add_address_popup .address_details_form select {
    height: 40px;
    border: 1px solid #bdbfbf;
}

.add_address_popup .address_details_form select option {
    padding: 10px;
    font-size: 20px;
}

.add_address_popup {
    position: fixed;
    z-index: 99;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 700px;
    height: 100%;
    box-shadow: 0 0 0.8em rgba(0, 0, 0, 0.18);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 750px) {
    .add_address_popup {
        width: 100%;
        border-radius: 0;
    }
}

.add_address_popup .close_adress_popup {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    color: #fff;
    width: 100%;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    flex-direction: row-reverse;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
    border: 0;
}

.add_address_popup .close_adress_popup svg {
    color: #fff;
    font-weight: bolder;
    font-size: 1.7em;
}

.add_address_popup .address_popup {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

@media (max-width: 750px) {
    .add_address_popup .address_popup {
        border-radius: 0;
    }
}

.add_address_popup .address_popup::-webkit-scrollbar {
    width: 5px;
}

.add_address_popup .address_popup::-webkit-scrollbar-track {
    background: transparent;
}

.add_address_popup .address_popup::-webkit-scrollbar-thumb {
    background: var(--MainColor);
    border-radius: 10px;
}

.add_address_popup .map_body {
    width: 100%;
    height: 400px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    overflow: hidden;
}

@media (max-width: 750px) {
    .add_address_popup .map_body {
        border-radius: 0;
    }
}

.add_address_popup .address_details_form {
    padding: 60px 40px;
    overflow-y: scroll;
    flex-wrap: wrap;
    width: 100%;
}

.add_address_popup .address_details_form::-webkit-scrollbar {
    width: 5px;
}

.add_address_popup .address_details_form ::-webkit-scrollbar-track {
    background: transparent;
}

.add_address_popup .address_details_form::-webkit-scrollbar-thumb {
    background: var(--MainColor);
    border-radius: 10px;
}

@media (max-width: 767px) {
    .add_address_popup .address_details_form {
        padding: 20px;
    }
}

@media (max-width: 350px) {
    .add_address_popup .address_details_form {
        padding: 20px 5px;
    }
}

.add_address_popup .address_details_form .select_area_cont {
    position: relative;
    width: 100%;
}

.add_address_popup .address_details_form .select_area_cont .slected_area {
    position: absolute;
    right: 150px;
    top: 50%;
    -webkit-transform: translateY(-92%);
    -moz-transform: translateY(-92%);
    transform: translateY(-92%);
}

.add_address_popup .address_details_form .select_parent {
    width: 100%;
    -moz-box-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.add_address_popup .address_details_form select {
    -moz-box-flex: 0.95;
    flex-grow: 0.95;
    height: 57px;
    background: #f2f2f2;
    outline: 0;
    padding: 20px;
    border: 1px solid #f2f2f2;
    border-radius: 30px;
    color: hsla(0, 0%, 62%, 0.7254901960784313);
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.add_address_popup .address_details_form select option {
    padding: 20px 10px 10px;
    font-size: 18px;
    border: 0;
}

.add_address_popup .address_details_form select::-ms-expand {
    display: none;
}

.add_address_popup .address_details_form input,
.add_address_popup .address_details_form textarea {
    padding: 20px;
    width: 49%;
    background: #f2f2f2;
    color: #bdbfbf;
    border-radius: 30px;
    margin-bottom: 20px;
    border: 0;
    resize: none;
    text-transform: capitalize;
    font-weight: 500;
}

.add_address_popup .address_details_form input::-webkit-input-placeholder,
.add_address_popup .address_details_form textarea::-webkit-input-placeholder {
    font-weight: 500;
    color: #bdbfbf;
}

.add_address_popup .address_details_form input::-moz-placeholder,
.add_address_popup .address_details_form textarea::-moz-placeholder {
    font-weight: 500;
    color: #bdbfbf;
}

.add_address_popup .address_details_form input:-ms-input-placeholder,
.add_address_popup .address_details_form textarea:-ms-input-placeholder {
    font-weight: 500;
    color: #bdbfbf;
}

.add_address_popup .address_details_form input::placeholder,
.add_address_popup .address_details_form textarea::placeholder {
    font-weight: 500;
    color: #bdbfbf;
}

.add_address_popup .address_details_form input:focus,
.add_address_popup .address_details_form textarea:focus {
    outline: 0;
}

.add_address_popup .address_details_form input.wide_input,
.add_address_popup .address_details_form textarea.wide_input {
    width: 100%;
}

.add_address_popup .address_details_form textarea {
    height: 120px;
}

.add_address_popup .address_details_form input[type="submit"] {
    background: var(--MainColor);
    color: #fff;
    font-size: 18px;
    width: 100%;
    display: block;
    margin-bottom: 0 auto;
    cursor: pointer;
}

.add_address_popup .address_details_form .adress_multi_input {
    width: 100%;
}

.add_address_popup .address_details_form .adress_multi_input input {
    width: 48%;
}

.add_address_popup .address_details_form .address_exist {
    color: #d82b51;
    font-size: 18px;
}

.add_address_popup .address_type_selector {
    background: #f2f2f2;
    border-radius: 40px;
    width: 100%;
    margin-bottom: 20px;
    padding: 3px;
}

.add_address_popup .address_type_selector .address_type_item {
    width: -webkit-calc(100%/3.3);
    width: -moz-calc(100%/3.3);
    width: calc(100% / 3.3);
    padding: 16px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    border-radius: 40px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.add_address_popup .address_type_selector .address_type_item.active_type {
    background: #fff;
    box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.1);
}

.search-results-cont {
    position: fixed;
    top: 88px;
    width: 500px;
    background-color: #fff;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    right: 295px;
    color: #333;
    padding: 10px;
    max-height: -webkit-calc(100vh - 150px);
    max-height: -moz-calc(100vh - 150px);
    max-height: calc(100vh - 150px);
    overflow-y: scroll;
    display: none;
    z-index: 20;
}

@media (max-width: 992px) {
    .search-results-cont {
        width: 100%;
        right: 0 !important;
        left: 0 !important;
        top: 145px;
        max-height: -webkit-calc(100vh - 160px);
        max-height: -moz-calc(100vh - 160px);
        max-height: calc(100vh - 160px);
        padding-bottom: 60px;
    }
}

.search-results-cont::-webkit-scrollbar {
    width: 4px;
}

.search-results-cont::-webkit-scrollbar-track {
    background: transparent;
}

.search-results-cont::-webkit-scrollbar-thumb {
    background: var(--MainColor);
    border-radius: 10px;
}

.search-results-cont .dish_item {
    padding: 10px 20px;
    border-radius: 10px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    margin-top: 10px;
    cursor: pointer;
}

.search-results-cont .dish_item:hover {
    background-color: #e6e6e6;
}

.search-results-cont .dish_item img {
    border-radius: 10px;
    max-height: 150px;
    -webkit-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 500px) {
    .search-results-cont .dish_item img {
        max-width: 120px;
    }
}

.search-results-cont .dish_item .right_info {
    padding: 10px 20px;
    color: #4a4b4d;
}

.search-results-cont .dish_item .right_info p {
    padding: 7px 0;
    font-weight: 500;
    color: #9b9a9a;
}

.search-results-cont .dish_item .right_info .price {
    color: var(--MainColor);
    font-weight: bolder;
}

#search-details {
    z-index: 999;
}

.lazy-load-image-loaded {
    width: 100%;
}

.react-tel-input {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    position: relative;
    width: 100%;
}

.react-tel-input :disabled {
    cursor: not-allowed;
}

.react-tel-input .flag {
    width: 16px;
    height: 11px;
    background-image: url(data:image/png;base64,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);
}

.react-tel-input .ad {
    background-position: -16px 0;
}

.react-tel-input .ae {
    background-position: -32px 0;
}

.react-tel-input .af {
    background-position: -48px 0;
}

.react-tel-input .ag {
    background-position: -64px 0;
}

.react-tel-input .ai {
    background-position: -80px 0;
}

.react-tel-input .al {
    background-position: -96px 0;
}

.react-tel-input .am {
    background-position: -112px 0;
}

.react-tel-input .ao {
    background-position: -128px 0;
}

.react-tel-input .ar {
    background-position: -144px 0;
}

.react-tel-input .as {
    background-position: -160px 0;
}

.react-tel-input .at {
    background-position: -176px 0;
}

.react-tel-input .au {
    background-position: -192px 0;
}

.react-tel-input .aw {
    background-position: -208px 0;
}

.react-tel-input .az {
    background-position: -224px 0;
}

.react-tel-input .ba {
    background-position: -240px 0;
}

.react-tel-input .bb {
    background-position: 0 -11px;
}

.react-tel-input .bd {
    background-position: -16px -11px;
}

.react-tel-input .be {
    background-position: -32px -11px;
}

.react-tel-input .bf {
    background-position: -48px -11px;
}

.react-tel-input .bg {
    background-position: -64px -11px;
}

.react-tel-input .bh {
    background-position: -80px -11px;
}

.react-tel-input .bi {
    background-position: -96px -11px;
}

.react-tel-input .bj {
    background-position: -112px -11px;
}

.react-tel-input .bm {
    background-position: -128px -11px;
}

.react-tel-input .bn {
    background-position: -144px -11px;
}

.react-tel-input .bo {
    background-position: -160px -11px;
}

.react-tel-input .br {
    background-position: -176px -11px;
}

.react-tel-input .bs {
    background-position: -192px -11px;
}

.react-tel-input .bt {
    background-position: -208px -11px;
}

.react-tel-input .bw {
    background-position: -224px -11px;
}

.react-tel-input .by {
    background-position: -240px -11px;
}

.react-tel-input .bz {
    background-position: 0 -22px;
}

.react-tel-input .ca {
    background-position: -16px -22px;
}

.react-tel-input .cd {
    background-position: -32px -22px;
}

.react-tel-input .cf {
    background-position: -48px -22px;
}

.react-tel-input .cg {
    background-position: -64px -22px;
}

.react-tel-input .ch {
    background-position: -80px -22px;
}

.react-tel-input .ci {
    background-position: -96px -22px;
}

.react-tel-input .ck {
    background-position: -112px -22px;
}

.react-tel-input .cl {
    background-position: -128px -22px;
}

.react-tel-input .cm {
    background-position: -144px -22px;
}

.react-tel-input .cn {
    background-position: -160px -22px;
}

.react-tel-input .co {
    background-position: -176px -22px;
}

.react-tel-input .cr {
    background-position: -192px -22px;
}

.react-tel-input .cu {
    background-position: -208px -22px;
}

.react-tel-input .cv {
    background-position: -224px -22px;
}

.react-tel-input .cw {
    background-position: -240px -22px;
}

.react-tel-input .cy {
    background-position: 0 -33px;
}

.react-tel-input .cz {
    background-position: -16px -33px;
}

.react-tel-input .de {
    background-position: -32px -33px;
}

.react-tel-input .dj {
    background-position: -48px -33px;
}

.react-tel-input .dk {
    background-position: -64px -33px;
}

.react-tel-input .dm {
    background-position: -80px -33px;
}

.react-tel-input .do {
    background-position: -96px -33px;
}

.react-tel-input .dz {
    background-position: -112px -33px;
}

.react-tel-input .ec {
    background-position: -128px -33px;
}

.react-tel-input .ee {
    background-position: -144px -33px;
}

.react-tel-input .eg {
    background-position: -160px -33px;
}

.react-tel-input .er {
    background-position: -176px -33px;
}

.react-tel-input .es {
    background-position: -192px -33px;
}

.react-tel-input .et {
    background-position: -208px -33px;
}

.react-tel-input .fi {
    background-position: -224px -33px;
}

.react-tel-input .fj {
    background-position: -240px -33px;
}

.react-tel-input .fk {
    background-position: 0 -44px;
}

.react-tel-input .fm {
    background-position: -16px -44px;
}

.react-tel-input .fo {
    background-position: -32px -44px;
}

.react-tel-input .bl,
.react-tel-input .fr,
.react-tel-input .mf {
    background-position: -48px -44px;
}

.react-tel-input .ga {
    background-position: -64px -44px;
}

.react-tel-input .gb {
    background-position: -80px -44px;
}

.react-tel-input .gd {
    background-position: -96px -44px;
}

.react-tel-input .ge {
    background-position: -112px -44px;
}

.react-tel-input .gf {
    background-position: -128px -44px;
}

.react-tel-input .gh {
    background-position: -144px -44px;
}

.react-tel-input .gi {
    background-position: -160px -44px;
}

.react-tel-input .gl {
    background-position: -176px -44px;
}

.react-tel-input .gm {
    background-position: -192px -44px;
}

.react-tel-input .gn {
    background-position: -208px -44px;
}

.react-tel-input .gp {
    background-position: -224px -44px;
}

.react-tel-input .gq {
    background-position: -240px -44px;
}

.react-tel-input .gr {
    background-position: 0 -55px;
}

.react-tel-input .gt {
    background-position: -16px -55px;
}

.react-tel-input .gu {
    background-position: -32px -55px;
}

.react-tel-input .gw {
    background-position: -48px -55px;
}

.react-tel-input .gy {
    background-position: -64px -55px;
}

.react-tel-input .hk {
    background-position: -80px -55px;
}

.react-tel-input .hn {
    background-position: -96px -55px;
}

.react-tel-input .hr {
    background-position: -112px -55px;
}

.react-tel-input .ht {
    background-position: -128px -55px;
}

.react-tel-input .hu {
    background-position: -144px -55px;
}

.react-tel-input .id {
    background-position: -160px -55px;
}

.react-tel-input .ie {
    background-position: -176px -55px;
}

.react-tel-input .il {
    background-position: -192px -55px;
}

.react-tel-input .in {
    background-position: -208px -55px;
}

.react-tel-input .io {
    background-position: -224px -55px;
}

.react-tel-input .iq {
    background-position: -240px -55px;
}

.react-tel-input .ir {
    background-position: 0 -66px;
}

.react-tel-input .is {
    background-position: -16px -66px;
}

.react-tel-input .it {
    background-position: -32px -66px;
}

.react-tel-input .je {
    background-position: -144px -154px;
}

.react-tel-input .jm {
    background-position: -48px -66px;
}

.react-tel-input .jo {
    background-position: -64px -66px;
}

.react-tel-input .jp {
    background-position: -80px -66px;
}

.react-tel-input .ke {
    background-position: -96px -66px;
}

.react-tel-input .kg {
    background-position: -112px -66px;
}

.react-tel-input .kh {
    background-position: -128px -66px;
}

.react-tel-input .ki {
    background-position: -144px -66px;
}

.react-tel-input .xk {
    background-position: -128px -154px;
}

.react-tel-input .km {
    background-position: -160px -66px;
}

.react-tel-input .kn {
    background-position: -176px -66px;
}

.react-tel-input .kp {
    background-position: -192px -66px;
}

.react-tel-input .kr {
    background-position: -208px -66px;
}

.react-tel-input .kw {
    background-position: -224px -66px;
}

.react-tel-input .ky {
    background-position: -240px -66px;
}

.react-tel-input .kz {
    background-position: 0 -77px;
}

.react-tel-input .la {
    background-position: -16px -77px;
}

.react-tel-input .lb {
    background-position: -32px -77px;
}

.react-tel-input .lc {
    background-position: -48px -77px;
}

.react-tel-input .li {
    background-position: -64px -77px;
}

.react-tel-input .lk {
    background-position: -80px -77px;
}

.react-tel-input .lr {
    background-position: -96px -77px;
}

.react-tel-input .ls {
    background-position: -112px -77px;
}

.react-tel-input .lt {
    background-position: -128px -77px;
}

.react-tel-input .lu {
    background-position: -144px -77px;
}

.react-tel-input .lv {
    background-position: -160px -77px;
}

.react-tel-input .ly {
    background-position: -176px -77px;
}

.react-tel-input .ma {
    background-position: -192px -77px;
}

.react-tel-input .mc {
    background-position: -208px -77px;
}

.react-tel-input .md {
    background-position: -224px -77px;
}

.react-tel-input .me {
    background-position: -112px -154px;
    height: 12px;
}

.react-tel-input .mg {
    background-position: 0 -88px;
}

.react-tel-input .mh {
    background-position: -16px -88px;
}

.react-tel-input .mk {
    background-position: -32px -88px;
}

.react-tel-input .ml {
    background-position: -48px -88px;
}

.react-tel-input .mm {
    background-position: -64px -88px;
}

.react-tel-input .mn {
    background-position: -80px -88px;
}

.react-tel-input .mo {
    background-position: -96px -88px;
}

.react-tel-input .mp {
    background-position: -112px -88px;
}

.react-tel-input .mq {
    background-position: -128px -88px;
}

.react-tel-input .mr {
    background-position: -144px -88px;
}

.react-tel-input .ms {
    background-position: -160px -88px;
}

.react-tel-input .mt {
    background-position: -176px -88px;
}

.react-tel-input .mu {
    background-position: -192px -88px;
}

.react-tel-input .mv {
    background-position: -208px -88px;
}

.react-tel-input .mw {
    background-position: -224px -88px;
}

.react-tel-input .mx {
    background-position: -240px -88px;
}

.react-tel-input .my {
    background-position: 0 -99px;
}

.react-tel-input .mz {
    background-position: -16px -99px;
}

.react-tel-input .na {
    background-position: -32px -99px;
}

.react-tel-input .nc {
    background-position: -48px -99px;
}

.react-tel-input .ne {
    background-position: -64px -99px;
}

.react-tel-input .nf {
    background-position: -80px -99px;
}

.react-tel-input .ng {
    background-position: -96px -99px;
}

.react-tel-input .ni {
    background-position: -112px -99px;
}

.react-tel-input .bq,
.react-tel-input .nl {
    background-position: -128px -99px;
}

.react-tel-input .no {
    background-position: -144px -99px;
}

.react-tel-input .np {
    background-position: -160px -99px;
}

.react-tel-input .nr {
    background-position: -176px -99px;
}

.react-tel-input .nu {
    background-position: -192px -99px;
}

.react-tel-input .nz {
    background-position: -208px -99px;
}

.react-tel-input .om {
    background-position: -224px -99px;
}

.react-tel-input .pa {
    background-position: -240px -99px;
}

.react-tel-input .pe {
    background-position: 0 -110px;
}

.react-tel-input .pf {
    background-position: -16px -110px;
}

.react-tel-input .pg {
    background-position: -32px -110px;
}

.react-tel-input .ph {
    background-position: -48px -110px;
}

.react-tel-input .pk {
    background-position: -64px -110px;
}

.react-tel-input .pl {
    background-position: -80px -110px;
}

.react-tel-input .pm {
    background-position: -96px -110px;
}

.react-tel-input .pr {
    background-position: -112px -110px;
}

.react-tel-input .ps {
    background-position: -128px -110px;
}

.react-tel-input .pt {
    background-position: -144px -110px;
}

.react-tel-input .pw {
    background-position: -160px -110px;
}

.react-tel-input .py {
    background-position: -176px -110px;
}

.react-tel-input .qa {
    background-position: -192px -110px;
}

.react-tel-input .re {
    background-position: -208px -110px;
}

.react-tel-input .ro {
    background-position: -224px -110px;
}

.react-tel-input .rs {
    background-position: -240px -110px;
}

.react-tel-input .ru {
    background-position: 0 -121px;
}

.react-tel-input .rw {
    background-position: -16px -121px;
}

.react-tel-input .sa {
    background-position: -32px -121px;
}

.react-tel-input .sb {
    background-position: -48px -121px;
}

.react-tel-input .sc {
    background-position: -64px -121px;
}

.react-tel-input .sd {
    background-position: -80px -121px;
}

.react-tel-input .se {
    background-position: -96px -121px;
}

.react-tel-input .sg {
    background-position: -112px -121px;
}

.react-tel-input .sh {
    background-position: -128px -121px;
}

.react-tel-input .si {
    background-position: -144px -121px;
}

.react-tel-input .sk {
    background-position: -160px -121px;
}

.react-tel-input .sl {
    background-position: -176px -121px;
}

.react-tel-input .sm {
    background-position: -192px -121px;
}

.react-tel-input .sn {
    background-position: -208px -121px;
}

.react-tel-input .so {
    background-position: -224px -121px;
}

.react-tel-input .sr {
    background-position: -240px -121px;
}

.react-tel-input .ss {
    background-position: 0 -132px;
}

.react-tel-input .st {
    background-position: -16px -132px;
}

.react-tel-input .sv {
    background-position: -32px -132px;
}

.react-tel-input .sx {
    background-position: -48px -132px;
}

.react-tel-input .sy {
    background-position: -64px -132px;
}

.react-tel-input .sz {
    background-position: -80px -132px;
}

.react-tel-input .tc {
    background-position: -96px -132px;
}

.react-tel-input .td {
    background-position: -112px -132px;
}

.react-tel-input .tg {
    background-position: -128px -132px;
}

.react-tel-input .th {
    background-position: -144px -132px;
}

.react-tel-input .tj {
    background-position: -160px -132px;
}

.react-tel-input .tk {
    background-position: -176px -132px;
}

.react-tel-input .tl {
    background-position: -192px -132px;
}

.react-tel-input .tm {
    background-position: -208px -132px;
}

.react-tel-input .tn {
    background-position: -224px -132px;
}

.react-tel-input .to {
    background-position: -240px -132px;
}

.react-tel-input .tr {
    background-position: 0 -143px;
}

.react-tel-input .tt {
    background-position: -16px -143px;
}

.react-tel-input .tv {
    background-position: -32px -143px;
}

.react-tel-input .tw {
    background-position: -48px -143px;
}

.react-tel-input .tz {
    background-position: -64px -143px;
}

.react-tel-input .ua {
    background-position: -80px -143px;
}

.react-tel-input .ug {
    background-position: -96px -143px;
}

.react-tel-input .us {
    background-position: -112px -143px;
}

.react-tel-input .uy {
    background-position: -128px -143px;
}

.react-tel-input .uz {
    background-position: -144px -143px;
}

.react-tel-input .va {
    background-position: -160px -143px;
}

.react-tel-input .vc {
    background-position: -176px -143px;
}

.react-tel-input .ve {
    background-position: -192px -143px;
}

.react-tel-input .vg {
    background-position: -208px -143px;
}

.react-tel-input .vi {
    background-position: -224px -143px;
}

.react-tel-input .vn {
    background-position: -240px -143px;
}

.react-tel-input .vu {
    background-position: 0 -154px;
}

.react-tel-input .wf {
    background-position: -16px -154px;
}

.react-tel-input .ws {
    background-position: -32px -154px;
}

.react-tel-input .ye {
    background-position: -48px -154px;
}

.react-tel-input .za {
    background-position: -64px -154px;
}

.react-tel-input .zm {
    background-position: -80px -154px;
}

.react-tel-input .zw {
    background-position: -96px -154px;
}

.react-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.react-tel-input .hide {
    display: none;
}

.react-tel-input .v-hide {
    visibility: hidden;
}

.react-tel-input .form-control {
    position: relative;
    font-size: 14px;
    letter-spacing: 0.01rem;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 48px;
    margin-left: 0;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 5px;
    line-height: 25px;
    height: 35px;
    width: 300px;
    outline: none;
}

.react-tel-input .form-control.invalid-number,
.react-tel-input .form-control.invalid-number:focus {
    background-color: #faf0f0;
    border: 1px solid #d79f9f;
    border-left-color: #cacaca;
}

.react-tel-input .flag-dropdown {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0;
    background-color: #f5f5f5;
    border: 1px solid #cacaca;
    border-radius: 3px 0 0 3px;
}

.react-tel-input .flag-dropdown:focus,
.react-tel-input .flag-dropdown:hover {
    cursor: pointer;
}

.react-tel-input .flag-dropdown.invalid-number {
    border-color: #d79f9f;
}

.react-tel-input .flag-dropdown.open {
    z-index: 2;
}

.react-tel-input .flag-dropdown.open,
.react-tel-input .flag-dropdown.open .selected-flag {
    background: #fff;
    border-radius: 3px 0 0 0;
}

.react-tel-input input[disabled]+.flag-dropdown:hover {
    cursor: default;
}

.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag {
    background-color: transparent;
}

.react-tel-input .selected-flag {
    outline: none;
    position: relative;
    width: 38px;
    height: 100%;
    padding: 0 0 0 8px;
    border-radius: 3px 0 0 3px;
}

.react-tel-input .selected-flag:focus,
.react-tel-input .selected-flag:hover {
    background-color: #fff;
}

.react-tel-input .selected-flag .flag {
    position: absolute;
    top: 50%;
    margin-top: -5px;
}

.react-tel-input .selected-flag .arrow {
    position: relative;
    top: 50%;
    margin-top: -2px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}

.react-tel-input .selected-flag .arrow.up {
    border-top: none;
    border-bottom: 4px solid #555;
}

.react-tel-input .country-list {
    outline: none;
    z-index: 1;
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 10px 0 10px -1px;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.35);
    background-color: #fff;
    width: 300px;
    max-height: 200px;
    overflow-y: scroll;
    border-radius: 0 0 3px 3px;
}

.react-tel-input .country-list .flag {
    display: inline-block;
}

.react-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.react-tel-input .country-list .country {
    padding: 7px 9px;
}

.react-tel-input .country-list .country .dial-code {
    color: #6b6b6b;
}

.react-tel-input .country-list .country.highlight,
.react-tel-input .country-list .country:hover {
    background-color: #f1f1f1;
}

.react-tel-input .country-list .flag {
    margin-right: 7px;
    margin-top: 2px;
}

.react-tel-input .country-list .country-name {
    margin-right: 6px;
}

.react-tel-input .country-list .search {
    position: sticky;
    top: 0;
    background-color: #fff;
    padding: 10px 0 6px 10px;
}

.react-tel-input .country-list .search-emoji {
    font-size: 15px;
}

.react-tel-input .country-list .search-box {
    border: 1px solid #cacaca;
    border-radius: 3px;
    font-size: 15px;
    line-height: 15px;
    margin-left: 6px;
    padding: 3px 8px 5px;
    outline: none;
}

.react-tel-input .country-list .no-entries-message {
    padding: 7px 10px 11px;
    opacity: 0.7;
}

.react-tel-input .invalid-number-message {
    color: #de0000;
}

.react-tel-input .invalid-number-message,
.react-tel-input .special-label {
    position: absolute;
    z-index: 1;
    font-size: 13px;
    left: 46px;
    top: -8px;
    background: #fff;
    padding: 0 2px;
}

.react-tel-input .special-label {
    display: none;
    white-space: nowrap;
}

.footer_page-transition-enter__3QGA6 {
    opacity: 0;
    position: relative;
    right: -300px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 992px) {
    .footer_page-transition-enter__3QGA6 {
        right: 0;
        top: 200px;
    }
}

.footer_page-transition-enter-active__3dUT3 {
    opacity: 1;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 992px) {
    .footer_page-transition-enter-active__3dUT3 {
        right: 0;
        top: 0;
    }
}

.footer_page-transition-exit__1_418 {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.footer_page-transition-exit-active__jlfQw {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

#footer_lng-switcher__2QhuY .footer_drop_down_popup__2SmZs li,
.footer_flex__3I7cN,
.footer_flex_btw__1pO1J,
.footer_flex_col__3cOp5,
.footer_flex_col_c__7oK6Z,
.footer_flex_row__2G6A9,
.footer_flex_row_c__1p0Rf {
    -webkit-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
}

.footer_flex_row__2G6A9 {
    -moz-box-pack: start;
    justify-content: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
}

#footer_lng-switcher__2QhuY .footer_drop_down_popup__2SmZs li,
.footer_flex_row_c__1p0Rf {
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
}

.footer_flex_btw__1pO1J {
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -moz-box-pack: justify;
    justify-content: space-between;
    -moz-box-align: center;
    align-items: center;
}

.footer_flex_col__3cOp5 {
    -moz-box-pack: start;
    justify-content: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
}

.footer_flex_col__3cOp5,
.footer_flex_col_c__7oK6Z {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}

.footer_flex_col_c__7oK6Z {
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
}

.footer_bold__2y-7Q {
    font-weight: bolder;
}

.footer_cptl__aEJ8o {
    text-transform: capitalize;
}

.footer_upper__2VGBr {
    text-transform: uppercase;
}

.footer_mc__2UHIH {
    color: var(--MainColor);
}

.footer_gc__2AIpV {
    color: #9b9a9a;
}

.footer_dc__3bR6- {
    color: #4a4b4d;
}

.footer_center__2S1lS {
    text-align: center;
}

.footer_pnt__3hI_d {
    cursor: pointer;
}

.footer_container__-Utjr {
    width: 1440px;
    margin: 0 auto;
}

@media (max-width: 1600px) {
    .footer_container__-Utjr {
        width: 100%;
        padding: 0 100px;
    }
}

@media (max-width: 1250px) {
    .footer_container__-Utjr {
        padding: 0 50px;
    }
}

@media (max-width: 767px) {
    .footer_container__-Utjr {
        padding: 0 25px;
    }
}

@media (max-width: 450px) {
    .footer_container__-Utjr {
        padding: 0 6px;
    }
}

.footer_wide_container__1ZXnF {
    width: 100%;
    padding: 0 40px;
}

.footer_request_loader__1_Oke {
    height: 100%;
    min-height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(243, 146, 53, 0.5);
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    display: none;
    z-index: 9;
}

.footer_request_loader__1_Oke,
.footer_request_loader__1_Oke svg {
    text-align: center;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}

.footer_request_loader__1_Oke svg {
    width: 200px;
    display: -moz-box;
    display: flex;
    vertical-align: middle;
    padding-left: 60px;
}

.footer_star__d1Bz9 {
    -webkit-animation: footer_fadeStar__3wkcs 1s ease-in-out infinite alternate;
    -moz-animation: footer_fadeStar__3wkcs 1s ease-in-out infinite alternate;
    animation: footer_fadeStar__3wkcs 1s ease-in-out infinite alternate;
}

.footer_star__d1Bz9:first-of-type {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

.footer_star__d1Bz9:nth-of-type(2) {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
}

.footer_star__d1Bz9:last-of-type {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    animation-delay: 3s;
}

@-webkit-keyframes footer_fadeStar__3wkcs {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@-moz-keyframes footer_fadeStar__3wkcs {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes footer_fadeStar__3wkcs {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.footer_active_status__1qmUO {
    opacity: 1 !important;
}

.footer_active_order_d_body__QBwkq {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0.5;
}

.footer_no_address_found__2D86s {
    padding: 20px 30px;
    color: #fff;
    background: #f36;
    margin: 30px 0;
    border-radius: 20px;
    display: block;
    width: 100%;
}

.footer_active_addaddress_popup__1ZsAb {
    bottom: -100% !important;
}

.footer_update_item_btn__2SOCY {
    display: none;
}

.footer_added_to_cart_home_item__3k39e .footer_update_item_btn__2SOCY {
    display: block;
}

.footer_added_to_cart_home_item__3k39e .footer_update_item_btn__2SOCY .footer_addcartIcon__K0dIM {
    margin-bottom: -3px;
}

.footer_added_to_cart_home_item__3k39e .footer_add_item_btn__lKOuV {
    display: none;
}

.footer_coming_soon__3DdrB {
    padding: 30px 50px;
    max-width: 100%;
    border-radius: 30px;
    color: var(--MainColor);
    background-color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    position: fixed;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%);
    -moz-transform: translate(50%);
    transform: translate(50%);
    z-index: 99;
    border: 4px solid var(--MainColor);
    display: none;
}

@media (max-width: 500px) {
    .footer_coming_soon__3DdrB {
        padding: 20px;
    }
}

.footer_search-box__HwmDs {
    margin-bottom: 5px !important;
}

.footer_react-tel-input__DQnN5 .footer_selected-flag__SVht7:focus,
.footer_react-tel-input__DQnN5 .footer_selected-flag__SVht7:hover,
.footer_selected-flag__SVht7.footer_open__3KIBj {
    background-color: #e6e6e6 !important;
    border-radius: 20px !important;
}

.footer_swiper-container__3AJBw {
    padding-bottom: 60px !important;
}

@media (max-width: 992px) {
    .footer_swiper-container__3AJBw {
        padding-bottom: 0 !important;
    }
}

.footer_swiper-container-horizontal__3xTM1>.footer_swiper-pagination-bullets__RJYh5,
.footer_swiper-pagination-custom__2xCSm,
.footer_swiper-pagination-fraction__19mAO {
    bottom: 10px !important;
}

@media (max-width: 992px) {
    .footer_swiper-container-horizontal__3xTM1>.footer_swiper-pagination-bullets__RJYh5,
    .footer_swiper-pagination-custom__2xCSm,
    .footer_swiper-pagination-fraction__19mAO {
        display: none;
    }
}

.footer_swiper-container-horizontal__3xTM1>.footer_swiper-pagination-bullets__RJYh5 .footer_swiper-pagination-bullet__1gYBf,
.footer_swiper-pagination-custom__2xCSm .footer_swiper-pagination-bullet__1gYBf,
.footer_swiper-pagination-fraction__19mAO .footer_swiper-pagination-bullet__1gYBf {
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--MainColor);
    margin-right: 5px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1;
}

.footer_swiper-container-horizontal__3xTM1>.footer_swiper-pagination-bullets__RJYh5 .footer_swiper-pagination-bullet__1gYBf.footer_swiper-pagination-bullet-active__3Y_wR,
.footer_swiper-pagination-custom__2xCSm .footer_swiper-pagination-bullet__1gYBf.footer_swiper-pagination-bullet-active__3Y_wR,
.footer_swiper-pagination-fraction__19mAO .footer_swiper-pagination-bullet__1gYBf.footer_swiper-pagination-bullet-active__3Y_wR {
    background: var(--MainColor);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.footer_slected_checkout_item__1tpDa .footer_active_bollet__2Knfj {
    background: var(--MainColor);
}

.footer_active_table__Ey35g {
    background: var(--MainColor) !important;
    color: #fff !important;
    padding: 10px;
    border-radius: 10px;
}

.footer_active_table__Ey35g .footer_tabel_num__25dTL {
    top: 44px !important;
    left: 34.5px !important;
}

.footer_select_card__2Qsys input[type="radio"]+label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 40px;
    margin-right: 40px;
    padding-top: 5px;
    font-weight: 500;
}

.footer_select_card__2Qsys input[type="radio"]+label:before {
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 14px;
    position: absolute;
    top: -3px;
    left: 0;
    border: 1px solid var(--MainColor);
    background-color: #fff;
    border-radius: 50%;
}

.footer_select_card__2Qsys input[type="radio"]+label:after,
.footer_select_card__2Qsys input[type="radio"]+label:before {
    content: "";
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer_select_card__2Qsys input[type="radio"] {
    display: none !important;
    *display: inline;
}

.footer_select_card__2Qsys input[type="radio"]:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--MainColor);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer_delivery_checkout_select__3rLvg {
    width: 100%;
}

.footer_delivery_checkout_select__3rLvg .footer_custom-select-wrapper__1ncu4 {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.footer_delivery_checkout_select__3rLvg .footer_custom-select__pAyGK {
    position: relative;
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    border-color: var(--MainColor);
    border-style: solid;
    border-width: 0 2px;
}

.footer_delivery_checkout_select__3rLvg .footer_custom-select__trigger__2qyVS {
    position: relative;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding: 20px 60px 20px 22px;
    font-size: 20px;
    font-weight: 300;
    color: #3b3b3b;
    line-height: 35px;
    background: #fff;
    cursor: pointer;
    border-color: var(--MainColor);
    border-style: solid;
    border-width: 2px 0;
}

@media (max-width: 767px) {
    .footer_delivery_checkout_select__3rLvg .footer_custom-select__trigger__2qyVS {
        padding: 10px 60px 10px 22px;
    }
}

.footer_delivery_checkout_select__3rLvg .footer_custom-options__2gG7d {
    position: absolute;
    display: block;
    top: 100%;
    left: -2px;
    right: 0;
    border: 2px solid var(--MainColor);
    border-top: 0;
    background: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 90;
    width: -webkit-calc(100% + 4px);
    width: -moz-calc(100% + 4px);
    width: calc(100% + 4px);
}

.footer_delivery_checkout_select__3rLvg .footer_custom-select__pAyGK.footer_open__3KIBj .footer_custom-options__2gG7d {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.footer_delivery_checkout_select__3rLvg .footer_custom-option__1oSdG {
    position: relative;
    display: block;
    padding: 20px 22px;
    font-size: 22px;
    font-weight: 300;
    color: #3b3b3b;
    line-height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.footer_delivery_checkout_select__3rLvg .footer_custom-option__1oSdG:hover {
    cursor: pointer;
    background-color: #e6e6e6;
}

.footer_delivery_checkout_select__3rLvg .footer_custom-option__1oSdG.footer_selected__3YOdK {
    color: #fff;
    background-color: var(--MainColor);
}

.footer_delivery_checkout_select__3rLvg .footer_arrow__36gdf {
    position: relative;
    height: 15px;
    width: 15px;
    margin-right: -50px;
}

.footer_delivery_checkout_select__3rLvg .footer_arrow__36gdf:after,
.footer_delivery_checkout_select__3rLvg .footer_arrow__36gdf:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0.15rem;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.footer_delivery_checkout_select__3rLvg .footer_arrow__36gdf:before {
    left: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: var(--MainColor);
}

.footer_delivery_checkout_select__3rLvg .footer_arrow__36gdf:after {
    left: 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: var(--MainColor);
}

.footer_delivery_checkout_select__3rLvg .footer_open__3KIBj .footer_arrow__36gdf:before {
    left: -5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.footer_delivery_checkout_select__3rLvg .footer_open__3KIBj .footer_arrow__36gdf:after {
    left: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.footer_active_navbar__3ygeT {
    background: #fff;
    padding-top: 5px !important;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}

.footer_active_navbar__3ygeT #footer_rest_logo_img__3LtPf {
    max-width: 300px;
    max-height: 60px;
}

.footer_add_cart_btn__3Uj9a {
    position: absolute;
    bottom: -25px;
    background-color: transparent;
    z-index: 3;
    right: 10px;
    border: 0;
    background-size: cover;
    cursor: pointer;
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.footer_add_cart_btn__3Uj9a .footer_addCartBg__3qQnN {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
    position: absolute;
}

.footer_add_cart_btn__3Uj9a .footer_addcartIcon__K0dIM {
    color: #fff;
    position: relative;
    z-index: 4;
    font-size: 1.8em;
    right: -7px;
    top: 3px;
}

.footer_cat_body_dish__3BkcY .footer_add_cart_btn__3Uj9a {
    right: 0;
}

.footer_cat_body_dish__3BkcY .footer_add_cart_btn__3Uj9a .footer_addCartBg__3qQnN {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
}

.footer_cat_body_dish__3BkcY .footer_add_cart_btn__3Uj9a .footer_addcartIcon__K0dIM {
    font-size: 1.5em;
    right: -9px;
    top: 5px;
}

.footer_active_cat_header__3mDrb svg {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.footer_hidden_pf_item__2NfFM {
    position: relative;
    top: 200px;
}

.footer_dish_item_em__28Qcs {
    cursor: pointer;
}

#footer_lng-switcher__2QhuY {
    position: relative;
    z-index: 12;
}

#footer_lng-switcher__2QhuY .footer_drop_down_popup__2SmZs {
    position: absolute;
    background: #fff;
    text-align: right;
    right: -10px;
    top: -webkit-calc(100% + 10px);
    top: -moz-calc(100% + 10px);
    top: calc(100% + 10px);
    min-width: 100px;
    border-radius: 5px;
    display: none;
    box-shadow: 0 0 1.3em rgba(0, 0, 0, 0.1);
}

#footer_lng-switcher__2QhuY .footer_drop_down_popup__2SmZs:after {
    content: "";
    position: absolute;
    top: -10px;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

#footer_lng-switcher__2QhuY .footer_drop_down_popup__2SmZs li {
    padding: 10px 30px;
    -moz-box-pack: end;
    justify-content: flex-end;
    color: #333;
}

#footer_lng-switcher__2QhuY .footer_drop_down_popup__2SmZs li:hover {
    background: #eee;
}

#footer_lng-switcher__2QhuY .footer_drop_down_popup__2SmZs.footer_lang_drop_down__iGPI2 {
    padding: 10px 0;
}

#footer_lng-switcher__2QhuY .footer_drop_down_popup__2SmZs.footer_lang_drop_down__iGPI2 li {
    padding: 10px 20px 10px 30px;
    border-radius: 5px;
}

#footer_lng-switcher__2QhuY .footer_drop_down_popup__2SmZs.footer_lang_drop_down__iGPI2 li img {
    margin-left: 10px;
}

.footer_cart_cont__4niVt {
    width: 400px;
    position: fixed;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    z-index: 90;
    right: 10px;
    bottom: -webkit-calc(-100% - 620px);
    bottom: -moz-calc(-100% - 620px);
    bottom: calc(-100% - 620px);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    background: #fff;
    background-image: url("../imgs/background.svg");
    box-shadow: 0 0 0.8em rgba(0, 0, 0, 0.18);
}

.footer_cart_cont__4niVt#footer_wishList__cLpc7 {
    right: auto;
    left: 10px;
}

@media (max-width: 550px) {
    .footer_cart_cont__4niVt#footer_wishList__cLpc7 {
        left: 0;
    }
}

.footer_cart_cont__4niVt#footer_wishList__cLpc7 .footer_cart_item__12ha- {
    padding-bottom: 50px;
}

.footer_cart_cont__4niVt#footer_wishList__cLpc7 .footer_cart_link__3Nop5 {
    display: block;
    width: 250px;
    padding: 10px 0;
    margin: 20px auto 40px;
    border: 0;
}

.footer_cart_cont__4niVt#footer_wishList__cLpc7 .footer_add_cart_from_fav__1h29-.footer_added_tocart__3ZY_E {
    background-color: #27ae60;
    color: #fff;
    border-color: #27ae60;
    position: relative;
    z-index: 3;
}

.footer_cart_cont__4niVt#footer_wishList__cLpc7 .footer_add_cart_from_fav__1h29-.footer_added_tocart__3ZY_E:hover {
    background-color: #27ae60;
}

.footer_cart_cont__4niVt#footer_wishList__cLpc7 .footer_add_cart_from_fav__1h29-.footer_added_tocart__3ZY_E img {
    margin-right: 10px;
    margin-left: -5px;
}

.footer_cart_cont__4niVt#footer_wishList__cLpc7 .footer_btns_cont__18npH {
    width: 100%;
    position: relative;
    height: 45px;
}

.footer_cart_cont__4niVt#footer_wishList__cLpc7 .footer_btns_cont__18npH button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    bottom: 0;
}

@media (max-width: 550px) {
    .footer_cart_cont__4niVt {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        height: -webkit-calc(100vh - 87px) !important;
        height: -moz-calc(100vh - 87px) !important;
        height: calc(100vh - 87px) !important;
        width: 100% !important;
        right: 0 !important;
        left: 0 !important;
    }
}

.footer_cart_cont__4niVt.footer_active_cart__17m1h {
    bottom: 0;
}

@media (max-width: 550px) {
    .footer_cart_cont__4niVt.footer_active_cart__17m1h {
        height: -webkit-calc(100vh - 87px) !important;
        height: -moz-calc(100vh - 87px) !important;
        height: calc(100vh - 87px) !important;
    }
}

.footer_cart_cont__4niVt .footer_cart_title__3SzuL {
    text-align: center;
    color: #4a4b4d;
    font-size: 20px;
    padding: 15px 0;
    position: relative;
    border-bottom: 1px solid #eee;
}

.footer_cart_cont__4niVt .footer_cart_title__3SzuL .footer_cart_icon__wOgJa {
    color: var(--MainColor);
    font-size: 1.7em;
    margin-right: 10px;
}

.footer_cart_cont__4niVt .footer_cart_title__3SzuL .footer_close_cart__3kh1L,
.footer_cart_cont__4niVt .footer_cart_title__3SzuL .footer_close_wishlist__fDoQy {
    position: absolute;
    border: 0;
    left: 10px;
    top: 15px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: transparent;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-radius: 50%;
    padding-top: 3.5px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.footer_cart_cont__4niVt .footer_cart_title__3SzuL .footer_close_cart__3kh1L:hover,
.footer_cart_cont__4niVt .footer_cart_title__3SzuL .footer_close_wishlist__fDoQy:hover {
    background: #e6e6e6;
}

.footer_cart_cont__4niVt .footer_cart_title__3SzuL .footer_close_cart__3kh1L svg,
.footer_cart_cont__4niVt .footer_cart_title__3SzuL .footer_close_wishlist__fDoQy svg {
    font-size: 2.2em;
}

.footer_cart_cont__4niVt .footer_cart_items_cont__1GyDu {
    overflow-y: scroll;
    direction: rtl;
}

@media (max-width: 550px) {
    .footer_cart_cont__4niVt .footer_cart_items_cont__1GyDu {
        max-height: -webkit-calc(100% - 233px) !important;
        max-height: -moz-calc(100% - 233px) !important;
        max-height: calc(100% - 233px) !important;
    }
}

.footer_cart_cont__4niVt .footer_cart_items_cont__1GyDu::-webkit-scrollbar {
    width: 5px;
}

.footer_cart_cont__4niVt .footer_cart_items_cont__1GyDu::-webkit-scrollbar-track {
    background: transparent;
}

.footer_cart_cont__4niVt .footer_cart_items_cont__1GyDu::-webkit-scrollbar-thumb {
    background: var(--MainColor);
    border-radius: 10px;
}

.footer_cart_cont__4niVt .footer_cart_items_cont__1GyDu .footer_cart_item__12ha- {
    padding: 15px 10px;
    width: 100%;
    direction: ltr;
    -moz-box-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #eee;
}

.footer_cart_cont__4niVt .footer_cart_items_cont__1GyDu .footer_cart_item__12ha- .footer_cart_item_img__nsJ-b {
    margin-right: 15px;
    cursor: pointer;
}

.footer_cart_cont__4niVt .footer_cart_items_cont__1GyDu .footer_cart_item__12ha- .footer_cart_item_img__nsJ-b img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    -webkit-object-fit: cover;
    object-fit: cover;
}

.footer_cart_cont__4niVt .footer_cart_items_cont__1GyDu .footer_cart_item__12ha- .footer_cart_item_info__3pwaT {
    width: 210px;
}

.footer_cart_cont__4niVt .footer_cart_items_cont__1GyDu .footer_cart_item__12ha- .footer_cart_item_info__3pwaT .footer_cart_item_name__1FYnE {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    width: 100%;
    padding: 5px 0;
}

.footer_cart_cont__4niVt .footer_cart_items_cont__1GyDu .footer_cart_item__12ha- .footer_cart_item_info__3pwaT .footer_cart_item_price__1-ov1 {
    font-size: 18px;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
}

.footer_cart_cont__4niVt .footer_cart_items_cont__1GyDu .footer_cart_item__12ha- .footer_cart_item_info__3pwaT .footer_item_price_details__216iW {
    font-size: 13px;
    color: #9b9a9a;
    font-weight: 700;
    padding-top: 5px;
}

.footer_cart_cont__4niVt .footer_cart_items_cont__1GyDu .footer_cart_item__12ha- .footer_cart_item_controller_cont__3vqKL {
    width: 50px;
    margin-left: 15px;
    margin-right: 10px;
}

.footer_cart_cont__4niVt .footer_cart_items_cont__1GyDu .footer_cart_item__12ha- .footer_cart_item_controller_cont__3vqKL .footer_cart_item_controller__2HTj1 {
    width: 100%;
    height: 75px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    text-align: center;
}

.footer_cart_cont__4niVt .footer_cart_items_cont__1GyDu .footer_cart_item__12ha- .footer_cart_item_controller_cont__3vqKL .footer_cart_item_controller__2HTj1 input,
.footer_cart_cont__4niVt .footer_cart_items_cont__1GyDu .footer_cart_item__12ha- .footer_cart_item_controller_cont__3vqKL .footer_cart_item_controller__2HTj1>div {
    width: 100%;
    height: -webkit-calc(100%/3);
    height: -moz-calc(100%/3);
    height: calc(100% / 3);
    overflow: hidden;
    line-height: 25px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
    border: 0;
    font-weight: 700;
}

.footer_cart_cont__4niVt .footer_cart_items_cont__1GyDu .footer_cart_item__12ha- .footer_cart_item_controller_cont__3vqKL .footer_cart_item_controller__2HTj1 .footer_minus__XfHl9,
.footer_cart_cont__4niVt .footer_cart_items_cont__1GyDu .footer_cart_item__12ha- .footer_cart_item_controller_cont__3vqKL .footer_cart_item_controller__2HTj1 .footer_plus__1pElj {
    cursor: pointer;
}

.footer_cart_cont__4niVt .footer_cart_items_cont__1GyDu .footer_cart_item__12ha- .footer_cart_item_controller_cont__3vqKL .footer_cart_item_controller__2HTj1 .footer_minus__XfHl9:focus,
.footer_cart_cont__4niVt .footer_cart_items_cont__1GyDu .footer_cart_item__12ha- .footer_cart_item_controller_cont__3vqKL .footer_cart_item_controller__2HTj1 .footer_minus__XfHl9:hover,
.footer_cart_cont__4niVt .footer_cart_items_cont__1GyDu .footer_cart_item__12ha- .footer_cart_item_controller_cont__3vqKL .footer_cart_item_controller__2HTj1 .footer_plus__1pElj:focus,
.footer_cart_cont__4niVt .footer_cart_items_cont__1GyDu .footer_cart_item__12ha- .footer_cart_item_controller_cont__3vqKL .footer_cart_item_controller__2HTj1 .footer_plus__1pElj:hover {
    background: var(--MainColor);
    color: #fff;
}

.footer_cart_cont__4niVt .footer_cart_items_cont__1GyDu .footer_cart_item__12ha- .footer_cart_item_controller_cont__3vqKL .footer_delete_cart_item__2QK5m {
    background: var(--MainColor);
    border-radius: 10px;
    height: 23px;
    margin-top: 2px;
    cursor: pointer;
    width: 100%;
    line-height: 30px;
}

.footer_cart_cont__4niVt .footer_cart_items_cont__1GyDu .footer_cart_item__12ha- .footer_cart_item_controller_cont__3vqKL .footer_delete_cart_item__2QK5m svg {
    color: #fff;
}

.footer_cart_cont__4niVt .footer_cart_items_cont__1GyDu .footer_no_items__1Es7r {
    padding: 30px;
    margin: 0 auto;
}

.footer_cart_cont__4niVt .footer_cart_items_cont__1GyDu .footer_no_items__1Es7r svg {
    width: 200px;
}

.footer_cart_cont__4niVt .footer_cart_items_cont__1GyDu .footer_no_items__1Es7r .footer_no_pr_text__2gO8n {
    margin-top: 20px;
    color: #77798c;
    font-weight: 700;
}

.footer_cart_cont__4niVt .footer_cart_total_cont__1L5PM {
    padding: 30px 60px 30px 40px;
    font-weight: 500;
}

@media (max-width: 500px) {
    .footer_cart_cont__4niVt .footer_cart_total_cont__1L5PM {
        padding: 30px 10px;
    }
}

.footer_cart_cont__4niVt .footer_send_via_whats_app__1fWvB {
    display: block;
    margin: 10px auto 20px;
    padding: 0 20px 18px;
    border: 0;
    background: #25d366;
    color: #fff;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    font-size: 20px;
    border-radius: 40px;
}

.footer_cart_cont__4niVt .footer_send_via_whats_app__1fWvB svg {
    padding: 0 10px;
    font-size: 50px;
    margin-bottom: -17px;
}

.footer_cart_cont__4niVt .footer_cart_link__3Nop5 {
    display: block;
    margin: 0 40px 40px;
    padding: 10px;
    color: #fff;
    background: var(--MainColor);
    box-shadow: 0 0 2em rgba(0, 0, 0, 0.18);
    font-weight: 500;
    border-radius: 15px;
    cursor: pointer;
}

@media (max-width: 550px) {
    .footer_cart_cont__4niVt#footer_wishList__cLpc7 .footer_cart_items_cont__1GyDu {
        max-height: -webkit-calc(100% - 65px) !important;
        max-height: -moz-calc(100% - 65px) !important;
        max-height: calc(100% - 65px) !important;
    }
}

.footer_cart_cont__4niVt#footer_wishList__cLpc7 .footer_add_cart_from_fav__1h29- {
    padding: 10px 5px;
    width: 100%;
    text-align: center;
    border: 1px solid var(--MainColor);
    font-weight: 500;
    font-size: 18px;
    background-color: #fff;
    margin-top: 15px;
    border-radius: 30px;
    margin-left: -10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.footer_cart_cont__4niVt#footer_wishList__cLpc7 .footer_add_cart_from_fav__1h29-:hover {
    background-color: var(--MainColor);
    color: #f2f2f2;
}

.footer_cart_cont__4niVt#footer_wishList__cLpc7 .footer_add_cart_from_fav__1h29- svg {
    font-size: 20px;
    margin: -5px 10px 0 -5px;
}

.footer_cart_cont__4niVt#footer_wishList__cLpc7 .footer_delete_item_from_fav__1Su7C {
    align-self: center;
    margin-top: -20px;
    background-color: transparent;
    border: 0;
    color: #9b9a9a;
    font-weight: 500;
    margin-right: 10px;
    font-size: 16px;
    cursor: pointer;
}

.footer_cart_cont__4niVt .footer_minimum_msg__Fe4TQ {
    text-align: center;
    color: #d82b51;
    padding-bottom: 20px;
}

.footer_item_details_pop__14v7e {
    width: 600px;
    position: fixed;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    z-index: 102;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -205vh;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    background: #fff;
    box-shadow: 0 0 0.8em rgba(0, 0, 0, 0.18);
    min-height: 200px;
    direction: rtl;
    z-index: 91;
    overflow-y: scroll;
}

.footer_item_details_pop__14v7e::-webkit-scrollbar {
    width: 0;
}

.footer_item_details_pop__14v7e::-webkit-scrollbar-track {
    background: transparent;
}

.footer_item_details_pop__14v7e::-webkit-scrollbar-thumb {
    background: var(--MainColor);
    border-radius: 10px;
}

@media (max-width: 650px) {
    .footer_item_details_pop__14v7e {
        width: 100%;
        height: 100vh !important;
        max-height: -webkit-calc(100vh - 87px) !important;
        max-height: -moz-calc(100vh - 87px) !important;
        max-height: calc(100vh - 87px) !important;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

.footer_item_details_pop__14v7e.footer_active_item_details_pop__Kfh1I {
    bottom: 0;
}

.footer_item_details_pop__14v7e .footer_top_options__3Y49d {
    position: fixed;
    top: 5px;
    z-index: 3;
    padding: 5px 10px;
    color: #fff;
    width: 100%;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    flex-direction: row-reverse;
}

.footer_item_details_pop__14v7e .footer_top_options__3Y49d button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
    border: 0;
}

.footer_item_details_pop__14v7e .footer_top_options__3Y49d button svg {
    color: #fff;
    font-weight: bolder;
    font-size: 1.7em;
}

.footer_item_details_pop__14v7e .footer_item_img__30L89 {
    position: relative;
    width: 100%;
    right: 0;
    left: 0;
}

.footer_item_details_pop__14v7e .footer_item_img__30L89 .footer_item_img_src__2eahM {
    -webkit-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    width: 100%;
    height: 100%;
    min-height: 200px;
    max-height: 500px;
}

@media (max-width: 650px) {
    .footer_item_details_pop__14v7e .footer_item_img__30L89 .footer_item_img_src__2eahM {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

.footer_item_details_pop__14v7e .footer_item_top_add_fav_btn__3gW0G {
    position: relative;
    top: -60px;
    bottom: auto;
    z-index: 9;
    right: 20px;
    background-color: transparent;
    border: 0;
    background-size: cover;
    cursor: pointer;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    text-align: center;
}

.footer_item_details_pop__14v7e .footer_item_top_add_fav_btn__3gW0G .footer_addCartBg__3qQnN {
    position: absolute;
    width: 80px;
    height: 80px;
}

.footer_item_details_pop__14v7e .footer_item_top_add_fav_btn__3gW0G .footer_addcartIcon__K0dIM {
    position: relative;
    z-index: 4;
    font-size: 1.8em;
    right: 31px;
    top: 22px;
    color: var(--MainColor);
}

.footer_item_details_pop__14v7e .footer_item_top_add_fav_btn__3gW0G .footer_addcartIcon__K0dIM.footer_green__31kGm {
    color: #fff !important;
    right: 31px;
    top: 22px;
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb {
    direction: ltr;
    width: 100%;
    position: relative;
    margin-top: -50px;
    background: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 30px 20px 50px;
    z-index: 3;
}

@media (max-width: 767px) {
    .footer_item_details_pop__14v7e .footer_item_info_cont__3anLb {
        padding-top: 20px;
    }
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_item_name_price__34agp {
    width: 100%;
    padding-bottom: 10px;
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_item_name_price__34agp .footer_left_name__26hfv {
    font-weight: 500;
    font-size: 22px;
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_item_name_price__34agp .footer_right_price__13Q-e {
    text-align: center;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    position: relative;
    bottom: -20px;
}

@media (max-width: 767px) {
    .footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_item_name_price__34agp .footer_right_price__13Q-e {
        bottom: -28px;
    }
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_item_name_price__34agp .footer_right_price__13Q-e .footer_cash__3ENH8 {
    font-size: 30px;
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_item_name_price__34agp .footer_right_price__13Q-e .footer_per__-0tto {
    font-size: 14px;
    font-weight: 500;
    padding-top: 5px;
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_item_desc__ZLu1x {
    padding-top: 15px;
    line-height: 25px;
    color: #999;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    width: 100%;
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_extras_item_header__3cGsi {
    display: none;
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb #footer_extras-as-vars__LA8zv {
    margin-top: -20px;
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb #footer_extras-as-vars__LA8zv .footer_extras_item_header__3cGsi {
    display: -moz-box !important;
    display: flex !important;
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_extras_variants_cont__1Tius {
    padding-top: 20px;
    width: 100%;
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_extras_variants_cont__1Tius .footer_variants_item__3OXly {
    margin: 20px 0;
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_extras_variants_cont__1Tius .footer_variants_item__3OXly .footer_variant_item_header__13Wh- {
    padding: 11px 25px;
    border-radius: 10px;
    background-color: #e6e6e6;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 10px;
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_extras_variants_cont__1Tius .footer_variants_item__3OXly .footer_variant_item_header__13Wh- svg {
    font-weight: bolder;
    font-size: 1.3em;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_extras_variants_cont__1Tius .footer_variants_item__3OXly .footer_variant_item_header__13Wh- svg.footer_rotated__1Mu_- {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_extras_variants_cont__1Tius .footer_variants_item__3OXly .footer_extras_list__JRUzc li {
    padding: 10px 15px;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_extras_variants_cont__1Tius .footer_variants_item__3OXly .footer_extras_list__JRUzc li label {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    color: #9b9a9a;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_extras_variants_cont__1Tius .footer_variants_item__3OXly .footer_extras_list__JRUzc li label sub {
    padding: 0 8px;
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_extras_variants_cont__1Tius .footer_variants_item__3OXly .footer_extras_list__JRUzc li input {
    width: 0;
    height: 0;
    opacity: 0;
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_extras_variants_cont__1Tius .footer_variants_item__3OXly .footer_extras_list__JRUzc li label>span {
    width: 20px;
    height: 20px;
    display: -moz-box;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    border: 2px solid #9b9a9a;
    margin-right: 15px;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_extras_variants_cont__1Tius .footer_variants_item__3OXly .footer_extras_list__JRUzc li input:checked+label>span {
    border: 10px solid var(--MainColor);
    -webkit-animation: footer_bounce__1XnxD 0.25s;
    -moz-animation: footer_bounce__1XnxD 0.25s;
    animation: footer_bounce__1XnxD 0.25s;
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_extras_variants_cont__1Tius .footer_variants_item__3OXly .footer_extras_list__JRUzc li input:checked+label>span:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 4px;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-animation: footer_checked-box__33hFs 125ms 0.25s forwards;
    -moz-animation: footer_checked-box__33hFs 125ms 0.25s forwards;
    animation: footer_checked-box__33hFs 125ms 0.25s forwards;
}

@-webkit-keyframes footer_checked-box__33hFs {
    0% {
        width: 0;
        height: 0;
        border-color: #fff;
        -webkit-transform: translate(0) rotate(45deg);
        transform: translate(0) rotate(45deg);
    }
    33% {
        width: 4px;
        height: 0;
        border-color: #fff;
        -webkit-transform: translate(0) rotate(45deg);
        transform: translate(0) rotate(45deg);
    }
    to {
        width: 4px;
        height: 8px;
        border-color: #fff;
        -webkit-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }
}

@-moz-keyframes footer_checked-box__33hFs {
    0% {
        width: 0;
        height: 0;
        border-color: #fff;
        -moz-transform: translate(0) rotate(45deg);
        transform: translate(0) rotate(45deg);
    }
    33% {
        width: 4px;
        height: 0;
        border-color: #fff;
        -moz-transform: translate(0) rotate(45deg);
        transform: translate(0) rotate(45deg);
    }
    to {
        width: 4px;
        height: 8px;
        border-color: #fff;
        -moz-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }
}

@keyframes footer_checked-box__33hFs {
    0% {
        width: 0;
        height: 0;
        border-color: #fff;
        -webkit-transform: translate(0) rotate(45deg);
        -moz-transform: translate(0) rotate(45deg);
        transform: translate(0) rotate(45deg);
    }
    33% {
        width: 4px;
        height: 0;
        border-color: #fff;
        -webkit-transform: translate(0) rotate(45deg);
        -moz-transform: translate(0) rotate(45deg);
        transform: translate(0) rotate(45deg);
    }
    to {
        width: 4px;
        height: 8px;
        border-color: #fff;
        -webkit-transform: translateY(-8px) rotate(45deg);
        -moz-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }
}

@-webkit-keyframes footer_bounce__1XnxD {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    33% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes footer_bounce__1XnxD {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    33% {
        -moz-transform: scale(0.7);
        transform: scale(0.7);
    }
    to {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes footer_bounce__1XnxD {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
    33% {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        transform: scale(0.7);
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_extras_variants_cont__1Tius .footer_variants_item__3OXly .footer_variant_item_options__129JP {
    flex-wrap: wrap;
    overflow: hidden;
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_extras_variants_cont__1Tius .footer_variants_item__3OXly .footer_variant_item_options__129JP .footer_item_option__2P5Ol {
    padding: 15px;
    text-transform: capitalize;
    cursor: pointer;
    text-align: center;
    color: #9b9a9a;
    font-weight: 500;
    border: 2px solid #e6e6e6;
    margin: 5px;
    border-radius: 10px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_extras_variants_cont__1Tius .footer_variants_item__3OXly .footer_variant_item_options__129JP .footer_item_option__2P5Ol.footer_active_option__qAiel,
.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_extras_variants_cont__1Tius .footer_variants_item__3OXly .footer_variant_item_options__129JP .footer_item_option__2P5Ol:hover {
    background: #e6e6e6;
    color: #4a4b4d;
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_custmize_title__3pFD9 {
    padding: 20px 0;
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_quant_cont__2gqVm {
    width: 100%;
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_quant_cont__2gqVm .footer_quantity__2E8Ny>button,
.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_quant_cont__2gqVm .footer_quantity__2E8Ny input {
    width: 50px;
    height: 30px;
    border: 2px solid var(--MainColor);
    color: var(--MainColor);
    margin-left: 10px;
    text-align: center;
    border-radius: 20px;
    line-height: 28px;
    font-weight: 500;
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_quant_cont__2gqVm .footer_quantity__2E8Ny>button:focus,
.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_quant_cont__2gqVm .footer_quantity__2E8Ny input:focus {
    outline: 0;
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_quant_cont__2gqVm .footer_quantity__2E8Ny input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_quant_cont__2gqVm .footer_quantity__2E8Ny .footer_minus__XfHl9,
.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_quant_cont__2gqVm .footer_quantity__2E8Ny .footer_plus__1pElj {
    background: var(--MainColor);
    color: #fff;
    font-weight: bolder;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    box-shadow: 0 0.2em 0.3em rgba(0, 0, 0, 0.3);
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_quant_cont__2gqVm .footer_quantity__2E8Ny .footer_minus__XfHl9:focus,
.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_quant_cont__2gqVm .footer_quantity__2E8Ny .footer_minus__XfHl9:hover,
.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_quant_cont__2gqVm .footer_quantity__2E8Ny .footer_plus__1pElj:focus,
.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_quant_cont__2gqVm .footer_quantity__2E8Ny .footer_plus__1pElj:hover {
    box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.3);
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_quant_cont__2gqVm .footer_quantity__2E8Ny .footer_minus__XfHl9 {
    font-size: 22px;
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_item_cart_cont__33juJ {
    width: 100%;
    position: relative;
    margin-top: 40px;
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_item_cart_cont__33juJ:after {
    content: "";
    position: absolute;
    left: -20px;
    height: 200px;
    width: 150px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    background: var(--MainColor);
    top: -20px;
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_item_cart_cont__33juJ .footer_item_add_cart_cont__wKcV9 {
    width: 65%;
    min-width: 420px;
    background: #fff;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 3;
    padding: 20px 0;
    -moz-box-align: center;
    align-items: center;
    font-weight: 500;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

@media (max-width: 500px) {
    .footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_item_cart_cont__33juJ .footer_item_add_cart_cont__wKcV9 {
        width: 90%;
        min-width: 0;
    }
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_item_cart_cont__33juJ .footer_item_add_cart_cont__wKcV9 .footer_item_total_price__2wBwT {
    padding: 15px 0;
    font-size: 20px;
    display: block;
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_item_cart_cont__33juJ .footer_item_add_cart_cont__wKcV9 .footer_item_add_cart_btn__1DthV {
    cursor: pointer;
    padding: 8px 40px 15px;
    text-align: center;
    color: #fff;
    background: var(--MainColor);
    border: 0;
    border-radius: 20px;
    font-weight: 500;
    display: block;
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_item_cart_cont__33juJ .footer_item_add_cart_cont__wKcV9 .footer_item_add_cart_btn__1DthV svg {
    font-size: 1.5em;
    position: relative;
    bottom: -5px;
    margin: 0 5px;
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_item_cart_cont__33juJ .footer_item_add_cart_cont__wKcV9 .footer_share_cont__oGw2s {
    position: absolute;
    top: -25px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transform: translateX(50%);
    background: #fff;
    box-shadow: 0 0.3px 1em rgba(0, 0, 0, 0.1);
    border-radius: 60px;
    padding: 15px 15px 10px;
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_item_cart_cont__33juJ .footer_item_add_cart_cont__wKcV9 .footer_item_add_cart_btn_icon__1QeCs {
    width: 60px;
    height: 60px;
    text-align: center;
    background: #fff;
    line-height: 80px;
    border-radius: 50%;
    box-shadow: 0 0.3px 1em rgba(0, 0, 0, 0.2);
    position: absolute;
    right: -20px;
    top: 50px;
    border: 0;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_item_cart_cont__33juJ .footer_item_add_cart_cont__wKcV9 .footer_item_add_cart_btn_icon__1QeCs svg {
    color: var(--MainColor);
    font-size: 2em;
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_item_cart_cont__33juJ .footer_item_add_cart_cont__wKcV9 .footer_item_add_cart_btn_icon__1QeCs:hover {
    background: var(--MainColor);
}

.footer_item_details_pop__14v7e .footer_item_info_cont__3anLb .footer_item_cart_cont__33juJ .footer_item_add_cart_cont__wKcV9 .footer_item_add_cart_btn_icon__1QeCs:hover svg {
    color: #fff;
}

.footer_item_updated_msg__EU3xW {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #27ae60;
    width: 200px;
    height: 200px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 1em rgba(39, 174, 96, 0.5);
    display: none;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
    z-index: 900;
}

.footer_item_updated_msg__EU3xW.footer_error__GTZYJ {
    background: #c54f69;
    width: 230px;
    height: 230px;
}

.footer_item_updated_msg__EU3xW.footer_active_msg__3ihIj {
    -webkit-transform: translate(-50%, -60%);
    -moz-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
}

.footer_item_updated_msg__EU3xW p {
    color: #fff;
    font-weight: bolder;
    margin-top: 20px;
    line-height: 25px;
}

.footer_item_updated_msg__EU3xW svg {
    width: 90px;
    height: 90px;
    display: block;
}

.footer_item_updated_msg__EU3xW .footer_path__2a8Z3 {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

.footer_item_updated_msg__EU3xW .footer_path__2a8Z3.footer_circle__2TSd1 {
    -webkit-animation: footer_dash__30Dph 0.9s ease-in-out;
    -moz-animation: footer_dash__30Dph 0.9s ease-in-out;
    animation: footer_dash__30Dph 0.9s ease-in-out;
}

.footer_item_updated_msg__EU3xW .footer_path__2a8Z3.footer_line__1zcDk {
    stroke-dashoffset: 1000;
    -webkit-animation: footer_dash__30Dph 0.9s ease-in-out 0.35s forwards;
    -moz-animation: footer_dash__30Dph 0.9s ease-in-out 0.35s forwards;
    animation: footer_dash__30Dph 0.9s ease-in-out 0.35s forwards;
}

.footer_item_updated_msg__EU3xW .footer_path__2a8Z3.footer_check__WQlEj {
    stroke-dashoffset: -100;
    -webkit-animation: footer_dash-check__2VMk4 0.9s ease-in-out 0.35s forwards;
    -moz-animation: footer_dash-check__2VMk4 0.9s ease-in-out 0.35s forwards;
    animation: footer_dash-check__2VMk4 0.9s ease-in-out 0.35s forwards;
}

@-webkit-keyframes footer_dash__30Dph {
    0% {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@-moz-keyframes footer_dash__30Dph {
    0% {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes footer_dash__30Dph {
    0% {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes footer_dash-check__2VMk4 {
    0% {
        stroke-dashoffset: -100;
    }
    to {
        stroke-dashoffset: 900;
    }
}

@-moz-keyframes footer_dash-check__2VMk4 {
    0% {
        stroke-dashoffset: -100;
    }
    to {
        stroke-dashoffset: 900;
    }
}

@keyframes footer_dash-check__2VMk4 {
    0% {
        stroke-dashoffset: -100;
    }
    to {
        stroke-dashoffset: 900;
    }
}

.footer_item_share__iRyt5 .footer_react-share__ShareButton__XIWt4 {
    margin: 0 3px;
}

.footer_item_share__iRyt5 .footer_copy__3XoTu {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    text-align: center;
    line-height: 37px;
    background: #4a4b4d;
    margin-left: 5px;
    cursor: pointer;
}

.footer_item_share__iRyt5 .footer_copy__3XoTu svg {
    color: #fff;
}

.footer_insta-share__4ZW3Y,
.footer_snapchat-creative-kit-share__2ABtj {
    border-radius: 50% !important;
    overflow: hidden !important;
    margin-top: -5px !important;
    margin: 0 5px;
}

.footer_insta-share__4ZW3Y,
.footer_insta-share__4ZW3Y .footer_f16qnola__1Frg7,
.footer_insta-share__4ZW3Y .footer_fvmxvuk__ARRbk,
.footer_snapchat-creative-kit-share__2ABtj .footer_f16qnola__1Frg7,
.footer_snapchat-creative-kit-share__2ABtj .footer_fvmxvuk__ARRbk {
    border: 0 !important;
    width: 31px !important;
    height: 31px !important;
}

.footer_insta-share__4ZW3Y {
    background: #c54f69;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.footer_profile_img__3iHAQ {
    cursor: default !important;
}

.footer_profile_toggler__28wAG {
    position: relative;
    cursor: pointer;
}

#footer_profile-popup__1Rpcm {
    position: absolute;
    top: -webkit-calc(100% - 10px);
    top: -moz-calc(100% - 10px);
    top: calc(100% - 10px);
    right: 30px;
    border-radius: 15px;
    background: #fff;
    z-index: 9;
    display: none;
    -webkit-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
    box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
    max-height: 640px;
    overflow-y: scroll;
}

#footer_profile-popup__1Rpcm::-webkit-scrollbar {
    width: 5px;
}

#footer_profile-popup__1Rpcm::-webkit-scrollbar-track {
    background: transparent;
}

#footer_profile-popup__1Rpcm::-webkit-scrollbar-thumb {
    background: var(--MainColor);
    border-radius: 10px;
}

@media (max-width: 992px) {
    #footer_profile-popup__1Rpcm {
        top: 100%;
    }
}

@media (max-width: 600px) {
    #footer_profile-popup__1Rpcm {
        width: 100% !important;
        right: 0 !important;
        max-height: -webkit-calc(100vh - 95px);
        max-height: -moz-calc(100vh - 95px);
        max-height: calc(100vh - 95px);
        border-radius: 0;
    }
}

#footer_profile-popup__1Rpcm.footer_active_profile_popup__2gAE8 {
    top: 200%;
}

#footer_profile-popup__1Rpcm svg {
    color: #4a4b4d;
    font-size: 1.5em;
}

#footer_profile-popup__1Rpcm .footer_profile_header__1WnAb {
    -moz-box-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 20px;
    font-weight: 700;
}

#footer_profile-popup__1Rpcm .footer_profile_header__1WnAb .footer_close_profile__1NX5A {
    width: 35px;
    height: 35px;
    padding-left: 1px;
    padding-top: 1px;
    margin-right: 10px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

#footer_profile-popup__1Rpcm .footer_profile_header__1WnAb .footer_close_profile__1NX5A:hover {
    background: #e6e6e6;
}

#footer_profile-popup__1Rpcm .footer_profile_header__1WnAb .footer_close_profile__1NX5A svg {
    font-size: 2.2em;
}

#footer_profile-popup__1Rpcm .footer_profile_item__2jrM0 {
    margin: 10px 20px;
}

.footer_profile_items__2TbwR {
    width: 100%;
    min-width: 350px;
}

@media (max-width: 500px) {
    .footer_profile_items__2TbwR {
        min-width: 150px;
    }
}

.footer_profile_items__2TbwR svg {
    color: #4a4b4d;
    font-size: 1.5em;
}

.footer_profile_items__2TbwR .footer_profile_item__2jrM0 {
    padding: 10px;
    margin: 10px 0;
    -moz-box-pack: start;
    justify-content: flex-start;
    background: #f2f2f2;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.footer_profile_items__2TbwR .footer_profile_item__2jrM0 .footer_profile_item_icon__1YUEU {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #d8d8d8;
    text-align: center;
    line-height: 55px;
    margin-right: 20px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.footer_profile_items__2TbwR .footer_profile_item__2jrM0 .footer_profile_item_icon__1YUEU img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-object-fit: cover;
    object-fit: cover;
}

.footer_profile_items__2TbwR .footer_profile_item__2jrM0 .footer_profile_item_text__1eO8- {
    font-weight: 500;
    color: #4a4b4d;
    position: relative;
}

.footer_profile_items__2TbwR .footer_profile_item__2jrM0 .footer_right_chevo__3FZQV {
    position: absolute;
    right: 10px;
    width: 30px;
    background: inherit;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    -webkit-transition: right 0.1s ease-in-out;
    -moz-transition: right 0.1s ease-in-out;
    transition: right 0.1s ease-in-out;
}

.footer_profile_items__2TbwR .footer_profile_item__2jrM0.footer_active_profile_item__34X8z,
.footer_profile_items__2TbwR .footer_profile_item__2jrM0:hover {
    background: #d8d8d8;
}

.footer_profile_items__2TbwR .footer_profile_item__2jrM0.footer_active_profile_item__34X8z .footer_right_chevo__3FZQV,
.footer_profile_items__2TbwR .footer_profile_item__2jrM0:hover .footer_right_chevo__3FZQV {
    right: -10px;
}

.footer_profile_items__2TbwR .footer_profile_item__2jrM0.footer_active_profile_item__34X8z .footer_profile_item_icon__1YUEU,
.footer_profile_items__2TbwR .footer_profile_item__2jrM0:hover .footer_profile_item_icon__1YUEU {
    background: #acacac;
}

#footer_Union_4__25lFN {
    -webkit-filter: drop-shadow(0 -5px 11px rgba(0, 0, 0, 0.2)) !important;
    filter: drop-shadow(0 -5px 11px rgba(0, 0, 0, 0.2)) !important;
}

.footer_media_footer__28uTo {
    position: relative;
    z-index: 80;
}

.footer_media_footer__28uTo tspan {
    font-weight: 500 !important;
}

.footer_cart_btn_toggler__3Lm7S,
.footer_profile_toggler__28wAG {
    cursor: pointer;
    position: relative;
    z-index: 9;
}

.footer_user_not_logedin_redirect__ihMHb {
    cursor: pointer;
}

.footer_marker__7iDaK {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    background-color: #000;
    border: 2px solid #fff;
    border-radius: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer_marker__7iDaK:hover {
    z-index: 1;
}

.footer_fixed_cart_aside__2Y9h1 {
    position: fixed;
    left: 0;
    top: 30%;
    z-index: 89;
    background: var(--MainColor);
    padding: 20px 10px 5px;
    color: #fff;
    text-align: center;
    font-weight: bolder;
    cursor: pointer;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 21px 36px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
    .footer_fixed_cart_aside__2Y9h1 {
        display: none;
    }
}

.footer_fixed_cart_aside__2Y9h1 .footer_number_items__JmYFA {
    padding: 0 7px;
    font-size: 14px;
}

.footer_fixed_cart_aside__2Y9h1 .footer_number_items__JmYFA svg {
    margin-right: 5px;
    margin-bottom: -3px;
    font-size: 16px;
}

.footer_fixed_cart_aside__2Y9h1 #footer_cart-side-total__2ovJn {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 15px;
    line-height: 35px;
    background: #fff;
    border-radius: 10px;
    color: var(--MainColor);
}

@media (max-width: 992px) {
    .footer_pending_status_animate__1-6Ue {
        right: 0 !important;
    }
    .footer_preparing_status_animate__3D_qg {
        right: 100% !important;
    }
    .footer_delivering_status_animate__D3c6q {
        right: 200% !important;
    }
    .footer_deliverd_status_animate__3Ox1p {
        right: 300% !important;
    }
}

.footer_add_address_popup__PtUbk .footer_address_details_form__1IIyL select {
    height: 40px;
    border: 1px solid #bdbfbf;
}

.footer_add_address_popup__PtUbk .footer_address_details_form__1IIyL select option {
    padding: 10px;
    font-size: 20px;
}

.footer_add_address_popup__PtUbk {
    position: fixed;
    z-index: 99;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 700px;
    height: 100%;
    box-shadow: 0 0 0.8em rgba(0, 0, 0, 0.18);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 750px) {
    .footer_add_address_popup__PtUbk {
        width: 100%;
        border-radius: 0;
    }
}

.footer_add_address_popup__PtUbk .footer_close_adress_popup__zI7a- {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    color: #fff;
    width: 100%;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    flex-direction: row-reverse;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
    border: 0;
}

.footer_add_address_popup__PtUbk .footer_close_adress_popup__zI7a- svg {
    color: #fff;
    font-weight: bolder;
    font-size: 1.7em;
}

.footer_add_address_popup__PtUbk .footer_address_popup__1V74D {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

@media (max-width: 750px) {
    .footer_add_address_popup__PtUbk .footer_address_popup__1V74D {
        border-radius: 0;
    }
}

.footer_add_address_popup__PtUbk .footer_address_popup__1V74D::-webkit-scrollbar {
    width: 5px;
}

.footer_add_address_popup__PtUbk .footer_address_popup__1V74D::-webkit-scrollbar-track {
    background: transparent;
}

.footer_add_address_popup__PtUbk .footer_address_popup__1V74D::-webkit-scrollbar-thumb {
    background: var(--MainColor);
    border-radius: 10px;
}

.footer_add_address_popup__PtUbk .footer_map_body__1wPdQ {
    width: 100%;
    height: 400px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    overflow: hidden;
}

@media (max-width: 750px) {
    .footer_add_address_popup__PtUbk .footer_map_body__1wPdQ {
        border-radius: 0;
    }
}

.footer_add_address_popup__PtUbk .footer_address_details_form__1IIyL {
    padding: 60px 40px;
    overflow-y: scroll;
    flex-wrap: wrap;
    width: 100%;
}

.footer_add_address_popup__PtUbk .footer_address_details_form__1IIyL::-webkit-scrollbar {
    width: 5px;
}

.footer_add_address_popup__PtUbk .footer_address_details_form__1IIyL ::-webkit-scrollbar-track {
    background: transparent;
}

.footer_add_address_popup__PtUbk .footer_address_details_form__1IIyL::-webkit-scrollbar-thumb {
    background: var(--MainColor);
    border-radius: 10px;
}

@media (max-width: 767px) {
    .footer_add_address_popup__PtUbk .footer_address_details_form__1IIyL {
        padding: 20px;
    }
}

@media (max-width: 350px) {
    .footer_add_address_popup__PtUbk .footer_address_details_form__1IIyL {
        padding: 20px 5px;
    }
}

.footer_add_address_popup__PtUbk .footer_address_details_form__1IIyL .footer_select_area_cont__3hjT6 {
    position: relative;
    width: 100%;
}

.footer_add_address_popup__PtUbk .footer_address_details_form__1IIyL .footer_select_area_cont__3hjT6 .footer_slected_area__2Evnj {
    position: absolute;
    right: 150px;
    top: 50%;
    -webkit-transform: translateY(-92%);
    -moz-transform: translateY(-92%);
    transform: translateY(-92%);
}

.footer_add_address_popup__PtUbk .footer_address_details_form__1IIyL .footer_select_parent__QiuUa {
    width: 100%;
    -moz-box-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.footer_add_address_popup__PtUbk .footer_address_details_form__1IIyL select {
    -moz-box-flex: 0.95;
    flex-grow: 0.95;
    height: 57px;
    background: #f2f2f2;
    outline: 0;
    padding: 20px;
    border: 1px solid #f2f2f2;
    border-radius: 30px;
    color: hsla(0, 0%, 62%, 0.7254901960784313);
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.footer_add_address_popup__PtUbk .footer_address_details_form__1IIyL select option {
    padding: 20px 10px 10px;
    font-size: 18px;
    border: 0;
}

.footer_add_address_popup__PtUbk .footer_address_details_form__1IIyL select::-ms-expand {
    display: none;
}

.footer_add_address_popup__PtUbk .footer_address_details_form__1IIyL input,
.footer_add_address_popup__PtUbk .footer_address_details_form__1IIyL textarea {
    padding: 20px;
    width: 49%;
    background: #f2f2f2;
    color: #bdbfbf;
    border-radius: 30px;
    margin-bottom: 20px;
    border: 0;
    resize: none;
    text-transform: capitalize;
    font-weight: 500;
}

.footer_add_address_popup__PtUbk .footer_address_details_form__1IIyL input::-webkit-input-placeholder,
.footer_add_address_popup__PtUbk .footer_address_details_form__1IIyL textarea::-webkit-input-placeholder {
    font-weight: 500;
    color: #bdbfbf;
}

.footer_add_address_popup__PtUbk .footer_address_details_form__1IIyL input::-moz-placeholder,
.footer_add_address_popup__PtUbk .footer_address_details_form__1IIyL textarea::-moz-placeholder {
    font-weight: 500;
    color: #bdbfbf;
}

.footer_add_address_popup__PtUbk .footer_address_details_form__1IIyL input:-ms-input-placeholder,
.footer_add_address_popup__PtUbk .footer_address_details_form__1IIyL textarea:-ms-input-placeholder {
    font-weight: 500;
    color: #bdbfbf;
}

.footer_add_address_popup__PtUbk .footer_address_details_form__1IIyL input::placeholder,
.footer_add_address_popup__PtUbk .footer_address_details_form__1IIyL textarea::placeholder {
    font-weight: 500;
    color: #bdbfbf;
}

.footer_add_address_popup__PtUbk .footer_address_details_form__1IIyL input:focus,
.footer_add_address_popup__PtUbk .footer_address_details_form__1IIyL textarea:focus {
    outline: 0;
}

.footer_add_address_popup__PtUbk .footer_address_details_form__1IIyL input.footer_wide_input__368es,
.footer_add_address_popup__PtUbk .footer_address_details_form__1IIyL textarea.footer_wide_input__368es {
    width: 100%;
}

.footer_add_address_popup__PtUbk .footer_address_details_form__1IIyL textarea {
    height: 120px;
}

.footer_add_address_popup__PtUbk .footer_address_details_form__1IIyL input[type="submit"] {
    background: var(--MainColor);
    color: #fff;
    font-size: 18px;
    width: 100%;
    display: block;
    margin-bottom: 0 auto;
    cursor: pointer;
}

.footer_add_address_popup__PtUbk .footer_address_details_form__1IIyL .footer_adress_multi_input__12hA2 {
    width: 100%;
}

.footer_add_address_popup__PtUbk .footer_address_details_form__1IIyL .footer_adress_multi_input__12hA2 input {
    width: 48%;
}

.footer_add_address_popup__PtUbk .footer_address_details_form__1IIyL .footer_address_exist__2Uykd {
    color: #d82b51;
    font-size: 18px;
}

.footer_add_address_popup__PtUbk .footer_address_type_selector__21LUP {
    background: #f2f2f2;
    border-radius: 40px;
    width: 100%;
    margin-bottom: 20px;
    padding: 3px;
}

.footer_add_address_popup__PtUbk .footer_address_type_selector__21LUP .footer_address_type_item__sYiL6 {
    width: -webkit-calc(100%/3.3);
    width: -moz-calc(100%/3.3);
    width: calc(100% / 3.3);
    padding: 16px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    border-radius: 40px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer_add_address_popup__PtUbk .footer_address_type_selector__21LUP .footer_address_type_item__sYiL6.footer_active_type__QiL5E {
    background: #fff;
    box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.1);
}

.footer_search-results-cont__Ge-cj {
    position: fixed;
    top: 88px;
    width: 500px;
    background-color: #fff;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    right: 295px;
    color: #333;
    padding: 10px;
    max-height: -webkit-calc(100vh - 150px);
    max-height: -moz-calc(100vh - 150px);
    max-height: calc(100vh - 150px);
    overflow-y: scroll;
    display: none;
    z-index: 20;
}

@media (max-width: 992px) {
    .footer_search-results-cont__Ge-cj {
        width: 100%;
        right: 0 !important;
        left: 0 !important;
        top: 145px;
        max-height: -webkit-calc(100vh - 160px);
        max-height: -moz-calc(100vh - 160px);
        max-height: calc(100vh - 160px);
        padding-bottom: 60px;
    }
}

.footer_search-results-cont__Ge-cj::-webkit-scrollbar {
    width: 4px;
}

.footer_search-results-cont__Ge-cj::-webkit-scrollbar-track {
    background: transparent;
}

.footer_search-results-cont__Ge-cj::-webkit-scrollbar-thumb {
    background: var(--MainColor);
    border-radius: 10px;
}

.footer_search-results-cont__Ge-cj .footer_dish_item__1xlE2 {
    padding: 10px 20px;
    border-radius: 10px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    margin-top: 10px;
    cursor: pointer;
}

.footer_search-results-cont__Ge-cj .footer_dish_item__1xlE2:hover {
    background-color: #e6e6e6;
}

.footer_search-results-cont__Ge-cj .footer_dish_item__1xlE2 img {
    border-radius: 10px;
    max-height: 150px;
    -webkit-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 500px) {
    .footer_search-results-cont__Ge-cj .footer_dish_item__1xlE2 img {
        max-width: 120px;
    }
}

.footer_search-results-cont__Ge-cj .footer_dish_item__1xlE2 .footer_right_info__32GvK {
    padding: 10px 20px;
    color: #4a4b4d;
}

.footer_search-results-cont__Ge-cj .footer_dish_item__1xlE2 .footer_right_info__32GvK p {
    padding: 7px 0;
    font-weight: 500;
    color: #9b9a9a;
}

.footer_search-results-cont__Ge-cj .footer_dish_item__1xlE2 .footer_right_info__32GvK .footer_price__1uhOW {
    color: var(--MainColor);
    font-weight: bolder;
}

#footer_search-details__pxUo6 {
    z-index: 999;
}

.footer_lazy-load-image-loaded__3CuhI {
    width: 100%;
}

.footer_footer__3yq9W .footer_desktop_footer__3S46N {
    background: url("../imgs/background.svg") var(--MainColor);
    background-attachment: fixed;
    background-position: bottom;
    color: #fff;
    padding: 70px 0 40px;
    text-align: center;
    position: relative;
    z-index: 80;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    border-radius: 200px;
    margin: 40px;
}

@media (max-width: 992px) {
    .footer_footer__3yq9W .footer_desktop_footer__3S46N {
        display: none;
    }
    .footer_footer__3yq9W .footer_media_footer__28uTo {
        display: block !important;
        bottom: -20px;
    }
}

.footer_footer__3yq9W .footer_desktop_footer__3S46N .footer_footer_item__2Nh_Q {
    width: 100%;
    text-align: center;
}

.footer_footer__3yq9W .footer_desktop_footer__3S46N .footer_rest_desc__2Llpx {
    font-weight: 500;
    padding: 20px 0;
}

.footer_footer__3yq9W .footer_desktop_footer__3S46N .footer_social__36gNX {
    padding: 10px 0;
}

.footer_footer__3yq9W .footer_desktop_footer__3S46N .footer_social__36gNX .footer_social_item__2OvDv {
    width: 50px;
    height: 50px;
    background: #fff;
    margin: 0 5px;
    line-height: 55px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer_footer__3yq9W .footer_desktop_footer__3S46N .footer_social__36gNX .footer_facebook__2p1xc:hover {
    background: #4267b2;
}

.footer_footer__3yq9W .footer_desktop_footer__3S46N .footer_social__36gNX .footer_facebook__2p1xc:hover svg {
    color: #fff;
}

.footer_footer__3yq9W .footer_desktop_footer__3S46N .footer_social__36gNX .footer_facebook__2p1xc svg {
    color: #4267b2;
}

.footer_footer__3yq9W .footer_desktop_footer__3S46N .footer_social__36gNX .footer_insta__16J3K:hover {
    background: -webkit-linear-gradient( 45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    background: -moz-linear-gradient( 45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    background: linear-gradient( 45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

.footer_footer__3yq9W .footer_desktop_footer__3S46N .footer_social__36gNX .footer_insta__16J3K:hover svg {
    color: #fff;
}

.footer_footer__3yq9W .footer_desktop_footer__3S46N .footer_social__36gNX .footer_insta__16J3K svg {
    color: #833ab4;
}

.footer_footer__3yq9W .footer_desktop_footer__3S46N .footer_social__36gNX .footer_maps__zEIYE:hover {
    background: #db4437;
}

.footer_footer__3yq9W .footer_desktop_footer__3S46N .footer_social__36gNX .footer_maps__zEIYE:hover svg {
    color: #fff;
}

.footer_footer__3yq9W .footer_desktop_footer__3S46N .footer_social__36gNX .footer_maps__zEIYE svg {
    color: #db4437;
}

.footer_footer__3yq9W .footer_desktop_footer__3S46N .footer_social__36gNX .footer_whats__3fUtJ:hover {
    background: #128c7e;
}

.footer_footer__3yq9W .footer_desktop_footer__3S46N .footer_social__36gNX .footer_whats__3fUtJ:hover svg {
    color: #fff;
}

.footer_footer__3yq9W .footer_desktop_footer__3S46N .footer_social__36gNX .footer_whats__3fUtJ svg {
    color: #128c7e;
}

.footer_footer__3yq9W .footer_desktop_footer__3S46N .footer_social__36gNX .footer_phone__4gSFO:hover {
    background: #34b7f1;
}

.footer_footer__3yq9W .footer_desktop_footer__3S46N .footer_social__36gNX .footer_phone__4gSFO:hover svg {
    color: #fff;
}

.footer_footer__3yq9W .footer_desktop_footer__3S46N .footer_social__36gNX .footer_phone__4gSFO svg {
    color: #34b7f1;
}

.footer_footer__3yq9W .footer_desktop_footer__3S46N .footer_time__1Dcg7 {
    font-weight: 500;
    margin: 15px 0;
}

.footer_footer__3yq9W .footer_desktop_footer__3S46N .footer_time__1Dcg7 svg {
    margin-right: 10px;
}

.footer_footer__3yq9W .footer_desktop_footer__3S46N .footer_go_rest__3a2RB {
    font-weight: 500;
}

.footer_footer__3yq9W .footer_desktop_footer__3S46N .footer_go_rest__3a2RB svg {
    margin-right: 10px;
}

.footer_footer__3yq9W .footer_desktop_footer__3S46N .footer_about__1e3qm {
    font-weight: 500;
    margin-top: 10px;
    cursor: pointer;
}

.footer_footer__3yq9W .footer_desktop_footer__3S46N .footer_about__1e3qm svg {
    margin-right: 10px;
    color: #fff;
}

.footer_footer__3yq9W .footer_desktop_footer__3S46N .footer_powerd__3ZRqq {
    text-align: center;
    padding-top: 30px;
}

.footer_footer__3yq9W .footer_desktop_footer__3S46N .footer_powerd__3ZRqq img {
    margin: 0 10px;
}

.footer_footer__3yq9W .footer_media_footer__28uTo {
    display: none;
    position: fixed;
    bottom: -10px;
    right: 0;
    left: 0;
    z-index: 80;
}

.footer_footer__3yq9W .footer_media_footer__28uTo:after,
.footer_footer__3yq9W .footer_media_footer__28uTo:before {
    content: "";
    width: -webkit-calc(50% - 200px);
    width: -moz-calc(50% - 200px);
    width: calc(50% - 200px);
    height: 100%;
    background: #fff;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 79;
    box-shadow: 0 -5px 11px rgba(49, 10, 10, 0.17);
    margin-bottom: -8px;
}

@media (max-width: 992px) {
    .footer_footer__3yq9W .footer_media_footer__28uTo:after,
    .footer_footer__3yq9W .footer_media_footer__28uTo:before {
        display: block;
        bottom: -20px;
    }
}

@media (max-width: 450px) {
    .footer_footer__3yq9W .footer_media_footer__28uTo:after,
    .footer_footer__3yq9W .footer_media_footer__28uTo:before {
        display: none;
    }
}

.footer_footer__3yq9W .footer_media_footer__28uTo:before {
    right: auto;
    left: 0;
}

.footer_footer__3yq9W .footer_media_footer__28uTo .footer_left_border__2y5x9,
.footer_footer__3yq9W .footer_media_footer__28uTo .footer_right_border__2q1Dc {
    position: absolute;
    display: block;
    height: -webkit-calc(100% - 29px);
    height: -moz-calc(100% - 29px);
    height: calc(100% - 29px);
    width: 2px;
    background: #fff;
    left: -webkit-calc(50% - 200px);
    left: -moz-calc(50% - 200px);
    left: calc(50% - 200px);
    bottom: 0;
    z-index: 81;
}

@media (max-width: 450px) {
    .footer_footer__3yq9W .footer_media_footer__28uTo .footer_left_border__2y5x9,
    .footer_footer__3yq9W .footer_media_footer__28uTo .footer_right_border__2q1Dc {
        display: none;
    }
}

.footer_footer__3yq9W .footer_media_footer__28uTo .footer_right_border__2q1Dc {
    left: auto;
    right: -webkit-calc(50% - 200px);
    right: -moz-calc(50% - 200px);
    right: calc(50% - 200px);
}

@media (max-width: 992px) {
    .footer_footer__3yq9W .footer_media_footer__28uTo {
        display: block;
        bottom: -20px;
    }
}

@media (max-height: 530px) {
    .footer_footer__3yq9W .footer_media_footer__28uTo {
        display: none;
    }
}

.footer_footer__3yq9W .footer_media_footer__28uTo .footer_cart_counter__3bn3E {
    position: absolute;
    top: -5px;
    right: -webkit-calc(50% - 30px);
    right: -moz-calc(50% - 30px);
    right: calc(50% - 30px);
    width: 20px;
    padding-left: 3px;
    height: 20px;
    color: #fff;
    background-color: var(--MainColor);
    font-weight: 500;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    z-index: 81;
}

@media (max-width: 450px) {
    .footer_footer__3yq9W .footer_media_footer__28uTo .footer_cart_counter__3bn3E {
        right: -webkit-calc(50% 6px);
        right: -moz-calc(50% 6px);
        right: calc(50% 6px);
        top: -4px;
    }
}

.footer_footer__3yq9W .footer_media_footer__28uTo svg {
    width: 400px;
    z-index: 80;
    position: relative;
    display: block;
    margin: 0 auto;
}

@media (max-width: 450px) {
    .footer_footer__3yq9W .footer_media_footer__28uTo svg {
        width: -webkit-calc(100% + 10px);
        width: -moz-calc(100% + 10px);
        width: calc(100% + 10px);
        left: -10px;
    }
}

.footer_footer__3yq9W .footer_media_footer__28uTo svg #footer_Group_6815__kn93X {
    position: relative;
    top: -20px;
}

.navbar_page-transition-enter__v3e-u {
    opacity: 0;
    position: relative;
    right: -300px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 992px) {
    .navbar_page-transition-enter__v3e-u {
        right: 0;
        top: 200px;
    }
}

.navbar_page-transition-enter-active__2TOrq {
    opacity: 1;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 992px) {
    .navbar_page-transition-enter-active__2TOrq {
        right: 0;
        top: 0;
    }
}

.navbar_page-transition-exit__24qAj {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar_page-transition-exit-active__398D8 {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

#navbar_lng-switcher__IFRe5 .navbar_drop_down_popup__1Wfil li,
.navbar_flex__2lSRP,
.navbar_flex_btw__bR-Wz,
.navbar_flex_col__3HMT5,
.navbar_flex_col_c__3WNjM,
.navbar_flex_row__1q_va,
.navbar_flex_row_c__3k_ln {
    -webkit-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
}

.navbar_flex_row__1q_va {
    -moz-box-pack: start;
    justify-content: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
}

#navbar_lng-switcher__IFRe5 .navbar_drop_down_popup__1Wfil li,
.navbar_flex_row_c__3k_ln {
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
}

.navbar_flex_btw__bR-Wz {
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -moz-box-pack: justify;
    justify-content: space-between;
    -moz-box-align: center;
    align-items: center;
}

.navbar_flex_col__3HMT5 {
    -moz-box-pack: start;
    justify-content: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
}

.navbar_flex_col__3HMT5,
.navbar_flex_col_c__3WNjM {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}

.navbar_flex_col_c__3WNjM {
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
}

.navbar_bold__1gGXl {
    font-weight: bolder;
}

.navbar_cptl__2OnkK {
    text-transform: capitalize;
}

.navbar_upper__2-Cwb {
    text-transform: uppercase;
}

.navbar_mc__2rw3c {
    color: var(--MainColor);
}

.navbar_gc__1i1Lc {
    color: #9b9a9a;
}

.navbar_dc__7B4NH {
    color: #4a4b4d;
}

.navbar_center__Qwm7I {
    text-align: center;
}

.navbar_pnt__cXr3x {
    cursor: pointer;
}

.navbar_container__3DFKG {
    width: 1440px;
    margin: 0 auto;
}

@media (max-width: 1600px) {
    .navbar_container__3DFKG {
        width: 100%;
        padding: 0 100px;
    }
}

@media (max-width: 1250px) {
    .navbar_container__3DFKG {
        padding: 0 50px;
    }
}

@media (max-width: 767px) {
    .navbar_container__3DFKG {
        padding: 0 25px;
    }
}

@media (max-width: 450px) {
    .navbar_container__3DFKG {
        padding: 0 6px;
    }
}

.navbar_wide_container__3Topz {
    width: 100%;
    padding: 0 40px;
}

.navbar_request_loader__SHBrh {
    height: 100%;
    min-height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(243, 146, 53, 0.5);
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    display: none;
    z-index: 9;
}

.navbar_request_loader__SHBrh,
.navbar_request_loader__SHBrh svg {
    text-align: center;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}

.navbar_request_loader__SHBrh svg {
    width: 200px;
    display: -moz-box;
    display: flex;
    vertical-align: middle;
    padding-left: 60px;
}

.navbar_star__NGnBl {
    -webkit-animation: navbar_fadeStar__1lX6M 1s ease-in-out infinite alternate;
    -moz-animation: navbar_fadeStar__1lX6M 1s ease-in-out infinite alternate;
    animation: navbar_fadeStar__1lX6M 1s ease-in-out infinite alternate;
}

.navbar_star__NGnBl:first-of-type {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

.navbar_star__NGnBl:nth-of-type(2) {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
}

.navbar_star__NGnBl:last-of-type {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    animation-delay: 3s;
}

@-webkit-keyframes navbar_fadeStar__1lX6M {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@-moz-keyframes navbar_fadeStar__1lX6M {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes navbar_fadeStar__1lX6M {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.navbar_active_status__15M4O {
    opacity: 1 !important;
}

.navbar_active_order_d_body__vaVIW {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0.5;
}

.navbar_no_address_found__1Oekt {
    padding: 20px 30px;
    color: #fff;
    background: #f36;
    margin: 30px 0;
    border-radius: 20px;
    display: block;
    width: 100%;
}

.navbar_active_addaddress_popup__3i1z- {
    bottom: -100% !important;
}

.navbar_update_item_btn__37QZc {
    display: none;
}

.navbar_added_to_cart_home_item__29-vQ .navbar_update_item_btn__37QZc {
    display: block;
}

.navbar_added_to_cart_home_item__29-vQ .navbar_update_item_btn__37QZc .navbar_addcartIcon__2SLzt {
    margin-bottom: -3px;
}

.navbar_added_to_cart_home_item__29-vQ .navbar_add_item_btn__RZiML {
    display: none;
}

.navbar_coming_soon__zToIm {
    padding: 30px 50px;
    max-width: 100%;
    border-radius: 30px;
    color: var(--MainColor);
    background-color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    position: fixed;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%);
    -moz-transform: translate(50%);
    transform: translate(50%);
    z-index: 99;
    border: 4px solid var(--MainColor);
    display: none;
}

@media (max-width: 500px) {
    .navbar_coming_soon__zToIm {
        padding: 20px;
    }
}

.navbar_search-box__QqHRK {
    margin-bottom: 5px !important;
}

.navbar_react-tel-input__-UepQ .navbar_selected-flag__R4MsL:focus,
.navbar_react-tel-input__-UepQ .navbar_selected-flag__R4MsL:hover,
.navbar_selected-flag__R4MsL.navbar_open__2HyYX {
    background-color: #e6e6e6 !important;
    border-radius: 20px !important;
}

.navbar_swiper-container__2cUw0 {
    padding-bottom: 60px !important;
}

@media (max-width: 992px) {
    .navbar_swiper-container__2cUw0 {
        padding-bottom: 0 !important;
    }
}

.navbar_swiper-container-horizontal__3v-V1>.navbar_swiper-pagination-bullets__wfJDO,
.navbar_swiper-pagination-custom__3exWo,
.navbar_swiper-pagination-fraction__v4lsv {
    bottom: 10px !important;
}

@media (max-width: 992px) {
    .navbar_swiper-container-horizontal__3v-V1>.navbar_swiper-pagination-bullets__wfJDO,
    .navbar_swiper-pagination-custom__3exWo,
    .navbar_swiper-pagination-fraction__v4lsv {
        display: none;
    }
}

.navbar_swiper-container-horizontal__3v-V1>.navbar_swiper-pagination-bullets__wfJDO .navbar_swiper-pagination-bullet__3oUKa,
.navbar_swiper-pagination-custom__3exWo .navbar_swiper-pagination-bullet__3oUKa,
.navbar_swiper-pagination-fraction__v4lsv .navbar_swiper-pagination-bullet__3oUKa {
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--MainColor);
    margin-right: 5px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1;
}

.navbar_swiper-container-horizontal__3v-V1>.navbar_swiper-pagination-bullets__wfJDO .navbar_swiper-pagination-bullet__3oUKa.navbar_swiper-pagination-bullet-active__2D8ut,
.navbar_swiper-pagination-custom__3exWo .navbar_swiper-pagination-bullet__3oUKa.navbar_swiper-pagination-bullet-active__2D8ut,
.navbar_swiper-pagination-fraction__v4lsv .navbar_swiper-pagination-bullet__3oUKa.navbar_swiper-pagination-bullet-active__2D8ut {
    background: var(--MainColor);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.navbar_slected_checkout_item__3Va4L .navbar_active_bollet__zetL0 {
    background: var(--MainColor);
}

.navbar_active_table__gYM-d {
    background: var(--MainColor) !important;
    color: #fff !important;
    padding: 10px;
    border-radius: 10px;
}

.navbar_active_table__gYM-d .navbar_tabel_num__3HEdI {
    top: 44px !important;
    left: 34.5px !important;
}

.navbar_select_card__z-y8a input[type="radio"]+label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 40px;
    margin-right: 40px;
    padding-top: 5px;
    font-weight: 500;
}

.navbar_select_card__z-y8a input[type="radio"]+label:before {
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 14px;
    position: absolute;
    top: -3px;
    left: 0;
    border: 1px solid var(--MainColor);
    background-color: #fff;
    border-radius: 50%;
}

.navbar_select_card__z-y8a input[type="radio"]+label:after,
.navbar_select_card__z-y8a input[type="radio"]+label:before {
    content: "";
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navbar_select_card__z-y8a input[type="radio"] {
    display: none !important;
    *display: inline;
}

.navbar_select_card__z-y8a input[type="radio"]:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--MainColor);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navbar_delivery_checkout_select__2GHOA {
    width: 100%;
}

.navbar_delivery_checkout_select__2GHOA .navbar_custom-select-wrapper__1cHsP {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.navbar_delivery_checkout_select__2GHOA .navbar_custom-select__2cKyL {
    position: relative;
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    border-color: var(--MainColor);
    border-style: solid;
    border-width: 0 2px;
}

.navbar_delivery_checkout_select__2GHOA .navbar_custom-select__trigger__3lsrA {
    position: relative;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding: 20px 60px 20px 22px;
    font-size: 20px;
    font-weight: 300;
    color: #3b3b3b;
    line-height: 35px;
    background: #fff;
    cursor: pointer;
    border-color: var(--MainColor);
    border-style: solid;
    border-width: 2px 0;
}

@media (max-width: 767px) {
    .navbar_delivery_checkout_select__2GHOA .navbar_custom-select__trigger__3lsrA {
        padding: 10px 60px 10px 22px;
    }
}

.navbar_delivery_checkout_select__2GHOA .navbar_custom-options__ZUB4O {
    position: absolute;
    display: block;
    top: 100%;
    left: -2px;
    right: 0;
    border: 2px solid var(--MainColor);
    border-top: 0;
    background: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 90;
    width: -webkit-calc(100% + 4px);
    width: -moz-calc(100% + 4px);
    width: calc(100% + 4px);
}

.navbar_delivery_checkout_select__2GHOA .navbar_custom-select__2cKyL.navbar_open__2HyYX .navbar_custom-options__ZUB4O {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.navbar_delivery_checkout_select__2GHOA .navbar_custom-option__3a0uB {
    position: relative;
    display: block;
    padding: 20px 22px;
    font-size: 22px;
    font-weight: 300;
    color: #3b3b3b;
    line-height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar_delivery_checkout_select__2GHOA .navbar_custom-option__3a0uB:hover {
    cursor: pointer;
    background-color: #e6e6e6;
}

.navbar_delivery_checkout_select__2GHOA .navbar_custom-option__3a0uB.navbar_selected__1HN3p {
    color: #fff;
    background-color: var(--MainColor);
}

.navbar_delivery_checkout_select__2GHOA .navbar_arrow__3mum0 {
    position: relative;
    height: 15px;
    width: 15px;
    margin-right: -50px;
}

.navbar_delivery_checkout_select__2GHOA .navbar_arrow__3mum0:after,
.navbar_delivery_checkout_select__2GHOA .navbar_arrow__3mum0:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0.15rem;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar_delivery_checkout_select__2GHOA .navbar_arrow__3mum0:before {
    left: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: var(--MainColor);
}

.navbar_delivery_checkout_select__2GHOA .navbar_arrow__3mum0:after {
    left: 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: var(--MainColor);
}

.navbar_delivery_checkout_select__2GHOA .navbar_open__2HyYX .navbar_arrow__3mum0:before {
    left: -5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar_delivery_checkout_select__2GHOA .navbar_open__2HyYX .navbar_arrow__3mum0:after {
    left: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar_active_navbar__3D_6d {
    background: #fff;
    padding-top: 5px !important;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}

.navbar_active_navbar__3D_6d #navbar_rest_logo_img__2kSuN {
    max-width: 300px;
    max-height: 60px;
}

.navbar_add_cart_btn__1F53T {
    position: absolute;
    bottom: -25px;
    background-color: transparent;
    z-index: 3;
    right: 10px;
    border: 0;
    background-size: cover;
    cursor: pointer;
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.navbar_add_cart_btn__1F53T .navbar_addCartBg__2xsoa {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
    position: absolute;
}

.navbar_add_cart_btn__1F53T .navbar_addcartIcon__2SLzt {
    color: #fff;
    position: relative;
    z-index: 4;
    font-size: 1.8em;
    right: -7px;
    top: 3px;
}

.navbar_cat_body_dish__ioyRv .navbar_add_cart_btn__1F53T {
    right: 0;
}

.navbar_cat_body_dish__ioyRv .navbar_add_cart_btn__1F53T .navbar_addCartBg__2xsoa {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
}

.navbar_cat_body_dish__ioyRv .navbar_add_cart_btn__1F53T .navbar_addcartIcon__2SLzt {
    font-size: 1.5em;
    right: -9px;
    top: 5px;
}

.navbar_active_cat_header__3qo0w svg {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.navbar_hidden_pf_item__3PQQz {
    position: relative;
    top: 200px;
}

.navbar_dish_item_em__bEwHU {
    cursor: pointer;
}

#navbar_lng-switcher__IFRe5 {
    position: relative;
    z-index: 12;
}

#navbar_lng-switcher__IFRe5 .navbar_drop_down_popup__1Wfil {
    position: absolute;
    background: #fff;
    text-align: right;
    right: -10px;
    top: -webkit-calc(100% + 10px);
    top: -moz-calc(100% + 10px);
    top: calc(100% + 10px);
    min-width: 100px;
    border-radius: 5px;
    display: none;
    box-shadow: 0 0 1.3em rgba(0, 0, 0, 0.1);
}

#navbar_lng-switcher__IFRe5 .navbar_drop_down_popup__1Wfil:after {
    content: "";
    position: absolute;
    top: -10px;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

#navbar_lng-switcher__IFRe5 .navbar_drop_down_popup__1Wfil li {
    padding: 10px 30px;
    -moz-box-pack: end;
    justify-content: flex-end;
    color: #333;
}

#navbar_lng-switcher__IFRe5 .navbar_drop_down_popup__1Wfil li:hover {
    background: #eee;
}

#navbar_lng-switcher__IFRe5 .navbar_drop_down_popup__1Wfil.navbar_lang_drop_down__3SlfH {
    padding: 10px 0;
}

#navbar_lng-switcher__IFRe5 .navbar_drop_down_popup__1Wfil.navbar_lang_drop_down__3SlfH li {
    padding: 10px 20px 10px 30px;
    border-radius: 5px;
}

#navbar_lng-switcher__IFRe5 .navbar_drop_down_popup__1Wfil.navbar_lang_drop_down__3SlfH li img {
    margin-left: 10px;
}

.navbar_cart_cont__2ZS3r {
    width: 400px;
    position: fixed;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    z-index: 90;
    right: 10px;
    bottom: -webkit-calc(-100% - 620px);
    bottom: -moz-calc(-100% - 620px);
    bottom: calc(-100% - 620px);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    background: #fff;
    background-image: url("../imgs/background.svg");
    box-shadow: 0 0 0.8em rgba(0, 0, 0, 0.18);
}

.navbar_cart_cont__2ZS3r#navbar_wishList__3Ei4E {
    right: auto;
    left: 10px;
}

@media (max-width: 550px) {
    .navbar_cart_cont__2ZS3r#navbar_wishList__3Ei4E {
        left: 0;
    }
}

.navbar_cart_cont__2ZS3r#navbar_wishList__3Ei4E .navbar_cart_item__2HyrX {
    padding-bottom: 50px;
}

.navbar_cart_cont__2ZS3r#navbar_wishList__3Ei4E .navbar_cart_link__365ah {
    display: block;
    width: 250px;
    padding: 10px 0;
    margin: 20px auto 40px;
    border: 0;
}

.navbar_cart_cont__2ZS3r#navbar_wishList__3Ei4E .navbar_add_cart_from_fav__1V0Zu.navbar_added_tocart__VsvCU {
    background-color: #27ae60;
    color: #fff;
    border-color: #27ae60;
    position: relative;
    z-index: 3;
}

.navbar_cart_cont__2ZS3r#navbar_wishList__3Ei4E .navbar_add_cart_from_fav__1V0Zu.navbar_added_tocart__VsvCU:hover {
    background-color: #27ae60;
}

.navbar_cart_cont__2ZS3r#navbar_wishList__3Ei4E .navbar_add_cart_from_fav__1V0Zu.navbar_added_tocart__VsvCU img {
    margin-right: 10px;
    margin-left: -5px;
}

.navbar_cart_cont__2ZS3r#navbar_wishList__3Ei4E .navbar_btns_cont__26p6C {
    width: 100%;
    position: relative;
    height: 45px;
}

.navbar_cart_cont__2ZS3r#navbar_wishList__3Ei4E .navbar_btns_cont__26p6C button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    bottom: 0;
}

@media (max-width: 550px) {
    .navbar_cart_cont__2ZS3r {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        height: -webkit-calc(100vh - 87px) !important;
        height: -moz-calc(100vh - 87px) !important;
        height: calc(100vh - 87px) !important;
        width: 100% !important;
        right: 0 !important;
        left: 0 !important;
    }
}

.navbar_cart_cont__2ZS3r.navbar_active_cart__1xYKw {
    bottom: 0;
}

@media (max-width: 550px) {
    .navbar_cart_cont__2ZS3r.navbar_active_cart__1xYKw {
        height: -webkit-calc(100vh - 87px) !important;
        height: -moz-calc(100vh - 87px) !important;
        height: calc(100vh - 87px) !important;
    }
}

.navbar_cart_cont__2ZS3r .navbar_cart_title__3nFen {
    text-align: center;
    color: #4a4b4d;
    font-size: 20px;
    padding: 15px 0;
    position: relative;
    border-bottom: 1px solid #eee;
}

.navbar_cart_cont__2ZS3r .navbar_cart_title__3nFen .navbar_cart_icon__G0YkM {
    color: var(--MainColor);
    font-size: 1.7em;
    margin-right: 10px;
}

.navbar_cart_cont__2ZS3r .navbar_cart_title__3nFen .navbar_close_cart__1cH5s,
.navbar_cart_cont__2ZS3r .navbar_cart_title__3nFen .navbar_close_wishlist__20mW_ {
    position: absolute;
    border: 0;
    left: 10px;
    top: 15px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: transparent;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-radius: 50%;
    padding-top: 3.5px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.navbar_cart_cont__2ZS3r .navbar_cart_title__3nFen .navbar_close_cart__1cH5s:hover,
.navbar_cart_cont__2ZS3r .navbar_cart_title__3nFen .navbar_close_wishlist__20mW_:hover {
    background: #e6e6e6;
}

.navbar_cart_cont__2ZS3r .navbar_cart_title__3nFen .navbar_close_cart__1cH5s svg,
.navbar_cart_cont__2ZS3r .navbar_cart_title__3nFen .navbar_close_wishlist__20mW_ svg {
    font-size: 2.2em;
}

.navbar_cart_cont__2ZS3r .navbar_cart_items_cont__1Qdi7 {
    overflow-y: scroll;
    direction: rtl;
}

@media (max-width: 550px) {
    .navbar_cart_cont__2ZS3r .navbar_cart_items_cont__1Qdi7 {
        max-height: -webkit-calc(100% - 233px) !important;
        max-height: -moz-calc(100% - 233px) !important;
        max-height: calc(100% - 233px) !important;
    }
}

.navbar_cart_cont__2ZS3r .navbar_cart_items_cont__1Qdi7::-webkit-scrollbar {
    width: 5px;
}

.navbar_cart_cont__2ZS3r .navbar_cart_items_cont__1Qdi7::-webkit-scrollbar-track {
    background: transparent;
}

.navbar_cart_cont__2ZS3r .navbar_cart_items_cont__1Qdi7::-webkit-scrollbar-thumb {
    background: var(--MainColor);
    border-radius: 10px;
}

.navbar_cart_cont__2ZS3r .navbar_cart_items_cont__1Qdi7 .navbar_cart_item__2HyrX {
    padding: 15px 10px;
    width: 100%;
    direction: ltr;
    -moz-box-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #eee;
}

.navbar_cart_cont__2ZS3r .navbar_cart_items_cont__1Qdi7 .navbar_cart_item__2HyrX .navbar_cart_item_img__20o9N {
    margin-right: 15px;
    cursor: pointer;
}

.navbar_cart_cont__2ZS3r .navbar_cart_items_cont__1Qdi7 .navbar_cart_item__2HyrX .navbar_cart_item_img__20o9N img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    -webkit-object-fit: cover;
    object-fit: cover;
}

.navbar_cart_cont__2ZS3r .navbar_cart_items_cont__1Qdi7 .navbar_cart_item__2HyrX .navbar_cart_item_info__1gwiI {
    width: 210px;
}

.navbar_cart_cont__2ZS3r .navbar_cart_items_cont__1Qdi7 .navbar_cart_item__2HyrX .navbar_cart_item_info__1gwiI .navbar_cart_item_name__1J_l3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    width: 100%;
    padding: 5px 0;
}

.navbar_cart_cont__2ZS3r .navbar_cart_items_cont__1Qdi7 .navbar_cart_item__2HyrX .navbar_cart_item_info__1gwiI .navbar_cart_item_price__2OshE {
    font-size: 18px;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
}

.navbar_cart_cont__2ZS3r .navbar_cart_items_cont__1Qdi7 .navbar_cart_item__2HyrX .navbar_cart_item_info__1gwiI .navbar_item_price_details__3guMh {
    font-size: 13px;
    color: #9b9a9a;
    font-weight: 700;
    padding-top: 5px;
}

.navbar_cart_cont__2ZS3r .navbar_cart_items_cont__1Qdi7 .navbar_cart_item__2HyrX .navbar_cart_item_controller_cont__3fnoC {
    width: 50px;
    margin-left: 15px;
    margin-right: 10px;
}

.navbar_cart_cont__2ZS3r .navbar_cart_items_cont__1Qdi7 .navbar_cart_item__2HyrX .navbar_cart_item_controller_cont__3fnoC .navbar_cart_item_controller__2N4Tu {
    width: 100%;
    height: 75px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    text-align: center;
}

.navbar_cart_cont__2ZS3r .navbar_cart_items_cont__1Qdi7 .navbar_cart_item__2HyrX .navbar_cart_item_controller_cont__3fnoC .navbar_cart_item_controller__2N4Tu>div,
.navbar_cart_cont__2ZS3r .navbar_cart_items_cont__1Qdi7 .navbar_cart_item__2HyrX .navbar_cart_item_controller_cont__3fnoC .navbar_cart_item_controller__2N4Tu input {
    width: 100%;
    height: -webkit-calc(100%/3);
    height: -moz-calc(100%/3);
    height: calc(100% / 3);
    overflow: hidden;
    line-height: 25px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
    border: 0;
    font-weight: 700;
}

.navbar_cart_cont__2ZS3r .navbar_cart_items_cont__1Qdi7 .navbar_cart_item__2HyrX .navbar_cart_item_controller_cont__3fnoC .navbar_cart_item_controller__2N4Tu .navbar_minus__1uGlK,
.navbar_cart_cont__2ZS3r .navbar_cart_items_cont__1Qdi7 .navbar_cart_item__2HyrX .navbar_cart_item_controller_cont__3fnoC .navbar_cart_item_controller__2N4Tu .navbar_plus__1pt3L {
    cursor: pointer;
}

.navbar_cart_cont__2ZS3r .navbar_cart_items_cont__1Qdi7 .navbar_cart_item__2HyrX .navbar_cart_item_controller_cont__3fnoC .navbar_cart_item_controller__2N4Tu .navbar_minus__1uGlK:focus,
.navbar_cart_cont__2ZS3r .navbar_cart_items_cont__1Qdi7 .navbar_cart_item__2HyrX .navbar_cart_item_controller_cont__3fnoC .navbar_cart_item_controller__2N4Tu .navbar_minus__1uGlK:hover,
.navbar_cart_cont__2ZS3r .navbar_cart_items_cont__1Qdi7 .navbar_cart_item__2HyrX .navbar_cart_item_controller_cont__3fnoC .navbar_cart_item_controller__2N4Tu .navbar_plus__1pt3L:focus,
.navbar_cart_cont__2ZS3r .navbar_cart_items_cont__1Qdi7 .navbar_cart_item__2HyrX .navbar_cart_item_controller_cont__3fnoC .navbar_cart_item_controller__2N4Tu .navbar_plus__1pt3L:hover {
    background: var(--MainColor);
    color: #fff;
}

.navbar_cart_cont__2ZS3r .navbar_cart_items_cont__1Qdi7 .navbar_cart_item__2HyrX .navbar_cart_item_controller_cont__3fnoC .navbar_delete_cart_item__Pc-9e {
    background: var(--MainColor);
    border-radius: 10px;
    height: 23px;
    margin-top: 2px;
    cursor: pointer;
    width: 100%;
    line-height: 30px;
}

.navbar_cart_cont__2ZS3r .navbar_cart_items_cont__1Qdi7 .navbar_cart_item__2HyrX .navbar_cart_item_controller_cont__3fnoC .navbar_delete_cart_item__Pc-9e svg {
    color: #fff;
}

.navbar_cart_cont__2ZS3r .navbar_cart_items_cont__1Qdi7 .navbar_no_items__3HZbU {
    padding: 30px;
    margin: 0 auto;
}

.navbar_cart_cont__2ZS3r .navbar_cart_items_cont__1Qdi7 .navbar_no_items__3HZbU svg {
    width: 200px;
}

.navbar_cart_cont__2ZS3r .navbar_cart_items_cont__1Qdi7 .navbar_no_items__3HZbU .navbar_no_pr_text__2hmhL {
    margin-top: 20px;
    color: #77798c;
    font-weight: 700;
}

.navbar_cart_cont__2ZS3r .navbar_cart_total_cont__2T26I {
    padding: 30px 60px 30px 40px;
    font-weight: 500;
}

@media (max-width: 500px) {
    .navbar_cart_cont__2ZS3r .navbar_cart_total_cont__2T26I {
        padding: 30px 10px;
    }
}

.navbar_cart_cont__2ZS3r .navbar_send_via_whats_app__Cy4Rz {
    display: block;
    margin: 10px auto 20px;
    padding: 0 20px 18px;
    border: 0;
    background: #25d366;
    color: #fff;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    font-size: 20px;
    border-radius: 40px;
}

.navbar_cart_cont__2ZS3r .navbar_send_via_whats_app__Cy4Rz svg {
    padding: 0 10px;
    font-size: 50px;
    margin-bottom: -17px;
}

.navbar_cart_cont__2ZS3r .navbar_cart_link__365ah {
    display: block;
    margin: 0 40px 40px;
    padding: 10px;
    color: #fff;
    background: var(--MainColor);
    box-shadow: 0 0 2em rgba(0, 0, 0, 0.18);
    font-weight: 500;
    border-radius: 15px;
    cursor: pointer;
}

@media (max-width: 550px) {
    .navbar_cart_cont__2ZS3r#navbar_wishList__3Ei4E .navbar_cart_items_cont__1Qdi7 {
        max-height: -webkit-calc(100% - 65px) !important;
        max-height: -moz-calc(100% - 65px) !important;
        max-height: calc(100% - 65px) !important;
    }
}

.navbar_cart_cont__2ZS3r#navbar_wishList__3Ei4E .navbar_add_cart_from_fav__1V0Zu {
    padding: 10px 5px;
    width: 100%;
    text-align: center;
    border: 1px solid var(--MainColor);
    font-weight: 500;
    font-size: 18px;
    background-color: #fff;
    margin-top: 15px;
    border-radius: 30px;
    margin-left: -10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.navbar_cart_cont__2ZS3r#navbar_wishList__3Ei4E .navbar_add_cart_from_fav__1V0Zu:hover {
    background-color: var(--MainColor);
    color: #f2f2f2;
}

.navbar_cart_cont__2ZS3r#navbar_wishList__3Ei4E .navbar_add_cart_from_fav__1V0Zu svg {
    font-size: 20px;
    margin: -5px 10px 0 -5px;
}

.navbar_cart_cont__2ZS3r#navbar_wishList__3Ei4E .navbar_delete_item_from_fav__bHft8 {
    align-self: center;
    margin-top: -20px;
    background-color: transparent;
    border: 0;
    color: #9b9a9a;
    font-weight: 500;
    margin-right: 10px;
    font-size: 16px;
    cursor: pointer;
}

.navbar_cart_cont__2ZS3r .navbar_minimum_msg__3PDPm {
    text-align: center;
    color: #d82b51;
    padding-bottom: 20px;
}

.navbar_item_details_pop__1cOff {
    width: 600px;
    position: fixed;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    z-index: 102;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -205vh;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    background: #fff;
    box-shadow: 0 0 0.8em rgba(0, 0, 0, 0.18);
    min-height: 200px;
    direction: rtl;
    z-index: 91;
    overflow-y: scroll;
}

.navbar_item_details_pop__1cOff::-webkit-scrollbar {
    width: 0;
}

.navbar_item_details_pop__1cOff::-webkit-scrollbar-track {
    background: transparent;
}

.navbar_item_details_pop__1cOff::-webkit-scrollbar-thumb {
    background: var(--MainColor);
    border-radius: 10px;
}

@media (max-width: 650px) {
    .navbar_item_details_pop__1cOff {
        width: 100%;
        height: 100vh !important;
        max-height: -webkit-calc(100vh - 87px) !important;
        max-height: -moz-calc(100vh - 87px) !important;
        max-height: calc(100vh - 87px) !important;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

.navbar_item_details_pop__1cOff.navbar_active_item_details_pop__1DZP9 {
    bottom: 0;
}

.navbar_item_details_pop__1cOff .navbar_top_options__3FZxq {
    position: fixed;
    top: 5px;
    z-index: 3;
    padding: 5px 10px;
    color: #fff;
    width: 100%;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    flex-direction: row-reverse;
}

.navbar_item_details_pop__1cOff .navbar_top_options__3FZxq button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
    border: 0;
}

.navbar_item_details_pop__1cOff .navbar_top_options__3FZxq button svg {
    color: #fff;
    font-weight: bolder;
    font-size: 1.7em;
}

.navbar_item_details_pop__1cOff .navbar_item_img__z68aG {
    position: relative;
    width: 100%;
    right: 0;
    left: 0;
}

.navbar_item_details_pop__1cOff .navbar_item_img__z68aG .navbar_item_img_src__1f00v {
    -webkit-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    width: 100%;
    height: 100%;
    min-height: 200px;
    max-height: 500px;
}

@media (max-width: 650px) {
    .navbar_item_details_pop__1cOff .navbar_item_img__z68aG .navbar_item_img_src__1f00v {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

.navbar_item_details_pop__1cOff .navbar_item_top_add_fav_btn__kgifM {
    position: relative;
    top: -60px;
    bottom: auto;
    z-index: 9;
    right: 20px;
    background-color: transparent;
    border: 0;
    background-size: cover;
    cursor: pointer;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    text-align: center;
}

.navbar_item_details_pop__1cOff .navbar_item_top_add_fav_btn__kgifM .navbar_addCartBg__2xsoa {
    position: absolute;
    width: 80px;
    height: 80px;
}

.navbar_item_details_pop__1cOff .navbar_item_top_add_fav_btn__kgifM .navbar_addcartIcon__2SLzt {
    position: relative;
    z-index: 4;
    font-size: 1.8em;
    right: 31px;
    top: 22px;
    color: var(--MainColor);
}

.navbar_item_details_pop__1cOff .navbar_item_top_add_fav_btn__kgifM .navbar_addcartIcon__2SLzt.navbar_green__1PKtb {
    color: #fff !important;
    right: 31px;
    top: 22px;
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT {
    direction: ltr;
    width: 100%;
    position: relative;
    margin-top: -50px;
    background: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 30px 20px 50px;
    z-index: 3;
}

@media (max-width: 767px) {
    .navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT {
        padding-top: 20px;
    }
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_item_name_price__1WDMZ {
    width: 100%;
    padding-bottom: 10px;
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_item_name_price__1WDMZ .navbar_left_name__wHu7y {
    font-weight: 500;
    font-size: 22px;
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_item_name_price__1WDMZ .navbar_right_price__3pLM- {
    text-align: center;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    position: relative;
    bottom: -20px;
}

@media (max-width: 767px) {
    .navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_item_name_price__1WDMZ .navbar_right_price__3pLM- {
        bottom: -28px;
    }
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_item_name_price__1WDMZ .navbar_right_price__3pLM- .navbar_cash__13wjE {
    font-size: 30px;
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_item_name_price__1WDMZ .navbar_right_price__3pLM- .navbar_per__YeeT_ {
    font-size: 14px;
    font-weight: 500;
    padding-top: 5px;
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_item_desc__evMWd {
    padding-top: 15px;
    line-height: 25px;
    color: #999;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    width: 100%;
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_extras_item_header__2Mes2 {
    display: none;
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT #navbar_extras-as-vars__35-VN {
    margin-top: -20px;
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT #navbar_extras-as-vars__35-VN .navbar_extras_item_header__2Mes2 {
    display: -moz-box !important;
    display: flex !important;
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_extras_variants_cont__3fhO8 {
    padding-top: 20px;
    width: 100%;
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_extras_variants_cont__3fhO8 .navbar_variants_item__MKFXh {
    margin: 20px 0;
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_extras_variants_cont__3fhO8 .navbar_variants_item__MKFXh .navbar_variant_item_header__2WZP9 {
    padding: 11px 25px;
    border-radius: 10px;
    background-color: #e6e6e6;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 10px;
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_extras_variants_cont__3fhO8 .navbar_variants_item__MKFXh .navbar_variant_item_header__2WZP9 svg {
    font-weight: bolder;
    font-size: 1.3em;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_extras_variants_cont__3fhO8 .navbar_variants_item__MKFXh .navbar_variant_item_header__2WZP9 svg.navbar_rotated__2k_HV {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_extras_variants_cont__3fhO8 .navbar_variants_item__MKFXh .navbar_extras_list__3slzz li {
    padding: 10px 15px;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_extras_variants_cont__3fhO8 .navbar_variants_item__MKFXh .navbar_extras_list__3slzz li label {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    color: #9b9a9a;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_extras_variants_cont__3fhO8 .navbar_variants_item__MKFXh .navbar_extras_list__3slzz li label sub {
    padding: 0 8px;
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_extras_variants_cont__3fhO8 .navbar_variants_item__MKFXh .navbar_extras_list__3slzz li input {
    width: 0;
    height: 0;
    opacity: 0;
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_extras_variants_cont__3fhO8 .navbar_variants_item__MKFXh .navbar_extras_list__3slzz li label>span {
    width: 20px;
    height: 20px;
    display: -moz-box;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    border: 2px solid #9b9a9a;
    margin-right: 15px;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_extras_variants_cont__3fhO8 .navbar_variants_item__MKFXh .navbar_extras_list__3slzz li input:checked+label>span {
    border: 10px solid var(--MainColor);
    -webkit-animation: navbar_bounce__3-Y-a 0.25s;
    -moz-animation: navbar_bounce__3-Y-a 0.25s;
    animation: navbar_bounce__3-Y-a 0.25s;
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_extras_variants_cont__3fhO8 .navbar_variants_item__MKFXh .navbar_extras_list__3slzz li input:checked+label>span:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 4px;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-animation: navbar_checked-box__2ZhSv 125ms 0.25s forwards;
    -moz-animation: navbar_checked-box__2ZhSv 125ms 0.25s forwards;
    animation: navbar_checked-box__2ZhSv 125ms 0.25s forwards;
}

@-webkit-keyframes navbar_checked-box__2ZhSv {
    0% {
        width: 0;
        height: 0;
        border-color: #fff;
        -webkit-transform: translate(0) rotate(45deg);
        transform: translate(0) rotate(45deg);
    }
    33% {
        width: 4px;
        height: 0;
        border-color: #fff;
        -webkit-transform: translate(0) rotate(45deg);
        transform: translate(0) rotate(45deg);
    }
    to {
        width: 4px;
        height: 8px;
        border-color: #fff;
        -webkit-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }
}

@-moz-keyframes navbar_checked-box__2ZhSv {
    0% {
        width: 0;
        height: 0;
        border-color: #fff;
        -moz-transform: translate(0) rotate(45deg);
        transform: translate(0) rotate(45deg);
    }
    33% {
        width: 4px;
        height: 0;
        border-color: #fff;
        -moz-transform: translate(0) rotate(45deg);
        transform: translate(0) rotate(45deg);
    }
    to {
        width: 4px;
        height: 8px;
        border-color: #fff;
        -moz-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }
}

@keyframes navbar_checked-box__2ZhSv {
    0% {
        width: 0;
        height: 0;
        border-color: #fff;
        -webkit-transform: translate(0) rotate(45deg);
        -moz-transform: translate(0) rotate(45deg);
        transform: translate(0) rotate(45deg);
    }
    33% {
        width: 4px;
        height: 0;
        border-color: #fff;
        -webkit-transform: translate(0) rotate(45deg);
        -moz-transform: translate(0) rotate(45deg);
        transform: translate(0) rotate(45deg);
    }
    to {
        width: 4px;
        height: 8px;
        border-color: #fff;
        -webkit-transform: translateY(-8px) rotate(45deg);
        -moz-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }
}

@-webkit-keyframes navbar_bounce__3-Y-a {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    33% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes navbar_bounce__3-Y-a {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    33% {
        -moz-transform: scale(0.7);
        transform: scale(0.7);
    }
    to {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes navbar_bounce__3-Y-a {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
    33% {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        transform: scale(0.7);
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_extras_variants_cont__3fhO8 .navbar_variants_item__MKFXh .navbar_variant_item_options__wPwkO {
    flex-wrap: wrap;
    overflow: hidden;
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_extras_variants_cont__3fhO8 .navbar_variants_item__MKFXh .navbar_variant_item_options__wPwkO .navbar_item_option__-TN7r {
    padding: 15px;
    text-transform: capitalize;
    cursor: pointer;
    text-align: center;
    color: #9b9a9a;
    font-weight: 500;
    border: 2px solid #e6e6e6;
    margin: 5px;
    border-radius: 10px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_extras_variants_cont__3fhO8 .navbar_variants_item__MKFXh .navbar_variant_item_options__wPwkO .navbar_item_option__-TN7r.navbar_active_option__1MVyD,
.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_extras_variants_cont__3fhO8 .navbar_variants_item__MKFXh .navbar_variant_item_options__wPwkO .navbar_item_option__-TN7r:hover {
    background: #e6e6e6;
    color: #4a4b4d;
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_custmize_title__3r2uV {
    padding: 20px 0;
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_quant_cont__1kb-M {
    width: 100%;
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_quant_cont__1kb-M .navbar_quantity__1si16 input,
.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_quant_cont__1kb-M .navbar_quantity__1si16>button {
    width: 50px;
    height: 30px;
    border: 2px solid var(--MainColor);
    color: var(--MainColor);
    margin-left: 10px;
    text-align: center;
    border-radius: 20px;
    line-height: 28px;
    font-weight: 500;
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_quant_cont__1kb-M .navbar_quantity__1si16 input:focus,
.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_quant_cont__1kb-M .navbar_quantity__1si16>button:focus {
    outline: 0;
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_quant_cont__1kb-M .navbar_quantity__1si16 input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_quant_cont__1kb-M .navbar_quantity__1si16 .navbar_minus__1uGlK,
.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_quant_cont__1kb-M .navbar_quantity__1si16 .navbar_plus__1pt3L {
    background: var(--MainColor);
    color: #fff;
    font-weight: bolder;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    box-shadow: 0 0.2em 0.3em rgba(0, 0, 0, 0.3);
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_quant_cont__1kb-M .navbar_quantity__1si16 .navbar_minus__1uGlK:focus,
.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_quant_cont__1kb-M .navbar_quantity__1si16 .navbar_minus__1uGlK:hover,
.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_quant_cont__1kb-M .navbar_quantity__1si16 .navbar_plus__1pt3L:focus,
.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_quant_cont__1kb-M .navbar_quantity__1si16 .navbar_plus__1pt3L:hover {
    box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.3);
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_quant_cont__1kb-M .navbar_quantity__1si16 .navbar_minus__1uGlK {
    font-size: 22px;
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_item_cart_cont__1nO4i {
    width: 100%;
    position: relative;
    margin-top: 40px;
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_item_cart_cont__1nO4i:after {
    content: "";
    position: absolute;
    left: -20px;
    height: 200px;
    width: 150px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    background: var(--MainColor);
    top: -20px;
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_item_cart_cont__1nO4i .navbar_item_add_cart_cont__3oyWw {
    width: 65%;
    min-width: 420px;
    background: #fff;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 3;
    padding: 20px 0;
    -moz-box-align: center;
    align-items: center;
    font-weight: 500;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

@media (max-width: 500px) {
    .navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_item_cart_cont__1nO4i .navbar_item_add_cart_cont__3oyWw {
        width: 90%;
        min-width: 0;
    }
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_item_cart_cont__1nO4i .navbar_item_add_cart_cont__3oyWw .navbar_item_total_price__2gwkV {
    padding: 15px 0;
    font-size: 20px;
    display: block;
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_item_cart_cont__1nO4i .navbar_item_add_cart_cont__3oyWw .navbar_item_add_cart_btn__3dK1r {
    cursor: pointer;
    padding: 8px 40px 15px;
    text-align: center;
    color: #fff;
    background: var(--MainColor);
    border: 0;
    border-radius: 20px;
    font-weight: 500;
    display: block;
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_item_cart_cont__1nO4i .navbar_item_add_cart_cont__3oyWw .navbar_item_add_cart_btn__3dK1r svg {
    font-size: 1.5em;
    position: relative;
    bottom: -5px;
    margin: 0 5px;
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_item_cart_cont__1nO4i .navbar_item_add_cart_cont__3oyWw .navbar_share_cont__2jrHr {
    position: absolute;
    top: -25px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transform: translateX(50%);
    background: #fff;
    box-shadow: 0 0.3px 1em rgba(0, 0, 0, 0.1);
    border-radius: 60px;
    padding: 15px 15px 10px;
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_item_cart_cont__1nO4i .navbar_item_add_cart_cont__3oyWw .navbar_item_add_cart_btn_icon__1uTwr {
    width: 60px;
    height: 60px;
    text-align: center;
    background: #fff;
    line-height: 80px;
    border-radius: 50%;
    box-shadow: 0 0.3px 1em rgba(0, 0, 0, 0.2);
    position: absolute;
    right: -20px;
    top: 50px;
    border: 0;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_item_cart_cont__1nO4i .navbar_item_add_cart_cont__3oyWw .navbar_item_add_cart_btn_icon__1uTwr svg {
    color: var(--MainColor);
    font-size: 2em;
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_item_cart_cont__1nO4i .navbar_item_add_cart_cont__3oyWw .navbar_item_add_cart_btn_icon__1uTwr:hover {
    background: var(--MainColor);
}

.navbar_item_details_pop__1cOff .navbar_item_info_cont__3TxGT .navbar_item_cart_cont__1nO4i .navbar_item_add_cart_cont__3oyWw .navbar_item_add_cart_btn_icon__1uTwr:hover svg {
    color: #fff;
}

.navbar_item_updated_msg__2n3GB {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #27ae60;
    width: 200px;
    height: 200px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 1em rgba(39, 174, 96, 0.5);
    display: none;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
    z-index: 900;
}

.navbar_item_updated_msg__2n3GB.navbar_error__1s5HV {
    background: #c54f69;
    width: 230px;
    height: 230px;
}

.navbar_item_updated_msg__2n3GB.navbar_active_msg__93vRL {
    -webkit-transform: translate(-50%, -60%);
    -moz-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
}

.navbar_item_updated_msg__2n3GB p {
    color: #fff;
    font-weight: bolder;
    margin-top: 20px;
    line-height: 25px;
}

.navbar_item_updated_msg__2n3GB svg {
    width: 90px;
    height: 90px;
    display: block;
}

.navbar_item_updated_msg__2n3GB .navbar_path__2Rvqq {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

.navbar_item_updated_msg__2n3GB .navbar_path__2Rvqq.navbar_circle__3eaJH {
    -webkit-animation: navbar_dash__14sf6 0.9s ease-in-out;
    -moz-animation: navbar_dash__14sf6 0.9s ease-in-out;
    animation: navbar_dash__14sf6 0.9s ease-in-out;
}

.navbar_item_updated_msg__2n3GB .navbar_path__2Rvqq.navbar_line__3QLYi {
    stroke-dashoffset: 1000;
    -webkit-animation: navbar_dash__14sf6 0.9s ease-in-out 0.35s forwards;
    -moz-animation: navbar_dash__14sf6 0.9s ease-in-out 0.35s forwards;
    animation: navbar_dash__14sf6 0.9s ease-in-out 0.35s forwards;
}

.navbar_item_updated_msg__2n3GB .navbar_path__2Rvqq.navbar_check__2Guvo {
    stroke-dashoffset: -100;
    -webkit-animation: navbar_dash-check__2zoqn 0.9s ease-in-out 0.35s forwards;
    -moz-animation: navbar_dash-check__2zoqn 0.9s ease-in-out 0.35s forwards;
    animation: navbar_dash-check__2zoqn 0.9s ease-in-out 0.35s forwards;
}

@-webkit-keyframes navbar_dash__14sf6 {
    0% {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@-moz-keyframes navbar_dash__14sf6 {
    0% {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes navbar_dash__14sf6 {
    0% {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes navbar_dash-check__2zoqn {
    0% {
        stroke-dashoffset: -100;
    }
    to {
        stroke-dashoffset: 900;
    }
}

@-moz-keyframes navbar_dash-check__2zoqn {
    0% {
        stroke-dashoffset: -100;
    }
    to {
        stroke-dashoffset: 900;
    }
}

@keyframes navbar_dash-check__2zoqn {
    0% {
        stroke-dashoffset: -100;
    }
    to {
        stroke-dashoffset: 900;
    }
}

.navbar_item_share__J45aO .navbar_react-share__ShareButton__PXYGN {
    margin: 0 3px;
}

.navbar_item_share__J45aO .navbar_copy__1RVvv {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    text-align: center;
    line-height: 37px;
    background: #4a4b4d;
    margin-left: 5px;
    cursor: pointer;
}

.navbar_item_share__J45aO .navbar_copy__1RVvv svg {
    color: #fff;
}

.navbar_insta-share__hWdVn,
.navbar_snapchat-creative-kit-share__xNBkg {
    border-radius: 50% !important;
    overflow: hidden !important;
    margin-top: -5px !important;
    margin: 0 5px;
}

.navbar_insta-share__hWdVn,
.navbar_insta-share__hWdVn .navbar_f16qnola__1tw6s,
.navbar_insta-share__hWdVn .navbar_fvmxvuk__3F6rq,
.navbar_snapchat-creative-kit-share__xNBkg .navbar_f16qnola__1tw6s,
.navbar_snapchat-creative-kit-share__xNBkg .navbar_fvmxvuk__3F6rq {
    border: 0 !important;
    width: 31px !important;
    height: 31px !important;
}

.navbar_insta-share__hWdVn {
    background: #c54f69;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.navbar_profile_img__Ie_BC {
    cursor: default !important;
}

.navbar_profile_toggler__36SRM {
    position: relative;
    cursor: pointer;
}

#navbar_profile-popup__2S3sd {
    position: absolute;
    top: -webkit-calc(100% - 10px);
    top: -moz-calc(100% - 10px);
    top: calc(100% - 10px);
    right: 30px;
    border-radius: 15px;
    background: #fff;
    z-index: 9;
    display: none;
    -webkit-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
    box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
    max-height: 640px;
    overflow-y: scroll;
}

#navbar_profile-popup__2S3sd::-webkit-scrollbar {
    width: 5px;
}

#navbar_profile-popup__2S3sd::-webkit-scrollbar-track {
    background: transparent;
}

#navbar_profile-popup__2S3sd::-webkit-scrollbar-thumb {
    background: var(--MainColor);
    border-radius: 10px;
}

@media (max-width: 992px) {
    #navbar_profile-popup__2S3sd {
        top: 100%;
    }
}

@media (max-width: 600px) {
    #navbar_profile-popup__2S3sd {
        width: 100% !important;
        right: 0 !important;
        max-height: -webkit-calc(100vh - 95px);
        max-height: -moz-calc(100vh - 95px);
        max-height: calc(100vh - 95px);
        border-radius: 0;
    }
}

#navbar_profile-popup__2S3sd.navbar_active_profile_popup__3PqwF {
    top: 200%;
}

#navbar_profile-popup__2S3sd svg {
    color: #4a4b4d;
    font-size: 1.5em;
}

#navbar_profile-popup__2S3sd .navbar_profile_header__1SyWt {
    -moz-box-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 20px;
    font-weight: 700;
}

#navbar_profile-popup__2S3sd .navbar_profile_header__1SyWt .navbar_close_profile__3GZTm {
    width: 35px;
    height: 35px;
    padding-left: 1px;
    padding-top: 1px;
    margin-right: 10px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

#navbar_profile-popup__2S3sd .navbar_profile_header__1SyWt .navbar_close_profile__3GZTm:hover {
    background: #e6e6e6;
}

#navbar_profile-popup__2S3sd .navbar_profile_header__1SyWt .navbar_close_profile__3GZTm svg {
    font-size: 2.2em;
}

#navbar_profile-popup__2S3sd .navbar_profile_item__1yqaF {
    margin: 10px 20px;
}

.navbar_profile_items__3i_jp {
    width: 100%;
    min-width: 350px;
}

@media (max-width: 500px) {
    .navbar_profile_items__3i_jp {
        min-width: 150px;
    }
}

.navbar_profile_items__3i_jp svg {
    color: #4a4b4d;
    font-size: 1.5em;
}

.navbar_profile_items__3i_jp .navbar_profile_item__1yqaF {
    padding: 10px;
    margin: 10px 0;
    -moz-box-pack: start;
    justify-content: flex-start;
    background: #f2f2f2;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.navbar_profile_items__3i_jp .navbar_profile_item__1yqaF .navbar_profile_item_icon__1wLcT {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #d8d8d8;
    text-align: center;
    line-height: 55px;
    margin-right: 20px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.navbar_profile_items__3i_jp .navbar_profile_item__1yqaF .navbar_profile_item_icon__1wLcT img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-object-fit: cover;
    object-fit: cover;
}

.navbar_profile_items__3i_jp .navbar_profile_item__1yqaF .navbar_profile_item_text__EQkg2 {
    font-weight: 500;
    color: #4a4b4d;
    position: relative;
}

.navbar_profile_items__3i_jp .navbar_profile_item__1yqaF .navbar_right_chevo__1Cy3p {
    position: absolute;
    right: 10px;
    width: 30px;
    background: inherit;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    -webkit-transition: right 0.1s ease-in-out;
    -moz-transition: right 0.1s ease-in-out;
    transition: right 0.1s ease-in-out;
}

.navbar_profile_items__3i_jp .navbar_profile_item__1yqaF.navbar_active_profile_item__36-LZ,
.navbar_profile_items__3i_jp .navbar_profile_item__1yqaF:hover {
    background: #d8d8d8;
}

.navbar_profile_items__3i_jp .navbar_profile_item__1yqaF.navbar_active_profile_item__36-LZ .navbar_right_chevo__1Cy3p,
.navbar_profile_items__3i_jp .navbar_profile_item__1yqaF:hover .navbar_right_chevo__1Cy3p {
    right: -10px;
}

.navbar_profile_items__3i_jp .navbar_profile_item__1yqaF.navbar_active_profile_item__36-LZ .navbar_profile_item_icon__1wLcT,
.navbar_profile_items__3i_jp .navbar_profile_item__1yqaF:hover .navbar_profile_item_icon__1wLcT {
    background: #acacac;
}

#navbar_Union_4__2g0AF {
    -webkit-filter: drop-shadow(0 -5px 11px rgba(0, 0, 0, 0.2)) !important;
    filter: drop-shadow(0 -5px 11px rgba(0, 0, 0, 0.2)) !important;
}

.navbar_media_footer__2rNIQ {
    position: relative;
    z-index: 80;
}

.navbar_media_footer__2rNIQ tspan {
    font-weight: 500 !important;
}

.navbar_cart_btn_toggler__1-GU4,
.navbar_profile_toggler__36SRM {
    cursor: pointer;
    position: relative;
    z-index: 9;
}

.navbar_user_not_logedin_redirect__1ZOyv {
    cursor: pointer;
}

.navbar_marker__hzkKw {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    background-color: #000;
    border: 2px solid #fff;
    border-radius: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.navbar_marker__hzkKw:hover {
    z-index: 1;
}

.navbar_fixed_cart_aside__2_46C {
    position: fixed;
    left: 0;
    top: 30%;
    z-index: 89;
    background: var(--MainColor);
    padding: 20px 10px 5px;
    color: #fff;
    text-align: center;
    font-weight: bolder;
    cursor: pointer;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 21px 36px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
    .navbar_fixed_cart_aside__2_46C {
        display: none;
    }
}

.navbar_fixed_cart_aside__2_46C .navbar_number_items__1NJKq {
    padding: 0 7px;
    font-size: 14px;
}

.navbar_fixed_cart_aside__2_46C .navbar_number_items__1NJKq svg {
    margin-right: 5px;
    margin-bottom: -3px;
    font-size: 16px;
}

.navbar_fixed_cart_aside__2_46C #navbar_cart-side-total__3PxqI {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 15px;
    line-height: 35px;
    background: #fff;
    border-radius: 10px;
    color: var(--MainColor);
}

@media (max-width: 992px) {
    .navbar_pending_status_animate__3G_8y {
        right: 0 !important;
    }
    .navbar_preparing_status_animate__RLNKT {
        right: 100% !important;
    }
    .navbar_delivering_status_animate__11nbX {
        right: 200% !important;
    }
    .navbar_deliverd_status_animate__2nuB3 {
        right: 300% !important;
    }
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v select {
    height: 40px;
    border: 1px solid #bdbfbf;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v select option {
    padding: 10px;
    font-size: 20px;
}

.navbar_add_address_popup__3BWBb {
    position: fixed;
    z-index: 99;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 700px;
    height: 100%;
    box-shadow: 0 0 0.8em rgba(0, 0, 0, 0.18);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 750px) {
    .navbar_add_address_popup__3BWBb {
        width: 100%;
        border-radius: 0;
    }
}

.navbar_add_address_popup__3BWBb .navbar_close_adress_popup__2V4Ji {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    color: #fff;
    width: 100%;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    flex-direction: row-reverse;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
    border: 0;
}

.navbar_add_address_popup__3BWBb .navbar_close_adress_popup__2V4Ji svg {
    color: #fff;
    font-weight: bolder;
    font-size: 1.7em;
}

.navbar_add_address_popup__3BWBb .navbar_address_popup__3mqzD {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

@media (max-width: 750px) {
    .navbar_add_address_popup__3BWBb .navbar_address_popup__3mqzD {
        border-radius: 0;
    }
}

.navbar_add_address_popup__3BWBb .navbar_address_popup__3mqzD::-webkit-scrollbar {
    width: 5px;
}

.navbar_add_address_popup__3BWBb .navbar_address_popup__3mqzD::-webkit-scrollbar-track {
    background: transparent;
}

.navbar_add_address_popup__3BWBb .navbar_address_popup__3mqzD::-webkit-scrollbar-thumb {
    background: var(--MainColor);
    border-radius: 10px;
}

.navbar_add_address_popup__3BWBb .navbar_map_body__2qHey {
    width: 100%;
    height: 400px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    overflow: hidden;
}

@media (max-width: 750px) {
    .navbar_add_address_popup__3BWBb .navbar_map_body__2qHey {
        border-radius: 0;
    }
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v {
    padding: 60px 40px;
    overflow-y: scroll;
    flex-wrap: wrap;
    width: 100%;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v::-webkit-scrollbar {
    width: 5px;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v ::-webkit-scrollbar-track {
    background: transparent;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v::-webkit-scrollbar-thumb {
    background: var(--MainColor);
    border-radius: 10px;
}

@media (max-width: 767px) {
    .navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v {
        padding: 20px;
    }
}

@media (max-width: 350px) {
    .navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v {
        padding: 20px 5px;
    }
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v .navbar_select_area_cont__1nuu4 {
    position: relative;
    width: 100%;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v .navbar_select_area_cont__1nuu4 .navbar_slected_area__3riyu {
    position: absolute;
    right: 150px;
    top: 50%;
    -webkit-transform: translateY(-92%);
    -moz-transform: translateY(-92%);
    transform: translateY(-92%);
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v .navbar_select_parent__1gQo6 {
    width: 100%;
    -moz-box-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v select {
    -moz-box-flex: 0.95;
    flex-grow: 0.95;
    height: 57px;
    background: #f2f2f2;
    outline: 0;
    padding: 20px;
    border: 1px solid #f2f2f2;
    border-radius: 30px;
    color: hsla(0, 0%, 62%, 0.7254901960784313);
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v select option {
    padding: 20px 10px 10px;
    font-size: 18px;
    border: 0;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v select::-ms-expand {
    display: none;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v input,
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v textarea {
    padding: 20px;
    width: 49%;
    background: #f2f2f2;
    color: #bdbfbf;
    border-radius: 30px;
    margin-bottom: 20px;
    border: 0;
    resize: none;
    text-transform: capitalize;
    font-weight: 500;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v input::-webkit-input-placeholder,
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v textarea::-webkit-input-placeholder {
    font-weight: 500;
    color: #bdbfbf;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v input::-moz-placeholder,
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v textarea::-moz-placeholder {
    font-weight: 500;
    color: #bdbfbf;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v input:-ms-input-placeholder,
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v textarea:-ms-input-placeholder {
    font-weight: 500;
    color: #bdbfbf;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v input::placeholder,
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v textarea::placeholder {
    font-weight: 500;
    color: #bdbfbf;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v input:focus,
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v textarea:focus {
    outline: 0;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v input.navbar_wide_input__15Hxy,
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v textarea.navbar_wide_input__15Hxy {
    width: 100%;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v textarea {
    height: 120px;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v input[type="submit"] {
    background: var(--MainColor);
    color: #fff;
    font-size: 18px;
    width: 100%;
    display: block;
    margin-bottom: 0 auto;
    cursor: pointer;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v .navbar_adress_multi_input__2Xg2L {
    width: 100%;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v .navbar_adress_multi_input__2Xg2L input {
    width: 48%;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v .navbar_address_exist__1xlPx {
    color: #d82b51;
    font-size: 18px;
}

.navbar_add_address_popup__3BWBb .navbar_address_type_selector__25LZ0 {
    background: #f2f2f2;
    border-radius: 40px;
    width: 100%;
    margin-bottom: 20px;
    padding: 3px;
}

.navbar_add_address_popup__3BWBb .navbar_address_type_selector__25LZ0 .navbar_address_type_item__2eDnb {
    width: -webkit-calc(100%/3.3);
    width: -moz-calc(100%/3.3);
    width: calc(100% / 3.3);
    padding: 16px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    border-radius: 40px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navbar_add_address_popup__3BWBb .navbar_address_type_selector__25LZ0 .navbar_address_type_item__2eDnb.navbar_active_type__1pLWQ {
    background: #fff;
    box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.1);
}

.navbar_search-results-cont__-zNnU {
    position: fixed;
    top: 88px;
    width: 500px;
    background-color: #fff;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    right: 295px;
    color: #333;
    padding: 10px;
    max-height: -webkit-calc(100vh - 150px);
    max-height: -moz-calc(100vh - 150px);
    max-height: calc(100vh - 150px);
    overflow-y: scroll;
    display: none;
    z-index: 20;
}

@media (max-width: 992px) {
    .navbar_search-results-cont__-zNnU {
        width: 100%;
        right: 0 !important;
        left: 0 !important;
        top: 145px;
        max-height: -webkit-calc(100vh - 160px);
        max-height: -moz-calc(100vh - 160px);
        max-height: calc(100vh - 160px);
        padding-bottom: 60px;
    }
}

.navbar_search-results-cont__-zNnU::-webkit-scrollbar {
    width: 4px;
}

.navbar_search-results-cont__-zNnU::-webkit-scrollbar-track {
    background: transparent;
}

.navbar_search-results-cont__-zNnU::-webkit-scrollbar-thumb {
    background: var(--MainColor);
    border-radius: 10px;
}

.navbar_search-results-cont__-zNnU .navbar_dish_item__3YKd4 {
    padding: 10px 20px;
    border-radius: 10px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    margin-top: 10px;
    cursor: pointer;
}

.navbar_search-results-cont__-zNnU .navbar_dish_item__3YKd4:hover {
    background-color: #e6e6e6;
}

.navbar_search-results-cont__-zNnU .navbar_dish_item__3YKd4 img {
    border-radius: 10px;
    max-height: 150px;
    -webkit-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 500px) {
    .navbar_search-results-cont__-zNnU .navbar_dish_item__3YKd4 img {
        max-width: 120px;
    }
}

.navbar_search-results-cont__-zNnU .navbar_dish_item__3YKd4 .navbar_right_info__2hVcR {
    padding: 10px 20px;
    color: #4a4b4d;
}

.navbar_search-results-cont__-zNnU .navbar_dish_item__3YKd4 .navbar_right_info__2hVcR p {
    padding: 7px 0;
    font-weight: 500;
    color: #9b9a9a;
}

.navbar_search-results-cont__-zNnU .navbar_dish_item__3YKd4 .navbar_right_info__2hVcR .navbar_price__P29t8 {
    color: var(--MainColor);
    font-weight: bolder;
}

#navbar_search-details__2HScC {
    z-index: 999;
}

.navbar_lazy-load-image-loaded__JNW74 {
    width: 100%;
}

.navbar_fit {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 85;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-top: 20px;
}

@media (max-width: 992px) {
    .navbar_fit {
        background: #fff;
        padding-top: 5px !important;
        height: 90px !important;
        box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
    }
    .navbar_fit .navbar_nav_cont__3QS34 {
        -moz-box-pack: center;
        justify-content: center;
        padding: 0 10px;
    }
}

.navbar_fit .navbar_logo__2Ahkr {
    cursor: pointer;
    padding: 10px 0;
}

@media (max-width: 992px) {
    .navbar_fit .navbar_logo__2Ahkr {
        -moz-box-flex: 1;
        flex-grow: 1;
        -moz-box-pack: center;
        justify-content: center;
        text-align: center;
        padding-left: 30px;
    }
}

.navbar_fit .navbar_logo__2Ahkr img {
    max-width: 300px;
    max-height: 120px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 992px) {
    .navbar_fit .navbar_logo__2Ahkr img {
        max-height: 60px !important;
        max-width: 250px !important;
    }
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI {
    cursor: pointer;
    margin-left: 30px;
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_cart_icon__G0YkM {
    position: relative;
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI .navbar_cart_counter__3Swv7 {
    position: absolute;
    top: -7px;
    right: -2px;
    width: 15px;
    height: 15px;
    color: #fff;
    background-color: var(--MainColor);
    font-weight: 500;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    border-radius: 50%;
    z-index: 3;
}

@media (max-width: 992px) {
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI {
        display: none;
    }
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_favIcon__1VrBR,
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_search_icon__2jFJg,
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_trns_icon__2myl4 {
        display: block;
        justify-self: start;
        margin-left: 0;
        width: 30px;
    }
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_favIcon__1VrBR {
        position: absolute;
        left: 30px;
    }
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_profile_img__Ie_BC {
        display: block;
        margin-right: -15px !important;
    }
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_profile_img__Ie_BC .navbar_profile_img_icon__70f3l {
        display: none;
    }
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_search_icon__2jFJg {
        position: absolute;
        width: 100%;
        margin: 0;
        top: 100%;
        left: 0;
        display: none;
    }
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_search_icon__2jFJg .navbar_search_form__3S7Fc {
        width: 100%;
        right: 0;
        padding: 10px;
        background-color: #fff;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_search_icon__2jFJg .navbar_search_form__3S7Fc input {
        width: 100% !important;
    }
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_search_icon__2jFJg svg {
        position: absolute;
        right: 22px;
        top: 14px;
        z-index: 2;
        display: none;
    }
}

.navbar_fit .navbar_right_btns_cont__3mAGa svg {
    color: var(--MainColor);
    font-size: 1.8em;
    position: relative;
    z-index: 3;
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_profile_img__Ie_BC>img {
    border-radius: 50%;
    -webkit-object-fit: cover;
    object-fit: cover;
    width: 50px;
    height: 50px;
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_icon__2jFJg {
    margin-right: 10px;
    z-index: 80;
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc {
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    right: -40px;
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc input {
    padding: 10px;
    border: 0;
    border: 2px solid var(--MainColor);
    border-radius: 10px;
    background: transparent;
    color: var(--MainColor);
    width: 300px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: bolder;
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc input::-webkit-search-cancel-button {
    display: none;
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc input::-webkit-input-placeholder {
    color: var(--MainColor);
    font-weight: bolder;
    letter-spacing: 1.7px;
    text-transform: capitalize;
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc input::-moz-placeholder {
    color: var(--MainColor);
    font-weight: bolder;
    letter-spacing: 1.7px;
    text-transform: capitalize;
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc input:-ms-input-placeholder {
    color: var(--MainColor);
    font-weight: bolder;
    letter-spacing: 1.7px;
    text-transform: capitalize;
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc input::placeholder {
    color: var(--MainColor);
    font-weight: bolder;
    letter-spacing: 1.7px;
    text-transform: capitalize;
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc input:focus {
    outline: 0;
    width: 500px;
}

@media (max-width: 1200px) {
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc input:focus {
        width: 400px;
    }
}

@media (max-width: 1090px) {
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc input:focus {
        width: 340px;
    }
}

.home_menu__Ug6Qr .home_main_cats__1EG0N {
    overflow-x: scroll;
    padding: 10px 0 5px;
    margin-bottom: 35px;
    -moz-box-pack: start;
    justify-content: flex-start;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

@media (max-width: 1300px) {
    .home_menu__Ug6Qr .home_main_cats__1EG0N {
        -moz-box-pack: start !important;
        justify-content: flex-start !important;
    }
}

@media (max-width: 992px) {
    .home_menu__Ug6Qr .home_main_cats__1EG0N {
        margin-bottom: 10px;
    }
}

.home_menu__Ug6Qr .home_main_cats__1EG0N::-webkit-scrollbar {
    height: 4px;
}

@media (max-width: 992px) {
    .home_menu__Ug6Qr .home_main_cats__1EG0N::-webkit-scrollbar {
        height: 0;
    }
}

.home_menu__Ug6Qr .home_main_cats__1EG0N::-webkit-scrollbar-track {
    background: transparent;
}

.home_menu__Ug6Qr .home_main_cats__1EG0N::-webkit-scrollbar-thumb {
    background: var(--MainColor);
    border-radius: 10px;
}

.home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB {
    margin-right: 15px;
    cursor: pointer;
    max-width: 220px;
    min-width: 197px;
    width: 10vw;
}

.home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB:last-of-type {
    margin: 0;
}

@media (max-width: 992px) {
    .home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB {
        min-width: 140px;
    }
}

@media (max-width: 767px) {
    .home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB {
        min-width: 120px;
        margin-right: 8px;
    }
}

@media (max-width: 500px) {
    .home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB {
        min-width: 110px;
    }
}

@media (max-width: 350px) {
    .home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB {
        min-width: 90px;
    }
}

.home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB .home_cat_img__1Jy9i {
    width: 100%;
    height: 130px;
    border-radius: 15px;
    -webkit-object-fit: cover;
    object-fit: cover;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
    .home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB .home_cat_img__1Jy9i {
        height: 110px;
    }
}

@media (max-width: 500px) {
    .home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB .home_cat_img__1Jy9i {
        height: 100px;
    }
}

@media (max-width: 350px) {
    .home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB .home_cat_img__1Jy9i {
        height: 80px;
    }
}

.home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB .home_cat_item_name__1o3Rr {
    padding: 10px 0 5px;
    text-align: center;
    width: 100%;
}

.home_menu__Ug6Qr .home_cats_body__1oi_E {
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .home_menu__Ug6Qr .home_cats_body__1oi_E {
        width: 100%;
    }
}

.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_header__QZW5r {
    padding: 10px;
    border-radius: 7px;
    background-color: #e6e6e6;
    cursor: pointer;
    position: relative;
    margin: 0 7.5px 20px;
    width: -webkit-calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
}

.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_header__QZW5r .home_cat_header_arrow__1qxw3 {
    position: absolute;
    top: 5px;
    left: 20px;
}

.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_header__QZW5r .home_cat_header_arrow__1qxw3 svg {
    font-size: 1.7em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS {
    width: 100%;
    flex-wrap: wrap;
    -moz-box-pack: center;
    justify-content: center;
}

.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD {
    width: -webkit-calc((100%/6) - 15px);
    width: -moz-calc((100%/6) - 15px);
    width: calc((100% / 6) - 15px);
    min-width: 180px;
    margin: 0 7.5px 35px;
}

@media (max-width: 450px) {
    .home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD {
        min-width: 130px;
        width: -webkit-calc((100%/2) - 15px);
        width: -moz-calc((100%/2) - 15px);
        width: calc((100% / 2) - 15px);
        margin: 0 7.5px 35px;
    }
}

@media (max-width: 340px) {
    .home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD {
        min-width: 130px;
        width: -webkit-calc((100%/2) - 10px);
        width: -moz-calc((100%/2) - 10px);
        width: calc((100% / 2) - 10px);
        margin: 0 5px 35px;
    }
}

@media (max-width: 310px) {
    .home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD {
        min-width: 130px;
        width: 100%;
        margin: 0 50x 35px;
    }
}

.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD .home_dish_img_cont__1dn9F {
    position: relative;
}

.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD .home_dish_img_cont__1dn9F .home_dish_img__3AuDs {
    width: 100%;
    height: 180px;
    border-radius: 15px;
    -webkit-object-fit: cover;
    object-fit: cover;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.15);
}

.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD .home_dish_name__3Bl1K {
    padding: 20px 0 10px;
    line-height: 25px;
}

.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD .home_dish_price__S1U6c {
    padding: 0 25px;
}

@media (max-width: 420px) {
    .home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD .home_dish_price__S1U6c {
        padding: 0 10px;
    }
}

.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD .home_dish_price__S1U6c .home_old__26OYx {
    color: #9b9a9a;
    position: relative;
}

.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD .home_dish_price__S1U6c .home_old__26OYx:after {
    position: absolute;
    content: "";
    width: 120%;
    height: 2px;
    background-color: #9b9a9a;
    top: -webkit-calc(50% - 1px);
    top: -moz-calc(50% - 1px);
    top: calc(50% - 1px);
    right: -10%;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

.navbar_item_share__J45aO .navbar_copy__1RVvv svg {
    color: #fff;
}

.navbar_insta-share__hWdVn,
.navbar_snapchat-creative-kit-share__xNBkg {
    border-radius: 50% !important;
    overflow: hidden !important;
    margin-top: -5px !important;
    margin: 0 5px;
}

.navbar_insta-share__hWdVn,
.navbar_insta-share__hWdVn .navbar_f16qnola__1tw6s,
.navbar_insta-share__hWdVn .navbar_fvmxvuk__3F6rq,
.navbar_snapchat-creative-kit-share__xNBkg .navbar_f16qnola__1tw6s,
.navbar_snapchat-creative-kit-share__xNBkg .navbar_fvmxvuk__3F6rq {
    border: 0 !important;
    width: 31px !important;
    height: 31px !important;
}

.navbar_insta-share__hWdVn {
    background: #c54f69;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.navbar_profile_img__Ie_BC {
    cursor: default !important;
}

.navbar_profile_toggler__36SRM {
    position: relative;
    cursor: pointer;
}

#navbar_profile-popup__2S3sd {
    position: absolute;
    top: -webkit-calc(100% - 10px);
    top: -moz-calc(100% - 10px);
    top: calc(100% - 10px);
    right: 30px;
    border-radius: 15px;
    background: #fff;
    z-index: 9;
    display: none;
    -webkit-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
    box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
    max-height: 640px;
    overflow-y: scroll;
}

#navbar_profile-popup__2S3sd::-webkit-scrollbar {
    width: 5px;
}

#navbar_profile-popup__2S3sd::-webkit-scrollbar-track {
    background: transparent;
}

#navbar_profile-popup__2S3sd::-webkit-scrollbar-thumb {
    background: var(--MainColor);
    border-radius: 10px;
}

@media (max-width: 992px) {
    #navbar_profile-popup__2S3sd {
        top: 100%;
    }
}

@media (max-width: 600px) {
    #navbar_profile-popup__2S3sd {
        width: 100% !important;
        right: 0 !important;
        max-height: -webkit-calc(100vh - 95px);
        max-height: -moz-calc(100vh - 95px);
        max-height: calc(100vh - 95px);
        border-radius: 0;
    }
}

#navbar_profile-popup__2S3sd.navbar_active_profile_popup__3PqwF {
    top: 200%;
}

#navbar_profile-popup__2S3sd svg {
    color: #4a4b4d;
    font-size: 1.5em;
}

#navbar_profile-popup__2S3sd .navbar_profile_header__1SyWt {
    -moz-box-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 20px;
    font-weight: 700;
}

#navbar_profile-popup__2S3sd .navbar_profile_header__1SyWt .navbar_close_profile__3GZTm {
    width: 35px;
    height: 35px;
    padding-left: 1px;
    padding-top: 1px;
    margin-right: 10px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

#navbar_profile-popup__2S3sd .navbar_profile_header__1SyWt .navbar_close_profile__3GZTm:hover {
    background: #e6e6e6;
}

#navbar_profile-popup__2S3sd .navbar_profile_header__1SyWt .navbar_close_profile__3GZTm svg {
    font-size: 2.2em;
}

#navbar_profile-popup__2S3sd .navbar_profile_item__1yqaF {
    margin: 10px 20px;
}

.navbar_profile_items__3i_jp {
    width: 100%;
    min-width: 350px;
}

@media (max-width: 500px) {
    .navbar_profile_items__3i_jp {
        min-width: 150px;
    }
}

.navbar_profile_items__3i_jp svg {
    color: #4a4b4d;
    font-size: 1.5em;
}

.navbar_profile_items__3i_jp .navbar_profile_item__1yqaF {
    padding: 10px;
    margin: 10px 0;
    -moz-box-pack: start;
    justify-content: flex-start;
    background: #f2f2f2;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.navbar_profile_items__3i_jp .navbar_profile_item__1yqaF .navbar_profile_item_icon__1wLcT {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #d8d8d8;
    text-align: center;
    line-height: 55px;
    margin-right: 20px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.navbar_profile_items__3i_jp .navbar_profile_item__1yqaF .navbar_profile_item_icon__1wLcT img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-object-fit: cover;
    object-fit: cover;
}

.navbar_profile_items__3i_jp .navbar_profile_item__1yqaF .navbar_profile_item_text__EQkg2 {
    font-weight: 500;
    color: #4a4b4d;
    position: relative;
}

.navbar_profile_items__3i_jp .navbar_profile_item__1yqaF .navbar_right_chevo__1Cy3p {
    position: absolute;
    right: 10px;
    width: 30px;
    background: inherit;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    -webkit-transition: right 0.1s ease-in-out;
    -moz-transition: right 0.1s ease-in-out;
    transition: right 0.1s ease-in-out;
}

.navbar_profile_items__3i_jp .navbar_profile_item__1yqaF.navbar_active_profile_item__36-LZ,
.navbar_profile_items__3i_jp .navbar_profile_item__1yqaF:hover {
    background: #d8d8d8;
}

.navbar_profile_items__3i_jp .navbar_profile_item__1yqaF.navbar_active_profile_item__36-LZ .navbar_right_chevo__1Cy3p,
.navbar_profile_items__3i_jp .navbar_profile_item__1yqaF:hover .navbar_right_chevo__1Cy3p {
    right: -10px;
}

.navbar_profile_items__3i_jp .navbar_profile_item__1yqaF.navbar_active_profile_item__36-LZ .navbar_profile_item_icon__1wLcT,
.navbar_profile_items__3i_jp .navbar_profile_item__1yqaF:hover .navbar_profile_item_icon__1wLcT {
    background: #acacac;
}

#navbar_Union_4__2g0AF {
    -webkit-filter: drop-shadow(0 -5px 11px rgba(0, 0, 0, 0.2)) !important;
    filter: drop-shadow(0 -5px 11px rgba(0, 0, 0, 0.2)) !important;
}

.navbar_media_footer__2rNIQ {
    position: relative;
    z-index: 80;
}

.navbar_media_footer__2rNIQ tspan {
    font-weight: 500 !important;
}

.navbar_cart_btn_toggler__1-GU4,
.navbar_profile_toggler__36SRM {
    cursor: pointer;
    position: relative;
    z-index: 9;
}

.navbar_user_not_logedin_redirect__1ZOyv {
    cursor: pointer;
}

.navbar_marker__hzkKw {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    background-color: #000;
    border: 2px solid #fff;
    border-radius: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.navbar_marker__hzkKw:hover {
    z-index: 1;
}

.navbar_fixed_cart_aside__2_46C {
    position: fixed;
    left: 0;
    top: 30%;
    z-index: 89;
    background: var(--MainColor);
    padding: 20px 10px 5px;
    color: #fff;
    text-align: center;
    font-weight: bolder;
    cursor: pointer;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 21px 36px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
    .navbar_fixed_cart_aside__2_46C {
        display: none;
    }
}

.navbar_fixed_cart_aside__2_46C .navbar_number_items__1NJKq {
    padding: 0 7px;
    font-size: 14px;
}

.navbar_fixed_cart_aside__2_46C .navbar_number_items__1NJKq svg {
    margin-right: 5px;
    margin-bottom: -3px;
    font-size: 16px;
}

.navbar_fixed_cart_aside__2_46C #navbar_cart-side-total__3PxqI {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 15px;
    line-height: 35px;
    background: #fff;
    border-radius: 10px;
    color: var(--MainColor);
}

@media (max-width: 992px) {
    .navbar_pending_status_animate__3G_8y {
        right: 0 !important;
    }
    .navbar_preparing_status_animate__RLNKT {
        right: 100% !important;
    }
    .navbar_delivering_status_animate__11nbX {
        right: 200% !important;
    }
    .navbar_deliverd_status_animate__2nuB3 {
        right: 300% !important;
    }
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v select {
    height: 40px;
    border: 1px solid #bdbfbf;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v select option {
    padding: 10px;
    font-size: 20px;
}

.navbar_add_address_popup__3BWBb {
    position: fixed;
    z-index: 99;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 700px;
    height: 100%;
    box-shadow: 0 0 0.8em rgba(0, 0, 0, 0.18);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 750px) {
    .navbar_add_address_popup__3BWBb {
        width: 100%;
        border-radius: 0;
    }
}

.navbar_add_address_popup__3BWBb .navbar_close_adress_popup__2V4Ji {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    color: #fff;
    width: 100%;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    flex-direction: row-reverse;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
    border: 0;
}

.navbar_add_address_popup__3BWBb .navbar_close_adress_popup__2V4Ji svg {
    color: #fff;
    font-weight: bolder;
    font-size: 1.7em;
}

.navbar_add_address_popup__3BWBb .navbar_address_popup__3mqzD {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

@media (max-width: 750px) {
    .navbar_add_address_popup__3BWBb .navbar_address_popup__3mqzD {
        border-radius: 0;
    }
}

.navbar_add_address_popup__3BWBb .navbar_address_popup__3mqzD::-webkit-scrollbar {
    width: 5px;
}

.navbar_add_address_popup__3BWBb .navbar_address_popup__3mqzD::-webkit-scrollbar-track {
    background: transparent;
}

.navbar_add_address_popup__3BWBb .navbar_address_popup__3mqzD::-webkit-scrollbar-thumb {
    background: var(--MainColor);
    border-radius: 10px;
}

.navbar_add_address_popup__3BWBb .navbar_map_body__2qHey {
    width: 100%;
    height: 400px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    overflow: hidden;
}

@media (max-width: 750px) {
    .navbar_add_address_popup__3BWBb .navbar_map_body__2qHey {
        border-radius: 0;
    }
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v {
    padding: 60px 40px;
    overflow-y: scroll;
    flex-wrap: wrap;
    width: 100%;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v::-webkit-scrollbar {
    width: 5px;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v ::-webkit-scrollbar-track {
    background: transparent;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v::-webkit-scrollbar-thumb {
    background: var(--MainColor);
    border-radius: 10px;
}

@media (max-width: 767px) {
    .navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v {
        padding: 20px;
    }
}

@media (max-width: 350px) {
    .navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v {
        padding: 20px 5px;
    }
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v .navbar_select_area_cont__1nuu4 {
    position: relative;
    width: 100%;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v .navbar_select_area_cont__1nuu4 .navbar_slected_area__3riyu {
    position: absolute;
    right: 150px;
    top: 50%;
    -webkit-transform: translateY(-92%);
    -moz-transform: translateY(-92%);
    transform: translateY(-92%);
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v .navbar_select_parent__1gQo6 {
    width: 100%;
    -moz-box-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v select {
    -moz-box-flex: 0.95;
    flex-grow: 0.95;
    height: 57px;
    background: #f2f2f2;
    outline: 0;
    padding: 20px;
    border: 1px solid #f2f2f2;
    border-radius: 30px;
    color: hsla(0, 0%, 62%, 0.7254901960784313);
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v select option {
    padding: 20px 10px 10px;
    font-size: 18px;
    border: 0;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v select::-ms-expand {
    display: none;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v input,
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v textarea {
    padding: 20px;
    width: 49%;
    background: #f2f2f2;
    color: #bdbfbf;
    border-radius: 30px;
    margin-bottom: 20px;
    border: 0;
    resize: none;
    text-transform: capitalize;
    font-weight: 500;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v input::-webkit-input-placeholder,
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v textarea::-webkit-input-placeholder {
    font-weight: 500;
    color: #bdbfbf;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v input::-moz-placeholder,
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v textarea::-moz-placeholder {
    font-weight: 500;
    color: #bdbfbf;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v input:-ms-input-placeholder,
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v textarea:-ms-input-placeholder {
    font-weight: 500;
    color: #bdbfbf;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v input::placeholder,
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v textarea::placeholder {
    font-weight: 500;
    color: #bdbfbf;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v input:focus,
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v textarea:focus {
    outline: 0;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v input.navbar_wide_input__15Hxy,
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v textarea.navbar_wide_input__15Hxy {
    width: 100%;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v textarea {
    height: 120px;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v input[type="submit"] {
    background: var(--MainColor);
    color: #fff;
    font-size: 18px;
    width: 100%;
    display: block;
    margin-bottom: 0 auto;
    cursor: pointer;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v .navbar_adress_multi_input__2Xg2L {
    width: 100%;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v .navbar_adress_multi_input__2Xg2L input {
    width: 48%;
}

.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v .navbar_address_exist__1xlPx {
    color: #d82b51;
    font-size: 18px;
}

.navbar_add_address_popup__3BWBb .navbar_address_type_selector__25LZ0 {
    background: #f2f2f2;
    border-radius: 40px;
    width: 100%;
    margin-bottom: 20px;
    padding: 3px;
}

.navbar_add_address_popup__3BWBb .navbar_address_type_selector__25LZ0 .navbar_address_type_item__2eDnb {
    width: -webkit-calc(100%/3.3);
    width: -moz-calc(100%/3.3);
    width: calc(100% / 3.3);
    padding: 16px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    border-radius: 40px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navbar_add_address_popup__3BWBb .navbar_address_type_selector__25LZ0 .navbar_address_type_item__2eDnb.navbar_active_type__1pLWQ {
    background: #fff;
    box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.1);
}

.navbar_search-results-cont__-zNnU {
    position: fixed;
    top: 88px;
    width: 500px;
    background-color: #fff;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    right: 295px;
    color: #333;
    padding: 10px;
    max-height: -webkit-calc(100vh - 150px);
    max-height: -moz-calc(100vh - 150px);
    max-height: calc(100vh - 150px);
    overflow-y: scroll;
    display: none;
    z-index: 20;
}

@media (max-width: 992px) {
    .navbar_search-results-cont__-zNnU {
        width: 100%;
        right: 0 !important;
        left: 0 !important;
        top: 145px;
        max-height: -webkit-calc(100vh - 160px);
        max-height: -moz-calc(100vh - 160px);
        max-height: calc(100vh - 160px);
        padding-bottom: 60px;
    }
}

.navbar_search-results-cont__-zNnU::-webkit-scrollbar {
    width: 4px;
}

.navbar_search-results-cont__-zNnU::-webkit-scrollbar-track {
    background: transparent;
}

.navbar_search-results-cont__-zNnU::-webkit-scrollbar-thumb {
    background: var(--MainColor);
    border-radius: 10px;
}

.navbar_search-results-cont__-zNnU .navbar_dish_item__3YKd4 {
    padding: 10px 20px;
    border-radius: 10px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    margin-top: 10px;
    cursor: pointer;
}

.navbar_search-results-cont__-zNnU .navbar_dish_item__3YKd4:hover {
    background-color: #e6e6e6;
}

.navbar_search-results-cont__-zNnU .navbar_dish_item__3YKd4 img {
    border-radius: 10px;
    max-height: 150px;
    -webkit-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 500px) {
    .navbar_search-results-cont__-zNnU .navbar_dish_item__3YKd4 img {
        max-width: 120px;
    }
}

.navbar_search-results-cont__-zNnU .navbar_dish_item__3YKd4 .navbar_right_info__2hVcR {
    padding: 10px 20px;
    color: #4a4b4d;
}

.navbar_search-results-cont__-zNnU .navbar_dish_item__3YKd4 .navbar_right_info__2hVcR p {
    padding: 7px 0;
    font-weight: 500;
    color: #9b9a9a;
}

.navbar_search-results-cont__-zNnU .navbar_dish_item__3YKd4 .navbar_right_info__2hVcR .navbar_price__P29t8 {
    color: var(--MainColor);
    font-weight: bolder;
}

#navbar_search-details__2HScC {
    z-index: 999;
}

.navbar_lazy-load-image-loaded__JNW74 {
    width: 100%;
}

.navbar_fit {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 85;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-top: 20px;
}

@media (max-width: 992px) {
    .navbar_fit {
        background: #fff;
        padding-top: 5px !important;
        height: 90px !important;
        box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
    }
    .navbar_fit .navbar_nav_cont__3QS34 {
        -moz-box-pack: center;
        justify-content: center;
        padding: 0 10px;
    }
}

.navbar_fit .navbar_logo__2Ahkr {
    cursor: pointer;
    padding: 10px 0;
}

@media (max-width: 992px) {
    .navbar_fit .navbar_logo__2Ahkr {
        -moz-box-flex: 1;
        flex-grow: 1;
        -moz-box-pack: center;
        justify-content: center;
        text-align: center;
        padding-left: 30px;
    }
}

.navbar_fit .navbar_logo__2Ahkr img {
    max-width: 300px;
    max-height: 120px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 992px) {
    .navbar_fit .navbar_logo__2Ahkr img {
        max-height: 60px !important;
        max-width: 250px !important;
    }
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI {
    cursor: pointer;
    margin-left: 30px;
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_cart_icon__G0YkM {
    position: relative;
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI .navbar_cart_counter__3Swv7 {
    position: absolute;
    top: -7px;
    right: -2px;
    width: 15px;
    height: 15px;
    color: #fff;
    background-color: var(--MainColor);
    font-weight: 500;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    border-radius: 50%;
    z-index: 3;
}

@media (max-width: 992px) {
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI {
        display: none;
    }
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_favIcon__1VrBR,
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_search_icon__2jFJg,
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_trns_icon__2myl4 {
        display: block;
        justify-self: start;
        margin-left: 0;
        width: 30px;
    }
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_favIcon__1VrBR {
        position: absolute;
        left: 30px;
    }
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_profile_img__Ie_BC {
        display: block;
        margin-right: -15px !important;
    }
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_profile_img__Ie_BC .navbar_profile_img_icon__70f3l {
        display: none;
    }
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_search_icon__2jFJg {
        position: absolute;
        width: 100%;
        margin: 0;
        top: 100%;
        left: 0;
        display: none;
    }
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_search_icon__2jFJg .navbar_search_form__3S7Fc {
        width: 100%;
        right: 0;
        padding: 10px;
        background-color: #fff;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_search_icon__2jFJg .navbar_search_form__3S7Fc input {
        width: 100% !important;
    }
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_search_icon__2jFJg svg {
        position: absolute;
        right: 22px;
        top: 14px;
        z-index: 2;
        display: none;
    }
}

.navbar_fit .navbar_right_btns_cont__3mAGa svg {
    color: var(--MainColor);
    font-size: 1.8em;
    position: relative;
    z-index: 3;
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_profile_img__Ie_BC>img {
    border-radius: 50%;
    -webkit-object-fit: cover;
    object-fit: cover;
    width: 50px;
    height: 50px;
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_icon__2jFJg {
    margin-right: 10px;
    z-index: 80;
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc {
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    right: -40px;
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc input {
    padding: 10px;
    border: 0;
    border: 2px solid var(--MainColor);
    border-radius: 10px;
    background: transparent;
    color: var(--MainColor);
    width: 300px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: bolder;
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc input::-webkit-search-cancel-button {
    display: none;
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc input::-webkit-input-placeholder {
    color: var(--MainColor);
    font-weight: bolder;
    letter-spacing: 1.7px;
    text-transform: capitalize;
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc input::-moz-placeholder {
    color: var(--MainColor);
    font-weight: bolder;
    letter-spacing: 1.7px;
    text-transform: capitalize;
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc input:-ms-input-placeholder {
    color: var(--MainColor);
    font-weight: bolder;
    letter-spacing: 1.7px;
    text-transform: capitalize;
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc input::placeholder {
    color: var(--MainColor);
    font-weight: bolder;
    letter-spacing: 1.7px;
    text-transform: capitalize;
}

.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc input:focus {
    outline: 0;
    width: 500px;
}

@media (max-width: 1200px) {
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc input:focus {
        width: 400px;
    }
}

@media (max-width: 1090px) {
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc input:focus {
        width: 340px;
    }
}

.home_menu__Ug6Qr .home_main_cats__1EG0N {
    overflow-x: scroll;
    padding: 10px 0 5px;
    margin-bottom: 35px;
    -moz-box-pack: start;
    justify-content: flex-start;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

@media (max-width: 1300px) {
    .home_menu__Ug6Qr .home_main_cats__1EG0N {
        -moz-box-pack: start !important;
        justify-content: flex-start !important;
    }
}

@media (max-width: 992px) {
    .home_menu__Ug6Qr .home_main_cats__1EG0N {
        margin-bottom: 10px;
    }
}

.home_menu__Ug6Qr .home_main_cats__1EG0N::-webkit-scrollbar {
    height: 4px;
}

@media (max-width: 992px) {
    .home_menu__Ug6Qr .home_main_cats__1EG0N::-webkit-scrollbar {
        height: 0;
    }
}

.home_menu__Ug6Qr .home_main_cats__1EG0N::-webkit-scrollbar-track {
    background: transparent;
}

.home_menu__Ug6Qr .home_main_cats__1EG0N::-webkit-scrollbar-thumb {
    background: var(--MainColor);
    border-radius: 10px;
}

.home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB {
    margin-right: 15px;
    cursor: pointer;
    max-width: 220px;
    min-width: 197px;
    width: 10vw;
}

.home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB:last-of-type {
    margin: 0;
}

@media (max-width: 992px) {
    .home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB {
        min-width: 140px;
    }
}

@media (max-width: 767px) {
    .home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB {
        min-width: 120px;
        margin-right: 8px;
    }
}

@media (max-width: 500px) {
    .home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB {
        min-width: 110px;
    }
}

@media (max-width: 350px) {
    .home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB {
        min-width: 90px;
    }
}

.home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB .home_cat_img__1Jy9i {
    width: 100%;
    height: 130px;
    border-radius: 15px;
    -webkit-object-fit: cover;
    object-fit: cover;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
    .home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB .home_cat_img__1Jy9i {
        height: 110px;
    }
}

@media (max-width: 500px) {
    .home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB .home_cat_img__1Jy9i {
        height: 100px;
    }
}

@media (max-width: 350px) {
    .home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB .home_cat_img__1Jy9i {
        height: 80px;
    }
}

.home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB .home_cat_item_name__1o3Rr {
    padding: 10px 0 5px;
    text-align: center;
    width: 100%;
}

@media (max-width: 992px) {
    .home_menu__Ug6Qr .home_cats_body__1oi_E {
        width: 100%;
    }
}

.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_header__QZW5r {
    padding: 10px;
    border-radius: 7px;
    background-color: #e6e6e6;
    cursor: pointer;
    position: relative;
    margin: 0 7.5px 20px;
    width: -webkit-calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
}

.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_header__QZW5r .home_cat_header_arrow__1qxw3 {
    position: absolute;
    top: 5px;
    left: 20px;
}

.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_header__QZW5r .home_cat_header_arrow__1qxw3 svg {
    font-size: 1.7em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS {
    width: 100%;
    flex-wrap: wrap;
    -moz-box-pack: center;
    justify-content: center;
}

.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD {
    width: -webkit-calc((100%/6) - 15px);
    width: -moz-calc((100%/6) - 15px);
    width: calc((100% / 6) - 15px);
    min-width: 180px;
    margin: 0 7.5px 35px;
}

@media (max-width: 450px) {
    .home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD {
        min-width: 130px;
        width: -webkit-calc((100%/2) - 15px);
        width: -moz-calc((100%/2) - 15px);
        width: calc((100% / 2) - 15px);
        margin: 0 7.5px 35px;
    }
}

@media (max-width: 340px) {
    .home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD {
        min-width: 130px;
        width: -webkit-calc((100%/2) - 10px);
        width: -moz-calc((100%/2) - 10px);
        width: calc((100% / 2) - 10px);
        margin: 0 5px 35px;
    }
}

@media (max-width: 310px) {
    .home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD {
        min-width: 130px;
        width: 100%;
        margin: 0 50x 35px;
    }
}

.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD .home_dish_img_cont__1dn9F {
    position: relative;
}

.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD .home_dish_name__3Bl1K {
    padding: 20px 0 10px;
    line-height: 25px;
}

.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD .home_dish_price__S1U6c {
    padding: 0 25px;
}

@media (max-width: 420px) {
    .home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD .home_dish_price__S1U6c {
        padding: 0 10px;
    }
}

.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD .home_dish_price__S1U6c .home_old__26OYx {
    color: #9b9a9a;
    position: relative;
}

.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD .home_dish_price__S1U6c .home_old__26OYx:after {
    position: absolute;
    content: "";
    width: 120%;
    height: 2px;
    background-color: #9b9a9a;
    top: -webkit-calc(50% - 1px);
    top: -moz-calc(50% - 1px);
    top: calc(50% - 1px);
    right: -10%;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

.home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB {
    min-width: 110px;
}


}
@media (max-width: 350px) {
    .home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB {
        min-width: 90px;
    }
}
.home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB .home_cat_img__1Jy9i {
    width: 100%;
    height: 130px;
    border-radius: 15px;
    -webkit-object-fit: cover;
    object-fit: cover;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
    .home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB .home_cat_img__1Jy9i {
        height: 110px;
    }
}
@media (max-width: 500px) {
    .home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB .home_cat_img__1Jy9i {
        height: 100px;
    }
}
@media (max-width: 350px) {
    .home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB .home_cat_img__1Jy9i {
        height: 80px;
    }
}
.home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB .home_cat_item_name__1o3Rr {
    padding: 10px 0 5px;
    text-align: center;
    width: 100%;
}
.home_menu__Ug6Qr .home_cats_body__1oi_E {
    width: 100%;
    margin: 0 auto;
}
@media (max-width: 992px) {
    .home_menu__Ug6Qr .home_cats_body__1oi_E {
        width: 100%;
    }
}
.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_header__QZW5r {
    padding: 10px;
    border-radius: 7px;
    background-color: #e6e6e6;
    cursor: pointer;
    position: relative;
    margin: 0 7.5px 20px;
    width: -webkit-calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
}
.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_header__QZW5r .home_cat_header_arrow__1qxw3 {
    position: absolute;
    top: 5px;
    left: 20px;
}
.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_header__QZW5r .home_cat_header_arrow__1qxw3 svg {
    font-size: 1.7em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS {
    width: 100%;
    flex-wrap: wrap;
    -moz-box-pack: center;
    justify-content: center;
}
.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD {
    width: -webkit-calc((100%/6) - 15px);
    width: -moz-calc((100%/6) - 15px);
    width: calc((100% / 6) - 15px);
    min-width: 180px;
    margin: 0 7.5px 35px;
}
@media (max-width: 450px) {
    .home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD {
        min-width: 130px;
        width: -webkit-calc((100%/2) - 15px);
        width: -moz-calc((100%/2) - 15px);
        width: calc((100% / 2) - 15px);
        margin: 0 7.5px 35px;
    }
}
@media (max-width: 340px) {
    .home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD {
        min-width: 130px;
        width: -webkit-calc((100%/2) - 10px);
        width: -moz-calc((100%/2) - 10px);
        width: calc((100% / 2) - 10px);
        margin: 0 5px 35px;
    }
}
@media (max-width: 310px) {
    .home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD {
        min-width: 130px;
        width: 100%;
        margin: 0 50x 35px;
    }
}
.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD .home_dish_img_cont__1dn9F {
    position: relative;
}
.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD .home_dish_img_cont__1dn9F .home_dish_img__3AuDs {
    width: 100%;
    height: 180px;
    border-radius: 15px;
    -webkit-object-fit: cover;
    object-fit: cover;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.15);
}
.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD .home_dish_name__3Bl1K {
    padding: 20px 0 10px;
    line-height: 25px;
}
.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD .home_dish_price__S1U6c {
    padding: 0 25px;
}
@media (max-width: 420px) {
    .home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD .home_dish_price__S1U6c {
        padding: 0 10px;
    }
}
.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD .home_dish_price__S1U6c .home_old__26OYx {
    color: #9b9a9a;
    position: relative;
}
.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD .home_dish_price__S1U6c .home_old__26OYx:after {
    position: absolute;
    content: "";
    width: 120%;
    height: 2px;
    background-color: #9b9a9a;
    top: -webkit-calc(50% - 1px);
    top: -moz-calc(50% - 1px);
    top: calc(50% - 1px);
    right: -10%;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.navbar_item_share__J45aO .navbar_copy__1RVvv svg {
    color: #fff;
}
.navbar_insta-share__hWdVn,
.navbar_snapchat-creative-kit-share__xNBkg {
    border-radius: 50% !important;
    overflow: hidden !important;
    margin-top: -5px !important;
    margin: 0 5px;
}
.navbar_insta-share__hWdVn,
.navbar_insta-share__hWdVn .navbar_f16qnola__1tw6s,
.navbar_insta-share__hWdVn .navbar_fvmxvuk__3F6rq,
.navbar_snapchat-creative-kit-share__xNBkg .navbar_f16qnola__1tw6s,
.navbar_snapchat-creative-kit-share__xNBkg .navbar_fvmxvuk__3F6rq {
    border: 0 !important;
    width: 31px !important;
    height: 31px !important;
}
.navbar_insta-share__hWdVn {
    background: #c54f69;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.navbar_profile_img__Ie_BC {
    cursor: default !important;
}
.navbar_profile_toggler__36SRM {
    position: relative;
    cursor: pointer;
}
#navbar_profile-popup__2S3sd {
    position: absolute;
    top: -webkit-calc(100% - 10px);
    top: -moz-calc(100% - 10px);
    top: calc(100% - 10px);
    right: 30px;
    border-radius: 15px;
    background: #fff;
    z-index: 9;
    display: none;
    -webkit-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
    box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
    max-height: 640px;
    overflow-y: scroll;
}
#navbar_profile-popup__2S3sd::-webkit-scrollbar {
    width: 5px;
}
#navbar_profile-popup__2S3sd::-webkit-scrollbar-track {
    background: transparent;
}
#navbar_profile-popup__2S3sd::-webkit-scrollbar-thumb {
    background: var(--MainColor);
    border-radius: 10px;
}
@media (max-width: 992px) {
    #navbar_profile-popup__2S3sd {
        top: 100%;
    }
}
@media (max-width: 600px) {
    #navbar_profile-popup__2S3sd {
        width: 100% !important;
        right: 0 !important;
        max-height: -webkit-calc(100vh - 95px);
        max-height: -moz-calc(100vh - 95px);
        max-height: calc(100vh - 95px);
        border-radius: 0;
    }
}
#navbar_profile-popup__2S3sd.navbar_active_profile_popup__3PqwF {
    top: 200%;
}
#navbar_profile-popup__2S3sd svg {
    color: #4a4b4d;
    font-size: 1.5em;
}
#navbar_profile-popup__2S3sd .navbar_profile_header__1SyWt {
    -moz-box-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 20px;
    font-weight: 700;
}
#navbar_profile-popup__2S3sd .navbar_profile_header__1SyWt .navbar_close_profile__3GZTm {
    width: 35px;
    height: 35px;
    padding-left: 1px;
    padding-top: 1px;
    margin-right: 10px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}
#navbar_profile-popup__2S3sd .navbar_profile_header__1SyWt .navbar_close_profile__3GZTm:hover {
    background: #e6e6e6;
}
#navbar_profile-popup__2S3sd .navbar_profile_header__1SyWt .navbar_close_profile__3GZTm svg {
    font-size: 2.2em;
}
#navbar_profile-popup__2S3sd .navbar_profile_item__1yqaF {
    margin: 10px 20px;
}
.navbar_profile_items__3i_jp {
    width: 100%;
    min-width: 350px;
}
@media (max-width: 500px) {
    .navbar_profile_items__3i_jp {
        min-width: 150px;
    }
}
.navbar_profile_items__3i_jp svg {
    color: #4a4b4d;
    font-size: 1.5em;
}
.navbar_profile_items__3i_jp .navbar_profile_item__1yqaF {
    padding: 10px;
    margin: 10px 0;
    -moz-box-pack: start;
    justify-content: flex-start;
    background: #f2f2f2;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.navbar_profile_items__3i_jp .navbar_profile_item__1yqaF .navbar_profile_item_icon__1wLcT {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #d8d8d8;
    text-align: center;
    line-height: 55px;
    margin-right: 20px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.navbar_profile_items__3i_jp .navbar_profile_item__1yqaF .navbar_profile_item_icon__1wLcT img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-object-fit: cover;
    object-fit: cover;
}
.navbar_profile_items__3i_jp .navbar_profile_item__1yqaF .navbar_profile_item_text__EQkg2 {
    font-weight: 500;
    color: #4a4b4d;
    position: relative;
}
.navbar_profile_items__3i_jp .navbar_profile_item__1yqaF .navbar_right_chevo__1Cy3p {
    position: absolute;
    right: 10px;
    width: 30px;
    background: inherit;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    -webkit-transition: right 0.1s ease-in-out;
    -moz-transition: right 0.1s ease-in-out;
    transition: right 0.1s ease-in-out;
}
.navbar_profile_items__3i_jp .navbar_profile_item__1yqaF.navbar_active_profile_item__36-LZ,
.navbar_profile_items__3i_jp .navbar_profile_item__1yqaF:hover {
    background: #d8d8d8;
}
.navbar_profile_items__3i_jp .navbar_profile_item__1yqaF.navbar_active_profile_item__36-LZ .navbar_right_chevo__1Cy3p,
.navbar_profile_items__3i_jp .navbar_profile_item__1yqaF:hover .navbar_right_chevo__1Cy3p {
    right: -10px;
}
.navbar_profile_items__3i_jp .navbar_profile_item__1yqaF.navbar_active_profile_item__36-LZ .navbar_profile_item_icon__1wLcT,
.navbar_profile_items__3i_jp .navbar_profile_item__1yqaF:hover .navbar_profile_item_icon__1wLcT {
    background: #acacac;
}
#navbar_Union_4__2g0AF {
    -webkit-filter: drop-shadow(0 -5px 11px rgba(0, 0, 0, 0.2)) !important;
    filter: drop-shadow(0 -5px 11px rgba(0, 0, 0, 0.2)) !important;
}
.navbar_media_footer__2rNIQ {
    position: relative;
    z-index: 80;
}
.navbar_media_footer__2rNIQ tspan {
    font-weight: 500 !important;
}
.navbar_cart_btn_toggler__1-GU4,
.navbar_profile_toggler__36SRM {
    cursor: pointer;
    position: relative;
    z-index: 9;
}
.navbar_user_not_logedin_redirect__1ZOyv {
    cursor: pointer;
}
.navbar_marker__hzkKw {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    background-color: #000;
    border: 2px solid #fff;
    border-radius: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.navbar_marker__hzkKw:hover {
    z-index: 1;
}
.navbar_fixed_cart_aside__2_46C {
    position: fixed;
    left: 0;
    top: 30%;
    z-index: 89;
    background: var(--MainColor);
    padding: 20px 10px 5px;
    color: #fff;
    text-align: center;
    font-weight: bolder;
    cursor: pointer;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 21px 36px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
    .navbar_fixed_cart_aside__2_46C {
        display: none;
    }
}
.navbar_fixed_cart_aside__2_46C .navbar_number_items__1NJKq {
    padding: 0 7px;
    font-size: 14px;
}
.navbar_fixed_cart_aside__2_46C .navbar_number_items__1NJKq svg {
    margin-right: 5px;
    margin-bottom: -3px;
    font-size: 16px;
}
.navbar_fixed_cart_aside__2_46C #navbar_cart-side-total__3PxqI {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 15px;
    line-height: 35px;
    background: #fff;
    border-radius: 10px;
    color: var(--MainColor);
}
@media (max-width: 992px) {
    .navbar_pending_status_animate__3G_8y {
        right: 0 !important;
    }
    
    .navbar_preparing_status_animate__RLNKT {
        right: 100% !important;
    }
    
    .navbar_delivering_status_animate__11nbX {
        right: 200% !important;
    }
    
    .navbar_deliverd_status_animate__2nuB3 {
        right: 300% !important;
    }
}
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v select {
    height: 40px;
    border: 1px solid #bdbfbf;
}
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v select option {
    padding: 10px;
    font-size: 20px;
}
.navbar_add_address_popup__3BWBb {
    position: fixed;
    z-index: 99;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 700px;
    height: 100%;
    box-shadow: 0 0 0.8em rgba(0, 0, 0, 0.18);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 750px) {
    .navbar_add_address_popup__3BWBb {
        width: 100%;
        border-radius: 0;
    }
}
.navbar_add_address_popup__3BWBb .navbar_close_adress_popup__2V4Ji {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    color: #fff;
    width: 100%;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    flex-direction: row-reverse;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
    border: 0;
}
.navbar_add_address_popup__3BWBb .navbar_close_adress_popup__2V4Ji svg {
    color: #fff;
    font-weight: bolder;
    font-size: 1.7em;
}
.navbar_add_address_popup__3BWBb .navbar_address_popup__3mqzD {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
@media (max-width: 750px) {
    .navbar_add_address_popup__3BWBb .navbar_address_popup__3mqzD {
        border-radius: 0;
    }
}
.navbar_add_address_popup__3BWBb .navbar_address_popup__3mqzD::-webkit-scrollbar {
    width: 5px;
}
.navbar_add_address_popup__3BWBb .navbar_address_popup__3mqzD::-webkit-scrollbar-track {
    background: transparent;
}
.navbar_add_address_popup__3BWBb .navbar_address_popup__3mqzD::-webkit-scrollbar-thumb {
    background: var(--MainColor);
    border-radius: 10px;
}
.navbar_add_address_popup__3BWBb .navbar_map_body__2qHey {
    width: 100%;
    height: 400px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    overflow: hidden;
}
@media (max-width: 750px) {
    .navbar_add_address_popup__3BWBb .navbar_map_body__2qHey {
        border-radius: 0;
    }
}
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v {
    padding: 60px 40px;
    overflow-y: scroll;
    flex-wrap: wrap;
    width: 100%;
}
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v::-webkit-scrollbar {
    width: 5px;
}
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v ::-webkit-scrollbar-track {
    background: transparent;
}
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v::-webkit-scrollbar-thumb {
    background: var(--MainColor);
    border-radius: 10px;
}
@media (max-width: 767px) {
    .navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v {
        padding: 20px;
    }
}
@media (max-width: 350px) {
    .navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v {
        padding: 20px 5px;
    }
}
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v .navbar_select_area_cont__1nuu4 {
    position: relative;
    width: 100%;
}
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v .navbar_select_area_cont__1nuu4 .navbar_slected_area__3riyu {
    position: absolute;
    right: 150px;
    top: 50%;
    -webkit-transform: translateY(-92%);
    -moz-transform: translateY(-92%);
    transform: translateY(-92%);
}
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v .navbar_select_parent__1gQo6 {
    width: 100%;
    -moz-box-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v select {
    -moz-box-flex: 0.95;
    flex-grow: 0.95;
    height: 57px;
    background: #f2f2f2;
    outline: 0;
    padding: 20px;
    border: 1px solid #f2f2f2;
    border-radius: 30px;
    color: hsla(0, 0%, 62%, 0.7254901960784313);
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v select option {
    padding: 20px 10px 10px;
    font-size: 18px;
    border: 0;
}
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v select::-ms-expand {
    display: none;
}
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v input,
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v textarea {
    padding: 20px;
    width: 49%;
    background: #f2f2f2;
    color: #bdbfbf;
    border-radius: 30px;
    margin-bottom: 20px;
    border: 0;
    resize: none;
    text-transform: capitalize;
    font-weight: 500;
}
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v input::-webkit-input-placeholder,
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v textarea::-webkit-input-placeholder {
    font-weight: 500;
    color: #bdbfbf;
}
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v input::-moz-placeholder,
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v textarea::-moz-placeholder {
    font-weight: 500;
    color: #bdbfbf;
}
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v input:-ms-input-placeholder,
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v textarea:-ms-input-placeholder {
    font-weight: 500;
    color: #bdbfbf;
}
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v input::placeholder,
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v textarea::placeholder {
    font-weight: 500;
    color: #bdbfbf;
}
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v input:focus,
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v textarea:focus {
    outline: 0;
}
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v input.navbar_wide_input__15Hxy,
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v textarea.navbar_wide_input__15Hxy {
    width: 100%;
}
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v textarea {
    height: 120px;
}
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v input[type="submit"] {
    background: var(--MainColor);
    color: #fff;
    font-size: 18px;
    width: 100%;
    display: block;
    margin-bottom: 0 auto;
    cursor: pointer;
}
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v .navbar_adress_multi_input__2Xg2L {
    width: 100%;
}
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v .navbar_adress_multi_input__2Xg2L input {
    width: 48%;
}
.navbar_add_address_popup__3BWBb .navbar_address_details_form__1Gg9v .navbar_address_exist__1xlPx {
    color: #d82b51;
    font-size: 18px;
}
.navbar_add_address_popup__3BWBb .navbar_address_type_selector__25LZ0 {
    background: #f2f2f2;
    border-radius: 40px;
    width: 100%;
    margin-bottom: 20px;
    padding: 3px;
}
.navbar_add_address_popup__3BWBb .navbar_address_type_selector__25LZ0 .navbar_address_type_item__2eDnb {
    width: -webkit-calc(100%/3.3);
    width: -moz-calc(100%/3.3);
    width: calc(100% / 3.3);
    padding: 16px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    border-radius: 40px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.navbar_add_address_popup__3BWBb .navbar_address_type_selector__25LZ0 .navbar_address_type_item__2eDnb.navbar_active_type__1pLWQ {
    background: #fff;
    box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.1);
}
.navbar_search-results-cont__-zNnU {
    position: fixed;
    top: 88px;
    width: 500px;
    background-color: #fff;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    right: 295px;
    color: #333;
    padding: 10px;
    max-height: -webkit-calc(100vh - 150px);
    max-height: -moz-calc(100vh - 150px);
    max-height: calc(100vh - 150px);
    overflow-y: scroll;
    display: none;
    z-index: 20;
}
@media (max-width: 992px) {
    .navbar_search-results-cont__-zNnU {
        width: 100%;
        right: 0 !important;
        left: 0 !important;
        top: 145px;
        max-height: -webkit-calc(100vh - 160px);
        max-height: -moz-calc(100vh - 160px);
        max-height: calc(100vh - 160px);
        padding-bottom: 60px;
    }
}
.navbar_search-results-cont__-zNnU::-webkit-scrollbar {
    width: 4px;
}
.navbar_search-results-cont__-zNnU::-webkit-scrollbar-track {
    background: transparent;
}
.navbar_search-results-cont__-zNnU::-webkit-scrollbar-thumb {
    background: var(--MainColor);
    border-radius: 10px;
}
.navbar_search-results-cont__-zNnU .navbar_dish_item__3YKd4 {
    padding: 10px 20px;
    border-radius: 10px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    margin-top: 10px;
    cursor: pointer;
}
.navbar_search-results-cont__-zNnU .navbar_dish_item__3YKd4:hover {
    background-color: #e6e6e6;
}
.navbar_search-results-cont__-zNnU .navbar_dish_item__3YKd4 img {
    border-radius: 10px;
    max-height: 150px;
    -webkit-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 500px) {
    .navbar_search-results-cont__-zNnU .navbar_dish_item__3YKd4 img {
        max-width: 120px;
    }
}
.navbar_search-results-cont__-zNnU .navbar_dish_item__3YKd4 .navbar_right_info__2hVcR {
    padding: 10px 20px;
    color: #4a4b4d;
}
.navbar_search-results-cont__-zNnU .navbar_dish_item__3YKd4 .navbar_right_info__2hVcR p {
    padding: 7px 0;
    font-weight: 500;
    color: #9b9a9a;
}
.navbar_search-results-cont__-zNnU .navbar_dish_item__3YKd4 .navbar_right_info__2hVcR .navbar_price__P29t8 {
    color: var(--MainColor);
    font-weight: bolder;
}
#navbar_search-details__2HScC {
    z-index: 999;
}
.navbar_lazy-load-image-loaded__JNW74 {
    width: 100%;
}
.navbar_fit {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 85;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-top: 20px;
}
@media (max-width: 992px) {
    .navbar_fit {
        background: #fff;
        padding-top: 5px !important;
        height: 90px !important;
        box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
    }
    
    .navbar_fit .navbar_nav_cont__3QS34 {
        -moz-box-pack: center;
        justify-content: center;
        padding: 0 10px;
    }
}
.navbar_fit .navbar_logo__2Ahkr {
    cursor: pointer;
    padding: 10px 0;
}
@media (max-width: 992px) {
    .navbar_fit .navbar_logo__2Ahkr {
        -moz-box-flex: 1;
        flex-grow: 1;
        -moz-box-pack: center;
        justify-content: center;
        text-align: center;
        padding-left: 30px;
    }
}
.navbar_fit .navbar_logo__2Ahkr img {
    max-width: 300px;
    max-height: 120px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
    .navbar_fit .navbar_logo__2Ahkr img {
        max-height: 60px !important;
        max-width: 250px !important;
    }
}
.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI {
    cursor: pointer;
    margin-left: 30px;
}
.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_cart_icon__G0YkM {
    position: relative;
}
.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI .navbar_cart_counter__3Swv7 {
    position: absolute;
    top: -7px;
    right: -2px;
    width: 15px;
    height: 15px;
    color: #fff;
    background-color: var(--MainColor);
    font-weight: 500;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    border-radius: 50%;
    z-index: 3;
}
@media (max-width: 992px) {
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI {
        display: none;
    }
    
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_favIcon__1VrBR,
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_search_icon__2jFJg,
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_trns_icon__2myl4 {
        display: block;
        justify-self: start;
        margin-left: 0;
        width: 30px;
    }
    
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_favIcon__1VrBR {
        position: absolute;
        left: 30px;
    }
    
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_profile_img__Ie_BC {
        display: block;
        margin-right: -15px !important;
    }
    
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_profile_img__Ie_BC .navbar_profile_img_icon__70f3l {
        display: none;
    }
    
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_search_icon__2jFJg {
        position: absolute;
        width: 100%;
        margin: 0;
        top: 100%;
        left: 0;
        display: none;
    }
    
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_search_icon__2jFJg .navbar_search_form__3S7Fc {
        width: 100%;
        right: 0;
        padding: 10px;
        background-color: #fff;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_search_icon__2jFJg .navbar_search_form__3S7Fc input {
        width: 100% !important;
    }
    
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_right_item__2vwtI.navbar_search_icon__2jFJg svg {
        position: absolute;
        right: 22px;
        top: 14px;
        z-index: 2;
        display: none;
    }
}
.navbar_fit .navbar_right_btns_cont__3mAGa svg {
    color: var(--MainColor);
    font-size: 1.8em;
    position: relative;
    z-index: 3;
}
.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_profile_img__Ie_BC>img {
    border-radius: 50%;
    -webkit-object-fit: cover;
    object-fit: cover;
    width: 50px;
    height: 50px;
}
.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_icon__2jFJg {
    margin-right: 10px;
    z-index: 80;
}
.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc {
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    right: -40px;
}
.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc input {
    padding: 10px;
    border: 0;
    border: 2px solid var(--MainColor);
    border-radius: 10px;
    background: transparent;
    color: var(--MainColor);
    width: 300px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: bolder;
}
.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc input::-webkit-search-cancel-button {
    display: none;
}
.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc input::-webkit-input-placeholder {
    color: var(--MainColor);
    font-weight: bolder;
    letter-spacing: 1.7px;
    text-transform: capitalize;
}
.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc input::-moz-placeholder {
    color: var(--MainColor);
    font-weight: bolder;
    letter-spacing: 1.7px;
    text-transform: capitalize;
}
.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc input:-ms-input-placeholder {
    color: var(--MainColor);
    font-weight: bolder;
    letter-spacing: 1.7px;
    text-transform: capitalize;
}
.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc input::placeholder {
    color: var(--MainColor);
    font-weight: bolder;
    letter-spacing: 1.7px;
    text-transform: capitalize;
}
.navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc input:focus {
    outline: 0;
    width: 500px;
}
@media (max-width: 1200px) {
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc input:focus {
        width: 400px;
    }
}
@media (max-width: 1090px) {
    .navbar_fit .navbar_right_btns_cont__3mAGa .navbar_search_form__3S7Fc input:focus {
        width: 340px;
    }
}
.home_menu__Ug6Qr .home_main_cats__1EG0N {
    overflow-x: scroll;
    padding: 10px 0 5px;
    margin-bottom: 35px;
    -moz-box-pack: start;
    justify-content: flex-start;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}
@media (max-width: 1300px) {
    .home_menu__Ug6Qr .home_main_cats__1EG0N {
        -moz-box-pack: start !important;
        justify-content: flex-start !important;
    }
}
@media (max-width: 992px) {
    .home_menu__Ug6Qr .home_main_cats__1EG0N {
        margin-bottom: 10px;
    }
}
.home_menu__Ug6Qr .home_main_cats__1EG0N::-webkit-scrollbar {
    height: 4px;
}
@media (max-width: 992px) {
    .home_menu__Ug6Qr .home_main_cats__1EG0N::-webkit-scrollbar {
        height: 0;
    }
}
.home_menu__Ug6Qr .home_main_cats__1EG0N::-webkit-scrollbar-track {
    background: transparent;
}
.home_menu__Ug6Qr .home_main_cats__1EG0N::-webkit-scrollbar-thumb {
    background: var(--MainColor);
    border-radius: 10px;
}
.home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB {
    margin-right: 15px;
    cursor: pointer;
    max-width: 220px;
    min-width: 197px;
    width: 10vw;
}
.home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB:last-of-type {
    margin: 0;
}
@media (max-width: 992px) {
    .home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB {
        min-width: 140px;
    }
}
@media (max-width: 767px) {
    .home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB {
        min-width: 120px;
        margin-right: 8px;
    }
}
@media (max-width: 500px) {
    .home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB {
        min-width: 110px;
    }
}
@media (max-width: 350px) {
    .home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB {
        min-width: 90px;
    }
}
.home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB .home_cat_img__1Jy9i {
    width: 100%;
    height: 130px;
    border-radius: 15px;
    -webkit-object-fit: cover;
    object-fit: cover;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
    .home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB .home_cat_img__1Jy9i {
        height: 110px;
    }
}
@media (max-width: 500px) {
    .home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB .home_cat_img__1Jy9i {
        height: 100px;
    }
}
@media (max-width: 350px) {
    .home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB .home_cat_img__1Jy9i {
        height: 80px;
    }
}
.home_menu__Ug6Qr .home_main_cats__1EG0N .home_main_cat_item__IGHTB .home_cat_item_name__1o3Rr {
    padding: 10px 0 5px;
    text-align: center;
    width: 100%;
}
@media (max-width: 992px) {
    .home_menu__Ug6Qr .home_cats_body__1oi_E {
        width: 100%;
    }
}
.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_header__QZW5r {
    padding: 10px;
    border-radius: 7px;
    background-color: #e6e6e6;
    cursor: pointer;
    position: relative;
    margin: 0 7.5px 20px;
    width: -webkit-calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
}
.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_header__QZW5r .home_cat_header_arrow__1qxw3 {
    position: absolute;
    top: 5px;
    left: 20px;
}
.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_header__QZW5r .home_cat_header_arrow__1qxw3 svg {
    font-size: 1.7em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS {
    width: 100%;
    flex-wrap: wrap;
    -moz-box-pack: center;
    justify-content: center;
}
.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD {
    width: -webkit-calc((100%/6) - 15px);
    width: -moz-calc((100%/6) - 15px);
    width: calc((100% / 6) - 15px);
    min-width: 180px;
    margin: 0 7.5px 35px;
}
@media (max-width: 450px) {
    .home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD {
        min-width: 130px;
        width: -webkit-calc((100%/2) - 15px);
        width: -moz-calc((100%/2) - 15px);
        width: calc((100% / 2) - 15px);
        margin: 0 7.5px 35px;
    }
}
@media (max-width: 340px) {
    .home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD {
        min-width: 130px;
        width: -webkit-calc((100%/2) - 10px);
        width: -moz-calc((100%/2) - 10px);
        width: calc((100% / 2) - 10px);
        margin: 0 5px 35px;
    }
}
@media (max-width: 310px) {
    .home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD {
        min-width: 130px;
        width: 100%;
        margin: 0 50x 35px;
    }
}
.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD .home_dish_img_cont__1dn9F {
    position: relative;
}
.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD .home_dish_name__3Bl1K {
    padding: 20px 0 10px;
    line-height: 25px;
}
.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD .home_dish_price__S1U6c {
    padding: 0 25px;
}
@media (max-width: 420px) {
    .home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD .home_dish_price__S1U6c {
        padding: 0 10px;
    }
}
.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD .home_dish_price__S1U6c .home_old__26OYx {
    color: #9b9a9a;
    position: relative;
}
.home_menu__Ug6Qr .home_cats_body__1oi_E .home_cat_dishes__2PDUS .home_cat_body_dish__GWPmD .home_dish_price__S1U6c .home_old__26OYx:after {
    position: absolute;
    content: "";
    width: 120%;
    height: 2px;
    background-color: #9b9a9a;
    top: -webkit-calc(50% - 1px);
    top: -moz-calc(50% - 1px);
    top: calc(50% - 1px);
    right: -10%;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
}