/* Browsers which do not support safe-area-inset-* (Android, old iOS) */
:root {
    --main-color: #DD004E;  /** No need to change this, its a dummy variable **/
    --secondary-color: #292750;  /** No need to change this, its a dummy variable **/
    --button-outline-color: #DD004E;  /** No need to change this, its a dummy variable **/
    --contrast-main-color: white;  /** No need to change this, its a dummy variable **/
    --progress-hex-code: #999;  /** No need to change this, its a dummy variable **/
    --main-color-rgb: 251,192,46;  /** No need to change this, its a dummy variable **/
    --bg-img-url: url(img/bg.png); /** No need to change this, its a dummy variable **/
    --safe-area-inset-top: 44px;
    --safe-area-inset-bottom: 34px;
    --swiper-theme-color: #fff;
}
/* Browsers which partially support CSS Environment variables (iOS 11.0-11.2) */
@supports (padding-top: constant(safe-area-inset-top)) {
    :root {
        --main-color: #DD004E;  /** No need to change this, its a dummy variable **/
        --secondary-color: #292750;  /** No need to change this, its a dummy variable **/
        --button-outline-color: #DD004E;  /** No need to change this, its a dummy variable **/
        --contrast-main-color: white;  /** No need to change this, its a dummy variable **/
        --progress-hex-code: #999;  /** No need to change this, its a dummy variable **/
        --main-color-rgb: 251,192,46;  /** No need to change this, its a dummy variable **/
        --bg-img-url: url(img/bg.png); /** No need to change this, its a dummy variable **/
        --safe-area-inset-top: constant(safe-area-inset-top);
        --safe-area-inset-bottom: constant(safe-area-inset-bottom);
    }
}
/* Browsers which fully support CSS Environment variables (iOS 11.2+) */
@supports (padding-top: env(safe-area-inset-top)) {
    :root {
        --main-color: #DD004E;  /** No need to change this, its a dummy variable **/
        --secondary-color: #292750;  /** No need to change this, its a dummy variable **/
        --button-outline-color: #DD004E;  /** No need to change this, its a dummy variable **/
        --contrast-main-color: white;  /** No need to change this, its a dummy variable **/
        --progress-hex-code: #999;  /** No need to change this, its a dummy variable **/
        --main-color-rgb: 251,192,46;  /** No need to change this, its a dummy variable **/
        --bg-img-url: url(img/bg.png); /** No need to change this, its a dummy variable **/
        --safe-area-inset-top: env(safe-area-inset-top);
        --safe-area-inset-bottom: env(safe-area-inset-bottom);
    }
}

body, html {
    overscroll-behavior: auto;
}

/* bootstrap modal open/close padding-right issue, CSS fix */
body:not(.modal-open) {
    padding-right: 0 !important
}

.dynamify-mbsc.mbsc-ios.mbsc-fr-top .mbsc-sc-whl-o, .dynamify-mbsc.mbsc-ios.mbsc-fr-bottom .mbsc-sc-whl-o {
    background: transparent;
}
.dynamify-mbsc.mbsc-ios.mbsc-sc.mbsc-fr-top .mbsc-fr-w, .dynamify-mbsc.mbsc-ios.mbsc-sc.mbsc-fr-bottom .mbsc-fr-w {
    background: white;
    border-radius: 24px 24px 0 0;
}
.dynamify-mbsc.mbsc-ios.mbsc-fr-top .mbsc-fr-btn-cont, .dynamify-mbsc.mbsc-ios.mbsc-fr-bottom .mbsc-fr-btn-cont {
    /*background: white;*/
    background: transparent;
    border-radius: 24px 24px 0 0;
}
.dynamify-mbsc.mbsc-ios.mbsc-fr-bottom .mbsc-fr-popup {
    border-top: 2px solid black;
    border-radius: 24px 24px 0 0;
    border-left: 2px solid black;
    border-right: 2px solid black;
}
.dynamify-mbsc.mbsc-ios.mbsc-fr-top .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c, .dynamify-mbsc.mbsc-ios.mbsc-fr-bottom .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
    background: white;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .mbsc-fr-hb.dynamify-mbsc.mbsc-ios.mbsc-fr-inline .mbsc-fr-w,
    .mbsc-fr-hb.dynamify-mbsc.mbsc-ios.mbsc-fr-inline .mbsc-fr-c,
    .mbsc-fr-hb.dynamify-mbsc.mbsc-ios .mbsc-fr-hdr,
    .mbsc-fr-hb.dynamify-mbsc.mbsc-ios .mbsc-fr-btn-cont,
    .mbsc-fr-hb.dynamify-mbsc.mbsc-ios.mbsc-fr-center .mbsc-fr-btn-w,
    .mbsc-fr-hb.dynamify-mbsc.mbsc-ios.mbsc-fr-bottom .mbsc-fr-popup,
    .mbsc-fr-hb.dynamify-mbsc.mbsc-ios.mbsc-cal-liq.mbsc-fr-center .mbsc-fr-btn-cont,
    .mbsc-fr-hb.dynamify-mbsc.mbsc-ios.mbsc-calendar .mbsc-fr-popup .mbsc-fr-btn-cont,
    .mbsc-fr-hb.dynamify-mbsc.mbsc-ios .mbsc-cal-day,
    .mbsc-fr-hb.dynamify-mbsc.mbsc-ios .mbsc-cal-sc-m-cell,
    .mbsc-cal-event-list .mbsc-cal-event:before,
    .mbsc-cal-event-list .mbsc-cal-event:after,
    .mbsc-fr-hb.dynamify-mbsc.mbsc-ios .mbsc-range-btn-end,
    .mbsc-fr-hb.dynamify-mbsc.mbsc-ios .mbsc-range-btn-end .mbsc-range-btn:before,
    .mbsc-fr-hb.dynamify-mbsc.mbsc-ios .mbsc-np-btn,
    .mbsc-fr-hb.dynamify-mbsc.mbsc-ios.mbsc-ms-more .mbsc-ms-item:after,
    .mbsc-lv-hb.mbsc-lv-ios .mbsc-lv-item:before,
    .mbsc-lv-hb.mbsc-lv-ios .mbsc-lv-item:after,
    .mbsc-lv-hb.mbsc-lv-ios .mbsc-lv-gr-title,
    .mbsc-lv-hb.mbsc-lv-ios,
    .mbsc-form-hb.dynamify-mbsc.mbsc-ios .mbsc-control-w:before,
    .mbsc-form-hb.dynamify-mbsc.mbsc-ios .mbsc-control-w:after,
    .mbsc-form-hb.dynamify-mbsc.mbsc-ios .mbsc-form-group-inset .mbsc-control-ng .mbsc-control-w:before,
    .mbsc-form-hb.dynamify-mbsc.mbsc-ios .mbsc-form-group-inset .mbsc-control-ng .mbsc-control-w:after,
    .mbsc-form-hb.dynamify-mbsc.mbsc-ios .mbsc-divider,
    .mbsc-form-hb.dynamify-mbsc.mbsc-ios .mbsc-btn-group {
        border-width: 2px;
    }
}
.dynamify-mbsc.mbsc-ios .mbsc-sel-filter-cont.mbsc-input {
    background: white;
}
.dynamify-mbsc.mbsc-ios .mbsc-input-wrap {
    border: 1px solid black;
    border-radius: 4px;
}
.dynamify-mbsc.mbsc-ios .mbsc-fr-btn {
    color: black;
}
.dynamify-mbsc.mbsc-ios .mbsc-sc-whl-multi .mbsc-sc-itm-sel {
    color: black;
}
.dynamify-mbsc.mbsc-ios.mbsc-sc .mbsc-sc-whl .mbsc-sc-itm.mbsc-active{
    background:rgba(0, 0, 0 ,0.2);
}
.border-radius {
    border-radius: 10px;
}
.border-radius-half {
    border-radius: 5px;
}
.border-radius-double {
    border-radius: 20px;
}
.margin-bottom {
    margin-bottom: 10px;
}
.margin-top {
    margin-top: 10px;
}
.margin-left {
    margin-left: 10px;
}
.margin-right {
    margin-right: 10px;
}

.width-100 {
    width: 100%;
}
.white-100 {
    color: #c0c0c8;
}
.black-100, a.black-100 {
    color: #09091a;
}
.black-60 {
    color: #6b6b76;
}
.grey-100 {
    color: gray;
}
.black-adaptive {
    color: #000;
    opacity: 0.7;
}

img {
    max-width: 100%;
}

