@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

body {
    background: #FFFFFF;
    display: flex;
    font-size: 10pt;
    min-height: 100vh;
    flex-direction: column;
    font-family: 'Roboto', sans-serif;
}

a {
    color: #28a745;
}

a:hover, a:active {
    color: #1e7e34;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 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;
}

/* 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-primary {
    background-color: #1a95f7 !important;
}

.bg-success {
    background-color: #69BE28 !important;
}

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

.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 #69BE28 !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%;
    font-size: 14px;
}

.payment-method input[type="radio"]:checked + label {
    border: 2px solid #69BE28;
    padding: 0;
}

.payment-method input[type="radio"]:checked + label::before {
    content: '\f00c';
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 15px;
    color: #69BE28;
    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: rgb(105, 190, 40);
    background-color: rgba(105, 190, 40, 0.1);
}

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

.alert-info {
    color: rgb(26, 149, 247);
    background-color: rgba(26, 149, 247, 0.1);
}

.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-orange {
    color: white;
    background: #ff9800;
}

.badge.badge-success {
    background-color: #69BE28 !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: #69BE28;
}

/* --[ GRADIENTS ]--------------------------------------------------------------------------------------------------- */
.bg-gradient-directional-success {
    background-image: -webkit-linear-gradient(45deg, #69be28, #92D400);
    background-image: -moz-linear-gradient(45deg, #69be28, #92D400);
    background-image: -o-linear-gradient(45deg, #69be28, #92D400);
    background-image: linear-gradient(45deg, #69be28, #92D400);
    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 {
    background: #69BE28;
    color: white;
    z-index: 150;
}

header.landing {
    background: #69BE28;
    color: white;
    z-index: 150;
    min-height: 80vh;
    position: relative;
}

.landing2--container {
    position: relative;
    background-color: #69BE28;
    margin-bottom: 150px;
}

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

.display-5 {
    font-size: 28px;
    line-height: 32px;
    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: #69BE28;
}

.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--container .card p {
    font-size: 14px;
}

.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;
    font-size: 14px;
    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: #69BE28;
}

.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;
}

section {
    font-size: 14px;
}

.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 #69BE28;
}

.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: #69BE28;
}

.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;
    font-size: 14px;
    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: #69BE28;
}

.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: #69BE28;
    transition: background-color 0.5s;
    border-radius: 100px;
    display: inline-block;
}

.landing--button:hover,
.landing--button:active {
    text-decoration: none;
    color: white;
    background: #69BE28;
}

.landing--featured-link {
    background: #69BE28;
    padding: 0 8px;
    border-radius: 32px;
    color: white !important;
    border: 1px solid #fff;
    display: inline-block;
    line-height: 32px;
}

.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 #E7EBE9;
    border-radius: 16px;
    overflow: hidden;
    padding: 12px;
    align-items: center;
    width: 267px;
}

.product-card:hover {
    border-color: #69BE28;
}

.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";
}

.top-header .text-large {
    font-size: 14px;
}

.header {
    margin: 0 auto 55px;
    text-align: center;
    padding: 10px;
    max-width: 470px
}

.header .header-title {
    font-size: 30px;
    margin-bottom: 10px;
    color: #fff;
}

.header .header-title .highlight {
    display: inline-block;
    position: relative;
    margin-right: 20px;
}

.header .header-title-wrapper {
    margin-top: 20px;
    display: block;
}

.header .header-title-wrapper:hover {
    text-decoration: none !important;
}

.header .header-title .highlight:after {
    content: "\f059";
    position: absolute;
    font-size: 14px;
    top: 0;
    right: -20px;
    line-height: 1;
    display: block;
    color: #fff;
    text-align: center;
    width: 20px;
    font-weight: 500;
    font-family: "Font Awesome 5 Pro";
}

.header .header-title .highlight:before {
    content: " ";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    transform: scaleX(0);
    transition: transform 0.3s;
    transform-origin: left center;
    background-color: #fff;
}

.header .header-title:hover .highlight:before {
    width: 100%;
    transform: scaleX(1);
}


.header .header-subtitle {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}

.subheader {
    position: relative;

}

.subheader .subheader-wave {
    position: absolute;
    width: 100%;
    height: 5vw;
    top: -1px;
    fill: #69BE28;
}

.subheader .subheader-image {
    max-height: 100vw;
    min-height: 20vw;
    height: calc(100vh - 410px);
    background-size: cover;
    background-position: center;
}

