/*!
 * Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    font-weight: var(--fa-style, 900); }

.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fab,
.fa-brands {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto; }

.fa-1x {
    font-size: 1em; }

.fa-2x {
    font-size: 2em; }

.fa-3x {
    font-size: 3em; }

.fa-4x {
    font-size: 4em; }

.fa-5x {
    font-size: 5em; }

.fa-6x {
    font-size: 6em; }

.fa-7x {
    font-size: 7em; }

.fa-8x {
    font-size: 8em; }

.fa-9x {
    font-size: 9em; }

.fa-10x {
    font-size: 10em; }

.fa-2xs {
    font-size: 0.625em;
    line-height: 0.1em;
    vertical-align: 0.225em; }

.fa-xs {
    font-size: 0.75em;
    line-height: 0.08333em;
    vertical-align: 0.125em; }

.fa-sm {
    font-size: 0.875em;
    line-height: 0.07143em;
    vertical-align: 0.05357em; }

.fa-lg {
    font-size: 1.25em;
    line-height: 0.05em;
    vertical-align: -0.075em; }

.fa-xl {
    font-size: 1.5em;
    line-height: 0.04167em;
    vertical-align: -0.125em; }

.fa-2xl {
    font-size: 2em;
    line-height: 0.03125em;
    vertical-align: -0.1875em; }

.fa-fw {
    text-align: center;
    width: 1.25em; }

.fa-ul {
    list-style-type: none;
    margin-left: var(--fa-li-margin, 2.5em);
    padding-left: 0; }
.fa-ul > li {
    position: relative; }

.fa-li {
    left: calc(var(--fa-li-width, 2em) * -1);
    position: absolute;
    text-align: center;
    width: var(--fa-li-width, 2em);
    line-height: inherit; }

.fa-border {
    border-color: var(--fa-border-color, #eee);
    border-radius: var(--fa-border-radius, 0.1em);
    border-style: var(--fa-border-style, solid);
    border-width: var(--fa-border-width, 0.08em);
    padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
    float: left;
    margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
    float: right;
    margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
    -webkit-animation-name: fa-beat;
    animation-name: fa-beat;
    -webkit-animation-delay: var(--fa-animation-delay, 0);
    animation-delay: var(--fa-animation-delay, 0);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
    animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
    -webkit-animation-name: fa-bounce;
    animation-name: fa-bounce;
    -webkit-animation-delay: var(--fa-animation-delay, 0);
    animation-delay: var(--fa-animation-delay, 0);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
    -webkit-animation-name: fa-fade;
    animation-name: fa-fade;
    -webkit-animation-delay: var(--fa-animation-delay, 0);
    animation-delay: var(--fa-animation-delay, 0);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
    -webkit-animation-name: fa-beat-fade;
    animation-name: fa-beat-fade;
    -webkit-animation-delay: var(--fa-animation-delay, 0);
    animation-delay: var(--fa-animation-delay, 0);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
    -webkit-animation-name: fa-flip;
    animation-name: fa-flip;
    -webkit-animation-delay: var(--fa-animation-delay, 0);
    animation-delay: var(--fa-animation-delay, 0);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
    animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
    -webkit-animation-name: fa-shake;
    animation-name: fa-shake;
    -webkit-animation-delay: var(--fa-animation-delay, 0);
    animation-delay: var(--fa-animation-delay, 0);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, linear);
    animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-delay: var(--fa-animation-delay, 0);
    animation-delay: var(--fa-animation-delay, 0);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 2s);
    animation-duration: var(--fa-animation-duration, 2s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, linear);
    animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
    --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
    animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
    .fa-beat,
    .fa-bounce,
    .fa-fade,
    .fa-beat-fade,
    .fa-flip,
    .fa-pulse,
    .fa-shake,
    .fa-spin,
    .fa-spin-pulse {
        -webkit-animation-delay: -1ms;
        animation-delay: -1ms;
        -webkit-animation-duration: 1ms;
        animation-duration: 1ms;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        transition-delay: 0s;
        transition-duration: 0s; } }

@-webkit-keyframes fa-beat {
    0%, 90% {
        -webkit-transform: scale(1);
        transform: scale(1); }
    45% {
        -webkit-transform: scale(var(--fa-beat-scale, 1.25));
        transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-beat {
    0%, 90% {
        -webkit-transform: scale(1);
        transform: scale(1); }
    45% {
        -webkit-transform: scale(var(--fa-beat-scale, 1.25));
        transform: scale(var(--fa-beat-scale, 1.25)); } }

@-webkit-keyframes fa-bounce {
    0% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0); }
    10% {
        -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
    30% {
        -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
        transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
    50% {
        -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
    57% {
        -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
        transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
    64% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0); }
    100% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0); } }

@keyframes fa-bounce {
    0% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0); }
    10% {
        -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
    30% {
        -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
        transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
    50% {
        -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
    57% {
        -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
        transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
    64% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0); }
    100% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0); } }

@-webkit-keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, 0.4); } }

@-webkit-keyframes fa-beat-fade {
    0%, 100% {
        opacity: var(--fa-beat-fade-opacity, 0.4);
        -webkit-transform: scale(1);
        transform: scale(1); }
    50% {
        opacity: 1;
        -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
        transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-beat-fade {
    0%, 100% {
        opacity: var(--fa-beat-fade-opacity, 0.4);
        -webkit-transform: scale(1);
        transform: scale(1); }
    50% {
        opacity: 1;
        -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
        transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@-webkit-keyframes fa-flip {
    50% {
        -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-flip {
    50% {
        -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@-webkit-keyframes fa-shake {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg); }
    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg); }
    8%, 24% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg); }
    12%, 28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg); }
    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg); }
    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg); }
    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg); }
    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg); }
    40%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); } }

@keyframes fa-shake {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg); }
    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg); }
    8%, 24% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg); }
    12%, 28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg); }
    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg); }
    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg); }
    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg); }
    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg); }
    40%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); } }

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

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

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1); }

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1); }

.fa-rotate-by {
    -webkit-transform: rotate(var(--fa-rotate-angle, none));
    transform: rotate(var(--fa-rotate-angle, none)); }

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: var(--fa-stack-z-index, auto); }

.fa-stack-1x {
    line-height: inherit; }

.fa-stack-2x {
    font-size: 2em; }

.fa-inverse {
    color: var(--fa-inverse, #fff); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-arrow-left::before {
    content: "\f060"; }

.fa-arrow-right::before {
    content: "\f061"; }

.fa-badge-percent::before {
    content: "\f646"; }

.fa-bag-shopping::before {
    content: "\f290"; }

.fa-shopping-bag::before {
    content: "\f290"; }

.fa-bars::before {
    content: "\f0c9"; }

.fa-navicon::before {
    content: "\f0c9"; }

.fa-calendar-days::before {
    content: "\f073"; }

.fa-calendar-alt::before {
    content: "\f073"; }

.fa-cart-shopping::before {
    content: "\f07a"; }

.fa-shopping-cart::before {
    content: "\f07a"; }

.fa-check::before {
    content: "\f00c"; }

.fa-chevron-left::before {
    content: "\f053"; }

.fa-chevron-right::before {
    content: "\f054"; }

.fa-chevron-down::before {
    content: "\f078"; }

.fa-chevron-up::before {
    content: "\f077"; }

.fa-circle-info::before {
    content: "\f05a"; }

.fa-info-circle::before {
    content: "\f05a"; }

.fa-city::before {
    content: "\f64f"; }

.fa-clock::before {
    content: "\f017"; }

.fa-clock-four::before {
    content: "\f017"; }

.fa-coins::before {
    content: "\f51e"; }

.fa-comment::before {
    content: "\f075"; }

.fa-credit-card::before {
    content: "\f09d"; }

.fa-credit-card-alt::before {
    content: "\f09d"; }

.fa-envelope::before {
    content: "\f0e0"; }

.fa-euro-sign::before {
    content: "\f153"; }

.fa-eur::before {
    content: "\f153"; }

.fa-euro::before {
    content: "\f153"; }

.fa-file-contract::before {
    content: "\f56c"; }

.fa-handshake::before {
    content: "\f2b5"; }

.fa-hat-chef::before {
    content: "\f86b"; }

.fa-heart::before {
    content: "\f004"; }

.fa-house::before {
    content: "\f015"; }

.fa-home::before {
    content: "\f015"; }

.fa-home-alt::before {
    content: "\f015"; }

.fa-home-lg-alt::before {
    content: "\f015"; }

.fa-info::before {
    content: "\f129"; }

.fa-location-dot::before {
    content: "\f3c5"; }

.fa-map-marker-alt::before {
    content: "\f3c5"; }

.fa-magnifying-glass::before {
    content: "\f002"; }

.fa-search::before {
    content: "\f002"; }

.fa-minus::before {
    content: "\f068"; }

.fa-subtract::before {
    content: "\f068"; }

.fa-notdef::before {
    content: "\e1fe"; }

.fa-phone::before {
    content: "\f095"; }

.fa-plus::before {
    content: "\2b"; }

.fa-add::before {
    content: "\2b"; }

.fa-rocket-launch::before {
    content: "\e027"; }

.fa-section::before {
    content: "\e447"; }

.fa-store::before {
    content: "\f54e"; }

.fa-trash::before {
    content: "\f1f8"; }

.fa-truck::before {
    content: "\f0d1"; }

.fa-user::before {
    content: "\f007"; }

.fa-xmark::before {
    content: "\f00d"; }

.fa-close::before {
    content: "\f00d"; }

.fa-multiply::before {
    content: "\f00d"; }

.fa-remove::before {
    content: "\f00d"; }

.fa-times::before {
    content: "\f00d"; }

.fa-xmark-large::before {
    content: "\e59b"; }

.sr-only,
.fa-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0; }

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0; }
:root, :host {
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"; }



/* -------------ELEMENTS-------------*/