.building-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.before-title {
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*height: calc(2.5rem + 20px);*/
    /*padding: 5px;*/
    color: #444;
    /*margin-top: calc(60px);*/
    /*max-width: 680px;*/
    margin: auto;
}
.before-title p {
    margin-bottom: -4px;
    padding-right: 20%;
}
.before-title .side-menu-icon {
    text-align: center;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 200px;
}
.before-title .side-menu-icon .button {
    color: white;
}
.before-title .side-menu-icon .icon-container {
    position: relative;
    /*padding: 0 0 0 8px;*/
    cursor: pointer;
}
.before-title .side-menu-icon .icon-container .icon-notification-number {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #068552;
    border-radius: 20px;
    color: white;
    font-size: 10px;
    line-height: 10px;
    padding: 4px 6px;
    overflow: visible;
}
.efeed-font .before-title .side-menu-icon .icon-container .icon-notification-number {
    background: #3CCCD8;
}
.before-title .building-location {
    /*padding: 0 0 0 16px;*/
    /*max-width: 480px;*/
}
.before-title .building-location .building-location-label {
    border: none;
    padding: 0;
    background: none;
    white-space: normal;
    display: flex;
    align-items: center;
}
.before-title .building-location .building-location-label img {
    height: 3rem;
    width: 3rem;
    margin-right: 10px;
    object-fit: contain;
}
.before-title .building-location .building-location-label .building-location-label-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*.before-title .building-location.building-disabled {*/
/*opacity: 0.4;*/
/*}*/
/*.customer-intro {*/
/*position: fixed;*/
/*top: 11%;*/
/*left: 0;*/
/*right: 0;*/
/*height: 4%;*/
/*}*/
.efeed-background .before-title .side-menu-icon .icon-container {
    position: relative;
    color: #444;
}
.efeed-background .before-title .efeed-title {
    color: #444;
    font-size: 2.5rem;
    line-height: 1;
}


input[type="radio"].meal-deal-radio {
    vertical-align: top;
    margin-top: 0.25rem;
}

.bm-background {
    background-image: url(img/wallpaper.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.btn-primary {
    background-color: var(--main-color);
    color: var(--contrast-main-color);
    border-color: var(--main-color);
}
.button-royal, .button-bar.button-checkout > .button.button-royal {
    cursor: pointer;
    padding: 1em;
    /*border-color: var(--main-color);*/
    border: none;
    color: var(--contrast-main-color);
    background-color: var(--main-color);
}
.button-bar.button-favourites > .button.button-royal {
    cursor: pointer;
    /*padding: 1em;*/
    border-bottom: 1px solid black;
    /*border-color: var(--main-color);*/
    /*border: none;*/
    /*color: var(--contrast-main-color);*/
    background-color: transparent;
}
.button-black {
    cursor: pointer;
    padding: 1em;
    color: white;
    background: #000;
    /*border-color: var(--main-color);*/
    border: none;
}
.button-grey {
    cursor: pointer;
    padding: 1em;
    color: white;
    background: #404040;
    /*border-color: var(--main-color);*/
    border: none;
}
.button-green {
    background: #066F3B;
    color: white;
}
.button.button-green.activated {
    background: #068552;
    color: #ddd;
}
.button.button-green:hover {
    color: #ddd;
}
.button-pill {
    border-radius: 30px;
}
.button-pill-design {
    border: 2px solid black;
    color: black;
    background: transparent;
}
.button-margin {
    margin: 1em;
}
.button-col-large {
    max-width: 100%;
    width: 180px;
    font-size: 1em;
}
.waypoint-container {
    border-radius: 15px;
    background-color: white;
    padding-left: 5px;
    width: 50%;
    min-width: 180px;
    max-width: 250px;
    font-size: 0.8rem;
    cursor: pointer;
}

.waypoint-container-order-detail {
    border-radius: 15px;
    padding-left: 5px;
    font-size: 1.1rem;
    flex: 2;
    margin-left: 50%;
    background-color: white;
    width: 100%
}

.waypoint-icon {
    height: 12px;
    width: 12px;
    border-radius: 5px;
}

.latest-order-icon {
    font-size: 48px !important;
}
.assertive, a.assertive {
    color: #de2985; }

.assertive-bg {
    background-color: #de2985; }

.assertive-border {
    border-color: #c5106c; }

.balanced, a.balanced {
    color: #33cd5f; }

.balanced-bg {
    background-color: #33cd5f; }

.balanced-border {
    border-color: #28a54c; }

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loading-div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

.strike {
    text-decoration: line-through;
}
.item-text-wrap .item,
.item-text-wrap .item-content,
.item-text-wrap,
.item-text-wrap h1,
.item-text-wrap h2,
.item-text-wrap h3,
.item-text-wrap h4,
.item-text-wrap h5,
.item-text-wrap h6,
.item-text-wrap p,
.item-complex.item-text-wrap .item-content,
.item-body h1,
.item-body h2,
.item-body h3,
.item-body h4,
.item-body h5,
.item-body h6,
.item-body p {
    overflow: visible;
    white-space: normal;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-ellipsis-two-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-ellipsis-one-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.base-page {
    padding: max(env(safe-area-inset-top), 80px)
    max(env(safe-area-inset-right), 80px)
    max(env(safe-area-inset-bottom), 80px)
    max(env(safe-area-inset-left), 80px);
}
.base-page-store {
    padding: max(env(safe-area-inset-top), 60px)
    max(env(safe-area-inset-right), 0px)
    max(env(safe-area-inset-bottom), 60px)
    max(env(safe-area-inset-left), 0px);
}
.base-page.efeed-font {
    margin-top: min(calc(-1 * env(safe-area-inset-top)), 0px);
    margin-bottom: min(calc(-1 * env(safe-area-inset-bottom)), 0px);
}
.base-page.base-page-no-menu-bar {
    padding: max(env(safe-area-inset-top), 0px)
    max(env(safe-area-inset-right), 0px)
    max(env(safe-area-inset-bottom), 16px)
    max(env(safe-area-inset-left), 0px);
}
.base-page .sticky-top {
    padding-top: max(env(safe-area-inset-top), 44px);
    padding-bottom: 10px;
    background: white;
    /*manage white space from padding*/
    padding-left: max(env(safe-area-inset-left), 16px);
    /*margin-left: min(calc(-1 * env(safe-area-inset-left)), -16px);*/
    padding-right: max(env(safe-area-inset-right), 16px);
    /*margin-right: min(calc(-1 * env(safe-area-inset-right)), -16px);*/
}
.base-page .sticky-top-hacky-blocker {
    position: fixed;
    left: 0;
    right: 0;
    top: -200px;
    height: 260px;
    background: white;
    z-index: 50;
}
.base-page-store.base-page-no-menu-bar {
    padding: max(env(safe-area-inset-top), 0px)
    max(env(safe-area-inset-right), 0px)
    max(env(safe-area-inset-bottom), 65px)
    max(env(safe-area-inset-left), 0px);
}
.safe-area-inset-horizontal-padding {
    padding-left: max(env(safe-area-inset-left), 16px);
    padding-right: max(env(safe-area-inset-right), 16px);
}
.safe-area-inset-bottom-padding {
    padding-bottom: max(env(safe-area-inset-bottom), 80px);
}

.login-page {
    padding: 0 10% 80px 10%;
    background: white;
    width: 550px;
    max-width: 100%;
}
.splash-buttons button {
    width: 100%;
    /*font-weight: 600;*/
    text-align: left;
    position: relative;
    min-height: 47px;
    border-color: transparent;
    border-width: 1px;

}
.splash-buttons .splash-button {
    color: #444;
    background: #eee;
    border-radius: 10px;
    /*border-color: #ccc;*/
    padding: 0 2.5rem;
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 500;
}
.splash-buttons .icon-content {
    position: absolute;
    left: .5em;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 1.4em;
}
.splash-buttons .or-div {
    width: 100%;
    height: 0.75rem;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.splash-buttons .or-div > span {
    background-color: white;
    padding: 0 10px;
    font-size: 1rem;
    font-weight: 300;
    text-transform: lowercase;
}
.splash-logo {
    max-width: 80px;
    max-height: 80px;
    width: min(10vw, 40px);
    height: min(10vw, 40px);
    border-radius: min(5vw, 20px);
    cursor: pointer;
}
.splash-acknowledgement {
    position: fixed;
    bottom: 0;
    color: black;
    padding-bottom: max(env(safe-area-inset-bottom), 16px);
}

.login-splash-button {
    position: absolute;
    right: 0;
    top: 0;
    color: #444;
    background: #eee;
    border-radius: 10px;
    border: 0;
    padding: 0.1rem 1rem;
    text-align: center;
}

.go-back-icon {
    cursor: pointer;
    font-size: 1.2rem;
}

/* home page */
.loading-page {
    height:50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* store list page */
.store-list-search {
    /*border: 1px solid black;*/
    /*color: black;*/
    background: #eee;
    line-height: 1;
    border-radius: 2rem;
    margin: 0 1rem;
    padding: 0 1.2rem;
    font-size: 1.4rem;
}
.store-filter input[readonly]:not(.cloned-text-input) {
    line-height: 1;
    background: transparent;
    height: unset;
    font-size: 1.6rem;
    width: 12rem;
    padding: 0.75rem;
    border-radius: 16px;
    text-align: center;
}
.store-list-search .search-bar input {
    padding-top: 0;
    padding-bottom: 0;
    /* match button, 1.2rem vertical padding + 1.2rem text */
    height: 3.6rem;
}

.favourite-store-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5rem;
    font-size: 1rem;
    /*z-index: 1;*/
    color: white;
    text-align: center;
    line-height: 2rem;
    cursor: pointer;
}
.favourite-store-wrapper.menu-item-favourites {
    right: 1rem;
    padding: 0;
    top: calc(3rem + 2px);
    z-index: 2;
}
.favourite-store-wrapper.menu-item-favourites.multiple-image-slides {
    top: calc(3rem + 25px);
}
.store-favourite-background {
    position: relative;
    background: white;
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.5);
}
.efeed-font .store-favourite-background > span,
.efeed-font .store-action-button,
.efeed-font .store-action-row-container,
.efeed-font .list-store-details .store-rating-wrapper .fa-star,
.efeed-font .store-favourite-color,
.efeed-font .latest-order-help,
.efeed-font .search-cancel-button,
.efeed-font .latest-order-golden-color {
    color: #8E5A39;
}
.store-favourite-background > span,
.store-action-button,
.store-action-row-container,
.list-store-details .store-rating-wrapper .fa-star,
.store-favourite-color,
.latest-order-help {
    color: #404040;
}

.store-details-wrapper {
    position: relative;
    margin: 0.5rem 1rem 0.5rem;
    border-bottom: 0.5px solid #aaa;
    cursor: pointer;
}
.store-details-wrapper:last-child {
    border-bottom: none;
}
.store-details-wrapper .img-container img {
    border-radius: 12px;
}

.img-container img {
    max-width: 100%;
    border-radius: 1rem;
}
.img-container.disabled-image img, .landing-reorder-card-img-container.disabled-image img {
    -webkit-filter: grayscale(1);
}
.menu-item-details-modifier-img-container-outer.disabled-image img {
    -webkit-filter: grayscale(1);
}
.img-container.disabled-image img {
    -webkit-filter: grayscale(1);
}
.store-card-img-container.disabled-image img {
    -webkit-filter: grayscale(1);
}

.menu-item-card .menu-item-card-top-left-container {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0.5rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 1rem;
}
.menu-item-card .menu-item-card-top-left-container .LP-wrapper {
    padding: 0 3px;
    font-size: 75%;
}
.menu-item-card .menu-item-card-top-left-container .loyalty-star-wrapper {
    width: 1rem;
    height: 1rem;
    font-size: 0.6rem;
}

.menu-item-card.menu-item-list .menu-item-card-top-left-container {
    left: unset;
    right: calc(114px - 2.5rem);
}

.menu-item-card .LP-wrapper {
    padding: 0 0.3em;
    font-size: 75%;
}
.menu-item-card .loyalty-star-wrapper {
    width: 1rem;
    height: 1rem;
    font-size: 0.6rem;
}

.store-card {
    position: relative;
    width: 50vw;
    max-width: 300px;
    margin: 0.5rem 0.25rem 0.5rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
/*.store-card .favourite-store-wrapper {*/
/*    padding: 5px;*/
/*    font-size: 1.7rem;*/
/*}*/
.store-card .label-wrapper {
    /*padding: 5px;*/
    font-size: 1rem;
}
/*.store-card .store-favourite-background {*/
/*    height: 0.5rem;*/
/*    width: 0.5rem;*/
/*}*/
.store-card .store-card-img-container {
    position: relative;
}
.store-card .store-card-img-container img {
    width: 50vw;
    max-width: 300px;
    border-radius: 12px 12px 0 0;
    border-bottom: 1px solid #CECECE;
}
.store-card .store-card-img-container .store-preparation-wrapper.store-list-page {
    border-radius: 12px;
}
.store-card .store-card-img-container .store-preparation-details {
    /*padding: 2px 4px;*/
    /*font-size: 0.6rem;*/
}
.store-card .list-store-details {
    padding: 0.5rem;
}
.store-card .list-store-details .store-name .store-name-one-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 85%;
}

.store-card-large {
    position: relative;
    width: 80vw;
    max-width: 480px;
    margin: 0.5rem 0.5rem 0.5rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
/*.store-card-large .favourite-store-wrapper {*/
/*    padding: 5px;*/
/*    font-size: 1.7rem;*/
/*}*/
.store-card-large .label-wrapper {
    /*padding: 5px;*/
    font-size: 1rem;
}
/*.store-card-large .store-favourite-background {*/
/*    height: 0.5rem;*/
/*    width: 0.5rem;*/
/*}*/
.store-card-large .store-card-img-container {
    position: relative;
}
.store-card-large .store-card-img-container img, .store-card-large .store-card-img-container video {
    width: 80vw;
    height: 48.5vw;
    max-width: 480px;
    border-radius: 12px 12px 0 0;
    border-bottom: 1px solid #CECECE;
}
.store-card-large .store-card-img-container .store-preparation-wrapper.store-list-page {
    border-radius: 8px;
}
.store-card-large .store-card-img-container .store-preparation-details {
    /*padding: 2px 4px;*/
    /*font-size: 0.6rem;*/
}
.store-card-large .list-store-details {
    padding: 1rem;
}
.store-card-large .list-store-details .store-name .store-name-one-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 85%;
}

.landing-reorder-card {
    position: relative;
    width: 50vw;
    max-width: 150px;
    margin: 0.5rem 0.4rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.landing-reorder-card {
    max-width: 300px;
}
.landing-reorder-card {
    /*width: 35vw;*/
    /*max-width: 210px;*/
    width: 38vw;
    max-width: 230px;
}
.landing-reorder-card.favourites-page {
    width: unset;
    max-width: unset;
}
/*.store-recent-orders-wide-as-needed .landing-reorder-card {*/
/*    width: 30vw;*/
/*}*/
.landing-reorder-card .reorder-icon-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0.5rem;
    font-size: 1rem;
    /*z-index: 1;*/
    color: white;
    text-align: center;
    line-height: 2rem;
    cursor: pointer;
}
.landing-reorder-card .reorder-icon-background {
    position: relative;
    color: black;
    background: white;
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.5);
}
.landing-reorder-card .landing-reorder-card-img-container {
    position: relative;
}
.landing-reorder-card .landing-reorder-card-img-container img {
    width: 50vw;
    height: 35vw;
    object-fit: contain;
    max-width: 150px;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #CECECE;
}
.landing-reorder-card .landing-reorder-card-img-container img {
    max-width: 300px;
}
.landing-reorder-card .landing-reorder-card-img-container img {
    width: 35vw;
    max-width: 210px;
}
.landing-reorder-card .landing-reorder-card-img-container img {
    width: 35vw;
    max-width: 210px;
}
.landing-reorder-card .landing-reorder-card-img-container img {
    width: 38vw;
    max-width: 230px;
    height: 23vw;
    max-height: 140px;
    object-fit: contain;
}
.landing-reorder-card.favourites-page .landing-reorder-card-img-container img {
    width: 100%;
    max-width: unset;
}
.landing-reorder-card .reorder-details {
    padding: 5px;
    font-size: 1rem;
    min-height: 2.5rem;
}
.landing-reorder-card .reorder-details .reorder-name {
    font-weight: bold;
    margin: auto;
    font-size: 1rem;
}

.landing-reorder-card .reorder-name-overflow-summary {
    display: inline-block;
    vertical-align: super;
    background: #eee;
    font-size: 12px;
    padding: 1px 2px 1px 3px;
    font-weight: 400;
}
.landing-reorder-card .order-modifier-description-one-line {
    font-size: 12px;
}
.landing-reorder-card .order-price-one-line {
    font-size: 12px;
}
.landing-reorder-card .reorder-details .reorder-name .reorder-name-one-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 90%;
}
.landing-reorder-card .reorder-details .order-modifier-description-one-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.label-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.2em;
    /*z-index: 1;*/
    color: white;
}
.label-wrapper.store-label-background {
    top: 0.5rem;
    left: 0.5rem;
}
.label-background {
    background: rgba(80, 80, 80, 0.9);
    border-radius: 6px;
    padding: 0.5rem;
}
.list-store-details {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*z-index: 10;*/
    /*background-color: rgba(0, 0, 0, .5);*/
    /*opacity: 0.99;*/
    /*color: white;*/
    /*font-weight: 300;*/
    padding: 1rem 5px;
    font-size: 1rem;
}
.close-store-details {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0.99;
    color: white;
    font-weight: 300;
    padding: 0 5%;
    width: 100%;
    height: 100%;
    line-height: 1.2;
}
.list-store-details p {
    margin-bottom: 0;
    line-height: normal;
}
.list-store-details .info-icon {
    cursor: pointer;
    margin-left: 3px;
}
.store-preparation-wrapper {
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, .07), 0 2px 9px 0 rgba(62, 57, 107, .06);
}
.store-preparation-wrapper.store-list-page {
    position: absolute;
    background: #eee;
    border-radius: 16px;
    bottom: 8px;
    /*z-index: 1;*/
    right: 8px;
}
.efeed-font .store-preparation-wrapper.store-list-page {
    background: #c3e865;
}
.store-preparation-details {
    color: black;
    padding: 2px 4px;
    text-align: center;
    /*line-height: 1.5rem;*/
}
.store-list-page .store-preparation-details {
    padding: 0.2rem 0.8rem;
    font-size: 0.8rem;
}
.loyalty-row-container .store-preparation-details {
    padding: 0.2rem 0;
    font-size: 0.8rem;
}
.store-preparation-time-label {
    font-size: 65%;
}
/*.list-store-details .col {*/
/*padding-left: 4%;*/
/*}*/
.list-store-details .store-name {
    font-weight: bold;
    margin: auto;
    font-size: 1rem;
}
.list-store-details .store-rating-wrapper {
}
.list-store-details .store-rating-wrapper .rating-text {
    font-weight: 600;
}
.list-view-bottom {
    padding-bottom: 2px;
}

.search-row-shadow {
    box-shadow: 0 3px 10px 0 rgba(62, 57, 107, 0.2);
}
.search-history-wrapper {
    /*display: flex;*/
    /*width: 90%;*/
    /*margin: auto;*/
    /*justify-content: start;*/
    /*overflow: auto;*/
}
.search-history-wrapper::-webkit-scrollbar {
    /*display: none;*/
}
.search-history-label {
    padding: 2px;
    /*border: 0.5px dotted black;*/
    border-radius: 4px;
    margin: 3px 4px;
}
.single-icon-circled {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    margin: 0 4px;
    height: 2rem;
    width: 2rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}
.store-search-bar-wrapper {
    /*width: calc(100% - 5rem);*/
    /*padding: 0 5px;*/
    padding: 8px 4px;
}
.store-search-bar {
    display: flex;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 3em;
    padding: 5px 1em;
    align-items: center;
}

.store-search-bar .scanner-wrapper {
    display: flex;
    align-self: center;
    width: 3.3rem;
    height: 3.3rem;
    min-width: 3.3rem;
    cursor: pointer;
}
.store-search-bar .scanner-wrapper > .qrcode {
    /*background: #eee;*/
    /*color: grey;*/
    font-size: 2.2rem;
    /*border-radius: 50%;*/
    /*height: 100%;*/
    /*width: 100%;*/
}
.store-search-bar .search-icon {
    align-self: center;
    margin-right: 5px;
}
.store-search-bar input {
    width: 100%;
    background-color: transparent;
    border: none;
}
.store-search-bar input:focus-visible {
    outline: none;
}

.password-eye-container {
    float: right;
    transform: translate(-10px, -27px);
}

.search-bar-wrapper {
    width: 100%;
}
.search-bar {
    width: 100%;
    background-color: #eeeeee;
    border-radius: 0.4em;
    border: none;
    padding: 5px 1em;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.modal .search-bar {
    background-color: unset;
    border: 1px solid black;
}
.modal .search-bar input {
    background-color: unset;
}
.search-bar.button-pill {
    border-radius: 30px;
}

.search-bar .scanner-wrapper {
    display: flex;
    align-self: center;
    width: 3.3rem;
    height: 3.3rem;
    min-width: 3.3rem;
    cursor: pointer;
}
.search-bar .scanner-wrapper > .qrcode {
    background: #eee;
    color: grey;
    font-size: 2.2rem;
    border-radius: 50%;
    height: 100%;
    width: 100%;
}
.cart-item-item-add-wrapper {
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
    border-radius: 1em;
    display: flex;
    align-items: center;
    right: 0;
    padding: 4px;
    font-size: 1rem;
}
.cart-item-item-add-wrapper.cart-box-shadow {
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px
}
.cart-item-item-add-wrapper .form-quantity {
    padding: 0 0.4rem;
}
.cart-item-item-add-wrapper .button-minus {
    background: none;
    color: black;
    position: relative;
    text-align: center;
    cursor: pointer;
    margin: 0 2px;
    min-width: 3.2rem;
    min-height: 3.2rem;
    font-size: 2rem;
    line-height: 3.2rem;
}
.cart-item-item-add-wrapper .button-plus {
    background: none;
    color: black;
    position: relative;
    text-align: center;
    cursor: pointer;
    margin: 0 2px;
    min-width: 3.2rem;
    min-height: 3.2rem;
    font-size: 2rem;
    line-height: 3.2rem;
}

.incomplete-basket-img {
    width: 5rem;
    height: 5rem;
    object-fit: cover;
    border-radius: 2.5rem;
    margin-right: 2rem;
}
.cart-item-card-img-container {
    position: absolute;
    width: 75px;
    padding: 5px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.cart-item-overlay-img {
    position: absolute;
    z-index: 5;
    height: auto;
    width: 18px;
    right: 5px;
    bottom: 5px;
}
.cart-item-button-wrapper {
    padding: 9px;
    line-height: 22px;
    align-items: center;
    border-radius: 34px;
}
.cart-item-button-wrapper .cart-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6rem;
    width: 6rem;
    border-radius: 50%;
    padding: 1rem;
    margin-right: 8px;
    /*background: gray;*/
}

.add-more-items-div .scanner-wrapper {
    color: grey;
    font-size: 2.2rem;
    margin-left: 1rem;
    cursor: pointer;
}
.qrcode > svg {
    margin: auto;
}

@media only screen and (min-width: 576px) {
    .search-bar {
        width: 50%;
        margin-left: 25%;
    }
}

@media only screen and (min-width: 607px) {
    .login-page {
        padding: 0 55px 80px 55px;
    }

}

.button-icon {
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
    padding: 0 6px;
    min-width: initial;
    border-color: transparent;
    background: 0 0;
    display: none;
}
.search-bar svg {
    align-self: center;
    margin-right: 10px;
}
.search-bar input {
    background-color: #eeeeee;
    width: 100%;
    border: none;
    outline-width: 0;
}

/* store page */
.banner-message {
    background: white;
    color: black;
    padding: 1em 1em;
    border-radius: 0.5em;
    margin-bottom: 1.5em;
}

.LP-wrapper {
    display: flex;
    align-items: center;
    padding: 0 0.5em;
}

.LP-icon {
    background: white;
    border-radius: 50%;
    font-size: 0.6em;
    padding: 2px;
    margin-left: 0.5em;
    width: 12px;
    height: 12px;
    text-align: center;
}

.cancel-subcategory-selection-wrapper {
    cursor: pointer;
}
.nested-subcategory-wrapper {
    padding: 10px 0 0 15px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
}

.age-18 {
    border-radius: 50%;
    border: 1px solid black;
    text-align: center;
    padding: 0 0.2em;
    font-size: 0.8em;
}
.comments-input label {
    display: block;
    width: 100%;
}
.comments-input textarea {
    padding: 10px;
    width: 100%;
}
.event-details-input label {
    display: block;
    width: 100%;
}
.event-details-input textarea {
    padding: 10px;
    width: 100%;
}
.max-characters {
    text-align: right;
    width: 100%;
}
.error {
    color: #d22;
}

.subcategory-card-parent {
    /*margin-bottom: 5px;*/
    background: white;
    cursor: pointer;
}
.home-container .subcategory-card-parent {
    background: none;
}
.home-container .subcategory-card-name {
    color: initial;
}
.subcategory-card {
    width: 20vw;
    margin: 0 5px;
}
.no-subcategory-image .subcategory-card {
    /*width: 20vw;*/
    width: max-content;
    margin: 0 8px;
}
/*.subcategory-card-parent.first-card {*/
/*    border-top-left-radius: 12px;*/
/*    border-bottom-left-radius: 12px;*/
/*}*/
/*.subcategory-card-parent.last-card {*/
/*    border-top-right-radius: 12px;*/
/*    border-bottom-right-radius: 12px;*/
/*}*/
.subcategory-card .subcategory-card-img-container {
    padding: 3vw;
    height: 20vw;
    width: 20vw;
}
.subcategory-card-img {
    height: 14vw;
    width: 100%;
    object-fit: contain;
    display: block;
    border-radius: 50%;
    /*border: 3px solid white;*/
    /*-webkit-box-shadow: 0 0 0 2px #777;*/
    /*-moz-box-shadow: 0 0 0 2px #777;*/
    /*box-shadow: 0 0 0 2px #777;*/
    -webkit-box-shadow: 0 0 0 3px #aaa;
    -moz-box-shadow: 0 0 0 3px #aaa;
    box-shadow: 0 0 0 3px #aaa;
}
.subcategory-card-blur-bg {
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(7px);
    background-color: rgba(0, 0, 0, 0.1);
    height: 3em;
}
.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}
.selected .subcategory-card-img {
    -webkit-box-shadow: 0 0 0 4px #000;
    -moz-box-shadow: 0 0 0 4px #000;
    box-shadow: 0 0 0 4px #000;
}
.subcategory-card-blurb {
}
.subcategory-card-name {
    text-align: center;
    font-weight: 400;
    font-size: 0.9rem;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #aaa;
}
.subcategory-card-name.text-ellipsis-one-lines {
    -webkit-line-clamp: 1;
}
.selected .subcategory-card-name {
    font-weight: 600;
    color: black;
}

.store-popup-subcats .subcategory-card-img {
    border-bottom: 1px solid #CECECE;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 15px;
    border-radius: 0;
}

#mainNav {
    position: sticky;
    top: 0;
    z-index: 100;
}
/*.no-subcategory-image .subcategory-card-name {*/
/*    margin: 0 5px;*/
/*}*/
.no-subcategory-image .selected .subcategory-card-name {
    font-weight: 600;
    color: #fff;
    background: black;
    border-radius: 30px;
    padding: 5px 10px;
}
.efeed-font .no-subcategory-image .selected .subcategory-card-name {
    color: black;
    background: transparent;
    border-radius: 0;
    border-bottom: 4px solid #8E5A39;
}
.menu-item-card-store {
    /*box-shadow: 2px 2px 2px 2px rgba(62, 57, 107, 0.2);*/
    /*border-radius: 12px;*/
    /*border: 1px solid #f3f3f3;*/
}
.menu-item-card-store .menu-item-card.menu-item-list {
    /* width: 43.5vw; */
    width: 96%;
    float: left;
    margin: 2%;
    min-height: 124px;
    background-color: white;
    /*padding-bottom: 0.5em;*/
}
.menu-item-card.menu-item-list {
    height: auto;
    /* width: 43.5vw; */
    min-height: 7em;
    /* max-height: 120px; */
}
.menu-item-card.menu-item-list p {
    margin-bottom: 0;
}
.menu-item-card-parent .menu-item-card.menu-item-list {
    border-radius: 6px;
    /*height: 95%;*/
}
.menu-item-card .menu-item-card-name {
    font-size: 1em;
    margin-bottom: 0;
    /*border-top: 1px solid #bdbdbd;*/
    margin-top: 4px;
    /*padding-top: 10px;*/
}
.menu-item-card .top-left-corner-time-string {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    background: #cc8400;
    /*margin: 0 15px;*/
    display: inline-block;
    border-radius: 0.25em;
}
.menu-item-card.menu-item-list .top-left-corner-time-string {
    left: unset;
    right: 0;
}
.menu-item-card .top-left-corner-time-string p {
    color: white;
    font-size: 0.85em;
    margin: 0;
    padding: 0.1em 0.5em;
}
.menu-item-card .menu-item-card-img.list-img {
    position: absolute;
    max-width: 120px;
    right: 0;
    padding: 2px;
    margin: 2px;
    /* max-height: 160px; */
    height: 120px;
    min-height: auto;
    z-index: 10;
}

.menu-item-card .item-corner-quantity-container {
    position: absolute;
    display: flex;
    right: 5px;
    bottom: 5px;
    height: 32px;
    padding: 4px;
    z-index: 99;
    margin: 12px auto 0;
    background: white;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}
.menu-item-card.menu-item-list .item-corner-quantity-container {
    right: 5px;
    top: 80px;
    bottom: unset;
    margin: 5px auto 0;
}
.menu-item-card .item-corner-quantity-minus-icon {
    border-radius: 50%;
    background-color: white;
    color: black;
    width: 24px;
    height: 24px;
    text-align: center;
}
.menu-item-card .item-corner-quantity-label {
    border-radius: 50%;
    /*background-color: snow;*/
    width: 24px;
    height: 24px;
    margin: 0 5px;
    text-align: center;
}
.menu-item-card .item-corner-quantity-plus-icon {
    border-radius: 50%;
    background-color: white;
    color: black;
    width: 24px;
    height: 24px;
    text-align: center;
}
.menu-item-card img.menu-item-card-img {
    object-fit: contain;
    border-radius: 1rem;
}
.menu-item-card .menu-item-card-name.subcategory-text {
    padding: 4px 8px;
    font-weight: normal;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.menu-item-card-blurb {
    /* 1.2rem(font-size) * 1.2 (line height) * 2 (lines) + 8px(padding)*/
    height: calc(3rem + 8px);
}
.menu-item-card .menu-item-card-name.subcategory-text {
    font-size: 1.25rem;
}
@media only screen and (max-width: 768px) {
    .menu-item-card .menu-item-card-name.subcategory-text {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 576px) {
    .menu-item-card .menu-item-card-name.subcategory-text {
        font-size: 0.9rem;
    }
}
.item-cart .top-left-corner-time-string {
    position: absolute;
    left: 0;
    top: 0;
    background: #cc8400;
    /* margin: 0 15px; */
    transform: translate(0px, -16px);
    display: inline-block;
    border-radius: 0.25em;
}
.item-cart .top-left-corner-time-string p {
    color: white;
    font-size: 0.8em;
    margin: 0;
    padding: 0 0.5em;
}
.order-notes-container {
    margin: 1rem 1.6rem;
    padding: 1rem 0;
    border-radius: 1em;
}
.order-notes-container .order-notes-title {
    padding: 5px 0;
    justify-content: space-between;
}
.order-notes-edit-icon {
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    color: #b8b8b8;
}
.order-notes-preview-text {
    color: #5f5f5f;
}
.add-more-items-row {
    display: flex;
    align-items: center;
    padding: 0.5rem;
}
.add-more-items-row .grey-round {
    background: #eee;
    border-radius: 1em;
    padding: 6px 10px;
    color: black;
}
.grey-background {
    background: #eee;
}
input[type="number"].basket-quantity {
    border: none;
}
input[type='number'].basket-quantity::-webkit-inner-spin-button,
input[type='number'].basket-quantity::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.add-more-items-row .single-icon-circled {
    height: 3.5rem;
    width: 3.5rem;
}

.row-vertical-align {
    display: flex;
    align-items: center;
}

.menu-item-card-parent {
    position: relative;
    margin-bottom: 0.5rem;
}
.card-img {
    padding: 0.5rem 1rem;
    /*text-align: center;*/
    /*box-shadow: 0 2px 2px rgba(0,0,0,0.30), 0 4px 4px rgba(0,0,0,0.22);*/
    /* border-radius: 1em; */
    position: relative;
}
.menu-item-card-parent:nth-child(odd) .card-img {
    background: white;
}
.menu-item-card-parent:nth-child(odd) .list-img {
    background: white;
}
.menu-item-card {
    position: relative;
    height: 100%;
    cursor: pointer;
}
.menu-item-card.menu-subcategory-wrapper {
    margin: 6px;
    /* width: 130px; */
    min-width: 130px;
    max-width: 180px;
    border-radius: 6px;
    border: 1px solid;
}
.menu-subcategory-wrapper-no-image {
    padding: 0 1em;
    border: 1px solid white;
}
@media only screen and (max-width: 576px) {
    .menu-item-card.menu-subcategory-wrapper {
        margin: 2px;
        width: calc(100vw/5);
        border-radius: 4px;
    }
}
.menu-item-card .menu-item-card-img-container {
    position: relative;
    display: block;
    margin: auto;
    max-width: 100%;
    /*max-height: 50%;*/
    min-height: 80px;
    border: 1px solid #eee;
}
.menu-item-card .menu-item-card-img-container.subcategory-image-wrapper {
    min-height: unset;
    border: none;
}
.menu-item-card .menu-item-allergen-img {
    display: inline-flex;
    /*margin: 0 10px;*/
    /*max-height: 50%;*/
    height: 20px;
}
.menu-item-allergen-img img {
    width: 20px;
}
.menu-item-card .menu-item-allergen-img.no-margin-left-right {
    margin: 0 0 10px;
}
.menu-item-card .menu-item-card-img-container.list-img {
    position: absolute;
    max-width: 100px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 5px;
    max-height: 100px;
}
.menu-item-card-img-container.disabled-image img {
    -webkit-filter: grayscale(1);
}
.menu-item-details-modifier-img-container-outer.disabled-image img {
    -webkit-filter: grayscale(1);
}
.list-img-bottom {
    display: none !important;
}
.card-img h2 {
    font-size: 1em;
    height: 48px;
}

.card-img.list-img h2 {
    height: auto;
    text-align: left;
}
.list-img p {
    text-align: left;
}
.card-img .prep-time {
    display: flex;
    align-items: center;
    min-height: 40px;
    justify-content: center;
}
.card-img.list-img .prep-time {
    justify-content: start;
}
.menu-item-card-price {
    /*padding: 8px;*/
    border-radius: 1em;
    /*font-weight: 500;*/
}
.list-img .menu-item-card-price {
    padding: 0;
}
.menu-item-card-parent:nth-child(odd) .menu-item-card-price {
    background: white;
}
.menu-item-card-parent:nth-child(even) .menu-item-card-price {
    background: white;
}
.menu-item-card-parent:nth-child(even) .list-img .menu-item-card-price {
    background: white;
}
.menu-category-box {
    padding: 0.5em 1em;
}
.menu-category-box:first-child {
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
}
.menu-category-box:last-child {
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
}
.scan-item.row {
    margin-left: 0;
    margin-right: 0;
}
.royal {
    color: var(--main-color);
}
.white {
    color: white;
}
.black {
    color: black;
}
.bg-none {
    background-color: transparent;
}
.bg-white {
    background-color: white;
}
.bg-black {
    background-color: black;
}
.input-label-profile {
    width: 28%;
}
.input-background, .item-input input.input-background, .item-input input[type="text"].input-background {
    border-radius: 4px;
    background-color: #f2f2f2;
    padding: 3px 4px;
}
.add-card-input.input-background-dropdown {
    padding: 7.5px 6px;
}
.input-background.input-background-dropdown .input-label {
    padding: 0;
}
/* Address Map stuff */

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    /*font-family: Roboto;*/
    padding: 0;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    /*font-family: Roboto;*/
    font-size: 13px;
    font-weight: 300;
}

#pac-input {
    background-color: #fff;
    /*font-family: Roboto;*/
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 80vw;
}
#pac-input:focus {
    border-color: #4d90fe;
}

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 20px;
    font-weight: 500;
    padding: 6px 12px;
}

.col-sm-3-5, .col-sm-3-5, .col-lg-3-5 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 576px) {
    .col-sm-3-5 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
}
@media (min-width: 768px) {
    .col-md-2-5 {
        -ms-flex: 0 0 23%;
        flex: 0 0 23%;
        max-width: 23%;
    }
}
@media (min-width: 992px) {
    .col-lg-3-5 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
}

.menu-item-card-img {
    width: 120px;
    /*height: 120px;*/
    max-width: 100%;
}
.menu-item-overlay-img {
    position: absolute;
    max-width: 3.5rem;
    z-index: 5;
    right: 0;
    top: 0;
}
.menu-item-card.menu-item-list .menu-item-overlay-img {
    max-width: 25px;
    /*right: 0;*/
    /*bottom: 0;*/
    z-index: 10;
}
.menu-item-card .menu-item-allergen-img-container {
    padding-left: 4px;
}
.meal-deal-item-overlay-img {
    position: absolute;
    z-index: 5;
    width: 2rem;
    height: 2rem;
    left: 0;
    top: 0;
}
.cart-item-overlay-img {
    position: absolute;
    z-index: 5;
    height: auto;
    width: 32px;
    left: 5px;
    top: 5px;
}
.menu-item-card-img.subcategory-img {
    min-width: unset;
    min-height: unset;
    width: unset;
    aspect-ratio: 1;
}
.modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-body:before,
.modal-body:after {
    display: table;
    content: " ";
}
.modal-header:before,
.modal-header:after {
    display: table;
    content: " ";
}
#menuFilterModal .modal-content {
    height: calc(100vh - 1rem);
}
.bottom-sheet-modal {
    .modal-dialog {
        margin: 0;
        bottom: 0;
        /* max height 150px reduced to handle their footer-header*/
        max-height: calc(100vh - 1rem);
        position: absolute;
        width: 100%;
    }
    .modal-content {
        border-radius: 1.3rem 1.3rem 0 0;
        overflow: scroll;
        max-height: inherit;
    }
    .modal-header {
        position: sticky;
        top: 0;
        z-index: 10;
        background: white;
    }

}


.app-color {
    color: var(--main-color) !important;
}
.contrast-color {
    color: var(--contrast-main-color) !important;
}
.secondary-color {
    color: var(--secondary-color) !important;
}

.progress-wrapper {
    position: relative;
}
.progress-wrapper .current {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 1rem;
    font-weight: 600;
}
.button-category {
    color: white !important;
    background: black;
}
.suggested-item-main-parent {
    border-radius: 1em;
    width: auto;
    min-width: 270px;
    /* width: 30%; */
    /* display: inline-block; */
    /* margin-right: 16px; */
    margin-bottom: 16px;
    background: #f5f5f5;
    padding: 1em 1.5em;
    float: left;
    cursor: pointer;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 11, 40, 0.14);
    -moz-box-shadow: 0 20px 40px 0 rgba(0, 11, 40, 0.14);
    box-shadow: 0 20px 40px 0 rgba(0, 11, 40, 0.14);
}
.suggested-item-img-parent {
    /* padding-top: 8%; */
}
.suggested-item-img {
    width: 100%;
}
.suggested-item-img-parent .suggested-item-overlay-img {
    position: absolute;
    max-width: 25%;
    z-index: 5;
    right: 5px;
    top: 5px;
}

