html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background: transparent;
    color: #7a9c49;
    font-weight: bold
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

html {
    font-size: 16px;
    font-size: 100%;
}

body {
    font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size-adjust: auto;
}

@font-face {
    font-family: 'Roboto';
    src: url("/assets/fonts/Roboto-Regular.eot");
    src: url("/assets/fonts/Roboto-Regular.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/Roboto-Regular.woff") format('woff'), url("/assets/fonts/Roboto-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("/assets/fonts/Roboto-Medium.eot");
    src: url("/assets/fonts/Roboto-Medium.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/Roboto-Medium.woff") format('woff'), url("/assets/fonts/Roboto-Medium.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("/assets/fonts/Roboto-Bold.eot");
    src: url("/assets/fonts/Roboto-Bold.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/Roboto-Bold.woff") format('woff'), url("/assets/fonts/Roboto-Bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("/assets/fonts/Roboto-Italic.eot");
    src: url("/assets/fonts/Roboto-Italic.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/Roboto-Italic.woff") format('woff'), url("/assets/fonts/Roboto-Italic.ttf") format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url("/assets/fonts/RobotoCondensed-Regular.eot");
    src: url("/assets/fonts/RobotoCondensed-Regular.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/RobotoCondensed-Regular.woff") format('woff'), url("/assets/fonts/RobotoCondensed-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url("/assets/fonts/RobotoCondensed-Italic.eot");
    src: url("/assets/fonts/RobotoCondensed-Italic.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/RobotoCondensed-Italic.woff") format('woff'), url("/assets/fonts/RobotoCondensed-Italic.ttf") format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url("/assets/fonts/RobotoCondensed-Bold.eot");
    src: url("/assets/fonts/RobotoCondensed-Bold.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/RobotoCondensed-Bold.woff") format('woff'), url("/assets/fonts/RobotoCondensed-Bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GT Pressura';
    src: url("/assets/fonts/GTPressura.eot");
    src: url("/assets/fonts/GTPressura.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/GTPressura.woff") format('woff'), url("/assets/fonts/GTPressura.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GT Pressura';
    src: url("/assets/fonts/GTPressura-Bold.eot");
    src: url("/assets/fonts/GTPressura-Bold.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/GTPressura-Bold.woff") format('woff'), url("/assets/fonts/GTPressura-Bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GT Pressura';
    src: url("/assets/fonts/GTPressuraRegular-Italic.eot");
    src: url("/assets/fonts/GTPressuraRegular-Italic.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/GTPressuraRegular-Italic.woff") format('woff'), url("/assets/fonts/GTPressuraRegular-Italic.ttf") format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'GT Pressura';
    src: url("/assets/fonts/GTPressura-Light.eot");
    src: url("/assets/fonts/GTPressura-Light.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/GTPressura-Light.woff") format('woff'), url("/assets/fonts/GTPressura-Light.ttf") format('truetype');
    font-weight: 300;
    font-style: normal;
}

.btn {
    border-radius: 4px;
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    padding: 11px 28px;
    display: inline-block;
    letter-spacing: 0.5px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
    border: none;
    background: #7a9c49;
}

.second__btn {
    border-radius: 4px;
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    padding: 11px 28px;
    display: inline-block;
    letter-spacing: 0.5px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
    border: none;
    background: #7a9c49;
    margin-left: 12px
}

.second__btn:hover {
    background: #6a813b;
}

.second__btn.is-disabled {
    background: rgba(79, 79, 79, 0.26);
    color: rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 570px) {
    .second__btn {
        margin-left: 0px;
        margin-top: 6px;
    }
}

@media only screen and (min-width: 1800px) {
    .second__btn {
        font-size: 24px;
        padding: 12px 40px;
    }
}

@media only screen and (min-width: 1800px) {
    .btn {
        font-size: 24px;
        padding: 12px 40px;
    }
}

.btn:hover {
    background: #6a813b;
}

.btn.is-disabled {
    background: rgba(79, 79, 79, 0.26);
    color: rgba(0, 0, 0, 0.3);
}

.nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav li {
    display: inline-block;
    border-bottom: 2px solid transparent;
    padding: 0 18px 18px;
}

.nav li.is-active {
    border-bottom-color: #464646;
    color: #464646;
}

.nav li.is-active a {
    color: #464646;
}

.nav li a {
    color: #9f9f9f;
    font-family: "Roboto Condensed", HelveticaNeue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
}

.nav li a:hover {
    color: #464646;
}

.list__item {
    margin-bottom: 30px;
    font-family: "Roboto Condensed", HelveticaNeue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #4c4c4c;
    text-transform: uppercase;
}

.list__item__subtext {
    font-size: 16px;
    font-style: italic;
    color: rgba(0, 40, 135, 0.4);
}

.list-ing:after {
    content: "";
    display: block;
    clear: both;
}

.list-ing__item {
    border-bottom: 1px solid #ececec;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 30px;
    min-height: 54px;
}

.list-ing__item:before,
.list-ing__item:after {
    content: '';
    display: table;
}

.list-ing__item:after {
    clear: both;
}

.list-ing__item:last-child {
    margin-right: 0%;
}

.list-ing__item__left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.list-ing__item__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
}

.list-ing__item__title {
    font-family: "Roboto Condensed", HelveticaNeue, Helvetica, Arial, sans-serif;
    font-size: 18px;
}

.list-ing__item__subtitle {
    color: rgba(0, 73, 135, 0.44);
    font-size: 16px;
    font-family: "Roboto Condensed", HelveticaNeue, Helvetica, Arial, sans-serif;
    font-style: italic;
}

.list-ing__item__subtitle .list-ing__icon {
    background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/menu/calories.svg") no-repeat;
    width: 24px;
    height: 18px;
    background-size: 90px;
    display: inline-block;
}

.list-ing__item__subtitle .list-ing__icon.list-ing__spicy {
    background-position: -20px 0;
}

.list-ing__item__subtitle .list-ing__icon.list-ing__gluten {
    background-position: -42px 0;
}

.list-ing__item__subtitle .list-ing__icon.list-ing__fish {
    background-position: -65px 0;
}

.list-ing__qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-ing__qty.is-active .list-ing__qty__count {
    color: #6f7276;
}

.list-ing__qty__minus,
.list-ing__qty__plus {
    background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/ojs/details/qtybuttons.svg") 0 -44px no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-indent: -9999px;
}

.list-ing__qty__minus:hover {
    background-position: 0 0;
}

.list-ing__qty__plus {
    background-position: -50px -44px;
}

.list-ing__qty__plus:hover {
    background-position: -50px 0;
}

.list-ing__qty__count {
    font-family: "Roboto Condensed", HelveticaNeue, Helvetica, Arial, sans-serif;
    font-size: 30px;
    margin: 0 8px;
    color: rgba(111, 114, 118, 0.5);
}

.locations-item {
    font-family: "GT Pressura", Arial, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    border-radius: 4px;
    padding: 20px 20px 20px 0;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .locations-item {
        width: 200px;
        display: inline-block;
    }
}

.locations-item::after {
    content: "";
    height: 1px;
    width: 90%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ececec;
}

.locations-item.is-active {
    background: #7a9c49;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.locations-item.is-active .locations-item__left {
    color: #fff;
}

.locations-item.is-active .locations-item__distance {
    color: #fff;
}

.locations-item.is-active .locations-item__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.locations-item.is-active .locations-item__order {
    display: block;
}

.locations-item.is-active::after {
    display: none;
}

.locations-item__left {
    color: #999;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 2%;
    padding-left: 20px;
}

.locations-item__distance {
    font-size: 26px;
    font-weight: 300;
    color: rgba(70, 70, 70, 0.78);
    line-height: 34px;
    white-space: normal;
}

.locations-item__place {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.locations-item__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 145px;
    flex: 0 0 145px;
    padding-right: 15px;
}

@media only screen and (max-width: 991px) {
    .locations-item__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px;
        padding-left: 20px;
        padding-right: 0;
    }
}

.locations-item__wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 991px) {
    .locations-item__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.locations-item__order {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    margin: -20px -20px -20px 0;
    display: none;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .locations-item__order {
        margin: 0 -20px 0 0;
        padding: 20px 0;
    }
}

.locations-item__order a {
    background: #464646 url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/location/topbg.png");
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    border-radius: 0 4px 4px 0;
}

@media only screen and (max-width: 991px) {
    .locations-item__order a br {
        display: none;
    }
}

.locations-item__order a:hover {
    background-color: #555;
}

.locations-item__box {
    color: #fff;
    display: none;
}

.locations-item__box__title {
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 5px;
}

.locations-item__box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    font-family: "Roboto", HelveticaNeue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #4c4c4c;
}

body.inner__page {
    margin-top: 80px;
}

@media only screen and (max-width: 570px) {
    body.inner__page {
        margin-top: 50px;
    }
}

.scroll-down {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 100px;
    height: 100px;
    z-index: 5;
    cursor: pointer;
}

@media only screen and (max-width: 570px) {
    .scroll-down {
        display: none !important;
    }
}

.scroll-down svg {
    width: 100px;
    height: 100px;
}

.scroll-down svg polygon {
    fill: #fff;
}

.scroll-down svg.blue polygon {
    fill: #15284b;
}

@media only screen and (min-width: 1800px) {
    .verylarge {
        font-size: 90px !important;
        line-height: 76px !important;
    }
}

.spacer {
    display: block;
    padding: 40px 0;
}

.spacer__small {
    padding: 20px 0;
}

.spacer__large {
    padding: 80px 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    outline: none;
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #4c4c4c;
    padding: 0 0 6px;
    width: 300px;
    background: transparent;
}

input[type="text"].is-error,
input[type="password"].is-error,
input[type="email"].is-error,
input[type="number"].is-error,
input[type="tel"].is-error,
textarea.is-error {
    padding: 0 0 5px;
    border-bottom: 2px solid #d13f19;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus {
    padding: 0 0 5px;
    border-bottom: 2px solid #7a9c49;
}

textarea {
    height: 50px;
    resize: none;
}

select {
    background: none;
    border-radius: 0;
    font-family: "GT Pressura", Arial, sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.35);
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    outline: none;
    padding: 0 0 3px;
    width: 300px;
    background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/ojs/checkout/arrowdown.svg") 97% 50% no-repeat;
}

.radio {
    cursor: pointer;
    display: block;
}

.radio [type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.radio [type="radio"] + span {
    display: block;
}

.radio [type="radio"] + span:before {
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 0.15em rgba(0, 0, 0, 0.5);
    content: '';
    display: inline-block;
    height: 10px;
    margin-right: 0.65em;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    vertical-align: -0.25em;
    width: 10px;
}

.radio [type="radio"]:checked + span:before,
.radio [type="radio"]:focus + span:before {
    background: #7a9c49;
    box-shadow: 0 0 0 0.15em #7a9c49;
}

.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.container {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.wrap {
    width: 66.66666667%;
    margin: 0 auto;
}

@media only screen and (max-width: 1800px) {
    .wrap {
        width: 80%;
    }
}

.header {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    z-index: 999;
    height: 80px;
    -webkit-transition: 0.3s height;
    transition: 0.3s height;
    background: #fff;
    width: 100%;
}

@media only screen and (max-width: 570px) {
    .header {
        height: 50px;
    }
}

.header .header__nav__trigger {
    width: 44px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    margin-left: 35px;
    display: none;
}

@media only screen and (max-width: 570px) {
    .header .header__nav__trigger {
        width: 23px;
        height: 20px;
        margin-left: 20px;
    }
}

.header .header__nav__trigger.open i span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -6px;
    left: 5px;
}

.header .header__nav__trigger.open i span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.header .header__nav__trigger.open i span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 26px;
    left: 5px;
}

@media only screen and (max-width: 570px) {
    .header .header__nav__trigger.open i span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0px;
        left: 5px;
    }

    .header .header__nav__trigger.open i span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 16px;
        left: 5px;
    }
}

.header .header__nav__trigger i span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #d8d8d8;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

@media only screen and (max-width: 570px) {
    .header .header__nav__trigger i span {
        height: 4px;
    }
}

.header .header__nav__trigger i span:nth-child(1) {
    top: 0px;
}

.header .header__nav__trigger i span:nth-child(2) {
    top: 13px;
}

.header .header__nav__trigger i span:nth-child(3) {
    top: 26px;
}

@media only screen and (max-width: 570px) {
    .header .header__nav__trigger i span:nth-child(1) {
        top: 0px;
    }

    .header .header__nav__trigger i span:nth-child(2) {
        top: 8px;
    }

    .header .header__nav__trigger i span:nth-child(3) {
        top: 16px;
    }
}

.header .header__order {
    margin: 0 0 0 60px;
}

.header__mobile .header__nav__trigger {
    display: block;
}

.header__mobile .header__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__mobile .header__logo a {
    width: 155px;
    height: 33px;
    background-size: 100%;
}

@media only screen and (max-width: 570px) {
    .header__mobile .header__logo {
        margin: 0 0 0 50px;
    }

    .header__mobile .header__logo a {
        background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/logosmall.svg");
        width: 28px;
        height: 29px;
        margin: 0 auto;
    }
}

.header__mobile .header__order {
    margin: 0;
}

.header__main {
    height: 80px;
}

.header__resized {
    height: 80px;
}

.header__resized .header__order {
    margin: 0 0 0 60px;
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.header.header__ojs .header__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header.header__ojs .header__container .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header.header__ojs .header__container .header__right__name {
    font-weight: 700;
    font-size: 15px;
    color: #7a9c49;
    text-transform: uppercase;
    padding-left: 25px;
    -ms-flex-item-align: center;
    align-self: center;
}

@media only screen and (max-width: 767px) {
    .header.header__ojs .header__container .header__right__name {
        display: none;
    }
}

.header.header__ojs .header__container .header__right__name a {
    border: none;
    text-decoration: none;
    color: initial;
    display: block;
    font-weight: 700;
    font-size: 15px;
    color: #7a9c49;
    text-transform: uppercase;
    text-align: right;
}

.header.header__ojs .header__container .header__right__name a:hover {
    border: none;
    text-decoration: none;
    color: initial;
}

.header.header__ojs .header__container .header__right__name a:visited {
    opacity: 1;
}

.header.header__ojs .header__container .header__right__name a:hover > p {
    color: #15284b;
}

.header.header__ojs .header__container .header__right__name a:hover > span {
    color: #9b9b9b;
}

.header.header__ojs .header__container .header__right__name p {
    margin: 0;
    line-height: 16px;
}

.header.header__ojs .header__container .header__right__name span {
    margin: 0;
    color: #9b9b9b;
    font-size: 13px;
}

.header.header__ojs .header__container .header__right__order {
    position: relative;
}

.header.header__ojs .header__container .header__right__order a {
    padding: 23px 20px;
    display: block;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "GT Pressura", Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.header.header__ojs .header__container .header__right__order a span {
    display: inline-block;
}

.header.header__ojs .header__container .header__right__order a span.header__order__price {
    background: #15284b;
    padding: 5px 14px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.header.header__ojs .header__container .header__right__order .order__dropdown {
    position: absolute;
    top: 80px;
    right: 0;
    width: 280px;
    background: #fff;
    border-radius: 5px 0 5px 5px;
    padding: 20px;
    border: 1px solid rgba(204, 204, 204, 0.4);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}

.header.header__ojs .header__container .header__right__order .order__dropdown.is-active {
    display: block;
}

.header.header__ojs .header__container .header__right__order .order__dropdown:after,
.header.header__ojs .header__container .header__right__order .order__dropdown:before {
    bottom: 100%;
    left: 80%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.header.header__ojs .header__container .header__right__order .order__dropdown:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.header.header__ojs .header__container .header__right__order .order__dropdown:before {
    border-color: rgba(51, 51, 51, 0);
    border-bottom-color: rgba(204, 204, 204, 0.4);
    border-width: 11px;
    margin-left: -11px;
}

.header.header__ojs .header__container .header__right__order .order__dropdown .order__dropdown__items .order__dropdown__item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.header.header__ojs .header__container .header__right__order .order__dropdown .order__dropdown__items .order__dropdown__item .order__item__title {
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #4c4c4c;
    line-height: 15px;
}

.header.header__ojs .header__container .header__right__order .order__dropdown .order__dropdown__items .order__dropdown__item .order__item__price {
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #999;
}

.header.header__ojs .header__container .header__right__order .order__dropdown .order__dropdown__items .order__dropdown__item .order__item__composition ul {
    margin: 5px 0;
    padding: 0;
    list-style: none;
}

.header.header__ojs .header__container .header__right__order .order__dropdown .order__dropdown__items .order__dropdown__item .order__item__composition ul li {
    position: relative;
    padding-left: 10px;
}

.header.header__ojs .header__container .header__right__order .order__dropdown .order__dropdown__items .order__dropdown__item .order__item__composition ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #4c4c4c;
}

.header.header__ojs .header__container .header__right__order .order__dropdown .order__dropdown__subtotal {
    font-family: "GT Pressura", Arial, sans-serif;
    font-size: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header.header__ojs .header__container .header__right__order .order__dropdown .order__dropdown__subtotal span.order__subtotal__text {
    font-weight: 700;
}

.header.header__ojs .header__container .header__right__order .order__dropdown .order__dropdown__delivery {
    margin-top: 30px;
}

.header.header__ojs .header__container .header__right__order .order__dropdown .order__dropdown__delivery .order__delivery__item {
    font-family: "GT Pressura", Arial, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.header.header__ojs .header__container .header__right__order .order__dropdown .order__dropdown__delivery .order__delivery__item__right {
    text-transform: uppercase;
    color: #999;
}

.header.header__ojs .header__container .header__right__order .order__dropdown .order__dropdown__delivery .order__delivery__item__right select {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    outline: none;
    width: 90px;
    text-align: right;
    background: none;
}

.header.header__ojs .header__container .header__right__order .order__dropdown .order__dropdown__checkout {
    margin-top: 20px;
}

.header.header__ojs .header__container .header__right__order .order__dropdown .order__dropdown__checkout button {
    width: 100%;
}

.header__logo {
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 30px;
}

.header__logo a {
    background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/logo.svg") no-repeat;
    width: 179px;
    height: 38px;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.header__nav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__nav.header__nav__mobile {
    display: none;
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    background: #15284b;
    z-index: 111;
    padding: 20px 0 50px;
    height: 100vh;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 570px) {
    .header__nav.header__nav__mobile {
        top: 50px;
    }
}

.header__nav.header__nav__mobile > ul {
    padding: 0 10px;
}

.header__nav.header__nav__mobile > ul > li {
    display: block;
}

.header__nav.header__nav__mobile > ul > li:hover {
    border-bottom-color: transparent;
}

.header__nav.header__nav__mobile > ul > li > a {
    font-size: 74px;
    font-weight: 700;
    line-height: 100px;
    color: #fff;
}

@media only screen and (max-width: 570px) {
    .header__nav.header__nav__mobile > ul > li > a {
        font-size: 34px;
        line-height: 44px;
    }
}

.header__nav.header__nav__mobile > ul > li > a:hover {
    color: #7a9c49;
}

.header__nav.header__nav__mobile .footer {
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .header__nav.header__nav__mobile .footer {
        margin-bottom: 70px;
    }

    .header__nav.header__nav__mobile .footer .footer__bottom {
        padding-top: 20px;
    }

    .header__nav.header__nav__mobile .footer .footer__bottom .footer__bottom__copyright {
        margin-top: 20px;
    }

    .header__nav.header__nav__mobile .footer .footer__bottom .footer__bottom__copyright__links ul li {
        margin: 0 15px;
    }

    .header__nav.header__nav__mobile .footer .footer__bottom .footer__bottom__copyright__links ul li a {
        font-size: inherit;
        font-weight: inherit;
    }
}

@media only screen and (max-width: 767px) {
    .header__nav.header__nav__mobile .footer .footer__bottom .footer__bottom__copyright__links ul li a {
        font-size: 16px;
        font-weight: 700;
    }
}

@media only screen and (max-width: 570px) {
    .header__nav.header__nav__mobile .footer .footer__bottom .footer__bottom__copyright__links ul li {
        margin: 0 20px 0 0;
    }
}

.header__nav.header__nav__mobile .footer ul li {
    padding: 0;
    border-bottom: none;
}

.header__nav.header__nav__mobile .footer ul li:hover {
    border-bottom: none;
}

.header__nav.header__nav__mobile.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header__nav ul li {
    display: inline-block;
    margin: 0 8px;
    border-bottom: 1px solid transparent;
    padding: 0 8px 3px;
}

@media only screen and (max-width: 991px) {
    .header__nav ul li {
        border-bottom: 1px solid transparent !important;
    }
}

.header__nav ul li:hover {
    border-bottom: 1px solid #464646;
}

.header__nav ul li.is-active {
    border-bottom: 1px solid #464646;
}

.header__nav ul li a {
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #464646;
    text-decoration: none;
    text-transform: uppercase;
}

.header__order a {
    background: #15284b;
    padding: 26px 44px;
    display: block;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "GT Pressura", Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.header__order a:hover {
    background: #122a56;
}

@media only screen and (max-width: 570px) {
    .header__order a {
        padding: 12px 22px;
    }
}

.ojs-title {
    height: 120px;
}

.ojs-title .ojs-title__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 30px;
    height: 100%;
}

@media only screen and (max-width: 991px) {
    .ojs-title .ojs-title__wrap {
        padding: 0 20px;
    }
}

.ojs-title .ojs-title__wrap h2 {
    margin: 0;
    font-weight: 700;
    font-size: 70px;
    color: #dad7d6;
    text-transform: uppercase;
    line-height: 60px;
    margin-bottom: -5px;
}

.footer {
    background: #fff url("https://s3.amazonaws.com/media.justsalad.com/assets/img/footer_texture@2x.png");
    background-size: 1025px auto;
    position: relative;
    z-index: 5;
}

@media only screen and (max-width: 991px) {
    .footer {
        display: none;
    }
}

.footer__apps {
    width: 66.66666667%;
    margin: 0 auto;
    height: 90px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    ustify-content: center;
}

@media only screen and (max-width: 1800px) {
    .footer__apps {
        width: 80%;
    }
}

@media only screen and (max-width: 991px) {
    .footer__apps {
        display: none;
    }
}

.footer__apps__text {
    color: #7a9c49;
    text-transform: uppercase;
    font-family: "GT Pressura", Arial, sans-serif;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-item-align: center;
    align-self: center;
}

.footer__apps__download {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 335px;
    flex: 0 0 335px;
}

.footer__apps__download a {
    display: inline-block;

}

.footer__apps__download a img {
    width: 100%;
}

.footer__apps__download a.footer__apps__appstore {
    width: 165px;
}

.footer__apps__download a.footer__apps__googleplay {
    width: 165px;
    background-position: 100% 0;
}

.footer__bottom {
    background: #15284b url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/home/fjs.png") 102% 50% no-repeat;
    padding-top: 60px;
}

.footer__bottom__social {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.footer__bottom__social li {
    display: inline-block;
    margin: 0 16px;
}

.footer__bottom__social li a {
    background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/home/social.svg") no-repeat -8px -51px;
    width: 44px;
    height: 44px;
    display: block;
    text-indent: -9999px;
}

.footer__bottom__social li a.social__twitter:hover {
    background-position: -8px -7px;
}

.footer__bottom__social li a.social__facebook {
    background-position: -52px -51px;
}

.footer__bottom__social li a.social__facebook:hover {
    background-position: -52px -7px;
}

.footer__bottom__social li a.social__instagram {
    background-position: -96px -51px;
}

.footer__bottom__social li a.social__instagram:hover {
    background-position: -96px -7px;
}

.footer__bottom__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    padding-bottom: 20px;
    margin-top: 40px;
    font-size: 10px;
}

@media only screen and (max-width: 767px) {
    .footer__bottom__copyright {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }
}

@media only screen and (max-width: 570px) {
    .footer__bottom__copyright {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
        padding: 0 0 20px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .footer__bottom__copyright__text {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.45);
    }
}

@media only screen and (max-width: 570px) {
    .footer__bottom__copyright__text {
        width: 135px;
        font-size: 10px;
    }
}

.footer__bottom__copyright__links {
    margin-left: 30px;
}

.footer__bottom__copyright__links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__bottom__copyright__links ul li {
    display: inline-block;
    margin-left: 25px;
}

.footer__bottom__copyright__links ul li a {
    color: #f8f8f8;
    text-decoration: none;
}

.footer__bottom__copyright__links ul li a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    .footer__bottom__copyright__links {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 0 0 10px 0;
    }

    .footer__bottom__copyright__links ul li {
        margin: 0 20px 0 0;
    }

    .footer__bottom__copyright__links ul li a {
        font-size: 16px;
        color: rgba(248, 246, 242, 0.47);
        font-weight: 700;
    }

    .footer__bottom__copyright__links ul li a:hover {
        text-decoration: none;
        color: rgba(248, 246, 242, 0.7);
    }
}

.ojs__home {
    border: none;
    text-decoration: none;
    color: initial;
    text-transform: uppercase;
    color: #464646;
    margin-left: 30px;
    font-family: "GT Pressura", Arial, sans-serif;
}

.ojs__home:hover {
    border: none;
    text-decoration: none;
    color: initial;
}

.ojs__home:visited {
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .ojs__home {
        display: none;
    }
}

.ojs__home img {
    vertical-align: middle;
    width: 11px;
    height: auto;
    margin-right: 15px;
}

.ojs__myaccount {
    margin-left: 20px;
}

@media only screen and (min-width: 767px) {
    .ojs__myaccount {
        display: none;
    }
}

.ojs__myaccount img {
    vertical-align: middle;
    width: 20px;
    height: auto;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:after {
    clear: both;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

.slick-prev:before {
    content: '←';
    font-size: 48px;
}

@media only screen and (max-width: 570px) {
    .slick-prev:before {
        content: '←';
        font-size: 30px;
    }
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

.slick-next {
    right: -25px;
}

.slick-next:before {
    content: '→';
    font-size: 48px;
}

@media only screen and (max-width: 570px) {
    .slick-next:before {
        content: '→';
        font-size: 30px;
    }
}

@media only screen and (max-width: 570px) {
    .home__promo__slider.slick-initialized.slick-slider > button.slick-prev.slick-arrow {
        top: 50%;
    }
}

@media only screen and (max-width: 570px) {
    .home__promo__slider.slick-initialized.slick-slider > button.slick-next.slick-arrow {
        top: 50%;
    }
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 0.25;
    color: #4c4c4c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #4c4c4c;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

/*
	Modaal - accessible modals - v0.3.1
	by Humaan, for all humans.
	http://humaan.com
 */
.signup-modal {
    background: #fff;
    position: relative;
}

.signup-modal__header {
    background: #15284b;
    color: #fff;
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    padding: 25px 20px;
}

.signup-modal__header__title {
    color: #7a9c49;
    font-size: 22px;
    line-height: 30px;
}

@media only screen and (max-width: 570px) {
    .signup-modal__header__title {
        font-size: 18px;
        line-height: 26px;
    }
}

.signup-modal__header__subtitle {
    font-size: 50px;
    line-height: 40px;
    text-transform: uppercase;
}

@media only screen and (max-width: 570px) {
    .signup-modal__header__subtitle {
        font-size: 36px;
        line-height: 30px;
    }
}

.signup-modal__content {
    padding: 50px 20px 30px;
}

@media only screen and (max-width: 570px) {
    .signup-modal__content {
        padding-top: 40px;
    }
}

.signup-modal__content__item {
    margin-bottom: 40px;
}

@media only screen and (max-width: 570px) {
    .signup-modal__content__item {
        margin-bottom: 30px;
    }
}

.signup-modal__content__item input[type="text"] {
    width: 100%;
}

.signup-modal__content__item.signup-modal__item__double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 570px) {
    .signup-modal__content__item.signup-modal__item__double {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.signup-modal__content__item.signup-modal__item__double .signup-modal__content__field {
    width: 47.5%;
    margin-right: 5%;
}

@media only screen and (max-width: 570px) {
    .signup-modal__content__item.signup-modal__item__double .signup-modal__content__field {
        width: 100%;
        margin: 0 0 30px;
    }
}

.signup-modal__content__item.signup-modal__item__double .signup-modal__content__field:nth-child(2) {
    margin: 0;
}

.signup-modal__content__button {
    margin-top: 15px;
    text-align: right;
}

.modal__container {
    display: none;
}

.modal-order {
    background: #fff;
    border-radius: 4px;
}

.modal-order .modal__close {
    top: 50%;
    right: 15px;
    margin-top: -10px;
}

.modal-order .modal__name__dish {
    padding: 20px 5px;
}

.modal-order .modal__name__dish input[type="text"] {
    width: 100%;
}

.modal-order__header {
    background: #7a9c49;
    padding: 15px 50px 15px 25px;
    color: #fff;
    font-family: "GT Pressura", Arial, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px 4px 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.modal-order__header__left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.modal-order__header__title {
    font-weight: 700;
    font-size: 17px;
}

.modal-order__header__date {
    color: rgba(255, 255, 255, 0.7);
}

.modal-order__header__price span {
    background: rgba(0, 0, 0, 0.26);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    padding: 10px 15px;
    letter-spacing: 1px;
}

.modal-order__content {
    padding: 20px 20px 10px;
}

.modal-order__items {
    overflow-y: scroll;
    height: 480px;
    margin-right: -10px;
}

.modal-order__items .modal-order__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
    margin: 0 10px 10px 0;
    font-family: "GT Pressura", Arial, sans-serif;
    position: relative;
}

.modal-order__items .modal-order__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.modal-order__items .modal-order__item__image {
    width: 65px;
    height: 65px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
}

.modal-order__items .modal-order__item__image img {
    max-width: 100%;
    border-radius: 50%;
}

.modal-order__items .modal-order__item__content {
    margin: 10px 20px 0 30px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 17px;
    color: rgba(0, 0, 0, 0.36);
}

.modal-order__items .modal-order__item__close {
    background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/ojs/menu/close.svg") no-repeat;
    width: 12px;
    height: 10px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 13px;
}

.modal-order__items .modal-order__item__title {
    font-weight: 700;
    color: rgba(0, 0, 0, 0.54);
    line-height: 20px;
}

.modal-order__items .modal-order__item__title span {
    border-radius: 10px;
    font-size: 13px;
    background: #dad7d6;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding: 0 8px;
    letter-spacing: 1px;
    margin-left: 5px;
}

.modal-order__items .modal-order__item ul {
    margin: 5px 0 10px;
    padding: 0;
    list-style: none;
}

.modal-order__items .modal-order__item ul li {
    font-size: 14px;
    position: relative;
    padding-left: 10px;
    font-family: 'Roboto', sans-serif;
}

.modal-order__items .modal-order__item ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 3px;
    margin-top: -1.5px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.36);
}

.modal-order__footer {
    background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/ojs/checkout/buttonsbg.png") repeat-x;
    padding: 35px 30px 15px;
}

.modal-order__footer__reorder {
    text-align: right;
    background: #fff;
}

.modal__close {
    background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/modal_close.svg") no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    text-indent: -9999px;
    z-index: 2;
}

.modaal-noscroll {
    overflow: hidden;
}

.modaal-accessible-hide {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.modaal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
}

.modaal-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto;
    opacity: 1;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
    opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
    outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
    overflow: hidden;
}

.modaal-outer-wrapper {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
    display: block;
}

.modaal-inner-wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 80px 25px;
}

@media only screen and (max-width: 570px) {
    .modaal-inner-wrapper {
        padding: 80px 0;
    }
}

.modaal-inner-wrapper .modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top;
}

.modaal-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: left;
    color: #000;
    max-width: 1000px;
    border-radius: 0px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: auto;
}

.modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden;
}

.modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto;
}

.modaal-close {
    position: fixed;
    right: 20px;
    top: 20px;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
    outline: none;
    background: #fff;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
    background: #b93d0c;
}

.modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.modaal-close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modaal-close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px;
}

.modaal-confirm-wrap {
    padding: 30px 0 0;
    text-align: center;
    font-size: 0;
}

.modaal-confirm-btn {
    font-size: 14px;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    background: transparent;
}

.modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
    background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
    text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
    text-decoration: none;
    color: #2f2f2f;
}

@-webkit-keyframes instaReveal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.modaal-instagram .modaal-container {
    width: auto;
    background: transparent;
    box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
    padding: 0;
    background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

.modaal-instagram iframe {
    opacity: 0;
    margin: -6px !important;
    border-radius: 0 !important;
    width: 1000px !important;
    max-width: 800px !important;
    box-shadow: none !important;
    -webkit-animation: instaReveal 1s linear forwards;
    animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
    padding-left: 140px;
    padding-right: 140px;
}

.modaal-image .modaal-container {
    width: auto;
    max-width: 100%;
}

.modaal-gallery-wrap {
    position: relative;
    color: #fff;
}

.modaal-gallery-item {
    display: none;
}

.modaal-gallery-item img {
    display: block;
}

.modaal-gallery-item.is_active {
    display: block;
}

.modaal-gallery-label {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 20px 0 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.modaal-gallery-label:focus {
    outline: none;
}

.modaal-gallery-control {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    cursor: pointer;
    color: #fff;
    width: 50px;
    height: 50px;
    background: transparent;
    border: none;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
    outline: none;
    background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
    background: #afb7bc;
}

.modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
    margin: -5px 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modaal-gallery-control:after {
    margin: 5px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modaal-gallery-next {
    left: 100%;
    margin-left: 40px;
}

.modaal-gallery-prev {
    right: 100%;
    margin-right: 40px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
    left: 22px;
}

.modaal-gallery-prev:before {
    margin: 5px 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
    margin: -5px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modaal-video-wrap {
    margin: auto 50px;
    position: relative;
}

.modaal-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background: #000;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modaal-iframe .modaal-content {
    width: 100%;
    height: 100%;
}

.modaal-iframe-elem {
    width: 100%;
    height: 100%;
    display: block;
}

@media only screen and (min-width: 1400px) {
    .modaal-video-container {
        padding-bottom: 0;
        height: 731px;
    }
}

@media only screen and (max-width: 1140px) {
    .modaal-image .modaal-inner-wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }

    .modaal-gallery-control {
        top: auto;
        bottom: 20px;
        -webkit-transform: none;
        transform: none;
        background: rgba(0, 0, 0, 0.7);
    }

    .modaal-gallery-control:before,
    .modaal-gallery-control:after {
        background: #fff;
    }

    .modaal-gallery-next {
        left: auto;
        right: 20px;
    }

    .modaal-gallery-prev {
        left: 20px;
        right: auto;
    }
}

@media screen and (max-width: 900px) {
    .modaal-instagram iframe {
        width: 500px !important;
    }
}

@media screen and (max-height: 1100px) {
    .modaal-instagram iframe {
        width: 700px !important;
    }
}

@media screen and (max-height: 1000px) {
    .modaal-inner-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .modaal-instagram iframe {
        width: 600px !important;
    }
}

@media screen and (max-height: 900px) {
    .modaal-instagram iframe {
        width: 500px !important;
    }

    .modaal-video-container {
        max-width: 900px;
        max-height: 510px;
    }
}

@media only screen and (max-width: 600px) {
    .modaal-instagram iframe {
        width: 280px !important;
    }
}

@media only screen and (max-height: 820px) {
    .modaal-gallery-label {
        display: none;
    }
}

.modaal-loading-spinner {
    background: none;
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
}

@-webkit-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: 0.1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.modaal-loading-spinner > div {
    width: 24px;
    height: 24px;
    margin-left: 4px;
    margin-top: 4px;
    position: absolute;
}

.modaal-loading-spinner > div > div {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
    -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0.12s;
    animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
    -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
    -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0.37s;
    animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
    -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
    -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
    -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
    -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0.87s;
    animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
    -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

@-webkit-keyframes instaReveal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes instaReveal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: 0.1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: 0.1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    width: 56px !important;
    vertical-align: middle;
}

@media only screen and (min-width: 1800px) {
    .select2-container {
        width: 70px !important;
    }
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 47px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

@media only screen and (min-width: 1800px) {
    .select2-container .select2-selection--single {
        height: 62px;
        line-height: 62px;
    }
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-right: 10px;
    text-align: center;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #6a813b;
    border: none;
    border-radius: 4px;
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: "GT Pressura", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 47px;
}

@media only screen and (min-width: 1800px) {
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 62px;
    }
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 47px;
    position: absolute;
    top: 1px;
    right: 10px;
    width: 15px;
}

@media only screen and (min-width: 1800px) {
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 62px;
    }
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: rgba(255, 255, 255, 0.54) transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent rgba(255, 255, 255, 0.54) transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #4c4c4c 1px;
    outline: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    outline: none;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)";
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)";
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: #808080;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.home__hero {
    height: calc(100vh - 10em);
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "GT Pressura", Arial, sans-serif;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .home__hero {
        height: calc(100vh - 5em);
        margin-top: 0px;
    }
}