html {
    min-width: 320px;
    height: 100%;
    max-width: 100%;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-size: 1rem;
    /* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-image: url("../img/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; */
    background: #F7F7FA;
    font-family: Roboto;
    line-height: 1.42857143;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    margin: 0px;

    --header-height: 50px;
    --product-nav-height: 45px;
    --menu-background: rgba(255, 255, 255, 0.98);
    /* --menu-background: #F7F7FA; */
    --menu-item-background: #FFFFFF;
    --text-color: #222222;
    --menu-text-color: #222222;
    --primary-color: #D63E1C;
    --secondary-color: #EDEDF6;
    --light-grey: #D8D8D8;
    --medium-grey: #cecece;

    --primary-color: #ec6922;

    --text-color: #222222;

    --text-font: "Varela Round";

    --link-color: #ec6922;

    --h1-color: var(--primary-color);
    --h1-font: "Varela Round";
    --h1-font-weight: normal;
    --h1-letter-spacing: 0.0;

    --h2-color: var(--text-color);
    --h2-font: "Varela Round";
    --h2-font-weight: normal;
    --h2-letter-spacing: 0.0;

    --h3-color: #000;
    --h3-font: "Varela Round";
    --h3-font-weight: 500;
    --h3-letter-spacing: 0.0;

    --btn-cta-background: var(--primary-color);
    --btn-cta-border: var(--primary-color);
    --btn-cta-font: #fff;

    --btn-primary-background: #fff;
    --btn-primary-border: var(--primary-color);
    --btn-primary-font: var(--primary-color);

    --btn-secondary-background: #fff;
    --btn-secondary-border: #A0A0A0;
    --btn-secondary-font: #5E5E5E;

    --group-icon-background: #ffffff;

    --modal-header: #E5E5E5;
    --modal-light: #EFEFEF;

    --logo-max-height: 50px;
    --logo-margin-top: 20px;
    --logo-max-height-mobile: 40px;
    --logo-margin-top-mobile: 5px;

    --header-background: rgba(255,255,255,0.4);
    --bottom-color: var(--text-color);

    --menu-item-background: #FFFFFF;

}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    vertical-align: middle;
}/*
*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Varela Round";
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    /* text-align: center; */
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 {
    font-size: 24px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
img {
    vertical-align: middle;
}
p {
    margin: 0 0 10px;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

p, ol, ul {
    max-width: 800px;
    line-height: 1.5;
}

.select {
    position: relative;
    height: 30px;
    background: white;
    color: var(--text-color);
    /* box-shadow: 0 3px 0 rgba(0,0,0,.05); */

    &:after {
        content: '';
        position: absolute;
        top: 0;
        width: 0;
        height: 0;
        right: 10px;
        bottom: 0;
        margin: auto;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #a52c2c transparent transparent transparent;
        pointer-events: none;
    }

    &:before {
        width: 30px;
        position: absolute;
        top: 1px;
        right: 1px;
        bottom: 1px;
        background: whitesmoke;
        content: '';
        pointer-events: none;
    }

    &:hover {
        &:before {
            background: #ffcfcf;
        }
    }
}

select {
    font-size: 14px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    height: 100%;
    width: 100%;
    cursor: pointer;
    outline: none;
    padding-right: 35px;
    padding-left: 10px;
    border: 1px solid var(--secondary-color);
    /* box-shadow: rgb(30 10 50 / 20%) 0px 0px 3.84px; */


    -moz-appearance: none;

    &:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000;
    }

    -webkit-appearance: none;

    &::-ms-expand {
        display: none;
    }

    &:focus {
        border-color: #63ffb4;
    }
}





/* -------------Bootsrap-------------*/

table {
    background-color: transparent;
    margin-left: -2px;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 2px;
    font-weight: bold;
}
input {
    margin-bottom: 5px;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #878787 !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #878787 !important;
    opacity:  1 !important;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #878787 !important;
    opacity:  1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #878787 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color:    #878787 !important;
}

::placeholder { /* Most modern browsers support this. */
    color:    #878787 !important;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}
.form-group {
    margin-bottom: 15px;
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}
.btn:hover,
.btn:focus,
.btn.focus {
    text-decoration: none;
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.btn-large  {
    font-size: 20px;
    padding: 5px 15px;
    border-width: 2px;
    border-radius: 6px;
}
a {
    text-decoration-line: none;
    text-decoration-color: none;
    text-decoration: none;
    color: var(--link-color);
}
a:hover {
    text-decoration: none;
}
a:not(.btn):hover {
    color: #ec6922;
}

a.colored-link {
    color: var(--link-color);
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}


.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}

.accordion-minimal > input[type="checkbox"] {
    position: absolute;
    left: -100vw;
}

.accordion-minimal .accordion-content {
    overflow-y: hidden;
    height: 0;
    transition: height 0.3s ease;
}

.accordion-minimal > input[type="checkbox"]:checked ~ .accordion-content {
    height: auto;
    overflow: visible;
}

.accordion-minimal label {
    display: block;
}

.accordion-minimal > input[type="checkbox"]:checked ~ .accordion-content {
    padding: 15px;
    border-top: 0;
}

.accordion-minimal label {
    color: var(--link-color);
    cursor: pointer;
    font-weight: normal;
    /* padding: 15px; */
}

/* .accordion-minimal .handle label:after {
  font-family: 'fontawesome';
  content: "\f054";
  display: inline-block;
  margin-right: 10px;
  font-size: .58em;
  line-height: 1.556em;
  vertical-align: middle;
  content: none;
} */

/* .accordion-minimal > input[type="checkbox"]:checked ~ .handle label:after {
  content: "\f078";
} */

.alert {
    border: 1px solid #0000;
    border-left-width: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 12px;
    font-size: 14px;
    line-height: 1.2;
}

.alert-small {
    padding: 5px 10px 5px 10px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    font-size: 1.5em;
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}

.close {
    float: right;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}
.modal-open {
    overflow: hidden;
}
.modal {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition:      -o-transform .3s ease-out;
    transition:         transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.fade.in {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-header {
    padding: 16px 16px 14px 16px;
    border-top-left-radius:4px;
    border-top-right-radius:4px
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 20px;
    font-family: "Varela Round";
}
.modal-body {
    position: relative;
    padding: 16px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer--sticky {
    position: sticky;
    bottom: 0;
    padding-bottom: 5px;
    background-color: inherit;
    z-index: 1055;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 700px;
        margin: 10px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;

    line-break: auto;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}

.display-none {
    display: none;
}

.hidden {
    display: none !important;
}

.pac-container {
    z-index: 1051 !important;
}

/* -------------GRID-------------*/

.grid-row {
    margin-left: -15px;
    margin-right: -15px;
    display: flow-root;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }

}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }

}

/* -------------STRUCTURE & STYLE-------------*/

.content-page {
    padding: 50px;
    word-break: break-word;

    @media(max-width: 599px) {
        padding: 30px;
    }

    @media(max-width: 399px) {
        padding: 20px;
    }
}

.content > .view-center {
    /* margin-top: 20px; */
    padding-top: 30px;
}
.content > .view-center.has-nav {
    margin-top: calc(var(--product-nav-height));
}

.headline-container {
    margin-bottom: 20px;
}

.headline-container {
    margin-top: 50px;
}

.headline-container > h1 {
    margin-bottom: 25px;
    text-align: center;
}

.headline-container > h1,
.headline-container > h2{
    text-align: center;
}

.headline-container > p:not(.alert){
    font-size: 14px;
    font-size: 1rem;
    color: #6e6e6e;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#content {
    background-color: transparent;
    color: var(--text-color);
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}


.content-box {
    /* position: relative; */
    /* float: left;  */
    background-color: white;
    color: var(--menu-text-color);
    border-radius: 6px;
    /* padding: 15px; */
    /* margin-top: 15px; */
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.10);
    overflow-y: visible;
}

.centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.view-center {
    max-width: 600px;
    padding: 30px 15px 15px 15px;
    margin-left: auto;
    margin-right: auto;
}

.view-center.content-box {
    background-color: var(--menu-background);
}

.footer-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-container > p {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.footer-container a {
    color: #494949
}

.footer-container a:hover {
    color: #ec6922;
}

.cookie-wrapper {

    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 10px;
    border-top: 2px solid white;
    background-color: rgba(1,1,1,0.8);
    color: white;
}
.cookie-bar {

    font-size: 1rem;
    padding: 10px;
    border-radius: 3px;
}

.cookie-bar .btn {
    font-size: 1rem;
}

.cookie-bar .btn-product-info {
    height: 1.25rem;
    width: 1.25rem;
}
.cookie-bar .btn-product-info > span{
    font-size: 1.125rem;
}

/*.cookie-bar a {
    text-decoration: underline;
    color: white;
}*/

#footer a {
    text-decoration: underline;
}
#footer a:hover {
    text-decoration: none;
}