.offer-color {
    color: #cc8400;
}

.capitalize {
    text-transform: capitalize;
}

.button-view-reservation {
    cursor: pointer;
    font-size: 2rem;
    margin: auto;
    min-width: fit-content !important;
    padding: 1% !important;
    color: var(--main-color);
}

.button.button-outline {
    border-color: var(--button-outline-color) !important;
    background-color: white !important;
    color: var(--button-outline-color) !important;
}
.button.button-outline-black {
    border-color: black !important;
    background-color: white !important;
    color: black !important;
}

.button-checkout-parent {
    display: flex;
    justify-content: center;
    margin: 0 auto 1em;
    max-width: 1000px;
}
.button-bar.button-checkout {
    border-radius: 26px;
    background: #f0f0f0;
    padding: 2px;
    width: 92vw;
    min-width: 30vw;
    display: flex;
    justify-content: space-between;
}
.button-bar.button-checkout > .button {
    border-radius: 26px;
    cursor: pointer;
    padding: 0;
    background: #f0f0f0;
    border: 0;
    flex: 1;
}
.button-bar.button-checkout > .button.selected {
    font-weight: 600;
    color: black;
    background-color: white;
}
.button-bar.button-favourites {
    /*border-radius: 26px;*/
    background: white;
    padding: 5px;
    min-width: 30vw;
    display: flex;
    justify-content: space-between;
}
.button-bar.button-favourites > .button {
    /*border-radius: 24px;*/
    cursor: pointer;
    color: #2E3333;
    padding: 0.5em;
    margin: 0;
    /*color: var(--main-color);*/
    flex: 1;
}
.button-bar.button-favourites > .button.selected {
    font-weight: 600;
    color: var(--contrast-main-color);
    background-color: var(--main-color);
}