@media only screen and (max-width: 570px) {
    .home__hero {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: calc(100vh - 7em);
        margin-top: 0px;
        margin-bottom: 1em;
    }
}

.home__hero__text {
    font-weight: 700;
    font-size: 3em;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0 10px;
    z-index: 5;
    font-family: "GT Pressura", Arial, sans-serif;
}

@media only screen and (max-width: 570px) {
    .home__hero__text {
        font-size: 33px;
        line-height: 39px;
        margin: 0 15px;
    }

    .home__hero__text br {
        display: none;
    }

    .home__hero__text .home__hero__light {
        font-weight: 300;
    }
}

.home__hero__order {
    display: none;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 570px) {
    .home__hero__order {
        display: block;
        margin-top: 50px;
        width: 70%;
    }

    .home__hero__order a {
        display: block;
        padding: 15px 0;
        font-size: 17px;
    }
}

.home__promo {
    margin: 32px 32px 50px;
}

@media only screen and (max-width: 991px) {
    .home__promo {
        width: 100%;
        margin: 0;
    }
}

.home__blurb {
    text-align: center;
    font-family: 'Roboto';
    color: #4C4C4C;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.0;
    margin-bottom: 50px;
    justify-content: center;
    display: flex;
}

@media only screen and (max-width: 570px) {

    .home__blurb {
        font-size: 17px;
        justify-content: center;
        display: block;
    }
}

.home__blurb__item {
    margin-right: 5px;
}

.home__promo__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home__promo__items .home__promo__item {
    position: relative;
    width: 50%;
    padding-bottom: 28.1%;
    height: 0;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    color: #fff;
}

@media only screen and (max-width: 570px) {
    .home__promo__items .home__promo__item {
        width: 100%;
        padding-bottom: 50%;
        margin-bottom: 1em;
    }
}

.home__promo__items .home__promo__item__content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 60%;
}

@media only screen and (max-width: 767px) {
    .home__promo__items .home__promo__item__content {
        width: 80%;
        left: 30px;
        bottom: 30px;
    }
}

.home__promo__items .home__promo__item__content.align__top {
    top: 40px;
    bottom: auto;
}

.home__promo__items .home__promo__item__category {
    font-family: "Roboto Condensed", HelveticaNeue, Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.home__promo__items .home__promo__item__title {
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 44px;
    letter-space: 1.5px;
}

@media only screen and (max-width: 767px) {
    .home__promo__items .home__promo__item__title {
        font-size: 42px;
        line-height: 34px;
    }
}

.home__promo__items .home__promo__item__date {
    font-size: 15px;
    font-family: "GT Pressura", Arial, sans-serif;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 3;
    overflow: hidden;
}

@media only screen and (max-width: 570px) {
    .video-overlay {

    }

    .fullscreen-bg {
        display: none;
    }

}

.fullscreen-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 2;
}

.fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}

@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
    }
}