#footer .navbar-nav {
    margin:0px;
}

#footer .nav li {
    padding: 5px;
    width: 45%;
}

#footer .nav li > a:hover,
#footer .nav li > a:focus {
    /*    text-decoration: underline;*/
    background-color: transparent;
}
#footer .nav li > a {
    padding: 0px;
}

#bottom {
    padding: 0px 0px 30px 0px;
}

#bottom .right {
    float: right;
}

#bottom a {
    padding: 0 5px;
}

#bottom a.fuchs-home {
    opacity: 0.5;
}

#impressum-fuchs-link {
    margin-top: 40px;
    margin-bottom: 20px;
}

#contact-info > div {
    padding-left: 5px;
}

.fuchs-modal {
    color: var(--menu-text-color);
    max-width: 600px !important;
    width: calc(100vw - 20px);
    background-color: white;
    border-radius: 3px;
    margin: auto;
    padding-bottom: 15px;
    overflow:hidden;
}

.fuchs-modal > *:not(.modal-image):not(.modal-title):not(.tab-content):not(.tab-container):not(.cart-container),
.tab-content > *:not(.alert) {
    padding: 0px 15px;
    padding-top: 15px;
}

/* .fuchs-modal > div:last-child:not(.tab-content) {
    margin-bottom: 15px;
} */

