/*================================================================
    Normalize and Accessibility
  ================================================================*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #444;
    display: block;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/*================================================================
    Flexbox Grid
  ================================================================*/
.grid-flex {
    display: flex;
    height: 100%;
}
.grid-flex .grid-flex-item {
    display: flex;
    height: 100%;
}
.grid-flex .grid-flex-item.dishes-block-vr-item {
    height: auto;
}
.grid-flex .grid-flex-item.dishes-block-vr-item img {
    aspect-ratio: 5/4;
    border-radius: 6px;
}

.flex-1 {
    flex: 1;
}

.flex-wrap {
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.align-unset {
    align-items: unset;
}

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

.grid_col-2-2 {
    width: 49%;
}
.grid_col-2-2:nth-child(n) {
    margin-right: 1%;
    margin-bottom: 1%;
}
.grid_col-2-2:nth-child(2n) {
    margin-right: 0;
}

.grid_col-2-4 {
    width: 48%;
}
.grid_col-2-4:nth-child(n) {
    margin-right: 3%;
    margin-bottom: 3%;
}
.grid_col-2-4:nth-child(2n) {
    margin-right: 0;
}

.grid_col-3 {
    width: 33.3333333333%;
}
.grid_col-3:nth-child(n) {
    margin-right: -1%;
    margin-bottom: 0;
}
.grid_col-3:nth-child(3n) {
    margin-right: 0;
}

.grid_col-3-2 {
    width: 32%;
}
.grid_col-3-2:nth-child(n) {
    margin-right: 1%;
    margin-bottom: 1%;
}
.grid_col-3-2:nth-child(3n) {
    margin-right: 0;
}

.grid_col-3-3 {
    width: 31.3333333333%;
}
.grid_col-3-3:nth-child(n) {
    margin-right: 2%;
    margin-bottom: 2%;
}
.grid_col-3-3:nth-child(3n) {
    margin-right: 0;
}

@media screen and (max-width: 1100px) {
    .md-flex-column {
        flex-direction: column;
    }
    .md-flex-column .dishes-block-hr-text {
        padding-left: unset !important;
    }
    .md-flex-column .dishes-block-left-image {
        width: 100%;
        min-height: 170px;
        position: relative;
    }
    .md-flex-column .dishes-block-left-image img {
        position: absolute;
        width: 100% !important;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .md-flex-column .special-tag-medium-wrapper {
        height: unset;
        margin-top: 10px;
    }
}
/*================================================================
    Template Styles
  ================================================================*/
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    background-color: #000;
    letter-spacing: -0.02em;
    color: #fff;
}

main {
    position: relative;
}

.site {
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto;
}

a {
    color: #ffffff;
    text-decoration: none;
}

section {
    margin-bottom: 25px;
}

.col-2 {
    -moz-column-count: 2;
    column-count: 2;
}

.full-width {
    width: 100%;
}

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

input {
    padding: 10px;
}

textarea {
    padding: 10px;
    box-sizing: border-box;
    border-radius: 6px;
}

input.default-input {
    background-color: #000;
    height: 80px;
    margin-bottom: 50px;
    border: 1px solid #fff;
    padding: 35px;
    color: #fff;
}

h3 {
    font-weight: 400;
}

.section-title {
    margin-top: 0px;
    font-size: 36px;
    font-weight: 300;
}

.section-subtitle {
    font-size: 24px;
    margin-top: 0;
}

.block-title {
    font-size: 36px;
    margin-top: 0px;
}

.text-content-title-medium {
    font-weight: 400;
    line-height: 36px;
    font-size: 32px;
    font-size: 2rem;
}

.text-content-title-big {
    font-size: 36px;
    font-weight: 400;
}

.text-content-description {
    font-size: 14px;
    line-height: 1.4em;
    width: 90%;
}

.text-content-price {
    font-size: 22px;
    font-weight: 300;
}

.bolder-text {
    font-weight: 700;
}

.required {
    text-transform: uppercase;
}

.text-left {
    text-align: left;
}

.padding-default {
    padding: 50px;
}

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

.margin-top-double {
    margin-top: 50px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-top-xs {
    margin-top: 5px;
}

.margin-right-default {
    margin-right: 60px;
}

.margin-left-default {
    margin-left: 50px;
}

.margin-left-half {
    margin-left: 16.6666666667px;
}

.margin-bottom-default {
    margin-bottom: 25px;
}

.margin-bottom-half {
    margin-bottom: 12.5px;
}

.margin-bottom-big {
    margin-bottom: 50px;
}

.md-margin {
    margin-left: 35px;
    margin-right: 70px;
}

div,
aside,
section,
header,
footer,
form,
input {
    box-sizing: border-box;
}

p.section-title,
h2 {
    margin-bottom: 10px;
}

.orders-spacing {
    margin: 0 70px 35px 35px;
}

.orders-spacing-pd {
    padding: 0 70px 35px 35px;
}

.circle {
    width: 55px;
    height: 55px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.reset-height {
    min-height: unset !important;
    height: auto !important;
}

.reset-margin {
    margin: 0;
}

.reset-margin-top {
    margin-top: 0;
}

.reset-margin-bottom {
    margin-bottom: 0;
}

.reset-padding {
    padding: unset !important;
}

.reset-padding-top {
    padding-top: 0 !important;
}

.reset-padding-bottom {
    padding-bottom: 0 !important;
}

.reset-padding-left {
    padding-left: 0 !important;
}

.back-home {
    z-index: 1;
}

.empty-space {
    display: block;
    height: 60px;
}

.top-border {
    border-top: 1px solid #333;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

.tooltip {
    position: relative;
    display: inline-block;
    width: 20px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 180px;
    padding: 12px;
    background-color: rgb(62, 62, 62);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    font-size: 12px;
    /* Position the tooltip */
    position: absolute;
    z-index: 9999;
    bottom: 100%;
    left: -40px;
    margin-left: -60px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.site-header {
    position: relative;
    z-index: 999;
}
.site-header > div {
    position: fixed;
    width: 100%;
    height: 94px;
    background-color: rgba(0, 0, 0, 0.8);
}

.arrow {
    border: 2px solid;
    border-width: 0px 2px 2px 0px;
    display: inline-block;
    padding: 7px;
    vertical-align: middle;
}
.arrow.arrow-left {
    transform: rotate(135deg);
}
.arrow.arrow-right {
    transform: rotate(-45deg);
}

.toolbox-left .vr-line {
    margin-left: 30px;
    margin-right: 30px;
    border: 1px solid #999;
    height: 31.3333333333px;
    z-index: 1;
}

.app-title {
    font-weight: 300;
    z-index: 1;
}

@media screen and (max-width: 1100px) {
    .app-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 90px;
    }
}
.site-search {
    min-width: 454px;
    position: relative;
}
.site-search .search-container {
    opacity: 0;
    visibility: hidden;
    border-radius: 0px 0px 12px 12px;
    background: #000;
    position: absolute;
    transition: 0.2s all;
    width: 100%;
    top: 23px;
    z-index: -1;
}
.site-search input {
    width: 100%;
    height: 47px;
    background-color: #000;
    outline: #fff;
    border: 1px solid #fff;
    color: #fff;
    padding-left: 50px;
    position: relative;
    border-radius: 12px;
}
.site-search input:focus {
    color: #fff;
}
.site-search .search-button {
    background-color: unset;
    position: absolute;
    left: 10px;
}
.site-search .search-button svg {
    vertical-align: middle;
}
.site-search .tag-button {
    position: absolute;
    right: 10px;
    transition: 0.3s all;
}
.site-search .tag-button svg {
    vertical-align: middle;
}
.site-search.active input {
    border-radius: 12px 12px 0px 0px;
}
.site-search.active.active-search #searchContainer {
    display: block;
    opacity: 1;
    visibility: visible;
    height: auto;
    border: 1px solid #fff;
    z-index: 1;
}
.site-search.active.active-tags #tagsContainer {
    display: block;
    opacity: 1;
    visibility: visible;
    height: auto;
    border: 1px solid #fff;
    z-index: 1;
}
.site-search.active.active-tags .tag-button svg path {
    fill: #ff9900;
    transition: 0.3s all;
}

.site-header .toolbox-right {
    z-index: 1;
}
.site-header .toolbox-right svg {
    vertical-align: middle;
}

.items-in-cart {
    position: absolute;
    top: -5px;
    right: 0;
}
.items-in-cart .items-count {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    background-color: #ff9900;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
}
.items-in-cart .items-count:last-child {
    margin-right: 0;
}

.cart-preview {
    cursor: pointer;
    position: relative;
    min-width: 145px;
    height: 45px;
    text-align: right;
    vertical-align: middle;
    font-weight: 500;
    font-size: 26px;
    background: #333;
    border-radius: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.font-group {
    width: 100%;
    text-align: center;
}

.filter-container {
    margin: 15px 35px 100px 35px;
    max-height: 232px;
    overflow-y: scroll;
}
.filter-container .filter {
    height: 40px !important;
    border-radius: 55px;
    background-color: #333333;
    cursor: default;
    margin-bottom: 5%;
    font-size: 16px;
}
.filter-container .tags-clear {
    position: absolute;
    color: #fff;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
    text-decoration: underline;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 14px;
    z-index: -1;
}

.tag-symbol {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #333333;
    border: 1px solid #000;
    transition: background-color 0.2s;
    margin-right: 5px;
}
.tag-symbol:last-of-type {
    margin-right: 0;
}
.tag-symbol.tag-medium {
    width: 32px;
    height: 32px;
}

.continued {
    color: #ff9900;
    height: 29px;
    margin-right: 5px;
}

.filter.active .tag-symbol {
    background-color: #ff9900;
    border: none;
    transition: all 0.2s ease-in-out;
}
.filter.active .add-tag {
    transform: rotate(45deg);
    transition: 0.2s all;
}

.add-tag {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    margin-right: 15px;
    transition: all 0.2s;
}

.show-active-filters {
    position: absolute;
    left: 0;
    height: 47px;
    width: 90%;
    top: -47px;
    text-align: right;
}
.show-active-filters .tag-symbol {
    width: 29px;
    height: 29px;
    background-color: #ff9900;
    font-size: 14px;
    line-height: 10px;
}

#suggestions_container {
    margin-left: 20px;
    margin-right: 20px;
    flex: 1;
}
#suggestions_container .history {
    padding: 20px 0px;
    margin: 0;
    font-size: 14px;
    text-transform: capitalize;
}
#suggestions_container .suggestion {
    padding: 25px 0px;
    border-top: 1px solid #333333;
    text-transform: capitalize;
}
#suggestions_container .suggestion:last-of-type {
    padding-bottom: 50px;
}