.catering__resimage {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.catering__ordernow {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
}

@media only screen and (max-width: 570px) {
    .catering__ordernow {
        background: #e0dcd9;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .catering__ordernow .catering__resimage {
        display: none;
    }

    .catering__ordernow .catering__resimage.catering__mobile__image {
        display: block;
    }
}

.catering__ordernow__block {
    width: 480px;
    position: absolute;
    z-index: 2;
    top: 40%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    left: 5%;
}

@media only screen and (min-width: 1800px) {
    .catering__ordernow__block {
        width: 700px;
    }
}

@media only screen and (max-width: 570px) {
    .catering__ordernow__block {
        width: auto;
        position: static;
        top: auto;
        left: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        padding: 40px 20px 20px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

.catering__ordernow h2 {
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 60px;
    color: #15284b;
    text-transform: uppercase;
    line-height: 50px;
    margin: 0 0 25px;
}

@media only screen and (min-width: 1800px) {
    .catering__ordernow h2 {
        font-size: 90px;
        line-height: 76px;
    }
}

@media only screen and (max-width: 767px) {
    .catering__ordernow h2 {
        font-size: 40px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 570px) {
    .catering__ordernow h2 {
        font-size: 36px;
        line-height: 30px;
        margin-bottom: 15px;
    }
}

.catering__ordernow p {
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #7a9c49;
    line-height: 24px;
    margin: 0 0 25px;
}

@media only screen and (min-width: 1800px) {
    .catering__ordernow p {
        font-size: 36px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .catering__ordernow p {
        font-size: 18px;
        line-height: 18px;
        width: 300px;
    }
}

@media only screen and (max-width: 570px) {
    .catering__ordernow p {
        font-size: 16px;
        line-height: 16px;
        width: auto;
        margin-bottom: 15px;
    }
}

.careers .catering__cities {
    text-align: center;
    margin: 0 auto;
    padding: 0 25%;
}

.catering__cities {
    padding-top: 35px;
}

@media only screen and (max-width: 570px) {
    .careers .catering__cities {
        padding: 0 10%;
    }

    .catering__cities {
        padding-top: 20px;
    }
}

.catering__cities__title {
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 70px;
    color: #dad7d6;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .catering__cities__title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 570px) {
    .catering__cities__title {
        font-size: 36px;
    }
}

.catering__cities__items {
    font-family: "GT Pressura", Arial, sans-serif;
    margin: 0 auto;
    width: 66.66666667%;
}

@media only screen and (max-width: 1800px) {
    .catering__cities__items {
        width: 80%;
    }
}

.catering__cities__items:after {
    content: "";
    display: block;
    clear: both;
}

@media only screen and (max-width: 991px) {
    .catering__cities__items {
        width: auto;
        margin: 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .catering__cities__items {
        margin: 0 20px;
    }
}

.catering__cities__items .catering__cities__item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%;
    text-align: center;
}

.catering__cities__items .catering__cities__item:before,
.catering__cities__items .catering__cities__item:after {
    content: '';
    display: table;
}

.catering__cities__items .catering__cities__item:after {
    clear: both;
}

.catering__cities__items .catering__cities__item:last-child {
    margin-right: 0%;
}

@media only screen and (max-width: 570px) {
    .catering__cities__items .catering__cities__item {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 100%;
        margin-left: 0%;
        margin-right: 3%;
        text-align: center;
        margin-bottom: 40px;
    }

    .catering__cities__items .catering__cities__item:before,
    .catering__cities__items .catering__cities__item:after {
        content: '';
        display: table;
    }

    .catering__cities__items .catering__cities__item:after {
        clear: both;
    }

    .catering__cities__items .catering__cities__item:nth-child(0.3333333333333333n) {
        margin-right: 3%;
        float: left;
    }

    .catering__cities__items .catering__cities__item:nth-child(0.3333333333333333n+1) {
        clear: none;
    }

    .catering__cities__items .catering__cities__item:nth-child(1n) {
        margin-right: 0%;
        float: right;
    }

    .catering__cities__items .catering__cities__item:nth-child(1n+1) {
        clear: both;
    }
}

.catering__cities__items .catering__cities__item__name {
    font-weight: 700;
    font-size: 30px;
    color: #4c4c4c;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .catering__cities__items .catering__cities__item__name {
        font-size: 24px;
    }
}

@media only screen and (max-width: 570px) {
    .catering__cities__items .catering__cities__item__name {
        margin-bottom: 15px;
    }
}

.catering__cities__items .catering__cities__item__link a {
    color: rgba(70, 70, 70, 0.5);
    font-family: "Roboto Condensed", HelveticaNeue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    .catering__cities__items .catering__cities__item__link a {
        font-size: 16px;
    }
}

.catering__cities__items .catering__cities__item__link a:hover {
    text-decoration: none;
}

.catering__cities__items .catering__cities__item__btn {
    margin-top: 35px;
}

@media only screen and (max-width: 767px) {
    .catering__cities__items .catering__cities__item__btn {
        margin-top: 20px;
    }
}

.catering__included {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    margin-top: 35px;
}

@media only screen and (max-width: 991px) {
    .catering__included {
        margin-top: 60px;
        background: #e2dedd;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }

    .catering__included .catering__resimage {
        display: none;
    }

    .catering__included .catering__resimage.catering__mobile__image {
        display: block;
    }
}

.catering__included__block {
    width: 470px;
    position: absolute;
    z-index: 2;
    top: 45%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    right: 10%;
    right: calc(50% - 470px);
}

@media only screen and (min-width: 1800px) {
    .catering__included__block {
        width: 520px;
        right: calc(50% - 520px);
    }
}

@media only screen and (max-width: 1180px) {
    .catering__included__block {
        top: 32%;
        -webkit-transform: translateY(-30%);
        transform: translateY(-30%);
    }
}

@media only screen and (max-width: 991px) {
    .catering__included__block {
        width: auto;
        position: static;
        top: auto;
        right: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding: 20px;
    }
}

.catering__included__title {
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 60px;
    color: rgba(70, 70, 70, 0.55);
    text-transform: uppercase;
    line-height: 50px;
    margin-bottom: 60px;
}

@media only screen and (min-width: 1800px) {
    .catering__included__title {
        font-size: 90px;
        line-height: 76px;
    }
}

@media only screen and (max-width: 1180px) {
    .catering__included__title {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 570px) {
    .catering__included__title {
        font-size: 36px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .catering__included__items:after {
        content: "";
        display: block;
        clear: both;
    }
}

.catering__included__items .catering__included__item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 45px;
    text-align: center;
}

.catering__included__items .catering__included__item:before,
.catering__included__items .catering__included__item:after {
    content: '';
    display: table;
}

.catering__included__items .catering__included__item:after {
    clear: both;
}

.catering__included__items .catering__included__item:nth-child(2n) {
    margin-right: 0%;
    float: right;
}

.catering__included__items .catering__included__item:nth-child(2n+1) {
    clear: both;
}

@media only screen and (max-width: 1180px) {
    .catering__included__items .catering__included__item {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 570px) {
    .catering__included__items .catering__included__item {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 100%;
        margin-left: 0%;
        margin-right: 3%;
        text-align: center;
    }

    .catering__included__items .catering__included__item:before,
    .catering__included__items .catering__included__item:after {
        content: '';
        display: table;
    }

    .catering__included__items .catering__included__item:after {
        clear: both;
    }

    .catering__included__items .catering__included__item:nth-child(0.5n) {
        margin-right: 3%;
        float: left;
    }

    .catering__included__items .catering__included__item:nth-child(0.5n+1) {
        clear: none;
    }

    .catering__included__items .catering__included__item:nth-child(1n) {
        margin-right: 0%;
        float: right;
    }

    .catering__included__items .catering__included__item:nth-child(1n+1) {
        clear: both;
    }
}

.catering__included__items .catering__included__item h3 {
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #004987;
    text-transform: uppercase;
    line-height: 20px;
    margin: 0 0 15px;
}

@media only screen and (min-width: 1800px) {
    .catering__included__items .catering__included__item h3 {
        font-size: 30px;
        line-height: 34px;
    }
}

.catering__included__items .catering__included__item p {
    margin: 0;
    line-height: 20px;
}

@media only screen and (min-width: 1800px) {
    .catering__included__items .catering__included__item p {
        font-size: 18px;
        line-height: 22px;
    }
}

.catering__included__image {
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
}

.catering__included__image img {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.catering__mobile__image {
    display: none;
}

.menu {
    overflow-x: hidden;
    position: relative;
}

.menu__top {
    width: 66.66666667%;
    margin: 40px auto;
}

@media only screen and (max-width: 1800px) {
    .menu__top {
        width: 80%;
    }
}

.menu__top__title {
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 60px;
    color: #15284b;
    text-transform: uppercase;
    line-height: 50px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.menu__top__items {
    margin-top: 60px;
}

.menu__top__items:after {
    content: "";
    display: block;
    clear: both;
}

.menu__top__items .menu__top__item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0%;
    margin-right: 3%;
}

.menu__top__items .menu__top__item:before,
.menu__top__items .menu__top__item:after {
    content: '';
    display: table;
}

.menu__top__items .menu__top__item:after {
    clear: both;
}

.menu__top__items .menu__top__item:last-child {
    margin-right: 0%;
}

.menu__top__items .menu__top__item h3 {
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #004987;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.menu__top__items .menu__top__item p {
    color: #464646;
    font-size: 18px;
    margin: 0;
}

.menu__pic {
    background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/menu/JS_Website_Menu_Header.jpg") no-repeat center/cover;
    height: 350px;
    background-size: cover;
}

@media only screen and (max-width: 570px) {
    .menu__pic {
        height: auto;
        padding: 30px 30px 40px;
    }
}

.menu__pic .hero__text__container {
    width: 66.66666667%;
    margin: 0 auto;
    position: relative;
    height: 350px;
}

@media only screen and (max-width: 1800px) {
    .menu__pic .hero__text__container {
        width: 80%;
    }
}

@media only screen and (max-width: 570px) {
    .menu__pic .hero__text__container {
        max-width: 200px;
        margin: 0;
        height: auto;
    }
}

.menu__pic .hero__text__container h1.hero__text {
    color: #fff;
    z-index: 3;
    font-size: 60px;
    line-height: 50px;
    max-width: 420px;
    margin: 0;
    padding: 0;
    left: 0;
    font-family: "GT Pressura", Arial, sans-serif;
    text-transform: uppercase;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 570px) {
    .menu__pic .hero__text__container h1.hero__text {
        font-size: 26px;
        line-height: 26px;
        text-transform: uppercase;
        top: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        font-family: "GT Pressura", Arial, sans-serif;
    }
}

.menu__nav {
    background: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
    height: 63px;
    position: relative;
    z-index: 80;
    display: flex;
}

@media only screen and (max-width: 991px) {
    .menu__nav {
        display: none;
    }
}

.menu__nav.menu__nav__sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 80px;
    z-index: 80;
}

.menu__nav__container {
    width: 66%;
    /* margin: 0 auto; */
    position: relative;
    display: inline-block;
    align-self: center;
    align-content: center;
    text-align: center;
    margin: auto;
    /* float: left; */
}

@media only screen and (max-width: 1800px) {
    .menu__nav__container {
        width: 90%;
    }
}

@media only screen and (max-width: 1180px) {
    .menu__nav__container {
        /*width: auto;*/
    }
}

.menu__nav__tribes__container {
    width: 70%;
    /* margin: 0 auto; */
    position: relative;
    display: inline-block;
    align-self: center;
    align-content: center;
    text-align: center;
    margin: auto;
    margin-left: 17%;
    /* float: left; */
}

@media only screen and (max-width: 1800px) {
    .menu__nav__tribes__container {
        width: 70%;
        margin-left: 10%;
    }
}

@media only screen and (max-width: 1180px) {
    .menu__nav__tribes__container {
        /*width: auto;*/
    }
}

.menu__nav__tribes ul.nav {
    height: 61px;
    display: table;
    width: 100%;
}

.menu__nav__tribes li {
    width: auto;
    padding: 0 15px;
    display: table-cell;
    vertical-align: middle;
    line-height: 16px;
    height: 61px;
    /*font-size: 15px;*/
    width: auto;
    font-family: "Roboto Condensed", HelveticaNeue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
}

.menu__nav__tribes li.header__tribe {
    padding: 0;
    color: #464646;
    text-align: start;
    font-family: "Roboto Condensed", HelveticaNeue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    width: 20%;
}

.menu__nav__tribes {
    background: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
    height: 63px;
    position: relative;
    z-index: 80;
    display: flex;
}

@media only screen and (max-width: 991px) {
    .menu__nav__tribes {
        display: none;
    }
}

.health-tribes-dropdown {
    /* padding-left: 18px; */
    position: relative;
    width: 20%;
    /* display: inline-block; */
    align-content: end;
    align-self: center;
    text-align: center;
    display: inline-block;
    height: 100%;
    /* float: left; */
    /*width: 10%;*/
    /* margin: auto; */
    /* left: 10%; */
}

@media only screen and (max-width: 1800px) {
    .health-tribes-dropdown {
        width: 20%;
    }
}

.menu__nav__tribes.menu__nav__sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 143px;
    z-index: 80;
}

.allergen_button {
    height: 100%;
    width: 100%;
    border: none;
    background: #464646;
    color: white;
    font-family: "Roboto Condensed", HelveticaNeue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
}

.health-tribe-checkbox-dropdown {
    cursor: pointer;
    display: block;
    font-family: GT Pressura, Arial, sans-serif;
    text-align: start;

}

.health-tribe-checkbox-dropdown [type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    content: ""
}

.health-tribe-checkbox-dropdown [type=checkbox] + span {
    display: block;
    float: left;
    margin-right: 8px;
}

.health-tribe-checkbox-dropdown [type=checkbox] + span:before {
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 .15em rgba(0, 0, 0, .5);
    box-shadow: 0 0 0 .15em rgba(0, 0, 0, .5);
    content: "";
    display: inline-block;
    height: 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    /*vertical-align: -.25em;*/
    width: 10px
}

.health-tribe-checkbox-dropdown [type=checkbox]:checked + span:before {
    background: #7a9c49;
    -webkit-box-shadow: 0 0 0 .15em #7a9c49;
    box-shadow: 0 0 0 .15em #7a9c49
}

.menu__nav ul.nav {
    height: 61px;
    display: table;
    width: 100%;
}

.menu__nav li {
    width: 9%;
    padding: 0 15px;
    display: table-cell;
    vertical-align: middle;
    line-height: 16px;
    height: 61px;
    font-size: 15px;
}

.menu__nav li a {
    display: block;
    text-align: center;
}

.menu__nav li#allergens__button {
    width: 19%;
    text-align: right;
    padding-right: 0;
}

.menu__nav li#allergens__button a {
    color: #7a9c49;
    display: inline-block;
    text-align: right;
    line-height: 61px;
}

.menu__nav li#allergens__button a span {
    display: block;
    padding: 0 18px;
    position: relative;
}

.menu__nav li#allergens__button a span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    height: 39px;
    border-left: 1px solid #ccc;
}

.menu__nav li#allergens__button a.is-active {
    box-shadow: -3px 7px 13px rgba(0, 0, 0, 0.25);
    background: #fff;
    position: relative;
}

.menu__nav li#allergens__button a.is-active span {
    border-color: transparent;
}

.menu__nav li#allergens__button a.is-active span::before {
    border: transparent;
}

.menu__nav li#allergens__button a.is-active span::after {
    content: "";
    width: 100%;
    height: 25px;
    background: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 55;
}

.menu__nav .nav__dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: 63px;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    padding: 20px 10px 20px 30px;
    box-shadow: -7px -4px 20px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.menu__nav .nav__dropdown.is-active {
    display: block;
}

.menu__nav .nav__dropdown__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
}

.menu__nav .nav__dropdown__header__title {
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #004987;
    text-transform: uppercase;
}

.menu__nav .nav__dropdown__header__right {
    -ms-flex-item-align: center;
    align-self: center;
    padding-right: 20px;
}

.menu__nav .nav__dropdown__header__right a {
    color: #7a9c49;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "GT Pressura", Arial, sans-serif;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 0.5px;
}

.menu__nav .nav__dropdown__header__right a:hover {
    color: #6a813b;
}

.menu__nav .nav__dropdown__header__right a.allergens-dropdown-clear {
    color: rgba(0, 0, 0, 0.35);
    margin-left: 40px;
}

.menu__nav .nav__dropdown__header__right a.allergens-dropdown-clear:hover {
    color: rgba(0, 0, 0, 0.45);
}

.menu__nav .nav__dropdown .nav__dropdown__items {
    margin: 0;
    padding: 0;
}

.menu__nav .nav__dropdown .nav__dropdown__items:after {
    content: "";
    display: block;
    clear: both;
}

.menu__nav .nav__dropdown .nav__dropdown__items li {
    float: left;
    margin-right: 20px;
    list-style-type: none;
}

.menu__nav .nav__dropdown .nav__dropdown__items li:last-child {
    margin-right: 0;
}

.menu__nav .nav__dropdown .nav__dropdown__items .nav__dropdown__item {
    margin-bottom: 15px;
    font-size: 12px;
    color: #dad7d6;
    text-align: center;
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
    width: 140px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #dad7d6;
}

.menu__nav .nav__dropdown .nav__dropdown__items .nav__dropdown__item.is-active {
    background: #7a9c49;
    color: #fff;
}

.diets-filter-dropdown {
    /* padding-left: 18px; */
    position: relative;
    width: 16.5%;
    /* display: inline-block; */
    align-content: end;
    align-self: center;
    text-align: center;
    display: inline-block;
    /* float: left; */
    /*width: 10%;*/
    /* margin: auto; */
    /* left: 10%; */
}

@media only screen and (max-width: 1800px) {
    .diets-filter-dropdown {
        width: 10%;
    }
}

.diets-filter-dropdown .diets-button {
    color: #fff;
    background-color: #7a9c49;
    border: none;
    border-radius: 4px;
    font-family: GT Pressura, Arial, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    /* left: 50%; */
    /* margin-bottom: 5px; */
    /* margin-left: 100px; */
    /* width: 80%; */
    /* align-self: auto; */
    /* text-align: center; */
}

.diets-filter-dropdown .diets-button:focus, .ojs-menu .menu-container .menu-left .left-wrapper .diets-filter-dropdown .diets-button:hover {
    background-color: #6a813b
}

.diets-filter-dropdown .diets-dropdown-content {
    position: absolute;
    border: 1px solid #e4e4e4;
    background-color: #fff;
    z-index: 1;
    margin-top: 0;
    border-radius: 4px;
    display: none;
    /* align-content: space-between; */
    /* width: 16.5%; */
    /* float: left; */
    overflow: hidden;
    width: 400px;
    /* left: auto; */
    align-self: end;
    margin-top: 5px;
    left: 37%;
}

@media only screen and (max-width: 1800px) {
    .diets-filter-dropdown .diets-dropdown-content {
        left: 25%;
    }
}

.diets-filter-dropdown .diets-dropdown-content.show {
    display: block;
}

.diets-filter-dropdown .diets-dropdown-content ul {
    margin: 15px;
    /* width: auto; */
    margin-left: 0;
    /* min-width:100%; */
    /* left: -9999px; */
    /* align-self: flex-end; */
}

.diets-filter-dropdown .diets-dropdown-content li {
    display: block;
    float: left;
    width: 50%;
    text-align: start;
}

.diets-filter-dropdown .diets-dropdown-content li .checkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    font-family: GT Pressura, Arial, sans-serif;
    text-transform: uppercase;
    fill: #383838;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.diets-filter-dropdown .diets-dropdown-content li .checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.diets-filter-dropdown .diets-dropdown-content li .checkcontainer input:checked ~ .checkmark {
    background-color: #fff
}

.diets-filter-dropdown .diets-dropdown-content li .checkcontainer input:checked ~ .checkmark:after {
    display: block
}

.diets-filter-dropdown .diets-dropdown-content li .checkcontainer:hover input ~ .checkmark {
    background-color: #ccc
}

.diets-filter-dropdown .diets-dropdown-content li .checkcontainer .checkmark:after {
    /* left: 9px; */
    /* top: 5px; */
    width: 10px;
    height: 10px;
    border: 3px solid #fff;
    /* border-width: 0 3px 3px 0; */
    /* -webkit-transform: rotate(45deg); */
    /* transform: rotate(45deg); */
    margin: 0;
    padding: 0;
    border-radius: 50%;
    left: -3px;
    top: -3px;
    background: #7a9c49;
    box-shadow: 0 0 0 0.15em #7a9c49;
}

.diets-filter-dropdown .diets-dropdown-content li .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    /* background-color: #fff; */
    border: 3px solid #fff;
    border-radius: 50%;
    transition: all .5s ease;
    display: inline-block;
    box-shadow: 0 0 0 0.15em rgba(0, 0, 0, .5);
}

.diets-filter-dropdown .diets-dropdown-content li .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.diets-filter-dropdown .diets-dropdown-content .apply-diets {
    color: #7a9c49;
    border: none;
    right: 0;
    bottom: 0;
    background-color: #fff;
    position: absolute;
    font-family: GT Pressura, Arial, sans-serif;
    text-transform: uppercase
}

.menu__local {
    background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/menu/localtitle.png");
    background-position: top left;
    position: absolute;
    right: -102px;
    top: 80px;
    font-family: "GT Pressura", Arial, sans-serif;
    width: 159px;
    height: 170px;
    font-size: 0;
    line-height: 0;
    z-index: 100;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
    cursor: pointer;
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.menu__local.sticky {
    position: fixed;
    top: 250px;
}

.menu__local.expanded {
    right: calc(100% - 57px) !important;
    width: 57px;
    padding: 10px 0;
}

.menu__local.expanded #bug-menu ul {
    display: none;
}

.menu__local.expanded .menu__local__title {
    left: 17px;
}

.menu__local.expanded div::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.menu__local.expanded img.local-img {
    display: none;
}

.menu__local.expanded img.expand-hide {
    display: block;
}

@media only screen and (max-width: 991px) {
    .menu__local {
        display: none;
    }
}

.menu__local.hover {
    right: 0;
}

.menu__local.hover div::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.menu__local__wrap {
    position: relative;
}

.menu__local__title {
    width: 57px;
    position: relative;
    display: inline-block;
    text-align: center;
    padding-top: 20px;
}

.menu__local__title div {
    vertical-align: top;
    top: 0;
    font-size: 0;
    text-transform: uppercase;
    color: #dad7d6;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    box-sizing: border-box;
    cursor: pointer;
}

.menu__local__title div img {
    width: 22px;
    height: 133px;
}

.menu__local__title div img.expand-hide {
    display: none;
}

.menu__local__title div::after {
    content: "";
    background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/menu/bug-arrow.png") 100% 50% no-repeat;
    background-size: 100%;
    width: 18px;
    height: 23px;
    display: block;
    position: absolute;
    left: 2px;
    top: -25px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.menu__local__items {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 14px;
    width: 102px;
}

.menu__local__items ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu__local__items ul li:last-child a {
    border: none;
}

.menu__local__items ul li a {
    padding: 10px 12px;
    background: #004987;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    text-decoration: none;
}

.menu__local__items ul li a:hover {
    background: #045090;
}

.menu__local__content {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 99;
    overflow-y: scroll;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.menu__local__content.expanded {
    left: 0;
}

@media only screen and (max-width: 991px) {
    .menu__local__content {
        display: none;
    }
}

.menu__big__container {
    width: 100%;
    position: relative;
}

.menu__list {
    width: 66.66666667%;
    margin: 30px auto;
}

@media only screen and (max-width: 1800px) {
    .menu__list {
        width: 80%;
    }
}

@media only screen and (max-width: 1180px) {
    .menu__list {
        width: auto;
        margin: 30px 30px 0;
    }
}

@media only screen and (max-width: 767px) {
    .menu__list #ingredients-nav .nav li,
    .menu__list #dressings-nav .nav li {
        padding: 0 10px 10px;
        margin-bottom: 10px;
    }

    .menu__list #ingredients-nav .menu__list__header__order,
    .menu__list #dressings-nav .menu__list__header__order {
        display: none;
    }

    .menu__list #ingredients-nav {
        border-bottom: none;
        margin: 0;
    }

    .menu__list #ingredients-nav .designation__item {
        min-height: 30px;
        margin-bottom: 10px;
    }

    .menu__list #ingredients-nav .designation__item__dressing {
        display: none;
    }
}

.menu__list__box {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.menu__list__box:last-child {
    border: none;
    margin: 0;
}

.menu__list__box .menu__list__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 570px) {
    .menu__list__box .menu__list__header {
        margin-bottom: 10px;
    }
}