/* .fuchs-modal > div:last-child {
    margin-bottom: 15px;
} */

.fuchs-modal > .modal-title  {
    padding: 15px;
    display: flex;
    justify-content: space-between;
}

.fuchs-modal .modal-image {
    width: 100%;
}

.fuchs-modal .cart-container {
    margin-left: 0px;
    padding-bottom: 0px;
    box-shadow: none;
}

.fuchs-modal h4 {
    margin-block-start: 10px;
    margin-block-end: 15px;
    font-size: 16px;
}

.modal-trigger {
    cursor: pointer;
}

.modal-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    overflow-y: scroll;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    pointer-events: auto;
    position: fixed;
    width: 100vw;
    z-index: 101 !important;
}
.modal-overlay:not(.visible) {
    visibility: hidden;
    opacity: 0;
}

.modal-overlay > * {
    position: relative;
}

html.modal-open {
    /* pointer-events: none; */
    overflow: hidden;
}

.seo-footer {
    border: 2px solid rgb(from var(--text-color) r g b / 0.4);
    border-radius: 6px;
    margin: 30px auto 15px auto;
    padding: 0px;
    background-color: var(--seo-footer-background);
}

.seo-footer > div {
    padding: 25px;
}

.seo-footer > div:not(:first-child) {
    border-top: 2px solid rgb(from var(--text-color) r g b / 0.4);
}

.seo-footer h2 {
    font-family: "Roboto";
    font-weight: bold;
    color: var(--h1-color);
}

.seo-footer h3 {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: bold;
    color: var(--text-color);
}

.seo-footer p {
    font-size: 16px;
    color: var(--text-color);
}

.seo-footer label {
    font-size: 16px;
    color: var(--link-color);
}

.seo-footer i.fa-solid,
.seo-footer i.fa-brands {
    width: 18px;
}


/* -------------UI-------------*/

#debug-container {
    display: none;
    font-size: 14px;
    position: fixed;
    width: 300px;
    height: 300px;
    left: 30px;
    top: 200px;
    padding: 10px;
    background: #ffffffBB;
    z-index: 99999;
}

.diet-label {
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    border-radius: 6px;
    border-width: 1.5px;
    border-style: solid;
    padding: 1px 3px 0px 3px;
    margin-right: 3px;
}

.diet-vegan {
    color: #00853E;
    border-color: #00853E;
}

.diet-vegetarian {
    color: #9ACD32;
    border-color: #9ACD32;
}

.diet-lactose-free {
    color: #DDA0DD;
    border-color: #DDA0DD;
}

.diet-gluten-free {
    color: #800080;
    border-color: #800080;
}

.diet-halal {
    color: #FEBE10;
    border-color: #FEBE10;
}

.diet-bestseller {
    color:#FF7F50;
    border-color:#FF7F50;
}

.diet-new {
    color: #00BFFF;
    border-color: #00BFFF;
}

.busy-container > img {
    width: 140px;
}

.btn-group {
    display: flex;
    overflow: hidden;
}

.btn-group:not(.menu-item) {
    border-radius: 5px;
    border: 1px solid var(--secondary-color);
}

.btn-group.menu-item {
    overflow: visible;
}

