.c-header {
    box-shadow: 0 0 35px 0 rgb(0 0 0 / 23%);
}

.c-images--57 {
    padding-top: 80%;
}

.d-mobile {
    display: none;
}

.logo {
    max-height: 70px;
}

.menu-icon svg {
    height: 18px;
}

.js-less-quantity i {
    margin-top: 10px;
    margin-left: 13px;
}

.js-more-quantity i {
    margin-top: 10px;
    margin-left: 13px;
}

.c-cart__wrapper {
    background-color: white;
    max-width: 504px;
    width: auto;
}

.c-cart__info-text {
    color: black;
}

.pac-container {
    z-index: 9999999999
}

.bannerHeader {
    padding: 10px;
    background-color: #67bd63;
    color: white;
    font-size: 16px;
    font-family: 'Poppins';
    height: 44px;
    position: sticky;
    top: 0;
    z-index: 40;
    width: 100%;
}

.bannerHeader+header {
    top: 44px;
}

.bannerHeader+header+#loading+#categoriesContent {
    top: 133px;
}

@media (min-width: 768px) {
    .c-cart__list {
        margin-bottom: 4rem;
        margin-top: 2.5rem;
        height: calc(100% - 337px);
        max-height: none;
    }
}


/* login page */

.login-container {
    min-height: 90vh;
}