.home .hero img {
    height: 80vh;
}

.hero {
    position: relative;
    z-index: 0;
}
.hero .hero-content {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
    text-align: center;
}
.hero .hero-content #hero_button {
    cursor: pointer;
}
.hero .hero-title {
    font-size: 55px;
    font-weight: 300;
    margin-bottom: 0;
}
.hero .hero-subtitle {
    font-size: 18px;
    font-weight: 500;
}
.hero .hero-excerpt {
    font-size: 18px;
    font-weight: 300;
    max-width: 370px;
    margin: auto;
}

.hero-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        358.53deg,
        #333333 -0.44%,
        rgba(0, 0, 0, 0.1) -0.43%,
        #000000 -0.42%,
        rgba(0, 0, 0, 0.95) 10.39%,
        rgba(0, 0, 0, 0.6) 36.8%,
        rgba(0, 0, 0, 0) 99.2%
    );
}

.app-hero--logo {
    margin-top: 20px;
    margin-bottom: 20px;
}

.site-header #hero_button {
    cursor: pointer;
}

.slider {
    overflow-x: auto;
}
.slider.rootCategory .carousel-cell.active {
    background-color: rgba(255, 255, 255, 0.25);
}
.slider.rootCategory .section-title {
    font-size: 24px;
    position: relative;
}
.slider.rootCategory .section-title.rootCategory-title.active-rootCategory {
    position: relative;
}
.slider.rootCategory
    .section-title.rootCategory-title.active-rootCategory::before {
    content: url(../../../img/svg/checkmark.svg);
    display: inline-block;
    height: 25px;
    margin-right: 10px;
}
.slider.rootCategory .rootCategory-slider-content {
    font-weight: 600;
    padding: 12px;
    min-width: 120px;
}
.slider .carousel:focus-visible {
    outline: none;
}

::-webkit-scrollbar {
    display: none;
}

.rootCategory.slider .rootCategory-wrapper {
    flex-wrap: unset;
    overflow-x: scroll;
    margin-top: -75px;
}
.rootCategory.slider
    .rootCategory-wrapper
    .button-rootCategory-item
    .rootCategory-title {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

#kids_food .dishes-block-horizontal-item {
    min-height: 215px;
}

.dishes-block-horizontal-item {
    background-color: #1c1c1c;
    min-height: 247px;
    padding: 20px 15px;
    border-radius: 6px;
    margin: 0 15px 15px 0;
}
.dishes-block-horizontal-item.carousel-cell {
    min-width: 610px;
    max-width: 610px;
}
.dishes-block-horizontal-item .dishes-block-left-image {
    position: relative;
    width: 230px;
    height: 184px;
}
.dishes-block-horizontal-item .dishes-block-left-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #303030;
    border-radius: 6px;
}
.dishes-block-horizontal-item .dishes-block-hr-text {
    width: 100%;
    max-width: 300px;
    position: relative;
    left: -40px;
}

.dishes-block-vr-item {
    position: relative;
}
.dishes-block-vr-item.carousel-cell {
    min-width: 400px;
    max-width: 400px;
    margin: 0 15px 15px 0;
}
.dishes-block-vr-item .dishes-block-vr-content {
    position: absolute;
    bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.special-tag-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
}
.special-tag-wrapper .special-tag {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #ff9900;
    border-radius: 50%;
    margin-right: 10px;
}
.special-tag-wrapper .special-tag:last-child {
    margin-right: 0;
}