.btn-group.menu-item > div:first-child{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.btn-group.menu-item > div:last-child{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.btn-group.menu-item > div:not(.active) {
    box-shadow: rgb(30 10 50 / 20%) 0px 0px 3.84px;
}

.btn-group > div {
    border-radius: 0px;
    border: none;
    border-left: 1px solid var(--secondary-color);;
    padding-top: 5px;
    flex: 1;
    text-align: center;
    height: 30px;
}

.btn-group-menu > div {
    height: 40px;
}

.btn-group > div:first-child {
    margin-left: -1px;
}

.btn-group > div.disabled {
    color: #666666;
    background-color: #fff;
}

.btn-group > div.active {
    background-color: var(--secondary-color);
    font-weight: 500;
}
.btn-group-menu > div {
    background-color: var(--menu-item-background);
    padding: 10px;
}

.btn-group i {
    margin-right: 7px;
}

#btn-refresh-orders {
    border-bottom: 2px solid var(--menu-background);
}

.gradient-primary {
    background-image: linear-gradient(90deg, rgb(251, 225, 211), rgb(255, 255, 255));
}

.gradient-secondary {
    background-image: linear-gradient(90deg, rgb(237, 237, 246), rgb(255, 255, 255));
}

.btn.transparent-background {
    background-color: transparent;
}


.logo-container-bottom {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.logo-container-bottom img {
    width: 60px;
}

.pros > div{
    background-color: var(--menu-item-background);
    /* border-radius: 3px;
    box-shadow: rgb(30 10 50 / 20%) 0px 0px 3.84px;
    margin-top: 10px;
    color: var(--text-color);
    margin-top: 10px;
    padding: 5px; */
}

/* .social-container {
    position: absolute;
    bottom: 110px;
    right: 0px;
    height: 82px;
    z-index: 2;
} */

.app-link-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    height: 30px;
}

.social-link-container {
    height: 26px;
}

.app-link-container:last-child {
    margin-bottom: 0px;
}

.app-link-container a {
    padding: 0px 5px;
}

.app-link-container a  {
    height: 100%;
    /* align-self: flex-start; */
    /* clear: both; */
}

.app-link-container .fb-large {
    /* margin-top: -4.8%; */
    height: 75%;
    margin-top: -2px;
}

.app-link-container a > img {
    height: 100%;
}

.abo-box.menu h2 {
    font-size: 16px;
}

.abo-box:not(.menu) .headline-container > p {
    color: var(--text-color);
}

.btn.newsletter-button {
    padding: 6px 12px 6px 6px;
    margin-left: 15px;
    margin-bottom: 15px;
    border: 1px solid #a0a0a0;

    @media (max-width: 489px) {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 10px;
    }
}
.btn.whatsapp-button {
    padding: 4px 12px 4px 6px;
    margin-bottom: 15px;
    border: 1px solid #a0a0a0;

    @media (max-width: 489px) {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 520px) {
    .whatsapp-button.menu,
    .newsletter-button.menu {
        width: 100%;
        margin-left: 0px;
    }
}

#whatsapp-modal:not(.visible),
#newsletter-modal:not(.visible){
    display: none;
}

#whatsapp-modal.visible,
#newsletter-modal.visible {
    display: flex;
}

.highlight {
    background-color: #ecb622e3;
}

.social {
    display: block;
    height: 36px;
    width: 150px;
    margin-bottom: 10px;
    margin-right: -115px;
    padding: 7px 8px 7px 8px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.social > img {
    height: 20px;
}

.social.fb {
    background-color: #475993;

}

.social.insta {
    background-color: #ec6922;
}

.btn-cta {
    background: #ec6922;
    border-radius: 3px;
    color: white;
}

.btn-secondary {
    background: var(--btn-secondary-background);
    border: 1px solid var(--btn-secondary-border);
    color: var(--btn-secondary-font);
}

.btn-modal {
    width: 100%
}

.cake-debug-output {
    margin-top: 60px !important;
}

#message-box .alert {
    width: 100%;
    margin-bottom: 0px;
}

.select-menu select {
    flex: 1;
    padding: 5px;
    cursor: pointer;
}

.select-menu .select2-selection__arrow {
    display: none;
}

.select-menu .select2-container--default .select2-selection--single {
    border: none;
}

.select-menu .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--secondary-color);
    color: var(--menu-text-color);
}

#time-select-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--menu-text-color);
    margin-left: 2px;
}

#time-select-wrapper .flex-container > * {
    margin-left: 0px;
    margin-right: 0px;
}

.select-menu .select2-dropdown {
    background-color: white;
    border: 2px solid var(--menu-background);
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    margin-top: -34px;
    padding-top: 2px;
}

#time-select-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 4px;
}

.select-menu .menu-item-content {
    padding-top: 0px;
    padding-bottom: 0px;
}

.select-menu .chevron-box {
    width: 40px;
    height: 40px;
    padding: 5px 10px;
    margin-right: -10px;
    border-left: 2px solid var(--menu-background);
    font-size: 22px;
}

select {
    appearance: none;
    border: 0;
    outline: 0;
    background: none;
    color: inherit;
    box-shadow: none;
}

select::-ms-expand {
    display: none;
}

.select {
    position: relative;
    display: flex;
    width: min(20rem, 90vw);
    background: var(--background-select);
    border-radius: 0.25rem;
    overflow: hidden;
}

.switch-container {
    position: relative;
    width: 50px;
    min-width: 50px;
    height: 30px;
    overflow-x: hidden;
    border-radius: 15px;
    border: 1px solid #e8eae9;
    margin-right: 15px;
    margin-bottom: 10px;
}