.menu__list__box .menu__list__header__title {
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 70px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #dad7d6;
    text-transform: uppercase;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media only screen and (max-width: 767px) {
    .menu__list__box .menu__list__header__title {
        font-size: 50px;
        line-height: 50px;
    }
}

.menu__list__box .menu__list__header__order {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    text-align: right;
}

@media only screen and (max-width: 570px) {
    .menu__list__box .menu__list__header__order {
        display: none;
    }
}

.menu__list__box .menu__list__items:after {
    content: "";
    display: block;
    clear: both;
}

.menu__list__box .menu__list__items .menu__list__item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 30px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.menu__list__box .menu__list__items .menu__list__item:before,
.menu__list__box .menu__list__items .menu__list__item:after {
    content: '';
    display: table;
}

.menu__list__box .menu__list__items .menu__list__item:after {
    clear: both;
}

.menu__list__box .menu__list__items .menu__list__item:nth-child(3n) {
    margin-right: 0%;
    float: right;
}

.menu__list__box .menu__list__items .menu__list__item:nth-child(3n+1) {
    clear: both;
}

@media only screen and (max-width: 767px) {
    .menu__list__box .menu__list__items .menu__list__item {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.5%;
        margin-left: 0%;
        margin-right: 3%;
    }

    .menu__list__box .menu__list__items .menu__list__item:before,
    .menu__list__box .menu__list__items .menu__list__item:after {
        content: '';
        display: table;
    }

    .menu__list__box .menu__list__items .menu__list__item:after {
        clear: both;
    }

    .menu__list__box .menu__list__items .menu__list__item:nth-child(3n) {
        margin-right: 3%;
        float: left;
    }

    .menu__list__box .menu__list__items .menu__list__item:nth-child(3n+1) {
        clear: none;
    }

    .menu__list__box .menu__list__items .menu__list__item:nth-child(2n) {
        margin-right: 0%;
        float: right;
    }

    .menu__list__box .menu__list__items .menu__list__item:nth-child(2n+1) {
        clear: both;
    }
}

@media only screen and (max-width: 570px) {
    .menu__list__box .menu__list__items .menu__list__item {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 100%;
        margin-left: 0%;
        margin-right: 3%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }

    .menu__list__box .menu__list__items .menu__list__item:before,
    .menu__list__box .menu__list__items .menu__list__item:after {
        content: '';
        display: table;
    }

    .menu__list__box .menu__list__items .menu__list__item:after {
        clear: both;
    }

    .menu__list__box .menu__list__items .menu__list__item:nth-child(2n) {
        margin-right: 3%;
        float: left;
    }

    .menu__list__box .menu__list__items .menu__list__item:nth-child(2n+1) {
        clear: none;
    }

    .menu__list__box .menu__list__items .menu__list__item:nth-child(1n) {
        margin-right: 0%;
        float: right;
    }

    .menu__list__box .menu__list__items .menu__list__item:nth-child(1n+1) {
        clear: both;
    }

    .menu__list__box .menu__list__items .menu__list__item .menu__list__item__image {
        margin: 0 -125px 0px 0;
        width: 250px;
    }

    .menu__list__box .menu__list__items .menu__list__item .menu__list__item__left {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 80%;
    }

    .menu__list__box .menu__list__items .menu__list__item a {
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.menu__list__box .menu__list__items .menu__list__item a {
    text-decoration: none;
}

.menu__list__box .menu__list__items .menu__list__item__image {
    margin-bottom: 20px;
    text-align: center;
}

.menu__list__box .menu__list__items .menu__list__item__image img {
    max-width: 100%;
}

.menu__list__box .menu__list__items .menu__list__item__title {
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 21px;
    color: #15284b;
    text-transform: uppercase;
}

.menu__list__box .menu__list__items .menu__list__item__calories {
    margin-bottom: 10px;
    color: #4c4c4c;
    font-family: "GT Pressura", Arial, sans-serif;
    font-size: 15px;
    display: flex;
    justify-content: space-around;
}

.menu__list__box .menu__list__items .menu__list__item__calories__icons i {
    background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/menu/calories.svg") no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.menu__list__box .menu__list__items .menu__list__item__calories__icons i.calories-spicy {
    background-position: -20px 0;
    width: 11px;
}

.menu__list__box .menu__list__items .menu__list__item__calories__icons i.calories-gluten {
    background-position: -34px 0;
    width: 11px;
}

.menu__list__box .menu__list__items .menu__list__item__calories__icons i.calories-fish {
    background-position: -50px 0;
    width: 20px;
}

.menu__list__box .menu__list__items .menu__list__item__calories__more {
    display: none;
}

.menu__list__box .menu__list__items .menu__list__item__text {
    color: #999;
    font-size: 15px;
    margin-bottom: 15px;
}

.menu__list__box .menu__list__items .menu__list__item__consist {
    color: #90b0cb;
    font-size: 16px;
    font-family: "Roboto Condensed", HelveticaNeue, Helvetica, Arial, sans-serif;
    font-style: italic;
    text-transform: uppercase;
}

@media only screen and (max-width: 570px) {
    .menu__list__box .menu__list__items .menu__list__item__consist {
        font-size: 12px;
        line-height: 15px;
    }
}

.menu__list__box__content__disclaimer {
    color: #7a9c49;
    font-weight: 500;
    margin-bottom: 10px;
}

@media only screen and (max-width: 570px) {
    .menu__list__box__content__disclaimer {
        margin-bottom: 10px;
    }
}

.menu__list__box__content__designation__show.show__top {
    margin: 0 0 7px;
}

.menu__list__box__content__designation__show {
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
}

.menu__list__box__content__designation__show li {
    display: inline-block;
    background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/menu/designation.svg") 3px 2px no-repeat;
    color: #7a9c49;
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-right: 30px;
    padding: 2px 0 2px 40px;
}

@media only screen and (max-width: 767px) {
    .menu__list__box__content__designation__show li {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 570px) {
    .menu__list__box__content__designation__show li {
        margin: 0 0 5px;
        width: 49%;
        padding: 5px 0 6px 40px;
        font-size: 13px;
    }
}

.menu__list__box__content__designation__show li.designation__vegan {
    background-position: 0 -30px;
}

.menu__list__box__content__designation__show li.designation__gluten {
    background-position: 0 -62px;
}

.menu__list__box__content__designation__show li.designation__fish {
    background-position: 0 -99px;
}

.menu__list__box__content__designation .menu__list__box__nav {
    text-align: left;
    margin: 0 0 60px;
}

@media only screen and (max-width: 570px) {
    .menu__list__box__content__designation .menu__list__box__nav {
        margin-bottom: 0;
    }
}

.menu__list__box__content__designation .designation__items {
    margin-bottom: 40px;
}

.menu__list__box__content__designation .designation__items:after {
    content: "";
    display: block;
    clear: both;
}

.menu__list__box__content__designation .designation__items .designation__item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 20px;
    border-bottom: 1px solid #ececec;
    min-height: 54px;
}

.menu__list__box__content__designation .designation__items .designation__item:before,
.menu__list__box__content__designation .designation__items .designation__item:after {
    content: '';
    display: table;
}

.menu__list__box__content__designation .designation__items .designation__item:after {
    clear: both;
}

.menu__list__box__content__designation .designation__items .designation__item:nth-child(3n) {
    margin-right: 0%;
    float: right;
}

.menu__list__box__content__designation .designation__items .designation__item:nth-child(3n+1) {
    clear: both;
}

@media only screen and (max-width: 767px) {
    .menu__list__box__content__designation .designation__items .designation__item {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.5%;
        margin-left: 0%;
        margin-right: 3%;
    }

    .menu__list__box__content__designation .designation__items .designation__item:before,
    .menu__list__box__content__designation .designation__items .designation__item:after {
        content: '';
        display: table;
    }

    .menu__list__box__content__designation .designation__items .designation__item:after {
        clear: both;
    }

    .menu__list__box__content__designation .designation__items .designation__item:nth-child(3n) {
        margin-right: 3%;
        float: left;
    }

    .menu__list__box__content__designation .designation__items .designation__item:nth-child(3n+1) {
        clear: none;
    }

    .menu__list__box__content__designation .designation__items .designation__item:nth-child(2n) {
        margin-right: 0%;
        float: right;
    }

    .menu__list__box__content__designation .designation__items .designation__item:nth-child(2n+1) {
        clear: both;
    }
}

.menu__list__box__content__designation .designation__items .designation__item__title {
    color: #464646;
    font-size: 20px;
    line-height: 20px;
    font-family: "Roboto Condensed", HelveticaNeue, Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 570px) {
    .menu__list__box__content__designation .designation__items .designation__item__title {
        font-size: 13px;
        line-height: 16px;
    }
}

.menu__list__box__content__designation .designation__items .designation__item__dressing i {
    background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/menu/calories.svg") no-repeat;
    width: 24px;
    height: 18px;
    background-size: 90px;
    display: inline-block;
}

.menu__list__box__content__designation .designation__items .designation__item__dressing i.designation__dressing__spicy {
    background-position: -20px 0;
}

.menu__list__box__content__designation .designation__items .designation__item__dressing i.designation__dressing__gluten {
    background-position: -42px 0;
}

.menu__list__box__content__designation .designation__items .designation__item__dressing i.designation__dressing__fish {
    background-position: -65px 0;
}

.menu__list__box__content__designation .designation__items .designation__item__dressing span {
    color: #90b0cb;
    font-size: 16px;
    line-height: 16px;
    font-family: "Roboto Condensed", HelveticaNeue, Helvetica, Arial, sans-serif;
    font-style: italic;
    text-transform: uppercase;
}

@media only screen and (max-width: 570px) {
    .menu__list__box__content__designation .designation__items .designation__item__dressing span {
        font-size: 12px;
        line-height: 15px;
    }
}

.menu__list__box__content__designation .designation__items .designation__item__description span {
    color: #90b0cb;
    font-size: 16px;
    font-family: "Roboto Condensed", HelveticaNeue, Helvetica, Arial, sans-serif;
    font-style: italic;
    text-transform: uppercase;
}

@media only screen and (max-width: 570px) {
    .menu__list__box__content__designation .designation__items .designation__item__description span {
        font-size: 12px;
        line-height: 15px;
    }
}

.menu__list__box__content__designation .designation__items .designation__item__description p {
    color: #999;
    font-size: 15px;
    line-height: 17px;
    margin: 0 0 10px;
}

@media only screen and (max-width: 570px) {
    .menu__list__box__content__designation .designation__items .designation__item__description p {
        font-size: 12px;
        line-height: 15px;
    }
}

.menu__list__box__content__designation .designation__items.two-cols .designation__item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
}

.menu__list__box__content__designation .designation__items.two-cols .designation__item:before,
.menu__list__box__content__designation .designation__items.two-cols .designation__item:after {
    content: '';
    display: table;
}

.menu__list__box__content__designation .designation__items.two-cols .designation__item:after {
    clear: both;
}

.menu__list__box__content__designation .designation__items.two-cols .designation__item:nth-child(2n) {
    margin-right: 0%;
    float: right;
}

.menu__list__box__content__designation .designation__items.two-cols .designation__item:nth-child(2n+1) {
    clear: both;
}

body.menu__ojs .menu__list__item:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

.local {
    margin-top: 80px;
}

.local__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    padding-top: 74px;
    background: #fff url("https://s3.amazonaws.com/media.justsalad.com/assets/img/footer_texture@2x.png") repeat;
    background-size: 1025px auto;
    box-shadow: inset 0 -20px 20px -20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.local__title h2 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 70px;
    color: #dad7d6;
    text-transform: uppercase;
    margin: 0;
    line-height: 60px;
    position: relative;
    bottom: -7px;
}

@media only screen and (max-width: 1300px) {
    .local__title h2 {
        font-size: 50px;
        bottom: -14px;
    }
}

.local__title ul.nav {
    height: 61px;
    display: table;
    width: 100%;
}

.local__title ul.nav li {
    width: 20%;
    padding: 0 15px;
    display: table-cell;
    vertical-align: middle;
    line-height: 16px;
    height: 61px;
    font-size: 15px;
}

.local__title ul.nav li a {
    display: block;
    text-align: center;
}

.local__title__city {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 38.2%;
    margin-left: 0%;
    margin-right: 3%;
    padding-left: 32px;
}

.local__title__city:before,
.local__title__city:after {
    content: '';
    display: table;
}

.local__title__city:after {
    clear: both;
}

.local__title__city:nth-child(2n) {
    margin-right: 0%;
    float: right;
}

.local__title__city:nth-child(2n+1) {
    clear: both;
}

.local__title__menu {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 58.8%;
    margin-left: 0%;
    margin-right: 3%;
}

.local__title__menu:before,
.local__title__menu:after {
    content: '';
    display: table;
}

.local__title__menu:after {
    clear: both;
}

.local__title__menu:nth-child(2n) {
    margin-right: 0%;
    float: right;
}

.local__title__menu:nth-child(2n+1) {
    clear: both;
}

.local__content {
    width: 66.66666667%;
    margin: 0 auto;
}

@media only screen and (max-width: 1800px) {
    .local__content {
        width: 80%;
    }
}

.local__content:after {
    content: "";
    display: block;
    clear: both;
}

.local__content__column {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
}

.local__content__column:before,
.local__content__column:after {
    content: '';
    display: table;
}

.local__content__column:after {
    clear: both;
}

.local__content__column:last-child {
    margin-right: 0%;
}

.local__content__column h3 {
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #004987;
    text-transform: uppercase;
    line-height: 25px;
    margin: 0 0 30px;
}

.local__content__column__right .list__item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    border-bottom: 1px solid #ececec;
}

.local__content__column__right .list__item:before,
.local__content__column__right .list__item:after {
    content: '';
    display: table;
}

.local__content__column__right .list__item:after {
    clear: both;
}

.local__content__column__right .list__item:nth-child(2n) {
    margin-right: 0%;
    float: right;
}

.local__content__column__right .list__item:nth-child(2n+1) {
    clear: both;
}

.local__content__column__right .list__item__text {
    line-height: 18px;
    text-transform: none;
}

.local__content__column__left .list__item {
    min-height: 44px;
    border-bottom: 1px solid #ececec;
    text-transform: none;
}

.culture__top {
    width: 66.66666667%;
    margin: 35px auto;
}

@media only screen and (max-width: 1800px) {
    .culture__top {
        width: 80%;
    }
}

@media only screen and (max-width: 991px) {
    .culture__top {
        width: 100%;
        margin: 0;
        padding: 30px 40px 0;
    }
}

@media only screen and (max-width: 570px) {
    .culture__top {
        padding: 35px 20px;
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
    }
}

.culture__top__title {
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 60px;
    color: #15284b;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .culture__top__title {
        font-size: 42px;
    }
}

@media only screen and (max-width: 570px) {
    .culture__top__title {
        font-size: 36px;
        line-height: 30px;
        margin-bottom: 10px;
    }
}

.culture__top__text {
    width: 550px;
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #7a9c49;
    line-height: 30px;
}

@media only screen and (max-width: 767px) {
    .culture__top__text {
        width: auto;
    }
}

@media only screen and (max-width: 570px) {
    .culture__top__text {
        font-size: 18px;
        line-height: 26px;
    }
}

.culture__items {
    width: 66.66666667%;
    margin: 45px auto;
}

@media only screen and (max-width: 1800px) {
    .culture__items {
        width: 80%;
    }
}

.culture__items:after {
    content: "";
    display: block;
    clear: both;
}

@media only screen and (max-width: 991px) {
    .culture__items {
        width: auto;
        padding: 0 40px;
    }
}

@media only screen and (max-width: 570px) {
    .culture__items {
        margin-top: 15px;
        padding: 0 20px;
    }
}

.culture__items .culture__item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%;
}

.culture__items .culture__item:before,
.culture__items .culture__item:after {
    content: '';
    display: table;
}

.culture__items .culture__item:after {
    clear: both;
}

.culture__items .culture__item:last-child {
    margin-right: 0%;
}