.special-tag-medium-wrapper {
    height: auto;
}
.special-tag-medium-wrapper .special-tag-medium {
    width: 29px;
    height: 29px;
    background-color: #ff9900;
    border-radius: 50%;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 14px;
}

.rootCategory.nav-rootCategory .rootCategory-title {
    padding: 0;
    width: unset;
    margin-right: 40px;
}

.modal-container {
    transform: translateX(0);
    transition: 0.3s all ease;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.modal-container.hidden {
    transform: translateX(200%);
    transition: 0.3s all ease;
}
.modal-container.more .modal-wrapper {
    padding-bottom: 150px;
}
.modal-container .modal-wrapper {
    background-color: #000;
    max-width: 50vw;
    height: 100%;
    overflow-y: scroll;
    margin-left: auto;
}
.modal-container .modal-wrapper .modal-title {
    font-size: 40px;
    font-weight: 300;
    margin-top: 7vh;
}
.modal-container .modal-wrapper .modal-subtitle {
    font-size: 18px;
}
.modal-container .modal-wrapper .modal-content {
    padding: 0px 70px 70px 35px;
}
.modal-container .modal-wrapper .modal-content p {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}
.modal-container .modal-wrapper.order-item-wrapper {
    padding-bottom: 0;
}
.modal-container .tip-change {
    display: flex;
    flex-wrap: wrap;
}
.modal-container .tip-change .tip {
    margin-bottom: 10px;
}

.hero-modal {
    position: relative;
    padding-bottom: 90px;
}
.hero-modal #close_modal {
    position: absolute;
    top: 0;
    right: 0;
    width: 86px;
    height: 94px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 36px;
    cursor: pointer;
}
.hero-modal .title-container-modal {
    position: absolute;
    bottom: 0;
    padding-left: 35px;
    padding-right: 35px;
    z-index: 1;
}

#modal_show_more {
    transform: translateX(0%);
    transition: 0.3s all ease;
}

#modal_show_more.hidden {
    transform: translateX(200%);
    transition: 0.3s all ease;
}

body .modal-layer {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
}
body.no-scroll {
    overflow: hidden;
}
body.active-modal .modal-layer {
    display: block;
}

.preview-cart-wrapper .hero-container-modal {
    position: relative;
    min-height: 350px;
    max-height: 350px;
}
.preview-cart-wrapper .hero-container-modal .hero-layer {
    z-index: 1;
}
.preview-cart-wrapper .hero-container-modal img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.submit-wrapper {
    border: 2px solid #fff;
    border-radius: 10px;
    margin-left: 60px;
    cursor: pointer;
    display: flex;
}
.submit-wrapper .submit-btn {
    padding: 10px;
    width: 200px;
    text-align: center;
}

.accept-message {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
}

.medium .order-request h3 {
    font-size: 25px;
}
.medium .modal-container .modal-wrapper .orders-spacing {
    font-size: 26px;
}
.medium .modal-container .modal-wrapper .orders-spacing h4 {
    font-size: 22px;
}
.medium .modal-container .modal-wrapper .orders-spacing .optional {
    font-size: 13px;
}
.medium .modal-container .modal-wrapper .price {
    font-size: 20px;
}
.medium .modal-container .modal-wrapper .modal-title {
    font-size: 40px;
}
.medium .modal-container .modal-wrapper .modal-text-content {
    font-size: 25px;
}
.medium .modal-container .modal-wrapper .item-price {
    font-size: 26px;
}
.medium .modal-container .modal-wrapper .xs_title {
    font-size: 25px;
}
.medium .checkbox-container .dressing {
    font-size: 22px;
}
.medium .checkbox-container .side-dish {
    font-size: 22px;
}

.big .order-request h3 {
    font-size: 28px;
}
.big .modal-container .modal-wrapper .orders-spacing {
    font-size: 29px;
}
.big .modal-container .modal-wrapper .orders-spacing h4 {
    font-size: 25px;
}
.big .modal-container .modal-wrapper .orders-spacing .optional {
    font-size: 16px;
}
.big .modal-container .modal-wrapper .price {
    font-size: 23px;
}
.big .modal-container .modal-wrapper .modal-title {
    font-size: 44px;
}
.big .modal-container .modal-wrapper .modal-text-content {
    font-size: 28px;
}
.big .modal-container .modal-wrapper .item-price {
    font-size: 29px;
}
.big .modal-container .modal-wrapper .xs_title {
    font-size: 28px;
}
.big .checkbox-container .dressing {
    font-size: 25px;
}
.big .checkbox-container .side-dish {
    font-size: 25px;
}

.small .order-request h3 {
    font-size: 23px;
}
.small .modal-container .modal-wrapper .orders-spacing {
    font-size: 24px;
}
.small .modal-container .modal-wrapper .orders-spacing h4 {
    font-size: 20px;
}
.small .modal-container .modal-wrapper .orders-spacing .optional {
    font-size: 11px;
}
.small .modal-container .modal-wrapper .price {
    font-size: 18px;
}
.small .modal-container .modal-wrapper .modal-title {
    font-size: 38px;
}
.small .modal-container .modal-wrapper .modal-text-content {
    font-size: 22px;
}
.small .modal-container .modal-wrapper .item-price {
    font-size: 24px;
}
.small .modal-container .modal-wrapper .xs_title {
    font-size: 23px;
}
.small .checkbox-container .dressing {
    font-size: 20px;
}
.small .checkbox-container .side-dish {
    font-size: 20px;
}

@media screen and (max-width: 1100px) {
    .modal-container .modal-wrapper {
        max-width: 100vw;
        min-height: 100vh;
    }
}
#upsales {
    display: none;
    margin-top: 0;
    height: 223px;
    background-color: #000;
    transition: 0.3s all ease;
}
#upsales .upsales-wrapper {
    max-height: 100%;
    padding: 25px 50px 25px 50px;
}
#upsales .upsales-wrapper img {
    height: 100%;
    width: auto;
    min-width: 210px;
}
#upsales .upsales-wrapper .upsales-cart {
    margin-left: 50px;
}
#upsales .upsales-wrapper .upsale-title {
    font-size: 24px;
    font-weight: 700;
}
#upsales .upsales-wrapper .upsales-close {
    font-size: 36px;
    font-weight: 400;
}
#upsales.hidden {
    margin-top: -223px;
}

#feature_order_item .order-hero {
    padding-bottom: unset;
}
#feature_order_item .hero-container-modal {
    position: relative;
}
#feature_order_item .order-top-container {
    position: inherit;
    margin: -70px 70px 20px 35px;
    border-bottom: 1px solid #333333;
}
#feature_order_item .order-top-container.title-container-modal {
    padding: unset;
}
#feature_order_item h3 {
    margin-bottom: 0;
}
#feature_order_item p {
    line-height: 1.2em;
}
#feature_order_item .item-price {
    font-size: 30px;
    font-weight: 300;
    margin-top: 50px;
    margin-bottom: 40px;
}
#feature_order_item textarea {
    width: 100%;
    background-color: #000;
    margin-top: 10px;
    color: #fff;
    height: 86px;
    border-radius: 6px;
}