.switch {
    position: absolute;
    width: 70px;
    height: 28px;
    left: -21px;
    top: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.switch.on {
    left: -1px;
}

.switch-backround,
.switch-knob-container {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 28px;
    display: flex;
}
.switch-knob-container {
    justify-content: center;
    /* padding-top: 1px; */
}

.switch-knob {
    height: 28px;
    width: 28px;
    background-color: white;
    border-radius: 14px;
    border: 1px solid #e8eae9;
}

.switch-left {
    background-color: #86d993;
    width: 50%;
}

.switch-right {
    background-color: #fbfbfb;
    width: 50%;
}

.tab-container {
    height: 40px;
    display: flex;
    justify-content: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px !important;

}

.tab {
    margin-right: 15px;
    padding-top: 10px;
    cursor: pointer;
}

.tab-content:not(.active) {
    display: none;
}

.tab.active {
    border-bottom: 2px solid var(--primary-color);
}

/* -------------FLEX-------------*/

.flex {
    display: flex;
}

.flex-container {
    display: flex;
    -webkit-display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}
/* .flex-container > * {
    margin-left: 5px;
    margin-right: 5px;
} */

.flex-align-start  {
    align-items: flex-start;
}

.flex-align-center  {
    align-items: center
}

.flex-align-end  {
    align-items: flex-end;
}

.flex-justify-start {
    justify-content: flex-start;
}

.flex-justify-between {
    justify-content: space-between;
}

.flex-justify-center {
    justify-content: center;
}

.flex-justify-end {
    justify-content: flex-end;
}

.flex-1 {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
}
.flex-2 {
    flex-grow: 2;
    flex-shrink: 2;
    flex-basis: 0%;
}
.flex-3 {
    flex-grow: 3;
    flex-shrink: 3;
    flex-basis: 0%;
}

.flex-no-shrink {
    flex-shrink: 0;
}

.center {
    text-align: center;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-direction: row;
}

.column {
    display: flex;
    flex-direction: column;
}

.margin-none {
    margin: 0px !important;
}
.margin-s {
    margin: 5px !important;
}
.margin-m {
    margin: 10px !important;
}
.margin-l {
    margin: 15px !important;
}
.padding-none {
    padding: 0px !important;
}
.padding-s {
    padding: 5px !important;
}
.padding-m {
    padding: 10px !important;
}
.padding-l {
    padding: 15px !important;
}

.margin-horizontal-none {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.margin-horizontal-s {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.margin-horizontal-m {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.margin-horizontal-l {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.margin-vertical-none {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.margin-vertical-s {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.margin-vertical-m {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.margin-vertical-l {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.padding-horizontal-none {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.padding-horizontal-s {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.padding-horizontal-m {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.padding-horizontal-l {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.padding-vertical-none {
    padding-top: 0px !important;
    padding-bottom: 5px !important;
}
.padding-vertical-s {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.padding-vertical-m {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.padding-vertical-l {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.margin-left-none {
    margin-left: 0px !important;
}
.margin-right-none {
    margin-right: 0px !important;
}
.margin-top-none {
    margin-top: 0px !important;
}
.margin-bottom-none {
    margin-bottom: 0px !important;
}
.padding-left-none {
    padding-left: 0px !important;
}
.padding-right-none {
    padding-right: 0px !important;
}
.padding-top-none {
    padding-top: 0px !important;
}
.padding-bottom-none {
    padding-bottom: 0px !important;
}

/* -------------CART-------------*/

#button-footer {
    display:none;
    background: #fff;
    box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.10);
}

div.cart-container {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.10);
    margin-left: 5px;
    display: flex;
    flex-direction: column;
    padding: 0px;
}

.cart-container > * {
    padding-left: 15px;
    padding-right: 15px;
}

.cart-container > h2 {
    margin: 0px;
    padding: 15px;
    color: #222;
    box-shadow: rgba(0, 0, 0, 0.29) 0px 3px 4.65px;
}

.cart-container > h4 {
    margin-top: 0px;
    padding-left: 10px;
}

#cart-footer {
    padding-top: 10px;
    padding-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.29) 0px -3px 4.65px;
    display: block;
    width: 100%;
}

#cart-footer .footer-value {
    flex-shrink: 0;
}

#cart-sumary {
    margin-left: -15px;
    margin-right: -15px;
}

#cart-modal {
    overflow: hidden;
}

#cart-modal .modal-body,
#cart-modal .fuchs-modal {
    padding: 0px;
}

#cart-modal .modal-header,
#cart-modal .modal-title,
#options-modal .modal-header {
    position: relative;
    z-index: 1051;
    box-shadow: rgba(0, 0, 0, 0.29) 0px 3px 4.65px;
}

#cart-modal .cart-container {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

#cart-modal .cart-container h2 {
    display: none;
}

.cart-total {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 0.875rem;
}

#cart-total {
    margin-top: 15px;
    margin-bottom: 15px;
}
.btn-cart-footer {
    width: 100%;
    margin-top: 5px;
}

.cart-items {
    overflow-y: scroll;
}

.cart-item {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.875rem;
    align-items: flex-start;
}

.cart-item-wrap {
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid var(--light-grey);
}
.cart-item-controls {
    display: flex;
    justify-content: flex-end;
    /* margin-bottom: 10px; */
}

.cart-item-controls > button {
    background: transparent;
    border: 1px solid var(--medium-grey);
    border-radius: 3px;
    color: var(--medium-grey);
    cursor: pointer;
    font-size: 16px;
    height: 30px;
    width: 40px;
    margin-left: 10px;
    padding-top: 4px;
}

.cart-item[data-is-voucher="1"] + .cart-item-controls .btn-cart-hint,
.cart-item[data-is-voucher="1"] + .cart-item-controls .btn-cart-quantity-add {
    display: none;
}

.cart-item-description {
    flex-grow: 1;
    margin-left: 5px;
}
.cart-item-description > div:first-child {
    font-weight: 700;
}

.cart-item-price {
    white-space: nowrap;
    flex-shrink: 0;
    float: right;
    text-align: right;
    font-weight: 700;
}

.cart-item-quantity {
    display: flex;
    flex-shrink: 0;
    flex-direction: row;
    font-weight: 700;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    align-items: center;
    margin: 0px 0px 0px 0px !important;
}

.cart-item[data-is-voucher="1"] .cart-item-quantity {
    visibility: hidden;
}
.cart-item[data-is-voucher="1"] .btn-cart-quantity-min {
    visibility: visible;
}

.cart-min-difference {
    color: red;
}

.cart-total {
    font-weight: bold;
}

/* Cart discount display */
.cart-discount-row {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.cart-discount-row .discount-value {
    color: #ff6600;
}

.item-hint {
    display: none;
}

.item-hint > textarea {

    width: 100%;
    height: 80px;
    resize: none;
    border: 1px solid var(--light-grey);
    border-radius: 3px;
    font-size: 16px;
}

.item-hint-controls {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
}


.btn-item-hint-control {
    font-size: 16px;
    border-color: transparent;
    border-style:none;
    /*padding: 0px 0px 0px 0px;*/
    background-color: transparent;
    /* font-weight: bold; */
    color: var(--primary-color);
}

.voucher-input-hint {
    display: none;
}

.voucher-input-hint > button {
    width: 24px;
    height: 24px;
}

.voucher-error {
    display: none;
}

.voucher-input {
    width: 100%;
    border: 1px solid #666666;
    height: 30px;
    margin-top: 15px;
}

.btn.send-voucher {
    display: none;
}

.cart-alert {
    margin-bottom: 5px;
    margin-top: 10px;
}

#product-nav-wrapper {
    position: fixed;
    display: flex;
    top: var(--header-height);
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.29) 0px 3px 4.65px;
}

.product-nav {
    display: flex;
    justify-content: center;
    transition: opacity 0.5s ease-in-out;
    overflow-x: hidden;
    overflow-y: hidden;
    flex: 5;
}

.product-nav-button {
    background-color: white;
    border-radius: none;
    border: none;
    flex-basis: 25px;
    overflow-y: hidden;
    transition: flex-basis 500ms ease-in-out, padding 500ms ease-in-out;

    @media(max-width: 767px) {
        display: none;
    }
}

#product-nav-wrapper.search-open .product-nav-button {
    flex-basis: 0px;
    padding: 0px;
}

.product-nav-button > i {
    opacity: 1;
    transition: opacity 300ms ease-in-out;
}

#product-nav-wrapper.search-open .product-nav-button > i {
    opacity: 0;
}

#product-nav-next {
    box-shadow: rgba(0, 0, 0, 0.25) -3px 0px 4.65px;
}