.subheader .subheader-image--burger {
    background-image: url("/assets/images/headers/burger-cover-mobile.jpg");
    background-position-y: 60%;
}

.subheader .subheader-image--sushi {
    background-image: url("/assets/images/headers/sushi-cover-mobile.jpg");
    background-position-y: 20%;
}

.subheader .subheader-image--pizza {
    background-image: url("/assets/images/headers/pizza-cover-mobile.jpg");
    background-position-y: 100%;
}

.header-compact .subheader .subheader-image {
    max-height: 152px;
    min-height: 152px;
    height: 152px;
}

.header-compact .subheader .subheader-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .25);
}

.header-compact .subheader .subheader-image--burger {
    background-position-y: 60%;
}

.header-compact .subheader .subheader-image--sushi {
    background-position-y: 50%;
}

.header-compact .subheader .subheader-image--pizza {
    background-position-y: 80%;
}

@media (min-width: 576px) {
    .subheader .subheader-image--burger {
        background-image: url("/assets/images/headers/burger-cover-desktop.jpg");
    }

    .subheader .subheader-image--sushi {
        background-image: url("/assets/images/headers/sushi-cover-desktop.jpg");
    }

    .subheader .subheader-image--pizza {
        background-image: url("/assets/images/headers/pizza-cover-desktop.jpg");
        background-position-y: 90%;
    }

    .header-compact .subheader .subheader-image--pizza {
        background-position-y: 77%;
    }
}

.subheader-content {
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.subheader-content .btn-lg {
    font-size: 16px;
}

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

.deliveryareapanel {
    position: relative;
    height: 60px;
    width: 100%;
}

.dap-input-wrapper {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 5;
    position: absolute;
    width: 100%;
    top: 0;
    outline: none !important;
}

.dap-input {
    position: relative;
    height: 60px;
}

.dap-input:after {
    content: "\f3c5";
    position: absolute;
    left: 10px;
    font-size: 18px;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    transition: 0.3s right;
    display: block;
    color: #ddd;
    text-align: center;
    width: 35px;
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
}

.dap-deliveryarea-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: none;
    background: transparent;
    line-height: 60px;
    margin: 0;
    font-size: 18px;
    padding: 0 50px 0 50px;
    outline: none;
}

.dap-geolocation,
.dap-loader-wrapper {
    display: none;
}

.dap-input .dap-geolocation,
.dap-input .dap-loader-wrapper {
    background: none;
    border: none;
    position: absolute;
    right: 0;
    padding: 10px;
    margin: 10px;
    cursor: pointer;
    fill: #C4262E;
    border-radius: 3px;
    top: 0;
    outline: none !important;
    height: 40px;
}

.dap-input .dap-geolocation svg path {
    transition: d 0.3s;
    -webkit-transition: d 0.3s;
}

.dap-input .dap-geolocation:hover svg path {
    d: path("M444.52 3.52L28.74 195.42c-47.97 22.39-31.98 92.75 19.19 92.75h175.91v175.91c0 51.17 70.36 67.17 92.75 19.19l191.9-415.78c15.99-38.39-25.59-79.97-63.97-63.97z");
}

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

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

.dap-input .dap-loader {
    display: block;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    border: 2px solid #eee;
    border-top-color: #C4262E;
    animation-duration: 1s;
}

.dap-dropdown-container {
    border-top: solid 1px #eee;
    padding: 10px;
    display: none;
    color: #000;
    text-align: left;
}

.dap-dropdown-container span.heading {
    display: block;
    font-weight: 500;
    line-height: 1.2;
    padding: 10px 5px 10px;
    font-size: 1.1em;
}

.dap-dropdown-container .dap-geolocation {
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding: 10px 10px 10px 50px;
    position: relative;
    border-radius: 8px;
    color: #000;
}

.dap-dropdown-container .dap-geolocation span {
    display: block;
}

.dap-dropdown-container .dap-geolocation:hover {
    text-decoration: none;
    background-color: #FBFFF2;
    border-color: #69BE28;
}

.dap-dropdown-container .dap-geolocation span b {
    font-weight: 500;
}

.dap-dropdown-container .dap-geolocation:after {
    content: "\f124";
    position: absolute;
    left: 10px;
    font-size: 16px;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    transition: 0.3s right;
    display: block;
    color: #C4262E;
    text-align: center;
    width: 30px;
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
}