.close-window-container {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px 25px 25px 25px;
    background-color: rgba(0, 0, 0, 0.8);
}
.close-window-container .cart-preview {
    margin-right: 50px;
}
.close-window-container .hr-line {
    position: absolute;
    height: 56px;
    right: 70px;
    top: 22px;
    border-right: 1px solid #e5e5e5;
}
.close-window-container .close-modal {
    cursor: pointer;
    font-size: 36px;
}
.close-window-container #close_order {
    font-size: 36px;
}

.default-counter-small,
.default-counter {
    background-color: #000;
    border: none;
    color: #fff;
    width: 40px;
    text-align: center;
    font-size: 24px;
}

.default-counter-small {
    height: 32px;
}

.call-in-action {
    cursor: pointer;
}

.order-customize h3 {
    font-size: 24px;
}
.order-customize h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
}
.order-customize .order-side-dish {
    border-top: 1px solid #333;
    margin-top: 40px;
}
.order-customize .custom-modifiers-list {
    width: calc(50% - 1em);
}
.order-customize .choices-list {
    margin-top: 15px;
    font-weight: 300;
}
.order-customize .choices-list .checkbox-container {
    margin-top: 25px;
}
.order-customize .order-place {
    border-top: 1px solid #333;
    padding: 60px 70px 50px 35px;
}
.order-customize .order-place button#submit {
    margin-left: 60px;
    margin-right: unset;
    min-width: 215px;
}
.order-customize .order-place input {
    pointer-events: none;
}
.order-customize .checkbox-container {
    font-size: 16px;
}

.medium .required {
    font-size: 14px;
    font-weight: 600;
}

.big .required {
    font-size: 17px;
    font-weight: 600;
}

.small .required {
    font-size: 12px;
    font-weight: 600;
}

.required,
.optional {
    font-size: 14px;
    color: #ff9900;
}

@media screen and (min-width: 1100px) and (max-width: 1660px) {
    .order-customize .custom-modifiers-list {
        width: 100%;
    }
}
.checkbox-container {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
}
.checkbox-container input {
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    cursor: pointer;
    opacity: 0;
    z-index: 999;
}
.checkbox-container input:checked ~ .custom-checkbox::after {
    opacity: 1;
}
.checkbox-container .dressing,
.checkbox-container .side-dish {
    margin-right: 5px;
}
.checkbox-container .price {
    margin-left: 5px;
}
.checkbox-container .custom-checkbox {
    position: absolute;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    border: 1px solid #c4c4c4;
}
.checkbox-container .custom-checkbox::after {
    content: '';
    transition: opacity 0.1s ease;
    width: 11px;
    height: 11px;
    background-color: #c4c4c4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.key-value .total {
    font-weight: 700;
}
.key-value .key-total {
    font-weight: 700;
}

.sub-key:not(:last-child)::after {
    content: ',';
}

.sub-key-title {
    font-size: 18px;
}

.key-value,
.sub-key-value {
    padding: 0px 35px 0px 35px;
}

.sub-key-value {
    margin-top: 5px;
}

.items-review > div {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 60px;
}

.extras {
    display: flex;
    flex-wrap: wrap;
}

.suggestion-slider {
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 25px;
    border-top: 1px solid #333;
}

.charges-details .key-value {
    margin-top: 10px;
}

.deliver .deliver-option {
    max-width: 550px;
}

.number-of-items {
    font-size: 24px;
    font-weight: 400;
}

.end-title {
    font-size: 36px;
    font-weight: 300;
}

.successful-order .hero-modal svg {
    margin-left: 5px;
}
.successful-order .padding-right {
    padding-right: 35px;
}

.medium .key-value {
    font-size: 24px;
}
.medium .deliver-option {
    font-size: 22px;
}

.big .key-value {
    font-size: 27px;
}
.big .deliver-option {
    font-size: 25px;
}

.small .key-value {
    font-size: 22px;
}
.small .deliver-option {
    font-size: 20px;
}

.arrow-right {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    width: 14px;
    height: 14px;
}

.arrow-right {
    transform: rotate(135deg);
    transition: 0.3s all;
}

.deliver-options:hover .arrow-right {
    margin-right: -10px;
}

.icon.icon-arrow-right {
    margin-left: 15px;
}

.process .modal-wrapper {
    background-color: rgba(0, 0, 0, 0.8);
}
.process .preview-cart-content {
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center;
    font-weight: 300;
    margin-left: 84px;
    margin-right: 80px;
    border-radius: 15px;
    height: 443px;
    width: 100%;
}
.process .preview-cart-content h2 {
    font-weight: 300;
}

.preview-cart-content .cart-preview {
    display: none;
}

.process-loading {
    position: relative;
    margin: auto;
}
.process-loading h2 {
    font-size: 18px;
}
.process-loading .percent {
    position: absolute;
    width: 100%;
    height: 100%;
}

#progressBar {
    position: relative;
}

.percent-value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

select.default-select {
    background-color: #000;
    border: 1px solid #fff;
    color: #fff;
    height: 52px;
    min-width: 219px;
    border-radius: 12px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 20px;
    line-height: 1.5em;
    margin-right: 10px;
}
select.default-select:focus-visible {
    outline: none;
}
select.default-select .hidden {
    display: none;
}

.details h3 {
    text-transform: capitalize;
}

.grid-item-col-2 {
    width: calc(50% - 20px);
    margin-right: 20px;
}

.grid-item-col-3 {
    width: calc(33.333% - 20px);
    margin-right: 20px;
}

.aspect_10-4 {
    aspect-ratio: 10/4;
}

.aspect_4-3 {
    aspect-ratio: 4/3;
}

.img-bg .text-bg {
    position: absolute;
    bottom: 0;
    margin-left: 20px;
}
.img-bg img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.carousel.temporary-fix {
    display: flex;
    flex-wrap: wrap;
}

.carousel-cell.temporary-item {
    position: relative;
}

.input-dark input {
    background-color: #000;
    border: 1px solid #fff;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    min-height: 36px;
    font-size: 16px;
    height: 40px;
    width: 100%;
}
.input-dark ::-moz-placeholder {
    color: #fff;
    opacity: 0.8;
}
.input-dark :-ms-input-placeholder {
    color: #fff;
    opacity: 0.8;
}
.input-dark ::placeholder {
    color: #fff;
    opacity: 0.8;
}

/* width */
.rootCategory-wrapper::-webkit-scrollbar,
.square-comp::-webkit-scrollbar {
    height: 10px;
}

/* Track */
.rootCategory-wrapper::-webkit-scrollbar-track,
.square-comp::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.rootCategory-wrapper::-webkit-scrollbar-thumb,
.square-comp::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.rootCategory-wrapper::-webkit-scrollbar-thumb:hover,
.square-comp::-webkit-scrollbar-thumb:hover {
    background: #555;
}

img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        358.53deg,
        #333333 -0.44%,
        rgba(0, 0, 0, 0.1) -0.43%,
        #000000 -0.42%,
        rgba(0, 0, 0, 0.75) 10.39%,
        rgba(0, 0, 0, 0.5) 36.8%,
        rgba(0, 0, 0, 0.01) 68.2%
    );
}

.rootCategory.slider .flickity-viewport {
    cursor: -webkit-grab;
    cursor: grab;
}