.button-radio-parent {
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
}
.button-bar.button-radio {
    border-radius: 26px;
    background: white;
    padding: 5px;
    min-width: 30vw;
    display: flex;
    justify-content: space-between;
}
.button-bar.button-radio > .button {
    border-radius: 24px;
    cursor: pointer;
    padding: 1em;
    margin: 0 5px;
    color: black;
    border: 1px solid black;
    flex: 1;
}
.button-bar.button-radio > .button.selected {
    font-weight: 600;
    color: white;
    background-color: black;
}

.text-color {
    color: var(--main-color);
}

.top-left-back-button {
    position: absolute;
    left: 30px;
    top: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    font-size: 2rem;
    line-height: 1;
    height: 2.5rem;
    width: 2.5rem;
    cursor: pointer;
    background: white;
    color: black;
    border-radius: 50%;
    border: 3px solid black;
}

.latest-order-main {
    box-shadow: 0 15px 15px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 15px 15px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 15px 15px 5px rgba(0, 0, 0, 0.2);
    max-width: 680px;
    margin: auto;
    border-radius: 1em;
}
.app-background-shadow {
    background: white;
    box-shadow: 0 15px 15px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 15px 15px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 15px 15px 5px rgba(0, 0, 0, 0.2);
}
.coll-del-order-timer {
    width: 20%;
}
.order-complete i {
    text-align: center;
    display: block;
    /* transform: translateY(-4px); */
}
.coll-del-order-timer .ion-timer-txt {
    transform: translate(0, -5px) !important;
    font-size: 1.6rem !important;
}
.coll-del-stages {
    background: white;
    padding-bottom: 0;
    padding-top: 6% !important;
    margin-top: 0;
    border-radius: 1em 1em 0 0;
}
.coll-del-stages .col {
    /*padding-bottom: 0;*/
}
.coll-del-stage-name {
    margin-bottom: 0;
}
.coll-del-stage-num {
    display: inline;
}
.coll-del-main {
    background: white;
    /* padding-bottom: 0;
    */
    height: 8%;
}
.coll-del-main h2 {
    font-size: 1.4rem;
}
.coll-del-main .col {
    /* padding-bottom: 0;
    */
    padding-top: 4%;
}
.coll-del-description {
    background: white;
    /*min-height: 14%;*/
    /*height: 14%;*/
    /* margin-bottom: 5px; */
}
.coll-del-description p {
    margin: 0;
    font-weight: 500;
    /*padding: 0 1em;*/
    /* font-size: 0.9rem;
    line-height: 1em;
    margin-bottom: 0; */
}
.coll-del-description .button {
    padding-left: 32px;
    padding-right: 32px;
}
.coll-del-info {
    background: white;
    padding: 3% !important;
    /*font-size: 1rem;*/
    font-weight: 500;
    border-radius: 0 0 1em 1em;
}
.coll-del-stages .unfinished {
    color: lightgray !important;
}
.coll-del-time {
    background: white;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50%;
    border: 2px solid var(--main-color);
    position: absolute;
    margin-top: -2.5em;
    padding: 10px;
    height: 80px;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.coll-del-time > div {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50%;
    position: absolute;
    height: 56px;
    width: 56px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.coll-del-time-mins {
    text-align: center;
    margin-top: -50%;
}
/*Collection Map*/
#collDelMap {
    height: 30vh !important;
}
.button-red {
    background: #dd0132;
    /*background: #D00026;*/
    color: white;
    border-radius: 1rem;
}
.button-padding {
    padding: 10px;
}
.button-grey-resume {
    background: #aaa;
    color: black;
    border-radius: 1rem;
}
.button-notify-store {
    line-height: 1.2;
    font-size: 1rem;
    padding: 0 16px !important;
}
.button-notify-store > img {
    height: 30px;
    width: 30px;
    margin: 4px;
}
/*#collDelMap.active {*/
/*z-index: 11000;*/
/*}*/


/* drag dealer styling*/
.drag-dealer {
    position: relative;
    height: 50px;
    width: 50%;
    margin: auto;
    background: #e0e0e0;
    border-radius: 25px;
}
.drag-dealer .background-text {
    color: #505050;
    font-weight: bold;
    text-align: right;
    line-height: 50px;
    padding-right: 30px;
}
.drag-dealer .handle {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.drag-dealer .kiwi-bar {
    width: 60px;
    height: 50px;
    border-radius: 25px;
    background: #041e63;
    color: #FFF;
    font-size: 2rem;
    line-height: 50px;
    text-align: center;
}
.drag-dealer .disabled {
    background: #898989;
}
.disabled-button {
    opacity: 0.4;
}

.top-bar {
    position: absolute;
    top: 0;
    padding: 0 1em;
    right: 0;
    background: white;
    align-items: center;
    display: flex;
    width: 100%;
    height: 60px;
}
.top-bar-spacer {
    width: 75%;
    display: inline-block;
}
.top-bar-minimal {
    background: none;
    padding-left: 50% !important;
    /* top: 8% !important; */
}
.wave-container {
    color: #fff;
    background: white;
    padding: 25px 15px 10px;
    position: relative;
    text-align: center;
    overflow: hidden;
    /*max-height: 30vh;*/
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
}
.wave-container .image-background {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.wave-container .image-background img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.wave-container .store-name {
    /*color: var(--contrast-main-color);*/
}
.wave-container .store-action-row-container {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-flow: row wrap;
}
.store-action-row-container > div {
    width: 50%;
    max-width: 50px;
}
.wave-container .icon-white-background {
    background: white;
    color: black;
    border-radius: 50%;
    margin: 0 min(1vw, 1rem);
    height: 2.8rem;
    width: 2.8rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.wave-container .loyalty-row-container {
    /*margin-left: 10%;*/
    /*margin-right: 20px;*/
    /*width: calc(90% - 20px);*/
    /*padding-bottom: 1rem;*/
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
}
.wave-container .loyalty-row-container .progress-wrapper {
    /*width: 100%;*/
}
.wave-container .loyalty-row-container .loyalty-container {
    /*width: 60%;*/
    display: flex;
    align-items: center;
}
.wave-container .loyalty-row-container .loyalty-container .loyalty-star-row {
    /*font-size: 2.4rem;*/
    /*height: 32px;*/
    width: 2rem;
    justify-content: left;
}
.loyalty-progress-text {
    position: absolute;
    width: 100%;
    top: calc(5px + 0.35rem);
    right: 0;
    /* margin-left: 3rem; */
    font-size: 0.7rem;
    font-weight: 500;
    color: #09091a;
    line-height: 1;
}
.store-name {
    font-size: 1.75rem;
    /*margin-left: 0;*/
    /*width: 20%;*/
}
.wave-container-addon-container {
    padding: 0 15px;
    background: white;
}
.store-period-selection-wrapper {
    display: inline-flex;
    width: 96%;
    border: 1px solid #eee;
    border-radius: 3em;
    padding: calc(0.15em + 1px) 2px;
}
.store-period-selection {
    display: block;
    min-width: 100px;
    width: 100%;
    /*height: calc(1.5em + .75rem + 2px);*/
    padding: .2rem .5rem;
    font-size: 1rem;
    font-weight: 400;
    /*line-height: 1.5;*/
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 3em;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
/*.store-period-selection:focus, .store-period-selection:focus-visible {*/
/*    outline: none;*/
/*}*/

.padding-title {
    text-align: left;
    padding: 15px 0 10px 16px;
    margin: 0;
    font-size: 1rem;
}

.main-nav-new {
    background: white;
}
.menu-subcategories-parent {
    overflow: auto;
    margin: 0 -16px;
    padding-left: 16px;
    white-space: nowrap;
    /*border-radius: 12px;*/
}
.main-nav-new .menu-subcategories-parent {
    display: flex;
    padding: 1rem 0;
}
.menu-subcategories-parent > div {
    display: inline-block;
    text-align: center;
    flex: 0;
}
.menu-subcategories-parent::-webkit-scrollbar {
    display: none;
}
.menu-subcategories-parent {
    -ms-overflow-style: none;
}
.menu-subcategories-child {
    cursor: pointer;
    padding: 5px 8px;
    border-bottom: none;
    /*color: var(--contrast-main-color);*/
}
.menu-subcategories-child.selected {
    background: black;
    color: white;
    font-weight: 500;
    border-radius: 16px;
    /*border-bottom: 2px solid var(--contrast-main-color);*/
}
.cal-day-child {
    cursor: pointer;
    padding: 1em;
    border-bottom: none;
    color: var(--contrast-main-color);
}
.cal-day-child.selected {
    border-bottom: 2px solid var(--contrast-main-color);
}
.scroll-arrow {
    cursor: pointer;
    padding-bottom: 5px;
}
.scroll-arrow i {
    font-size: 1.5em;
    color: black;
}
.suggested-items-parent {
    display: flex;
    overflow: auto;
    white-space: nowrap;
}
.menu-modal-tab {
    cursor: pointer;
    color: #D0D0D0;
}
.selectedModalTab {
    color: white !important;
    border-bottom: 1px solid white;
}
.menu-item-time {
    display: flex;
    align-items: center;
    font-size: 0.9em;
}
.proceed-confirm-bar {
    position: fixed;
    bottom: 10px;
    padding-bottom: 0;
    width: 100%;
    /*background: #EEEEEE;*/
    left: 0;
    z-index: 100;
    display: flex;
    justify-content: flex-end;
}
.proceed-confirm-btn {
    width: 40%;
    max-width: 600px;
    padding: 1em 1em;
    margin: 0.5em;
}
.cart-item-button-wrapper {
    /*padding: 6px 9px 6px 6px;*/
    /*line-height: 22px;*/
    /*align-items: center;*/
    /*border-radius: 34px;*/
}
.cart-item-button-wrapper .cart-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
    padding: 1rem;
    margin-right: 8px;
    /*background: gray;*/
}
.cart-icon-wrapper .cart-icon {
    font-size: 1.25rem;
}
.cart-item-button-wrapper .cart-badge-wrapper {
    position: absolute;
    top: -3px;
    right: 0px;
    width: 14px;
    font-size: 0.6em;
}
.cart-badge-wrapper .cart-badge {
    background: #068552;
    color: black;
    border-radius: 50%;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    line-height: 14px;
}
.efeed-font .cart-badge-wrapper .cart-badge {
    background: #3CCCD8;
}
.scan-and-go-proceed-button {
    position: absolute;
    margin-right: min(30%, 80px);
    min-height: calc(100% - 0.5em);
    padding: 8px;
    justify-content: start;
    width: 15%;
    font-size: 1.5rem;
    bottom: 0;
    border-radius: 45%;
    cursor: pointer;
}
.proceed-scanner-button {
    padding: 1em 1em;
    margin: 0.5em min(30%, 80px) 0.5em 0.5em;
}

.menu-item-modal-left {
    /*position: absolute;*/
}
.app-background-color {
    background-color: var(--main-color) !important;
}
.secondary-background {
    background-color: var(--secondary-color) !important;
}
.secondary-background-button {
    background-color: var(--secondary-color) !important;
    color: black !important;
}
.secondary-color {
    color: var(--secondary-color) !important;
}

.store-logo {
    max-height: 120px;
    max-width: 100%;
}
.numberCircle {
    display: inline-block;
    border-radius: 50%;
    border: 0;
    color: white;
    font-size: 12px;
    height: 28px;
    width: 28px;
}
.numberCircle:before,
.numberCircle:after {
    content: '\200B';
    display: inline-block;
    line-height: 0;

    padding-top: 50%;
    padding-bottom: 50%;
}

.numberCircle:before {
    padding-left: 8px;
}
.numberCircle:after {
    padding-right: 8px;
}

.customer-role-buttons {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.customer-role-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35%;
    padding: 10% 5%;
    border-radius: 24px;
    font-size: 3rem;
    line-height: 3rem;
    cursor: pointer;
}
.customer-role-button.customer-role-button-left {
    margin: 0 5% 0 10%;
    background: #0f3455;
    color: white;
}
.customer-role-button > img {
    width: 40%;
    margin: 0 5%;
}

.customer-role-button.customer-role-button-right {
    margin: 0 10% 0 5%;
    background: lightgrey;
    color: black;
}
@media only screen and (max-width: 576px) {
    .customer-role-buttons {
        flex-direction: column;
        align-content: center;
    }
    .customer-role-button {
        width: 80%;
        font-size: 2rem;
        line-height: 2rem;
    }
    .customer-role-button.customer-role-button-left,
    .customer-role-button.customer-role-button-right {
        margin: 5% 0;
    }
}

.express-checkout-modal {
    padding: 0;
}
.express-checkout-modal .modal-header {
    /*border: none;*/
}
.express-checkout-modal .modal-body {
    flex: initial;
}
.express-checkout-modal .cart-item {
    align-items: center;
}
.express-checkout-modal .cart-item-item-add-wrapper {
    position: relative;
    right: 0;
    /*transform: none;*/
    justify-content: space-evenly;
}
.express-checkout-modal .express-checkout-item {
    padding: 0.5rem 1rem;
}
.express-checkout-modal .modal-footer {
    border: none;
    position: fixed;
    bottom: 0;
    left: 0;
    background: white;
    width: 90%;
    justify-content: center;
}

.menu-item-details-modal {
    padding-top: 0;
    padding-bottom: 0;
}
.menu-item-details-modal .light-color {
    color: #7e7e7e !important;
}
.menu-item-details-modal.hide-radio input[type="radio"] {
    visibility: hidden;
}
.menu-item-details-modal .resume-order-logo > img {
    width: 34%;
    padding: 3%;
}

.menu-item-details-modal-footer {
    border: none;
    position: fixed;
    bottom: calc(max(env(safe-area-inset-bottom), 0px) + 16px);
    padding: 0;
    left: 16px;
    /* background: white; */
    width: calc(100% - 32px);
    /*justify-content: center;*/
}
.add-cart-btn {
    width: 100%;
}
.add-names-btn {
    position: absolute;
    left: 10px;
    transform: translateY(-60px);
}
.grey-divider {
    height: 2px;
    width: 100%;
    background: #eee;
}
.grey-divider.grey-divider-basket {
    margin: 0 -1rem 0 -1rem;
    width: calc(100% + 2rem);
}
.grey-divider-row {
    height: 1vh;
    background: #eee;
}
.accordion-container {
    width: 100%;
    background: none;
    border-top: 1px solid #eee;
}
.accordion-top-bar {
    width: 100%;
    padding: 1rem 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    /*background: none;*/
}
.accordion-title {
    /*font-size: 2rem;*/
}
.accordion-title.modifier-group-wrapper {
    font-weight: 500;
    font-size: 14px;
}
.accordion-arrow-chevron-text {
    margin-right: 20px;
    font-size: 14px;
    position: initial;
}
.accordion-arrow-icon {
    position: absolute;
    right: 0;
    /*margin: 0 0 0 auto;*/
    /*float: right;*/
}

.accordion-arrow-icon svg, .accordion-arrow-icon-parent svg, .latest-order-down svg {
    display: inline-block;
    transition: all linear 200ms;
}
.accordion-expanded .accordion-arrow-icon svg, .accordion-expanded-parent .accordion-arrow-icon-parent svg, .latest-order-down.latest-order-expanded svg {
    transform: rotate(-180deg);
}
.accordion-content-container, .accordion-content-container-parent, .latest-order-container {
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    transition: max-height ease-in-out 200ms;
}
.accordion-expanded .accordion-content-container, .accordion-expanded-parent .accordion-content-container-parent, .latest-order-container.latest-order-expanded {
    /* note: this is a backup in case JS code fails */
    /* find the smallest safe value that is greater than the content height */
    visibility: unset;
    max-height: 100vh;
}

.accordion-content {
    overflow: auto;
}

.menu-item-customisations {
    height: 75vh;
    padding: 0 1em 64px 1em;
    overflow-y: scroll;
}
.menu-item-details-counter {
    padding: 10px;
    max-width: 20rem;
    width: 50%;
    margin: 10px auto;
    border-radius: 10rem;
    border: 1px solid #ddd;
}
.menu-item-details-counter .item-quantity-label {
    margin-bottom: 0;
}
.menu-item-details-counter .item-quantity-label > input {
    width: 100%;
    border: none;
}

/* Nutrition info */
.nutrition-chart-top-row {
    text-align: right;
    margin-bottom: 15px;
    padding: 3px 0;
    border-bottom: 1px solid white;
}
.nutrition-bar {
    text-align: center;
    display: block;
    overflow: auto;
}
.menu-item-card-img-full {
    width: 200px;
    /*height: 200px;*/
    max-width: 100%;
    border-radius: 1rem;
}
.nutrient-total {
    font-size: 0.75em;
}
.nutrient-type {
    margin-bottom: 0.25em;
}
.nutrient-circle-div {
    float: left;
    width: 28%;
}
.box-shadow-confirm {
    box-shadow: 0 8px 8px rgba(0,0,0,0.10), 0 4px 4px rgba(0,0,0,0.22)
}
.box-shadow-banner {
    box-shadow: 0 3px 10px 0 rgba(62, 57, 107, 0.2);
    -webkit-box-shadow: 0 3px 10px 0 rgba(62, 57, 107, 0.2);
    -moz-box-shadow: 0 3px 10px 0 rgba(62, 57, 107, 0.2);
}
.confirm-page-padding {
    padding: 2.5em;
}
.scan-item-img {
    height: auto !important;
    /* width: 15% !important; */
    max-height: none !important;
    /* max-width: none !important; */
    max-width: 100%;
    /*transform: translate(-15%, 0%);*/
}
.scan-item-overlay-img {
    position: absolute;
    width: 25%;
    left: 5px;
    top: 5px;
}
.scan-img-text {
    white-space: normal !important;
}

.scan-screen-parent {
    background: white;
    padding: 4em 1em;
    max-width: 680px;
    margin: auto;
    border-radius: 8px;
    min-height: 80vh;
}

.magic-redirect-container {
    background-color: #404040;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 10px 2px;
    display: block;
    cursor: pointer;
    white-space: nowrap;
}
.magic-redirect-link {
    color: white;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
.magic-redirect-fallback {
    color: #404040;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

#meeting-room-select_dummy {
    display: none;
}

.stripe-anonymous .StripeElement {
    box-sizing: border-box;

    height: 40px;

    padding: 10px 12px;

    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;

    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.stripe-anonymous .StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.stripe-anonymous .StripeElement--invalid {
    border-color: #fa755a;
}

.stripe-anonymous .StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}
.stripe-pay {
    border: none;
    border-radius: 4px;
    outline: none;
    text-decoration: none;
    color: #fff;
    background: #32325d;
    white-space: nowrap;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 2em;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.025em;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
    margin-left: 12px;
    margin-top: 28px;
}

.receipt-card {
    position: relative;
    padding: 2em;
    background-color: #28264f;
    border: 1px solid #3a3a48;
    border-radius: 24px 48px 24px 48px;
}
.receipt-card-light {
    padding: 16px;
    background-color: #ffffff;
    border: 1px solid #002c5f;
    border-radius: 25px
}
.receipt-logo {
    max-width: 60px;
    max-height: 60px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.receipt-logo-wrapper {
    height: 60px;
}

.red-textfield{
    border: solid 2px red !important;
}

.filter-button {
    cursor: pointer;
    padding: 1em;
    border: solid 1px #666;
    color: #666;
    background-color: #fff;
    min-width: 90%;
}
.filter-button.selected {
    border-color: var(--main-color);
    color: var(--contrast-main-color);
    background-color: var(--main-color);
}

.takeaway-type {
    background: var(--main-color) !important;
    color: var(--contrast-main-color) !important;
}
#table-select_dummy {
    display: none;
}

.confirm-delivery-table td{
    padding: 4px;
}

.show-only-mobile {
    display: none;
}

.store-progress-container {
    line-height: 0;
}
.store-progress-container progress {
    border-radius: 0.7rem;
    height: 1.4rem;
    max-width: calc(50vw - 45px - 3rem);
    /*border: 0.5px solid black;*/
    background: #F4BE00;
}
.store-progress-container progress[value]::-webkit-progress-bar {
    border-radius: 10px;
    background-color: white;
}
.store-progress-container progress[value]::-webkit-progress-value {
    border-radius: 10px;
    background: #F4BE00;
}
.store-progress-container progress::-moz-progress-bar {
    /*border-radius: 4px;*/
    /*background: #C0C0C9;*/
}
.display-flex-align-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.display-flex-align-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.full-width {
    width: 100%;
    max-width: unset;
}
.half-width {
    width: 50%;
}
.text-ellipsis-four-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.show-only-desktop {
    display: none;
}

.ged-image {
    top: 20px;
    left: 44vw;
}
.ged-image img {
    width: 220px;
}
.ged-form .form-control:focus {
    border-color: #C13938;
    box-shadow: none;
}
.sodexo-canada-bg {
    /* background:url(https://www.goodeatingcompany.com/assets/images/delivered-desktop.jpg?v2);
    background-size:cover;
    background-size:cover;
  box-shadow:inset 0 0 0 2000px rgba(255, 0, 150, 0.3); */
}
#delivery-option-select_dummy {
    display: none;
}
.app-button-selected {
    background: var(--main-color) !important;
    color: var(--contrast-main-color) !important;
}
.app-button-selected:focus {
    outline: none;
}
.nutrient {
    width: 33%;
}
.nutrient-total {
    font-size: 0.8rem;
}
.nutrient-text {
    float: left;
    margin-bottom: 0;
    padding-bottom: 2px;
    /* font-weight: 600; */
}
.nutrient-value {
    /*font-weight: 600;*/
    padding-left: 10px;
}

.nutrient-percentage {
    font-weight: bolder;
    margin-bottom: 0;
    padding-bottom: 2px;
    float: right;
}
.cart-price {
    text-align: right;
    padding: 0 16px 0 0;
}
.cart-description-redemption {
    font-size: 14px;
}
.cart-price-redemption {
    text-align: right;
    font-size: 14px;
}
.cart-item-img {
    height: 100%;
    max-height: 75px;
    padding: 5px;
}

/* perks css */
.horizontal-scroll-parent {
    overflow-x: visible;
    max-width: 100%;
}
.horizontal-item {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 10px;
    color: white;
    font-weight: 600;
    /*height: 32px;*/
}
.active-category {
    border-bottom: 1px solid white;
}
.perk-logo {
    position: absolute;
    top: -4vh;
    left: 5%;
    height: 6vh;
    width: 6vh;
    padding: 3px;
    background: white;
    z-index: 11;
}
.perk-logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.perk-img-container {
    height: 25vh;
    min-height: 200px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background-size: cover;
    background: #555;
}
.list-perk-details {
    position: absolute;
    bottom: 0;
    min-height: 10vh;
    width: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0.99;
    color: white;
    padding: 3vh 8%;
}
.perk-name {
    font-weight: 600;
    font-size: 1.9rem;
}
.perk-header-logo {
    position: absolute;
    top: 80px;
    left: 37.5%;
    width: 25%;
    padding: 5px;
    z-index: 10;
    background-color: white;
}

.clubhouse-option {
    position: relative;
    margin-bottom: 2em;
    cursor: pointer;
}
.clubhouse-option img {
    width: 100%;
    border-radius: 8px;
    height: 100%;
}
.clubhouse-option .text {
    position: absolute;
    bottom: 12px;
    left: 15%;
    color: white;
}
.clubhouse-layer {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    /* left: 14px; */
    width: calc(100% - 30px);
    /* right: 14px; */
    height: 100%;
    padding: 1em 0;
    border-radius: 8px;
}

.menu-item-detail-right {
    padding: 2em 1.5em 2em 2em;
}

.disclaimer-link {
    text-decoration: underline;
    cursor: pointer;
    color: #0645AD;
}
.text-link, a.text-link:not([href]) {
    color: #0645AD;
    text-decoration: underline;
    font-weight: bold;
    font-size: 1.6rem;
    pointer-events: auto;
}
a.text-link.no-decoration-splash-screen:not([href]) {
    text-decoration: none;
    font-weight: normal;
    font-size: unset;
}
.text-link-normal {
    color: #0645AD;
    text-decoration: underline;
    font-weight: bold;
    pointer-events: auto;
}

.blog-post-content a {
    display: block;
    max-width: 70vw;
    overflow: hidden;
}

.blog-post-content > ul {
    list-style-type: disc;
    padding-left: 20px;
}

.blog-post-content > ol {
    list-style-type: decimal;
    padding-left: 20px;
}

.menu-item-details-menu-item-level-nest {
    padding: 0;
    margin-top: 0;
}
.menu-item-details-menu-item-level-nest-label {
    background: #f8f8f8;
    padding-right: 2px;
}
.menu-item-details-menu-item-level-nest-dropdown {
    float: right;
    transform: translateY(60%);
}
.menu-item-details-menu-item-level-horizontal-item {
    position: relative;
    margin: 4px;
    width: min(25vw, 8rem);
    max-width: 10rem;
    text-align: center;
    border: 1px solid #eee;
    cursor: pointer;
}
.menu-item-details-menu-item-level-vertical-box {
    min-height: 15rem;
    /*height: 100%;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: space-between;*/
}
.list-modifier .menu-item-details-menu-item-level-vertical-box {
    min-height: unset;
    display: flex;
}
.list-modifier .menu-item-details-menu-item-level-blurb-wrap {
    flex: 1;
    padding: 5px;
}
.list-modifier .menu-item-details-menu-item-level-blurb {
    text-align: left;
}
.list-modifier .menu-item-details-menu-item-level-blurb {
    text-align: left;
}
.menu-item-details-menu-item-level-img-container-outer {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
}
.menu-item-details-menu-item-level-img-container {
    position: relative;
    width: min(25vw, 8rem);
    height: min(25vw, 8rem);
}
.menu-item-details-menu-item-level-img-container.hide-imagery {
    height: 13vw;
}
.menu-item-details-menu-item-level-img-container-no-img {
    height: 6vw;
}
.menu-item-details-menu-item-level-img-container img {
    border-bottom: 1px solid #eee;
    max-width: 100%;
    height: auto;
    max-height: min(25vw, 8rem);
}
/*for horizontal menu item level*/
.menu-item-level-wide-as-needed {
    display: flex;
    overflow: auto;
    white-space: nowrap;
    /*margin-left: 0.5em;*/
    /*margin-right: 0.5em;*/
    white-space: nowrap;
}
.list-modifier.menu-item-level-wide-as-needed {
    display: block;
}
.list-modifier.menu-item-level-wide-as-needed::-webkit-scrollbar {
    display: none;
}
.menu-item-level-wide-as-needed > div {
    display: inline-block;
    text-align: center;
    /*height: 100%;*/
    /*margin-bottom: 36px;*/
}
.list-modifier.menu-item-level-wide-as-needed > div {
    display: block;
    width: 98%;
    max-width: unset;
}
.active-radio .list, .menu-item-details-menu-item-level-horizontal-item.active-radio, .single-modifier-horizontal-item.active-radio, .meal-deal-new-screen .menu-item-card.active-radio {
    border: 2px solid !important;
    border-radius: 6px;
    background: #eee;
}

.menu-item-details-selection-container {
    padding: 1rem 0;
}
.menu-item-details-selection-element {
    padding: 1.5rem 0;
}
.menu-item-details-selection-element + .menu-item-details-selection-element {
    padding-top: 0;
}

.list-modifier .centre-menu-item-level-col {
    padding: 5px;
}
.list-modifier .menu-item-details-modifier-blurb-wrap {
    padding: 5px;
    flex: 1;
}
.menu-item-details-modifier-blurb {
    display: flex;
    height: 100%;
    padding: 2px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    white-space: normal;
}
.single-modifier-list-as-needed .menu-item-details-modifier-blurb, .multi-modifier-list-as-needed .menu-item-details-modifier-blurb {
    align-items: start;
}
/*.menu-item-details-modifier-blurb .modifier-header > span {*/
/*    padding: 3px 0;*/
/*}*/
.menu-item-details-modifier-nest {
    padding: 0;
    margin-top: 0;
}
.menu-item-details-modifier-nest-label {
    background: #f8f8f8;
    padding-right: 2px;
}
.menu-item-details-modifier-nest-dropdown {
    float: right;
    transform: translateY(60%);
}

/*.menu-item-details-modifier-vertical-box {*/
/*    min-height: 40vw;*/
/*}*/
.single-modifier-list-as-needed .menu-item-details-modifier-vertical-box, .multi-modifier-list-as-needed .menu-item-details-modifier-vertical-box {
    min-height: unset;
    display: flex;
}
.single-modifier-list-as-needed .menu-item-details-modifier-vertical-box > div:first-child {
    padding-left: 10px;
}

.single-modifier-double-stacked .menu-item-details-modifier-vertical-box, .multi-modifier-double-stacked .menu-item-details-modifier-vertical-box {
    display: flex;
    flex-direction: column-reverse;
    width: min(25vw, 8rem);
}


.list-modifier .menu-item-details-modifier-blurb {
    text-align: left;
    justify-content: start;
    align-items: start;
}
.menu-item-details-modifier-nest {
    padding: 0;
    margin-top: 0;
}
.menu-item-details-modifier-nest-label {
    background: #f8f8f8;
    padding-right: 2px;
}
.menu-item-details-modifier-nest-dropdown {
    float: right;
    transform: translateY(60%);
}

/*.menu-item-details-modifier-vertical-box {*/
/*    min-height: 15rem;*/
/*    !*height: 100%;*!*/
/*    !*display: flex;*!*/
/*    !*flex-direction: column;*!*/
/*    !*justify-content: space-between;*!*/
/*}*/
/*.menu-item-details-modifier-img-container-outer {*/
/*    position: relative;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    padding: 0;*/
/*}*/

.single-modifier-list-as-needed .menu-item-details-modifier-img-container-outer, .multi-modifier-list-as-needed .menu-item-details-modifier-img-container-outer {
    justify-content: end;
    display: flex;
}
.single-modifier-double-stacked .menu-item-details-modifier-img-container-outer, .single-modifier-double-stacked .menu-item-details-modifier-img-container-outer {
    align-items: start;
}
.menu-item-details-modifier-img-container {
    position: relative;
    /*width: min(25vw, 8rem);*/
    /*height: min(25vw, 8rem);*/
}
.single-modifier-list-as-needed .menu-item-details-modifier-img-container, .multi-modifier-list-as-needed .menu-item-details-modifier-img-container {
    width: 20vw;
    height: 20vw;
}
.single-modifier-list-as-needed .menu-item-details-modifier-img-container img, .multi-modifier-list-as-needed .menu-item-details-modifier-img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.menu-item-details-menu-item-level-container {
    position: relative;
    width: min(25vw, 8rem);
}
.menu-item-details-modifier-img-container-no-img {
    height: 6vw;
}
.menu-item-details-modifier-img-container img {
    border-bottom: 1px solid #eee;
    max-width: 100%;
    height: auto;
    max-height: min(25vw, 8rem);
}

/*for horizontal single modifier*/
.single-modifier-wide-as-needed {
    display: flex;
    overflow: auto;
    white-space: nowrap;
    /*border-radius: 12px;*/
}
.list-modifier.single-modifier-wide-as-needed {
    display: block;
}
.list-modifier.single-modifier-wide-as-needed .single-modifier-horizontal-item {
    display: block;
    width: unset;
}
.list-modifier .menu-item-details-modifier-vertical-box {
    min-height: unset;
    display: flex;
}
.single-modifier-wide-as-needed > div {
    display: inline-block;
    text-align: center;
}
.single-modifier-wide-as-needed::-webkit-scrollbar {
    display: none;
}
.single-modifier-wide-as-needed {
    -ms-overflow-style: none;
}
/*.single-modifier-wide-as-needed .scroll ion-list .list {*/
/*    height: 100%;*/
/*    margin-bottom: 10px;*/
/*    white-space: normal;*/
/*}*/

.single-modifier-wide-as-needed .single-modifier-horizontal-item {
    position: relative;
    margin: 12px 4px;
    min-width: min(25vw, 8rem);
    width: min(25vw, 8rem);
    white-space: nowrap;
    text-align: center;
    border: 1px solid #eee;
}
.single-modifier-wide-as-needed .menu-item-details-modifier-nest input[type="text"] {
    width: 100%;
    text-overflow: ellipsis;
}
.multi-modifier-wide-as-needed .single-modifier-horizontal-item {
    position: relative;
    margin: 12px 4px;
    min-width: min(25vw, 8rem);
    width: min(25vw, 8rem);
    white-space: nowrap;
    text-align: center;
    border: 1px solid #eee;
}

.modifier-multiple-icon-row-wrapper {
    bottom: 0;
    width: 100%;
}
.list-modifier .modifier-multiple-icon-row-wrapper {
    width: 30%;
    display: flex;
    align-items: center;
    max-width: 125px;
}

.modifier-multiple-icon-row {
    position: absolute;
    bottom: 4px;
    height: 35px;
    width: 90%;
    right: 5%;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    background: white;
}
.list-modifier .modifier-multiple-icon-row {
    position: relative;
}
.modifier-multiple-icon-row.no-item-added {
    width: 35px;
    border-radius: 50%;
}

.item-decrement-icon {
    position: absolute;
    padding: 0;
    font-size: 125%;
    left: 5px;
    bottom: 7.5px;
    line-height: 0;
    color: black;
    cursor: pointer;
}
.item-decrement-icon.trash-sign {
    background: black;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    margin: auto;
    line-height: 0.7em;
}
.item-decrement-icon.trash-sign > svg, .item-decrement-icon.trash-sign > i {
    font-size: 50%;
    background: none;
    color: white;
    border-radius: 0;
}
.item-increment-icon {
    position: absolute;
    padding: 0;
    font-size: 125%;
    right: 5px;
    bottom: 7.5px;
    line-height: 1;
    color: black;
    cursor: pointer;
}
.modifier-multiple-icon-row.no-item-added  .item-increment-icon {
    position: relative;
    right: unset;
    bottom: unset;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#storePageMenuItemDetailsModal .modal-dialog {
    /* transform: translateX(15px); */
    width: 100vw;
}
.checkout-section {
    background-color: rgb(237, 237, 237);
    max-width: 1000px;
    padding: 1em;
    margin: 0.5em auto 1em;
    border-radius: 8px;
}
/* hide dummy input display */
input.mbsc-control {
    display: none;
}
.wide-as-needed {
    overflow: auto;
    white-space: nowrap;
    margin-left: 0.5em;
    margin-right: 0.5em;
}
.wide-as-needed.wide-overflow {
    margin: 0 -16px;
    padding-left: 16px;
}
.store-card-large .store-card-img-container video {
    display: block;
}

.wide-as-needed.suggestion-upsell-wide-as-needed {
    white-space: normal;
}
.background-basket {
    /*background: #f7f7f7;*/
}
/*Confirm page suggestion item*/
.suggestion-upsell-wrapper {
    border-radius: 16px;
    display: inline-block;
    margin-right: 8px;
    flex: 0 0 120px;
    padding: 5px;
    white-space: normal;
}
.suggestion-upsell-image-wrapper {
    height: 120px;
}
.suggested-item-add {
    font-size: 1.9rem;
}
.suggested-item-img-parent {
    position: relative;
}
.suggested-item-img {
    width: 100%;
}
.suggested-item-img-parent .suggested-item-overlay-img {
    position: absolute;
    max-width: 25%;
    z-index: 5;
    right: 5px;
    top: 5px;
}

.reorder-card-parent {
    position: relative;
    margin-bottom: 1em;
}
.reorder-card {
    position: relative;
    cursor: pointer;
    min-height: 3em;
    height: 7em;
    margin-right: 1em;
    padding: 0.5em 1em;
    border-radius: 1em;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.reorder-card .reorder-card-name {
    font-size: 1em;
    margin-bottom: 0;
    /*border-top: 1px solid #bdbdbd;*/
    margin-top: 4px;
    /*padding-top: 10px;*/
}
.blue-text {
    color: #007bff;
}
.hidden {
    display: none;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-ellipsis-two-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.uppercase {
    text-transform: uppercase;
}
.clickable {
    cursor: pointer;
}
.content-wrapper {
    background: white;
    padding: 1em;
    max-width: 680px;
    margin: auto;
    border-radius: 8px;
}
.display-flex-row-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.button-profile {
    background-color: white;
    color: red;
    font-size: 1.2rem;
    cursor: pointer;
}
.menu-scroll-desktop {
    overflow-y: scroll;
}

.tick-wrapper {
    color: #00c500;
    position: relative;
    bottom: 2px;
}

.card-icon {
    height: 30px;
    position: absolute;
    left: 12px;
    top: 7px;
}

.card-icon-relative {
    height: 30px;
    position: relative;
    top: 7px;
}

.switch-card-icon {
    top: 4px;
    height: 36px;
    background: white;
    border-radius: 2em;
    font-size: 0.8em;
    padding: 0 0.7em;
    color: black;
    line-height: 36px;
}

.card-icon-action {
    height: 30px;
    position: absolute;
    left: 18px;
    top: 7px;
}
.card-icon-writing {
    /* height: 30px; */
    position: absolute;
    left: 90px;
    top: 0px;
    bottom: 0px;
    /* top: 7px; */
}
.payment-page button {
    display: block;
    width: 400px;
    margin: 16px 0;
    padding: 8px;
    background: black;
    border: none;
    position: relative;
}
.payment-bottom button {
    /* display: block; */
    width: 400px;
    margin: 16px 0;
    padding: 8px;
    /* background: black; */
    border: none;
    position: relative;
}

.inline-allergen-icons {
    width: 20px !important;
    height: 20px;
}

.nested-modifier {
    max-width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    border: 1px solid;
}

.menu-item-details-modifier-nest {
    padding: 0;
    margin-top: 0;
    max-width: 100%;
    overflow: auto;
}
.menu-item-details-modifier-nest-label {
    background: #f8f8f8;
    padding-right: 2px;
}
/*.menu-item-details-modifier-nest-dropdown {*/
    /*float: right;*/
    /*transform: translateY(60%);*/
/*}*/

.meal-deal-item-image {
    height: 56px;
    width: unset !important;
}
.meal-deal-item {
    background: white;
    border-radius: 8px;
    padding: 8px 16px;
    margin-bottom: 8px;
}

.centre-modifier-single {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
}
.centre-modifier {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
}
.modifier-info-btn {
    position: absolute;
    z-index: 5;
    border-radius: 50%;
    background: transparent;
    width: 1.6rem;
    height: 1.6rem;
    left: 0;
    top: 0;
    text-align: center;
}
.modifier-info-btn > i {
    position:relative;
    top: calc(50% - 9px); /* 50% - 3/4 of icon height */
}
.modifier-info-btn-left {
    left: 40%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.menu-item-level-info-btn {
    position: relative;
    /*top: calc(50% - 9px); !* 50% - 3/4 of icon height *!*/
    /*top: 50%;*/
    text-align: left;
    padding: 2px;
    width: fit-content;
    cursor: pointer;
}
.animationIf.ng-enter,
.animationIf.ng-leave {
    -webkit-transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    -ms-transition: all ease-in-out 200ms;
    -o-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
}

.animationIf.ng-enter,
.animationIf.ng-leave.ng-leave-active {
    opacity: 0;
}

.animationIf.ng-leave,
.animationIf.ng-enter.ng-enter-active {
    opacity: 1;
}

.animationSlide {
    -webkit-transition: -webkit-transform ease-in-out 200ms;
    -moz-transition: -webkit-transform ease-in-out 200ms;
    -ms-transition: -webkit-transform ease-in-out 200ms;
    -o-transition: -webkit-transform ease-in-out 200ms;
    transition: -webkit-transform ease-in-out 200ms;
}

/*refer https://applepaydemo.apple.com/*/
apple-pay-button {
    --apple-pay-button-width: 100%;
    --apple-pay-button-height: 57px;
    --apple-pay-button-border-radius: 30px;
    --apple-pay-button-padding: calc(24px - 1em) 1em;
    --apple-pay-button-box-sizing: border-box;
    display: inline-block !important;
}
apple-pay-button[disabled] {
    opacity: .4;
}

.modifierIncrementButton {
    transform: translateX(4.6vw);
}

.modifierQuantity {
    transform: translateX(2.3vw);
}

@media only screen and (max-width: 767px) {
    .show-only-desktop {
        display: none;
    }
    .show-only-mobile {
        display: inherit;
    }
    .stripe-close {
        right: 1.5em;
        top: 1em;
    }
    #storePageMenuItemDetailsModal {
        overflow-y: auto;
    }
    .checkout-section {
        padding: 1rem;
    }
    .menu-item-detail-right {
        padding: 0 1em 2em 1em;
    }
    .ged-image {
        /* top: 6vh; */
        left: 25vw;
    }
    .ged-image img {
        width: 200px;
    }
    .menu-item-card-img-parent-div {
        margin: 1.5rem 0 1rem 0;
    }
    .top-bar {
        padding: 0;
        top: 56px;
    }
    .top-bar-spacer {
        width: 2.5em;
    }
    .top-bar-install {
        position: absolute;
        top: 0;
        padding: 0 1em;
        right: 0;
        background: hsl(223, 22%, 21%);
        align-items: center;
        display: flex;
        width: 100%;
        height: 56px;
    }
    .base-page {
        padding: max(env(safe-area-inset-top), 65px)
        max(env(safe-area-inset-right), 0px)
        max(env(safe-area-inset-bottom), 65px)
        max(env(safe-area-inset-left), 0px);
    }
    .base-page-store {
        padding: max(env(safe-area-inset-top), 120px)
        max(env(safe-area-inset-right), 0px)
        max(env(safe-area-inset-bottom), 80px)
        max(env(safe-area-inset-left), 0px);
    }
    .card-img h2 {
        font-size: 1em;
        height: 52px;
    }
    .proceed-confirm-btn {
        width: 70vw;
        margin-right: 25vw;
        margin-left: 0;
        /*border-radius: 30px;*/
    }
    .proceed-confirm-btn.no-scan-button {
        margin-right: auto;
        margin-left: auto;
    }
    .scan-and-go-proceed-button {
        margin-right: max(10vw, 80px);
    }
    .proceed-scanner-button {
        padding: 1em 1em;
        margin-right: max(10vw, 80px);
    }

    .menu-item-modal-left {
        position: relative;
    }
    .suggested-item-main-parent {
        width: auto;
    }
    .reserve-slot{
        width: 30%;
        display: inline-block;
        margin: 0.5em 0.5em;
        /* margin-left: 0.5em;
        margin-right: 0.5em; */
    }
    .reserve-slot:nth-child(3n + 1) {
        margin-left: 0;
    }
    .reserve-slot:nth-child(3n+1) {
        /* margin: 0.5em 0.5em; */
    }
    .reserve-slot:nth-child(3n + 3) {
        margin-right: 0;
    }
    .add-cart-btn {
        position: fixed;
        width: 80%;
        bottom: 0;
        transform: none;
        left: 10%;
        margin-left: 0;
        margin-right: 0;
    }
    .add-names-btn {
        position: fixed;
        left: 0;
        bottom: 0;
        transform: translateY(8px);
    }
    .menu-scroll-desktop {
        overflow-y: unset;
        height: auto;
    }
    .menu-item-modal-details {
        background: white;
    }
    .menu-modal-tab {
        color: gray;
    }
    .selectedModalTab {
        color: black !important;
    }
    .nutrition-modal {
        color: var(--main-color);
    }
    .nutrition-chart-top-row {
        border-bottom: 1px solid var(--main-color);
    }
    .nutrient-circle-div {
        min-height: 140px;
    }
    .confirm-page-padding {
        padding: 1em;
    }
    .suggested-item-main-parent {
        padding: 0;
        background: none;
        box-shadow: none;
        display: block;
        float: none;
    }
    .suggested-items-parent {
        display: block;
        white-space: normal;
    }
    .wide-as-needed.current-open-stores-non-jpmc {
        flex-direction: column;
        align-items: center;
        overflow: initial;
    }
    .current-open-stores-non-jpmc .store-card-large {
        width: 100%;
        border-radius: 12px;
        max-width: unset;
    }
    .current-open-stores-non-jpmc .store-card-large .store-card-img-container img, .current-open-stores-non-jpmc .store-card-large .store-card-img-container video {
        width: 100%;
        max-width: unset;
    }
}
@media only screen and (min-width: 768px) {
    .show-only-desktop {
        display: inherit;
    }
    .show-only-mobile {
        display: none;
    }
    .stripe-close {
        right: 30%;
        top: 2em;
    }
    .checkout-section {
        padding: 1em;
    }
    .card-img {
        /*min-height: 340px;*/
    }
    .card-img.list-img {
        min-height: 0;
    }
    .delivery-block {
        min-width: 420px;
    }

    .reserve-slot{
        width: 22%;
        display: inline-block;
        margin: 0.5em 0.5em;
        /* margin-left: 0.5em;
        margin-right: 0.5em; */
    }
    .reserve-slot:nth-child(4n + 1) {
        margin-left: 1em;
    }
    .reserve-slot:nth-child(3n+1) {
        /* margin: 0.5em 0.5em; */
    }
    .reserve-slot:nth-child(4n + 4) {
        margin-right: 1em;
    }
    .menu-item-modal-details {
        background: var(--main-color);
        color: var(--contrast-main-color);
    }
    .nutrition-modal {
        color: var(--contrast-main-color);
    }

    .subcategory-card {
        width: 130px;
    }
    .subcategory-card .subcategory-card-img-container {
        padding: 15px;
        height: 130px;
        width: 130px;
    }
    .subcategory-card-img {
        height: 100px;
    }
    .subcategory-card-name {
        font-size: 1.25rem;
    }

    .menu-item-card-img-full {
        width: 320px;
        /*height: 320px;*/
    }
    .dayOfWeekDropdown {
        padding-left: 75%;
    }
    .menu-item-card-img {
        width: 100%;
        max-width: 120px;
        /*min-width: 50%;*/
        /*height: auto;*/
        /*min-height: 160px;*/
        /* max-height: 400px; */
    }

    .itooltip {
        display: inline-block;
    }

    .itooltip .itooltiptext {
        visibility: hidden;
        width: 25%;
        background-color: black;
        color: #fff;
        border-radius: 6px;
        padding: 7px;
        text-align: justify;
        text-justify: inter-word;

        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .itooltip:hover .itooltiptext {
        visibility: visible;
    }

    .hide-background input, select {
        background: none;
    }

    .before-title .side-menu-icon {
        max-width: unset;
        justify-content: end;
    }
    .before-title .side-menu-icon .icon-container {
        padding: 0 5px 0 30px;
    }
    .card-home {
        max-width: calc(768px - 32px);
    }
    .menu-item-card.offer-card {
        max-width: 300px;
    }
    .offer-card-image-container, .update-card-image-container {
        max-height: 200px;
    }
    .store-card-large .store-card-img-container img, .store-card-large .store-card-img-container video {
        max-width: 330px;
        max-height: 200px;
    }
    .store-card-large {
        max-width: 330px
    }
    .nested-subcategory-wrapper {
        /* 768 - 32 - some more*/
        max-width: calc(100vw - 64px);
    }
    .wave-container .loyalty-row-container:last-of-type {
        justify-content: end;
    }
    .wave-container .loyalty-row-container:first-of-type {
        justify-content: start;
    }
    .store-search-bar-wrapper {
        width: 100%;
    }
    .add-cart-btn {
        width: 300px;
    }
    .login-logo {
        position: absolute;
        left: 16px;
        top: 16px;
    }
}

.basket-panel {
    display: none;
}
.store-proceed-checkout {
    display: none;
}
.menu-item-panel {
    max-width: calc(100vw - 2rem);
}

@media only screen and (min-width: 992px) {
    .store-view-cart {
        display: none;
    }
    .proceed-confirm-bar {
        width: 460px;
        left: calc(100% - 460px);
        display: flex;
        flex-direction: column;
    }
    .store-proceed-checkout {
        display: block;
    }
    .menu-item-panel {
        width: calc(100% - 460px - 30px);
    }
    .basket-panel {
        display: inherit;
        width: 460px;
        overflow: scroll;
        position: fixed;
        /*height: calc(100vh - 170px);*/
        bottom: 4px;
        right: 4px;
        /*padding-bottom: 80px;*/
        border: 1px solid #f3f3f3;
        border-radius: 12px;
    }
    .store-page .subcategory-card {
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
        width: 170px;
        border-radius: 4px;
    }
    .store-page .no-subcategory-image .subcategory-card {
        box-shadow: none;
        border-radius: 0;
        width: max-content;
    }

    .store-page .selected .subcategory-card {
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 1);
    }
    .store-page .no-subcategory-image .selected .subcategory-card {
        box-shadow: none;
    }

    .store-page .subcategory-card .subcategory-card-img-container {
        padding: 0;
        height: 100px;
        width: 170px;
    }
    .store-page .subcategory-card-img {
        border-bottom: 1px solid #CECECE;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 15px;
        border-radius: 0;
    }
    .store-page .selected .subcategory-card-img {
        -webkit-box-shadow: none;
        -moz-box-shadow:none;
        box-shadow: none;
        border-bottom: 2px solid black;
    }
    .store-page .subcategory-card-name {
        /*text-align: left;*/
        padding: 0 5px;
        color: black;
    }
    .store-page .selected .subcategory-card-name {
        color: white;
        background: black;
    }
}

@media only screen and (min-width: 1200px) {
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.freedompay-stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.freedompay-stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}
@media (max-width: 768px) {
    .freedompay-stepper-item {
        font-size: 12px;
    }
}

.freedompay-stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: -50%;
    z-index: 2;
}

.freedompay-stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 2;
}

.freedompay-stepper-item .freedompay-step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ccc;
    margin-bottom: 6px;
}

.freedompay-stepper-item.active {
    font-weight: bold;
}

.freedompay-stepper-item.completed .freedompay-step-counter {
    background-color: #4bb543;
}

.freedompay-stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #4bb543;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 3;
}

.freedompay-stepper-item:first-child::before {
    content: none;
}
.freedompay-stepper-item:last-child::after {
    content: none;
}
.stripe-wrapper > div {
    background: white;
    margin: 4px 0;
    padding: 10px;
    max-width: 500px;
    border-radius: 6px;
}
.stripe-wrapper #card-errors {
    padding: 8px;
    color: red;
}

input.subscription-search {
    margin-top: 20%;
    width: 100%;
    max-width: 620px;
    border: 1px solid #555;
    display: block;
    padding: 9px 4px 9px 40px;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
}

.subscription-box {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.30), 0 4px 4px rgba(0, 0, 0, 0.22);
    border-radius: 1em;
}

