:root{
    --background-base: #121212;
    --background-highlight: #1a1a1a;
    --background-press: #000;
    --background-elevated-base: #242424;
    --background-elevated-highlight: #2a2a2a;
    --background-elevated-press: #000;
    --background-tinted-base: hsla(0,0%,100%,.07);
    --background-tinted-highlight: hsla(0,0%,100%,.1);
    --background-tinted-press: hsla(0,0%,100%,.04);
    --background-unsafe-for-small-text-base: #121212;
    --background-unsafe-for-small-text-highlight: #121212;
    --background-unsafe-for-small-text-press: #121212;
    --text-base: #fff;
    --text-subdued: #a7a7a7;
    --text-bright-accent: #1ed760;
    --text-negative: #f15e6c;
    --text-warning: #ffa42b;
    --text-positive: #1ed760;
    --text-announcement: #3d91f4;
    --essential-base: #fff;
    --essential-subdued: #727272;
    --essential-bright-accent: #1ed760;
    --essential-negative: #e91429;
    --essential-warning: #ffa42b;
    --essential-positive: #1ed760;
    --essential-announcement: #0d72ea;
    --decorative-base: #fff;
    --decorative-subdued: #292929;
}
#bottomSheet{
display: none;
}

/**store cart diff**/
._12A0X {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    opacity: 0;
    z-index: 1001;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    color: #ccc;
    overflow-y: auto;
    background: #121212;
    will-change: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    contain: content;
    border-radius: 12px 12px 0 0;
}