button {
    background-color: unset;
    border: none;
    cursor: pointer;
    padding: 0px;
}

.add-to-cart-button {
    position: absolute;
    bottom: 20px;
    right: 15px;
}

.btn {
    color: #e5e5e5;
}

.upsales-btn {
    margin-top: 12px;
    color: #e5e5e5;
    background-color: #000;
    font-weight: 700;
    text-transform: uppercase;
    border: 3px solid #e5e5e5;
    border-radius: 12px;
    padding: 10px 40px;
    height: 55px;
    line-height: 2em;
    margin-right: 40px;
    width: 30vw;
}
.upsales-btn.btn-thin {
    border-width: 1px;
}

.value-button-small,
.value-button {
    background-color: #333333;
    border-radius: 6px;
    font-size: 38px;
    cursor: pointer;
}

.value-button {
    width: 42px;
    height: 42px;
}

.value-button-small {
    width: 32px;
    height: 32px;
}

.tag-button.on svg path {
    fill: #ff9900;
}

.tip-change {
    margin-top: 25px;
}

button.tip {
    min-width: 60px;
    padding: 5px 15px;
    background-color: rgba(255, 255, 255, 0.15);
    color: #e5e5e5;
    border-radius: 6px;
    margin-right: 10px;
}

.medium .modal-container .modal-wrapper .items-review .upsales-btn {
    font-size: 14px;
}

.big .modal-container .modal-wrapper .items-review .upsales-btn {
    font-size: 16px;
}

.small .modal-container .modal-wrapper .items-review .upsales-btn {
    font-size: 12px;
}

*[class*='visible__'] {
    display: none;
}