.dap-suggestion ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #eee;
}

.dap-suggestion ul li {
    position: relative;
}

.dap-suggestion ul li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 14px;
    color: #aaa;
    display: block;
    padding: 12px 30px 12px 35px;
    border-bottom: 1px solid #eee;
}

.dap-suggestion ul li a:hover {
    text-decoration: none;
    background-color: #FBFFF2;
}

.dap-suggestion ul li a:hover b,
.dap-suggestion ul li a:hover:after {
    color: #69BE28;
}

.dap-suggestion ul li a b {
    font-weight: 500;
    color: #000;
}

.dap-suggestion ul li a:before {
    content: "\f3c5";
    position: absolute;
    left: 5px;
    font-size: 15px;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    transition: 0.3s right;
    display: block;
    color: #ddd;
    text-align: center;
    width: 20px;
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
}

.dap-suggestion ul li a:after {
    content: "\f3c5";
    position: absolute;
    left: 5px;
    font-size: 15px;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    transition: 0.3s right;
    display: block;
    color: #ddd;
    text-align: center;
    width: 20px;
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
}

.dap-search-button {
    font-size: 14px;
    padding: 0px 20px;
    margin-left: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #C4262E;
    color: white;
    border: none;
    outline: none !important;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    line-height: 60px;
}

.dap-search-button:hover {
    text-decoration: none;
    color: white;
}

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

.modal-backdrop {
    background-color: #001a01;
}

.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;
}

.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 {
    font-size: 14px;
    line-height: 30px;
}

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

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

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

.btn-arrow-right::after,
.btn-arrow-left::after {
    content: "\f061";
    position: absolute;
    right: 15px;
    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: 15px;
}

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

.list-group-item-action.btn-success:focus {
    background-color: #69BE28;
    border-color: #69BE28;
}

.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;
}

.text-success {
    color: #69BE28 !important;
}

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

.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)
}

.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 #E7EBE9;
    border-radius: 16px;
    overflow: hidden;
}

.store-card:hover {
    text-decoration: none;
    border-color: #69BE28;
}

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

.store-card--cover-image-wrapper {
    background-image: url('https://static.love2eat.eu/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: #69BE28;
    color: #fff;
    border-radius: 99px;
    font-size: 10px;
    line-height: 14px;
    padding: 3px 8px;
    margin-bottom: 3px;
}

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

.store-card--title {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #030303;
    margin: 0;
}

.store-card--description {
    font-size: 12px;
    line-height: 16px;
    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: 16px;
}

.store-card--description {
    font-size: 12px;
    line-height: 14px;
}

.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: #ffffff;
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 12px 0;
    box-shadow: 0 0 6px rgb(0 0 0 / 16%);
    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 {
    border: 1px solid #F2F7F4;
    background-color: #F2F7F4 !important;
    color: #707070;
    font-weight: 400;
    line-height: 20px;
    border-radius: 28px;
    padding: 4px 8px;
}

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

.subheader-filters--wrapper button.selected {
    border: 1px solid rgb(146, 212, 0);
    background-color: rgba(146, 212, 0, 0.1) !important;
    color: #69be28;
    font-weight: 500;
}

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

.input-duo-tone {
    background-color: #F2F7F4 !important;
    border: none;
    border-radius: 100px !important;
    padding: 6px 20px;
    font-size: 14px !important;
    line-height: 32px !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: #69BE28;
    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: 16px;
    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: 16px;
    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;
    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: 14px;
    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: #69be28;
    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: 16px;
}

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

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

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

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

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

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

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

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

.store-filter--single, .store-filter--multi, .store-filter--toggle {
    list-style: none;
    color: #707070;
    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: #F2F7F4;
    border-radius: 99px;
    line-height: 18px;
    padding: 3px 8px;
    margin: 0 4px 4px 0;
    color: rgb(112 112 112);
    border: 1px solid #F2F7F4;
    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: #69BE28 !important;
}

.store-filter--single input:checked ~ span {
    color: #69be28;
}

.store-filter--multi input:checked ~ span {
    background-color: rgba(146, 212, 0, 0.1);
    color: #69be28;
    border: 1px solid #69BE28;
}

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

.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: #69BE28;
}