._17fQA {
    opacity: 1;
    -webkit-animation: hu2-n .3s;
    animation: hu2-n .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

._2GWhs {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(40, 44, 62, .6);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.blurredLines{
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(40, 44, 62, .6);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    backdrop-filter: blur(5px);
}
._1JS3k {
    opacity: 1;
}

._1zzeJ {
    padding: 16px 16px 0;
}

._1JGZg {
    font-size: 1rem;
    font-weight: 600;
}

._3wJJ3 {
    margin-top: 5px;
    color: #7e808c;
}


.noM5u {
    display: block;
}

._1Hz_Y {
    padding: 16px;
}

._2Mzhi {
    float: left;
    width: calc(50% - 8px);
    border: 2px solid;
    height: 42px;
    line-height: 38px;
    border-radius: 0;
    text-align: center;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 600;
}
.closedbtn {
    
    width: calc(50% - 8px);
    border: 2px solid;
    height: 42px;
    line-height: 38px;
    border-radius: 0;
    text-align: center;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 600;
}
._2Ui0z {
    float: right;
    width: calc(50% - 8px);
    border: 2px solid;
    height: 42px;
    line-height: 38px;
    border-radius: 0;
    text-align: center;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 600;
    background: #000;
    color: #fff;
}

._1Hz_Y:after {
    content: "";
    clear: both;
    display: block;
}

/*! CSS Used keyframes */
@-webkit-keyframes hu2-n {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes hu2-n {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    background:#f3b385;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
}

body::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    background: 0 0;
}

* {
    cursor: pointer;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: none;
    outline: 0;
    scroll-behavior: smooth;
}

:not(input):not(textarea):not(button) {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

button {
    color: inherit;
    font: inherit;
    margin: 0;
    background: 0 0;
    border: none;
    border-color: transparent;
    outline: 0;
    padding: 0;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ugx:before {
    content: "UGX";
    margin-right: .1rem;
}


[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-downArrow:before {
    content: "\E906";
}


.icon-menu:before {
    content: "\E916";
}

.icon-star:before {
    content: "\E921";
}

.icon-phone:before {
  content: "\e942";
}
.icon-magnifier:before {
    content: "\E925";
}

.icon-markerDark:before {
    content: "\E935";
}




.aTA49 {
    background: #fff;
    height: 100%;
    position: relative;
}

._1rlBJ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 45%;
}

._158Ea {
    background-repeat: no-repeat;
    height: 100%;
    width: 45%;
    background-size: contain;
    background-position: center center;
    margin: 0 auto;
    display: inline-block;
    border-left: 32px solid #fff;
}

._2yYj6 {
    margin-top: 48px;
    font-size: .86rem;
    color: #a9abb2;
    line-height: 1.5;
}

._3jq9- {
    padding: 0 62px 0 32px;
}

._3Xca2 {
    margin-top: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

._3Xca2+._2yYj6 {
    margin-top: 16px;
}


._2yoTv {
    height: 100%;
    font-family: 'Raleway', sans-serif;
}

._3TIcv {
    z-index: 1000020200;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    display: none;
}

._3JaG6 {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 200;
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    -o-transition: transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
    -webkit-animation: _2RsLF .3s ease-in;
    animation: _2RsLF .3s ease-in;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

._3C3Tg {
    -webkit-animation: _2yWjm .3s ease-in forwards;
    animation: _2yWjm .3s ease-in forwards;
}

._1r-M3 {
    z-index: 201;
}


.ScreenReaderOnly_screenReaderOnly___ww-V {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    display: block;
    font-size: 1px;
    line-height: 1px;
    padding: 0;
    border: 0;
    outline: 0;
    overflow: hidden;
    white-space: nowrap;
    height: 1px;
    width: 1px;
}


.styles_icon__m6Ujp {
    color: #e43b4f;
    font-size: .8rem;
}

.styles_iconVeg__shLxJ {
    color: #0f8a65;
}


.styles_price__2xrhD {
    color: #282c3f;
}

.styles_price__2xrhD.styles_s__66zLz {
    font-size: 1rem;
}


.styles_slider__podEu {
    display: -webkit-box;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
}

.styles_slider__podEu::-webkit-scrollbar {
    display: none;
}

.styles_slide__2c207 {
    scroll-snap-align: center;
    flex-shrink: 0;
}

.styles_row__1ivP1,
.styles_scrollContainer__3x6cO {
    display: -webkit-box;
    display: flex;
}

.styles_scrollContainer__3x6cO {
    -webkit-box-pack: center;
    justify-content: center;
}

.styles_outerScroll__1FczW {
    border-radius: 4px;
}

.styles_innerScroll__3h73E {
    position: relative;
    border-radius: 4px;
}


.divider_x {
    border-bottom: .1px solid #212529;
/*    height: .5px;*/
    margin: 20px 0;
}

.divider_x.d_margin{
    margin-top: 6px;
}

.styles_dividerFull__3Au_E {
    -webkit-animation: styles_openMenuDivider__1IdIb .4s ease-in-out forwards;
    animation: styles_openMenuDivider__1IdIb .4s ease-in-out forwards;
}

.styles_header__2bQR- {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-right: 16px;
    font-size: 1.15rem;
}

.styles_headerMain__aIDOE {
    margin-bottom: 24px;
}

.styles_headerTitle__3B76j {
    color: #282c3f;
    font-size: 1.15rem;
    font-weight: 400;
}

.menu_title span{
    line-height: 1.2;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    font-family: 'Raleway', sans-serif;
    text-transform: capitalize;

}

.menu_title {
    color: #515152;
    font-weight: 800;
    font-size: 1.3rem;
    display: inline-block;
    margin-bottom: 20px;
}

.styles_open__3WxOr {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.styles_hidden__1cbHf {
    display: none;
}


.styles_icon__m6Ujp {
    color: #e43b4f;
    font-size: .8rem;
}

.styles_iconVeg__shLxJ {
    color: #0f8a65;
}


.styles_price__2xrhD {
    color: #282c3f;
}

.styles_price__2xrhD.styles_s__66zLz {
    font-size: 1rem;
}


.styles_container__-kShr {
    padding-bottom: 14px;
}

.styles_item__3_NEA {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
/*    justify-content: space-between;*/
}

.styles_itemNoDesc__24yUu {
    -webkit-box-align: center;
    align-items: center;
}

.styles_itemIcon__1LXTw {
    font-size: 1rem;
    vertical-align: middle;
    margin-top: -2px;
    display: inline-block;
}

.styles_itemRibbon__353Fy {
    margin-left: 8px;
    vertical-align: middle;
}

.styles_itemName__hLfgz {
    margin-top: 4px;
}

.styles_itemNameText__3ZmZZ {
    margin-right: 4px;
    font-size: 1.22rem;
    font-weight: 500;
    color: #3e4152;
    word-break: break-word;
}

.styles_itemPortionContainer__1u_tj {
    -webkit-box-align: center;
    align-items: center;
    margin-top: 4px;
}

.item__price {
    margin-right: 8px;
    font-weight:700;
    color: #332322;
}

.styles_itemImage__3CsDL {
    width: 118px;
    height: 96px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
    background: rgba(235, 235, 235, 0.5);
}

.styles_itemImage__3CsDL:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(40, 44, 63, .05);
    background-blend-mode: overlay;
    height: 96px;
    border-radius: 12px;
}

.dish__image {
    position: relative;
    margin-right: 16px;
    min-width: 118px;
    height: 120px;
    font-size: 0;
}
.no-deco{
    text-decoration: none;
    color: #000000;
}
.styles_itemImageContainerNoImage__2PTSf {
    height: 63px;
}

.styles_itemAddButton__zJ7-R {
    position: absolute;
    left: 50%;
    bottom: 8px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
.styles_itemAddButton__noImg {
    position: absolute;
    left: 50%;
    bottom: 50px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
.item__desc {
    margin-top: 14px;
    line-height: 1.3;
    color: rgba(40, 44, 63, .45);
    width: 70%;
    letter-spacing: -.3px;
    font-size: .9rem;
    font-family: 'Raleway', sans-serif;
}

.view__more {
    margin-top: 4px;
    font-size: 1rem;
    font-weight: 600;
    color: #686b78;
    letter-spacing: -.3px;
}

.styles_item__3_NEA.styles_hasImage__3OsYt {
    -webkit-box-align: start;
    align-items: flex-start;
}

.styles_hasMoreText__3fWkR.item__desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dish__details {
    max-width: calc(100% - 144px);
    text-align: left;
}


.styles_ribbon__3tZ21 {
    display: inline-block;
    line-height: 1.15rem;
    font-size: .93rem;
    font-weight: 700;
    color: #ee9c00;
    font-family: 'Raleway', sans-serif;
}

.styles_ribbonStar__1cZQq {
    font-size: .86rem;
}

.strike{
  text-decoration: line-through;
  color: #ccc;
  margin-left: 10px;
}


.styles_slider__podEu {
    display: -webkit-box;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
}

.styles_slider__podEu::-webkit-scrollbar {
    display: none;
}

.styles_slide__2c207 {
    scroll-snap-align: center;
    flex-shrink: 0;
}

.styles_row__1ivP1,
.styles_scrollContainer__3x6cO {
    display: -webkit-box;
    display: flex;
}

.styles_scrollContainer__3x6cO {
    -webkit-box-pack: center;
    justify-content: center;
}

.styles_outerScroll__1FczW {
    border-radius: 4px;
}

.styles_innerScroll__3h73E {
    position: relative;
    border-radius: 4px;
}


.ScreenReaderOnly_screenReaderOnly___ww-V {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    display: block;
    font-size: 1px;
    line-height: 1px;
    padding: 0;
    border: 0;
    outline: 0;
    overflow: hidden;
    white-space: nowrap;
    height: 1px;
    width: 1px;
}


.ToggleSwitch_toggleBar__1peIy {
    background: #d4d5d9;
    width: 36px;
    position: relative;
    -webkit-transition: background-color .25s linear;
    -o-transition: background-color .25s linear;
    transition: background-color .25s linear;
    will-change: background-color;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    contain: layout;
    display: inline-block;
    border-radius: 4px;
}

.ToggleSwitch_toggleBar__1peIy,
.ToggleSwitch_toggleThumb__NBLuA {
    height: 18px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ToggleSwitch_toggleThumb__NBLuA {
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    background: #fff;
    border: 2px solid #d4d5d9;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    will-change: transform, border-color;
    contain: strict;
    border-radius: 4px;
}

.ToggleSwitch_toggleThumbContent__33ZU6 {
    opacity: 0;
    -webkit-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    transition: opacity .25s linear;
    will-change: opacity;
}


.styles_vegOnly__3k3n5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 14px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.styles_vegOnlyLabel__HR3Ii {
    font-size: 1rem;
    color: #3d4152;
    font-weight: 600;
}

.styles_vegOnlyCircle__3UQr3 {
    background: #0f8a65;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.styles_vegOnlyFilter__3ODDm {
    margin-left: 12px;
    font-size: 0;
}


.ScreenReaderOnly_screenReaderOnly___ww-V {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    display: block;
    font-size: 1px;
    line-height: 1px;
    padding: 0;
    border: 0;
    outline: 0;
    overflow: hidden;
    white-space: nowrap;
    height: 1px;
    width: 1px;
}


.main_container__3QMrw {
    position: relative;
    margin: 24px 8px 16px 16px;
}

.main_border__1Cc4a {
    height: 16px;
    border-bottom: 16px solid #f1f1f6;
}

.main_scrollPoint__2ccH6 {
    position: absolute;
    top: -52px;
    height: 0;
    opacity: 0;
    width: 0;
}

.main_button__3gpqi {
    position: relative;
    width: 96px;
    min-height: 36px;
}

.main_buttonInner__z6Jz0 {
    width: 96px !important;
    height: 36px !important;
}

.addbutton {
    line-height: 36px !important;
}

.main_buttonNoImage__3ISPv {
    margin-top: 0;
    bottom: 24px;
}


.styles_divider__1BqVH {
    border-bottom: .5px solid #d3d3d3;
    height: .5px;
    margin: 24px auto;
    width: calc(100% - 32px);
}

.styles_container__28Awf {
    margin: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.styles_topMargin__2wPNf {
    margin-top: 24px;
}


.RestaurantFooterAddress_wrapper__16xqp {
    background-color: #f1f1f6;
    font-size: 1rem;
    color: #93959f;
    padding: 0 16px 120px;
}

.RestaurantFooterAddress_name__deVKZ {
    font-weight: 600;
    border-top: 1px solid #a9abb2;
    padding-top: 16px;
    text-transform: capitalize;
}

.RestaurantFooterAddress_address__37uUA {
    display: flex;
    font-size: .86rem;
    margin-top: 12px;
    color: #a9abb2;
}

.RestaurantFooterAddress_icon__2Kjdg {
    margin-right: 8px;
}


.RestaurantLicence_wrapper__4BYQV {
    padding: 0 16px 16px;
    background-color: #f1f1f6;
    font-size: .93rem;
    color: #93959f;
}

.RestaurantLicence_licence__Oo5_q {
    display: flex;
    align-items: center;
}

.RestaurantLicence_licenceText__2XEQc {
    padding-top: 6px;
}

.RestaurantLicence_image__2-5G_ {
    height: 30px;
    width: 60px;
    margin-right: 16px;
}


.RestaurantNameAddress_wrapper__24l_g {
    display: inline-block;
    margin-right: 16px;
    width: calc(100% - 120px);
}

.RestaurantNameAddress_name__2IaTv {
    font-size: 1.43rem;
    font-weight: 600;
    color: #282c3f;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.RestaurantNameAddress_cuisines__mBHr2 {
    font-size: .93rem;
    color: #7e808c;
    height: calc(.93rem + 2px);
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
    white-space: nowrap;
}

.RestaurantNameAddress_areaWrapper__3HIxj {
    display: flex;
    align-items: center;
    height: 16px;
}

.RestaurantNameAddress_area__2P9ib,
.RestaurantNameAddress_lastMile__26BNf {
    font-size: .93rem;
    color: #7e808c;
}

.RestaurantNameAddress_lastMile__26BNf:before {
    content: ",";
    margin-right: 4px;
}


.install-App {
    border: 1px solid #e9e9eb;
    box-shadow: 0 1px 5px #f9f9f9;
    border-radius: 100px;
    text-align: center;
    padding: 8px;
    max-width: 100px;
    float: right;
}

.installApp-icon {
    color: #3d9b6d;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9eb;
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
}

.installApp-word {
    font-size: 11px;
    color: #8b8d97;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;

}


.RestaurantTimeCost_wrapper__3YXF9 {
    color: #3e4152;
    font-size: 15px;
    font-weight: 700;
}

.RestaurantTimeCost_item__2HCUz {
    display: inline-block;
}

.RestaurantTimeCost_item__2HCUz:first-child {
    margin-right: 24px;
}

.RestaurantTimeCost_icon__8UdT4 {
    vertical-align: bottom;
    margin-right: 10px;
}

@media (max-width:359px) {
    .RestaurantTimeCost_item__2HCUz:first-child {
        margin-right: 8px;
    }

    .RestaurantTimeCost_icon__8UdT4 {
        margin-right: 6px;
    }
}


.RestaurantHeader_container__2XRhv {
    margin: 0 16px;
}

.RestaurantHeader_marginBottom__1rbfK {
    margin-bottom: 18px;
}

.RestaurantHeader_wrapper__2GTdS {
    padding-top: 16px;
}

.RestaurantHeader_dottedSeparator__2O2hU {
    border: none;
    border-bottom: 1px dashed #d3d3d3;
}


.RestaurantOffer_wrapper__2ihLc {
    display: flex;
    border: 1px solid #e9e9eb;
    box-sizing: border-box;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
    border-radius: 8px;
    padding: 8px;
    height: 100%;
    min-width: 200px;
    align-items: center;
}

.RestaurantOffer_container__qH0pM {
    display: flex;
}

.RestaurantOffer_offerTag__3--zy {
    font-weight: 600;
    font-size: .7rem;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    padding-left: 4px;
    text-align: center;
    border-left: 1px solid #e9e9eb;
}

.RestaurantOffer_infoWrapper__2trmg {
    margin-top: 4px;
    margin-bottom: 4px;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    justify-content: center;
}

.RestaurantOffer_infoWrapperPadded__XygLG {
    margin-left: 8px;
}

.RestaurantOffer_headerWrapper__fCDE_ {
    display: flex;
    align-items: center;
}

.RestaurantOffer_icon__2Ye7Z {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.RestaurantOffer_header__3FBtQ {
    font-size: 1.07rem;
    font-weight: 600;
    white-space: nowrap;
    color: #686b78;
    font-family: 'Raleway', sans-serif;
}

.RestaurantOffer_offerCodeWrapper__2Cr4F {
    font-size: .86rem;
    color: #93959f;
    margin-top: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 200px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

.RestaurantOffer_description__1SRJf:before {
    content: "|";
    margin: 0 3px;
}


.cart-bottom {
    height: 48px;
    background: #b45a2a;
    color: #ffffff;
    z-index: 2;
    position: relative;
    contain: content;
    pointer-events: auto;
    width: 100%;
}

.final_span_btm {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 16px;
}

.main_span_btm {
    flex: 1;
    flex-direction: column;
    line-height: 1.2;
}

.mainTitle_bottom {
    font-weight: 600;
    font-size: 1rem;
    display: block;
}

.mainSubTitle_bottom {
    font-size: .93rem;
    display: block;
}

.view__basket {
    text-transform: capitalize;
    font-size: 1.07rem;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.viewCartIcon {
    margin-left: 5px;
}


.notification {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 32px;
    background:#2f2f2f;
    color: #fff;
    z-index: 2;
    position: relative;
    contain: content;
    width: 100%;
    padding-left: 16px;
    line-height: 32px;
    font-size: .93rem;
    visibility: hidden;
}


.FabButton_container__O8oOh {
    width: 150px;
    height: 40px;
    border-radius: 30px;
    background: #5d8ed5;
    color: #fff;
    text-align: center;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3), 0 2px 1px 0 rgba(93, 141, 213, .2);
    padding: 14px;
    font-weight: 600;
    font-size: .93rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: scaleX(1);
    transition: transform .25s ease-in-out;
}


.MenuFabButton_btn__1T0dx {
    height: 40px;
}

.MenuFabButton_btnContainer__12kGr {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 150px;
    height: 40px;
    pointer-events: auto;
}

.MenuFabButton_btnIcon__2AJv2 {
    margin-right: 6px;
    font-size: .86rem;
}


.MenuStickyBottom_container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    pointer-events: none;
}

@media (min-width:640px) {
    .MenuStickyBottom_container {
        width: 500px;
        margin: 0 auto;
    }
}

.MenuStickyBottom_fabButton__1BbIu {
    height: 64px;
    z-index: 1;
    transition: transform .25s ease;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    contain: content;
    position: relative;
    transform: translate3d(0, 112px, 0);
}

.MenuStickyBottom_fabButtonVisible__1sNK3 {
    transform: translate3d(0, 48px, 0);
}

.MenuStickyBottom_fabButtonWithCart__oC9G1 {
    transform: translateZ(0);
}

.MenuStickyBottom_viewCart {
    height: 48px;
    overflow: hidden;
    z-index: 3;
    transition: transform .25s ease;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, 100%, 0);
    contain: content;
    position: relative;
}

.MenuStickyBottom_viewCartHasNudge {
    height: 80px;
}

.MenuStickyBottom_viewCartVisible {
    transform: translateZ(0);
}


.Back_back__1HVhh {
    padding: 16px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    display: inline-block;
    line-height: 0;
    outline: none;
}

.Back_backIcon__2tY6e {
    stroke-width: 0;
    stroke: currentColor;
    width: 20px;
    height: 20px;
    fill: #000000;
    vertical-align: middle;
}


.MenuTopHeader_menuContainer__1xQaU {
    height: 52px;
    background-color: transparent;
    color: #3d4152;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 6;
    overflow: hidden;
    contain: strict;
    display: flex;
    align-items: center;
    border-bottom: 1px solid transparent;
    padding-right: 4px;
    margin-top: -52px;
}

@media (min-width:640px) {
    .MenuTopHeader_menuContainer__1xQaU {
        margin-top: -40px;
    }
}

.MenuTopHeader_menuContainer__1xQaU .MenuTopHeader_content__24MFC {
    opacity: 0;
}

.MenuTopHeader_content__24MFC {
    overflow: hidden;
    flex: 1;
}

.MenuTopHeader_contentTitle__24ryq {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: .93rem;
    color: #3d4152;
    font-weight: 600;
}

.MenuTopHeader_contentDescription__23Hz9 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: .78rem;
    color: #7e808c;
    text-transform: lowercase;
    margin-top: 2px;
}

.MenuTopHeader_rightNav__alWSF {
    height: 100%;
}

.MenuTopHeader_rightNavItem__3dysE {
    font-size: 18px;
    min-width: 42px;
    overflow: hidden;
    position: relative;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 12px;
}


._3sq2J {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    width: 80px;
    border: 1px solid #d4d5d9;
    background-color: #fff;
    contain: content;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}

._1Jgo_ {
    position: relative;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .08);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .08);
}

.adding {
    font-size: 1.15rem;
    font-weight: 600;
    color: #b45a2a;
    text-align: center;
    line-height: 30px;
    width: 100%;
}

.E1J0B {
    position: absolute;
    top: 0;
    right: 4px;
    line-height: 1;
}

.E1J0B:before {
    content: "+";
    display: block;
}

._1FcFW {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    contain: content;
    opacity: 0;
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

._2RQEf {
    opacity: 1;
    pointer-events: auto;
    background: #fff;
}

._2NGCq {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #b45a2a;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
}

._38Kw2 {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    line-height: 30px;
    color: #b45a2a;
    font-weight: 600;
    font-size: 1rem;
}

._26whv {
    display: block;
    color:#ffffff ;
    background: #b45a2a;;
}

._3dXEy {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    line-height: 30px;
    margin-top: 2px;
    height: 100%;
}

._3dXEy:before {
    content: "";
    display: block;
    height: 2px;
    width: 10px;
    background-color: #bebfc5;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

._1gDO3 {
    position: absolute;
    right: 0;
    left: 0;
    top: 42px;
    font-size: .78rem;
    font-weight: 400;
    color: #7e808c;
    text-align: center;
}

/*! CSS Used keyframes */
@-webkit-keyframes _2RsLF {
    from {
        -webkit-transform: translate3d(0, 56px, 0);
        transform: translate3d(0, 56px, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes _2RsLF {
    from {
        -webkit-transform: translate3d(0, 56px, 0);
        transform: translate3d(0, 56px, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@-webkit-keyframes _2yWjm {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 56px, 0);
        transform: translate3d(0, 56px, 0);
    }
}

@keyframes _2yWjm {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 56px, 0);
        transform: translate3d(0, 56px, 0);
    }
}

@-webkit-keyframes styles_openMenuDivider__1IdIb {
    0% {
        width: 100%;
    }

    to {
        width: 14%;
    }
}

@keyframes styles_openMenuDivider__1IdIb {
    0% {
        width: 100%;
    }

    to {
        width: 14%;
    }
}

.circle-logo {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 70%;
    left: 20%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 5px solid rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.1);

}

.circle-logo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;

}

.delivery{
    border-radius: 50rem 0 0 50rem;
    color: #ffffff !important;
    white-space: nowrap;
    padding:3px;
    position: absolute;
    top:20px;
    right:0;
    background-color: rgba(108,117,125,0.6)!important;

}


.menu-dishes.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}



/***********menu*********/
.menu-container {
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%; 
    background-color: #d9d9d9; 
/*    padding: 10px 0; */
}

.menu {
    display: inline-flex; 
    text-align: center;
}

.no-deco div.menu-item {
    min-width: 100px;
    height: 100%;
    padding: 10px;
    text-transform: uppercase;
    border-right: 1px solid #ffffff;
}

.active div.menu-item{
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
}
.menu-item:hover{
    background-color: rgba(161, 161, 161, 0.4);
}

.menu-item:last-child {
    margin-right: 0;
    border-right: none;
}
.menu-item:first-child {

}
.active div.menu-item{
    scroll-snap-align: center; 
}
/* Hide the horizontal scrollbar */
.menu-container {
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
    background-color: #f0f0f0;
    padding: 0 0;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
     scroll-snap-align: start;
       scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

.menu-container::-webkit-scrollbar {
    display: none; 
}
/**end menu***/
.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-item {
    flex: 1;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 10px;
    
}

.flex-itemA{
    text-align:left;
}
.flex-itemB{
    text-align: right;
    padding-right: 30px;
}

.restaurant--details span,
.restaurant--details span a {
    color: #ffffff;
    text-decoration: none;
}

.store-name {
    font-size: 1.5rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin-left: 0;
}
.store-address, .store-location{
  font-family: 'Raleway', sans-serif;
  font-size: .8rem;
}
.store-phone img{
  margin-top:1px;
  position: absolute;
}

.store-map img {
  display: inline-block;
}

/**consent**/
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
  z-index: 10000;
 transition: opacity 0.3s ease; /* Smooth fade-in and fade-out */
}

#ageConsentPopup .popup-content {
  background: var(--essential-announcement);
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  transition: opacity 0.3s ease, transform 0.3s ease; 
  transform: translateY(0); 
}

#ageConsentPopup button {
  margin: 10px;
}
#acceptBtn{
    background:#fff;
    padding: 12px;
    border-radius: 24px;
    color: #000;
    font-weight: 600;
}
#declineBtn{
    color: #000;
}