#product-nav-prev {
    box-shadow: rgba(0, 0, 0, 0.25) 3px 0px 4.65px;
}

#product-nav-wrapper.search-open .product-nav{
    opacity: 0.2;
}

.product-nav-content::-webkit-scrollbar {
    display: none;
}
.product-nav-content {
    scrollbar-width: none; /* Versteckt den Scrollbalken */
    -ms-overflow-style: none;  /* Versteckt den Scrollbalken in Internet Explorer 10+ */
}

.product-nav-content {
    position: relative;
    display: flex;
    height: var(--product-nav-height);
    padding: 5px 7.5px 0px 7.5px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.product-nav-search {
    display: flex;
    flex-basis: 50px;
    /* width: 100px; */
    background-color: #fff;
    border-left: 1px solid var(--menu-text-color);
    transition: flex-basis 500ms ease-in-out;
}

.product-nav-search > .search-field-wrapper {
    padding: 5px 0px 5px 0px;
    flex-grow: 1;
    flex-shrink: 1;
    transition: padding-left 500ms ease-in-out;
}

.product-search {
    padding: 1px 0px;
    height: 35px;
    margin-bottom: 0px;
    display: block;
    width: 100%;
    font-size: 1.25rem;
    color: var(--menu-text-color);
    font-family: "Roboto Condensed";
    /* border: 2px solid #EDEDF6; */
    border-width: 0px;
    border-color: #EDEDF6;
    border-style: solid;
    border-radius: 4px;
    transition: padding-left 500ms ease-in-out, border-width 450ms step-end;

}

.product-nav-search * {
    color: var(--menu-text-color);
}

.product-nav-search > button {
    padding: 10px 15px;
    background-color: #fff;
    border: none;
}



.product-nav-search.open {
    flex-basis: 300px;
}

.product-nav-search.open > .search-field-wrapper {
    padding-left: 15px;
    width: 100%;
}

.product-nav-search.open .product-search {
    padding: 1px 5px;
    width: 100%;
    border-width: 2px;
    transition: padding-left 500ms ease-in-out, border-width 50ms step-end;
}

.product-nav-search.open .product-nav-search-button {
    display: none;
}

.product-nav-search:not(.open) .product-nav-search-close-button {
    display: none;
}

.product-nav-search .fa-light {
    font-size: 18px;
}

.product-nav-search .fa-light.fa-xmark {
    font-size: 25px;
}

#search-no-result-info {
    display: none;
}

#search-no-result-info.visible {
    display: block;
}

.product-nav-item {
    height: 40px;
    font-size: 1.25rem;
    font-family: "Roboto Condensed";
    padding: 5px 7.5px;
    color: var(--menu-text-color);
    cursor: pointer;
}

.product-nav-item:hover {
    text-decoration: none;
}

.product-nav-item.active {
    color: var(--primary-color);
}

.product-nav-item.has-discount {
    display: inline-flex;
}

.product-nav-discount-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ec6922;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    transform: translateY(-1px);
}

.product-nav-devider {
    font-size: 20px;
    margin-top: -4px;
    /* padding: 5px; */
}

.agreements p {
    font-size: 12px;
}

/* -------------STATUS BAR-------------*/

#shop-info-short {
    color: white;
    display: flex;
    justify-content: space-between;
    background-color: rgba(0,0,0,0.3);
    padding: 10px 15px;
    margin-right: -10px;
}

#shop-info-short #status-info {
    height: auto;
    padding: 0px;
}

#shop-info-short > div {
    flex: 3;
    justify-content: center;
    /* flex-grow: 5; */
    flex-wrap: nowrap;
}

#shop-info-short > div:first-child {
    flex: 1;
    justify-content: flex-start;
}

#shop-info-short > div:last-child {
    flex: 1;
    justify-content: flex-end;
}

#shop-info-short i {
    margin-top: -2px;
}

#shop-title-shipment-info.pickup,
#shop-title-shipment-info.no-address {
    display: none;
}

.shop-title-info {
    column-gap: 5px;
}
/* .shop-title-info > div {
    margin-left: 0px;
    margin-right: 10px;
} */

.status-container {
    flex: 3;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 15px;
    height: 16px;
}

.signs {
    margin: 0px;
    height: 16px;
    margin-top: -2px;
}

.signs > * {
    display: none;
    padding-left: 5px;
}

.signs > img {
    height: 16px;
    /*    margin-top: -3px;*/
}

.signs > .question {
    display: inline;
}

.signs[data-discount="1"] > .discount {
    display: inline
}

/* #status-container {
    margin: 0px;
} */

#status-light {
    height: 16px;
    margin: 0px 0px 0px 0px;
    margin-right: -5px;
}

.light {
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    /*    background-color: white;*/
    display: none;
    margin-right: 5px;
}

#status-light.green > .light.green,
.status-light.green > .light.green {
    display: inline-block;
}

#status-light.yellow > .light.yellow,
.status-light.yellow > .light.yellow {
    display: inline-block;
}

#status-light.red > .light.red,
.status-light.red > .light.red{
    display: inline-block;
}