@media only screen and (max-width: 991px) {
    .culture__items .culture__item {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.5%;
        margin-left: 0%;
        margin-right: 3%;
        text-align: center;
        margin-bottom: 20px;
    }

    .culture__items .culture__item:before,
    .culture__items .culture__item:after {
        content: '';
        display: table;
    }

    .culture__items .culture__item:after {
        clear: both;
    }

    .culture__items .culture__item:nth-child(4n) {
        margin-right: 3%;
        float: left;
    }

    .culture__items .culture__item:nth-child(4n+1) {
        clear: none;
    }

    .culture__items .culture__item:nth-child(2n) {
        margin-right: 0%;
        float: right;
    }

    .culture__items .culture__item:nth-child(2n+1) {
        clear: both;
    }

    .culture__items .culture__item__icon {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.row.mobile-menu {
    width: 100%;
    float: left;
    border-bottom: 2px solid #777578
}

.mobile-health-tribes {
    border-right: 2px solid #777578
}

.mobile-categories, .mobile-health-tribes {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #c1bebe;
    font-weight: 500;
    padding: 12px;
    font-family: GT Pressura, Arial, sans-serif
}

.checkbox [type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    content: ""
}

.checkbox {
    cursor: pointer;
    display: block
}

.checkbox [type=checkbox] + span {
    display: block
}

.checkbox [type=checkbox] + span:before {
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 .15em rgba(0, 0, 0, .5);
    box-shadow: 0 0 0 .15em rgba(0, 0, 0, .5);
    content: "";
    display: inline-block;
    height: 10px;
    margin-right: .65em;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    vertical-align: -.25em;
    width: 10px
}

.checkbox [type=checkbox]:checked + span:before {
    background: #7a9c49;
    -webkit-box-shadow: 0 0 0 .15em #7a9c49;
    box-shadow: 0 0 0 .15em #7a9c49
}

@media only screen and (max-width: 991px) {
    .categories-menu-header {
        font-size: 20px;
        font-weight: 600
    }

    .categories-menu-header, .healthtribes-menu-header {
        background-color: #11274c;
        color: #fff;
        padding: 12px 20px;
        font-family: GT Pressura, Arial, sans-serif
    }

    .healthtribes-menu-header .header-title {
        font-size: 20px;
        font-weight: 800;
        font-family: GT Pressura, Arial, sans-serif
    }

    .healthtribes-menu-header .header-subtitle {
        font-size: 18px;
        font-family: GT Pressura, Arial, sans-serif
    }

    .row.mobile-menu {
        display: block;
        position: relative
    }

    .menu__big__container {
        margin-top: 75px;
    }

    .healthtribes-dropdownmenu, .mobile-categories-menu {
        position: absolute;
        top: 56px;
        border: 1px solid #777578;
        z-index: 9;
        background-color: #fff;
        width: 100%
    }

    .healthtribes-btns {
        padding: 8px;
        text-align: center
    }

    .healthtribes-btns .apply-diets {
        background-color: #799b47
    }

    .healthtribes-btns .apply-diets, .healthtribes-btns .cancel-diets {
        color: #fff;
        border: 0;
        padding: 5px 30px;
        border-radius: 3px;
        width: 45%;
        font-family: GT Pressura, Arial, sans-serif;
        text-transform: uppercase
    }

    .healthtribes-btns .cancel-diets {
        background-color: #4b4b4b
    }

    .healthtribes-dropdownmenu ul, .mobile-categories-menu ul {
        padding: 0;
        margin: 0
    }

    .healthtribes-dropdownmenu ul li, .mobile-categories-menu ul li {
        list-style: none;
        border-bottom: 1px solid #ccc;
        padding: 10px 20px
    }

    .mobile-categories-menu ul li a {
        text-decoration: none;
        color: #4b4b4b;
        font-size: 17px;
        font-family: GT Pressura, Arial, sans-serif
    }

    .healthtribes-dropdownmenu ul li .checkbox-dropdown {
        cursor: pointer;
        display: block;
        font-family: GT Pressura, Arial, sans-serif
    }

    .healthtribes-dropdownmenu ul li .checkbox-dropdown [type=checkbox] {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        content: ""
    }

    .healthtribes-dropdownmenu ul li .checkbox-dropdown [type=checkbox] + span {
        display: block;
        float: right
    }

    .healthtribes-dropdownmenu ul li .checkbox-dropdown [type=checkbox] + span:before {
        border: 3px solid #fff;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 .15em rgba(0, 0, 0, .5);
        box-shadow: 0 0 0 .15em rgba(0, 0, 0, .5);
        content: "";
        display: inline-block;
        height: 10px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        vertical-align: -.25em;
        width: 10px
    }

    .healthtribes-dropdownmenu ul li .checkbox-dropdown [type=checkbox]:checked + span:before {
        background: #7a9c49;
        -webkit-box-shadow: 0 0 0 .15em #7a9c49;
        box-shadow: 0 0 0 .15em #7a9c49
    }

}

@media only screen and (min-width: 991px) {
    .row.mobile-menu, body.locations .footer {
        display: none
    }
}

@media only screen and (max-width: 570px) {
    .culture__items .culture__item {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 100%;
        margin-left: 0%;
        margin-right: 3%;
        text-align: center;
    }

    .culture__items .culture__item:before,
    .culture__items .culture__item:after {
        content: '';
        display: table;
    }

    .culture__items .culture__item:after {
        clear: both;
    }

    .culture__items .culture__item:nth-child(2n) {
        margin-right: 3%;
        float: left;
    }

    .culture__items .culture__item:nth-child(2n+1) {
        clear: none;
    }

    .culture__items .culture__item:nth-child(1n) {
        margin-right: 0%;
        float: right;
    }

    .culture__items .culture__item:nth-child(1n+1) {
        clear: both;
    }
}

.culture__items .culture__item__icon {
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.culture__items .culture__item h3 {
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #004987;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.culture__items .culture__item p {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
}

.culture__slider {
    margin-top: 40px;
    overflow: hidden;
}

@media only screen and (max-width: 570px) {
    .culture__slider {
        margin-top: 20px;
    }
}

.culture__slider .slider__item {
    outline: none;
}

.culture__slider .slider__item.slick-current .slider__describe {
    display: block;
}

.culture__slider .slider__item:focus {
    outline: none;
}

.culture__slider .slider__image {
    text-align: center;
    margin: 0 1%;
}

.culture__slider .slider__image img {
    display: inline-block;
    border-radius: 8px;
    width: 100%;
    height: auto;
    vertical-align: top;
}

.culture__slider .slider__describe {
    width: 740px;
    margin: 15px auto;
    box-sizing: border-box;
}

body > div.main > div.container > div > div.culture__slider.slick-initialized.slick-slider > div > div > div.slider__item.slick-slide.slick-current.slick-active.slick-center > div.slider__describe.carousel__slider__describe {
    display: block;
    margin-left: 5%;
}

body > div.main > div.container > div > div.culture__slider.slick-initialized.slick-slider
> div > div > div:not:

(
first-child

)
> div.slider__describe.carousel__slider__describe {
    display: none;
}

.carousel__title__text {
    white-space: nowrap;
}

.home__promo__title__text {
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 44px;
    color: #fff;
    text-align: left;
    padding-left: 100px;
    margin-top: -25px;
}

@media only screen and (max-width: 570px) {
    .home__promo__title__text {
        font-family: "GT Pressura", Arial, sans-serif;
        font-weight: 700;
        font-size: 42px;
        line-height: 40px;
        color: #fff;
        text-align: left;
        padding-left: 60px;
        margin-top: -25px;
        margin-bottom: 20px
    }
}

.home__promo__slider__text {
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 900;
    font-size: 35px;
    line-height: 80px;
    color: #fff;
    text-align: left;
    padding-left: 100px;
}

@media only screen and (max-width: 570px) {
    .home__promo__slider__text {
        font-family: "GT Pressura", Arial, sans-serif;
        font-weight: 900;
        font-size: 25px;
        line-height: 30px;
        color: #fff;
        text-align: left;
        padding-left: 60px;
    }
}

.home__promo__careers__top__btn {
    margin-top: 10px;
    padding-left: 100px;
    text-align: left;
}

@media only screen and (max-width: 570px) {
    .home__promo__careers__top__btn {
        padding-left: 60px;
        margin-top: 15px;
        margin-left: 0px;
        font-size: 14px;
    }
}

body > div.main > div.container > div > div.home__promo__slider.slick-initialized.slick-slider > div > div > div > div > div > div.careers__top__btn.home__promo__careers__top__btn > a {
    border-radius: 4px;
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    padding: 11px 28px;
    display: inline-block;
    letter-spacing: 0.5px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
    border: none;
    background: #7a9c49;
}

.slider__describe.carousel__slider__describe {
    width: 75%;
    margin-left: 5%;
}

@media only screen and (max-width: 570px) {
    body > div.main > div.container > div > div.culture__slider.slick-initialized.slick-slider > div > div > div.slider__item.slick-slide.slick-current.slick-active.slick-center > div.slider__describe.carousel__slider__describe {
        margin-left: 0%;
    }
}

@media only screen and (max-width: 1800px) {
    .culture__slider .slider__describe {
        width: 75%;
    }
}

@media only screen and (max-width: 991px) {
    .culture__slider .slider__describe {
        width: 100%;
        margin: 15px 0 0;
        padding: 10px;
        display: none;
    }
}

@media only screen and (max-width: 570px) {
    .culture__slider .slider__describe {
        margin: 0;
    }
}

.culture__slider .slider__describe .slider__category {
    margin-bottom: 5px;
    font-weight: 700;
    font-family: "Roboto Condensed", HelveticaNeue, Helvetica, Arial, sans-serif;
    color: #7a9c49;
    text-transform: uppercase;
}

@media only screen and (max-width: 570px) {
    .culture__slider .slider__describe .slider__category {
        margin: 0;
    }
}

.culture__slider .slider__describe .slider__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
    .culture__slider .slider__describe .slider__content {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media only screen and (max-width: 570px) {
    .culture__slider .slider__describe .slider__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.culture__slider .slider__describe .slider__content .slider__meta {
    width: 49%;
    margin-right: 2%;
    font-family: "GT Pressura", Arial, sans-serif;
    text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
    .culture__slider .slider__describe .slider__content .slider__meta {
        width: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 570px) {
    .culture__slider .slider__describe .slider__content .slider__meta {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        margin: 0;
    }
}

.culture__slider .slider__describe .slider__content .slider__meta__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 5px;
    color: #4c4c4c;
}

@media only screen and (max-width: 570px) {
    .culture__slider .slider__describe .slider__content .slider__meta__title {
        font-size: 24px;
        line-height: 30px;
        margin: 0;
    }
}

.culture__slider .slider__describe .slider__content .slider__meta__subtitle {
    color: #ccc;
}

.culture__slider .slider__describe .slider__content .slider__text {
    width: 49%;
    color: rgba(74, 74, 74, 0.5);
    line-height: 20px;
}

@media only screen and (max-width: 991px) {
    .culture__slider .slider__describe .slider__content .slider__text {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media only screen and (max-width: 570px) {
    .culture__slider .slider__describe .slider__content .slider__text {
        margin-top: 10px;
    }
}

.home__promo {
    margin-top: 40px;
    overflow: hidden;
}

@media only screen and (max-width: 570px) {
    .home__promo {
        margin-top: 20px;
    }
}

.home__promo .slider__item {
    outline: none;
}

.home__promo .slider__item.slick-current .slider__describe {
    display: block;
}

.home__promo__slider__image {
    position: relative;
    margin: 0;
}

.home__promo__slider__image__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}

@media only screen and (max-width: 570px) {
    .home__promo__slider__image__overlay {
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        padding-bottom: 90px;
    }
}

.home__promo__slider__image__overlay:before {
    content: ' ';
    display: block;
    /* adjust 'height' to position overlay content vertically */
    height: 35%;
}

.home__promo__slider .slider__item:focus {
    outline: none;
}

.home__promo__slider .slider__image {
    text-align: center;
}

.home__promo__slider .slider__image img {
    display: inline-block;
    width: 100%;
    height: auto;
    vertical-align: top;
}

.home__promo__slider .slider__describe {
    width: 740px;
    margin: 15px auto;
    box-sizing: border-box;
}

@media only screen and (max-width: 570px) {
    .home__promo__slider .slider__image img {
        display: flex;
        height: calc(100vh - 15em);
        object-fit: cover;
    }
}

/*
@media only screen and (max-width: 570px){
  .home__promo__slider.slick-initialized.slick-slider > div > div > div:nth-child(1) > div > img {
    display: flex;
    width: auto;
    height: calc(100vh - 15em);
    transform: translate(-50%);
  }
}

@media only screen and (max-width: 570px){
  .home_promo_slider_item.home__slider__item.slick-slide.slick-current.slick-active > div > img {
    display: flex;
    width: auto;
    height: calc(100vh - 15em);
    transform: translate(-50%);
  }
}

@media only screen and (max-width: 570px){
body > div.main > div.container > div > div.home__promo__slider.slick-initialized.slick-slider > div > div > div:nth-child(3) > div > img {
  display: flex;
  width: auto;
  height: calc(100vh - 15em);
  transform: translate(-50%);
}

@media only screen and (max-width: 570px){
  .home_promo_slider_item.home__slider__item.slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] > div > img {
    display: flex;
    width: auto;
    height: calc(100vh - 15em);
    transform: translate(-50%);
  }
} */

/* slide when active/center */
/* @media only screen and (max-width: 570px){
  .home_promo_slider_item.home__slider__item.slick-slide[aria-hidden="false"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="false"] > div > img {
    display: flex;
    width: auto;
    height: calc(100vh - 15em);
  }
} */

@media only screen and (max-width: 1800px) {
    .home__promo__slider .slider__describe {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .home__promo__slider .slider__describe {
        width: 100%;
        margin: 15px 0 0;
        padding: 10px;
        display: none;
    }
}

@media only screen and (max-width: 570px) {
    .home__promo__slider .slider__describe {
        margin: 0;
    }
}

.home__promo__slider .slider__describe .slider__category {
    margin-bottom: 5px;
    font-weight: 700;
    font-family: "Roboto Condensed", HelveticaNeue, Helvetica, Arial, sans-serif;
    color: #7a9c49;
    text-transform: uppercase;
}

@media only screen and (max-width: 570px) {
    .home__promo__slider .slider__describe .slider__category {
        margin: 0;
    }
}

.home__promo__slider .slider__describe .slider__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
    .home__promo__slider .slider__describe .slider__content {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media only screen and (max-width: 570px) {
    .home__promo__slider .slider__describe .slider__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.home__promo__slider .slider__describe .slider__content .slider__meta {
    width: 49%;
    margin-right: 2%;
    font-family: "GT Pressura", Arial, sans-serif;
    text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
    .home__promo__slider .slider__describe .slider__content .slider__meta {
        width: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 570px) {
    .home__promo__slider .slider__describe .slider__content .slider__meta {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        margin: 0;
    }
}

.home__promo__slider .slider__describe .slider__content .slider__meta__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 5px;
    color: #4c4c4c;
}

@media only screen and (max-width: 570px) {
    .home__promo__slider .slider__describe .slider__content .slider__meta__title {
        font-size: 24px;
        line-height: 30px;
        margin: 0;
    }
}

.home__promo__slider .slider__describe .slider__content .slider__meta__subtitle {
    color: #ccc;
}

.home__promo__slider .slider__describe .slider__content .slider__text {
    width: 49%;
    color: rgba(74, 74, 74, 0.5);
    line-height: 20px;
}

@media only screen and (max-width: 991px) {
    .home__promo__slider .slider__describe .slider__content .slider__text {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media only screen and (max-width: 570px) {
    .home__promo__slider .slider__describe .slider__content .slider__text {
        margin-top: 10px;
    }
}

.culture__info {
    display: block;
    margin-top: 100px;
    *zoom: 1;
}

.culture__info:before,
.culture__info:after {
    content: '';
    display: table;
}

.culture__info:after {
    clear: both;
}

@media only screen and (max-width: 570px) {
    .culture__info {
        margin-top: 20px;
        *zoom: 1;
    }

    .culture__info:before,
    .culture__info:after {
        content: '';
        display: table;
    }

    .culture__info:after {
        clear: both;
    }
}

.culture__info .culture__info__item {
    box-sizing: border-box;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .culture__info .culture__info__item {
        width: 100%;
    }
}

.culture__info .culture__info__item img {
    width: 100%;
    height: auto;
    vertical-align: top;
    position: relative;
    z-index: 1;
}

.culture__info .culture__info__item .culture__info__item__wrap {
    position: absolute;
    width: 405px;
    z-index: 99;
}

@media only screen and (min-width: 1800px) {
    .culture__info .culture__info__item .culture__info__item__wrap {
        width: 550px;
    }
}

@media only screen and (max-width: 991px) {
    .culture__info .culture__info__item .culture__info__item__wrap {
        width: 80%;
    }
}

.culture__info .culture__info__item.culture__info__benefit .culture__info__item__wrap {
    left: 5%;
    top: 5%;
}

.culture__info .culture__info__item.culture__info__stores .culture__info__item__wrap {
    bottom: 5%;
    right: 0;
    padding-right: 30px;
}

@media only screen and (max-width: 991px) {
    .culture__info .culture__info__item.culture__info__stores .culture__info__item__wrap {
        width: 80%;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .culture__info .culture__info__item.culture__info__stores .culture__info__item__wrap {
        padding-right: 0;
        right: auto;
        left: 30px;
        bottom: 30px;
    }
}

.culture__info .culture__info__item.culture__info__move {
    width: 100%;
    position: relative;
    height: auto;
    padding-bottom: 0;
}

@media only screen and (max-width: 570px) {
    .culture__info .culture__info__item.culture__info__move img {
        height: 255px;
    }
}

.culture__info .culture__info__item.culture__info__move .culture__info__item__wrap {
    right: 20%;
    bottom: 22%;
}

@media only screen and (max-width: 991px) {
    .culture__info .culture__info__item.culture__info__move .culture__info__item__wrap {
        right: 7%;
        bottom: 15%;
        width: 390px;
    }
}

@media only screen and (max-width: 767px) {
    .culture__info .culture__info__item.culture__info__move .culture__info__item__wrap {
        left: 30px;
        bottom: 30px;
    }
}

@media only screen and (max-width: 570px) {
    .culture__info .culture__info__item.culture__info__move .culture__info__item__wrap {
        width: auto;
    }
}

.culture__info .culture__info__item.culture__info__move .culture__info__item__btn {
    margin-top: 40px;
}

.culture__info .culture__info__item.culture__info__move .btn {
    padding: 10px 50px;
}

.culture__info .culture__info__item__title {
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 70px;
    color: #fff;
    text-transform: uppercase;
    line-height: 64px;
}

@media only screen and (min-width: 1800px) {
    .culture__info .culture__info__item__title {
        font-size: 90px;
        line-height: 76px;
    }
}

@media only screen and (max-width: 991px) {
    .culture__info .culture__info__item__title {
        font-size: 50px;
        line-height: 44px;
    }
}

@media only screen and (max-width: 570px) {
    .culture__info .culture__info__item__title {
        font-size: 30px;
        line-height: 24px;
    }
}

.culture__info .culture__info__item__text {
    line-height: 24px;
    font-size: 18px;
    color: #fff;
    padding-left: 70px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 1800px) {
    .culture__info .culture__info__item__text {
        font-size: 26px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 570px) {
    .culture__info .culture__info__item__text {
        padding: 0;
    }

    .culture__info .culture__info__item__text::before {
        display: none;
    }
}

.culture__info .culture__info__item__text::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0px;
    width: 55px;
    height: 3px;
    background: #fff;
}

.culture__info .culture__info__item.two__cols {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
}

.culture__info .culture__info__item.two__cols:before,
.culture__info .culture__info__item.two__cols:after {
    content: '';
    display: table;
}

.culture__info .culture__info__item.two__cols:after {
    clear: both;
}

.culture__info .culture__info__item.two__cols:nth-child(2n) {
    float: right;
}

.culture__info .culture__info__item.two__cols:nth-child(2n + 1) {
    clear: both;
}

@media only screen and (max-width: 570px) {
    .culture__info .culture__info__item.two__cols {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }

    .culture__info .culture__info__item.two__cols:before,
    .culture__info .culture__info__item.two__cols:after {
        content: '';
        display: table;
    }

    .culture__info .culture__info__item.two__cols:after {
        clear: both;
    }

    .culture__info .culture__info__item.two__cols:nth-child(1n) {
        float: right;
    }

    .culture__info .culture__info__item.two__cols:nth-child(1n + 1) {
        clear: both;
    }

    .culture__info .culture__info__item.two__cols:nth-child(2n) {
        float: left;
    }

    .culture__info .culture__info__item.two__cols:nth-child(2n + 1) {
        clear: none;
    }
}

.culture__info__benefit .culture__info__item__title,
.culture__info__benefit .culture__info__item__text {
    color: #7a9c49;
}

.culture__info__benefit .culture__info__item__text::before {
    background: #7a9c49;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-prevbefore,
.slick-nextbefore {
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;
    opacity: 0.75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li button:hoverbefore,
.slick-dots li button:focusbefore {
    opacity: 1;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

[dir='rtl'] .slick-slide {
    float: right;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

[dir='rtl'] .slick-nextbefore {
    content: '←';
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

[dir='rtl'] .slick-prevbefore {
    content: '→';
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-prevhoverbefore,
.slick-prevfocusbefore,
.slick-nexthoverbefore,
.slick-nextfocusbefore {
    opacity: 1;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-listfocus {
    outline: none;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-trackafter {
    clear: both;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
}

.slick-loading .slick-list {
    background: #fff url("https://s3.amazonaws.com/media.justsalad.com/assets/ajax-loader.gif") center center no-repeat;
}

.slick-prevhover,
.slick-prevfocus,
.slick-nexthover,
.slick-nextfocus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-next {
    right: 10px;
}

.slick-nextbefore {
    content: '→';
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li.slick-active buttonbefore {
    opacity: 0.75;
    color: #4c4c4c;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li buttonbefore {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 0.25;
    color: #4c4c4c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-trackbefore,
.slick-trackafter {
    display: table;
    content: '';
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url("/assets/fonts/slick.eot");
    src: url("/assets/fonts/slick.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/slick.woff") format('woff'), url("/assets/fonts/slick.ttf") format('truetype'), url("/assets/fonts/slick.svg#slick") format('svg');
}

.slick-prev {
    left: 10px;
}

.slick-prevbefore {
    content: '←';
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev.slick-disabledbefore,
.slick-next.slick-disabledbefore {
    opacity: 0.25;
}

body.site-locations .locations__content {
    padding-top: 261px;
}

@media only screen and (max-width: 767px) {
    body.site-locations .locations__content {
        padding-top: 90px;
    }
}

@media only screen and (min-width: 991px) {
    body.locations .footer {
        display: none;
    }
}

body.locations .header__nav .footer,
body.cater-gateway .footer {
    display: block;
}

.marker {
    border: none;
    cursor: pointer;
    height: 29px;
    width: 28px;
    background: rgba(0, 0, 0, 0) url(https://s3.amazonaws.com/media.justsalad.com/assets/img/logosmall.svg);
    transform: translate(28px, 56px, 0);
}

/* Marker tweaks */
.mapboxgl-popup {
    padding-bottom: 14px;
}

.mapboxgl-popup-close-button {
    display: none;
}

.mapboxgl-popup-content {
    width: 180px;
}

.mapboxgl-popup-content-wrapper {
    padding: 1%;
}

.mapboxgl-popup-content h3 {
    background: #7a9c49;
    color: #eaeaea;
    font-weight: 400;
    margin: -15px 0 0 0;
    display: block;
    padding: 10px;
    border-radius: 3px 3px 0 0;
}

.mapboxgl-popup-content h4 {
    margin: 0;
    display: block;
    padding: 10px;
    font-weight: 400;
}

.mapboxgl-popup-content div {
    padding: 10px;
}

.mapboxgl-container .leaflet-marker-icon {
    cursor: pointer;
}

.mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
    margin-top: 15px;
}

.mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
    border-bottom-color: #7a9c49;
}

.locations__top {
    z-index: 20;
    position: absolute;
    width: 100%;
}

.locations__top.sticky {
    position: fixed;
    top: -111px;
}

.locations__top.sticky .weather__left {
    padding: 48px 30px 12px;
}

.locations__top.sticky .weather__items .weather__item__celsius {
    display: none;
}

.locations__top.sticky .weather__items .weather__item.is-active {
    height: 70px;
}

.locations__top.locations__top__fullwidth {
    padding-top: 10px;
}

.locations__top.locations__top__fullwidth .weather__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.locations__top.locations__top__fullwidth .weather__container .weather__left {
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 10px;
}

.locations__top.locations__top__fullwidth .weather__container .weather__left__btn {
    margin: 0 25px 0 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.locations__top.locations__top__fullwidth .weather__container .weather__right {
    height: 262px;
}

.locations__top .weather {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 10;
    background-color: #fff;
}

.locations__top .weather__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.locations__top .weather__left {
    background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/location/topbg.png");
    -webkit-box-flex: 0;
    -ms-flex: 0 0 255px;
    flex: 0 0 255px;
    padding: 50px 30px 50px 30px;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
}

.locations__top .weather__left__text {
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #004987;
    text-transform: uppercase;
    line-height: 32px;
}

@media only screen and (max-width: 767px) {
    .locations__top .weather__left {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        display: block;
        width: 100%;
        padding: 20px 30px;
    }

    .locations__top .weather__left__text {
        display: none;
    }
}

.locations__top .weather__right {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/location/location-nyc.jpg") no-repeat center bottom 50px/cover;
}

@media only screen and (min-width: 1800px) {
    .locations__top .weather__right {
        background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/location/location-nyc.jpg") no-repeat center bottom 25px/cover;
    }
}

@media only screen and (max-width: 767px) {
    .locations__top .weather__right {
        display: none;
    }
}

.locations__top .weather__right.chicago {
    background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/location/location-chicago.jpg") no-repeat center bottom 50px/cover;
}

@media only screen and (min-width: 1800px) {
    .locations__top .weather__right.chicago {
        background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/location/location-chicago.jpg") no-repeat center bottom 25px/cover;
    }
}

.locations__top .weather__right.florida {
    background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/location/location-florida.jpg") no-repeat center bottom 50px/cover;
}

@media only screen and (min-width: 1800px) {
    .locations__top .weather__right.florida {
        background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/location/location-florida.jpg") no-repeat center bottom 25px/cover;
    }
}

.locations__top .weather__right.kansas {
    background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/location/location-kansas.jpg") no-repeat center bottom 50px/cover;
}

@media only screen and (min-width: 1800px) {
    .locations__top .weather__right.kansas {
        background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/location/location-kansas.jpg") no-repeat center bottom 25px/cover;
    }
}

.locations__top .weather__right.nc {
    background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/location/location-nc.jpg") no-repeat center bottom 50px/cover;
}

@media only screen and (min-width: 1800px) {
    .locations__top .weather__right.nc {
        background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/location/location-nc.jpg") no-repeat center bottom 25px/cover;
    }
}

.locations__top .weather__right.dubai {
    background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/location/location-dubai.jpg") no-repeat center bottom 50px/cover;
}

@media only screen and (min-width: 1800px) {
    .locations__top .weather__right.dubai {
        background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/location/location-dubai.jpg") no-repeat center bottom 25px/cover;
    }
}

.locations__top .weather__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
}

.locations__top .weather__items .weather__item {
    width: 100%;
    height: 70px;
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #dad7d6;
    text-transform: uppercase;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: 1px solid #e9e9e9;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}

.locations__top .weather__items .weather__item a {
    border: none;
    text-decoration: none;
    color: initial;
    color: #dad7d6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    height: 70px;
}

.locations__top .weather__items .weather__item a:hover {
    border: none;
    text-decoration: none;
    color: initial;
}

.locations__top .weather__items .weather__item a:visited {
    opacity: 1;
}

.locations__top .weather__items .weather__item a:hover {
    color: #6a813b;
}

.locations__top .weather__items .weather__item:last-child {
    border: none;
}

.locations__top .weather__items .weather__item.is-active {
    background: #7a9c49;
    color: #fff;
    height: 80px;
    border: none;
}

.locations__btn {
    margin-top: 25px;
    position: relative;
    width: 185px;
}

@media only screen and (max-width: 767px) {
    .locations__btn {
        width: 100%;
        margin: 0;
    }
}

.locations__btn input[type="text"] {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    background-color: #fff;
    border: none;
    outline: none;
    display: inline-block;
    padding: 13px;
    width: 100%;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
}

.locations__btn input[type="text"]:focus {
    background-color: #f6f6f6;
}

.locations__btn input[type="submit"],
.locations__btn button[type="submit"] {
    background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/location/aim.svg");
    width: 36px;
    height: 34px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -18px;
    cursor: pointer;
    border: none;
    outline: none;
}

.locations__content .map__wrapper {
    position: relative;
}

.locations__content .map__wrapper #map {
    width: 50%;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
}

.locations__content .map__wrapper #map.sticky__map {
    width: 50%;
    position: fixed;
    top: 111px;
    right: 0;
    height: 100%;

}

@media only screen and (max-width: 991px) {
    .locations__content .map__wrapper #map {
        position: relative;
        width: 100%;
        height: 180px;
        top: 0;
    }
}

.locations__left {
    width: 50%;
}

@media only screen and (max-width: 991px) {
    .locations__left {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        width: 100%;
    }
}

.locations__left .locations__items {
    background: #fff;
    position: relative;
    padding: 65px 30px 80px 30px;
}

@media only screen and (max-width: 991px) {
    .locations__left .locations__items {
        width: 1000px;
        padding: 30px 20px;
        white-space: nowrap;
    }
}

/*.locations__left .locations__items::after {
  content: "";
  position: absolute;
  top: 0;
  right: -133px;
  background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/location/shadowleft.png");
  width: 133px;
  height: 100%;
  z-index: 11;
}*/

.locations__left .locations__more {
    text-align: center;
    margin: 70px 0;
}

@media only screen and (max-width: 991px) {
    .locations__left .locations__more {
        display: none;
    }
}

.locations__nav {
    background: #fff url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/location/topbg.png");
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 10;
    padding: 5px 0;
    display: none;
}

.locations__nav .nav {
    margin-bottom: -5px;
}

.locations__nav .nav li {
    padding: 0 18px 15px;
}

.locations__nav .locations__btn {
    margin: 0 20px 0 0;
}

.locations__nav .locations__btn input[type="text"] {
    border: 1px solid #eaeaea;
    box-shadow: none;
}

.locations__nav .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.weather__right__weather {
    position: absolute;
    left: 20px;
    top: 30px;
}

.weather__right__weather__temp {
    font-weight: 300;
    color: #fff;
    display: block;
    font-size: 80px;
    line-height: 80px;
    font-family: "GT Pressura", Arial, sans-serif;
}

.weather__right__weather__temp img {
    width: 50px;
    display: block;
}

@media only screen and (max-width: 991px) {
    .careers .wrap {
        width: auto;
        padding: 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .careers .wrap {
        padding: 0 25px;
    }
}

@media only screen and (max-width: 570px) {
    .careers .wrap {
        padding: 0;
    }
}

.careers__top {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
}

.careers__top img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.careers__top__container {
    max-width: 340px;
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    left: 5%;
}

@media only screen and (min-width: 1800px) {
    .careers__top__container {
        max-width: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .careers__top__container {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media only screen and (max-width: 570px) {
    .careers__top__container {
        position: relative;
        -webkit-transform: inherit;
        transform: inherit;
        padding: 30px 20px;
        left: 0;
    }
}

.careers__top h2 {
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 60px;
    color: #15284b;
    text-transform: uppercase;
    line-height: 50px;
    margin: 0 0 30px;
}

@media only screen and (min-width: 1800px) {
    .careers__top h2 {
        font-size: 90px;
        line-height: 76px;
    }
}

@media only screen and (max-width: 767px) {
    .careers__top h2 {
        font-size: 50px;
        line-height: 40px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 570px) {
    .careers__top h2 {
        font-size: 32px;
        line-height: 30px;
        top: -42%;
        -webkit-transform: translateY(-42%);
        transform: translateY(-42%);
        margin: 0;
        max-width: 168px;
        position: absolute;
    }
}

.careers__top p {
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #7a9c49;
    line-height: 30px;
    margin: 0 0 45px;
}

@media only screen and (min-width: 1800px) {
    .careers__top p {
        font-size: 36px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .careers__top p {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 25px;
    }
}

.careers__top__btn a {
    text-align: center;
}

.careers__top__btn a {
    text-align: center;
}

.careers__path {
    padding: 60px 0 45px;
    background: #eaeaea;
}

@media only screen and (max-width: 991px) {
    .careers__path {
        padding: 60px 0 30px;
    }
}

@media only screen and (max-width: 570px) {
    .careers__path {
        padding: 30px;
    }
}

.careers__path .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 991px) {
    .careers__path .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.careers__path__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 550px;
    flex: 0 0 550px;
    margin-right: 20px;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .careers__path__left {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        margin: 0 auto;
        width: 550px;
    }
}

@media only screen and (max-width: 660px) {
    .careers__path__left {
        width: auto;
    }
}

.careers__path__left .careers__path__list {
    position: relative;
}

.careers__path__left .careers__path__list::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background: rgba(70, 70, 70, 0.4);
}

.careers__path__left .careers__path__list__multiply {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0;
    position: relative;
}

.careers__path__left .careers__path__list__multiply::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: 90%;
    margin-top: -1px;
    background: rgba(70, 70, 70, 0.4);
}

@media only screen and (max-width: 660px) {
    .careers__path__left .careers__path__list__multiply {
        margin: 20px 0;
    }
}

@media only screen and (max-width: 570px) {
    .careers__path__left .careers__path__list__multiply {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: 2px solid #7a9c49;
        max-width: 190px;
        padding: 10px;
        background: #eaeaea;
        border-radius: 4px;
        z-index: 33;
        margin: 0 auto 20px;
    }

    .careers__path__left .careers__path__list__multiply::after {
        display: none;
    }
}

.careers__path__left .careers__path__list__multiply .careers__path__list__item {
    margin: 0 15px 0 0;
}

@media only screen and (max-width: 660px) {
    .careers__path__left .careers__path__list__multiply .careers__path__list__item {
        margin: 0 5px 0 0;
    }
}

@media only screen and (max-width: 570px) {
    .careers__path__left .careers__path__list__multiply .careers__path__list__item {
        margin: 0 auto 10px;
        width: 100%;
    }

    .careers__path__left .careers__path__list__multiply .careers__path__list__item:last-child {
        margin: 0 auto;
    }
}

.careers__path__left .careers__path__list__multiply .careers__path__list__item:last-child {
    margin: 0;
}

.careers__path__left .careers__path__list__multiply .careers__path__list__item span {
    padding: 9px 11px;
    background: #7a9c49;
}

@media only screen and (max-width: 660px) {
    .careers__path__left .careers__path__list__multiply .careers__path__list__item span {
        padding: 9px 8px;
    }
}

@media only screen and (max-width: 570px) {
    .careers__path__left .careers__path__list__multiply .careers__path__list__item span {
        width: 100%;
    }
}

.careers__path__left .careers__path__list__item {
    margin-bottom: 20px;
    position: relative;
    z-index: 5;
}

.careers__path__left .careers__path__list__item span {
    font-family: "Roboto Condensed", HelveticaNeue, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    background: #15284b;
    padding: 9px 21px;
    letter-spacing: 1px;
    display: inline-block;
}

@media only screen and (max-width: 570px) {
    .careers__path__left .careers__path__list__item span {
        padding: 9px 15px;
    }
}

.careers__path__left .careers__path__list__item.path__item__black span {
    background: #4c4c4c;
}

.careers__path__left .careers__path__list__item.path__item__green span {
    background: #7a9c49;
}

@media only screen and (max-width: 570px) {
    .careers__path__left .careers__path__list__item.path__item__gray {
        margin: 0;
    }
}

.careers__path__left .careers__path__list__item.path__item__gray span {
    background: #999;
}

.careers__path__right {
    padding-left: 10%;
}

@media only screen and (max-width: 991px) {
    .careers__path__right {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 25px;
        max-width: 400px;
        padding-left: 0;
    }
}

.careers__path__right h2 {
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 70px;
    color: #4c4c4c;
    text-transform: uppercase;
    line-height: 64px;
    margin: 0 0 25px;
    width: 250px;
}

@media only screen and (max-width: 991px) {
    .careers__path__right h2 {
        width: auto;
        font-size: 50px;
        line-height: 44px;
    }
}

@media only screen and (max-width: 570px) {
    .careers__path__right h2 {
        font-size: 36px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}

.careers__path__right p {
    margin: 0;
    font-weight: 700;
    line-height: 20px;
    position: relative;
    max-width: 400px;
}

@media only screen and (max-width: 570px) {
    .careers__path__right p {
        padding: 0;
    }

    .careers__path__right p::after {
        display: none;
    }
}

.careers__employee {
    margin-top: 45px;
}

@media only screen and (max-width: 570px) {
    .careers__employee {
        margin: 0;
        padding: 20px;
    }
}

.careers__employee .employee__benefit__top h2 {
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 70px;
    color: #dad7d6;
    text-transform: uppercase;
    margin: 0 0 10px;
    line-height: 64px;
}

@media only screen and (max-width: 767px) {
    .careers__employee .employee__benefit__top h2 {
        font-size: 50px;
        line-height: 44px;
    }
}

@media only screen and (max-width: 570px) {
    .careers__employee .employee__benefit__top h2 {
        font-size: 36px;
        line-height: 30px;
    }
}

.careers__employee .employee__benefit__top p {
    max-width: 480px;
    line-height: 20px;
    font-weight: 700;
}

.careers__employee .employee__benefit__items {
    margin-top: 40px;
}

@media only screen and (max-width: 570px) {
    .careers__employee .employee__benefit__items {
        margin-top: 20px;
    }
}

.careers__employee .employee__benefit__items:after {
    content: "";
    display: block;
    clear: both;
}

.careers__employee .employee__benefit__items .employee__benefit__item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 30px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}

.careers__employee .employee__benefit__items .employee__benefit__item:before,
.careers__employee .employee__benefit__items .employee__benefit__item:after {
    content: '';
    display: table;
}

.careers__employee .employee__benefit__items .employee__benefit__item:after {
    clear: both;
}

.careers__employee .employee__benefit__items .employee__benefit__item:nth-child(4n) {
    margin-right: 0%;
    float: right;
}

.careers__employee .employee__benefit__items .employee__benefit__item:nth-child(4n+1) {
    clear: both;
}

@media only screen and (max-width: 991px) {
    .careers__employee .employee__benefit__items .employee__benefit__item {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 31.33333333333333%;
        margin-left: 0%;
        margin-right: 3%;
    }

    .careers__employee .employee__benefit__items .employee__benefit__item:before,
    .careers__employee .employee__benefit__items .employee__benefit__item:after {
        content: '';
        display: table;
    }

    .careers__employee .employee__benefit__items .employee__benefit__item:after {
        clear: both;
    }

    .careers__employee .employee__benefit__items .employee__benefit__item:nth-child(4n) {
        margin-right: 3%;
        float: left;
    }

    .careers__employee .employee__benefit__items .employee__benefit__item:nth-child(4n+1) {
        clear: none;
    }

    .careers__employee .employee__benefit__items .employee__benefit__item:nth-child(3n) {
        margin-right: 0%;
        float: right;
    }

    .careers__employee .employee__benefit__items .employee__benefit__item:nth-child(3n+1) {
        clear: both;
    }
}

@media only screen and (max-width: 570px) {
    .careers__employee .employee__benefit__items .employee__benefit__item {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 100%;
        margin-left: 0%;
        margin-right: 3%;
    }

    .careers__employee .employee__benefit__items .employee__benefit__item:before,
    .careers__employee .employee__benefit__items .employee__benefit__item:after {
        content: '';
        display: table;
    }

    .careers__employee .employee__benefit__items .employee__benefit__item:after {
        clear: both;
    }

    .careers__employee .employee__benefit__items .employee__benefit__item:nth-child(3n) {
        margin-right: 3%;
        float: left;
    }

    .careers__employee .employee__benefit__items .employee__benefit__item:nth-child(3n+1) {
        clear: none;
    }

    .careers__employee .employee__benefit__items .employee__benefit__item:nth-child(1n) {
        margin-right: 0%;
        float: right;
    }

    .careers__employee .employee__benefit__items .employee__benefit__item:nth-child(1n+1) {
        clear: both;
    }
}

.careers__employee .employee__benefit__items .employee__benefit__item.is-active p {
    display: block;
}

.careers__employee .employee__benefit__items .employee__benefit__item h3 {
    font-family: "GT Pressura", Arial, sans-serif;
    cursor: pointer;
    font-weight: 700;
    font-size: 24px;
    color: #004987;
    text-transform: uppercase;
    line-height: 20px;
    margin: 0;
    position: relative;
    padding-left: 25px;
}

.careers__employee .employee__benefit__items .employee__benefit__item p {
    font-size: 18px;
    line-height: 24px;
    display: none;
}

@media only screen and (max-width: 570px) {
    .careers__employee .employee__benefit__items .employee__benefit__item p {
        font-size: 16px;
        line-height: 22px;
        margin-left: 25px;
    }
}

.careers__employee .employee__benefit__items .employee__benefit__item__toggle {
    position: absolute;
    left: 0;
    top: 50%;
    cursor: pointer;
    background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/careers/toggle.svg") 0 0 no-repeat;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

.careers__employee .employee__benefit__items .employee__benefit__item__toggle.is-active {
    background-position: 0 -20px;
}

.careers__works {
    margin-top: 70px;
}

@media only screen and (max-width: 570px) {
    .careers__works {
        margin-top: 10px;
        padding: 0 20px;
    }
}

.careers__works__title {
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 70px;
    color: #dad7d6;
    text-transform: uppercase;
    margin: 0 0 35px;
    line-height: 64px;
}

@media only screen and (max-width: 767px) {
    .careers__works__title {
        font-size: 50px;
        line-height: 44px;
    }
}

@media only screen and (max-width: 570px) {
    .careers__works__title {
        font-size: 36px;
        line-height: 30px;
    }
}

.careers__works__filter {
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .careers__works__filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 570px) {
    .careers__works__filter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
    }
}

.careers__works__filter select {
    color: rgba(0, 0, 0, 0.4);
    outline: none;
    margin-right: 15px;
    border: none;
    width: 300px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 5px;
    font-size: 16px;
    font-family: "GT Pressura", Arial, sans-serif;
}

@media only screen and (max-width: 767px) {
    .careers__works__filter select {
        width: 49%;
        margin: 0;
    }
}

@media only screen and (max-width: 570px) {
    .careers__works__filter select {
        width: 100%;
        margin-bottom: 20px;
    }
}

.careers__works .careers__board__header {
    background: #4c4c4c;
    font-family: "Roboto Condensed", HelveticaNeue, Helvetica, Arial, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 570px) {
    .careers__works .careers__board__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.careers__works .careers__board__header__title {
    background: #dad7d6;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    padding: 11px 16px;
}

.careers__works .careers__board__header__right {
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 16px;
}

@media only screen and (max-width: 767px) {
    .careers__works .careers__board__header__right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media only screen and (max-width: 570px) {
    .careers__works .careers__board__header__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
    .careers__works .careers__board__header__time {
        display: none;
    }
}

@media only screen and (max-width: 570px) {
    .careers__works .careers__board__header__time {
        display: block;
    }
}

@media only screen and (max-width: 570px) {
    .careers__works .careers__board__header__add {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

.careers__works .careers__board__header__add a {
    text-transform: uppercase;
    color: #7a9c49;
    letter-spacing: 0.5px;
    font-weight: 700;
    text-decoration: none;
}

.careers__works .careers__board__header__add a:hover {
    color: #6a813b;
}

.careers__works .careers__board__items {
    margin-top: 20px;
}

.careers__works .careers__board__items:after {
    content: "";
    display: block;
    clear: both;
}

.careers__works .careers__board__items .careers__board__item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ececec;
}

.careers__works .careers__board__items .careers__board__item:before,
.careers__works .careers__board__items .careers__board__item:after {
    content: '';
    display: table;
}

.careers__works .careers__board__items .careers__board__item:after {
    clear: both;
}

.careers__works .careers__board__items .careers__board__item:nth-child(2n) {
    margin-right: 0%;
    float: right;
}

.careers__works .careers__board__items .careers__board__item:nth-child(2n+1) {
    clear: both;
}

@media only screen and (max-width: 570px) {
    .careers__works .careers__board__items .careers__board__item {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 100%;
        margin-left: 0%;
        margin-right: 3%;
    }

    .careers__works .careers__board__items .careers__board__item:before,
    .careers__works .careers__board__items .careers__board__item:after {
        content: '';
        display: table;
    }

    .careers__works .careers__board__items .careers__board__item:after {
        clear: both;
    }

    .careers__works .careers__board__items .careers__board__item:nth-child(2n) {
        margin-right: 3%;
        float: left;
    }

    .careers__works .careers__board__items .careers__board__item:nth-child(2n+1) {
        clear: none;
    }

    .careers__works .careers__board__items .careers__board__item:nth-child(1n) {
        margin-right: 0%;
        float: right;
    }

    .careers__works .careers__board__items .careers__board__item:nth-child(1n+1) {
        clear: both;
    }
}

.careers__works .careers__board__items .careers__board__item:hover {
    background: #ececec;
}

.careers__works .careers__board__items .careers__board__item__left {
    font-family: "GT Pressura", Arial, sans-serif;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.careers__works .careers__board__items .careers__board__item__left h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #4c4c4c;
    margin: 0;
}

.careers__works .careers__board__items .careers__board__item__left p {
    font-size: 18px;
    color: #999;
    margin: 0;
}

.careers__works .careers__board__items .careers__board__item__right a {
    font-family: "Roboto Condensed", HelveticaNeue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #7a9c49;
    text-transform: uppercase;
    text-decoration: none;
}

.careers__works .careers__board__items .careers__board__item__right a:hover {
    color: #6a813b;
}

.careers__team {
    margin: 80px 0 40px;
}

@media only screen and (max-width: 570px) {
    .careers__team {
        margin: 40px 0 30px;
        padding: 0 20px;
    }
}

.careers__team__title {
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 70px;
    color: #dad7d6;
    text-transform: uppercase;
    margin: 0 0 -10px;
    line-height: 64px;
}

@media only screen and (max-width: 767px) {
    .careers__team__title {
        font-size: 50px;
        line-height: 44px;
    }
}

@media only screen and (max-width: 570px) {
    .careers__team__title {
        margin: 0 0 10px;
    }
}

.careers__team__items {
    position: relative;
}

.careers__team__items:after {
    content: "";
    display: block;
    clear: both;
}

.careers__team__items .careers__team__item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin: 0 3% 2% 0;
    font-family: "GT Pressura", Arial, sans-serif;
}

.careers__team__items .careers__team__item:before,
.careers__team__items .careers__team__item:after {
    content: '';
    display: table;
}

.careers__team__items .careers__team__item:after {
    clear: both;
}

.careers__team__items .careers__team__item:nth-child(4n) {
    margin-right: 0%;
    float: right;
}

.careers__team__items .careers__team__item:nth-child(4n+1) {
    clear: both;
}

@media only screen and (max-width: 767px) {
    .careers__team__items .careers__team__item {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.5%;
        margin-left: 0%;
        margin-right: 3%;
    }

    .careers__team__items .careers__team__item:before,
    .careers__team__items .careers__team__item:after {
        content: '';
        display: table;
    }

    .careers__team__items .careers__team__item:after {
        clear: both;
    }

    .careers__team__items .careers__team__item:nth-child(4n) {
        margin-right: 3%;
        float: left;
    }

    .careers__team__items .careers__team__item:nth-child(4n+1) {
        clear: none;
    }

    .careers__team__items .careers__team__item:nth-child(2n) {
        margin-right: 0%;
        float: right;
    }

    .careers__team__items .careers__team__item:nth-child(2n+1) {
        clear: both;
    }
}

@media only screen and (max-width: 570px) {
    .careers__team__items .careers__team__item {
        margin-bottom: 15px;
    }
}

.careers__team__items .careers__team__item__image img {
    border-radius: 5px;
    width: 100%;
    height: auto;
    vertical-align: top;
}

.careers__team__items .careers__team__item__name {
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
}

@media only screen and (max-width: 570px) {
    .careers__team__items .careers__team__item__name {
        font-size: 16px;
        line-height: 18px;
    }
}

.careers__team__items .careers__team__item__position {
    font-size: 16px;
    line-height: 1em;
    color: #999;
}

@media only screen and (max-width: 570px) {
    .careers__team__items .careers__team__item__position {
        font-size: 14px;
    }
}

.job__header {
    font-weight: 700;
    font-size: 60px;
    color: #15284b;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    padding: 90px 0 60px;
    border: 1px solid #979797;
}

@media only screen and (max-width: 991px) {
    .job__header {
        font-size: 30px;
        line-height: 34px;
        padding: 40px 0 30px;
    }
}

.job__header__container {
    width: 470px;
    margin: 0 auto;
}

@media only screen and (max-width: 991px) {
    .job__header__container {
        width: 100%;
    }
}

.job__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
}

@media only screen and (max-width: 991px) {
    .job__content {
        padding-top: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.job__content .job__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 225px;
    flex: 0 0 225px;
    margin-right: 20px;
}

@media only screen and (max-width: 991px) {
    .job__content .job__left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-top: 20px;
        margin: 0;
    }
}

.job__content .job__left a {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.job__content .job__left a.job__back {
    background: none;
    color: #7a9c49;
}

.job__content .job__left a.job__back:hover {
    color: #6a813b;
}

.job__content .job__right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media only screen and (max-width: 991px) {
    .job__content .job__right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.job__content .job__right__title {
    font-weight: 700;
    font-size: 24px;
    color: #004987;
    text-transform: uppercase;
    line-height: 20px;
}

.job__content .job__right ul li {
    margin-bottom: 15px;
}

.application {
    width: 66.66666667%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 90px auto;
}

@media only screen and (max-width: 1800px) {
    .application {
        width: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .application {
        width: 100%;
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.application__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 330px;
    flex: 0 0 330px;
    padding-left: 60px;
    margin-right: 60px;
}

@media only screen and (max-width: 991px) {
    .application__left {
        text-align: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
        flex: 0 0 280px;
        padding-left: 15px;
        margin-right: 30px;
    }
}

.application__left img {
    vertical-align: top;
    width: 100%;
    height: auto;
    margin: 20px auto;
}

@media only screen and (max-width: 767px) {
    .application__left img {
        width: 60%;
    }
}

.application__right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.application__right__container {
    width: 420px;
    padding-top: 30px;
}

@media only screen and (max-width: 991px) {
    .application__right__container {
        width: 370px;
        padding: 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .application__right__container {
        width: 100%;
    }
}

.application__right h2 {
    font-weight: 700;
    font-size: 60px;
    color: #15284b;
    text-transform: uppercase;
    margin: 0;
    line-height: 50px;
}

@media only screen and (max-width: 991px) {
    .application__right h2 {
        font-size: 30px;
        line-height: 34px;
    }
}

.application__right p {
    font-size: 18px;
    margin: 30px 0 40px;
}

@media only screen and (max-width: 767px) {
    .application__right p {
        margin: 20px 0 40px;
    }
}

.application__right .application__download {
    margin: 0;
    padding: 0;
    list-style: none;
}

.application__right .application__download li {
    display: inline-block;
    margin-right: 10px;
}

.application__right .application__download li a {
    display: inline-block;
    background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/home/apps.png") no-repeat;
    height: 44px;
    text-indent: -9999px;
}

.application__right .application__download li a.application__download__appstore {
    width: 185px;
}

.application__right .application__download li a.application__download__gplay {
    width: 130px;
    background-position: 100% 0;
}

body.gateway-locations .locations,
body.cater-gateway .locations {
    overflow: hidden;
}

body.gateway-locations .container,
body.cater-gateway .container {
    margin-bottom: 40px;
}

.gateway {
    margin: 55px 0 0 30px;
    width: 90%;
    position: relative;
    z-index: 3;
}

@media only screen and (max-width: 991px) {
    .gateway {
        width: 100%;
        margin: 30px 0 0 20px;
        padding-right: 40px;
    }
}

.gateway__title {
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 60px;
    color: #15284b;
    text-transform: uppercase;
    line-height: 50px;
    margin-bottom: 10px;
    width: 470px;
}

@media only screen and (max-width: 991px) {
    .gateway__title {
        font-size: 30px;
        line-height: 36px;
        width: 100%;
    }
}

.gateway__subtitle {
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #7a9c49;
    line-height: 30px;
    width: 470px;
}

@media only screen and (max-width: 991px) {
    .gateway__subtitle {
        width: 100%;
        font-size: 20px;
        line-height: 24px;
    }
}

.gateway__form {
    margin-top: 40px;
    width: 100%;
}

.gateway__form.gateway__form__sign .gateway__field {
    margin-bottom: 40px;
}

.gateway__form .gateway__field {
    margin-bottom: 30px;
    width: 30%;
}

.gateway__form .gateway__field input {
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .gateway__form .gateway__field {
        width: 100%;
    }
}

.gateway__form .gateway__field__error input[type="text"] {
    box-shadow: 0 2px 0 #f44336;
}

.gateway__form .gateway__field__error .gateway__field__errortext {
    background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/ojs/gateway/error.svg") 100% 50% no-repeat;
    font-size: 12px;
    color: #f44336;
    margin-top: 8px;
    padding-right: 20px;
}

.gateway__form__buttons button {
    margin: 0 20px 40px 0;
    padding: 9px;
    width: 138px;
}

.gateway__zipcode {
    margin: 40px 0 0 5px;
    width: 330px;
    position: relative;
}

.gateway__zipcode input[type="text"] {
    border: none;
    outline: none;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.gateway__zipcode input[type="submit"],
.gateway__zipcode button[type="submit"] {
    background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/location/aim.svg");
    width: 36px;
    height: 34px;
    position: absolute;
    right: 0;
    bottom: 3px;
    cursor: pointer;
    border: none;
    outline: none;
}

.gateway .locations__items {
    width: auto;
    padding: 0;
    margin-top: 40px;
}

#map.gateway-map {
    position: fixed;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
}

#map.gateway-map::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/location/shadowleft.png");
    width: 133px;
    height: 100%;
    z-index: 2;
}

@media only screen and (max-width: 991px) {
    #map.gateway-map {
        position: relative;
        width: 100%;
        height: 180px;
    }
}

.cater-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/cater-hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.cater-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/location/shadowleft.png");
    width: 133px;
    height: 100%;
    z-index: 2;
}

@media only screen and (max-width: 991px) {
    .cater-bg {
        position: relative;
        width: 100%;
        height: 180px;
    }
}

#cater__order__online {
    margin-top: 40px;
}

.ojs-top__wrap#ojs-header {
    background: #fff;
}

.ojs-top__wrap#ojs-header.menu__nav__sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 80px;
    z-index: 222;
}

@media only screen and (max-width: 991px) {
    .ojs-top__wrap#ojs-header.menu__nav__sticky {
        position: relative;
        top: 0;
    }
}

.ojs-top__wrap#ojs-header.menu__nav__sticky .ojs-title {
    height: 60px;
}

.ojs-menu .ojs-title {
    background: #15284b url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/location/topbg.png");
    overflow: hidden;
}

.ojs-menu .ojs-title h2 {
    color: #fff;
}

.ojs-menu .cafe-info {
    margin: 10px 0 10px 30px;
}

@media only screen and (max-width: 991px) {
    .ojs-menu .cafe-info {
        display: none;
    }
}

.ojs-menu .cafe-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ojs-menu .cafe-info ul li {
    width: 170px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", HelveticaNeue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
}

.ojs-menu .cafe-info ul li a {
    color: #999;
    text-decoration: none;
}

.ojs-menu .cafe-info ul li a:hover {
    color: #666;
}

.ojs-menu .menu-container {
    padding: 50px 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

@media only screen and (max-width: 570px) {
    .ojs-menu .menu-container {
        padding: 50px 20px 0;
    }
}

.ojs-menu .menu-container .menu-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 330px;
    flex: 0 0 330px;
}

@media only screen and (max-width: 991px) {
    .ojs-menu .menu-container .menu-left {
        display: none;
    }
}

.ojs-menu .menu-container .menu-left .left-wrapper.menu__nav__sticky {
    position: fixed;
    left: 30px;
    top: 220px;
    z-index: 222;
}

.ojs-menu .menu-container .menu-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ojs-menu .menu-container .menu-left ul li {
    margin-bottom: 15px;
    padding-left: 18px;
    position: relative;
}

.ojs-menu .menu-container .menu-left ul li.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 8px;
    height: 2px;
    background: #004987;
}

.ojs-menu .menu-container .menu-left ul li.is-active a {
    color: #004987;
}

.ojs-menu .menu-container .menu-left ul li.is-active a:hover {
    color: #004987;
}

.ojs-menu .menu-container .menu-left ul li a {
    font-family: "GT Pressura", Arial, sans-serif;
    font-size: 18px;
    color: #999;
    text-decoration: none;
    text-transform: uppercase;
}

.ojs-menu .menu-container .menu-left ul li a:hover {
    color: #666;
}

.ojs-menu .menu-container .menu-right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.ojs-menu .menu-container .menu-right .menu__list {
    width: auto;
    margin: 0;
}

@media only screen and (max-width: 991px) {
    .ojs-menu .menu-container .menu-right .menu__list {
        margin-top: 0 !important;
    }
}

.ojs-menu .menu-container .menu-right .menu__list__box .menu__list__items .menu__list__item {
    text-align: center;
}

@media only screen and (max-width: 570px) {
    .ojs-menu .menu-container .menu-right .menu__list__box .menu__list__items .menu__list__item {
        text-align: left;
    }
}

.ojs-menu .menu-container .menu-right .previous__orders {
    padding-bottom: 20px;
}

.ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items:after {
    content: "";
    display: block;
    clear: both;
}

.ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items .previous__item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    margin-bottom: 30px;
}

.ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items .previous__item:before,
.ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items .previous__item:after {
    content: '';
    display: table;
}

.ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items .previous__item:after {
    clear: both;
}

.ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items .previous__item:nth-child(2n) {
    margin-right: 0%;
    float: right;
}

.ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items .previous__item:nth-child(2n+1) {
    clear: both;
}

@media only screen and (max-width: 767px) {
    .ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items .previous__item {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 100%;
        margin-left: 0%;
        margin-right: 3%;
    }

    .ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items .previous__item:before,
    .ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items .previous__item:after {
        content: '';
        display: table;
    }

    .ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items .previous__item:after {
        clear: both;
    }

    .ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items .previous__item:nth-child(2n) {
        margin-right: 3%;
        float: left;
    }

    .ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items .previous__item:nth-child(2n+1) {
        clear: none;
    }

    .ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items .previous__item:nth-child(1n) {
        margin-right: 0%;
        float: right;
    }

    .ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items .previous__item:nth-child(1n+1) {
        clear: both;
    }
}

.ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items .previous__item .previous__item__header {
    background: #7a9c49;
    border-radius: 2px 2px 0 0;
    color: #fff;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "GT Pressura", Arial, sans-serif;
}

.ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items .previous__item .previous__item__header .previous__item__header__left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items .previous__item .previous__item__header .previous__item__header__left .previous__item__header__name {
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
}

.ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items .previous__item .previous__item__header .previous__item__header__left .previous__item__header__info {
    color: rgba(255, 255, 255, 0.7);
    line-height: 20px;
}

.ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items .previous__item .previous__item__header .previous__item__header__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
}

.ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items .previous__item .previous__item__header .previous__item__header__right .previous__item__header__price {
    text-align: right;
}

.ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items .previous__item .previous__item__header .previous__item__header__right .previous__item__header__price span {
    background: rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    padding: 10px;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items .previous__item .previous__item__content {
    padding: 10px;
}

.ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items .previous__item .previous__item__content .previous__item__order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items .previous__item .previous__item__content .previous__item__order:last-child {
    margin: 0;
}

.ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items .previous__item .previous__item__content .previous__item__order .previous__item__order__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    margin-right: 20px;
}

.ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items .previous__item .previous__item__content .previous__item__order .previous__item__order__image img {
    border-radius: 50%;
}

.ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items .previous__item .previous__item__content .previous__item__order .previous__item__order__right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-family: "GT Pressura", Arial, sans-serif;
    color: rgba(0, 0, 0, 0.55);
    padding-top: 5px;
}

.ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items .previous__item .previous__item__content .previous__item__order .previous__item__order__right .previous__item__order__name {
    margin-bottom: -2px;
}

.ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items .previous__item .previous__item__content .previous__item__order .previous__item__order__right .previous__item__order__name a {
    color: rgba(0, 0, 0, 0.55);
    text-decoration: none;
    font-weight: 700;
}

.ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items .previous__item .previous__item__content .previous__item__order .previous__item__order__right .previous__item__order__name a:hover {
    color: rgba(0, 0, 0, 0.8);
}

.ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items .previous__item .previous__item__content .previous__item__order .previous__item__order__right .previous__item__order__name span {
    border-radius: 10px;
    font-size: 13px;
    background: #dad7d6;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding: 0 8px;
    letter-spacing: 1px;
    margin-left: 8px;
}

.ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items .previous__item .previous__item__footer {
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #e9e9e9;
    padding: 3px 20px 3px 0;
}

.ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items .previous__item .previous__item__footer.previous__item-no-elements {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items .previous__item .previous__item__footer .previous__item__footer__more {
    background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/ojs/menu/dots.svg") 0 50% no-repeat;
    padding-left: 55px;
    color: rgba(154, 154, 154, 0.54);
    font-size: 13px;
    margin-left: 25px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items .previous__item .previous__item__footer .previous__item__footer__view a {
    color: #7a9c49;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
}

.ojs-menu .menu-container .menu-right .previous__orders .previous__orders__items .previous__item .previous__item__footer .previous__item__footer__view a:hover {
    color: #6a813b;
}

.explainer {
    margin: 30px 0 0 10px;
}

.explainer li {
    display: block;
    background-size: 32px auto;
    font-size: 15px;
    padding: 4px 0 3px 40px !important;
    margin: 4px 0 4px 0 !important;
}

.explainer li.designation__vegan {
    background-position: 0 -27px;
}

.explainer li.designation__gluten {
    background-position: 0 -56px;
}

.explainer li.designation__fish {
    background-position: 0 -90px;
}

.explainer .menu__list__box__content__disclaimer {
    font-size: 15px;
}

@media only screen and (max-width: 570px) {
    body.menu__ojs .modal-order {
        position: relative;
    }

    body.menu__ojs .modal-order__footer {
        position: absolute;
        bottom: 0;
        padding-top: 10px;
        padding-bottom: 45px;
        width: 100%;
        background: #fff;
    }
}

.dish-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.dish-details__left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.dish-details__left .dish-details__image {
    height: 430px;
    overflow: hidden;
    border: 1px solid #dbdbdb;
    background-color: #e9ecf0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.dish-details__left .dish-details__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 30px;
}

@media only screen and (max-width: 570px) {
    .dish-details__left .dish-details__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px;
    }
}

.dish-details__left .dish-details__header__left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.dish-details__left .dish-details__header__left .dish-details__header__title {
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 43px;
    color: #15284b;
    line-height: 30px;
    text-transform: none;
}

@media only screen and (max-width: 1180px) {
    .dish-details__left .dish-details__header__left .dish-details__header__title {
        font-size: 36px;
    }
}

.dish-details__left .dish-details__header__left .dish-details__header__price {
    font-family: "GT Pressura", Arial, sans-serif;
    color: #004987;
    font-size: 23px;
}

.dish-details__left .dish-details__header__add {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media only screen and (max-width: 570px) {
    .dish-details__left .dish-details__header__add {
        margin-left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.dish-details__left .dish-details__header__add .dish-details__add__qty {
    position: relative;
    margin-right: -4px;
}

.dish-details__left .dish-details__header__add input[type="text"] {
    width: 60px;
    background: #6a813b;
    border: none;
    font-family: "GT Pressura", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 8px 10px 8px 0;
    color: rgba(255, 255, 255, 0.55);
    border-radius: 5px 0 0 5px;
    margin-right: -5px;
}

.dish-details__left .dish-details__header__add button {
    z-index: 10;
}

.dish-details__left .dish-details__header__add button:hover {
    background: #81a74b;
}

.dish-details__left .dish-details__wyl {
    border-top: 1px solid #ccc;
    padding: 30px;
}

@media only screen and (max-width: 570px) {
    .dish-details__left .dish-details__wyl {
        padding: 20px;
    }
}

.dish-details__left .dish-details__wyl .wyl-items .wyl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.dish-details__left .dish-details__wyl .wyl-items .wyl-item .wyl-item__choose {
    background: #c6c5c5;
    width: 100%;
    max-width: 44px;
    height: auto;
    line-height: 44px;
    text-align: center;
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50%;
    margin-right: 15px;
    cursor: pointer;
}

@media only screen and (max-width: 570px) {
    .dish-details__left .dish-details__wyl .wyl-items .wyl-item .wyl-item__choose {
        margin-right: 10px;
    }
}

.dish-details__left .dish-details__wyl .wyl-items .wyl-item .wyl-item__choose.wyl-item__yes.is-active {
    background: #7a9c49;
}

.dish-details__left .dish-details__wyl .wyl-items .wyl-item .wyl-item__choose.wyl-item__no.is-active {
    background: #cf654c;
}

.dish-details__left .dish-details__wyl .wyl-items .wyl-item .wyl-item__text {
    font-family: "GT Pressura", Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 20px;
    margin-left: 15px;
}

@media only screen and (max-width: 570px) {
    .dish-details__left .dish-details__wyl .wyl-items .wyl-item .wyl-item__text {
        font-size: 14px;
        line-height: 16px;
        margin-left: 10px;
    }
}

.dish-details__left .collapse__item {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.dish-details__left .collapse__item.is-active {
    border-bottom-color: transparent;
}

.dish-details__left .collapse__item.is-active .collapse__item__header__title {
    color: #15284b;
}

.dish-details__left .collapse__item.is-active .collapse__item__header__select {
    color: #004987;
}

.dish-details__left .collapse__item.is-active .collapse__item__header::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dish-details__left .collapse__item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px;
    position: relative;
    cursor: pointer;
}

@media only screen and (max-width: 570px) {
    .dish-details__left .collapse__item__header {
        padding: 0 20px;
    }
}

.dish-details__left .collapse__item__header__title {
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #dad7d6;
    text-transform: uppercase;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media only screen and (max-width: 570px) {
    .dish-details__left .collapse__item__header__title {
        font-size: 24px;
    }
}

.dish-details__left .collapse__item__header__select {
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 30px;
}

@media only screen and (max-width: 570px) {
    .dish-details__left .collapse__item__header__select {
        margin-right: 25px;
        font-size: 14px;
    }
}

.dish-details__left .collapse__item__header__select.is-empty {
    color: rgba(70, 70, 70, 0.38);
}

.dish-details__left .collapse__item__header::after {
    content: "";
    background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/ojs/details/arrowdown.svg") no-repeat;
    width: 18px;
    height: 10px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -5px;
}

@media only screen and (max-width: 570px) {
    .dish-details__left .collapse__item__header::after {
        right: 20px;
    }
}

.dish-details__left .collapse__item__content {
    display: none;
    padding: 0 30px;
}

@media only screen and (max-width: 570px) {
    .dish-details__left .collapse__item__content {
        padding: 0 20px;
    }
}

.dish-details__left .collapse__item__content .list-ing {
    margin-top: 30px;
}

.dish-details__left .collapse__item__content .list-ing__item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0%;
    margin-right: 3%;
}

.dish-details__left .collapse__item__content .list-ing__item:before,
.dish-details__left .collapse__item__content .list-ing__item:after {
    content: '';
    display: table;
}

.dish-details__left .collapse__item__content .list-ing__item:after {
    clear: both;
}

.dish-details__left .collapse__item__content .list-ing__item:nth-child(3n) {
    margin-right: 0%;
    float: right;
}

.dish-details__left .collapse__item__content .list-ing__item:nth-child(3n+1) {
    clear: both;
}

@media only screen and (max-width: 1180px) {
    .dish-details__left .collapse__item__content .list-ing__item {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.5%;
        margin-left: 0%;
        margin-right: 3%;
    }

    .dish-details__left .collapse__item__content .list-ing__item:before,
    .dish-details__left .collapse__item__content .list-ing__item:after {
        content: '';
        display: table;
    }

    .dish-details__left .collapse__item__content .list-ing__item:after {
        clear: both;
    }

    .dish-details__left .collapse__item__content .list-ing__item:nth-child(3n) {
        margin-right: 3%;
        float: left;
    }

    .dish-details__left .collapse__item__content .list-ing__item:nth-child(3n+1) {
        clear: none;
    }

    .dish-details__left .collapse__item__content .list-ing__item:nth-child(2n) {
        margin-right: 0%;
        float: right;
    }

    .dish-details__left .collapse__item__content .list-ing__item:nth-child(2n+1) {
        clear: both;
    }
}

@media only screen and (max-width: 570px) {
    .dish-details__left .collapse__item__content .list-ing__item {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 100%;
        margin-left: 0%;
        margin-right: 3%;
    }

    .dish-details__left .collapse__item__content .list-ing__item:before,
    .dish-details__left .collapse__item__content .list-ing__item:after {
        content: '';
        display: table;
    }

    .dish-details__left .collapse__item__content .list-ing__item:after {
        clear: both;
    }

    .dish-details__left .collapse__item__content .list-ing__item:nth-child(2n) {
        margin-right: 3%;
        float: left;
    }

    .dish-details__left .collapse__item__content .list-ing__item:nth-child(2n+1) {
        clear: none;
    }

    .dish-details__left .collapse__item__content .list-ing__item:nth-child(1n) {
        margin-right: 0%;
        float: right;
    }

    .dish-details__left .collapse__item__content .list-ing__item:nth-child(1n+1) {
        clear: both;
    }
}

.dish-details__left .collapse__item__content p {
    color: rgba(70, 70, 70, 0.54);
    font-size: 15px;
}

.dish-details__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
    padding: 40px 20px;
}

@media only screen and (max-width: 991px) {
    .dish-details__right {
        display: none;
    }
}

.dish-details__right .nutrition__title {
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #004987;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.dish-details__right .nutrition__items .nutrition__item__group {
    border-top: 1px solid #ccc;
    padding-top: 8px;
    margin-top: 8px;
}

.dish-details__right .nutrition__items .nutrition__item__group .nutrition__item {
    font-family: "GT Pressura", Arial, sans-serif;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 2px 0;
}

.dish-details__right .nutrition__items .nutrition__item__group .nutrition__item.nofullwidth {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.dish-details__right .nutrition__items .nutrition__item__group .nutrition__item.nofullwidth .nutrition__item__left {
    width: 50%;
}

.dish-details__right .nutrition__items .nutrition__item__group .nutrition__item span {
    color: #999;
    margin-left: 5px;
}

.upsell .ojs-title {
    background: #15284b url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/location/topbg.png");
    overflow: hidden;
}

.upsell .ojs-title__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.upsell .ojs-title h2 {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .upsell .ojs-title h2 {
        font-size: 50px;
        line-height: 48px;
    }
}

.upsell .ojs-title__buttons {
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .upsell .ojs-title__buttons {
        margin-bottom: 5px;
    }
}

.upsell .ojs-title__buttons a {
    border: 2px solid #fff;
    width: 130px;
    margin-left: 20px;
    text-align: center;
    padding: 9px;
}

@media only screen and (max-width: 767px) {
    .upsell .ojs-title__buttons a {
        width: 100%;
        margin: 0 0 10px;
        font-size: 12px;
    }
}

.upsell .ojs-title__buttons a.ojs-title__apply {
    background: #fff;
    color: #15284b;
}

.upsell .ojs-title__buttons a.ojs-title__apply:hover {
    background: rgba(255, 255, 255, 0.95);
}

.upsell .ojs-title__buttons a.ojs-title__skip {
    background: none;
}

.upsell .ojs-title__buttons a.ojs-title__skip:hover {
    background: rgba(255, 255, 255, 0.1);
}

.upsell .addons {
    margin: 50px 30px;
}

@media only screen and (max-width: 767px) {
    .upsell .addons {
        margin: 30px 20px;
    }
}

.upsell .addons__item {
    margin-bottom: 20px;
}

.upsell .addons__title {
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #15284b;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.upsell .addons .list-ing__item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 20px;
}

.upsell .addons .list-ing__item:before,
.upsell .addons .list-ing__item:after {
    content: '';
    display: table;
}

.upsell .addons .list-ing__item:after {
    clear: both;
}

.upsell .addons .list-ing__item:nth-child(3n) {
    margin-right: 0%;
    float: right;
}

.upsell .addons .list-ing__item:nth-child(3n+1) {
    clear: both;
}

@media only screen and (max-width: 1180px) {
    .upsell .addons .list-ing__item {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.5%;
        margin-left: 0%;
        margin-right: 3%;
    }

    .upsell .addons .list-ing__item:before,
    .upsell .addons .list-ing__item:after {
        content: '';
        display: table;
    }

    .upsell .addons .list-ing__item:after {
        clear: both;
    }

    .upsell .addons .list-ing__item:nth-child(3n) {
        margin-right: 3%;
        float: left;
    }

    .upsell .addons .list-ing__item:nth-child(3n+1) {
        clear: none;
    }

    .upsell .addons .list-ing__item:nth-child(2n) {
        margin-right: 0%;
        float: right;
    }

    .upsell .addons .list-ing__item:nth-child(2n+1) {
        clear: both;
    }
}

@media only screen and (max-width: 767px) {
    .upsell .addons .list-ing__item {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 100%;
        margin-left: 0%;
        margin-right: 3%;
    }

    .upsell .addons .list-ing__item:before,
    .upsell .addons .list-ing__item:after {
        content: '';
        display: table;
    }

    .upsell .addons .list-ing__item:after {
        clear: both;
    }

    .upsell .addons .list-ing__item:nth-child(2n) {
        margin-right: 3%;
        float: left;
    }

    .upsell .addons .list-ing__item:nth-child(2n+1) {
        clear: none;
    }

    .upsell .addons .list-ing__item:nth-child(1n) {
        margin-right: 0%;
        float: right;
    }

    .upsell .addons .list-ing__item:nth-child(1n+1) {
        clear: both;
    }
}

.upsell .addons .list-ing__item__subtitle {
    margin-top: -5px;
}

.checkout .ojs-title {
    background: #fff url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/ojs/checkout/title.png");
}

.checkout.checkout-pickup .checkout__field__hint {
    margin-top: 10px;
}

.checkout.checkout-pickup .checkout__download {
    border: 1px solid #eaeaea;
    border-radius: 4px;
    box-shadow: inset 0 1px 23px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 15px 0;
}

.checkout.checkout-pickup .checkout__download__title {
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #15284b;
    text-transform: uppercase;
    margin: 0 auto 10px;
    width: 220px;
    line-height: 24px;
}

.checkout.checkout-pickup .checkout__download__image {
    background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/ojs/checkout/phone.svg") no-repeat;
    width: 131px;
    height: 233px;
    margin: 0 auto 15px;
}

.checkout.checkout-pickup .checkout__download__buttons a {
    background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/ojs/checkout/app.svg") no-repeat;
    width: 100px;
    height: 24px;
    display: inline-block;
    text-indent: -9999px;
}

.checkout.checkout-pickup .checkout__download__buttons a.checkout__download__android {
    background-position: -111px 0;
    width: 70px;
    margin-left: 10px;
}

.checkout__container {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 991px) {
    .checkout__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px;
    }
}

.checkout__container.checkout__finished .checkout__left:after {
    content: "";
    display: block;
    clear: both;
}

.checkout__container.checkout__finished .checkout__left .checkout__grid__box {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
}

.checkout__container.checkout__finished .checkout__left .checkout__grid__box:before,
.checkout__container.checkout__finished .checkout__left .checkout__grid__box:after {
    content: '';
    display: table;
}

.checkout__container.checkout__finished .checkout__left .checkout__grid__box:after {
    clear: both;
}

.checkout__container.checkout__finished .checkout__left .checkout__grid__box:last-child {
    margin-right: 0%;
}

.checkout__container.checkout__finished .checkout__left .checkout__grid__box .checkout__grid__item {
    margin-bottom: 30px;
}

.checkout__container.checkout__finished .checkout__left .checkout__grid__box .checkout__grid__item h2 {
    margin: 0;
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #4c4c4c;
}

.checkout__container.checkout__finished .checkout__left .checkout__grid__box .checkout__grid__item p {
    margin: 0;
}

.checkout__container.checkout__finished .checkout__right {
    margin-top: 0;
    padding: 0;
    background: none;
    box-shadow: none;
}

.checkout__container.checkout__finished .checkout__group {
    border: none;
}

.checkout__container.checkout__finished .checkout__delivery__type {
    font-size: 18px;
    font-weight: 700;
    color: #7a9c49;
    margin-bottom: 20px;
}

.checkout__container.checkout__finished .checkout__groups .checkout__group {
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.checkout__container.checkout__finished .checkout__groups .checkout__group:last-child {
    border: none;
}

.checkout__title {
    font-family: "GT Pressura", Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
}

.checkout__footer {
    background: #eaeaea;
    padding: 15px 20px;
    margin: 0 -20px;
    border-radius: 4px;
}

.checkout__footer .checkout__group {
    margin: 0;
    padding: 0;
}

.checkout__footer .checkout__group .checkout__total {
    border-top: 1px solid #ccc;
    padding-top: 8px;
    margin-top: 10px;
}

.checkout__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 570px) {
    .checkout__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.checkout__form input,
.checkout__form select,
.checkout__form textarea {
    width: 100%;
}

.checkout__form__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    margin-right: 20px;
}

@media only screen and (max-width: 570px) {
    .checkout__form__left {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        margin-right: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 15px;
    }
}

.checkout__form__right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media only screen and (max-width: 570px) {
    .checkout__form__right {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

.checkout__field {
    margin-bottom: 25px;
}

.checkout__field__hint {
    font-size: 12px;
    color: rgba(70, 70, 70, 0.5);
}

.checkout__field__symbols {
    color: rgba(0, 0, 0, 0.38);
    text-align: right;
    font-size: 12px;
}

.checkout__field.checkout__field__double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.checkout__field.checkout__field__double input,
.checkout__field.checkout__field__double select {
    width: 48%;
}

.checkout__field.checkout__field__tripple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.checkout__field.checkout__field__tripple input,
.checkout__field.checkout__field__tripple select {
    width: 31%;
}

.checkout__discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    padding: 1% 0 0 1%;
    background: #fff;
}

.checkout__discount__item {
    text-align: center;
    width: 49%;
    margin: 0 1% 1% 0;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    font-family: "GT Pressura", Arial, sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.38);
    padding: 7px 0;
}

.checkout__discount__item.is-active {
    background: rgba(218, 215, 214, 0.25);
}

.checkout__discount__item.is-active .checkout__discount__percent {
    color: rgba(0, 73, 135, 0.48);
}

.checkout__discount__item .checkout__discount__percent {
    font-size: 20px;
    line-height: 20px;
}

.checkout__discount__item .checkout__discount__price {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.24);
}

.checkout__left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 80px;
}

@media only screen and (max-width: 991px) {
    .checkout__left {
        margin-right: 0;
    }
}

.checkout__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    margin-top: -120px;
    background: #fff;
    padding: 20px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 991px) {
    .checkout__right {
        margin-top: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        width: 100%;
    }
}

.checkout__location {
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #004987;
    text-transform: uppercase;
    line-height: 30px;
}

.checkout__address {
    margin-bottom: 20px;
}

.checkout__group {
    border-top: 1px solid #dad7d6;
    padding-top: 10px;
    margin-top: 10px;
}

.checkout__delivery__type {
    font-family: "GT Pressura", Arial, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout__delivery__type .checkout__delivery__time {
    margin-left: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.checkout__delivery__type .checkout__delivery__switch {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
}

.checkout__delivery__type .checkout__delivery__switch a {
    color: #004987;
}

.checkout__delivery__type .checkout__delivery__switch a:hover {
    text-decoration: none;
}

.checkout__item__title {
    font-family: "GT Pressura", Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: -5px;
}

.checkout__item__title span.checkout__edit {
    background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/ojs/checkout/edit.svg");
    width: 9px;
    height: 9px;
    display: inline-block;
    cursor: pointer;
    margin-left: 8px;
}

.checkout__item__price {
    color: #999;
    font-family: "GT Pressura", Arial, sans-serif;
    font-size: 13px;
}

.checkout__item .checkout__item__composition {
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
}

.checkout__item .checkout__item__composition li {
    line-height: 20px;
    position: relative;
    padding-left: 10px;
}

.checkout__item .checkout__item__composition li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #4c4c4c;
}

.checkout__cost {
    font-family: "GT Pressura", Arial, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 4px 0;
}

.checkout__cost__price {
    width: 80px;
}

.checkout__total {
    font-family: "GT Pressura", Arial, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.checkout__total__price {
    width: 80px;
}

.checkout__buttons {
    background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/ojs/checkout/buttonsbg.png") repeat-x;
    margin: 5px -20px 0;
    padding-top: 40px;
}

.checkout__buttons a {
    margin: 0 20px 15px;
    display: block;
    text-align: center;
    padding: 14px;
}

.checkout__buttons a:last-child {
    margin: 0 20px;
}

.checkout__rewards {
    text-align: center;
    font-family: "GT Pressura", Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 13px;
}

.checkout__rewards__title {
    font-weight: 700;
    font-size: 18px;
    color: #15284b;
    margin-bottom: -5px;
}

.checkout__rewards__subtitle {
    font-size: 15px;
    font-weight: 700;
    color: #dad7d6;
}

.checkout__rewards__subtitle span {
    margin: 0 5px;
}

.checkout__rewards__available {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.checkout__rewards__available__left {
    font-size: 40px;
    color: #7a9c49;
}

.checkout__rewards__available__right {
    line-height: 13px;
    margin-left: 10px;
    width: 60px;
    text-align: left;
}

.checkout__rewards__dial {
    background: url("https://s3.amazonaws.com/media.justsalad.com/assets/img/pages/ojs/checkout/dial.png") 50% 50% no-repeat;
    width: 200px;
    height: 200px;
    margin: 5px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 0;
    border-top: 1px solid rgba(151, 151, 151, 0.15);
    border-bottom: 1px solid rgba(151, 151, 151, 0.15);
}

.checkout__rewards__dial__digs {
    font-size: 40px;
    margin-top: -10px;
    line-height: 46px;
}

.checkout__rewards__status {
    margin: 5px auto 0;
    width: 170px;
}

.checkout__rewards__status__bar {
    margin-top: 5px;
    height: 10px;
    border-radius: 3px;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
}

.checkout__rewards__status__bar span {
    position: absolute;
    left: 0;
    top: 0;
    height: 10px;
    background: #7a9c49;
}

#account-header .ojs-title__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#account-header .ojs-title__buttons {
    margin-bottom: 15px;
}

#account-header .ojs-title__buttons a {
    border: 2px solid #fff;
    width: 130px;
    margin-left: 20px;
    text-align: center;
    padding: 9px;
}

#account-header .ojs-title__buttons a.ojs-title__apply {
    background: #fff;
    color: #15284b;
}

@media only screen and (max-width: 767px) {
    #account-header .ojs-title__buttons a.ojs-title__apply {
        display: none;
    }
}

#account-header .ojs-title__buttons a.ojs-title__apply:hover {
    background: rgba(255, 255, 255, 0.95);
}

#account-header .ojs-title__buttons a.ojs-title__skip {
    background: none;
}

#account-header .ojs-title__buttons a.ojs-title__skip:hover {
    background: rgba(255, 255, 255, 0.1);
}

.account-container {
    position: relative;
    margin: 50px 32px;
}

.account-container .menu-wrapper {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 26.5%;
    margin-left: 0%;
    margin-right: 5%;
    height: 100%;
}

.account-container .menu-wrapper:before,
.account-container .menu-wrapper:after {
    content: '';
    display: table;
}

.account-container .menu-wrapper:after {
    clear: both;
}

.account-container .menu-wrapper:last-child {
    margin-right: 0%;
}

@media only screen and (max-width: 767px) {
    .account-container .menu-wrapper {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 100%;
        margin-left: 0%;
        margin-right: 3%;
    }

    .account-container .menu-wrapper:before,
    .account-container .menu-wrapper:after {
        content: '';
        display: table;
    }

    .account-container .menu-wrapper:after {
        clear: both;
    }

    .account-container .menu-wrapper:last-child {
        margin-right: 0%;
    }
}

.account-container .menu-right {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 68.5%;
    margin-left: 0%;
    margin-right: 5%;
}

.account-container .menu-right:before,
.account-container .menu-right:after {
    content: '';
    display: table;
}

.account-container .menu-right:after {
    clear: both;
}

.account-container .menu-right:last-child {
    margin-right: 0%;
}

@media only screen and (max-width: 767px) {
    .account-container .menu-right {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 100%;
        margin-left: 0%;
        margin-right: 3%;
        margin-top: 20px;
    }

    .account-container .menu-right:before,
    .account-container .menu-right:after {
        content: '';
        display: table;
    }

    .account-container .menu-right:after {
        clear: both;
    }

    .account-container .menu-right:last-child {
        margin-right: 0%;
    }
}

.personal__info {
    width: 100%;
    display: block !important;
    background-color: #eee;
    padding: 20px;
    border-radius: 6px;
    text-align: center;
    font-family: "GT Pressura", Arial, sans-serif;
}

.personal__info.light-background {
    background-color: #fafafa;
}

.personal__info__title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    color: #d2d2d2;
    margin: 0;
}

.personal__info__subtitle {
    text-transform: uppercase;
    color: #333;
    margin: 25px auto;
}

.personal__info__text {
    margin: 5px 0;
    color: #777;
}

.personal__info__link {
    margin: 0;
}

.personal__info__link a {
    display: block;
    color: #2f90e9;
    font-size: 14px;
}

.personal__info__edit_info {
    margin-top: 30px;
}

.personal__info .info__wrapper .btn {
    width: 100%;
}

.personal__info .account-form {
    box-shadow: none;
    padding: 0;
    border: 0;
}

.account__block {
    position: relative;
    margin-bottom: 80px;
}

.account__block__title {
    text-transform: uppercase;
    display: block;
    font-family: "GT Pressura", Arial, sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 2px;
    color: #00488c;
    border-bottom: 2px solid #00488c;
}

.account__block__name {
    font-size: 20px;
    line-height: 22px;
    font-family: "Roboto Condensed", HelveticaNeue, Helvetica, Arial, sans-serif;
    margin: 30px auto;
}

.account__block__second {
    text-transform: uppercase;
    margin: 0 0 30px 0;
    font-family: "Roboto Condensed", HelveticaNeue, Helvetica, Arial, sans-serif;
    color: #90b0cb;
    font-style: italic;
    letter-spacing: 1px;
    font-size: 18px;
}

.account-form {
    position: relative;
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #cbcbcb;
    box-shadow: 0px 0px 15px #ccc;
    padding: 30px 40px;
    display: none;
}

.account-form .account__field input,
.account-form .account__field select {
    width: 100%;
    margin-bottom: 20px;
}

.account-form .three-cols {
    *zoom: 1;
}

.account-form .three-cols:before,
.account-form .three-cols:after {
    content: '';
    display: table;
}

.account-form .three-cols:after {
    clear: both;
}

.account-form .three-cols input,
.account-form .three-cols select {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0%;
    margin-right: 3%;
}

.account-form .three-cols input:before,
.account-form .three-cols select:before,
.account-form .three-cols input:after,
.account-form .three-cols select:after {
    content: '';
    display: table;
}

.account-form .three-cols input:after,
.account-form .three-cols select:after {
    clear: both;
}

.account-form .three-cols input:nth-child(3n),
.account-form .three-cols select:nth-child(3n) {
    margin-right: 0%;
    float: right;
}

.account-form .three-cols input:nth-child(3n+1),
.account-form .three-cols select:nth-child(3n+1) {
    clear: both;
}

@media only screen and (max-width: 570px) {
    .account-form .three-cols input,
    .account-form .three-cols select {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 100%;
        margin-left: 0%;
        margin-right: 3%;
    }

    .account-form .three-cols input:before,
    .account-form .three-cols select:before,
    .account-form .three-cols input:after,
    .account-form .three-cols select:after {
        content: '';
        display: table;
    }

    .account-form .three-cols input:after,
    .account-form .three-cols select:after {
        clear: both;
    }

    .account-form .three-cols input:nth-child(3n),
    .account-form .three-cols select:nth-child(3n) {
        margin-right: 3%;
        float: left;
    }

    .account-form .three-cols input:nth-child(3n+1),
    .account-form .three-cols select:nth-child(3n+1) {
        clear: none;
    }

    .account-form .three-cols input:nth-child(1n),
    .account-form .three-cols select:nth-child(1n) {
        margin-right: 0%;
        float: right;
    }

    .account-form .three-cols input:nth-child(1n+1),
    .account-form .three-cols select:nth-child(1n+1) {
        clear: both;
    }
}

.account-form .two-cols {
    *zoom: 1;
}

.account-form .two-cols:before,
.account-form .two-cols:after {
    content: '';
    display: table;
}

.account-form .two-cols:after {
    clear: both;
}

.account-form .two-cols input,
.account-form .two-cols select {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
}

.account-form .two-cols input:before,
.account-form .two-cols select:before,
.account-form .two-cols input:after,
.account-form .two-cols select:after {
    content: '';
    display: table;
}

.account-form .two-cols input:after,
.account-form .two-cols select:after {
    clear: both;
}

.account-form .two-cols input:nth-child(2n),
.account-form .two-cols select:nth-child(2n) {
    margin-right: 0%;
    float: right;
}

.account-form .two-cols input:nth-child(2n+1),
.account-form .two-cols select:nth-child(2n+1) {
    clear: both;
}

@media only screen and (max-width: 570px) {
    .account-form .two-cols input,
    .account-form .two-cols select {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 100%;
        margin-left: 0%;
        margin-right: 3%;
    }

    .account-form .two-cols input:before,
    .account-form .two-cols select:before,
    .account-form .two-cols input:after,
    .account-form .two-cols select:after {
        content: '';
        display: table;
    }

    .account-form .two-cols input:after,
    .account-form .two-cols select:after {
        clear: both;
    }

    .account-form .two-cols input:nth-child(2n),
    .account-form .two-cols select:nth-child(2n) {
        margin-right: 3%;
        float: left;
    }

    .account-form .two-cols input:nth-child(2n+1),
    .account-form .two-cols select:nth-child(2n+1) {
        clear: none;
    }

    .account-form .two-cols input:nth-child(1n),
    .account-form .two-cols select:nth-child(1n) {
        margin-right: 0%;
        float: right;
    }

    .account-form .two-cols input:nth-child(1n+1),
    .account-form .two-cols select:nth-child(1n+1) {
        clear: both;
    }
}

.account-form .account__buttons {
    text-align: right;
    margin-top: 15px;
}

@media only screen and (max-width: 570px) {
    .account-form .account__buttons {
        text-align: center;
    }
}

.account-form .account__buttons .cancel-btn,
.account-form .account__buttons .cancel-btn__edit {
    color: #9b9b9b;
    border: 2px solid #9b9b9b;
    background-color: transparent;
    margin-right: 20px;
    padding: 9px 26px;
}

.account-form .account__buttons .cancel-btn:hover,
.account-form .account__buttons .cancel-btn__edit:hover {
    background-color: #9b9b9b;
    color: #fff;
}

.account-form__close {
    position: absolute;
    top: -40px;
    right: 0;
}

.account-form__close img {
    vertical-align: top;
    width: 20px;
    height: auto;
}

@media only screen and (min-width: 1180px) {

    body.menu__page .menu__list__item:hover {
        -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
        box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@media only screen and (max-width: 1180px) {

    body.menu__page .menu__list__item:hover {
        -webkit-box-shadow: 20px 20px 30px rgba(0, 0, 0, .2);
        box-shadow: 20px 20px 30px rgba(0, 0, 0, .2);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

.menu__list__item .nutrition {
    padding: 5px 20px;
}

.menu__list__item .nutrition__title {
    font-family: GT Pressura, Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #15284b;
    line-height: 21px;
    text-transform: uppercase;
}

.menu__list__item .item__title {
    font-family: GT Pressura, Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #15284b;
    margin-bottom: 10px;
}

.menu__list__item .nutrition__subtitle {
    font-family: Roboto, HelveticaNeue, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #7a9c49
}

.menu__list__item .nutrition__items .nutrition__item__group {
    border-top: 1px solid #ccc;
    padding-top: 8px;
    margin-top: 8px
}

.menu__list__item .nutrition__items .nutrition__item__group .nutrition__item {
    font-family: GT Pressura, Arial, sans-serif;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.menu__list__item .nutrition__items .nutrition__item__group .nutrition__item.nofullwidth {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu__list__item .nutrition__items .nutrition__item__group .nutrition__item.nofullwidth .nutrition__item__left {
    width: 50%
}

.menu__list__item .nutrition__items .nutrition__item__group .nutrition__item span {
    color: #999;
    margin-left: 5px
}

.menu__list_rollover_text {
    color: #464646;
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 10px;
}
