:root {
    --olive-400: #065227;
    --olive-600: #003818;
    --olive-800: #062600;
    --lime-400: #E1FFC5;
    --lime-600: #B8FC78;
    --lime-800: #8DE43A;
    --melon-400: #E2E9E2;
    --melon-600: #D8E4D9;
    --melon-800: #AFB6AF;
    --carrot-400: #FFB798;
    --carrot-600: #F58453;
    --carrot-800: #CE5E2D;
    --lavender-400: #F0E6FF;
    --lavender-600: #E2CEFF;
    --lavender-800: #C2A5EB;
    --almond-400: #FFFCF9;
    --almond-600: #FAF4EE;
    --almond-800: #F1E6DA;
    --water-400: #E2EFFF;
    --water-600: #C3DFFF;
    --water-800: #93B0D1;
}

@font-face {
    font-family: 'Obviously';
    src: url('/assets/fonts/Obviously-NarwBlck.woff2') format('woff2'),
    url('/assets/fonts/Obviously-NarwBlck.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Family';
    src: url('/assets/fonts/Family-Regular.woff2') format('woff2'),
    url('/assets/fonts/Family-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Greed Standard';
    src: url('/assets/fonts/GreedStandard-Regular.woff2') format('woff2'),
    url('/assets/fonts/GreedStandard-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Greed Standard';
    src: url('/assets/fonts/GreedStandard-Bold.woff2') format('woff2'),
    url('/assets/fonts/GreedStandard-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}

body {
    background: var(--melon-600);
    -webkit-font-smoothing: antialiased;
    position: relative;
    overflow-x: hidden;
    display: flex;
    color: var(--olive-800);
    font-size: 1rem;
    min-height: 100vh;
    flex-direction: column;
    font-family: 'Greed Standard', 'Roboto', sans-serif;
}

.font-title {
    font-family: 'Obviously', sans-serif !important;
    text-transform: uppercase !important;
    font-weight: normal !important;
}

.font-subtitle {
    font-family: 'Family', sans-serif !important;
    font-weight: normal !important;
}

.font-body {
    font-family: 'Greed Standard', 'Roboto', sans-serif !important;
}

a {
    color: var(--olive-800);
}

a:hover, a:active {
    color: var(--olive-600);
}

h1.font-weight-normal,
h2.font-weight-normal,
h3.font-weight-normal,
h4.font-weight-normal,
h5.font-weight-normal,
h6.font-weight-normal {
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--olive-600);
}

.line-height-1 {
    line-height: 1 !important;
}

.display-1, .display-2, .display-3, .display-4, .display-5 {
    font-family: 'Obviously', sans-serif;
    line-height: 0.85;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
}

.display-1 {
    font-size: 10rem;
}

.sticker {
    font-family: 'Obviously', sans-serif;
    padding: 0.25rem 0.75rem;
    text-transform: uppercase;
    display: inline-block;
    font-size: 1rem;
    border: 3px solid var(--olive-600);
    background-color: var(--lime-400);
    color: var(--olive-600);
    box-shadow: 8px 8px 0 0 var(--olive-600);
    transform: rotate(-1deg);
    border-radius: 10px;
}

.sticker.sticker-water {
    background-color: var(--water-600);
}

.sticker.sticker-carrot {
    background-color: var(--carrot-400);
}

.sticker.sticker-lavender {
    background-color: var(--lavender-600);
}

.sticker.sticker-melon {
    background-color: var(--melon-600);
}

.sticker.sticker-almond {
    background-color: var(--almond-600);
}


.sticker-lg {
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
}

/* Also edit announcement.scss for helpdesk */
.announcement-text p {
    margin-bottom: 0;
}

.font-monospace {
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif !important;
}

.bg-olive-400 {
    background-color: var(--olive-400) !important;
}

.bg-olive-600 {
    background-color: var(--olive-600) !important;
}

.bg-olive-800 {
    background-color: var(--olive-800) !important;
}

.bg-lime-400 {
    background-color: var(--lime-400) !important;
}

.bg-lime-600 {
    background-color: var(--lime-600) !important;
}

.bg-lime-800 {
    background-color: var(--lime-800) !important;
}

.bg-lavender-400 {
    background-color: var(--lavender-400) !important;
}

.bg-lavender-600 {
    background-color: var(--lavender-600) !important;
}

.bg-lavender-800 {
    background-color: var(--lavender-800) !important;
}

.bg-melon-400 {
    background-color: var(--melon-400) !important;
}

.bg-melon-600 {
    background-color: var(--melon-600) !important;
}

.bg-melon-800 {
    background-color: var(--melon-800) !important;
}

.bg-water-400 {
    background-color: var(--water-400) !important;
}

.bg-water-600 {
    background-color: var(--water-600) !important;
}

.bg-water-800 {
    background-color: var(--water-800) !important;
}

.bg-carrot-400 {
    background-color: var(--carrot-400) !important;
}

.bg-carrot-600 {
    background-color: var(--carrot-600) !important;
}

.bg-carrot-800 {
    background-color: var(--carrot-800) !important;
}

.bg-almond-400 {
    background-color: var(--almond-400) !important;
}

.bg-almond-600 {
    background-color: var(--almond-600) !important;
}

.bg-almond-800 {
    background-color: var(--almond-800) !important;
}

.text-olive-400 {
    color: var(--olive-400) !important;
}

.text-olive-600 {
    color: var(--olive-600) !important;
}

.text-olive-800 {
    color: var(--olive-800) !important;
}

.text-lime-400 {
    color: var(--lime-400) !important;
}

.text-lime-600 {
    color: var(--lime-600) !important;
}

.text-lime-800 {
    color: var(--lime-800) !important;
}

.text-almond-400 {
    color: var(--almond-400) !important;
}

.text-almond-600 {
    color: var(--almond-600) !important;
}

.text-almond-800 {
    color: var(--almond-800) !important;
}

.text-lavender-400 {
    color: var(--lavender-400) !important;
}

.text-lavender-600 {
    color: var(--lavender-600) !important;
}

.text-lavender-800 {
    color: var(--lavender-800) !important;
}

.text-melon-400 {
    color: var(--melon-400) !important;
}

.text-melon-600 {
    color: var(--melon-600) !important;
}

.text-melon-800 {
    color: var(--melon-800) !important;
}

.text-water-400 {
    color: var(--water-400) !important;
}

.text-water-600 {
    color: var(--water-600) !important;
}

.text-water-800 {
    color: var(--water-800) !important;
}

.text-carrot-400 {
    color: var(--carrot-400) !important;
}

.text-carrot-600 {
    color: var(--carrot-600) !important;
}

.text-carrot-800 {
    color: var(--carrot-800) !important;
}

.bg-primary {
    background-color: #003818 !important;
}

.bg-success {
    background-color: var(--lime-600) !important;
}

.bg-dark-10 {
    background-color: rgba(0, 0, 0, 0.10) !important;
}

.text-xs {
    font-size: 0.75rem; /* 12px */
    line-height: 1rem; /* 16px */
}

.text-sm {
    font-size: 0.875rem; /* 14px */
    line-height: 1.25rem; /* 20px */
}

.text-base {
    font-size: 1rem; /* 16px */
    line-height: 1.5rem; /* 24px */
}

.text-lg {
    font-size: 1.125rem; /* 18px */
    line-height: 1.75rem; /* 28px */
}

.text-xl {
    font-size: 1.25rem; /* 20px */
    line-height: 1.75rem; /* 28px */
}

.text-2xl {
    font-size: 1.5rem; /* 24px */
    line-height: 2rem; /* 32px */
}

.text-3xl {
    font-size: 1.875rem; /* 30px */
    line-height: 2.25rem; /* 36px */
}

.text-4xl {
    font-size: 2.25rem; /* 36px */
    line-height: 2.5rem; /* 40px */
}

.text-5xl {
    font-size: 3rem; /* 48px */
    line-height: 1;
}

.text-6xl {
    font-size: 3.75rem; /* 60px */
    line-height: 1;
}

.text-7xl {
    font-size: 4.5rem; /* 72px */
    line-height: 1;
}

.text-8xl {
    font-size: 6rem; /* 96px */
    line-height: 1;
}

.text-9xl {
    font-size: 8rem; /* 128px */
    line-height: 1;
}

.text-huge {
    font-size: 60px;
}

.box-shadow-lg {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}

.box-shadow-success {
    box-shadow: 0 0 8px var(--lime-600) !important;
}

.text-shadow-lg {
    text-shadow: 0 0 40px rgba(0, 0, 0, 1);
}

.text-orange {
    color: #ff872f;
}

/* Fix Google Autocomplete input */
.pac-container {
    z-index: 10050 !important;
}

/* --[ COMPONENTS ]-------------------------------------------------------------------------------------------------- */
.payment-method input[type="radio"] {
    visibility: hidden;
    position: absolute;
}

.payment-method input[type="radio"] + img {
    cursor: pointer;
}

.payment-method label {
    border: 1px solid #E7EBE9;
    border-radius: 8px;
    padding: 1px;
    margin-right: 10px;
    box-shadow: rgb(231 235 233 / 50%) 0 3px 6px;
    position: relative;
    width: 100%;
}

.payment-method input[type="radio"]:checked + label {
    border: 2px solid var(--olive-600);
    padding: 0;
}

.payment-method input[type="radio"]:checked + label::before {
    content: '\f00c';
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 15px;
    font-family: "Font Awesome 5 Pro";
}

.payment-method label img {
    display: block;
    margin: 20px 30px 0;
    height: 53px;
}

.payment-method label span {
    display: block;
    line-height: 30px;
    margin: 10px 0;
    text-align: center;
    font-weight: 500;
    opacity: 0.7;
}

.video-wrapper {
    width: 100%;
    height: 0px;
    overflow: hidden;
    padding-bottom: 56.25%;
    border-radius: 10px;
    box-shadow: 0px 10px 30px #d0d7dd;
    position: relative;
    margin: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
}

.alert-success {
    color: var(--olive-800);
    background-color: var(--lime-400);
}

.alert-danger {
    color: rgb(220, 53, 69);
    background-color: rgba(220, 53, 69, 0.1);
}

.alert-info {
    background-color: var(--water-400);
}

.alert-orange {
    background-color: #ff9800;
    border: none;
    color: #fff;
    padding: 15px;
    border-radius: 3px;
    z-index: 9999;
    position: fixed;
    width: 520px;
    max-width: 90%;
}

.alert i.alert-icon {
    display: inline-block;
    float: left;
    font-size: 20px;
    margin-right: 14px;
}

.badge.badge-lavender {
    background-color: var(--lavender-400) !important;
    color: var(--olive-800) !important;
}

.badge.badge-orange {
    color: white;
    background: #ff9800;
}

.badge.badge-success {
    background-color: var(--lime-600) !important;
}

/* --[ MENU ]-------------------------------------------------------------------------------------------------------- */

header.sm {
    height: 135px;
    border-bottom: 1px solid #e7e7e7;
    background: url("/assets/images/background-2.jpg") center center;
    background-size: cover;
    position: relative;
    z-index: 130;
}

.logo img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.bar {
    border-radius: 6px 6px 0 0;
    background: rgba(255, 255, 255, .9);
}

/* --[ SIDEMEMU ]---------------------------------------------------------------------------------------------------- */
.sidemenu {
    font-weight: 600;
    padding-top: 1em;
    padding-bottom: 1em;
}

.sidemenu div {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

.sidemenu a {
    color: #666;
}

.sidemenu a:hover {
    color: #005abc;
    text-decoration: none;
}

.bg-green {
    background-color: var(--lime-600);
}

/* --[ GRADIENTS ]--------------------------------------------------------------------------------------------------- */
.bg-gradient-directional-success {
    background-image: -webkit-linear-gradient(45deg, var(--lime-600), var(--lime-800));
    background-image: -moz-linear-gradient(45deg, var(--lime-600), var(--lime-800));
    background-image: -o-linear-gradient(45deg, var(--lime-600), var(--lime-800));
    background-image: linear-gradient(45deg, var(--lime-600), var(--lime-800));
    background-repeat: repeat-x;
}

.bg-gradient-directional-info {
    background-image: -webkit-linear-gradient(45deg, #1e9fc4, #69c7de);
    background-image: -moz-linear-gradient(45deg, #1e9fc4, #69c7de);
    background-image: -o-linear-gradient(45deg, #1e9fc4, #69c7de);
    background-image: linear-gradient(45deg, #1e9fc4, #69c7de);
    background-repeat: repeat-x
}

.bg-gradient-directional-warning {
    background-image: -webkit-linear-gradient(45deg, #fcaa01, #fece4d);
    background-image: -moz-linear-gradient(45deg, #fcaa01, #fece4d);
    background-image: -o-linear-gradient(45deg, #fcaa01, #fece4d);
    background-image: linear-gradient(45deg, #fcaa01, #fece4d);
    background-repeat: repeat-x
}

.bg-gradient-directional-danger {
    background-image: -webkit-linear-gradient(45deg, #f95058, #fc9197);
    background-image: -moz-linear-gradient(45deg, #f95058, #fc9197);
    background-image: -o-linear-gradient(45deg, #f95058, #fc9197);
    background-image: linear-gradient(45deg, #f95058, #fc9197);
    background-repeat: repeat-x
}

.bg-gradient-directional-red {
    background-image: -webkit-linear-gradient(45deg, #d32f2f, #e57373);
    background-image: -moz-linear-gradient(45deg, #d32f2f, #e57373);
    background-image: -o-linear-gradient(45deg, #d32f2f, #e57373);
    background-image: linear-gradient(45deg, #d32f2f, #e57373);
    background-repeat: repeat-x
}

.bg-gradient-directional-pink {
    background-image: -webkit-linear-gradient(45deg, #c2185b, #f06292);
    background-image: -moz-linear-gradient(45deg, #c2185b, #f06292);
    background-image: -o-linear-gradient(45deg, #c2185b, #f06292);
    background-image: linear-gradient(45deg, #c2185b, #f06292);
    background-repeat: repeat-x
}

.bg-gradient-directional-purple {
    background-image: -webkit-linear-gradient(45deg, #7b1fa2, #ba68c8);
    background-image: -moz-linear-gradient(45deg, #7b1fa2, #ba68c8);
    background-image: -o-linear-gradient(45deg, #7b1fa2, #ba68c8);
    background-image: linear-gradient(45deg, #7b1fa2, #ba68c8);
    background-repeat: repeat-x
}

.bg-gradient-directional-blue {
    background-image: -webkit-linear-gradient(45deg, #1976d2, #64b5f6);
    background-image: -moz-linear-gradient(45deg, #1976d2, #64b5f6);
    background-image: -o-linear-gradient(45deg, #1976d2, #64b5f6);
    background-image: linear-gradient(45deg, #1976d2, #64b5f6);
    background-repeat: repeat-x
}

.bg-gradient-directional-cyan {
    background-image: -webkit-linear-gradient(45deg, #0097a7, #4dd0e1);
    background-image: -moz-linear-gradient(45deg, #0097a7, #4dd0e1);
    background-image: -o-linear-gradient(45deg, #0097a7, #4dd0e1);
    background-image: linear-gradient(45deg, #0097a7, #4dd0e1);
    background-repeat: repeat-x
}

.bg-gradient-directional-teal {
    background-image: -webkit-linear-gradient(45deg, #00796b, #4db6ac);
    background-image: -moz-linear-gradient(45deg, #00796b, #4db6ac);
    background-image: -o-linear-gradient(45deg, #00796b, #4db6ac);
    background-image: linear-gradient(45deg, #00796b, #4db6ac);
    background-repeat: repeat-x
}

.bg-gradient-directional-yellow {
    background-image: -webkit-linear-gradient(45deg, #fbc02d, #fff176);
    background-image: -moz-linear-gradient(45deg, #fbc02d, #fff176);
    background-image: -o-linear-gradient(45deg, #fbc02d, #fff176);
    background-image: linear-gradient(45deg, #fbc02d, #fff176);
    background-repeat: repeat-x
}

.bg-gradient-directional-amber {
    background-image: -webkit-linear-gradient(45deg, #ffa000, #ffd54f);
    background-image: -moz-linear-gradient(45deg, #ffa000, #ffd54f);
    background-image: -o-linear-gradient(45deg, #ffa000, #ffd54f);
    background-image: linear-gradient(45deg, #ffa000, #ffd54f);
    background-repeat: repeat-x
}

.bg-gradient-directional-blue-grey {
    background-image: -webkit-linear-gradient(45deg, #455a64, #90a4ae);
    background-image: -moz-linear-gradient(45deg, #455a64, #90a4ae);
    background-image: -o-linear-gradient(45deg, #455a64, #90a4ae);
    background-image: linear-gradient(45deg, #455a64, #90a4ae);
    background-repeat: repeat-x
}

.bg-gradient-directional-grey-blue {
    background-image: -webkit-linear-gradient(45deg, #2c303b, #6f85ad);
    background-image: -moz-linear-gradient(45deg, #2c303b, #6f85ad);
    background-image: -o-linear-gradient(45deg, #2c303b, #6f85ad);
    background-image: linear-gradient(45deg, #2c303b, #6f85ad);
    background-repeat: repeat-x
}

.bg-gradient-directional-primary {
    background-image: -webkit-linear-gradient(45deg, #5654c2, #9695dd);
    background-image: -moz-linear-gradient(45deg, #5654c2, #9695dd);
    background-image: -o-linear-gradient(45deg, #5654c2, #9695dd);
    background-image: linear-gradient(45deg, #5654c2, #9695dd);
    background-repeat: repeat-x
}

/* --[ MAIN ]----------------------------------------------------------------------------------------------------- */
header.main-header {
    z-index: 150;
}

.header-compact {
    background-size: cover !important;
    background-position: center !important;
}

header.landing {
    background: var(--lime-600);
    color: white;
    z-index: 150;
    min-height: 80vh;
    position: relative;
}

.bg-light {
    background-color: #F8F8F8;
}

.display-5 {
    font-size: 28px;
    line-height: 2rem;
    font-weight: 900;
}

.mt--5 {
    margin-top: -3rem !important;
}

.mb-7 {
    margin-bottom: 80px;
}

.landing2--heading {
    font-size: 22px;
    font-weight: 900;
}

.landing2--phone {
    max-width: 100%;
    object-fit: contain;
    animation: updown 3s ease-in-out 0s infinite;
}

@keyframes updown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

.card {
    margin-bottom: 0.5em;
    background-color: #FFFFFF;
    box-shadow: rgb(231 235 233 / 50%) 0 3px 6px;
    border: 1px solid #E7EBE9;
    border-radius: 8px;
}

a.card:hover {
    border-color: var(--lime-600);
}

.landing2--container .card {
    z-index: 3;
    background-color: #FFFFFF;
    box-shadow: rgb(28 88 58 / 13%) 0 3px 6px;
    border: 1px solid #E7EBE9;
    border-radius: 16px;
}

.landing2--container .wave-bottom {
    position: absolute;
    min-height: 45px;
    max-height: 90px;
    height: 5vw;
    bottom: 0;
    left: 0;
    right: 0;
    fill: #ffffff;
    z-index: 1;
}

.landing2--container .card-body {
    padding: 20px 20px 0 20px;
}

.landing2--location {
    background-color: white;
    border-radius: 16px;
    border: 1px solid #C4262E;
    position: relative;
    max-width: 450px;
}

.landing2--location input[type=text] {
    font-size: 22px;
    font-weight: 500;
    border: none;
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 12px 18px;
    line-height: 40px;
}

.landing2--location input[type=text]:focus, .landing2--location input[type=text]:focus {
    outline: none;
}

.landing2--location .location-suggestions {
    display: none;
    top: 100%;
    position: absolute;
    left: -1px;
    right: -1px;
    background: white;
    z-index: 99;
    border: 1px solid #C4262E;
    border-top: none;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.landing2--location .duo-tone {
    font-size: 16px;
}

.landing2--location.show-dropdown .location-suggestions {
    display: block;
}

.landing2--location .location-suggestions ul {
    padding: 0;
}

.landing2--location .location-suggestions li {
    list-style: none;
}

.landing2--location .location-suggestions a {
    color: #707070;
    padding: 8px 24px;
    display: block;
    line-height: 24px;
    border-top: 1px solid #dee2e6;
}


.landing2--location .location-suggestions a b {
    color: #303030;
}

.landing2--location .location-suggestions a:hover, .landing2--location .location-suggestions a:focus,
.landing2--location .location-suggestions a:hover i, .landing2--location .location-suggestions a:focus i,
.landing2--location .location-suggestions a:hover b, .landing2--location .location-suggestions a:focus b {
    color: var(--lime-600);
}

.landing2--location.show-dropdown {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
    margin-bottom: 1px;
}

.landing2--location .btn-danger {
    border-radius: 16px;
    font-size: 16px;
    padding: 12px 24px;
    margin: 6px;
    line-height: 28px;
}

.landing2--backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0);
    pointer-events: none;
    transition: background 0.3s;
}

.landing2--backdrop.show {
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: all;
}

.duo-tone {
    border-radius: 99px;
    border: 0;
}

.duo-tone.duo-tone-white, .duo-tone.duo-tone-white:hover, .duo-tone.duo-tone-white:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgb(255, 255, 255) !important;
}

.duo-tone.duo-tone-primary, .duo-tone.duo-tone-primary:hover, .duo-tone.duo-tone-primary:focus {
    background-color: rgba(105, 190, 40, 0.1);
    color: rgb(105, 190, 40) !important;
}

.duo-tone.duo-tone-danger, .duo-tone.duo-tone-danger:hover, .duo-tone.duo-tone-danger:focus {
    background-color: rgba(196, 38, 46, 0.1);
    color: rgb(196, 38, 46) !important;
}

.landing2--logo img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.landing--logo {
    display: inline-block;
    margin-bottom: 5vh;
}

.landing--logo img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

h1.landing--title {
    font-weight: 800;
    font-size: 34px;
    color: #235312;
}

h2.landing--subtitle {
    font-weight: 400;
    font-size: 20px;
}

h2.landing-content b {
    font-weight: 600;
}

.landing--location-panel {
    background: #fff;
    box-shadow: 0 4px 8px rgba(35, 83, 18, 0.35);
    border-radius: 8px;
    padding: 16px;
    color: #868686;
    display: block;
}

.location--error-message {
    color: #C4262E;
    transform: scale(0);
    width: 0;
    height: 0;
    margin-bottom: 0;
}

.invalid .location--description {
    display: none;
}

.invalid .location--error-message {
    transition: transform 0.5s;
    transform: scale(1);
    width: auto;
    height: auto;
    margin-bottom: 1rem;
    display: inline-block;
}

.location--input-group {
    position: relative;
    height: 52px;
    border-radius: 8px;
    transition: box-shadow 0.3s;
}

.location--input-group.focus {
    box-shadow: 0 0 5px var(--lime-600);
}

.invalid .location--input-group {
    box-shadow: 0 0 5px #C4262E;
}

.location--input {
    flex: 1 1 auto;
    width: 1%;
    border: 1px solid #E0E0E0;
    border-radius: 8px 0 0 8px;
    position: relative;
}

.focus .location--input {
    border-color: var(--lime-600);
}

.invalid .location--input {
    border-color: #C4262E;
}

.location--input:before,
.location--input:after {
    content: "\f3c5";
    position: absolute;
    left: 5px;
    font-size: 18px;
    transition: 0.3s right;
    color: #ddd;
    text-align: center;
    width: 35px;
    font-weight: 300;
    font-family: Font Awesome\ 5 Pro;
    top: 10px;
    line-height: 30px;
}

.location--input:after {
    font-weight: 900;
    color: #235312;
    pointer-events: none;
    transform: scale(2);
    opacity: 0;
}

.focus .location--input:after {
    transform: scale(1);
    transition: all 0.3s ease-out;
    opacity: 1;
}

.location--input input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    line-height: 50px;
    margin: 0;
    font-size: 18px;
    padding: 0 50px 0 40px;
    outline: none;
    color: #555;
    font-weight: 600;
    transition: color 0.3s;
    text-transform: uppercase;
}

.focus .location--input input {
    color: #235312;
}

.location--input input::placeholder {
    font-weight: 400;
    text-transform: none;
}

.location--input input:-ms-input-placeholder {
    font-weight: 400;
    text-transform: none;
}

.location--input input::-ms-input-placeholder {
    font-weight: 400;
    text-transform: none;
}

.location--input input::-ms-clear {
    display: none;
}

.location--geolocation {
    display: none;
}

.location--input .location--geolocation a {
    background: none;
    border: none;
    position: absolute;
    right: 0;
    padding: 0 10px;
    margin: 10px;
    cursor: pointer;
    color: #C4262E;
    font-size: 16px;
    top: 0;
    outline: none !important;
    height: 30px;
    line-height: 30px;
}

.loading .location--input .location--geolocation {
    display: none !important;
}

.location--loader-wrapper {
    display: none;
    background: none;
    border: none;
    position: absolute;
    right: 0;
    padding: 0 10px;
    margin: 10px;
    color: #C4262E;
    font-size: 16px;
    top: 0;
    height: 30px;
    line-height: 30px;
    --fa-secondary-color: #888;
}

.loading .location--input .location--loader-wrapper {
    display: block;
}

.location--submit button {
    border-radius: 0 8px 8px 0 !important;
    padding: 0px 20px;
}

.location--suggestions-container {
    display: none;
    position: absolute;
    width: 100%;
    top: calc(100% + 24px);
    left: 0;
    background: #fff;
    box-shadow: 0 4px 8px rgba(35, 83, 18, 0.35);
    border-radius: 8px;
    color: #868686;
    overflow: hidden;
    z-index: 99;
}

.focus .location--suggestions-container {
    display: block;
}

.location--suggestions-container ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;

}

.location--suggestions-container li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.location--suggestions-container li a,
.location--suggestions-container li a:hover,
.location--suggestions-container li a:active {
    text-decoration: none;
}

.location--suggestions-container li a:hover .suggestion--description,
.location--suggestions-container li a:hover .suggestion--description span {
    color: #235312;
}

.location--suggestions-container li:first-child {
    margin-top: 4px;
}

.location--suggestions-container li:last-child {
    margin-bottom: 4px;
}

.suggestion--icon {
    width: 36px;
    color: #969696;
    text-align: center;
    margin-left: 4px;
    position: relative;
    line-height: 40px;
    display: block;
}

.suggestion--icon:before,
.suggestion--icon:after {
    content: "\f3c5";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

.suggestion--icon:after {
    color: #235312;
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    transition: transform 0.3s;
    transform: scale(0);
}

.location--geolocation .suggestion--icon:before,
.location--geolocation .suggestion--icon:after {
    content: "\f124";
    color: #C4262E;
}

.location--suggestions-container li a:hover .suggestion--icon:after {
    transform: scale(1);
}

.location--suggestions-container li a:hover .suggestion--icon {
    font-weight: 900 !important;
}

.suggestion--description {
    flex: 1 1 50px;
    margin: 0;
    transition: 0.3s color;
    color: #969696;
    line-height: 40px;
    border-bottom: 1px solid #E0E0E0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 16px;
}

.location--suggestions-container li:last-child .suggestion--description {
    border-bottom: none;
}

.suggestion--description span {
    color: #222;
}

.landing--bg-image {
    width: 100%;
    position: absolute;
    z-index: -50;
    bottom: 0;
    height: calc(80vh - 330px);
}

.landing--bg-image .wave-left {
    position: absolute;
    height: 100%;
    width: 8vh;
    left: -1px;
    fill: var(--lime-600);
}

.landing--bg-image .bg-image {
    height: 100%;
    background-size: cover;
    background-position: center;
    text-align: right;
}


.landing--bg-image .bg-image--burger {
    background-image: url("/assets/images/headers/burger-landing.jpg");
    background-position: 33% 90%;
}

.landing--bg-image .bg-image--sushi {
    background-image: url("/assets/images/headers/sushi-landing.jpg");
    background-position: 50% 100%;
}

.landing--bg-image .bg-image--wok {
    background-image: url("/assets/images/headers/wok-landing.jpg");
    background-position: 55% 50%;
}

.landing--button {
    position: absolute;
    right: 0;
    top: 10px;
    height: 50px;
    padding: 12px 18px;
    line-height: 26px;
    color: white;
    background: var(--lime-600);
    transition: background-color 0.5s;
    border-radius: 100px;
    display: inline-block;
}

.landing--button:hover,
.landing--button:active {
    text-decoration: none;
    color: white;
    background: var(--lime-600);
}

.landing--featured-link {
    background: var(--lime-600);
    padding: 0 8px;
    border-radius: 32px;
    color: white !important;
    border: 1px solid #fff;
    display: inline-block;
    line-height: 2rem;
}

.landing--featured-link i {
    font-size: 1.2rem;
}

.swiper-products {
    margin: 0 -15px !important;
}

.product-card {
    display: -ms-flexbox;
    display: flex;
    background-color: #FFFFFF;
    box-shadow: rgba(231, 235, 233, 0.5) 0 3px 6px;
    border: 1px solid var(--melon-600);
    border-radius: 16px;
    overflow: hidden;
    padding: 12px;
    align-items: center;
    width: 267px;
    transition: all 0.3s;
}

.product-card:hover {
    text-decoration: none;
    box-shadow: rgb(0 0 0 / 10%) 0 3px 6px;
    border: 1px solid var(--melon-800);
}

.product-card--image img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
}

.product-card--store-logo {
    width: 40px;
    min-width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    border-radius: 40px;
    display: flex;
    margin-left: -20px;
    margin-right: 6px;
    align-items: center;
    justify-content: center;
}

.product-card--store-logo img {
    width: 32px;
    height: 22px;
    object-fit: contain;
}

.product-card--description {
    min-width: 0;
}

/* Small devices (Vertical phones, 576px and up) */
@media (min-width: 576px) {

    .landing2--heading {
        font-size: 28px;
    }

    .display-5 {
        font-size: 38px;
        line-height: 50px;
    }

    .landing2--container .card-body {
        padding: 40px 40px 0 40px;
    }

    .landing2--container .card p {
        font-size: 16px;
    }

    .landing--bg-image {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        z-index: -50;
        width: 30vw;
        min-width: 8vh;
        transition: 0.2s width;
    }

    .landing--logo {
        margin-bottom: 10vh;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .mb-7 {
        margin-bottom: 150px;
    }

    .landing--bg-image {
        width: 40vw;
    }

    .landing--logo {
        margin-bottom: 12vh;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .landing--bg-image {
        width: 50vw;
    }

    .landing--logo {
        margin-bottom: 15vh;
    }

    h1.landing--title {
        font-size: 46px;
    }

    h2.landing--subtitle {
        font-size: 28px;
    }

    .location--submit button {
        width: 80px;
    }

    .location--suggestions-container {
        width: calc(100% - 80px);
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .landing--logo {
        margin-bottom: 20vh;
    }
}

.top-header {
    margin: 10px 0px;
}

.top-header .logo img {
    height: 44px;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}

.top-header .logo-back-arrow {
    position: relative;
    padding-left: 25px;
}

.top-header .logo-back-arrow:before {
    content: "\f053";
    position: absolute;
    left: 0;
    font-size: 20px;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    display: block;
    color: #fff;
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
}

.landing-header .container-fluid {
    min-height: 100vh;
    background: url('/assets/images/bg-pattern.svg') center center repeat;
    background-size: 200%
}

.landing-logo {
    width: 120px;
}

.landing-header .landing-title {
    font-size: 4.5rem;
    margin-bottom: 1.5rem;
}

.landing-header .landing-subtitle {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

.location-search {
    position: relative;
    display: flex;
    flex-direction: column;
}

.location-search-form {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    height: 60px;
    line-height: 30px;
    z-index: 50;
}

.location-search-label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    min-width: 60px;
    text-align: center;
    margin: 0;
}

.location-search-input {
    padding: 15px 0;
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
}

.location-search-button {
    padding: 15px;
    display: block;
    height: 60px;
    width: 60px;
    min-width: 60px;
    background: transparent;
    text-align: center;
    border: none;
    cursor: pointer;
    outline: inherit !important;
}

.location-search-button i {
    color: var(--olive-800) !important;
}

.location-predictions {
    border-radius: 12px;
    background: var(--almond-400);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.10);
    padding-top: 60px;
    /*padding-top: 80px;*/
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 40;
}

.location-predictions ul {
    padding: 0 20px;
    margin-bottom: 0;
}

.location-predictions ul li {
    list-style: none;
}

.location-predictions ul li a {
    display: block;
    padding: 10px 0;
    font-size: 1rem;
    color: var(--olive-600);
}

.location-predictions ul li a:hover, .location-predictions ul li a:active {
    color: var(--olive-800);
}

.location-predictions ul li:first-child {
    border-top: 1px solid var(--melon-600);
}

.location-predictions ul li:first-child a {
    padding-top: 20px;
}

.location-predictions ul li:last-child a {
    padding-bottom: 20px;
}

.landing-download-app svg {
    width: 140px;
}


@media (min-width: 576px) {
    .landing-header .landing-title {
        font-size: 6rem;
    }

    .landing-header .landing-subtitle {
        font-size: 1.6rem;
    }
}

@media (min-width: 768px) {
    .landing-logo {
        width: 160px;
    }

    .landing-header .landing-title {
        font-size: 8rem;
    }

    .landing-header .landing-subtitle {
        font-size: 1.75rem;
    }

    .location-search-form {
        font-size: 1.5rem;
        height: 80px;
        line-height: 40px;
    }

    .location-search-label {
        padding: 20px 8px 20px 20px;
        width: 68px;
        min-width: 68px;
    }

    .location-search-input {
        padding: 20px 0;
    }

    .location-search-button {
        padding: 20px;
        height: 80px;
        width: 80px;
        min-width: 80px;
    }

    .location-predictions {
        padding-top: 80px;
    }

    .landing-download-app svg {
        width: 200px;
    }
}


@media (min-width: 992px) {
    .landing-header .landing-title {
        font-size: 5rem;
    }

    .landing-header .landing-subtitle {
        font-size: 1.4rem;
    }

    .landing-header .container-fluid {
        background: url('/assets/images/background-sushi-40.webp') no-repeat;
        background-size: contain;
        background-position-x: 50vw;
        background-position-y: center;
    }
}

@media (min-width: 1200px) {
    .landing-header .landing-title {
        font-size: 8rem;
    }

    .landing-header .landing-subtitle {
        font-size: 1.75rem;
    }
}

.header-location-panel {
    display: flex;
    flex-direction: row;
}

.content-image {
    aspect-ratio: 4 / 3;
}

.content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {
    .content-image {
        aspect-ratio: 1 / 1;
    }

    .content-image img {
        border-radius: 60px;
    }
}

.modal-content {
    border: none;
    border-radius: 16px;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

.modal .header-location-panel {
    margin-bottom: 20px;
}

.modal .dap-search-button,
.modal .dap-input-wrapper {
    box-shadow: none;
    border: 1px solid #ddd;
}

.modal .dap-dropdown-container {
    border-top: none;
    display: block;
    padding: 0px 10px;
}

.modal-fullscreen {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.dap-dropdown-container .dap-geolocation {
    margin-bottom: 10px;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .header {
        max-width: 530px;
        padding: 15px;
    }

    .header .header-title {
        font-size: 40px;
    }

    .header .header-title .highlight:after {
        font-size: 16px;
    }

    .header .header-title .highlight:before {
        height: 4px;
    }

    .header .header-subtitle {
        font-size: 18px;
    }

    .dap-dropdown-container {
        padding: 20px 25px;
    }

    .dap-dropdown-container span.heading {
        padding: 0 0 10px;
    }

    .dap-search-button {
        margin-left: 15px;
        padding: 0 30px;
        font-size: 18px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .header {
        max-width: 590px;
    }

    .header .header-title {
        font-size: 44px;
    }

    .header .header-title .highlight:after {
        font-size: 17px;
    }

    .header .header-subtitle {
        font-size: 20px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .header {
        max-width: 660px;
    }

    .header .header-title {
        font-size: 48px;
    }

    .header .header-title .highlight:after {
        font-size: 18px;
    }

    .header .header-subtitle {
        font-size: 22px;
    }
}

/* --[ SWEETALERT THEME ]-------------------------------------------------------------------------------------------- */
.swal2-toast {
    box-shadow: none !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.swal2-toast .swal2-title {
    color: white;
    font-weight: 400;
}

body.swal2-toast-shown .swal2-container {
    width: 100%;
}

/* --[ CONTENT ]----------------------------------------------------------------------------------------------------- */
.btn {
    border-radius: 8px;
    line-height: 2rem;
}

.btn-round {
    border-radius: 100px;
}

.btn-outline-gray {
    color: #b5b6b6;
    border: 2px solid #e2e3e3;
    text-transform: none;
}

.btn-arrow-right,
.btn-arrow-left {
    position: relative;
}

.btn-arrow-right::after,
.btn-arrow-left::after {
    content: "\f061";
    position: absolute;
    right: 16px;
    opacity: 0.5;
    font-size: 15px;
    top: 50%;
    margin-top: -14px;
    line-height: 30px;
    transition: 0.3s right;
    display: block;
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
}

.btn-arrow-left::after {
    content: "\f060";
    right: auto;
    opacity: 1;
    color: #d5dada;
    left: 16px;
}

.btn-arrow-right:hover::after {
    right: 24px;
}

.list-group-item-action.btn-success:focus {
    background-color: var(--lime-600);
    border-color: var(--lime-600);
}

.container.main, .container-fluid.main {
    height: auto !important;
    flex: 1;
}

.selectable {
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.store-sidebar {
    padding-bottom: 30px;
    z-index: 100;
    top: -1px;
}

.store-logo img {
    max-width: 155px;
    width: 100%;
    max-height: 155px;
}

.store-back-button a {
    line-height: 67px;
    font-weight: 500;
    color: #495057;
}

.store-back-button a:hover {
    color: #28a745;
}

.store-sidebar .list-group-item {
    padding: 5px 0;
    background-color: transparent;
    border: none;
}

.store-sidebar .list-group-item.active {
    color: #28a745 !important;
}

.store-sidebar .list-group-item:hover {
    background-color: transparent;
    color: #28a745;
}

/** **************************************************************************************** **/
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.text-success {
    color: var(--lime-600) !important;
}

.badge-duo-tone {
    line-height: 1rem;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 22px;
}

.badge-duo-tone i {
    line-height: 1rem;
}

.badge-duo-tone.badge-success {
    background-color: rgba(105, 190, 40, 0.1);
    color: rgb(105, 190, 40);
}

.badge-duo-tone.badge-warning {
    background-color: rgba(255, 151, 74, 0.1);
    color: rgb(255, 151, 74);
}

.badge-duo-tone.badge-danger {
    background-color: rgba(196, 38, 46, 0.1);
    color: rgb(196, 38, 46)
}

.badge-duo-tone.badge-lavender {
    background-color: var(--lavender-400);
    color: var(--olive-800);
}

.store-list {
    transition: opacity 0.3s;
}

.store-overview {
    min-height: calc(100vh - 64px);
}

.store-card {
    margin-bottom: 12px;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    box-shadow: rgba(231, 235, 233, 0.5) 0 3px 6px;
    border: 1px solid var(--melon-600);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s;
}

.store-card:hover {
    text-decoration: none;
    box-shadow: rgb(0 0 0 / 10%) 0 3px 6px;
    border: 1px solid var(--melon-800);
}

.store-card--cover {
    position: relative;
    height: 88px;
    min-height: 88px;
}

.store-card--cover-image-wrapper {
    background-image: url('https://static.homie.nl/images/generic/placeholder_cover.jpg');
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.store-card--cover-image {
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    transform: scale3d(1, 1, 1);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.store-card:hover .store-card--cover-image {
    transform: scale3d(1.03, 1.03, 1);
}

.store-card--cover-logo {
    position: absolute;
    border-radius: 50%;
    width: 88px;
    height: 88px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-right: -44px;
    right: 50%;
    bottom: -24px;
}

.store-card--cover-logo img {
    max-height: 44px;
    max-width: 64px;
}

.store-card--cover-badges {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 12px 0 0;
    height: 88px;
    overflow: hidden;
    z-index: 2;
}

.store-card--cover-badges span {
    display: block;
    background-color: var(--almond-400);
    color: var(--olive-800);
    border-radius: 99px;
    font-size: 10px;
    line-height: 1rem;
    padding: 3px 8px;
    margin-bottom: 3px;
}

.store-card--content {
    margin: 8px 12px 5px;
    flex-direction: column;
    overflow: hidden;
    z-index: 2;
}

.store-card--title {
    font-size: 1rem;
    font-weight: bold;
    color: #030303;
    margin: 0;
}

.store-card--description {
    line-height: 1rem;
    color: #707070;
}

.rating-badge {
    border-radius: 8px;
    color: #707070;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 4px 6px;
}

.rating-badge.rating-badge-success {
    background-color: rgba(105, 190, 40, 0.1);
    color: rgb(105, 190, 40);
}

.rating-badge span {
    font-size: 14px;
    line-height: 1rem;
}

.store-card--description {
}

.store-card--content-badges {
    display: flex;
    justify-content: center;
}

.store-card--content-badges .badge-duo-tone {
    display: flex;
    margin-right: 6px;
    margin-bottom: 6px;
}

.store-card--content-footer {
    font-size: 10px;
    color: #A0A0A0;
    display: flex;
    justify-content: space-between;
    border-top: dashed 1px #E7EBE9;
    padding-top: 5px;
}

.store-card--content-footer .badge-duo-tone {
    font-size: 10px
}

#subheader {
    background: var(--melon-600);
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 12px 0;
    box-shadow: 0 6px 6px rgb(0 0 0 / 10%);
    margin-bottom: 12px;
}

#subheader-filters {
    margin: 0;
    padding-top: 12px;
    width: 100%;
}

.subheader-filters--wrapper {
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    user-select: none;
}

.subheader-filters--wrapper button {
    background-color: var(--almond-400) !important;
    line-height: 20px;
    border-radius: 28px;
    padding: 4px 8px;
}

.subheader-filters--wrapper button:focus {
    outline: none;
    box-shadow: none;
}

.subheader-filters--wrapper button.selected {
    background-color: var(--olive-800) !important;
    color: var(--almond-400) !important;
}

.subheader-filters--wrapper::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.input-duo-tone {
    background-color: #F2F7F4 !important;
    border: none;
    border-radius: 8px !important;
    padding: 6px 20px;
    font-size: 14px !important;
    line-height: 2rem !important;
    color: #707070;
}

.input-duo-tone:focus {
    background-color: #F2F7F4;
}

.input-duo-tone::placeholder, .input-duo-tone::-ms-input-placeholder {
    color: #AFBFAC !important;
}

.progress {
    border-radius: 1rem;
    background-color: #F2F7F4;
    margin: 4px 0;
    height: 12px;
}

.progress-tier {
    height: 18px;
}

.progress-tier .progress-bar {
    height: 18px;
    border-radius: 18px;
}

.input-group-duo-tone button {
    position: absolute;
    right: 6px;
    border-radius: 32px;
    color: var(--olive-600);
    line-height: 20px;
    padding: 6px 16px;
    border: none;
    font-size: 14px;
    background-color: white;
    display: flex;
    margin-top: -16px;
    top: 50%;
    box-shadow: 0 0 6px rgba(105, 190, 40, 0.15);
    z-index: 3;
    align-items: center;
    font-weight: 500;
}

.search input {
    padding-left: 46px;
}

.search::after {
    content: "\f002";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 20px;
    top: 50%;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 16px;
    color: #AFBFAC;
    text-align: center;
    line-height: 1rem;
    margin-top: -8px;
    z-index: 3;
}

.search::after {
    content: "\f002";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 20px;
    top: 50%;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 16px;
    color: #AFBFAC;
    text-align: center;
    line-height: 1rem;
    margin-top: -8px;
    z-index: 3;
}

.store-filters {
    position: fixed;
    top: 0;
    display: none;
    padding: 0 24px;
    left: 0;
    height: 100%;
    z-index: 9999;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    overflow-y: auto;
    background: white;

}

.store-filters.show {
    display: flex;
}

.store-filter-wrapper, .store-filter-header, .store-filter-footer {
    max-height: 300px;
    display: flex;
    flex-direction: column;
    z-index: 10;
    border-bottom: 1px solid #E7EBE9;
}

.store-filter-wrapper:last-child {
    border-bottom: none;
}

.store-filter-wrapper.filter-collapse {
    height: 50px;
    overflow: hidden;
    min-height: 50px;
}

.store-filter--title, .store-filter--title:hover, .store-filter--title:active {
    margin: 0;
    cursor: pointer;
    padding: 0 12px 0 12px;
    font-size: 1rem;
    font-weight: 500;
    min-height: 50px;
    display: flex;
    max-height: 50px;
    justify-content: flex-end;
    align-items: center;
    color: #030303;
}

.store-filter--badge {
    border: 1px solid rgb(146, 212, 0);
    background-color: rgba(146, 212, 0, 0.1) !important;
    color: var(--olive-600);
    font-weight: 400;
}

.store-filter--title i {
    transition: 0.3s;
}

.store-filter-wrapper.filter-collapse .store-filter--title i.fa-chevron-up {
    transform: rotate(180deg);
}

.store-filter {
    overflow-y: auto;
}

.store-filter::-webkit-scrollbar {
    width: 8px;
    border-radius: 8px;
}

.store-filter::-webkit-scrollbar-track {
    border-left: 1px solid #E7EBE9;
    border-top: 1px solid #E7EBE9;
}

.store-filter::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 8px;
}

.store-filter::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.store-filters {
    overflow-y: auto;
}

.store-filters::-webkit-scrollbar {
    width: 8px;
    border-radius: 8px;
}

.store-filters::-webkit-scrollbar-track {
    border-left: 1px solid #E7EBE9;
}

.store-filters::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 8px;
}

.store-filters::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.store-filter--single, .store-filter--multi, .store-filter--toggle {
    list-style: none;
    padding: 0 12px 12px;
    margin: 0;
}

.store-filter--multi {
    display: flex;
    flex-wrap: wrap;
}

.store-filter--multi li {
    display: inline-block;
}

.store-filter--multi label {
    margin: 0;
    display: flex;
    cursor: pointer;
}

.store-filter--multi label span {
    background: var(--almond-600);
    border-radius: 99px;
    line-height: 18px;
    padding: 3px 8px;
    margin: 0 4px 4px 0;
    user-select: none;
    transition: all 0.2s ease-out;
}

.store-filter--single i {
    font-size: 18px;
}

.store-filter--single input:checked ~ i::before {
    content: '\f058';
    font-weight: 700;
    color: var(--lime-800) !important;
}

.store-filter--single input:checked ~ span {
    color: var(--olive-600);
}

.store-filter--multi input:checked ~ span {
    background-color: var(--lime-600);
}

.store-filter--single label {
    display: block;
    margin: 0;
    cursor: pointer;
    line-height: 2rem;
}

.store-filter-header {
    position: sticky;
    top: 0;
    background: white;
}

.store-filter-footer {
    position: sticky;
    bottom: 0;
    background: white;
    padding: 16px 0;
    border-bottom: none;
    border-top: 1px solid #E7EBE9;
}

.store-filter-header .store-filter--title {
    min-height: 70px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: var(--lime-800);
}

input:focus + .slider {
    box-shadow: 0 0 1px var(--lime-600);
}

input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

/* --[ Large devices (desktops, 992px and up) ]---------------------------------------------------------------------- */
@media (min-width: 992px) {
    .store-card {
        flex-direction: row;
    }

    .store-card--cover {
        width: 160px;
        min-width: 160px;
        height: auto;
        min-height: auto;
    }

    .store-card--cover-logo {
        top: 50%;
        margin-top: -44px;
        right: 0;
        margin-right: -44px;
        bottom: auto;
    }

    .store-card--cover-badges {
        display: none;
    }

    .store-card--cover-image {
        border-radius: 0;
    }

    .store-card--content {
        margin: 16px 20px 16px 56px;
        width: 100%;
    }

    .store-card--title {
        font-size: 18px;
        line-height: 24px;
    }

    .store-card--description {
        line-height: 18px;
    }

    .rating-badge span {
        font-size: 18px;
        line-height: 20px;
    }

    .rating-badge small {
        font-size: 12px;
        line-height: 1rem;
    }

    .store-card--content-badges {
        justify-content: unset;
    }

    .store-card--content-badges .badge-duo-tone {
        margin-bottom: 0;
    }

    .store-card--content-footer {
        opacity: 0.8;
        font-size: 12px;
        margin-top: 24px;
        border: unset;
        padding: unset;
    }

    .store-card--content-footer .badge-duo-tone {
        font-size: 12px
    }
}

/** ************************************************************************************ **/
.selectable img {
    max-width: 155px;
}

.form-control {
    border-radius: 4px;
}

.category p {
    color: var(--olive-800);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.category > img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    box-shadow: rgb(231 235 233 / 50%) 0 3px 6px;
    border-radius: 8px;
    margin-bottom: 0.5em;
}

.menu {
    margin-bottom: 0.5em;
    background-color: #FFFFFF;
    box-shadow: rgb(231 235 233 / 50%) 0 3px 6px;
    border: 1px solid var(--almond-800);
    border-radius: 8px;
    transition: 0.3s background-color;
}


#store[data-open="true"] .menu {
    cursor: pointer;
}

#store[data-open="true"] .menu:hover, #store[data-open="true"] .menu:active {
    background-color: var(--almond-600);
}

#store-sidebar .logo-image {
    aspect-ratio: 93 / 64;
}

.menu .product {
    padding: 16px;
    display: flex;
    justify-content: space-between;
}

.product-description {
    margin-right: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.product-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 40%;
    width: 125px;
}

.product-image img {
    border-radius: 5px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    min-width: 100%;
    max-height: 100%;
    background: white;
}

.product-price {
    white-space: nowrap;
    font-size: 1.2rem;
    position: relative;
    margin-right: 1.2rem;
    font-weight: bold;
}

.product-price span, .product-price s {
    vertical-align: super;
    font-size: 0.8rem;
    position: absolute;
    left: calc(100% - 3px);
    top: 0;
}

#store {
    min-height: 100vh;
}

#store h3 {
    font-size: 1.5rem;
}

#store h4 {
    font-size: 1.2rem;
}

.sticky {
    position: sticky;
    top: 16px;
}

.btn-primary {
    background-color: var(--olive-600);
    border-color: var(--olive-600);
    color: var(--almond-400)
}

.btn-primary:hover:not([disabled]), .btn-primary:active:not([disabled]) {
    background-color: var(--olive-400) !important;
    border-color: var(--olive-400) !important;
    color: var(--almond-400) !important;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: var(--olive-400);
    border-color: var(--olive-400);
    color: var(--almond-400)
}

.btn-link {
    color: var(--olive-600);
    text-decoration: underline;
}

.btn-link:hover:not([disabled]), .btn-link:active:not([disabled]) {
    color: var(--olive-400);
    text-decoration: underline;
}

.btn-success {
    background-color: var(--lime-600);
    border-color: var(--lime-600);
    color: var(--olive-800);
}

.btn-success:hover:not([disabled]), .btn-success:active:not([disabled]) {
    background-color: var(--lime-800) !important;
    border-color: var(--lime-800) !important;
}

.btn-outline-success {
    color: var(--olive-800);
    border-color: var(--lime-600);
}

.btn-outline-success:hover:not([disabled]), .btn-outline-success:active:not([disabled]) {
    background-color: transparent !important;
    color: var(--lime-600) !important;
    border-color: var(--lime-600) !important;
}

.btn-success-dark {
    color: #fff;
    background-color: #427730;
    border-color: #427730
}

.btn-success-dark:hover {
    color: #fff;
    background-color: #346822;
    border-color: #346822
}

.btn-success-dark.focus, .btn-success-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.breadcrumb {
    background-color: var(--melon-400);
}

/* --[ CART ]-------------------------------------------------------------------------------------------------------- */
.cart-store {
    line-height: 2rem;
}

.cart-store-logo img {
    height: 32px;
}

.cart-store-name {
    height: 34px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
}

.cart-store-amount {
    color: #c1c7cd;
}

.cart-row {
    line-height: 20px;
}

.cart-meal {
    padding: 8px 0
}

.cart-meal-amount {
    width: 25px;
    min-width: 25px;
}

.cart-meal-name {
    word-break: break-word;
}

.cart-meal-edit-buttons button, .cart-meal-delete button {
    padding: 0 !important;
    line-height: 20px !important;
    width: 20px;
    font-size: 12px !important;
    color: #35475b;
    opacity: 0.5;
    transition: 0.3s opacity;
}

.cart-meal-edit-buttons button:hover, .cart-meal-delete button:hover {
    opacity: 1;
}

.cart-meal-price {
    min-width: 60px;
    text-align: right;
}

.cart-meal-delete {
    min-width: 20px;
    text-align: right;
}

.cart-meal-remark span,
.cart-meal-desc span {
    margin-left: 25px;
    font-style: italic;
    display: block;
    word-break: break-word;
    opacity: 0.7;
}

.cart-meal-remark textarea {
    margin: 5px 0 10px;
    font-style: italic;
}

.commenting > .cart-meal-remark span,
.cart-meal-remark span:empty,
.cart-meal-remark textarea {
    display: none;
}

.commenting > .cart-meal-remark textarea {
    display: block;
}

.cart-summary {
    margin: 16px 0 8px;
    color: #35475b;
}

.cart-summary-row {
    line-height: 20px;
    padding: 5px 0;
}

.cart-total {
    color: #35475b;
    line-height: 46px;
    font-size: 16px;
}

.cart-savings {
    margin-top: 8px;
    margin-bottom: 20px;
}

.cart-savings-row {
    line-height: 20px;
    padding: 5px 0;
}

.min-order-amount-valid .min-order-amount-valid-msg,
.min-order-amount-invalid-msg {
    display: block;
}

.min-order-amount-valid-msg,
.min-order-amount-valid .min-order-amount-invalid-msg {
    display: none;
}

.show-cart-button {
    position: sticky;
    bottom: -100px;
    opacity: 0;
    pointer-events: none;
    width: 70%;
    text-align: center;
    z-index: 1040;
    box-shadow: rgb(40 48 44 / 22%) 0 3px 6px;
    display: flex;
    padding: 8px 16px;
    transition: 0.3s all;
    cursor: pointer;
    justify-content: space-between;
    transform: translateX(15%);
    margin: 24px;
    align-items: center;
    line-height: 36px;
}

.show-cart-button .badge-light {
    color: #427730;
}

.show-cart-button.show {
    position: sticky;
    bottom: 24px;
    pointer-events: all;
    opacity: 1;
}

.show-cart-button.animate {
    transform: translateX(15%) scale(1.1);
}

/* form starting stylings ------------------------------- */
.l2e-input input {
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: 2px solid #e2e3e3;
}

.input-group.loading::before {
    content: "\f1ce";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 24px;
    color: var(--lime-600);
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
    text-align: center;
    line-height: 24px;
    margin-left: -12px;
    margin-top: -12px;
}

.was-validated .l2e-input input:invalid {
    border-color: #ff2200;
}

.was-validated input:valid ~ .valid-feedback,
.was-validated input:invalid ~ .invalid-feedback {
    display: block;
}

#home-adress-search {
    max-width: 470px;
    height: 50px;
}

#home-adress-search .btn-geolocation.loading .fa-map-marker-alt {
    display: none;
}

#home-adress-search .btn-geolocation:not(.loading) .fa-spinner {
    display: none;
}

#home-adress-search .btn-geolocation i {
    line-height: 40px;
}

#search-address {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

#search-address:valid {
    z-index: 100;
}

/* LABEL ======================================= */
.l2e-input label {
    color: #999;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
.l2e-input input:focus ~ label,
.l2e-input input:valid ~ label {
    top: -20px;
    font-size: 12px;
}

/* BOTTOM BARS ================================= */
.l2e-input .bar {
    position: relative;
    display: block;
    width: 100%;
}

.l2e-input .bar:before,
.l2e-input .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: var(--lime-600);
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.l2e-input .bar:before {
    left: 50%;
}

.l2e-input .bar:after {
    right: 50%;
}

/* active state */
.l2e-input input:focus ~ .bar:before,
.l2e-input input:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.l2e-input .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
.l2e-input input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #ffbf7f;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #ffbf7f;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #ffbf7f;
    }
    to {
        width: 0;
        background: transparent;
    }
}

.l2e-select select,
.l2e-select select:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    box-shadow: none;
    border: 2px solid #e2e3e3 !important;
    background-color: transparent;
    outline: none !important;
    height: 42px !important;
}

.l2e-select select:focus, .l2e-select:hover select {
    border-color: var(--lime-600) !important;

}

.l2e-select {
    cursor: pointer;
    position: relative;
}

.l2e-select::after {
    content: '\f107';
    position: absolute;
    right: 15px;
    font-size: 10px;
    color: #e2e3e3;
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    top: 12px;
    line-height: 20px;
    pointer-events: none;
}

.l2e-textarea textarea {
    display: block;
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 2px solid rgb(226, 227, 227);
    background: transparent;
    font-size: 13px;
    line-height: 20px;
    min-height: 45px;
    outline: none !important;
}

.l2e-checkbox {
    width: 100%;
}

.l2e-checkbox span {
    border-radius: 5px;
    border: 2px solid #e2e3e3;
    padding: 10px 10px 10px 45px;
    font-size: 13px;
    display: block;
    transition: 0.3s;
    line-height: 20px;
    cursor: pointer;
    position: relative
}

.l2e-checkbox span:hover {
    border-color: var(--olive-600);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.l2e-checkbox span::before {
    content: '\f0c8';
    font-size: 20px;
    line-height: 30px;
    color: #aaa;
    font-weight: 500;
    font-family: "Font Awesome 5 Pro";
    width: 45px;
    transition: 0.3s font-size;
    text-align: center;
    position: absolute;
    top: 50%;
    display: block;
    left: 0;
    margin-top: -15px;
}

.l2e-checkbox span:hover::before {
    font-size: 25px;
}

.l2e-checkbox input {
    display: none;
}

.l2e-checkbox input:checked ~ span::before {
    font-weight: 900;
    content: '\f14a';
    color: var(--olive-600);
}

.l2e-checkbox input:checked ~ span {
    border-color: var(--olive-600);
}

.timeslotpicker-day input {
    visibility: hidden;
    position: absolute;
}

/* TIME SLOT PICKER ================================== */
.timeslotpicker {
    min-width: 100px;
}

.timeslotpicker-day {
    width: 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    background: white;
    box-shadow: 0 2px 6px #d0d7dd;
    margin: 10px 5px;
    border: 3px solid #fff;
    text-align: center;
    border-radius: 5px;
}

.timeslotpicker-container input[type="radio"] {
    display: none;
}

.timeslotpicker-container input[type="radio"]:checked + label,
.timeslotpicker-day.selected {
    border-color: var(--lime-600);
}

.timeslotpicker-day-of-week {
    font-size: 11px;
    line-height: 20px;
    padding-top: 0px;
}

.timeslotpicker-container input[type="radio"]:checked + label .timeslotpicker-day-of-week,
.timeslotpicker-day.selected .timeslotpicker-day-of-week {
    background: var(--lime-600);
    color: white;
}

.timeslotpicker-day-of-month {
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
}

.timeslotpicker-timeslot {
    font-size: 11px;
    line-height: 20px;
}

.timeslotpicker-container input[type="radio"]:checked + label .timeslotpicker-timeslot,
.timeslotpicker-day.selected .timeslotpicker-timeslot {
    background: #eee;
}

.glider-next, .glider-prev {
    font-size: 20px;
    top: 50%;
    margin-top: -10px;
}

.glider-next {
    right: -15px;
}

.glider-prev {
    left: -15px;
}

.glider-next.disabled,
.glider-prev.disabled {
    opacity: 0;
}

/* --[ ORDERTRACKER ]------------------------------------------------------------------------------------------------ */
.rl-multi-step-list {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
}

.rl-multi-step-item {
    position: relative;
    width: 100%;
    margin: 0 0.16666667em;
    z-index: 2;
    border-radius: 0.2em;
}

.rl-multi-step-item .rl-item-title,
.rl-multi-step-item .rl-item-subtitle {
    position: relative;
    margin: 0;
    z-index: 2;
}

.rl-multi-step-item .rl-item-subtitle {
    opacity: 0.8;
}

.rl-multi-step-item .rl-item-title {
    font-weight: 600;
    margin: 0;
}

.rl-multi-step-item.current .rl-item-title,
.rl-multi-step-item.current .rl-item-subtitle {
    color: #fff;
}

.rl-multi-step-item.active.current:hover .rl-item-title,
.rl-multi-step-item.active.current:hover .rl-item-subtitle {
    color: var(--lime-600);
}

.rl-multi-step-item.error:after {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    right: 0.5em;
    font-family: FontAwesome;
    content: '\f071';
    color: #d50000;
}

.rl-item-wrap {
    padding: 0.5em;
    position: relative;
    height: 100%;
}

.rl-item-wrap:before,
.rl-item-wrap:after {
    position: absolute;
    left: 0;
    content: ' ';
    width: 100%;
    height: 50.5%;
    z-index: 1;
    background-color: #eee;
}

.rl-item-wrap:before {
    top: 0;
    transform: skew(20deg);
    border-radius: 0.2em 0.2em 0 0;
}

.rl-item-wrap:after {
    bottom: 0;
    transform: skew(-20deg);
    border-radius: 0 0 0.2em 0.2em;
}

.current .rl-item-wrap:before,
.current .rl-item-wrap:after {
    background-color: var(--lavender-800);
}

.active:hover .rl-item-wrap:before,
.active:hover .rl-item-wrap:after {
    background-color: #d8f1ff;
}

.rl-multi-step-item.error .rl-item-title,
.rl-multi-step-item.error .rl-item-subtitle {
    padding-right: 1em;
}

.rl-multi-step-item:first-child .rl-item-wrap,
.rl-multi-step-item:last-child .rl-item-wrap {
    width: 100%;
    border-radius: 0.2em;
}

.rl-multi-step-item:first-child .rl-item-wrap:before,
.rl-multi-step-item:last-child .rl-item-wrap:before,
.rl-multi-step-item:first-child .rl-item-wrap:after,
.rl-multi-step-item:last-child .rl-item-wrap:after {
    width: 50%;
}

.rl-multi-step-item:first-child .rl-item-wrap {
    background: linear-gradient(to right, var(--melon-800) 95%, transparent 5%);
}

.rl-multi-step-item:first-child .rl-item-wrap:before,
.rl-multi-step-item:first-child .rl-item-wrap:after {
    left: 50%;
}

.current.rl-multi-step-item:first-child .rl-item-wrap {
    background: linear-gradient(to right, var(--lavender-800) 95%, transparent 5%);
}

.rl-multi-step-item:last-child .rl-item-wrap {
    background: linear-gradient(to left, #eee 95%, transparent 5%);
}

.rl-multi-step-item:last-child .rl-item-wrap:before,
.rl-multi-step-item:last-child .rl-item-wrap:after {
    right: 50%;
}

.active.rl-multi-step-item:last-child:hover .rl-item-wrap {
    background: linear-gradient(to left, #d8f1ff 95%, transparent 5%);
}

.current.rl-multi-step-item:last-child .rl-item-wrap {
    background: linear-gradient(to left, var(--lime-600) 95%, transparent 5%);
}

.rl-multi-step-item .rl-item-title i {
    font-size: 18px;
    line-height: 1.5rem
}

.rl-multi-step-item .rl-item-title {
    font-size: 10px;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .rl-multi-step-item .rl-item-title, .rl-multi-step-item .rl-item-title i {
        text-align: left;
        line-height: 1.5rem
    }
}

@media only screen and (min-width: 992px) {
    .rl-multi-step-item .rl-item-title {
        font-size: 15px;
    }
}

.rl-multi-step-list.disabled:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    content: '\f071';
    display: block;
    position: absolute;
    font-size: 24px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    text-align: center;
    top: 50%;
    margin: -24px 0 0 -24px;
    left: 50%;
    z-index: 10;
    color: #856404;
    background-color: #fff3cd;
}

.rl-multi-step-list.disabled .rl-multi-step-item {
    opacity: 0.4;
}

/* --[ MAP ]--------------------------------------------------------------------------------------------------------- */
#map {
    width: 100%;
    height: 100%;
    margin: 0;
    min-height: 40vh;
}

.leaflet-routing-container {
    display: none;
}

.leaflet-container {
    background: white !important;
}

.leaflet-interactive {
    cursor: auto;
}

path.leaflet-interactive.animate {
    stroke-dasharray: 1920;
    stroke-dashoffset: 1920;
    animation: dash 20s ease-in 1s forwards;
}

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

.storeMarker {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    background-color: white;
    border: 2px solid var(--lime-600);
    border-radius: 50%;
    padding: 10px 0;
}

/* --[ SMART APP BANNER ]-------------------------------------------------------------------------------------------- */
.smart-banner--visible {
    overflow-y: hidden;
}

.smart-banner--overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: .5;
    z-index: 99998;
    transition: background .5s ease;
    pointer-events: none;
}

.smart-banner--visible .smart-banner--overlay {
    background: #999;
    pointer-events: all;
}

.smart-banner--container {
    bottom: -210px;
    position: fixed;
    background: #fff;
    height: auto;
    width: 100%;
    border-radius: 8px 16px 0 0;
    z-index: 99999;
    transition: bottom .3s ease;
}

.smart-banner--visible .smart-banner--container {
    bottom: 0;
}

.smart-banner--header {
    border-bottom: 1px solid;
    border-color: #edeff1;
    color: #1a1a1b;
    height: 52px;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin: 0 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    box-sizing: border-box;
}

.smart-banner--actions {
    padding: 16px 20px 0;
    vertical-align: top;
}

.smart-banner--action {
    padding-bottom: 16px;
    align-items: center;
    display: flex;
    height: auto;
    position: relative;
    color: #1a1a1b;
}

.smart-banner--action-image-wrapper {
    background-color: transparent;
    border: 1px solid #edeff1;
    border-radius: 8px;
    margin-right: 12px;
    padding: 5px;
    line-height: 0;
}

.action--homie .smart-banner--action-image-wrapper {
    background: url("/assets/images/smart-app-banner/homie-app-128.png") no-repeat center center;
    background-size: contain;
    width: 52px;
    height: 52px;
    display: block;
}

.smart-banner--action-image-wrapper img {
    width: 40px;
    height: 40px;
}

.smart-banner--action-title {
    color: #1a1a1b;
    font-size: 16px;
    font-weight: 700;
    left: 0;
    line-height: 2rem;
    position: relative;
}

.smart-banner--action-button {
    color: #787c7e;
    background-color: #f6f7f8;
    border: 1px solid #d3d6da;
    border-radius: 40px;
    font-weight: 700;
    height: 40px;
    line-height: 38px;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: capitalize;
    box-sizing: border-box;
    width: 94px;
}

.action--homie .smart-banner--action-button {
    background-color: var(--lime-600);
    border-color: var(--lime-600);
    color: var(--olive-800);
}

.action--android, .action--ios {
    display: none;
}

.cookie-popup {
    background-color: #151515;
    color: #C3C3C3;
}

.cookie-popup .btn-primary {
    background-color: #003818 !important;
    border-color: #003818 !important;
}

.cookie-popup .btn-primary:hover {
    background-color: #1e7e34 !important;
    border-color: #1e7e34 !important;
}

.panel-heading {
    padding: 5px 5px 0 5px;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

@media only screen and (min-width: 640px) and (max-width: 1099px) {
    /*#store-content {*/
    /*    width: calc(100vw - 280px);*/
    /*}*/
    /*#store-cart {*/
    /*}*/
    /*.display-cart #store-cart {*/
    /*    transform: none;*/
    /*}*/
    /*.store-cart-wrapper {*/
    /*    display: block;*/
    /*    min-height: 100%;*/
    /*}*/
}

@media only screen and (min-width: 1100px) {
    /*#store-content {*/
    /*    width: calc(100vw - 660px);*/
    /*}*/
    /*#store-cart {*/
    /*    width: 380px;*/
    /*    border-right: 1px solid #eee;*/
    /*    border-left: 1px solid #eee;*/
    /*}*/
    /*.show-cart-button, .hide-cart-button {*/
    /*    display: none;*/
    /*}*/
}

.overflow-hidden {
    overflow: hidden;
}


#store-content {
    margin: 0 16px;
}

#store-cart {
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1040;
    transform: translateY(100%);
    transition: transform 0.5s;
    will-change: transform;
    background: var(--almond-400);
}

.complete-order #store-cart {
    background: #fff;
}

.categories-slider {
    background: var(--almond-400);
    padding: 0 20px;
    margin: 0 -20px;
    width: 100vw;
    box-shadow: rgb(231 235 233 / 50%) 0 3px 6px;
}

.categories-slider .swiper {
    height: 68px;
}

.categories-slider .button-next, .categories-slider .button-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 38px;
    background: var(--almond-400);
    z-index: 10;
    display: flex;
    align-items: center;
}

.categories-slider .button-next {
    right: 0;
    flex-direction: row-reverse;
}

.categories-slider .button-prev {
    left: 0;
}

.categories-slider .button-next::after, .categories-slider .button-prev::after {
    display: block;
    font-weight: 300;
    font-family: "Font Awesome 5 Pro" !important;
    background: var(--melon-400);
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    cursor: pointer;
}

.categories-slider .button-next::after {
    content: "\f054" !important;
}

.categories-slider .button-prev::after {
    content: "\f053" !important;
}

.categories-slider .swiper-button-disabled, .categories-slider .swiper-button-lock {
    display: none;
}

.categories-slider a {
    padding: 4px 12px;
    display: block;
    background: transparent;
    border-radius: 32px;
    line-height: 24px;
    -webkit-user-select: none;
    -ms-user-select: none;
    max-width: 60vw;
    user-select: none;
}

.categories-slider a.active {
    color: var(--almond-400);
    background: var(--olive-600);
}

.store-cart-wrapper {
    overflow: auto;
}

.display-cart #store-cart {
    transform: none;
}

.display-cart {
    overflow: hidden;
}

#store-complete-order form {
    padding: 0 16px;
}

#fb-root .fb-customerchat, #fb-root .fb_dialog {
    display: none !important;
}

.fb_new_ui_mobile_overlay_active {
    overflow: unset !important;
}

.store-cart-header, .store-order-header {
    padding: 0 20px;
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    justify-content: space-between;
    box-shadow: rgb(231 235 233 / 50%) 0 3px 6px;
}

.store-cart-header h3, .store-order-header h3 {
    line-height: 68px;
    margin: 0;
    font-size: 18px !important;
}

.store-order-header {
    padding-left: 30px;
    top: -1px;
    z-index: 100;
    background: var(--almond-400);
}

.store-cart-header a {
    line-height: 68px;
}

#store-cart {
    width: 100vw;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.store-cart-wrapper {
    position: sticky;
    top: -1px;
    color: #35475b;
    width: 100%;
    padding-bottom: 30px;
    max-height: 100vh;
    overflow-y: auto;
}

.store-cart-wrapper hr {
    margin: 0 -20px;
}

#cart-no-products, #cart-products {
    padding: 0 20px;
}

#cart-products,
.cart-empty #cart-no-products {
    display: block;
}

.cart-empty #cart-products,
#cart-no-products {
    display: none;
}

#cart-no-products p {
    color: #bbb;
}

#store-header {
    height: 68px;
    z-index: 90;
    position: sticky;
    background: #fdfefe;
    top: -1px;
    border-bottom: 2px solid #f2f2f2;
}

#store-complete-order {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    width: 100%;
}

#store-complete-order form {
    padding: 0 30px;
}

.complete-order > div {
    max-width: 1366px;
    margin: 0 auto;
}

.complete-order #store-cart {
    min-width: 380px;
}

#store-cart.order-page .hide-on-order-page,
#store-cart:not(.order-page) .show-on-order-page {
    display: none;
}

#product_modal .modal-image {
    border-radius: 8px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    .menu .product {
        padding: 20px;
    }

    .product-description {
        margin-right: 20px;
    }
}

/* --[ Medium devices (tablets, 768px and up) ]---------------------------------------------------------------------- */
@media (min-width: 768px) {
    .border-md-0 {
        border: none !important;
    }

    #subheader {
        box-shadow: none;
        margin-bottom: 0;
    }

    .store-filters {
        padding: 0;
        display: flex;
        max-height: calc(100vh - 24px);
        position: sticky;
        z-index: 999;
        margin-top: 12px;
        border: 1px solid #E7EBE9;
        border-radius: 8px;
        top: 12px;
    }

    .overflow-md-unset {
        overflow: unset;
    }

    .swiper-products {
        margin: 0 !important;
    }

    /* --[ STORE ]----------------------------------------------------------------------------------------------------- */
    #store-sidebar {
        margin-left: 20px;
        min-width: 300px;
        width: 300px;
    }

    #store-sidebar .store-messages {
        max-height: calc(100vh - 290px);
        overflow-y: auto;
    }

    #store-content {
        margin: 0 30px;
        max-width: calc(100vw - 390px);
    }

    .categories-slider {
        margin: 0 -30px;
        padding: 0 30px;
        width: calc(100% + 60px);
    }

    #store-cart {
        width: 380px;
        left: unset;
        transform: translateX(100%);
    }

    .store-cart-wrapper {
        position: sticky;
        top: -1px;
    }

    .display-cart {
        overflow: unset;
    }


    .show-cart-button {
        line-height: 48px;
    }

    .show-cart-button span {
        font-size: 16px;
    }
}

/* --[ Large devices (desktops, 992px and up) ]---------------------------------------------------------------------- */
@media (min-width: 992px) {
}

/* --[ Extra large devices (large desktops, 1200px and up) ]--------------------------------------------------------- */
@media (min-width: 1200px) {
    #store-content {
        max-width: 800px;
        width: calc(100vw - 890px);
    }

    #store-cart {
        width: 380px;
        min-width: 380px;
        position: sticky;
        right: unset;
        top: 0;
        z-index: unset;
        bottom: unset;
        transition: unset;
        will-change: unset;
        transform: unset;
        min-height: 100vh;
    }

    .show-cart-button, .hide-cart-button {
        display: none;
    }
}

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

@media (max-width: 639px) {
    .text-huge {
        font-size: 40px;
    }
}

@media (max-width: 480px) {
}


/* ADDRESSES **********************************************************************************************************/
.addresses .address {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    padding: 15px 20px;
    margin-top: 20px;
}

.addresses .btn {
    margin-right: 10px;
}

.addresses label,
.addresses span.default {
    color: #999;
    font-weight: normal;
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: .2rem;
}

.addresses span.default {
    display: inline-block;
}

.addresses span {
    display: block;
}

.addresses .new {
    position: absolute;
    right: 5px;
    top: -4px;
}

.rel {
    position: relative;
}

.navbar .logo-back-arrow {
    position: relative;
    padding-left: 25px;
}

.navbar .logo-back-arrow:before {
    content: "\f053";
    position: absolute;
    left: 0;
    font-size: 20px;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    display: block;
    color: #fff;
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
}

.navbar .logo {
    max-width: 70%;
}

.navbar .logo img {
    height: 44px;
}

.nav-link {
    font-size: 11pt;
}

.landing--button + div {
    display: inline-block;
}

.landing--menu button {
    background: var(--lime-600);
    border-color: var(--lime-600);
    border-width: 10px;
    border-radius: 50px;
    color: #fff;
}

.landing--menu button:hover,
.landing--menu.show > button {
    background-color: var(--lime-600);
    border-color: var(--lime-600);
}

.landing--menu button:focus {
    box-shadow: 0 0 0 .2rem rgba(146, 212, 0, 0.5);
}

.landing-menu button:active:focus {
    box-shadow: 0 0 0 .2rem rgba(111, 193, 34, 0.5);
}

.landing--menu .dropdown-menu {
    border-radius: 10px;
    padding: 5px;
}

.landing--menu .dropdown-item {
    padding: 5px 12px;
    border-radius: 10px;
    font-size: 11pt;
}

.landing--menu .dropdown-item:active {
    background-color: var(--lime-600);
}

#order-list-item a, a:hover, a:focus {
    text-decoration: none;
}

/* REVIEWS */
.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.review-tag {
    display: inline-block;
    user-select: none;
}

.review-tag label {
    cursor: pointer;
    border-radius: 40px;
    padding: 6px 12px;
    transition: 0.1s;
}

.review-emoji {
    transition: transform 0.2s;
    color: #666;
    font-weight: bold;
}

.review-emoji i {
    transition: color 0.2s;
}

.review-emoji:not(.default):not(.active) {
    color: rgba(0, 0, 0, 0.15) !important;
}

.review-emoji.default {
    transform: scale(1.0);
}

.review-emoji:hover,
.review-emoji.active {
    transform: scale(1.2);
}

.filter-switch {
    padding: 3px;
    margin-bottom: 0;
    list-style: none;
    border-radius: 100px;
    background: #EEEEEE;
}

.filter-switch label {
    cursor: pointer;
    line-height: 28px;
    border-radius: 100px;
    width: 100%;
    transition: 0.3s all;
    margin: 0;
}

.filter-switch-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.filter-switch-item input:checked + label {
    background: #FFFFFF;
    font-weight: bold;
    color: #000;
}

.filter-switch-item input:not(:checked) + label {
    background: #EEEEEE;
    color: #777;
}

.opacity-0 {
    opacity: 0;
}

.opacity-25 {
    opacity: .25;
}

.opacity-50 {
    opacity: .50;
}

.opacity-75 {
    opacity: .75;
}

.opacity-1 {
    opacity: 1;
}


/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.dot-pulse {
    position: relative;
    left: -9999px;
    width: 20px;
    height: 20px;
    background-color: var(--olive-600);
    color: var(--olive-600);
    border-radius: 10px;
    box-shadow: 9999px 0 0 -5px var(--olive-600);
    animation: dotPulse 1s infinite linear;
    animation-delay: .25s;
}

.dot-pulse::before, .dot-pulse::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: var(--olive-600);
    color: var(--olive-600);
}

.dot-pulse::before {
    box-shadow: 9974px 0 0 -5px var(--olive-600);
    animation: dotPulseBefore 1s infinite linear;
    animation-delay: 0s;
}

.dot-pulse::after {
    box-shadow: 10024px 0 0 -5px var(--olive-600);
    animation: dotPulseAfter 1s infinite linear;
    animation-delay: .5s;
}

@keyframes dotPulseBefore {
    0% {
        box-shadow: 9974px 0 0 -5px var(--olive-600);
    }
    30% {
        box-shadow: 9974px 0 0 2px var(--olive-600);
    }
    60%,
    100% {
        box-shadow: 9974px 0 0 -5px var(--olive-600);
    }
}

@keyframes dotPulse {
    0% {
        box-shadow: 9999px 0 0 -5px var(--olive-600);
    }
    30% {
        box-shadow: 9999px 0 0 2px var(--olive-600);
    }
    60%,
    100% {
        box-shadow: 9999px 0 0 -5px var(--olive-600);
    }
}

@keyframes dotPulseAfter {
    0% {
        box-shadow: 10024px 0 0 -5px var(--olive-600);
    }
    30% {
        box-shadow: 10024px 0 0 2px var(--olive-600);
    }
    60%,
    100% {
        box-shadow: 10024px 0 0 -5px var(--olive-600);
    }
}

.modal-inner-scroll {
    overflow: hidden !important;
}

.modal-inner-scroll.fade .modal-dialog {
    -webkit-transform: translate(0, 25%);
    transform: translate(0, 25%)
}

.modal-inner-scroll.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.overflow-auto {
    overflow: auto !important;
}

.image-darken {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}

.fa-ideal {
    color: #cc0066;
}

#freshworks-container {
    z-index: 1030 !important;
}

.cart-progress-bar {
    border-radius: 8px;
    padding: 12px;
    margin-top: 20px;
    margin-bottom: 15px;
    box-shadow: rgb(231 235 233 / 50%) 0 3px 6px;
    text-align: center;
    background: var(--lime-400);
}

.cart-progress-bar p {
    margin-bottom: 8px;
}

.progress-bar {
    background-color: #ccc;
    border-radius: 5px;
    width: 100%;
    height: 10px;
    overflow: hidden;
}

.progress-bar span {
    background-color: var(--lime-800);
    transition: 0.5s width ease-out;
    display: block;
    text-indent: -9999px;
    height: 10px;
}

.progress-bar-wrapper {
    position: relative;
    padding: 11px 0;
    margin: 0 16px;
}

.progress-bar-icon {
    height: 32px;
    text-align: center;
    width: 32px;
    background: white;
    border-radius: 50px;
    border: 1px solid var(--olive-600);
    display: block;
    line-height: 2rem;
    font-size: 16px;
    color: #235312;
    z-index: 9999;
    position: absolute;
    left: -16px;
    transition: 0.5s margin-left ease-out;
    top: 0;
}

.cursor-pointer {
    cursor: pointer;
}