input:focus + .slider {
    box-shadow: 0 0 1px #69BE28;
}

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 {
        font-size: 14px;
        line-height: 18px;
    }

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

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

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

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

    .store-card--content-footer {
        color: #707070;
        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: #8b8b8b;
}

.category > h5 {
    color: #005abc;
    display: block;
}

.category > img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    box-shadow: rgb(231 235 233 / 50%) 0 3px 6px;
    border: 1px solid #E7EBE9;
    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 #E7EBE9;
    border-radius: 8px;
}


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

#store[data-open="true"] .menu:hover, #store[data-open="true"] .menu:active {
    border-color: #69BE28;
}

#store-sidebar {
    min-height: 50vh;
}

.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;
    font-size: 12px;
}

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

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

.product-price {
    white-space: nowrap;
    font-size: 14px;
    color: #69BE28;
    font-weight: bold;
}

#store h3, #store h4, #store h5 {
    font-weight: 500 !important;
}

#store h3 {
    font-size: 18px;
}

#store h4 {
    font-size: 16px;
}

#store h5 {
    font-size: 14px;
}

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

.btn-primary {
    background-color: #1a95f7;
    border-color: #1a95f7;
}

.btn-primary:hover:not([disabled]), .btn-primary:active:not([disabled]) {
    background-color: #5ab1fa;
    border-color: #5ab1fa;
}

.btn-success {
    background-color: #69BE28;
    border-color: #69BE28;
}

.btn-success:hover:not([disabled]), .btn-success:active:not([disabled]) {
    background-color: #69BE28 !important;
    border-color: #69BE28 !important;
}

.btn-outline-success {
    color: #69BE28;
    border-color: #69BE28;
}

.btn-outline-success:hover:not([disabled]), .btn-outline-success:active:not([disabled]) {
    background-color: transparent !important;
    color: #69BE28 !important;
    border-color: #69BE28 !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)
}

/* --[ CART ]-------------------------------------------------------------------------------------------------------- */

.cart-store {
    line-height: 32px;
}

.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%;
    background-image: linear-gradient(to right, #69BE28, #92D400) !important;
    font-weight: 500;
    text-align: center;
    color: white;
    z-index: 1040;
    box-shadow: rgb(40 48 44 / 22%) 0 3px 6px;
    border-radius: 99px;
    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 span {
    font-size: 14px;
}

.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 {
    font-size: 14px;
    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: #69BE28;
    -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-size: 14px;
    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: #69BE28;
    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: #69BE28 !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: #69BE28;
    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: #69BE28;
}

.l2e-checkbox input:checked ~ span {
    border-color: #69BE28;
}

.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: #69BE28;
}

.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: #69BE28;
    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 {
    color: #69BE28;
    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: #69BE28;
}

.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: #69BE28;
}

.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, #eee 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%;
}

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

.current.rl-multi-step-item:first-child .rl-item-wrap {
    background: linear-gradient(to right, #69BE28 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, #69BE28 95%, transparent 5%);
}

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

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

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

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

@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 #69BE28;
    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: 16px 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;
}

.accent .smart-banner--action-image-wrapper {
    background-color: #69BE28;
    border: #69BE28;
}

.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: 32px;
    position: relative;
}

.smart-banner--action-button {
    color: #787c7e;
    background-color: #f6f7f8;
    border: 1px solid #d3d6da;
    border-radius: 40px;
    font-size: 14px;
    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;
}

.accent .smart-banner--action-button {
    background-color: #69BE28;
    border-color: #69BE28;
    color: #fff;
}

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

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

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

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

.cookie-popup .btn-primary:active,
.cookie-popup .btn-primary:focus,
.cookie-popup .btn-primary:visited {
    box-shadow: 0 0 0 .2rem #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: #ffffff;
}

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

.categories-slider a {
    color: #303030;
    background: #ffffff;
    padding: 4px 12px;
    display: block;
    border-radius: 28px;
    line-height: 20px;
    -webkit-user-select: none;
    -ms-user-select: none;
    font-size: 14px;
    max-width: 60vw;
    user-select: none;
}

.categories-slider a.active {
    color: #69BE28;
    background: rgb(105 190 40 / 10%);
    font-weight: bold;
}

.categories-slider .swiper-prev,
.categories-slider .swiper-next {
    position: absolute;
    top: 0;
    background-color: red;
    width: 30px;
    height: 100%;
    z-index: 10;
    cursor: auto;
    pointer-events: none;
}

