@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Lato:400,700";
@font-face {
  font-family: 'fontello';
  src: url("/assets-fonts/fontello.woff2") format("woff2"), url("/assets-fonts/fontello.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GothamCondensed-Medium';
  src: url("/assets-fonts/GothamCondensed-Medium_gdi.woff2") format("woff2"), url("/assets-fonts/GothamCondensed-Medium_gdi.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-2122; }
@font-face {
  font-family: 'GravurCondensed-Bold';
  src: url("/assets-fonts/GravurCondensed-Bold_gdi.woff2") format("woff2"), url("/assets-fonts/GravurCondensed-Bold_gdi.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA; }
@font-face {
  font-family: 'GravurCondensed-Light';
  src: url("/assets-fonts/GravurCondensed-Light_gdi.woff2") format("woff2"), url("/assets-fonts/GravurCondensed-Light_gdi.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA; }
.compose .category__header {
  margin-bottom: 3rem; }
  .compose .category__header:before {
    display: table;
    content: ""; }
  .compose .category__header:after {
    display: table;
    content: "";
    clear: both; }

.compose .category__title {
  float: left; }

.compose .product__buttons {
  float: right; }

.compose .category__header .product__buttons {
  margin: .5em 0 0 .5em; }

.compose .product__price {
  width: auto;
  font-size: 4rem;
  font-weight: 700;
  line-height: 42px; }

.compose .product__add {
  float: right;
  width: auto;
  margin-left: 1.5rem;
  padding: 0 1.2em;
  height: 42px;
  line-height: 42px;
  font-size: 1.8rem; }

.compose .category__description {
  clear: both; }
  .compose .category__description:before {
    display: table;
    content: ""; }
  .compose .category__description:after {
    display: table;
    content: "";
    clear: both; }

.compose__size,
.compose__sauce,
.compose__type,
.compose__toppings {
  display: none;
  width: 100%; }

.compose__footer {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #bababa; }

.compose-row__header {
  padding-bottom: .5em; }
  .compose-row__header:before {
    display: table;
    content: ""; }
  .compose-row__header:after {
    display: table;
    content: "";
    clear: both; }

.compose-row__header-title {
  float: left;
  width: 50%;
  font-size: 2.7rem;
  font-family: "GravurCondensed-Bold", Arial, sans-serif;
  color: #006633;
  font-weight: 400;
  text-transform: uppercase; }

.compose-row__header-select {
  float: left; }

.compose-row__header .nice-select__container {
  float: left;
  width: 250px; }

.compose-row__header .nice-select {
  width: 100%;
  border-color: #a8a8a8; }

.compose {
  counter-reset: step_num; }

.compose-row__header-title:before {
  counter-increment: step_num;
  content: counter(step_num) " - "; }

.compose-row__body {
  margin: 1rem 0; }

.compose-row__header + .compose-row__body {
  border-top: 1px solid #bababa; }

.compose-row__body-wrapper {
  display: flex;
  align-items: center; }
  .compose-row__body-wrapper:before {
    display: table;
    content: ""; }
  .compose-row__body-wrapper:after {
    display: table;
    content: "";
    clear: both; }

.compose-row__body-image {
  float: left;
  width: 50%; }

.compose-row__body-image img {
  width: 210px;
  max-width: 90%; }

.compose-row__body-details {
  float: left;
  padding: 1rem 0;
  width: 50%; }

.compose-row__body-title {
  font-size: 2rem;
  font-family: "GravurCondensed-Bold", Arial, sans-serif;
  color: #97bf0d;
  font-weight: 400;
  text-transform: uppercase; }

.compose-row__body-description {
  font-size: 1.6rem; }

@media screen and (max-width: 52.5em) {
  .compose-row__header-title {
    float_: none;
    margin: .7rem 1.5rem 0 0;
    width: auto;
    font-size: 2.3rem; }

  .compose-row__header .nice-select__container {
    margin-top: .5rem;
    width: auto;
    max-width: 100%; }

  .compose-row__body-image {
    width: 35%; }

  .compose-row__body-details {
    width: 65%; }

  .compose-row__body-description {
    font-size: 1.4rem; } }
@media screen and (max-width: 20em) {
  .compose-row__body-image {
    display: none; }

  .compose-row__body-details {
    float: none;
    width: 100%; } }
/***************************
  Compose set
***************************/
.compose-set {
  margin: 3rem 0 2rem;
  width: 100%; }

.compose-set__wrapper:before {
  display: table;
  content: ""; }
.compose-set__wrapper:after {
  display: table;
  content: "";
  clear: both; }

.compose-set__option {
  float: left;
  width: 33.33%; }

.compose-set__option:nth-child(3n+1) {
  clear: left; }

.compose-set__option[data-option-disabled] {
  display: none; }

.compose-set__label {
  display: block;
  position: relative;
  padding: 0 5px 8px 21px;
  cursor: pointer; }

.compose-set__label input[type=checkbox] {
  position: absolute;
  left: 1px;
  top: 1px;
  margin: 0;
  opacity: 0; }

.compose-set__text {
  position: relative;
  display: block; }

.compose-set__text:before,
.compose-set__text:after {
  content: '';
  display: block;
  position: absolute;
  left: -21px;
  top: -1px;
  width: 16px;
  height: 16px;
  box-sizing: border-box; }

.compose-set__text:before {
  width: 16px;
  height: 16px;
  border: 1px solid; }

.compose-set__text:after {
  display: none;
  margin: 3px;
  width: 10px;
  height: 10px; }

.compose-set__label input[type=checkbox]:checked + .compose-set__text {
  font-weight: 700; }

.compose-set__label input[type=checkbox]:checked + .compose-set__text:after {
  display: block; }

.compose-set__text:before {
  top: 1px;
  border-color: 0.3em;
  background-color: #fff;
  border-radius: 0.3em; }

.compose-set__text:after {
  top: 1px;
  background-color: #97bf0d; }

.compose-set__label input[type="checkbox"]:checked + .compose-set__text {
  font-weight: 400; }

@media screen and (max-width: 40em) {
  .compose-set__option {
    float: left;
    width: 50%; }

  .compose-set__option:nth-child(3n+1) {
    clear: none; }

  .compose-set__option:nth-child(2n+1) {
    clear: left; } }
@media screen and (max-width: 30em) {
  .compose-set__option {
    float: none;
    width: 100%; } }
.page_index {
  background-color: #05491a; }

.content_index {
  margin-top: 0;
  margin-bottom: 0;
  background: #05491a url("/assets-images/hp-bg.jpg") no-repeat center top;
  background-size: cover; }

@media screen and (max-width: 52.5em) {
  .content_index .content__wrapper {
    width: 100%; } }
/**************
  Slider
**************/
.unslider {
  position: relative; }

.unslider-nav {
  position: absolute;
  left: 0;
  bottom: 1em;
  width: 100%; }

.unslider-nav ol li {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 2px solid #fff !important;
  border-radius: 50%; }

.unslider-nav .unslider-active {
  background-color: #97bf0d !important;
  border-color: #97bf0d !important; }

/*************
  Links
*************/
.home-links {
  background-color: #d0df99; }
  .home-links:before {
    display: table;
    content: ""; }
  .home-links:after {
    display: table;
    content: "";
    clear: both; }

.home-links__item {
  float: left;
  width: 20%; }

.home-links__item:nth-child(1) {
  background-color: #d0df99; }

.home-links__item:nth-child(2) {
  background-color: #b9d065; }

.home-links__item:nth-child(3) {
  background-color: #9ccc65; }

.home-links__item:nth-child(4) {
  background-color: #7cb342; }

.home-links__item:nth-child(5) {
  background-color: #689f38; }

.home-links__title {
  font-size: 2.4rem;
  font-family: "GravurCondensed-Light", Arial, sans-serif;
  color: #333;
  font-weight: 400;
  line-height: 1;
  word-wrap: break-word; }

.home-links__icon {
  margin-top: 2rem;
  border: none; }

.home-links__link {
  display: block;
  padding: 1rem 3%;
  min-height: 180px;
  color: #333;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease; }

.home-links__link:hover {
  background-color: #afdf78; }

@media screen and (max-width: 64em) {
  .home-links__title {
    min-height: 50px; }

  .home-links__icon {
    margin-top: 1rem;
    max-height: 90px; } }
@media screen and (max-width: 52.5em) {
  .home-links__item {
    width: 50%; } }
@media screen and (max-width: 30em) {
  .home-links__item {
    width: 100%; }

  .home-links__link {
    min-height: 0; }

  .home-links__title {
    min-height: 0; } }
/***************************
  Shop list
***************************/
.index-shop-list__section-title {
  margin: 0 0 2rem;
  font-size: 3.7rem;
  font-family: "GravurCondensed-Bold", Arial, sans-serif;
  color: #97bf0d;
  font-weight: 400; }

.index-shop-list__map {
  margin: 3rem 0 5rem; }

.index-shop-list__map-info-button {
  color: #fff;
  background-color: #97bf0d;
  border: none;
  padding: 0.7em 1em;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  font-size: 1.3rem;
  text-decoration: none;
  line-height: 1;
  text-align: center;
  display: inline-block;
  margin: 1rem auto 0;
  min-width: 150px;
  max-width: 100%; }
  .index-shop-list__map-info-button:hover {
    color: #fff;
    background-color: #063; }

.index-shop-list__map-info-pending {
  font-weight: bold;
  margin-top: 1rem; }

.index-shop-list__header {
  margin: 2rem 0 2rem;
  text-align: center; }
  .index-shop-list__header:before {
    display: table;
    content: ""; }
  .index-shop-list__header:after {
    display: table;
    content: "";
    clear: both; }

.index-shop-list__title {
  display: inline-block;
  position: relative;
  top: -.2em;
  margin: 0 1rem 0 0;
  font-size: 3.5rem;
  font-family: "GravurCondensed-Bold", Arial, sans-serif;
  color: #97bf0d;
  font-weight: 400;
  line-height: 1; }

.index-shop-list__filter {
  display: inline-block;
  margin: 0; }

.index-shop-list__filter .nice-select .list {
  margin-left: 0;
  max-height: 0;
  overflow-y: hidden; }

/* margin-left: fix for '.static ul' */
.index-shop-list__filter .nice-select.open .list {
  max-height: 292px;
  overflow-y: auto; }

/* 292px to add a tip that list can be scrolled (for mobile) */
.index-shop-list__shops {
  vertical-align: top;
  margin: 0 -1rem; }
  .index-shop-list__shops:before {
    display: table;
    content: ""; }
  .index-shop-list__shops:after {
    display: table;
    content: "";
    clear: both; }

.index-shop-list__shop {
  float: left;
  width: 25%;
  padding: 0 1rem 2rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 4rem; }

.index-shop-list__shop:nth-child(4n+1) {
  clear: left; }

.index-shop-list__shop-address {
  min-height: 9rem; }

.index-shop-list__shop-title {
  font-size: 2rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #006633;
  font-weight: 600;
  line-height: 1.2; }

.index-shop-list__shop-phone {
  font-weight: 600; }

.index-shop-list__shop p {
  margin-bottom: .5em;
  line-height: 1.2; }

.index-shop-list__shop-link {
  color: #fff;
  background-color: #97bf0d;
  border: none;
  padding: 0.7em 1em;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  font-size: 1.3rem;
  text-decoration: none;
  line-height: 1;
  text-align: center;
  display: inline-block;
  margin: 1rem auto 0;
  min-width: 150px;
  max-width: 100%; }
  .index-shop-list__shop-link:hover {
    color: #fff;
    background-color: #063; }

.index-shop-list__shop-pending {
  font-size: 1.3rem;
  padding-top: 1.7rem;
  font-weight: bold; }

@media screen and (max-width: 52.5em) {
  .index-shop-list {
    margin: 2rem 0 0; }

  .index-shop-list__map {
    margin: 2rem 0;
    width: 94%; }

  .index-shop-list__map iframe {
    height: 300px;
    width: 98%; }

  .index-shop-list__shop {
    width: 33.3333%; }

  .index-shop-list__shop:nth-child(4n+1) {
    clear: none; }

  .index-shop-list__shop:nth-child(3n+1) {
    clear: left; } }
@media screen and (max-width: 40em) {
  .index-shop-list__shop {
    width: 50%; }

  .index-shop-list__shop:nth-child(3n+1) {
    clear: none; }

  .index-shop-list__shop:nth-child(2n+1) {
    clear: left; }

  .index-shop-list__title {
    font-size: 2.5rem; } }
@media screen and (max-width: 30em) {
  .index-shop-list__shops {
    margin: 0; }

  .index-shop-list__shop {
    padding: 0 0 2rem;
    width: 100%; }

  .index-shop-list__shop-address {
    min-height: 0; } }
/***************************
  Static page
***************************/
.static-page h1,
.static-page h2,
.static-page h3,
.static-page h4,
.static-page h5,
.static-page h6 {
  color: #97bf0d;
  font-family: "GravurCondensed-Bold", Arial, sans-serif;
  font-weight: 400; }

.static-page .static-page__title {
  font-size: 3.4em;
  font-family: "GravurCondensed-Bold", Arial, sans-serif;
  color: #97bf0d;
  font-weight: 400;
  line-height: 1.1; }

.static-page .nice-select .list {
  margin-left: 0;
  margin-bottom: 0; }

@media screen and (max-width: 48em) {
  .static-page .static-page__title {
    font-size: 4rem; } }
/* Contact page */
.content_contact {
  margin-top: 0;
  margin-bottom: 0; }

.static-page_contacts {
  padding: 1em 0 2em;
  background: url("/assets-images/contact-bg.jpg") no-repeat right top;
  background-size: auto 100%; }

.contact-form {
  width: 600px;
  max-width: 100%; }

.contact-form .checkout__fieldset {
  margin: 0;
  width: 100%; }
.contact-form .checkout__footer {
  margin: 2rem 0 0; }
.contact-form .form-buttons {
  padding-left: 150px; }
.contact-form .form-buttons__button {
  width: 100%; }

.contact-form_stuff {
  margin-top: 3rem; }

.contact-form_stuff form {
  margin-left: 7%; }

@media screen and (max-width: 40em) {
  .contact-form_stuff form {
    margin-left: 0; } }
.contact-form .contact__section-title {
  margin-bottom: 3rem;
  font-size: 2.5em;
  font-family: "GravurCondensed-Bold", Arial, sans-serif;
  color: #97bf0d;
  font-weight: 400;
  line-height: 1.1; }

.contact__section_form-error {
  color: red;
  padding: 0 0 3rem;
  font-size: 1.9rem; }

/* Anchor navigation */
.anchor-nav {
  margin-bottom: 2rem;
  font-size: 2.1rem;
  font-family: "GravurCondensed-Bold", Arial, sans-serif;
  color: #434343;
  font-weight: 400;
  text-transform: uppercase; }

.anchor-nav p {
  margin: 0; }

.anchor-nav a {
  display: inline-block;
  margin-right: 2rem;
  text-decoration: none; }

.anchor-nav a:hover {
  text-decoration: underline; }

@media screen and (max-width: 48em) {
  .static-page_contacts {
    background: none; }

  .contact-form .form-buttons {
    padding-left: 0; } }
body {
  font-size: 1.5rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #212121; }

input, select, textarea {
  font-size: 1.5rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #212121; }

.header {
  padding: 1em 0 3em;
  background-color: #97bf0d; }

.header__wrapper {
  position: relative; }

.header__slogan {
  position: absolute;
  left: 30%;
  bottom: -3px;
  font-size: 2.4rem;
  font-family: "GravurCondensed-Light", Arial, sans-serif;
  color: #fff;
  line-height: 1; }

@media screen and (max-width: 52.5em) {
  .header {
    padding: .5em 0;
    border-bottom: 1px solid #97bf0d; }

  .header__slogan {
    display: none; }

  .header__logo-image {
    padding: 3px 0;
    height: 35px; }

  .header__basket-menu, .header__burger-menu {
    margin-top: 0em; }

  .static-page p iframe {
    width: 100%; } }
.form-buttons__button {
  color: #fff;
  background-color: #97bf0d;
  border: none;
  padding: 1em 2em;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .form-buttons__button:hover {
    color: #fff;
    background-color: #063; }

.form-buttons__link {
  font-size: 1.6rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000; }

.form-buttons__link:hover {
  color: #000; }

.dropdown-menu__header-link {
  font-size: 1.8rem;
  font-family: "GothamCondensed-Medium", Arial, sans-serif;
  color: #063;
  font-weight: 400;
  text-transform: uppercase;
  padding: .5em 1em;
  border: 2px solid transparent;
  -webkit-transition: border-color .2s ease;
  transition: border-color .2s ease; }

.dropdown-menu_shop .dropdown-menu__header-link {
  padding-right: .5em; }

.dropdown-menu__header-icon:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: .2em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

.dropdown-menu__header-link:hover,
[data-dropdown-open] .dropdown-menu__header-link {
  color: #063;
  background-color: #97bf0d;
  border-color: #063; }

.dropdown-menu__body {
  font-size: 1.8rem;
  font-family: "GothamCondensed-Medium", Arial, sans-serif;
  color: #fff;
  background-color: #063;
  border: 1px solid #97bf0d; }

[data-dropdown-open] .dropdown-menu__body {
  z-index: 310;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  -ms-transition: -ms-transform 0.15s ease-out;
  transition: transform 0.15s ease-out; }

.dropdown-menu_user .dropdown-menu__item {
  text-transform: uppercase; }

.dropdown-menu__body-link {
  font-size: 1.6rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff; }

.basket-menu__basket-icon {
  color: #004b2d; }
  .basket-menu__basket-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

.basket-menu__items {
  background-color: #f0cd4c;
  border: 2px solid #f0cd4c;
  height: 18px;
  width: 18px; }

.shop-info {
  color: #fff;
  background-color: #063; }

.shop-info__title {
  margin-top: .6em;
  font-size: 1.6rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700; }

.shop-info__link {
  color: #fff; }

.shop-info__feature-title {
  font-size: 1.8rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.1; }

.shop-info__feature-content {
  font-size: 1.7rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.2; }

.shop-info__feature-content p + p {
  margin-top: .2rem; }

.shop-info .social-icons__link {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  line-height: 34px; }

.shop-info .social-icons__link:hover {
  color: #97bf0d;
  background-color: transparent;
  border-color: #97bf0d; }

.shop-info_mobile {
  color: #1d1d1d;
  background-color: #fff; }

._shop-info_mobile .shop-info__social-icons_mobile {
  display: block;
  margin-top: 1em; }

.shop-info_mobile .shop-info__title {
  color: #1d1d1d; }
.shop-info_mobile .shop-info__link {
  color: #1d1d1d; }

.shop-info_mobile .social-icons__link {
  color: #063;
  border-color: #063; }

.burger-menu__button {
  padding-bottom: 5px; }

.burger-menu__line {
  height: 6px;
  border-top: 2px solid #004b2d; }

.category-navigation {
  background-color: #063; }

.category-navigation__item {
  font-size: 2.3rem;
  font-family: "GothamCondensed-Medium", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase; }

.category-navigation__link {
  margin-top: 1rem;
  border-radius: .5rem .5rem 0 0;
  padding: .6em .85em 1em;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

.category-navigation__link:hover,
.category-navigation__item_active .category-navigation__link {
  color: #fff;
  background-color: #97bf0d; }

.category-navigation_mobile {
  border-top: none;
  height: 5rem;
  position: relative; }
  .category-navigation_mobile .category-navigation__item {
    font-size: 1.8rem; }
  .category-navigation_mobile .category-navigation__list {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    padding: 1rem 0 0; }
  .category-navigation_mobile .category-navigation__link {
    line-height: 4rem;
    padding: 0 1rem;
    margin-top: 0; }

.account-navigation {
  font-size: 2.3rem;
  font-family: "GothamCondensed-Medium", Arial, sans-serif;
  color: #fff;
  background-color: #063; }

.account-navigation__item {
  font-size: 2.3rem;
  font-family: "GothamCondensed-Medium", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase; }

.account-navigation__link {
  margin-top: 1rem;
  border-radius: .5rem .5rem 0 0;
  padding: .6em .85em 1em;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

.account-navigation__link:hover,
.account-navigation__item_active .account-navigation__link {
  color: #fff;
  background-color: #97bf0d; }

.checkout-navigation {
  background-color: #063; }

.checkout-navigation__list {
  padding-right: 20px; }

.checkout-navigation__item {
  margin-top: .3em;
  padding: 0 .8em 0 1.2em;
  height: 62px;
  line-height: 62px;
  font-size: 2.3rem;
  font-family: "GothamCondensed-Medium", Arial, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: .3em 0 0 0; }

.checkout-navigation__item_active {
  color: #fff;
  background-color: #97bf0d; }

.checkout-navigation__item_active:after {
  content: '';
  display: block;
  position: absolute;
  right: -19px;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 30px solid transparent;
  border-left: 19px solid #97bf0d;
  border-top: 30px solid transparent; }

.checkout__header {
  padding-bottom: .5em;
  border-bottom: 1px solid #bababa; }

.checkout__title {
  font-size: 3.7rem;
  font-family: "GravurCondensed-Bold", Arial, sans-serif;
  color: #97bf0d;
  font-weight: 400;
  text-transform: uppercase; }

.checkout-row__label,
.checkout-row__group-label,
.checkout-confirm__title {
  font-size: 1.9rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #063; }

.checkout__fieldset {
  font-size: 1.6rem; }

.checkout-variant__label {
  font-size: 1.6rem; }

.checkout-variant__select-label,
.checkout__description,
.checkout-confirm__content {
  font-size: 1.5rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #3c3c3c; }

.checkout-row__field-text {
  font-size: 1.6rem; }

.checkout-row__field-textarea {
  font-size: 1.6rem; }

.checkout-row__group-item {
  font-size: 1.3rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400; }

.checkout-row__group-label_checkbox .checkout-row__label-text {
  font-size: 1.3rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400; }

.checkout-row__group input,
.checkout-row__group textarea {
  border-radius: .3rem;
  border: 1px solid #bababa; }

.checkout-terms-acceptance_error {
  color: #fff;
  background-color: #d9230b; }

.order__items,
.order__items-footer {
  border-color: #ccc; }

.order__items-deal {
  border-bottom: 1px solid #ffd467; }

.order__items-deal tr {
  background-color: transparent; }

.order__items-deal-title th {
  background-color: #ffd467;
  border-bottom: 1px solid #fff; }

.basket {
  padding-bottom: 1rem;
  border: 1px solid #063;
  border-radius: .9rem; }

.basket__header {
  padding-left: 45px;
  background: #063 url("/assets-images/basket-icon.png") no-repeat 10px 40%;
  border-radius: .9rem .9rem 0 0; }

.basket__title {
  font-size: 2rem;
  font-family: "GothamCondensed-Medium", Arial, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5; }

.basket__repeat {
  padding-top: .5em;
  margin-top: 0;
  font-size: 1.3rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400; }

.basket__close-icon:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: .2em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

@media screen and (max-width: 52.5em) {
  .basket {
    border-radius: 0;
    border: none; }

  .basket__header {
    background-position: 10px 43%;
    border-radius: 0; }

  .basket__repeat ~ .basket__title {
    margin-right: .5em; } }
.order-button {
  margin: 1rem auto 2rem; }

.order-button__link {
  display: block;
  color: #fff;
  background-color: #97bf0d;
  border: none;
  padding: 1rem 0;
  border-radius: 0.5rem;
  font-size: 2rem;
  font-family: "GravurCondensed-Bold", Arial, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  text-decoration: none;
  text-align: center; }
  .order-button__link:hover {
    color: #fff;
    background-color: #063; }

@media screen and (max-width: 52.5em) {
  .order-button {
    max-width: 96%; } }
.basket__empty {
  padding: 1.5rem 1rem .7rem;
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  background-color: transparent; }

.basket__delivery_radio {
  font-size: 1.6rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #97bf0d;
  font-weight: 700;
  border: 2px solid #97bf0d;
  border-radius: 0.5rem;
  overflow: hidden; }

.basket__delivery-method {
  padding: 1rem 0;
  background-color: #fff; }

.basket__delivery-radio:checked + .basket__delivery-method {
  color: #fff;
  background-color: #97bf0d; }

.basket__footer {
  color: #212121;
  background-color: transparent; }

.basket__footer-orange-message {
  color: #212121;
  background-color: #ffe480; }

.basket__footer-red-message {
  color: #fff;
  background-color: #d9230b; }

.basket__charge-title,
.basket__charge-amount {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 700; }

.basket__total {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.basket__total-title {
  font-size: 1.8rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 35px; }

.basket__total-amount {
  font-size: 3.5rem;
  font-family: "GothamCondensed-Medium", Arial, sans-serif;
  color: #006633;
  line-height: 1; }

.basket__button {
  padding-top: 1rem; }

.basket__button-link {
  color: #fff;
  background-color: #97bf0d;
  border: none;
  border-radius: 0.5rem;
  font-size: 2.5rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .basket__button-link:hover {
    color: #fff;
    background-color: #063; }

.basket-deal {
  border-radius: .5rem;
  margin: .5rem;
  border: 1px solid #ffd467; }

.basket-deal__header {
  padding-right: .4em;
  padding-left: .4em;
  background-color: #ffd467; }

.basket-deal__title {
  font-size: 1.8rem;
  font-family: "GothamCondensed-Medium", Arial, sans-serif;
  color: #414141;
  font-weight: 400;
  text-transform: uppercase; }

.basket-deal__link:hover {
  color: #ff3726;
  text-decoration: none; }

.basket-deal__delete-icon {
  color: #414141; }
  .basket-deal__delete-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: 0;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

.basket-deal__delete:hover .basket-deal__delete-icon {
  color: #ff3726; }

.basket-deal__items {
  padding: .5em .6rem;
  background-color: transparent; }

.basket-deal__item-title {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000; }

.basket-deal__item-link {
  text-decoration: underline; }

.basket-deal__item-link:hover {
  color: #000;
  text-decoration: none; }

.basket-deal__item-option {
  font-size: 1.3rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #999; }

.basket-deal__item-delete-icon {
  color: #ff8a80; }
  .basket-deal__item-delete-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: 0em;
    margin-left: 0em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

.basket-deal__item-delete:hover .basket-deal__item-delete-icon {
  color: #ff3726; }

.basket__items {
  background-color: transparent; }

.basket-item__title {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000; }

.basket-item__name {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000; }

.basket-item__link {
  color: #000;
  text-decoration: underline; }

.basket-item__link:hover {
  color: #000;
  text-decoration: none; }

.basket-item__option {
  font-size: 1.3rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #999; }

.basket-item__delete-icon {
  color: #ff8a80; }
  .basket-item__delete-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: 0;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

.basket-item__delete:hover .basket-item__delete-icon {
  color: #ff3726; }

.basket__footer-red-message,
.basket__footer-orange-message {
  margin-left: 1rem;
  margin-right: 1rem; }

.nice-select {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #4a4a4a;
  border: 1px solid #c6c6c6;
  border-radius: 0.25em; }

.nice-select .option:hover {
  color: #fff;
  background-color: #212121; }

.nice-select .option.focus {
  color: #4a4a4a;
  background-color: #212121; }

.nice-select .option.selected.focus:hover {
  color: #fff;
  background-color: #212121; }

/************************
 Deal wizard navigation
***********************/
.deal-wizard__title {
  font-size: 3.4em;
  font-family: "GravurCondensed-Bold", Arial, sans-serif;
  color: #97bf0d;
  font-weight: 400; }

.deal-wizard-navigation {
  margin: 1em 0 2em;
  background-color: #fff;
  border: 1px solid #ffd467;
  border-radius: .5rem;
  overflow: hidden; }

.deal-wizard-navigation__tab {
  background-color: #fff;
  margin: 0; }

.deal-wizard-navigation__tab:nth-child(3n),
.deal-wizard-navigation__tab:last-child {
  background-color: transparent; }

.deal-wizard-navigation__wrapper .deal-wizard-navigation__tab:last-of-type
.deal-wizard-navigation__link:after {
  border-top: none;
  border-bottom: none; }

.deal-wizard-navigation__wrapper .deal-wizard-navigation__tab:last-of-type
.deal-wizard-navigation__link:before {
  border-top: none;
  border-bottom: none; }

.deal-wizard-navigation__link {
  font-size: 2.3rem;
  font-family: "GothamCondensed-Medium", Arial, sans-serif;
  color: #acacac;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #fff; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link {
  color: #544f45;
  background-color: #ffd467; }

.deal-wizard-navigation__link:before {
  border-left-color: #ffd467; }

.deal-wizard-navigation__link:after {
  border-left-color: #fff; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link:after {
  border-left-color: #ffd467; }

.deal-wizard-navigation__title:after {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff); }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__title:after {
  background: -webkit-linear-gradient(left, rgba(255, 212, 103, 0), #ffd467);
  background: linear-gradient(to right, rgba(255, 212, 103, 0), #ffd467); }

.deal-wizard-navigation__link {
  margin-right: 24px; }
.deal-wizard-navigation__link:before, .deal-wizard-navigation__link:after {
  border-top-width: 24px;
  border-bottom-width: 24px;
  border-left-width: 24px; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link {
  margin-right: 24px; }
.deal-wizard-navigation__tab_active .deal-wizard-navigation__link:before, .deal-wizard-navigation__tab_active .deal-wizard-navigation__link:after {
  border-top-width: 24px;
  border-bottom-width: 24px;
  border-left-width: 24px; }

.deal-wizard-navigation__title {
  height: 48px;
  line-height: 48px; }

.deal-wizard-navigation__tab {
  background-color: transparent; }

.deal-wizard-navigation__tab:nth-last-child(6):first-child, .deal-wizard-navigation__tab:nth-last-child(6):first-child ~ * {
  width: 16.66667%; }

.deal-wizard-navigation__tab:nth-last-child(5):first-child, .deal-wizard-navigation__tab:nth-last-child(5):first-child ~ * {
  width: 20%; }

.deal-wizard-navigation__tab:nth-last-child(4):first-child, .deal-wizard-navigation__tab:nth-last-child(4):first-child ~ * {
  width: 25%; }

.deal-wizard-navigation__tab:nth-last-child(3):first-child, .deal-wizard-navigation__tab:nth-last-child(3):first-child ~ * {
  width: 33.33333%; }

.deal-wizard-navigation__tab:nth-last-child(2):first-child, .deal-wizard-navigation__tab:nth-last-child(2):first-child ~ * {
  width: 50%; }

.deal-wizard-navigation__tab:nth-child(1) {
  z-index: 20; }

.deal-wizard-navigation__tab:nth-child(2) {
  z-index: 19; }

.deal-wizard-navigation__tab:nth-child(3) {
  z-index: 18; }

.deal-wizard-navigation__tab:nth-child(4) {
  z-index: 17; }

.deal-wizard-navigation__tab:nth-child(5) {
  z-index: 16; }

.deal-wizard-navigation__tab:nth-child(6) {
  z-index: 15; }

.deal-wizard-navigation__tab:before {
  content: '';
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  width: 30px;
  background-color: #fff; }

.deal-wizard-navigation__tab_active:before {
  background-color: #ffd467; }

.deal-wizard-navigation__tab:first-child:before {
  display: none; }

.deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link {
  margin-right: 0;
  padding-right: 10px; }

.deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link:before,
.deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link:after {
  display: none; }

@media screen and (max-width: 40em) {
  .deal-wizard-navigation__tab {
    width: 33.33333% !important; }

  .deal-wizard-navigation__tab:nth-last-child(2):first-child,
  .deal-wizard-navigation__tab:nth-last-child(2):first-child ~ * {
    width: 50% !important; }

  .deal-wizard-navigation__tab:nth-child(3) .deal-wizard-navigation__link {
    margin-right: 0;
    padding-right: 10px; }

  .deal-wizard-navigation__tab:nth-child(3) .deal-wizard-navigation__link:before,
  .deal-wizard-navigation__tab:nth-child(3) .deal-wizard-navigation__link:after {
    display: none; }

  .deal-wizard-navigation__tab:nth-child(4) {
    clear: left; }

  .deal-wizard-navigation__tab:nth-child(4):before {
    display: none; }

  .deal-wizard-navigation {
    position: relative; }

  .deal-wizard-navigation:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 48px;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ffd467; }

  .deal-wizard-navigation__tab:nth-child(4),
  .deal-wizard-navigation__tab:nth-child(5),
  .deal-wizard-navigation__tab:nth-child(6) {
    margin-top: 1px; } }
.footer {
  color: #fff;
  background-color: #063; }

.footer__wrapper {
  padding: .7em 0; }

.footer__link {
  color: #fff; }

.footer__link:hover {
  color: #ececec; }

.footer .social-icons__link {
  color: #fff; }

.footer .social-icons__link:hover {
  color: #ececec; }

.footer__credits {
  font-size: 1.3rem;
  line-height: 1.8; }

.footer__links {
  font-size: 1.9rem;
  font-family: "GravurCondensed-Bold", Arial, sans-serif; }

.footer__links li + li {
  padding-left: .7em;
  border-left: 2px solid rgba(254, 254, 254, 0.5); }

.footer__links .footer__link {
  text-decoration: none; }

.footer .social-icons {
  margin-top: .2em; }

@media screen and (max-width: 52.5em) {
  .footer .social-icons {
    margin-top: 1rem; }

  .footer .social-icons__link {
    padding: 0 .2em; } }
.scroll-up {
  color: #fff;
  background-color: #97bf0d;
  border-radius: 0.3em 0 0 0.3em;
  right: 0; }

.scroll-up__icon:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: .2em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

.social-icons__link i:before {
  margin-left: .2em;
  font-size: 1.8rem; }

.social-icons_large .social-icons__link i:before {
  margin: 0;
  line-height: 36px;
  font-size: 2rem; }

.social-icons__email:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: .2em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

.social-icons__facebook:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: .2em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

.social-icons__google-plus:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: 0;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

.social-icons__instagram:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: .2em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

.social-icons__twitter:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: .2em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

.social-icons__tiktok:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: 0;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

.off-canvas_open {
  background-color: #fff; }

.mobile-menu__header {
  background-color: #063; }

.mobile-menu__close-icon {
  color: #fff;
  font-size: 2.5rem; }
  .mobile-menu__close-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

.mobile-menu__section_user {
  font-size: 2.1rem;
  font-family: "GothamCondensed-Medium", Arial, sans-serif;
  color: #1d1d1d;
  background-color: #fff; }

.mobile-menu__section {
  border-bottom: 1px solid #f1f1f1; }

.mobile-menu__section-link {
  font-size: 2.1rem;
  font-family: "GothamCondensed-Medium", Arial, sans-serif;
  color: #1d1d1d;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #fff; }

.mobile-menu__section_unfolded .mobile-menu__section-link {
  color: #fff;
  background-color: #063; }

.mobile-menu__section-icon:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: .2em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

.mobile-menu__section_unfolded .mobile-menu__section-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.mobile-menu__item {
  border-top: 1px solid #f1f1f1; }

.mobile-menu__item-link {
  font-size: 2.1rem;
  font-family: "GothamCondensed-Medium", Arial, sans-serif;
  color: #1d1d1d;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #fff; }

.mobile-menu__item_active .mobile-menu__item-link {
  color: #fff;
  background-color: #97bf0d; }

.mobile-menu__section_has-submenu:has(.mobile-menu__item-link[href^="/categories/"], .mobile-menu__item-link[href^="/menu"]) {
  display: none; }

.category__title {
  font-size: 3.4em;
  font-family: "GravurCondensed-Bold", Arial, sans-serif;
  color: #97bf0d;
  font-weight: 400; }

.category__subcategory-title {
  font-size: 3rem;
  font-family: "GravurCondensed-Light", Arial, sans-serif;
  color: #434343;
  padding-bottom: .3em;
  border-bottom: 1px solid #bababa; }

.category__description {
  font-size: 1.7rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #3c3c3c;
  line-height: 1.6; }
  .category__description:before {
    display: table;
    content: ""; }
  .category__description:after {
    display: table;
    content: "";
    clear: both; }

.category__description-image {
  float: right;
  margin-left: 1rem;
  max-width: 25%; }

@media screen and (max-width: 30em) {
  .category__description-image {
    float: none;
    margin: 0 0 1rem;
    max-width: 150px; } }
.product__wrapper {
  padding: 0 .5em .5em;
  border: 1px solid #ebebeb; }

.product__picture-container {
  margin: 0 -.5em .7em;
  border-bottom: 1px solid #ebebeb; }

.product__name {
  font-size: 1.9rem;
  font-family: "GravurCondensed-Bold", Arial, sans-serif;
  color: #063;
  font-weight: 400;
  text-transform: uppercase; }

.product__description {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #3a3a3a;
  font-weight: 400; }

.product__sku-buttons {
  margin: -.7em -.5em .7em; }

.product__price {
  font-size: 2.3rem;
  font-family: "GothamCondensed-Medium", Arial, sans-serif;
  color: #063;
  font-weight: 700;
  float: left;
  width: 50%;
  line-height: 30px; }

.product__add {
  color: #fff;
  background-color: #97bf0d;
  border: none;
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  border-radius: 0.5rem;
  float: right;
  width: 100%;
  margin-top: 0;
  padding: 0;
  height: 30px;
  line-height: 28px; }
  .product__add:hover {
    color: #fff;
    background-color: #063; }

.product .product__price + .product__add {
  width: 50%; }

.product__customise {
  display: inline-block;
  float: none;
  width: auto;
  color: #3a3a3a;
  font-weight: 400;
  text-decoration: underline; }

.product__customise:hover {
  color: #000; }

.product__buttons .product__customise {
  float: left;
  width_: 50%;
  text-align_: left; }

.product__favourite_add .product__favourite-icon {
  color: #97bf0d; }
  .product__favourite_add .product__favourite-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

.product__favourite_remove .product__favourite-icon {
  color: #97bf0d; }
  .product__favourite_remove .product__favourite-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

.product__sku {
  padding-left: 35px; }
  .product__sku:before {
    display: table;
    content: ""; }
  .product__sku:after {
    display: table;
    content: "";
    clear: both; }

.product__sku-label {
  float: left;
  margin: 0 0 0 -35px;
  font-size: 1.3rem;
  line-height: 26px; }

.product__sku .nice-select__container {
  width: 100%; }

.product__sku-select {
  width: 100%;
  height: 26px;
  line-height: 24px;
  border-radius: .7rem; }

.product__sku-select .current {
  display: block;
  line-height: 22px; }

.product__sku-select .list {
  width: 100%; }

.sku-buttons-summary {
  color: #212121; }

.sku-buttons-summary__name {
  color: #555; }

.sku-buttons-summary__icon:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: .2em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

.popup {
  border-radius: 1rem; }

.popup__description {
  font-size: 1.5rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #3a3a3a; }

.popup__close-icon:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: .2em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

.popup__title,
.popup__price {
  font-size: 3rem;
  font-family: "GothamCondensed-Medium", Arial, sans-serif;
  color: #063;
  font-weight: 700;
  text-transform: uppercase; }

.popup__price {
  font-size: 4rem; }

.popup-group__quantity-field {
  font-size: 1.6rem; }

.popup-group__quantity-minus-icon {
  margin-right: .7em; }
  .popup-group__quantity-minus-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

.popup-group__quantity-plus-icon {
  margin-left: .7em; }
  .popup-group__quantity-plus-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

.popup-group__label,
.popup-group__single-choice {
  font-size: 2rem;
  font-family: "GravurCondensed-Light", Arial, sans-serif;
  color: #3a3a3a;
  font-weight: 700;
  line-height: 32px; }

.popup-row__description {
  color: #777; }

.popup-row__title {
  margin-bottom: .75em;
  padding-bottom: .2em;
  font-size: 2.6rem;
  font-family: "GravurCondensed-Light", Arial, sans-serif;
  color: #80a30b;
  font-weight: 700;
  border-bottom: 1px solid #bababa; }

.popup-enum__option {
  margin-right: 0;
  border: 1px solid #97bf0d;
  overflow: hidden; }

.popup-enum__option + .popup-enum__option {
  border-left: none; }

.popup-enum__option:first-child {
  border-radius: .5rem 0 0 .5rem; }

.popup-enum__option:last-child {
  border-radius: 0 .5rem .5rem 0; }

.popup-enum__text {
  font-size: 1.5rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #3a3a3a;
  color: #97bf0d;
  font-weight: 700;
  background-color: #fff; }

.popup-enum__radio:checked + .popup-enum__text {
  color: #fff;
  background-color: #97bf0d; }

.popup-enum__radio:disabled + .popup-enum__text {
  color: #999;
  background-color: #eee; }

.popup-set__group-title {
  font-size: 1.6rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #777;
  font-weight: 700; }

.popup-set__title {
  color: #3a3a3a; }

.popup-set__text {
  font-size: 1.5rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #3a3a3a; }

.popup-set__text:before {
  top: 1px;
  border-color: #3a3a3a;
  background-color: #fff;
  border-radius: .4rem; }

.popup-set__text:after {
  top: 0;
  margin: 3px 0 0 1px;
  width: 15px;
  height: 12px;
  background: url("/assets-images/check-icon.png") no-repeat 0 0; }

.popup-set__label input[type="checkbox"]:checked + .popup-set__text:before {
  background-color: #9fb947;
  border-color: #9fb947; }

.popup-set__option[data-double] .popup-set__label:before {
  border-color: #3a3a3a;
  background-color: #fff; }

.popup-set__option[data-double] .popup-set__label .popup-set__phantom:after {
  background-color: #9fb947; }

.popup-buttons {
  padding-top: 1em;
  border-top: 1px solid #bababa; }

.popup-buttons__button {
  color: #fff;
  background-color: #9fb947;
  border: none;
  padding: 1em 2em;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .popup-buttons__button:hover {
    color: #fff;
    background-color: #063; }

.popup-buttons__link {
  font-size: 1.6rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000; }

.popup-buttons__link:hover {
  color: #000; }

.order__add-button, .order__repeat-button {
  color: #fff;
  background-color: #97bf0d;
  border: none;
  padding: 0.3em 0.5em;
  border-radius: 0.3rem;
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .order__add-button:hover, .order__repeat-button:hover {
    color: #fff;
    background-color: #063; }

.checkout__facebook-login-button {
  border-radius: 0.5rem;
  font-size: 1.6rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

.checkout__facebook-login-icon:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: .2em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

.checkout__facebook-login-separator {
  position: relative; }

.checkout__facebook-login-separator:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  height: 0;
  width: 100%;
  border-top: 1px solid #97bf0d; }

.checkout__facebook-login-separator-text {
  display: inline-block;
  position: relative;
  padding: 0 .5em;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #fff; }

.message_info {
  font-size: 1.6rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #063;
  opacity: 0.9; }

.message_info a,
.message_info a:hover {
  color: #fff; }

.message_error {
  font-size: 1.6rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #d9230b;
  opacity: 1; }

.message_error a,
.message_error a:hover {
  color: #fff; }

.checkout-error {
  color: #fff;
  background-color: #900; }

.sku-buttons {
  border: 1px solid #97bf0d;
  border-radius: .5rem; }

.sku-buttons__text {
  font-size: 1.5rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #97bf0d;
  font-weight: 400;
  background-color: #fff; }

.sku-buttons__radio:checked + .sku-buttons__text {
  color: #fff;
  background-color: #97bf0d; }

.sku-buttons__radio:disabled + .sku-buttons__text {
  color: #fff;
  background-color: #fff; }

.sku-buttons-summary__name {
  color: #555; }

.sku-buttons-summary__value {
  color: #212121; }

.sku-buttons-summary__icon:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: .2em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

.sku-buttons .sku-buttons__item:first-of-type .sku-buttons__text {
  border-radius: .2em 0 0 .2em; }

.sku-buttons .sku-buttons__item:last-of-type .sku-buttons__text {
  border-radius: 0 .2em .2em 0; }

.grouped-skus__title {
  font-size: 1.6rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #97bf0d;
  font-weight: 700; }

.grouped-skus__text {
  font-size: 1.5rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #97bf0d;
  font-weight: 400;
  background-color: #fff;
  border-left: 1px solid #fff; }

.grouped-skus__item:first-child .grouped-skus__text {
  border-left: none; }

.grouped-skus__radio:checked + .grouped-skus__text {
  color: #fff;
  background-color: #97bf0d; }

.grouped-skus__radio:disabled + .grouped-skus__text {
  color: #fff;
  background-color: #555; }

.index-locator__title {
  font-size: 4.7rem;
  font-family: "GothamCondensed-Medium", Arial, sans-serif;
  color: #fff;
  font-weight: 500; }

.index-locator__postcode-label {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400; }

.index-locator__postcode-input {
  font-size: 2.2rem;
  font-family: "GravurCondensed-Bold", Arial, sans-serif;
  color: #333; }

.index-locator__postcode-button {
  color: #fff;
  background-color: #97bf0d; }

.index-locator__postcode-selected {
  font-size: 2.8rem;
  font-family: "GravurCondensed-Bold", Arial, sans-serif;
  color: #4e4e4e;
  font-weight: 400; }

.index-locator-restaurant__name {
  font-size: 2.6rem;
  font-family: "GravurCondensed-Bold", Arial, sans-serif;
  color: #4e4e4e;
  font-weight: 400; }

.index-locator-restaurant__button {
  color: #fff;
  background-color: #97bf0d;
  border: none;
  padding: 0.7em 2em;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .index-locator-restaurant__button:hover {
    color: #fff;
    background-color: #063; }

.checkout-loyalty__section {
  margin-bottom: 2rem; }

.checkout-loyalty__rules {
  font-size: 1.3rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400; }

.checkout-loyalty__rules-title {
  font-size: 1.6rem;
  margin-bottom: .5rem; }

.checkout-loyalty__rules-content {
  line-height: 1.5; }

.checkout-loyalty__label {
  display: block; }

.basket_sumup {
  font-size: 1.5rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  margin-bottom: -1.5rem;
  background: #063;
  padding: 1rem;
  -webkit-border-radius: .9rem;
  -moz-border-radius: .9rem;
  border-radius: .9rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.account_sumup {
  font-size: 1.6rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  padding-top: 1rem; }

.account_sumup_item {
  margin: 0 auto;
  max-width: 600px;
  line-height: 1.5; }

.safety-banner {
  margin-top: 3rem; }

.page_categories .category__title {
  display: none; }

.hybrid_app .burger-menu {
  display: none; }
@media screen and (max-width: 52.5em) {
  .hybrid_app .header__burger-menu--app-visible .burger-menu {
    display: block; } }