.light.green {
    background-color: #9CE78C;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(7,176,103,1), 0px 0px 5px 1px rgba(0,255,145,0.64);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(7,176,103,1), 0px 0px 5px 1px rgba(0,255,145,0.64);
    box-shadow: inset 0px 0px 10px 0px rgba(7,176,103,1), 0px 0px 5px 1px rgba(0,255,145,0.64);
    border: 1px solid rgba(7,176,103,0.6);
}
.light.yellow {
    background-color: #fff266;
    -webkit-box-shadow: inset 0px 0px 8px 0px rgba(235,215,0,1), 0px 0px 5px 1px rgba(250,236,77,0.65);
    -moz-box-shadow: inset 0px 0px 8px 0px rgba(235,215,0,1) 0px 0px 5px 1px rgba(250,236,77,0.65);
    box-shadow: inset 0px 0px 8px 0px rgba(235,215,0,1), 0px 0px 5px 1px rgba(250,236,77,0.65);
    border: 1px solid rgba(235,215,0,0.81);
}
.light.red {
    background-color: #ff6161;
    -webkit-box-shadow: inset 0px 0px 8px 0px rgba(250,0,0,0.85), 0px 0px 5px 1px rgba(250,68,68,0.81);
    -moz-box-shadow: inset 0px 0px 8px 0px rgba(250,0,0,0.85), 0px 0px 5px 1px rgba(250,68,68,0.81);
    box-shadow: inset 0px 0px 8px 0px rgba(250,0,0,0.85), 0px 0px 5px 1px rgba(250,68,68,0.81);
    border: 1px solid rgba(250,0,0,0.7);
}
.light.inactive {
    opacity: 0.5;
}

.status-button-wrapper {
    width: 45px;
    height: 45px;
    padding: 11px 0px 0px 10px;

}

.status-button {
    height: 20px;
    width: 20px;
    line-height: 20px;
    border: 1px solid #979797;
    border-radius: 3px;

}

.status-button > i {
    font-size: 12px;
    height: 12px;
    color: #979797;
    vertical-align: middle;
    margin-left: 7px;
    margin-bottom: 3px;
}

.shop-info {
    max-width: 375px !important;
    /* width: calc(100vw - 30px); */
}

.shop-info > .open-times {
    padding: 15px;
}

.shop-info .today {
    font-weight: bold;
}

.shop-info-image > img {
    /* position: relative; */
    width: 100%;
}

.shop-info-area-row {
    display: flex;
    justify-content: space-between;
}

.shop-info-area-row i {
    color: var(--primary-color);
    /* font-size: 14px; */
    margin-left: 10px;
    margin-right: 3px;
}

.shop-info-area-row.current div {
    font-weight: 700;
}


.shop-info-contact-group span{
    display: block;
}

.shop-info-contact-buttons {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-left: -2px;
    margin-right: -2px;
}

.shop-info-contact-buttons > a {
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    color: var(--primary-color);
    font-size: 20px;
    height: 30px;
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
    flex-grow: 1;
}

.shop-info-tag-container,
.shop-info-payment-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.shop-info-tag {
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    font-size: 12px;
    color: #888;
    padding: 2px 3px;
    margin: 0px 1.5px 3px 1.5px;
}

.shop-info-payment-container div {
    margin-right: 12px;
}

.shop-info-payment-container span {
    margin: 0px;
}

.shop-info-payment-container i {
    margin-right: 5px;
}

/* .time-slot-container {
    margin-bottom: 2px;
} */

.time-slot-container > div {
    margin-bottom: 2px;
}

.shop-info-tag.icon {
    padding: 3px 5px;
}

.shop-info-discount-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 0.5rem;
}

.shop-info-discount-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background-color: #1E0A3277;
    color: white;
    border-radius: 5px;
    padding: 0.3rem 0.75rem 0.3rem 0.6rem;
    font-size: 0.85rem;
    font-weight: 600;
}

.shop-info-discount-pill i {
    color: #ec6922;
    font-size: 0.9rem;
}
.shop-title-image {
    position: relative;
}
.shop-title-image > img {
    width: 100%;
}

.shop-title-image > .status-button-wrapper {
    height: 30px;
    width: 30px;
    padding: 0px;
    background: white;
    border-radius: 5px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.shop-title-image .status-button {
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: 1px solid #979797;
    border-radius: 3px;
}
.shop-title-image .status-button > i {
    font-size: 16px;
    margin-left: 11px;
    margin-bottom: 7px;
}

div.legend > div {
    margin-bottom: 2px;
    display: none;
}

.legend img {
    height: 14px;
    width: 14px;
    margin-top: -2px;
}

/*set padding if at least one active attribute*/
/* .legend[data-discount="1"] {
    padding: 0px 15px 15px 15px;
} */
.legend[data-discount="0"][data-vegan="0"][data-veggie="0"][data-halal="0"] {
    display: none;
}

.legend[data-discount="1"] > div.discount {
    display: block;
}

.legend[data-vegan="1"] > .vegan,
.legend[data-veggie="1"] > .veggie {
    display: block;
}

.legend[data-halal="1"] > .halal {
    display: block;
}

.legend[data-discount="1"] > .discount {
    display: block
}

@media (max-width: 375px) {
    #shop-info-short {
        font-size: 11px;
    }

    #shop-info-short .light {
        height: 13px;
        width: 13px;
    }
}

@media (max-width: 500px) {
    .center:not(.center-mobile){
        text-align: left;
    }

    .min-500 {
        display: none;
    }

    /* #shop-info-short {
        font-size: 12px;
    }

    #shop-info-short .light {
        height: 14px;
        width: 14px;
    } */

    .shop-title-info > div {
        margin: 0px 2px;
    }

    .shop-title-info > div > * {
        margin: 0px 2.5px;
    }

    #shop-info-short {
        margin-right: 0px;
    }
}

@media (max-width: 600px) {
    .min-600 {
        display: none;
    }

    /* .shop-title-info {
        gap: 0px;
    } */
}

@media (max-width: 991px) {

    #content {
        padding: 0px;
        margin: 0px;
        width: 100%;
        /* margin-top: var(--header-height); */
    }
}

@media(min-width: 600px) {
    .view-center.content-box {
        padding: 50px 50px 50px 50px;
    }
}