.categories-slider .swiper-prev {
    left: 0;
    right: auto;
    background: linear-gradient(to right, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.categories-slider .swiper-next {
    right: 0;
    left: auto;
    background: linear-gradient(to left, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.categories-slider .swiper-button-next, .categories-slider .swiper-button-prev {
    display: none !important;
}

.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: #fdfefe;
}

.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 button {
    font-size: 14px;
}

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

/* 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;
    }

    .product-description {
        font-size: 14px;
    }

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

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

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

    /* --[ STORE ]----------------------------------------------------------------------------------------------------- */
    #store {
        background-color: #fdfefe;
    }

    #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;
        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;
    }

    .categories-slider .swiper-prev {
        left: 0;
        right: auto;
        background: linear-gradient(to right, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
    }

    .categories-slider .swiper-next {
        right: 0;
        left: auto;
        background: linear-gradient(to left, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
    }

    .categories-slider .swiper-button-next, .categories-slider .swiper-button-prev {
        display: flex !important;
        width: 50px !important;
        color: #69BE28 !important;
        transition: 0.3s opacity;
    }

    .categories-slider .swiper-button-next {
        background: linear-gradient(to left, #FFFFFF 75%, rgba(255, 255, 255, 0) 100%);
    }

    .categories-slider .swiper-button-prev {
        background: linear-gradient(to right, #FFFFFF 75%, rgba(255, 255, 255, 0) 100%);
    }

    .categories-slider .swiper-button-next::after, .categories-slider .swiper-button-prev::after {
        font-size: 20px !important;
        display: block;
        font-weight: 300;
        font-family: "Font Awesome 5 Pro" !important;
    }

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

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

    .categories-slider .swiper-button-disabled, .categories-slider .swiper-button-lock {
        opacity: 1 !important;
        cursor: auto;
        color: #dddddd !important;
        pointer-events: none;
    }
}

/* --[ 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 {
    font-size: 14px;
    margin-right: 10px;
}

.addresses label,
.addresses span.default {
    color: #999;
    font-size: 14px;
    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: #69BE28;
    border-color: #69BE28;
    border-width: 10px;
    border-radius: 50px;
    color: #fff;
}

.landing--menu button:hover,
.landing--menu.show > button {
    background-color: #69BE28;
    border-color: #69BE28;
}

.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: #69BE28;
}

#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: #69BE28;
    color: #69BE28;
    border-radius: 10px;
    box-shadow: 9999px 0 0 -5px #69BE28;
    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: #69BE28;
    color: #69BE28;
}

.dot-pulse::before {
    box-shadow: 9974px 0 0 -5px #69BE28;
    animation: dotPulseBefore 1s infinite linear;
    animation-delay: 0s;
}

.dot-pulse::after {
    box-shadow: 10024px 0 0 -5px #69BE28;
    animation: dotPulseAfter 1s infinite linear;
    animation-delay: .5s;
}

@keyframes dotPulseBefore {
    0% {
        box-shadow: 9974px 0 0 -5px #69BE28;
    }
    30% {
        box-shadow: 9974px 0 0 2px #69BE28;
    }
    60%,
    100% {
        box-shadow: 9974px 0 0 -5px #69BE28;
    }
}

@keyframes dotPulse {
    0% {
        box-shadow: 9999px 0 0 -5px #69BE28;
    }
    30% {
        box-shadow: 9999px 0 0 2px #69BE28;
    }
    60%,
    100% {
        box-shadow: 9999px 0 0 -5px #69BE28;
    }
}

@keyframes dotPulseAfter {
    0% {
        box-shadow: 10024px 0 0 -5px #69BE28;
    }
    30% {
        box-shadow: 10024px 0 0 2px #69BE28;
    }
    60%,
    100% {
        box-shadow: 10024px 0 0 -5px #69BE28;
    }
}

.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)
}

.modal-inner-scroll .modal-body::-webkit-scrollbar {
    width: 8px;
    background: white;
    border-radius: 16px;
}

.modal-inner-scroll .modal-body::-webkit-scrollbar-track {
    border-left: 1px solid #E7EBE9;
}

.modal-inner-scroll .modal-body::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 16px;
}

.modal-inner-scroll .modal-body::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.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: rgb(105 190 40 / 10%);
}

.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: #69BE28;
    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 #69BE28;
    display: block;
    line-height: 32px;
    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;
}