.subscription-padding {
    padding: 12px;
    margin: auto;
}

.payment-method-loading-indicator {
    white-space: normal !important;
    display: flex;
    align-items: center;
    padding-left: 1em;
}

.switch-wallet-item .top-left-corner-time-string {
    background: #cc8400;
    margin: 0 0 3px -5px;
    border-radius: 1em;
}
.switch-wallet-item .top-left-corner-time-string p {
    /* color: #7978c2; */
    color: white;
    /*font-size: 0.85em;*/
    /*margin: 0;*/
    padding: 0.1em 0.5em;
}

.modal-close-cross {
    /*right: 5%;*/
    /*!*top: 16%;*!*/
    /*position: absolute;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*background: lightgrey;*/
    /*border-radius: 50%;*/
    /*padding: 0.5rem;*/
    /*height: 3.5rem;*/
    /*width: 3.5rem;*/
    cursor: pointer;
}
.modal-close-back-arrow {
    left: 5%;
    top: 16%;
    position: absolute;
    font-size: 1.9rem;
}
.modal-close-cross-item-wrapper {
    /*right: 5%;*/
    /*top: calc(var(--safe-area-inset-top) + 10px);*/
    /*position: fixed;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*background: lightgrey;*/
    /*border-radius: 50%;*/
    /*padding: 1rem;*/
    /*height: 4rem;*/
    /*width: 4rem;*/
}
.modal-close-foreground-icon {
    font-size: 2rem;
    color: black;
    /*transform: translateY(1px);*/
}