.login-container .o-wrapper {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding-left: 24px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.login-container .o-wrapper--m {
    max-width: 1100px;
}

.c-btn__text,
.c-btn__text:hover {
    border-radius: 8px;
    background-color: #FF911A;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 8%);
    padding: 14px;
    text-align: center;
    color: black;
    border: none;
}

.c-login-content {
    padding-top: 24px !important;
    padding-right: 24px !important;
    padding-bottom: 24px !important;
    padding-left: 24px !important;
}

.c-input {
    font-family: 'Raleway', sans-serif;
    position: relative;
}

.c-input input[type="text"],
.c-input input[type="password"],
.c-input input[type="email"] {
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
    width: 100%;
    height: 48px;
    color: #0F0E0E;
    text-indent: 16px;
    font-size: 16px;
    border: 1px solid #0F0E0E;
    outline: none;
    background-color: white;
    font-weight: 600;
}

.c-input--big input,
.c-input--big a {
    min-height: 62px;
}

.c-input.has-icon i {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.c-btn__text,
.c-btn__text:hover {
    border-radius: 8px;
    background-color: #FF911A;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 8%);
    padding: 14px;
    text-align: center;
    color: black;
    border: none;
    transition: .3s all;
    font-size: 18px;
    font-weight: 600;
}

.o-layout {
    display: flex;
    flex-wrap: wrap;
}

.o-layout__item {
    box-sizing: border-box;
    width: 100%;
}

.login-layout {
    width: 66.66667%;
}

.c-steps__wrapper {
    position: relative;
}

.c-steps-line__block:not(:last-of-type)::after {
    background-color: black;
}

.c-login__items li a.active {
    color: #5C331F;
    background-color: #F2F2F2;
}

.peer:checked~.peer-checked\:bg-primary {
    color: white;
}


/* calendar schedules */

.xdsoft_date {
    background: #67bd63!important;
    color: #fff!important;
}

.xdsoft_disabled {
    background: grey!important;
    color: white!important;
}

.xdsoft_current {
    background: #3af!important;
}


/* modal */

.modal.show .modal-dialog {
    transform: none;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px);
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal.show .modal-dialog {}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

.product-info-content-info::-webkit-scrollbar {
    width: 5px;
}

.product-info-content-info::-webkit-scrollbar-thumb {
    background: #969494;
    border-radius: 10px;
}

.promotionPopUpContent .slick-dots {
    justify-content: center;
    position: absolute;
    color: var(--color-shade-0);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.promotionPopUpContent .slick-dots button {
    background-color: #d8d8d8;
    font-size: 0;
    line-height: 0;
    display: block;
    width: 24px;
    height: 2px;
    cursor: pointer;
    border: 0;
    outline: none;
    position: relative;
}

.promotionPopUpContent .slick-dots .slick-active button {
    background-color: black;
}

.js-product-slide picture {
    height: 350px;
    width: 100%;
}

.js-product-slide picture img {
    height: 100%;
    width: 100%;
}

.js-product-slide .c-slider__arrow--outerprev {
    left: 29px;
    color: white;
    font-size: 28px;
    height: 31px;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
}

.js-product-slide .c-slider__arrow--outernext {
    right: 29px;
    color: white;
    font-size: 28px;
    height: 31px;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
}

.allergen-item {
    display: none;
}

.allergen-item.is-active {
    display: block;
}

.c-slider__arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    border: 1px solid var(--color-shade-0);
    color: var(--color-shade-0);
    width: 56px;
    height: 56px;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    cursor: pointer;
}

.c-slider__arrow--prev {
    left: 30px;
}

.c-slider__arrow--next {
    right: 30px;
}

.c-slider__arrow--outerprev {
    left: -10px;
    color: var(--color-shade-0);
    border: none;
    height: 80px;
    transition: .2s all;
    font-size: 44px;
}

.c-slider__arrow--outerprev:hover {
    color: var(--color-primary);
    transition: .2s all;
}

.c-slider__arrow--outernext {
    right: -10px;
    color: var(--color-shade-0);
    font-size: 44px;
    border: none;
    height: 80px;
}

.c-slider__arrow--outernext:hover {
    color: var(--color-primary);
    transition: .2s all;
}

.c-slider__arrow--innerprev {
    left: 10px;
    color: var(--color-text);
    border: none;
    height: 80px;
    transition: .2s all;
    font-size: 35px;
    display: flex !important;
}

.c-slider__arrow--innerprev:hover {
    color: var(--color-secondary);
    transition: .2s all;
}

.c-slider__arrow--innerprev[aria-disabled="true"] {
    opacity: .4 !important;
}

.c-slider__arrow--innernext {
    right: 10px;
    color: var(--color-text);
    border: none;
    height: 80px;
    font-size: 35px;
    display: flex !important;
}

.c-slider__arrow--innernext:hover {
    color: var(--color-secondary);
    transition: .2s all;
}

.c-slider__arrow--innernext[aria-disabled="true"] {
    opacity: .4 !important;
}

.loading-container {
    position: fixed;
    display: block;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999999999;
    color: white;
    background-color: rgba(41, 41, 38, 0.7);
}

.loading-container-img {
    top: 50vh;
    position: absolute;
    left: 44%;
}

#establishmentInformation {
    background-image: none
}

.c-allergens__item.active .c-allergens__icon {
    background-color: #76CF81;
}


/* width */

.establishemnt-modal-content::-webkit-scrollbar {
    width: 5px;
}


/* Track */

.establishemnt-modal-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

.establishemnt-modal-content::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

.establishemnt-modal-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.establishment-item-content {
    box-shadow: 0 0 25px 0 rgba(92, 51, 31, 0.31);
}

.js-riders-map {
    width: 100%;
    height: 80vh;
}

.c-header__top-language {
    font-size: 18px;
    position: relative;
    font-family: var(--font-family-secondary);
    padding-right: 14px;
    cursor: pointer;
    padding-bottom: 5px;
    padding-top: 5px;
}

.c-header__top-language:hover .c-header__top-language-list {
    opacity: 1;
    pointer-events: all;
    transition: .3s all;
}

.c-header__top-language-list {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 35px;
    right: 0;
    text-align: right;
    transition: .3s all;
    padding: 5px 14px;
    z-index: 99;
}

.c-header__top-language-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.c-header__top-language-list li a {
    transition: .3s all;
}

.c-header__top-language-list li a:hover {
    transition: .3s all;
}

.establishment-cdelivery-content {
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
}


/*
     FILE ARCHIVED ON 08:02:45 May 01, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:22:39 May 21, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/


/*
playback timings (ms):
  captures_list: 0.702
  exclusion.robots: 0.024
  exclusion.robots.policy: 0.01
  esindex: 0.013
  cdx.remote: 6.594
  LoadShardBlock: 43.909 (3)
  PetaboxLoader3.datanode: 59.605 (5)
  load_resource: 105.258
  PetaboxLoader3.resolve: 38.457
  loaddict: 55.511
*/