@media all and (min-width: 1201px) {
    .hidden__xlg {
        display: none;
    }
    .visible__xlg {
        display: inherit;
    }
    .medium .hero .hero-title {
        font-size: 55px;
        font-weight: 500;
    }
    .big .hero .hero-title {
        font-size: 70px;
        font-weight: 500;
    }
    .small .hero .hero-title {
        font-size: 50px;
        font-weight: 500;
    }
    .medium .slider.rootCategory .rootCategory-close-info {
        font-size: 20px;
    }
    .medium .slider.rootCategory .section-title {
        font-size: 24px;
    }
    .medium .slider.rootCategory .rootCategory-category-name {
        font-size: 20px;
    }
    .medium .section-title {
        font-size: 34px;
    }
    .big .slider.rootCategory .rootCategory-close-info {
        font-size: 25px;
    }
    .big .slider.rootCategory .section-title {
        font-size: 27px;
    }
    .big .slider.rootCategory .rootCategory-category-name {
        font-size: 23px;
    }
    .big .section-title {
        font-size: 37px;
    }
    .small .slider.rootCategory .rootCategory-close-info {
        font-size: 18px;
    }
    .small .slider.rootCategory .section-title {
        font-size: 22px;
    }
    .small .slider.rootCategory .rootCategory-category-name {
        font-size: 18px;
    }
    .small .section-title {
        font-size: 32px;
    }
    .medium .modal-container .modal-wrapper .modal-title {
        font-size: 40px;
    }
    .medium .modal-container .modal-wrapper .modal-text-content {
        font-size: 40px;
    }
    .big .modal-container .modal-wrapper .modal-title {
        font-size: 44px;
    }
    .small .modal-container .modal-wrapper .modal-title {
        font-size: 38px;
    }
}
@media all and (max-width: 1100px) {
    .dishes-block-horizontal-item {
        min-height: unset;
    }
    .dishes-block-horizontal-item .dishes-block-left-image {
        width: 100%;
        max-width: 300px;
    }
}
@media (max-width: 979px) and (orientation: landscape) {
    #feature_order_item .order-hero.hero-modal img {
        max-height: 250px;
    }
}
@media all and (max-width: 979px) {
    .orders-spacing-pd.specify-allergies {
        padding: 0;
    }
}
@media all and (max-width: 979px) {
    .site-search {
        min-width: unset;
    }
}
@media all and (max-width: 900px) {
    .hidden__sm {
        display: none;
        width: 120px;
    }
    .visible__sm {
        display: unset;
    }
    .site-search {
        min-width: unset;
    }
    .site-search.active input {
        border-radius: 0;
    }
    .site-search .search-container {
        top: 47px;
    }
    .site-search input {
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        background-color: rgba(0, 0, 0, 0.95);
        border-color: rgba(204, 204, 204, 0.5);
    }
    .site-search.active.active-tags #tagsContainer {
        border: unset;
        border-radius: 0;
        border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    }
    .medium .hero .hero-title {
        font-size: 24px;
        font-weight: 500;
    }
    .medium .hero .hero-subtitle {
        font-size: 14px;
    }
    .big .hero .hero-title {
        font-size: 29px;
        font-weight: 500;
    }
    .big .hero .hero-subtitle {
        font-size: 18px;
    }
    .small .hero .hero-title {
        font-size: 19px;
        font-weight: 500;
    }
    .small .hero .hero-subtitle {
        font-size: 12px;
    }
    .hero .hero-content {
        top: 0;
        transform: translate(-50%, 0);
        width: 70%;
    }
    #cart_preview {
        position: fixed;
        bottom: 35px;
        left: 0;
        width: 100%;
        padding: 0 15px;
        align-items: flex-end;
        height: auto;
        z-index: 1;
    }
    #cart_preview a {
        width: 100%;
    }
    #cart_preview a .cart-preview {
        border: 2px solid #fff;
    }
    #cart_preview .cart-preview {
        width: 100%;
        border: 2px solid #fff;
    }
    #cart_preview .cart-preview {
        justify-content: space-between;
        padding-left: 12px;
        padding-right: 12px;
        font-size: 18px;
        margin-right: 0;
    }
    #cart_preview .cart-preview .cart-icon {
        order: 1;
    }
    #cart_preview .cart-preview .cart-icon svg {
        width: 37px;
        margin-bottom: 3px;
    }
    #cart_preview .cart-preview .cart-order-amount {
        order: 2;
    }
    #cart_preview .cart-preview .items-in-cart {
        order: 3;
        position: relative;
        top: unset;
        align-items: center;
        width: 32px;
    }
    #cart_preview .cart-preview .items-in-cart .items-count {
        width: 32px;
        height: 32px;
    }
    .site-header {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        width: 100%;
    }
    .site-header .toolbox-left {
        min-height: 90px;
        padding-left: 20px;
        background-color: rgba(0, 0, 0, 0.95);
        position: relative;
    }
    .site-header > div.header-wrapper {
        background-color: transparent;
        position: unset;
        height: unset;
        padding: 0;
        display: block;
    }
    .site-header > div.header-wrapper .header-title-wrapper {
        flex: 1;
        text-align: center;
        margin-right: 36px;
        z-index: 1;
    }
    .site-header > div.header-wrapper .header-title-wrapper .header-title {
        margin-bottom: 0;
        font-weight: 400;
    }
    .site-header > div.header-wrapper .header-title-wrapper .header-subtitle {
        margin-top: 10px;
    }
}
@media (max-width: 900px) and (orientation: landscape) {
    .site-header {
        position: unset;
    }
}
@media all and (max-width: 900px) {
    .medium .site-header .header-wrapper .header-title {
        font-size: 24px;
    }
    .medium .site-header .header-wrapper .header-subtitle {
        font-size: 14px;
    }
}
@media all and (max-width: 900px) {
    .big .site-header .header-wrapper .header-title {
        font-size: 28px;
    }
    .big .site-header .header-wrapper .header-subtitle {
        font-size: 18px;
    }
}
@media all and (max-width: 900px) {
    .small .site-header .header-wrapper .header-title {
        font-size: 22px;
    }
    .small .site-header .header-wrapper .header-subtitle {
        font-size: 12px;
    }
}
@media all and (max-width: 900px) {
    .site {
        overflow: unset;
    }
}
@media all and (max-width: 900px) {
    .slider.rootCategory .section-title {
        font-weight: 400;
        padding-bottom: 10px;
    }
}
@media all and (max-width: 900px) {
    main {
        margin-top: 30px;
    }
    main .text-content-description {
        margin-top: 0;
    }
    main .text-content-title-medium {
        line-height: 27px;
    }
    main .text-content-price {
        margin-bottom: 0;
        margin-top: 0;
    }
    main .dishes-block-hr-text {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        height: 100%;
        padding-left: 10px;
    }
}
@media all and (max-width: 900px) {
    .css-provider-home main {
        margin-top: 0;
    }
}
@media all and (max-width: 900px) {
    .order-customize .orders-spacing {
        margin-right: 32px;
    }
    .order-customize .orders-spacing > div {
        border-bottom: 1px solid #333333;
        padding-bottom: 30px;
    }
    .order-customize .custom-modifiers-list {
        width: 100%;
    }
}
@media all and (max-width: 900px) {
    .orders-spacing-pd {
        padding-right: 40px;
    }
}
@media all and (max-width: 900px) {
    .circle {
        width: 30px;
        height: 30px;
    }
    .circle .plus-icon {
        margin-bottom: 6px;
    }
}
@media all and (max-width: 900px) {
    .section-title {
        margin-top: 15px;
    }
}
@media all and (max-width: 900px) {
    .medium,
    .big,
    .small {
        min-height: calc(100vh - 150px);
    }
    .medium > div,
    .big > div,
    .small > div {
        min-height: calc(100vh - 244px);
    }
}
@media all and (max-width: 900px) {
    span.mb-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1;
        height: 800px;
        position: fixed;
        background-repeat: no-repeat;
    }
}
@media all and (max-width: 900px) {
    span.mb-bg-layer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 800px;
        background: linear-gradient(
            358.53deg,
            #333333 -0.44%,
            rgba(0, 0, 0, 0.9) -0.43%,
            #000000 -0.42%,
            rgba(0, 0, 0, 0.95) 10.39%,
            rgba(0, 0, 0, 0.8) 36.8%,
            rgba(0, 0, 0, 0.1) 99.2%
        );
    }
}
@media all and (max-width: 900px) {
    .sm-grid_col-12 {
        width: 100%;
    }
}
@media all and (max-width: 900px) {
    .sm-fd_column {
        flex-direction: column;
    }
}
@media all and (max-width: 900px) {
    .sm-grid_col-2-2 {
        width: 49%;
    }
    .sm-grid_col-2-2:nth-child(n) {
        margin-right: 1%;
        margin-bottom: 1%;
    }
    .sm-grid_col-2-2:nth-child(2n) {
        margin-right: 0;
    }
}
@media all and (max-width: 900px) {
    .sm-grid_col-2-3 {
        width: 48.5%;
    }
    .sm-grid_col-2-3:nth-child(n) {
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .sm-grid_col-2-3:nth-child(2n) {
        margin-right: 0;
    }
}
@media all and (max-width: 900px) {
    .sm-grid_col-2-4 {
        width: 48%;
    }
    .sm-grid_col-2-4:nth-child(n) {
        margin-right: 3%;
        margin-bottom: 3%;
    }
    .sm-grid_col-2-4:nth-child(2n) {
        margin-right: 0;
    }
}
@media all and (max-width: 900px) {
    .sm-grid_col-1-3 {
        width: 98%;
        margin-bottom: 2%;
    }
    .sm-grid_col-1-3:nth-child(n) {
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .sm-grid_col-1-3:nth-child(1n) {
        margin-right: 0;
    }
}
@media all and (max-width: 900px) {
    .grid-flex.filter-container .filter {
        width: 100%;
        margin-right: 10px;
    }
}
@media all and (max-width: 900px) {
    .grid_col-2-2:nth-child(n).sm-grid_col-12 {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
@media all and (max-width: 900px) {
    .margin-right-default.sm-spacing-reset {
        margin-right: 18px;
    }
}
@media all and (max-width: 900px) {
    .dishes-block-horizontal-item {
        min-height: unset;
        padding: 10px;
    }
    .dishes-block-horizontal-item .dishes-block-left-image {
        max-width: unset;
        min-width: unset;
        width: 200px;
        height: auto;
        aspect-ratio: 12/11;
    }
    .dishes-block-horizontal-item .dishes-block-hr-text {
        padding-left: 10px;
    }
    .dishes-block-horizontal-item
        .dishes-block-hr-text
        .special-tag-medium-wrapper:empty {
        display: none;
    }
}
@media all and (max-width: 900px) {
    .rootCategory-item-desc {
        display: none;
    }
}
@media all and (max-width: 900px) {
    .dishes-block-vr-item .dishes-block-vr-content,
    .call-in-action .text-bg {
        bottom: 10px;
    }
}
@media all and (max-width: 900px) {
    main#main > .container section.margin-left-default {
        margin-left: 18px;
    }
}
@media all and (max-width: 900px) {
    .rootCategory.slider .rootCategory-wrapper {
        flex-wrap: unset;
        overflow-x: scroll;
    }
    .rootCategory.slider
        .rootCategory-wrapper
        .button-rootCategory-item
        .rootCategory-title {
        display: flex;
        align-items: center;
    }
    .rootCategory.slider ::-webkit-scrollbar {
        display: none;
    }
}
@media all and (max-width: 900px) {
    .slider.rootCategory .square-comp {
        display: flex;
        overflow-x: scroll;
    }
    .slider.rootCategory ::-webkit-scrollbar {
        display: none;
    }
    .slider.rootCategory .carousel-cell {
        min-width: 102px;
        min-height: 102px;
        width: auto;
        height: auto;
        border-radius: 6px;
    }
    .slider.rootCategory .carousel-cell.active {
        background: #404040;
    }
    .slider.rootCategory
        .section-title.rootCategory-title.active-rootCategory::before {
        content: '';
        background-image: url('../../../img/svg/checkmark.svg');
        background-size: 15px;
        width: 15px;
        height: 15px;
        background-repeat: no-repeat;
    }
    .slider.rootCategory .rootCategory-category-name {
        margin-top: 0;
    }
}
@media all and (max-width: 900px) {
    .text-content-title-medium {
        font-weight: 600;
    }
}
@media all and (max-width: 900px) {
    .medium .text-content-title-medium {
        font-size: 16px;
    }
    .medium .text-content-description {
        font-size: 14px;
        line-height: 1.4em;
    }
    .medium .text-content-price {
        font-size: 14px;
    }
    .medium .slider.rootCategory .section-title {
        font-size: 18px;
    }
    .medium .slider.rootCategory .rootCategory-close-info {
        font-size: 16px;
    }
    .medium .slider.rootCategory .rootCategory-category-name {
        font-size: 14px;
    }
    .medium .section-title {
        font-size: 18px;
    }
}
@media all and (max-width: 900px) {
    .big .text-content-title-medium {
        font-size: 20px;
    }
    .big .text-content-description {
        font-size: 17px;
        line-height: 1.4em;
    }
    .big .text-content-price {
        font-size: 17px;
    }
    .big .slider.rootCategory .section-title {
        font-size: 21px;
    }
    .big .slider.rootCategory .rootCategory-close-info {
        font-size: 19px;
    }
    .big .slider.rootCategory .rootCategory-category-name {
        font-size: 17px;
    }
    .big .section-title {
        font-size: 21px;
    }
}
@media all and (max-width: 900px) {
    .small .text-content-title-medium {
        font-size: 14px;
    }
    .small .text-content-description {
        font-size: 12px;
        line-height: 1.4em;
    }
    .small .text-content-price {
        font-size: 12px;
    }
    .small .slider.rootCategory .section-title {
        font-size: 16px;
    }
    .small .slider.rootCategory .rootCategory-close-info {
        font-size: 14px;
    }
    .small .slider.rootCategory .rootCategory-category-name {
        font-size: 14px -2px;
    }
    .small .section-title {
        font-size: 16px;
    }
}
@media all and (max-width: 900px) {
    .medium .modal-container .modal-wrapper .modal-title {
        font-size: 24px;
    }
    .medium .modal-container .modal-wrapper .modal-text-content {
        font-size: 14px;
        line-height: 1.4em !important;
    }
    .medium .modal-container .modal-wrapper .orders-spacing {
        font-size: 20px;
    }
    .medium .modal-container .modal-wrapper .orders-spacing h4 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .medium .modal-container .modal-wrapper .price {
        font-size: 16px;
    }
}
@media all and (max-width: 900px) {
    .big .modal-container .modal-wrapper .modal-title {
        font-size: 27px;
    }
    .big .modal-container .modal-wrapper .modal-text-content {
        font-size: 17px;
        line-height: 1.4em !important;
    }
    .big .modal-container .modal-wrapper .orders-spacing {
        font-size: 23px;
    }
    .big .modal-container .modal-wrapper .orders-spacing h4 {
        font-size: 23px;
        margin-bottom: 0;
    }
    .big .modal-container .modal-wrapper .price {
        font-size: 19px;
    }
}
@media all and (max-width: 900px) {
    .small .modal-container .modal-wrapper .modal-title {
        font-size: 22px;
    }
    .small .modal-container .modal-wrapper .modal-text-content {
        font-size: 12px;
        line-height: 1.4em !important;
    }
    .small .modal-container .modal-wrapper .orders-spacing {
        font-size: 18px;
    }
    .small .modal-container .modal-wrapper .orders-spacing h4 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .small .modal-container .modal-wrapper .price {
        font-size: 14px;
    }
}
@media all and (max-width: 900px) {
    .modal-container .bottom-content-wrapper {
        margin-bottom: 60px;
    }
    .modal-container .tip-change input {
        border: none;
    }
    .modal-container .modal-wrapper .modal-title {
        margin-top: 10px;
    }
}
@media all and (max-width: 900px) {
    .modal-footer {
        height: 70px;
        display: block;
    }
}
@media all and (max-width: 900px) {
    .submit-wrapper {
        margin-left: 20px;
        display: flex;
    }
    .submit-wrapper .submit-btn {
        width: 160px;
        font-size: 18px;
    }
}
@media all and (max-width: 900px) {
    .preview-cart-wrapper .hero-container-modal {
        min-height: 200px;
        max-height: 250px;
    }
}
@media all and (max-width: 900px) {
    .accept-message .btn-container button {
        padding: 5px 10px;
        font-size: 15px;
        width: 100%;
        margin-right: 10px;
        text-align: center;
        justify-content: center;
    }
}
@media all and (max-width: 900px) {
    .accept-message .btn-container button:nth-child(2) {
        margin-top: 16px;
    }
}
@media all and (max-width: 900px) {
    .accept-message .btn-container button:nth-child(3) {
        margin-top: 16px;
    }
}
@media all and (max-width: 900px) {
    .medium .order-request h3 {
        font-size: 20px;
    }
    .medium .checkbox-container .dressing {
        font-size: 18px;
    }
}
@media all and (max-width: 900px) {
    .big .order-request h3 {
        font-size: 23px;
    }
    .big .checkbox-container .dressing {
        font-size: 21px;
    }
}
@media all and (max-width: 900px) {
    .small .order-request h3 {
        font-size: 18px;
    }
    .small .checkbox-container .dressing {
        font-size: 16px;
    }
}
@media all and (max-width: 900px) {
    .close-window-container {
        width: 58px;
        height: 55px;
    }
    .close-window-container #close_order,
    .close-window-container .close-modal {
        position: fixed;
        top: 0px;
        right: 0px;
        align-items: center;
        width: 58px;
        height: 55px;
    }
    .close-window-container #close_order {
        font-size: 24px;
    }
}
@media all and (max-width: 900px) {
    #feature_order_item .order-top-container {
        margin-right: 32px;
        border-bottom: 1px solid #333333;
    }
    #feature_order_item .item-price {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    #feature_order_item .order-hero.hero-modal img {
        max-height: 300px;
    }
}
@media all and (max-width: 900px) {
    .order-customize .choices-list .checkbox-container {
        margin-top: 12px;
    }
}
@media all and (max-width: 900px) {
    .cart-content-container .recent-slider-content {
        align-items: flex-start;
    }
    .cart-content-container .recent-slider-content .text-content-description,
    .cart-content-container .recent-slider-content .text-content-price {
        margin: 0;
    }
}
@media all and (max-width: 900px) {
    .medium #feature_order_item .item-price {
        font-size: 24px;
    }
}
@media all and (max-width: 900px) {
    .big #feature_order_item .item-price {
        font-size: 27px;
    }
}
@media all and (max-width: 900px) {
    .small #feature_order_item .item-price {
        font-size: 22px;
    }
}
@media all and (max-width: 900px) {
    .css-home .dishes-block-vr-item .layer {
        border-radius: 6px;
    }
    .css-home .dishes-block-vr-content {
        width: 100%;
        text-align: center;
        overflow: hidden;
        text-align: left;
    }
    .css-home .dishes-block-vertical > .grid-flex {
        justify-content: center;
    }
    .css-home .dishes-block-vertical .dishes-block-vr-item img {
        aspect-ratio: 20/9;
    }
    .css-home .dishes-block-vertical + div:not(.sm-jc_center) {
        justify-content: space-between;
    }
    .css-home .sm-jc_center {
        justify-content: center;
    }
    .css-home .rootCategory-item-link {
        font-weight: 600;
        text-align: center;
    }
    .css-home .rootCategory-item-desc {
        margin-top: 10px;
        font-weight: 600;
    }
    .css-home .sm-aspect_1-1 {
        aspect-ratio: 1/1;
    }
    .css-home .sm-aspect_16-9 {
        aspect-ratio: 16/9;
    }
    .css-home .carousel-cell .text-bg {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
    .css-home .carousel-cell h3 {
        text-align: left;
        padding-left: 20px;
        padding-right: 20px;
    }
    .css-home .carousel-cell .layer {
        border-radius: 6px;
    }
    .css-home .app-hero--logo {
        margin-bottom: 0;
    }
    .css-home .mob-title {
        font-size: 18px;
        font-weight: 600;
        margin: 0;
    }
    .css-home .mob-subtitle {
        font-size: 14px;
        font-weight: 400;
        margin-top: 5px;
    }
}
@media all and (max-width: 900px) {
    .home .css-rootCategory-category main {
        margin-bottom: 80px;
    }
    .home .css-provider-home main {
        margin-bottom: 80px;
    }
    .home .css-search main {
        margin-bottom: 80px;
    }
    .home main {
        min-height: calc(100vh - 300px);
    }
}
@media all and (max-width: 900px) {
    .medium.css-home .dishes-block-vr-content .rootCategory-item-link {
        font-size: 18px;
    }
    .medium.css-home .dishes-block-vr-content .rootCategory-item-desc {
        font-size: 12px;
    }
    .medium.css-home .carousel-cell .rootCategory-item-link {
        font-size: 18px;
    }
    .medium.css-home .carousel-cell .rootCategory-item-desc {
        font-size: 12px;
    }
}
@media all and (max-width: 900px) {
    .big.css-home .dishes-block-vr-content .rootCategory-item-link {
        font-size: 21px;
    }
    .big.css-home .dishes-block-vr-content .rootCategory-item-desc {
        font-size: 15px;
    }
    .big.css-home .carousel-cell .rootCategory-item-link {
        font-size: 18px;
    }
    .big.css-home .carousel-cell .rootCategory-item-desc {
        font-size: 12px;
    }
}
@media all and (max-width: 900px) {
    .small.css-home .dishes-block-vr-content .rootCategory-item-link {
        font-size: 16px;
    }
    .small.css-home .dishes-block-vr-content .rootCategory-item-desc {
        font-size: 10px;
    }
    .small.css-home .carousel-cell .rootCategory-item-link {
        font-size: 18px;
    }
    .small.css-home .carousel-cell .rootCategory-item-desc {
        font-size: 12px;
    }
}
@media all and (max-width: 900px) {
    .medium .rootCategory-item-link {
        font-size: 24px;
    }
}
@media all and (max-width: 900px) {
    .css-home #main {
        margin-top: unset;
    }
    .css-home #main > .container section.margin-left-default {
        margin-left: 0;
    }
    .css-home
        #main
        > .container
        section.margin-left-default
        .sm-grid_col-2-2:nth-child(2n) {
        margin-left: 1%;
    }
    .css-home
        #main
        > .container
        section.margin-left-default
        .dishes-block-vertical {
        margin-right: 0;
        margin-bottom: 0;
    }
    .css-home .extra-content-wrapper {
        position: relative;
        text-align: center;
        display: block;
    }
    .css-home .extra-content-wrapper .extra-content {
        position: absolute;
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: #000000;
        margin-bottom: 10px;
        margin-left: 30px;
        margin-right: 30px;
        border-radius: 6px;
        z-index: 99999;
        left: 0;
        right: 0;
        top: 80px;
    }
    .css-home .extra-content-wrapper .extra-content .close-extra-content {
        position: absolute;
        top: 13px;
        right: 13px;
    }
    .css-home
        .extra-content-wrapper
        .extra-content
        .close-extra-content::before {
        content: url('../../img/close.png');
        display: block;
    }
    .css-home .extra-content-wrapper h1 {
        font-size: 20px;
        font-weight: 400;
    }
    .css-home .extra-content-wrapper h2 {
        font-size: 18px;
    }
    .css-home .extra-content-wrapper p {
        font-size: 14px;
        font-weight: 400;
    }
}
@media all and (max-width: 900px) {
    .special-tag-medium-wrapper {
        margin-bottom: 10px;
    }
    .special-tag-medium-wrapper .special-tag-medium {
        margin-bottom: 0;
    }
}
@media all and (max-width: 900px) {
    .submit-order-btns {
        padding-bottom: 80px;
    }
    .submit-order-btns .grid-flex {
        flex-wrap: wrap;
    }
    .submit-order-btns button {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media all and (max-width: 900px) {
    .product-count .key-value {
        padding-right: 0;
    }
}
@media all and (max-width: 900px) {
    .items-review .product-count {
        flex-wrap: wrap;
        margin-right: 30px;
    }
    .items-review .product-count > .grid-flex {
        margin-right: 20px;
    }
    .items-review .product-count .key-value {
        padding-left: 0;
    }
    .items-review .product-count .key-value .key {
        margin-right: 10px;
    }
    .items-review .product-count:nth-child(1) > .grid-flex {
        margin-bottom: 20px;
    }
    .items-review.submit-order-btns > div {
        margin-right: 35px;
    }
    .items-review.submit-order-btns button {
        margin-right: 0;
        justify-content: center;
    }
}
@media all and (max-width: 900px) {
    .medium .key-value {
        font-size: 20px;
    }
    .medium .key-value .sub-total,
    .medium .key-value .delivery-price {
        font-size: 18px;
    }
    .medium .deliver-option {
        font-size: 18px;
    }
}
@media all and (max-width: 900px) {
    .big .key-value {
        font-size: 23px;
    }
    .big .deliver-option {
        font-size: 23px;
    }
}
@media all and (max-width: 900px) {
    .small .key-value {
        font-size: 18px;
    }
    .small .deliver-option {
        font-size: 18px;
    }
}
@media all and (max-width: 900px) {
    .tag-symbol.tag-medium {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }
}
@media all and (max-width: 900px) {
    .site-footer {
        padding-bottom: 40px;
        min-height: 94px;
        border-top: 1px solid #333333;
        background-color: black;
        width: 100%;
    }
    .site-footer > div.align-center {
        align-items: flex-end;
        padding-bottom: 10px;
    }
}
@media all and (max-width: 480px) {
    .hidden__xs {
        display: none;
    }
    .visible__xs {
        display: inherit;
    }
    .dishes-block-horizontal-item .dishes-block-left-image {
        width: 200px;
    }
    .items-review > div {
        margin-left: 20px;
        margin-right: 20px;
    }
    .order-place {
        flex-direction: column;
        align-items: flex-start;
    }
    .order-place .submit-wrapper {
        margin-left: 0;
        margin-top: 15px;
    }
}
.site-footer {
    height: 94px;
    border-top: 1px solid #333333;
}
.site-footer a {
    margin-right: 30px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}
.site-footer a:hover {
    color: #fff;
} /*# sourceMappingURL=style.css.map */