.list.user-management-card {
    margin: 20px 10px;
    border-radius: 24px;
    padding: 26px;
    border: 1px solid;

}
.custom-onhover {
    background: #ffffff;
    color: #333333;
    display: inline-block !important;
    width: 100% !important;
}

.custom-focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
    display: inline-block !important;
    width: 100% !important;
}
#appleid-signin > div {
    max-width: 400px !important;
}
#appleid-signin > div > div > svg {
    height: 36px;
}

.gift-card-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-card-container {
    /*overflow: hidden;*/
    /*margin: 20px 10px;*/
    border-radius: 24px;
    padding: 1rem;
    background-color: #fff;
    font-weight: 300;
}
.add-card-container .row.item {
    padding-bottom: 1rem;
}

#freedompay-checkout-googlepayiframe iframe {
    width: 100%;
}

#freedompay-checkout-applepayiframe > iframe {
    width: 100%;
}

.freedompay-iframe-main-div {
    display: flex;
    height: 100%;
    margin: 0;
    padding-top: 2em;
    background-color: rgba(0, 0, 0, .5);
}

.freedompay-iframe-div {
    background-color: white;
    margin: auto;
    border-radius: 4px;
    padding: 4px;
}

.ratings {
    font-size: 1.6rem;
    padding: 10px 0;
    text-align: center;
}
.ratings li {
    display: inline;
    padding-left: 6px;
    padding-right: 6px;
}

.ratings-button {
    margin: auto;
    display: block;
    width: 80%;
    border: 2px solid;
}
.submit-ratings-button {
    cursor: pointer;
    padding: 1em;
    color: white;
    background: black;
    border: 2px solid black;
}
.submit-ratings-button.button-disabled {
    background: #555;
    color: #ccc;
    border: 2px solid #555;
}

.filter-toggle {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    color: white;
}

/* Custom slider-fashion checkbox */
/* https://www.w3schools.com/howto/howto_css_switch.asp */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 1.6rem;
    margin: 0 !important;
    transform: translateY(0.5rem);
}
.toggle-black.switch {
    transform: unset;

}

.custom-checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #000;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    /*margin-right: 8px;*/
    cursor: pointer;
}
.custom-checkbox:checked::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: black;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* Hide default HTML checkbox */
.switch input {
    display: none !important;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: gray;
    -webkit-transition: .6s;
    transition: .6s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 1.6rem;
    width: 1.6rem;
    left: 0;
    bottom: 0;
    background-color: white;
    -webkit-transition: .3s;
    transition: .3s;
}
input:checked + .slider {
    background-color: #2cbac2;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2cbac2;
}
.toggle-black input:checked + .slider {
    background-color: black;
}
.toggle-black input:focus + .slider {
    box-shadow: 0 0 1px black;
}
input:checked + .slider:before {
    -webkit-transform: translateX(1.5rem);
    -ms-transform: translateX(1.5rem);
    transform: translateX(1.5rem);
    border: 1px solid lightgray;
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
.dietary-info-button {
    color: black;
    background: #eee;
    position: relative;
    display: inline-block;
    margin: 0 3px;
    padding: 0.3rem 1rem;
    /*min-width: 7rem;*/
    border-radius: 2rem;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
    /*font-size: 1.4rem;*/
}

.event-details-header{
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.card,.list-inset {
    overflow: hidden;
    margin: 20px 10px;
    border-radius: 2px;
    background-color: #fff;
}
.card {
    padding-top: 1px;
    padding-bottom: 1px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.new-screen-item-add-wrapper {
    position: absolute;
    bottom: 2px;
    right: 5%;
    padding: 0.5rem;
    font-size: 1rem;
    color: white;
    text-align: center;
    line-height: 2rem;
    cursor: pointer;
}
.new-screen-item-add-wrapper .plus-icon-background {
    position: relative;
    color: black;
    background: white;
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.5);
}
.new-screen-item-add-wrapper.no-item-added {
    width: 2em;
}
.new-screen-item-add-wrapper .item-area {
    height: 2em;
    /*z-index: 3;*/
    display: flex;
    position: absolute;
}
.new-screen-item-add-wrapper .item-area.minus-sign {
    height: 3em;
    width: 3em;
    align-items: flex-end;
}
.new-screen-item-add-wrapper .item-area.minus-sign.trash-sign {
    background: black;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    padding: 0.5em;
}
.new-screen-item-add-wrapper .item-area.item-quantity {
    left: 40%;
    right: 40%;
    align-items: center;
    justify-content: center;
}
.new-screen-item-add-wrapper .item-area.plus-sign {
    height: 3em;
    width: 3em;
    justify-content: flex-end;
    align-items: flex-end;
    right: 0;
}
.new-screen-item-add-wrapper .item-area.qrcode {
    height: 2em;
    width: 2em;
    right: 0;
    background: black;
    border-radius: 50%;
}
.new-screen-item-add-wrapper .item-area > svg {
    width: 2em;
    height: 2em;
    background: white;
    border-radius: 50%;
}
.new-screen-item-add-wrapper .item-area.minus-sign.trash-sign > svg {
    font-size: 50%;
    background: none;
    color: white;
    border-radius: 0;
}
.new-screen-item-add-wrapper .item-area.qrcode > svg {
    width: 20px;
    height: 20px;
    border-radius: 0;
    background: black;
}
.qrcode > svg {
    margin: auto;
}
.new-screen-item-add-wrapper .animation-light-area {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 1em;
    background: lightgray;
}
.landing-page-header {
    position: sticky;
    top: 0;
    background: white;
    padding:
            max(env(safe-area-inset-top), 44px)
            max(env(safe-area-inset-right), 16px)
            0
            max(env(safe-area-inset-left), 16px);
    margin:
            0
            min(calc(-1 * env(safe-area-inset-right)), 0px)
            0
            min(calc(-1 * env(safe-area-inset-left)), 0px);
    z-index: 5;
    border-bottom: 1px solid #aaaaaa;
}

.landing-page-base {
    max-width: 680px;
    padding:
            0
            max(env(safe-area-inset-right), 16px)
            max(env(safe-area-inset-bottom), 16px)
            max(env(safe-area-inset-left), 16px);
    margin:
            0
            min(calc(-1 * env(safe-area-inset-right)), 0px)
            min(calc(-1 * env(safe-area-inset-bottom)), -16px)
            min(calc(-1 * env(safe-area-inset-left)), 0px);
    /*min-height: 100vh;*/
}
.home-container {
    position: relative;
    margin: 0 0 15px 0;
}
.home-titles {
    /*text-transform: capitalize;*/
    text-align: left;
    padding: 0.5rem 10px;
    /*border-top: 1vh solid #eee;*/
    margin: 0;
    font-size: 1.2rem;
    font-weight: 500;
}
.chart-canvas .home-titles {
    text-transform: none;
}
.rewards-card {
    position: relative;
    padding: 8px 16px 4px 16px;
    border-radius: 0 0 10px 10px;
    background: white;
    border: 1px solid black;
}
.loyalty-card-container {
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.loyalty-card-container.has-reward {
    border-radius: 16px 16px 6px 6px;
}
.loyalty-rewards-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 8px 16px;
    background-color: #E1B546;
    color: white;
    border-radius: 16px 16px 0 0;
}
.loyalty-rewards-wrapper .loyalty-rewards-icon {
    margin-right: 1rem;
}
.loyalty-card-latest {
    position: relative;
    padding: 16px;
    background-color: #eee;
    border-radius: 6px;
    margin: 0 0 20px;
}
.loyalty-card-container.has-reward .loyalty-card-latest {
    border-radius: 0 0 6px 6px;
}
.loyalty-card-image-wrapper {
    flex: 0 0 60px;
    height: 60px;
    position: relative;
    background-color: white;
    border-radius: 6px;
}
.loyalty-card-image-wrapper img {
    border-radius: 6px;
}
.loyalty-history-card {
    position: relative;
    padding: 16px;
    background-color: #eee;
    border-radius: 6px;
    margin: 0 16px 16px;
}

.loyalty-star-wrapper {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #F6BE00;
    color: white;
    font-size: 0.9rem;
}
.loyalty-reward-icon-wrapper {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #F6BE00;
    font-size: 1rem;
    padding: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loyalty-menu-item-wrapper {
    padding: 0.25em;
    border: 1px solid;
    margin: 5px 0 5px 15px;
    border-radius: 0.5em;
    width: fit-content;
}

.national-brands-scroll {
    display: flex;
    overflow-x: auto;
    /* white-space: nowrap; */
    font-size: 14px;
    font-weight: 500;
    /* padding: 0 16px; */
    /* justify-content: space-between; */
    /* margin: 0 1rem; */
}
.national-brands-wrapper {
    /* display: flex; */
    /* justify-content: space-between; */
    width: 49%;
    min-width: 150px;
    max-width: 250px;
    margin: 0 1rem;
}
.national-brands-wrapper:last-child {
    margin-right: 0;
}
.national-brands-image {
    height: 15vh;
    object-fit: cover;
    width: 100%;
    border-radius: 8px;
}

.news-promos-wrapper {
    margin-right: 10px;
    display: flex;
    /*align-items: normal;*/
    /*justify-content: center;*/
    /*flex-direction: row;*/
}
.news-promos-wrapper:last-child {
    margin-right: 0;
}
.news-promos-scroll {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 16px;
}
.news-promos-scroll::-webkit-scrollbar {
    display: none;
}

.notification-card {
    position: relative;
    padding: 1rem 3rem;
    /*background-color: #eee;*/
    /*border-radius: 6px;*/
    /*margin: 8px 0;*/
    border-bottom: 1px solid #eee;
}
.notification-card .notification-icon {
    position: absolute;
    left: 0.5rem;
    top: calc(1rem + 3px);
    color: red;
}
.notification-card .notification-title {
    font-weight: bold;
    font-size: 1.2rem;
}
.notification-card .notification-time {
    font-size: 1.2rem;
    margin-top: 0;
}
.notification-card .notification-message {
    font-size: 1.2rem;
    margin-top: 0;
}

.card-home {
    width: calc(100% - 32px);
    background: #09091A;
}
.card-home.wallet-card {
    width: calc(100% - 32px);
    background: white;
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 0;
    margin-bottom: 0;
}
.card-home.wallet-card.feedback-card {
    border: 0;
    background: #efedee;
    font-size: 1.2rem;
    padding: 6px 10px;
}
.receipt-card-light {
    padding: 16px;
    background-color: #ffffff;
    border: 1px solid #002c5f;
    border-radius: 25px
}
.receipt-logo {
    max-width: 60px;
    max-height: 60px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.receipt-logo-wrapper {
    height: 60px;
}


.offer-card-image-container, .update-card-image-container {
    height: 40vw;
    max-width: 660px;
    /* 20px for text, 4px for margin top, bottom */
    border-radius: 1em 1em 0 0;
    overflow: hidden;
    position: relative;
}
.update-card-image-container {
    display: flex;
    justify-content: center;
}
.update-card-image-container img {
    max-width: unset;
    object-fit: cover;
    width: 150% !important;
}

.menu-item-card.offer-card {
    width: calc(60vw - 20px);
    /*min-height: 80px;*/
    height: unset;
    border-radius: 14px;
    margin: 5px auto;
    border: none;
    background: #eeeeee;
}
.offer-card img {
    display: block;
    /*height: 76px;*/
    width: 100%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.offer-color {
    color: #cc8400;
}

.offer-close-wrapper {
    right: 1rem;
    top: 1rem;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: lightgrey;
    border-radius: 50%;
    padding: 5px;
    height: 2rem;
    width: 2rem;
    font-size: 2rem;
}
.offer-close-foreground-icon {
    font-size: 1.5rem;
    color: black;
    transform: translateY(1px);
}
.wallet-card {
    /*height: 90px;*/
    position: relative;
    padding: 8px 10px 4px 10px;
    border-radius: 10px 10px 0 0;
    margin: 0 16px 2px;
}
.wallet-card .wallet-message {
    margin: 3px;
    padding: 5px 15px;
    border-radius: 4px;
}
.wallet-card .wallet-time-string {
    /*margin: 3px;*/
    /*padding: 5px;*/
    /*background: #cc8400;*/
    color: white;
    white-space: normal;
    /*border-radius: 1em;*/
}
.font-12 {
    font-size: 12px;
}
.font-14 {
    font-size: 14px;
}
.font-10 {
    font-size: 10px;
}
.font-16 {
    font-size: 16px;
}
.font-20 {
    font-size: 20px;
}
.font-24 {
    font-size: 24px;
}
.font-32 {
    font-size: 32px;
}

.chart-slides .slider-slides {
    height: 100%;
    display: flex;
    padding-bottom: 10px;
}
.chart-slides .slider-slides .slider-slide {
    height: auto;
    padding-bottom: 20px;
}
.chart-slides ion-slide > div {
    padding-bottom: 25px;
}
.chart-slides .slider-pager {
    top: auto;
    left: auto;
    transform: none;
    bottom: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.chart-slides .slider-pager .slider-pager-page {
    border: 1px solid black;
    border-radius: 50%;
    height: calc(0.75em + 2px);
    width: calc(0.75em + 2px);
    margin: 0 4px;
    background-color: black;
    opacity: 0.5;
}

.chart-slides .slider-pager .slider-pager-page.active {
    height: calc(0.75em + 2px);
    width: calc(1.75em + 2px);
    border-radius: calc(0.375em + 1px);
    background-color: white;
    opacity: 1;
}
.chart-slides .slider-pager .slider-pager-page .icon.ion-record {
    display: none;
}
.chart-canvas canvas {
    width: 100%;
    display: flex;
    margin: auto;
}

@media (min-width: 768px) {
    .chart-canvas canvas {
        max-width: calc(768px - 32px);;
        max-height: 256px;
        margin: 0;
    }
}

.rewards-progress-container progress {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
}

.rewards-progress-container progress::-webkit-progress-bar {
    background-color: rgb(236, 236, 236);
    border-radius: 2px;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset; */
}

.rewards-progress-container progress::-webkit-progress-value {
    background-color: rgb(52, 52, 81);
    border-radius: 4px;
}

.rewards-progress-container progress.red::-webkit-progress-value {
    background-color: #E62C10;
}

.rewards-progress-container progress.amber::-webkit-progress-value {
    background-color: #FFCC00;
}

.rewards-progress-container progress.green::-webkit-progress-value {
    background-color: #85BC21;
}

.progress-wrapper {
    position: relative;
    text-align: center;
}
.progress-wrapper .current {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 1.6rem;
    font-weight: 600;
}



.rewards-progress-container progress {
    border-radius: 15px;
    height: 30px;
    border: 0.5px solid black;
    background: #C0C0C9;
}
.rewards-progress-container progress[value]::-webkit-progress-bar {
    border-radius: 15px;
    background-color: white;
}
/*.rewards-progress-container progress::-webkit-progress-value {*/
/*    border-radius: 4px;*/
/*}*/
.rewards-progress-container progress[value]::-webkit-progress-value {
    border-radius: 15px;
    background: #C0C0C9;
}
.rewards-progress-container progress::-moz-progress-bar {
    /*border-radius: 4px;*/
    /*background: #C0C0C9;*/
}

.rewards-progress-container progress {
    border-radius: 8px;
    height: 16px;
    border: 0.5px solid black;
    background: #C0C0C9;
}
.rewards-progress-container progress[value]::-webkit-progress-bar {
    border-radius: 8px;
    background-color: white;
}
/*.rewards-progress-container progress::-webkit-progress-value {*/
/*    border-radius: 4px;*/
/*}*/
.rewards-progress-container progress[value]::-webkit-progress-value {
    border-radius: 8px;
    background: #C0C0C9;
}
.rewards-progress-container progress::-moz-progress-bar {
    /*border-radius: 4px;*/
    /*background: #C0C0C9;*/
}
.order-again-card {
    position: relative;
    height: 17vw;
    /*max-height: 170px;*/
    margin: 0 1.5vw 0 0.5vw;
    width: 33vw;
    /*max-width: 330px;*/
    padding: 2vw 1vw;
    float: left;
    border-radius: 0.5em;
    display: flex;
    justify-content: space-between;
}
.order-again-card {
    height: 19vw;
    width: 35vw;
    /*max-height: 190px;*/
    /*max-width: 350px;*/
    /*margin: 0 1.5rem 0 0.5rem;*/
    /*padding: 1rem;*/
}
.placeholder-card {
    position: relative;
    height: 26vw;
    margin: 0 1rem;
    width: calc(100% - 32px);
    padding: 2vw 1vw;
    display: flex;
    justify-content: space-between;
}
.order-again-card.placeholder-card {
    height: unset;
    margin: 0 1rem;
    padding: 16px;
    display: block;
}
.order-again-card-image-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.before-home-card-img {
    object-fit: cover;
    /*display: block;*/
    border-radius: 50%;
    height: 100%;
}
.order-again-card-details {
    width: 18vw;
    position: relative;
    padding-left: 1vw;
}
.order-again-card-name {
    white-space: normal;
    font-weight: 500;
    line-height: 120%;
}
.order-again-card-name {
    white-space: normal;
    font-weight: 500;
    line-height: 120%;
}
.text-ellipsis-two-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.order-again-card-buttons-container {
    position: absolute;
    bottom: 0;
    right: 2vw;
    font-size: 1.5rem;
    padding: 0;
    text-align: end;
}
.order-again-card-buttons-container .order-again-card-button {
    cursor: pointer;
    padding: 0 8px;
}
.order-again-card-plus-button-container {
    position: absolute;
    bottom: -1vw;
    right: 0;
    font-size: 2.5rem;
}
.order-again-card-placeholder-text {
    white-space: normal;
}
.order-again-card-start-first-order {
    position: absolute;
    left: 2vw;
    bottom: 2vw;
    font-weight: 400;
    text-align: left;
    font-size: 1rem;
}

.previous-orders-container {
    position: absolute;
    top: 0.7vh;
    right: 10px;
    margin-top: 15px;
}

.previous-orders-round {
    border-radius: 1em;
    font-size: 10px;
    font-weight: 500;
    padding: 2px 6px;
    color: black;
    cursor: pointer;
}
.previous-orders-round.icon-only {
    font-size: 1.2rem;
}

.home-background-color {
    background: #efedee;
}
.no-margin {
    margin: 0;
}
.padding {
    padding: 1rem;
}
.padding-10 {
    padding: 10px;
}
.no-padding, .mbsc-col-6.no-padding {
    padding: 0;
}
.no-border {
    border: 0;
}
.display-flex-row-space-between, .event-details-input label.display-flex-row-space-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.semi-bold {
    font-weight: 500;
}
.demi-bold {
    font-weight: 600;
}
.visibility-hidden {
    visibility: hidden;
}

.vertical-center {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute !important;
    width: 100%;
}

.before-tab-central-background {
    position: absolute;
    bottom: -2px;
    left: calc(50% - 2.7em);
    background: white;
    border: 0.5em solid #eee;
    border-radius: 50%;
    height: 5.4em;
    width: 5.4em;
}
.basket-stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: center;
}
.basket-stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 44.5%;
    margin-bottom: 8px;
}
@media (max-width: 768px) {
    .basket-stepper-item {
        font-size: 1.2rem;
    }
    .login-logo {
        position: relative;
        top: 16px;
    }
}
.basket-stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 6px solid #aaa;
    width: 50%;
    top: 16px;
    left: -9%;
    /*z-index: 2;*/
}
.basket-stepper-item.pre-border::before {
    border-bottom: 6px solid black;
}
.basket-stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 6px solid #aaa;
    width: 50%;
    top: 16px;
    left: 59%;
    /*z-index: 2;*/
}
.basket-stepper-item.post-border::after {
    border-bottom: 6px solid black;
}

.basket-stepper-item .basket-step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    margin-bottom: 6px;
    border: 1px solid #aaa;
    font-size: 1rem;
}
.efeed-font .basket-stepper-item .basket-step-counter {
    border: 1px solid #8E5A39;
    color: #8E5A39;
}
.basket-stepper-item.active .basket-step-counter {
    border: 2px solid black;
    background: black;
    color: white;
}
.efeed-font .basket-stepper-item.active .basket-step-counter {
    background: #8E5A39;
    border: 2px solid #8E5A39;
}

.basket-stepper-item.active {
    font-weight: bold;
}
.basket-stepper-item:first-child::before {
    content: none;
}
.basket-stepper-item:last-child::after {
    content: none;
}
.padding-horizontal, .padding-right {
    padding-right: 10px;
}
.padding-horizontal, .padding-left {
    padding-left: 10px;
}
.margin-vertical {
    margin-top: 20px;
}
.payment-page-background {
    background: #F2F6F9;
}
.payment-page-card > div  {
    border-bottom: 1px solid #aaa;
}
.payment-page-card > div:last-child {
    border-bottom: none;
}
.payment-card-icon {
    height: 2.5rem;
    width: 2.5rem;
    object-fit: contain;
}
.payment-card-checkbox-icon {
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: left;
}
.payment-qr-icon {
    height: 2rem;
    width: 2rem;
    object-fit: contain;
}
.ratings-color {
    color: #59a082;
}
.payment-method-arrow {
    position: absolute;
    display: flex;
    right: 0;
    width: 3rem;
    height: 100%;
    align-items: center;
    justify-content: end;
    top: 0;
    color: #222222;
    opacity: 0.7;
}
.switch-card-balance {
    border-radius: 4px;
    background: #F2F6F9;
    border: 1px solid black;
    color: black;
    font-size: 12px;
    padding: 0 2px;
    min-width: 4rem;
}
.filter-remove-button {
    font-size: 12px;
}
.horizontal-scrollable-row {
    flex-wrap: unset;
    overflow: scroll;
}
.horizontal-scrollable-row::-webkit-scrollbar {
    display: none;
}
.view-all-link {
    color: rgb(94,106, 113);
    font-weight: 500;
    cursor: pointer;
}

.item-decrement-icon {
    position: absolute;
    padding: 0;
    font-size: 200%;
    left: 0;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}
.item-decrement-icon.trash-sign {
    background: transparent;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    margin: auto;
}
.item-decrement-icon.trash-sign > svg {
    font-size: 50%;
    background: none;
    color: black;
    border-radius: 0;
}
.item-decrement-icon.minus-sign {
    background: transparent;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    margin: auto;
}
.item-decrement-icon.minus-sign > svg {
    font-size: 50%;
    background: none;
    color: black;
    border-radius: 0;
}
.item-quantity-middle {
    position: absolute;
    padding: 0;
    font-size: 100%;
    color: black;
}
.item-increment-icon {
    position: absolute;
    padding: 0;
    font-size: 200%;
    right: 0;
    color: black;
    background: transparent;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}
.single-modifier-list-as-needed .item-increment-icon, .multi-modifier-list-as-needed .item-increment-icon {
    text-align: center;
}
.item-increment-icon > svg {
    font-size: 50%;
    background: none;
    color: black;
    border-radius: 0;
}


.menu-item-details-modifier-img-container {
    position: relative;
    /*width: 25vw;*/
    /*height: 25vw;*/
}
.single-modifier-list-as-needed .menu-item-details-modifier-img-container, .multi-modifier-list-as-needed .menu-item-details-modifier-img-container {
    width: 20vw;
    height: 20vw;
}
.single-modifier-list-as-needed .menu-item-details-modifier-img-container .menu-item-info-wrapper, .multi-modifier-list-as-needed .menu-item-details-modifier-img-container .menu-item-info-wrapper {
    width: 2.6rem;
    height: 2.6rem;
    position: absolute;
    left: 0;
    top: 0;
}
.single-modifier-list-as-needed .menu-item-details-modifier-img-container.hide-imagery .menu-item-info-wrapper, .multi-modifier-list-as-needed .menu-item-details-modifier-img-container.hide-imagery .menu-item-info-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.single-modifier-list-as-needed .menu-item-details-modifier-img-container.hide-imagery .modifier-info-btn, .multi-modifier-list-as-needed .menu-item-details-modifier-img-container.hide-imagery .modifier-info-btn {
    position: relative;
    margin: 0;
}
.single-modifier-list-as-needed .menu-item-details-modifier-img-container.hide-imagery, .multi-modifier-list-as-needed .menu-item-details-modifier-img-container.hide-imagery {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
}
.single-modifier-list-as-needed .menu-item-details-modifier-img-container img, .multi-modifier-list-as-needed .menu-item-details-modifier-img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.menu-item-details-modifier-img-container.hide-imagery {
    height: 0;
}
.menu-item-details-modifier-img-container-no-img {
    height: 6vw;
}
.menu-item-details-modifier-img-container img {
    border-bottom: 1px solid #eee;
}
.menu-item-detail-item-add-wrapper {
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: calc(100% - 8px);
    height: calc(2em);
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    background: white;
    border-radius: 1em;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
}
.multi-modifier-list-as-needed .menu-item-detail-item-add-wrapper, .single-modifier-list-as-needed .menu-item-detail-item-add-wrapper{
    width: 80px;
}
.multi-modifier-double-stacked .menu-item-detail-item-add-wrapper {
    bottom: unset;
    /*total height of is 25vw, height of item add wrapper is 2em, 2px is margin from bottom */
    top: calc(min(25vw, 8rem) - 2em - 2px);
}
.menu-item-detail-item-add-wrapper.no-item-added {
    width: calc(2em);
}


.single-modifier-wide-as-needed, .multi-modifier-wide-as-needed {
    display: flex;
    overflow: auto;
    white-space: nowrap;
    /*margin-left: 0.5em;*/
    /*margin-right: 0.5em;*/
    white-space: nowrap;
}
.single-modifier-wide-as-needed::-webkit-scrollbar, .multi-modifier-wide-as-needed::-webkit-scrollbar {
    display: none;
}
.single-modifier-list-as-needed .menu-item-details-modifier-img-container, .multi-modifier-list-as-needed .menu-item-details-modifier-img-container {
    width: 20vw;
    height: 20vw;
}
.single-modifier-list-as-needed .menu-item-details-modifier-img-container img, .multi-modifier-list-as-needed .menu-item-details-modifier-img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.multi-modifier-wide-as-needed.multi-modifier-double-stacked .scroll .single-modifier-horizontal-item, .single-modifier-wide-as-needed.single-modifier-double-stacked .scroll .single-modifier-horizontal-item {
    width: unset;
}
.multi-modifier-double-stacked .menu-item-detail-item-add-wrapper {
    bottom: unset;
    /*total height of is 25vw, height of item add wrapper is 2em, 2px is margin from bottom */
    top: calc(min(25vw, 8rem) - 2em - 2px);
}
.single-modifier-list-as-needed .item-decrement-icon, .multi-modifier-list-as-needed .item-decrement-icon {
    left: 0;
}
.single-modifier-list-as-needed .item-increment-icon, .multi-modifier-list-as-needed .item-increment-icon {
    text-align: center;
}
table.table-display-modifier {
    display: block;
    white-space: nowrap;
    border-collapse: separate;
    border-spacing: 4px 20px;
}
table.table-display-modifier tbody {
    display: table;
    table-layout: fixed;
}
table.table-display-modifier th, table.table-display-modifier td {
    height: 0;
    vertical-align: top;
}
.menu-item-details-modal .dynamify-content .col {
    padding: 0;
}
.modifier-info-btn, .modifier-info-btn-wrapper, .menu-item-level-info-btn {
    display: none;
}
.checkout-section-header {
    font-weight: normal;
    margin-bottom: 0;
}
.font-weight-normal {
    font-weight: normal;
}
.input-quantity-menu-item-details {
    border: 0;
}
.input-quantity-menu-item-details:focus, .input-phone-checkout:focus, #basket-quantity:focus {
    outline: 0;
}
.button-chevron {
    padding-top: 0;
    padding-bottom: 0;
    color: black;
}

.order-details-margin {
    margin: 0.5rem 0
}
.express-checkout-pay-button {
    max-width: 500px;
}
