@charset "UTF-8";
/* ==========================================================================
   GENERAL
   ========================================================================== */
/* Imports
   -------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&family=Open+Sans&display=swap");
@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; }
/* Fonts
   -------------------------------------------------------------------------- */
@font-face {
  font-family: 'AGBookRoundedRegular';
  src: url("/assets-fonts/AGBookRoundedRegular.woff2") format("woff2"), url("/assets-fonts/AGBookRoundedRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'AGBookRoundedMedium';
  src: url("/assets-fonts/AGBookRoundedMedium.woff2") format("woff2"), url("/assets-fonts/AGBookRoundedMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GillSansRegular';
  src: url("/assets-fonts/GillSansRegular.woff2") format("woff2"), url("/assets-fonts/GillSansRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GillSansBold';
  src: url("/assets-fonts/GillSansBold.woff2") format("woff2"), url("/assets-fonts/GillSansBold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* Base font
   -------------------------------------------------------------------------- */
/* Base styles init
   -------------------------------------------------------------------------- */
body {
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000; }

input,
select,
textarea {
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000; }

/* Social icons
   -------------------------------------------------------------------------- */
.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: 0;
  margin-left: 0;
  -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: 0;
  margin-left: 0;
  -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: 0;
  margin-left: 0;
  -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: 0;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

.social-icons__youtube: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__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: ""; }

.social-icons {
  font-size: 0;
  display: inline-block;
  vertical-align: top; }
  .social-icons .social-icons__link {
    margin: 0;
    padding: 0;
    width: 3.4rem;
    height: 3.4rem;
    border: .1rem solid #fff;
    background-color: transparent;
    border-radius: 50%;
    transition: background-color .2s ease, color .2s ease; }
    .social-icons .social-icons__link:hover {
      color: #dd5756;
      background-color: #fff; }
      .social-icons .social-icons__link:hover i.social-icons__viber:before {
        opacity: 1; }
      .social-icons .social-icons__link:hover i.social-icons__viber:after {
        opacity: 0; }
    .social-icons .social-icons__link i {
      display: block;
      margin: 0;
      width: 3.4rem;
      height: 3.4rem;
      line-height: 3.4rem;
      text-align: center; }
      .social-icons .social-icons__link i:before {
        font-size: 1.8rem;
        line-height: 3.4rem;
        display: block;
        margin: 0 auto; }
      .social-icons .social-icons__link i.social-icons__viber {
        position: relative; }
        .social-icons .social-icons__link i.social-icons__viber:before, .social-icons .social-icons__link i.social-icons__viber:after {
          content: '';
          display: block;
          width: 3.4rem;
          height: 3.4rem;
          background: url("/assets-images/social-icon-viber.png") left center no-repeat;
          transition: all .3s ease;
          position: absolute;
          top: 0;
          left: 0; }
        .social-icons .social-icons__link i.social-icons__viber:before {
          opacity: 0;
          z-index: 1;
          background-position: -3.6rem center; }
        .social-icons .social-icons__link i.social-icons__viber:after {
          opacity: 1;
          z-index: 2; }
  .social-icons .social-icons__icon {
    vertical-align: top; }
    .social-icons .social-icons__icon + .social-icons__icon {
      margin-left: .9rem; }
    .social-icons .social-icons__icon:has(.social-icons__viber) {
      display: none; }

/* Page footer
   -------------------------------------------------------------------------- */
.footer {
  color: #fff;
  background-color: #dd5756;
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #fff; }
  .footer .footer__wrapper {
    padding: 1.4rem 0;
    box-sizing: border-box;
    width: 96%; }
  .footer .footer__nav {
    padding: 0;
    float: right; }
  .footer .footer__nav-title {
    float: right;
    font-size: 2rem;
    font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: normal;
    line-height: 3.6rem;
    margin-right: 1.7rem; }
  .footer .social-icons {
    float: right; }
    .footer .social-icons__icon:has(.social-icons__viber) + .social-icons__icon {
      margin-left: 0; }
  .footer .social-icons__link {
    color: #fff;
    font-size: 2.5rem; }
    .footer .social-icons__link:hover {
      color: #dd5756; }
  .footer .footer__link {
    color: #fff;
    text-decoration: underline; }
    .footer .footer__link:hover {
      color: #fff;
      text-decoration: none; }
  .footer .footer__links {
    font-size: 0;
    letter-spacing: 0;
    margin-right: 4.5rem;
    float: left; }
    .footer .footer__links li {
      font-size: 1.4rem;
      line-height: 3.6rem;
      margin: 0;
      margin-right: 2rem; }
      .footer .footer__links li:last-child {
        margin-right: 0; }
  .footer .footer__credits {
    line-height: 3.6rem;
    padding: 0;
    margin-top: 0;
    float: left; }
    .footer .footer__credits .footer__link {
      text-decoration: underline; }
      .footer .footer__credits .footer__link:hover {
        text-decoration: none; }
  @media screen and (max-width: 74.25em) {
    .footer .footer__wrapper {
      padding: 1.3rem 0;
      width: 96%; }
    .footer .footer__credits {
      float: none;
      text-align: center;
      opacity: .5; }
    .footer .footer__nav {
      padding: 0rem;
      float: none;
      display: flex;
      flex-direction: column;
      align-items: center; }
    .footer .footer__links {
      float: none;
      margin-right: 0;
      margin-bottom: 0.4rem;
      order: 3; }
    .footer .social-icons {
      float: none;
      order: 2;
      margin-bottom: 1.8rem; }
    .footer .footer__nav-title {
      order: 1;
      float: none;
      margin-right: 0;
      margin-bottom: 1.6rem; } }

/* Scroll up button
   -------------------------------------------------------------------------- */
.scroll-up {
  color: #fff;
  background-color: #949494;
  border-radius: 0;
  font-size: 2rem;
  padding: 1.2rem 1rem;
  bottom: 6.4rem; }
  @media screen and (max-width: 62.5em) {
    .scroll-up {
      bottom: 20.8rem; } }
  @media screen and (max-width: 52.5em) {
    .scroll-up {
      display: block; } }

.scroll-up__icon {
  line-height: 2rem; }
  .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: ""; }
  .scroll-up__icon:before {
    margin: 0 .5rem;
    display: block; }

/* NiceSelect (used as a <select> replacement)
   -------------------------------------------------------------------------- */
.nice-select {
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  height: 3rem;
  line-height: 2.8rem;
  border: none;
  border-top: solid .1rem transparent;
  border-bottom: solid 0.1rem #aeaeae;
  border-radius: 0;
  padding-left: 0;
  padding-right: 2rem;
  background-color: transparent; }
  .nice-select:active, .nice-select:focus {
    border-top: solid .1rem transparent;
    border-bottom: solid 0.1rem #aeaeae; }
  .nice-select:hover {
    border-top: solid .1rem transparent;
    border-bottom: solid 0.1rem #aeaeae; }
  .nice-select:after {
    border-bottom: solid 0.1rem #aeaeae;
    border-right: solid 0.1rem #aeaeae;
    width: .6rem;
    height: .6rem;
    right: .4rem; }
  .nice-select > .current {
    display: block;
    width: 100%;
    line-height: 2.8rem;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .nice-select .list {
    max-height: 15rem;
    box-shadow: none;
    box-sizing: border-box;
    padding: 0;
    background-color: #fff;
    border: solid 0.1rem #aeaeae;
    border-radius: 0; }
    .nice-select .list:hover .option.selected:not(:hover) {
      color: #fff !important;
      background-color: #dd5756 !important;
      font-weight: 400;
      opacity: .8; }
  .nice-select.open .list {
    margin-top: .1rem;
    width: 100%; }
  .nice-select .option {
    font-size: 1.4rem;
    font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 3rem;
    min-height: 3rem;
    box-sizing: border-box;
    padding: 0 1rem;
    transition: all .3s ease; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected, .nice-select .option.selected.focus:hover, .nice-select .option.selected.focus {
      color: #fff;
      background-color: #dd5756;
      font-weight: 400; }

/* Page header
   -------------------------------------------------------------------------- */
.header {
  border-bottom: none;
  padding: 1.7rem 0;
  background: #fff;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: relative; }
  @media screen and (max-width: 52.5em) {
    .header {
      padding: 1.2rem 0;
      position: relative; }
      .header .header__wrapper {
        text-align: center;
        min-height: auto; } }
  .header .header__nav {
    width: calc(100% - 33rem);
    float: right; }
    @media screen and (max-width: 60em) {
      .header .header__nav {
        display: none; } }
  .header .header__logo {
    margin-left: 3.2rem; }
    .header .header__logo .header__logo-image {
      width: auto;
      max-height: 17.1rem; }
    @media screen and (max-width: 52.5em) {
      .header .header__logo {
        margin: 0 auto;
        display: inline-block; }
        .header .header__logo .header__logo-image {
          display: block;
          max-width: 3.2rem; } }
  .header .header__shop-menu,
  .header .header__user-menu,
  .header .header__loyalty-menu,
  .header .header__language-menu,
  .header .header__ordering-menu {
    float: right; }
  .header .header__ordering-menu {
    display: none; }
  .header .header__ordering-menu,
  .header .header__loyalty-menu,
  .header .header__user-menu,
  .header .header__shop-menu,
  .header .header__language-menu {
    margin-top: 5rem; }
  .header .header__order-button {
    margin-top: 6rem;
    float: right; }
    .header .header__order-button .category-navigation__order-button {
      padding: 0 5rem;
      font-size: 2.6rem;
      font-weight: normal;
      box-sizing: border-box;
      margin: 0 2.5rem 0 0;
      border-radius: 2rem;
      line-height: 4.8rem;
      height: 5rem;
      border: .1rem solid #dd5756;
      background-color: #dd5756;
      color: #fff; }
      .header .header__order-button .category-navigation__order-button:hover {
        color: #dd5756;
        background-color: #fff; }
    @media screen and (max-width: 52.5em) {
      .header .header__order-button {
        display: none; } }

@media screen and (max-width: 52.5em) {
  .page_index .header.header-not-authorized {
    padding: 1.2rem 0 5rem; }
    .page_index .header.header-not-authorized .header__order-button {
      float: none;
      margin: 0;
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 50%; }
      .page_index .header.header-not-authorized .header__order-button .category-navigation__order-button {
        width: 100%;
        font-size: 1.4rem;
        border-radius: 0;
        margin-right: 0;
        line-height: 3.8rem;
        height: 4rem; }
    .page_index .header.header-not-authorized .header__ordering-menu {
      float: none;
      display: block;
      width: 50%;
      position: absolute;
      bottom: 0;
      left: 0; }
      .page_index .header.header-not-authorized .header__ordering-menu .dropdown-menu {
        margin-right: 0; }
      .page_index .header.header-not-authorized .header__ordering-menu .dropdown-menu__header-link {
        line-height: 3.8rem;
        border: .1rem solid #dd5756;
        text-transform: uppercase; }
        .page_index .header.header-not-authorized .header__ordering-menu .dropdown-menu__header-link:hover {
          text-decoration: none;
          background-color: #dd5756;
          color: #fff; } }

/* Dropdown menus
   -------------------------------------------------------------------------- */
.dropdown-menu {
  margin-right: 2.5rem; }
  .dropdown-menu .dropdown-menu__header-link {
    font-size: 1.4rem;
    font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
    color: #dd5756;
    font-weight: 400;
    padding: 0;
    margin: 0;
    line-height: 6.8rem;
    position: relative; }
    .dropdown-menu .dropdown-menu__header-link:hover {
      text-decoration: underline; }
  .dropdown-menu.dropdown-menu_language .dropdown-menu__header-link, .dropdown-menu.dropdown-menu_shop .dropdown-menu__header-link {
    padding-right: 0; }
  .dropdown-menu[data-dropdown-open] .dropdown-menu__body {
    margin-top: 1rem;
    right: 3.2rem; }
  .dropdown-menu.dropdown-menu_shop .dropdown-menu__body {
    transform: scale(0);
    right: .7rem; }
    .dropdown-menu.dropdown-menu_shop .dropdown-menu__body iframe {
      display: none; }
  .dropdown-menu.dropdown-menu_shop[data-dropdown-open] .dropdown-menu__body {
    transform: scale(1); }
    .dropdown-menu.dropdown-menu_shop[data-dropdown-open] .dropdown-menu__body iframe {
      display: block; }
  .dropdown-menu .dropdown-menu__header-icon {
    font-size: 1.2rem; }
    .dropdown-menu .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.dropdown-menu_loyalty .dropdown-menu__header-link {
    font-size: 2rem;
    padding-right: 7.2rem;
    transition: all .3s ease; }
    .dropdown-menu.dropdown-menu_loyalty .dropdown-menu__header-link:after {
      content: "";
      width: 6.8rem;
      height: 6.6rem;
      position: absolute;
      right: 0;
      top: 0;
      display: block;
      background: url(/assets-images/header-icons-sprite.png) left center no-repeat; }
  .dropdown-menu.dropdown-menu_user .dropdown-menu__body {
    width: 15rem; }
  .dropdown-menu.dropdown-menu_user .dropdown-menu__header-link {
    padding-right: 6.8rem;
    transition: all .3s ease; }
    .dropdown-menu.dropdown-menu_user .dropdown-menu__header-link .dropdown-menu__header-icon {
      display: none; }
    .dropdown-menu.dropdown-menu_user .dropdown-menu__header-link:after {
      content: "";
      width: 6.8rem;
      height: 6.6rem;
      position: absolute;
      right: 0;
      top: 0;
      display: block;
      background: url(/assets-images/header-icons-sprite.png) left center no-repeat;
      background-position: -6.8rem center; }
    .dropdown-menu.dropdown-menu_user .dropdown-menu__header-link.dropdown-menu__header-link_logged:after {
      background-position: -13.6rem center; }
  .dropdown-menu .dropdown-menu__body {
    font-size: 1.4rem;
    font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: normal;
    background-color: #fff;
    box-shadow: 0 0rem 1rem 0.1rem rgba(3, 4, 3, 0.15); }
    .dropdown-menu .dropdown-menu__body:before, .dropdown-menu .dropdown-menu__body:after {
      content: "";
      display: block;
      position: absolute;
      width: 0;
      height: 0; }
    .dropdown-menu .dropdown-menu__body:before {
      top: -0.6rem;
      right: 1.8rem;
      border-left: 0.8rem solid transparent;
      border-right: 0.8rem solid transparent;
      border-bottom: 0.6rem solid #fff; }
    .dropdown-menu .dropdown-menu__body:after {
      top: -0.6rem;
      right: 1.8rem;
      border-left: 0.8rem solid transparent;
      border-right: 0.8rem solid transparent;
      border-bottom: 0.6rem solid #fff; }
    .dropdown-menu .dropdown-menu__body.dropdown-menu__body_loyalty {
      padding: 2.2rem .8rem 2.2rem 14.3rem;
      box-sizing: border-box;
      min-height: 20rem; }
  .dropdown-menu .dropdown-menu__body-link {
    font-size: 1.4rem;
    font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
    color: #fff; }
  .dropdown-menu .dropdown-menu__header-separator-icon {
    font-style: normal; }
    .dropdown-menu .dropdown-menu__header-separator-icon:before {
      padding-right: 0; }
  .dropdown-menu .dropdown-menu__item-link {
    font-size: 1.4rem;
    font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 2.4rem;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    padding: .6rem 1.2rem; }
    .dropdown-menu .dropdown-menu__item-link:hover {
      text-decoration: none;
      background: #dd5756;
      color: #fff; }
  @media screen and (max-width: 62.5em) {
    .dropdown-menu.dropdown-menu_loyalty .dropdown-menu__header-link, .dropdown-menu.dropdown-menu_user .dropdown-menu__header-link {
      font-size: 0; } }

/* Shop info.
* desktop: displayed in a popup
* mobile: displayed in the left menu
-------------------------------------------------------------------------- */
.shop-info_desktop {
  padding: 2.5rem 2.8rem 2.8rem; }

.shop-info__header {
  margin-bottom: 1rem; }

.shop-info__title {
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #dd5756;
  font-weight: 400;
  line-height: 2.9rem;
  margin-bottom: 0; }
  .shop-info__title a {
    text-decoration: none; }
    .shop-info__title a:hover {
      text-decoration: underline; }

.shop-info__feature {
  margin-top: 1.5rem; }

.shop-info__feature-title {
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #dd5756;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 2rem; }

.shop-info__feature-content {
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: normal;
  line-height: 2rem; }

.shop-info__link {
  color: #000;
  text-decoration: none;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: underline; }
  .shop-info__link:hover {
    text-decoration: none; }

.shop-info_mobile .shop-info__google-maps iframe {
  width: 100%; }

.shop-info__social-icons {
  font-size: 0; }
  .shop-info__social-icons .social-icons__icon {
    margin: 0 .4rem; }
    .shop-info__social-icons .social-icons__icon:last-child {
      margin-right: 0; }
    .shop-info__social-icons .social-icons__icon + .social-icons__icon {
      margin-left: .4rem; }
  .shop-info__social-icons .social-icons__link {
    color: #000;
    width: 2.7rem;
    height: 2.7rem;
    border: .1rem solid #000;
    line-height: 1; }
    .shop-info__social-icons .social-icons__link i {
      display: block;
      margin: 0;
      width: 2.7rem;
      height: 2.7rem;
      line-height: 2.7rem;
      text-align: center; }
      .shop-info__social-icons .social-icons__link i:before {
        font-size: 1.4rem;
        line-height: 2.7rem;
        display: block;
        margin: 0 auto; }
      .shop-info__social-icons .social-icons__link i.social-icons__viber {
        position: relative; }
        .shop-info__social-icons .social-icons__link i.social-icons__viber:before, .shop-info__social-icons .social-icons__link i.social-icons__viber:after {
          content: '';
          width: 2.7rem;
          height: 2.7rem;
          background: url("/assets-images/info-shop-social-icon-viber.png") left center no-repeat; }
        .shop-info__social-icons .social-icons__link i.social-icons__viber:before {
          background-position: -2.9rem center; }
    .shop-info__social-icons .social-icons__link:hover {
      color: #fff;
      background-color: #000;
      border: .1rem solid #000; }

/* Loyalty dropdown
-------------------------------------------------------------------------- */
.loyalty-dropdown {
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  padding: 0;
  position: static; }
  .loyalty-dropdown:before {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .2;
    display: none; }
  .loyalty-dropdown .loyalty-dropdown__title {
    font-size: 1.4rem;
    font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
    color: #dd5756;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 3rem;
    margin-bottom: .5rem; }
    .loyalty-dropdown .loyalty-dropdown__title .dropdown-menu__header__points-value {
      color: #000; }
  .loyalty-dropdown .loyalty-page__rewards {
    height: 10.8rem;
    width: 11.2rem;
    left: 1.5rem;
    top: 5rem;
    background-size: 10.8rem 11.2rem; }
    .loyalty-dropdown .loyalty-page__rewards .loyalty-page__rewards-points {
      padding-top: 3.9rem; }
      .loyalty-dropdown .loyalty-page__rewards .loyalty-page__rewards-points .loyalty-page__rewards-points-value {
        font-size: 3rem;
        line-height: 3rem; }
      .loyalty-dropdown .loyalty-page__rewards .loyalty-page__rewards-points .loyalty-page__rewards-points-label {
        font-size: 1.4rem; }
  .loyalty-dropdown .loyalty-dropdown__rules {
    line-height: 2.4rem; }
    .loyalty-dropdown .loyalty-dropdown__rules .loyalty-dropdown__rules-text {
      font-size: 1.6rem;
      line-height: 2rem; }
  .loyalty-dropdown .loyalty-dropdown__more-link {
    color: #000;
    text-decoration: underline;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    padding-top: 0;
    margin-top: .5rem; }
    .loyalty-dropdown .loyalty-dropdown__more-link:hover {
      text-decoration: none; }

/* ==========================================================================
   NAVIGATION
   ========================================================================== */
/* Desktop navigation:
   * account pages
   * category pages (touch only)
   -------------------------------------------------------------------------- */
/* Category navigation
   -------------------------------------------------------------------------- */
.category-navigation {
  margin: 0;
  position: relative;
  background-color: #fff;
  transition: background-color .3s ease; }
  .category-navigation.fixed-topbar {
    background-color: #eda85c; }
  .category-navigation .category-navigation__list {
    text-align: left;
    background-color: #eda85c;
    border-radius: 2rem;
    font-size: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .category-navigation .category-navigation__item {
    font-size: 2.1rem;
    font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase; }
    .category-navigation .category-navigation__item.category-navigation__item_active .category-navigation__link {
      color: #fff;
      background-color: #dd5756; }
  .category-navigation .category-navigation__link {
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    padding: 0 2rem;
    height: auto;
    line-height: 5rem;
    border-radius: 2rem;
    box-sizing: border-box; }
    .category-navigation .category-navigation__link:hover {
      color: #fff;
      background-color: #dd5756; }
  .category-navigation .category-navigation__order-button {
    display: none; }

.category-navigation_mobile {
  background-color: #eda85c;
  height: 5rem;
  position: relative; }
  .category-navigation_mobile .category-navigation__wrapper {
    width: calc(100% - 4rem); }
  .category-navigation_mobile .category-navigation__item {
    color: #fff;
    margin: 0; }
    .category-navigation_mobile .category-navigation__item.category-navigation__item_active {
      color: #212121; }
      .category-navigation_mobile .category-navigation__item.category-navigation__item_active .category-navigation__link {
        color: #fff;
        background-color: #dd5756; }
  .category-navigation_mobile .category-navigation__link:hover, .category-navigation_mobile .category-navigation__link:focus {
    color: #fff;
    background-color: #dd5756; }
  .category-navigation_mobile .category-navigation_mobile-icon-left,
  .category-navigation_mobile .category-navigation_mobile-icon-right {
    display: block;
    width: 2rem;
    height: 5rem;
    line-height: 5rem;
    background-color: #eda85c;
    position: absolute;
    top: 0;
    cursor: pointer; }
    .category-navigation_mobile .category-navigation_mobile-icon-left:before,
    .category-navigation_mobile .category-navigation_mobile-icon-right:before {
      margin: 0;
      line-height: 5rem;
      color: #fff;
      font-size: 1.6rem;
      font-weight: 700; }
  .category-navigation_mobile .category-navigation_mobile-icon-left {
    left: 0; }
    .category-navigation_mobile .category-navigation_mobile-icon-left: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: ""; }
  .category-navigation_mobile .category-navigation_mobile-icon-right {
    right: 0; }
    .category-navigation_mobile .category-navigation_mobile-icon-right: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: ""; }

/* Category navigation order button
   -------------------------------------------------------------------------- */
.category-navigation__order-button {
  display: inline-block;
  float: right;
  margin: .6rem 0 .6rem .5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  color: #fff;
  background-color: #dd5756;
  border: none;
  padding: 0 3.2rem;
  border-radius: 2rem;
  font-size: 1.6rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease; }
  .category-navigation__order-button:hover {
    color: #fff;
    background-color: #ed7136; }

/* Favourite icon
   -------------------------------------------------------------------------- */
.category-navigation__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: 0;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

/* Desktop navigation:
  * account pages
  * category pages (touch only)
  -------------------------------------------------------------------------- */
/* Account navigation
   -------------------------------------------------------------------------- */
.account-navigation {
  background-color: #fff;
  transition: background-color .3s ease; }
  .account-navigation.fixed-topbar {
    background-color: #eda85c; }
  .account-navigation .account-navigation__list {
    background-color: #eda85c;
    border-radius: 2rem;
    font-size: 0; }
  .account-navigation .account-navigation__item {
    font-size: 2.1rem;
    font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    line-height: 5rem; }
    .account-navigation .account-navigation__item:first-child .account-navigation__link {
      margin-left: 0; }
  .account-navigation .account-navigation__link {
    box-sizing: border-box;
    padding: 0 2.5rem;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 2rem; }
    .account-navigation .account-navigation__link:hover {
      color: #fff;
      background-color: #dd5756; }
  .account-navigation .account-navigation__item_active .account-navigation__link {
    color: #fff;
    background-color: #dd5756; }

/* Desktop navigation:
   * checkout pages
   -------------------------------------------------------------------------- */
.checkout-navigation {
  background-color: #fff;
  transition: background-color .3s ease; }
  .checkout-navigation.fixed-topbar {
    background-color: #eda85c; }

.checkout-navigation__list {
  background-color: #eda85c;
  border-radius: 2rem; }

.checkout-navigation__item {
  font-size: 2.1rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0 2rem;
  box-sizing: border-box; }

.checkout-navigation__item_active {
  padding: 0 1.2rem;
  box-sizing: border-box;
  border-radius: 2rem;
  color: #fff;
  background-color: #dd5756; }

@media screen and (max-width: 49.25em) {
  .checkout-navigation__item {
    padding: 0 1rem; }
    .checkout-navigation__item .checkout-navigation__item-nb {
      margin-right: 0; }

  .checkout-navigation__item_active {
    padding: 0 1rem; } }
@media screen and (max-width: 42.5em) {
  .checkout-navigation__item {
    padding: 0 .5rem; } }
@media screen and (max-width: 40em) {
  .checkout-navigation__item {
    padding: 0 2rem; }
    .checkout-navigation__item .checkout-navigation__item-nb {
      margin-right: 0.5rem; }

  .checkout-navigation__item_active {
    padding: 0 1.2rem; } }
@media screen and (max-width: 26.25em) {
  .checkout-navigation__item {
    padding: 0 1rem; }
    .checkout-navigation__item .checkout-navigation__item-nb {
      margin-right: 0rem; }

  .checkout-navigation__item_active {
    padding: 0 1rem; } }
/* ==========================================================================
   CATEGORY PAGE
   ========================================================================== */
.category__header {
  padding-left: 2rem;
  padding-right: 2rem;
  box-sizing: border-box;
  text-align: left; }

.category__title {
  font-size: 3rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #dd5756;
  font-weight: normal;
  line-height: 4rem;
  margin-bottom: 0; }

.category__subcategory-title {
  font-size: 2.8rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #dd5756;
  font-weight: normal;
  margin-bottom: 0; }

.category__description {
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: normal;
  line-height: 2.4rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem; }

.category__subcategory + .category__subcategory {
  margin-top: 1rem; }

/* Product
   -------------------------------------------------------------------------- */
.category__products {
  margin-left: 0;
  margin-right: 0; }

.product {
  width: calc(33.33% - 2rem);
  margin-left: 2rem;
  padding: 0;
  box-shadow: 0px 0px 17.46px 0.54px rgba(3, 4, 3, 0.15);
  box-sizing: border-box;
  border-radius: 2rem; }
  .product.product_no-ordering {
    width: calc(25% - 1.5rem); }
    .product.product_no-ordering .product__bottom {
      display: none; }
    .product.product_no-ordering:nth-child(3n+1) {
      clear: none; }
    .product.product_no-ordering:nth-child(4n+1) {
      margin-left: 0;
      clear: left; }
    @media screen and (max-width: 60em) {
      .product.product_no-ordering {
        width: calc(33.33% - 2rem);
        margin-left: 3rem; }
        .product.product_no-ordering:nth-child(2n+1) {
          margin-left: 3rem;
          clear: none; }
        .product.product_no-ordering:nth-child(3n+1) {
          margin-left: 0;
          clear: left; } }
    @media screen and (max-width: 52.5em) {
      .product.product_no-ordering {
        width: calc(50% - 1rem);
        margin-left: 2rem;
        margin-bottom: 2rem; }
        .product.product_no-ordering:nth-child(1n+1) {
          margin-left: 2rem;
          clear: none; }
        .product.product_no-ordering:nth-child(2n+1) {
          margin-left: 0;
          clear: left; } }
    @media screen and (max-width: 30em) {
      .product.product_no-ordering {
        width: 100%;
        float: none;
        margin: 0 0 2rem 0; }
        .product.product_no-ordering:nth-child(1n+1) {
          margin-left: 0; } }
  @media screen and (max-width: 60em) {
    .product {
      width: calc(50% - 1rem); }
      .product:nth-child(2n+1) {
        margin-left: 0; } }
  @media screen and (max-width: 52.5em) {
    .product {
      margin-bottom: 2rem; }
      .product.product_improved {
        float: left; }
        .product.product_improved .product__picture-container {
          float: none;
          margin: 0 0 1rem 0;
          width: 100%; }
        .product.product_improved .product__mobile-price-from,
        .product.product_improved .product__mobile-price-value {
          font-size: 1.6rem;
          font-weight: normal;
          text-transform: uppercase;
          color: #dd5756; }
      .product:nth-child(3n+1) {
        clear: none; }
      .product:nth-child(1n+1) {
        margin-left: 2rem;
        clear: none; }
      .product:nth-child(2n+1) {
        margin-left: 0;
        clear: left; } }
  @media screen and (max-width: 30em) {
    .product {
      width: 100%;
      margin-left: 0;
      margin-bottom: 2rem; }
      .product:nth-child(1n+1) {
        margin-left: 0; } }

.product__wrapper {
  box-sizing: border-box;
  padding: 1.1rem .5rem .5rem; }

.product__picture-container {
  padding: 0;
  position: relative;
  margin-bottom: .5rem; }
  .product__picture-container img {
    display: block;
    width: auto;
    margin-left: auto;
    margin-right: auto; }
  .product__picture-container .product-pictos {
    position: absolute;
    top: 0;
    right: .5rem;
    margin-top: 0; }

.product__name {
  font-size: 2.8rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #dd5756;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 3rem;
  text-align: center; }

.product__description {
  font-size: 1.2rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: normal;
  line-height: 1.6rem;
  margin-top: 1rem; }

.product__price {
  font-size: 2.2rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 2.6rem;
  float: none; }

.product__top_customise {
  padding-bottom: 4rem;
  position: relative; }
  @media screen and (max-width: 52.5em) {
    .product__top_customise {
      padding-bottom: 0; } }

.product__bottom {
  margin-top: 1rem; }
  .product__bottom ~ .product__buttons {
    margin-top: 1rem; }

.product__buttons {
  margin-top: 0; }

.product__sku-label {
  font-size: 1.2rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: normal; }

.price-set_multy {
  display: flex; }
  .price-set_multy .price-set__outer {
    width: calc(50% - .2rem); }
    .price-set_multy .price-set__outer + .price-set__outer {
      margin-left: .4rem; }
      .price-set_multy .price-set__outer + .price-set__outer .product__button {
        background-color: #eda85c; }

.product__button {
  width: 100%;
  border-radius: 1.6rem;
  background-color: #dd5756;
  border: none;
  padding: .5rem 1rem;
  cursor: pointer; }

.product__size {
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 2rem; }

/* Product counter
   -------------------------------------------------------------------------- */
.product__counter {
  color: #dd5756; }
  .product__counter:after {
    display: none; }

/* Add & customise buttons
   -------------------------------------------------------------------------- */
.product__add {
  color: #fff;
  background-color: #dd5756;
  border: none;
  font-size: 2.2rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 3rem;
  transition: background-color .2s ease, color .2s ease;
  border-radius: 1.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  .product__add:hover {
    color: #fff;
    background-color: #eda85c; }
  .product__add .product__price {
    margin-left: 1rem; }
  .product__add:hover {
    background-color: #dd5756; }
  @media screen and (max-width: 65em) {
    .product__add {
      font-size: 1.8rem; } }

.product__customise {
  color: #fff;
  background-color: #dd5756;
  border: none;
  font-size: 2.2rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 3rem;
  transition: background-color .2s ease, color .2s ease;
  border-radius: 1.6rem;
  width: 100%; }
  .product__customise:hover {
    color: #fff;
    background-color: #eda85c; }
  .product__customise:hover {
    background-color: #dd5756; }
  .product__customise + .product__add {
    background-color: #eda85c;
    width: 100%;
    margin-top: .4rem; }
    .product__customise + .product__add:hover {
      background-color: #eda85c; }

.product__customise_in-double-price {
  float: none;
  width: auto;
  position: absolute;
  left: 50%;
  bottom: 0;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 3rem;
  height: 3rem;
  transform: translate(-50%, 0);
  display: inline-block;
  text-decoration: underline;
  text-transform: none;
  background-color: transparent;
  color: #000; }
  .product__customise_in-double-price:hover {
    text-decoration: none;
    background-color: transparent;
    color: #000; }
  @media screen and (max-width: 52.5em) {
    .product__customise_in-double-price {
      display: none; } }

/* Product tags / pictos
   -------------------------------------------------------------------------- */
.product-picto {
  display: inline-block;
  vertical-align: top;
  width: 2.6rem;
  height: 2.6rem;
  background: url("/assets-images/product_tags.png") top left no-repeat;
  background-size: 5.2rem 2.6rem; }
  .product-picto + .product-picto {
    margin-left: .5rem; }
  .product-picto.product-picto_vegetarian {
    background-position: 0 0; }
  .product-picto.product-picto_non_vegetarian {
    background-position: -2.6rem 0; }

/* Product legend
   -------------------------------------------------------------------------- */
.product-legend {
  margin-top: 2rem; }
  .product-legend .product-legend__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    font-size: 0; }
  .product-legend .product-legend__item {
    display: inline-block;
    margin: 1rem;
    box-sizing: border-box; }
  .product-legend .product-legend__item-name {
    display: inline-block;
    vertical-align: top;
    font-size: 1.6rem;
    font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: normal;
    line-height: 2.6rem;
    white-space: nowrap;
    margin-left: 1rem; }

/* ==========================================================================
   PRODUCT FILTER
   ========================================================================== */
.product-filter {
  margin: 2rem auto;
  max-width: 120rem;
  padding: 0 2rem;
  box-sizing: border-box; }

@media screen and (max-width: 52.5em) {
  .product-filter__wrapper {
    display: block; } }

.product-filter__title {
  font-size: 1.6rem;
  line-height: 3rem;
  padding: 0;
  color: #000;
  text-transform: uppercase; }
  .product-filter__title span + span {
    margin-left: .6rem; }
  @media screen and (max-width: 52.5em) {
    .product-filter__title {
      display: block;
      width: 100%;
      padding: 0;
      margin-bottom: 1rem; } }

.product-filter__selected {
  display: none; }

.product-filter__list {
  width: 100%;
  font-size: 0;
  display: block;
  box-sizing: border-box;
  padding-left: 18.5rem;
  position: relative; }
  @media screen and (max-width: 52.5em) {
    .product-filter__list {
      display: block; } }
  .product-filter__list ~ .product-filter__list {
    margin-top: 1rem; }

.product-filter__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 1rem;
  margin-bottom: 1rem; }
  @media screen and (max-width: 52.5em) {
    .product-filter__item {
      margin-bottom: 1rem;
      display: inline-block;
      vertical-align: top; } }
  .product-filter__item.product-filter__item_label {
    white-space: nowrap;
    min-width: 17.5rem;
    position: absolute;
    top: 0;
    left: 0; }

.product-filter__label {
  position: relative;
  cursor: pointer; }

.product-filter__input {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.product-filter__name {
  display: block;
  font-size: 1.4rem;
  line-height: 3rem;
  padding: 0 1.2rem;
  box-sizing: border-box;
  text-transform: uppercase;
  color: #fff;
  background-color: #eda85c;
  border-radius: 1.5rem;
  text-align: center; }

.product-filter__input:checked ~ .product-filter__name {
  background-color: #dd5756; }

.product-filter__summary {
  margin-top: 2rem; }
  @media screen and (max-width: 52.5em) {
    .product-filter__summary {
      margin-top: 1rem; } }

/* ==========================================================================
   BASKET
   ========================================================================== */
.basket {
  border: none;
  box-shadow: 0px 0px 17.46px 0.54px rgba(3, 4, 3, 0.15);
  background-color: #fff;
  border-radius: 2rem; }
  @media screen and (max-width: 52.5em) {
    .basket {
      border-radius: 0;
      box-shadow: none; } }

/* Basket header
    -------------------------------------------------------------------------- */
.basket__header {
  background-color: transparent; }
  @media screen and (max-width: 52.5em) {
    .basket__header {
      position: relative;
      padding-right: 3.5rem; } }

.basket__title {
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #272727;
  font-weight: normal;
  line-height: 2rem; }

.basket__repeat {
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #272727;
  font-weight: normal;
  line-height: 2rem;
  margin-top: 0; }
  @media screen and (max-width: 52.5em) {
    .basket__repeat {
      float: right;
      padding: 0; } }

.basket__close {
  font-size: 1.4rem;
  line-height: 2rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: #000; }

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

/* Basket item
    -------------------------------------------------------------------------- */
.basket__items {
  background-color: transparent; }

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

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

.basket-item__option {
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.61);
  font-weight: normal; }

.basket-item__option-name {
  padding-left: 0; }

.basket-item__quantity-minus-icon {
  color: #000; }
  .basket-item__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: 0em;
    margin-left: 0em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

.basket-item__quantity-plus-icon {
  color: #000; }
  .basket-item__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: 0em;
    margin-left: 0em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

.basket-item__delete-icon {
  color: #000; }
  .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: 0em;
    margin-left: 0em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

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

.basket__empty {
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: normal;
  line-height: 2rem;
  color: #fff;
  background-color: #eda85c; }

/* Basket deal title
    -------------------------------------------------------------------------- */
.basket-deal__header {
  background-color: #eda85c; }

.basket-deal__title {
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: normal; }

.basket-deal__link:hover {
  color: #fff; }

.basket-deal__delete-icon {
  color: #fff; }
  .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: 0em;
    margin-left: 0em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

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

/* Basket deal item
    -------------------------------------------------------------------------- */
.basket-deal__items {
  background-color: #f2f2f2; }

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

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

.basket-deal__item-option {
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.61);
  font-weight: normal; }

.basket-deal__item-option-name {
  padding-left: 0; }

.basket-deal__item-delete-icon {
  color: #000; }
  .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: #000; }

.basket__accessory-free-items {
  background-color: #f2f2f2; }

/* Basket accessory
    -------------------------------------------------------------------------- */
.basket__accessory-items__title {
  background-color: #eda85c; }

.basket__accessory-free-items {
  background-color: #f2f2f2; }

/* Delivery method switcher
    -------------------------------------------------------------------------- */
.basket__delivery-option {
  width: calc(50% - .6rem); }
  .basket__delivery-option + .basket__delivery-option {
    margin-left: 1.2rem; }

.basket__delivery_radio {
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #dd5756;
  font-weight: normal;
  overflow: hidden; }

.basket__delivery-method {
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0;
  line-height: 2.8rem;
  height: 3rem;
  border: 0.1rem solid #dd5756;
  border-radius: 1.5rem; }
  .basket__delivery-method:hover {
    background-color: #fff;
    color: #dd5756; }

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

.basket__delivery_select .nice-select__container {
  width: calc(50% - .6rem);
  margin: 0; }

/* Delivery time
   -------------------------------------------------------------------------- */
.basket__time_advanced-orders .nice-select__container,
.basket__time .nice-select__container {
  width: calc(50% - .6rem);
  margin: 0; }

.basket__time_advanced-orders .nice-select__container ~ .nice-select__container {
  margin-left: 1.2rem; }

/* Basket footer
   -------------------------------------------------------------------------- */
/* Order button
   -------------------------------------------------------------------------- */
/* Important message displayed at the bottom of the basket
   -------------------------------------------------------------------------- */
/* Warning message, for instance: the minimum delivery amount is not reached
   -------------------------------------------------------------------------- */
.basket__footer {
  color: #272727;
  background-color: transparent; }

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

.basket__error {
  color: #fff;
  background-color: #dd5756; }

.text-below-basket {
  color: #fff;
  background-color: #eda85c;
  border-radius: 2rem;
  margin: 2rem 0 0; }
  @media screen and (max-width: 52.5em) {
    .text-below-basket {
      border-radius: 0; } }

.basket__savings {
  color: #fff;
  background-color: #f2f2f2; }

.basket__charge-title,
.basket__charge-amount {
  font-size: 2rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #272727;
  font-weight: normal;
  line-height: 2.4rem; }

.basket__total-title,
.basket__total-amount {
  font-size: 2rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #272727;
  font-weight: normal;
  line-height: 2.4rem; }

.basket__button-link {
  color: #fff;
  background-color: #dd5756;
  border: none;
  padding: 0 2rem;
  border-radius: 1.5rem;
  font-size: 1.4rem;
  font-family: "GillSansBold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 3rem;
  transition: background-color .2s ease, color .2s ease; }
  .basket__button-link:hover {
    color: #fff;
    background-color: #eda85c; }

.basket__coupon {
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: normal; }

.basket__coupon-enable,
.basket__coupon-enabled {
  padding: 0;
  line-height: 3rem; }

.basket__coupon-form {
  font-size: 0; }
  .basket__coupon-form span,
  .basket__coupon-form .basket__coupon-input,
  .basket__coupon-form .basket__coupon-validate {
    display: inline-block;
    vertical-align: top; }
  .basket__coupon-form span,
  .basket__coupon-form .basket__coupon-validate {
    font-size: 1.4rem;
    line-height: 3rem; }

.basket__coupon-link {
  color: #000; }

.basket__coupon-link:hover,
.basket__coupon-validate:hover {
  text-decoration: underline; }

.basket__coupon-input {
  border-radius: 1rem;
  border: solid .1rem #eda85c;
  padding: 0 1rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  margin-left: .5rem;
  margin-right: .5rem; }

.basket__coupon-add-button {
  font-size: 1.4rem;
  font-family: "GillSansBold", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: normal;
  text-transform: none;
  line-height: 3rem;
  height: 3rem;
  outline: none;
  box-shadow: none;
  border: none;
  border-radius: 1.5rem;
  background-color: #dd5756;
  padding: 0 4rem;
  margin-left: 1.8rem;
  cursor: pointer; }

.basket__coupon-enabled strong {
  font-weight: normal;
  color: #616161; }

/* Basket tip
   -------------------------------------------------------------------------- */
.basket-tip__title, .basket-tip__amount {
  font-size: 2rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #272727;
  font-weight: normal;
  line-height: 20px; }
.basket-tip__button {
  color: #fff;
  background-color: #dd5756;
  border: none;
  padding: 0 1rem;
  border-radius: 0;
  transition: background-color .2s, color .2s;
  line-height: 20px;
  font-size: 1.4rem;
  font-weight: 400; }
  .basket-tip__button:hover {
    color: #fff;
    background-color: #eda85c; }

/* Mobile basket button
   -------------------------------------------------------------------------- */
.mobile-basket-button__nb-items {
  font-size: 1.4rem;
  font-family: "GillSansBold", Arial, Helvetica, sans-serif;
  font-weight: normal; }

.mobile-basket-button__icon {
  border-bottom-color: #fff; }
  .mobile-basket-button__icon:after {
    border-left-color: #fff; }

.mobile-basket-button__link {
  color: #fff;
  background-color: #dd5756;
  border: none;
  border-radius: 1.5rem;
  font-size: 1.4rem;
  font-family: "GillSansBold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  border-radius: 1.5rem 1.5rem 0 0;
  transition: background-color .2s ease, color .2s ease; }
  .mobile-basket-button__link:hover {
    color: #fff;
    background-color: #eda85c; }

/* Basket upsellings
    -------------------------------------------------------------------------- */
.basket__upselling {
  margin-top: 2rem; }

.basket-upselling {
  position: relative;
  border-radius: 1.7rem;
  box-shadow: 0px 0px 17.46px 0.54px rgba(3, 4, 3, 0.15); }

.basket-upselling__contents {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 2rem; }

.basket-upselling__title {
  font-size: 2.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #dd5756;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 2.6rem;
  margin-bottom: 0; }

.basket-upselling__description {
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: normal;
  text-transform: none;
  line-height: 2rem;
  margin-bottom: 1rem; }

.basket-upselling__image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1; }

.basket-upselling .nice-select__container {
  display: block;
  width: 100%;
  margin-bottom: 1rem; }
  .basket-upselling .nice-select__container .nice-select {
    float: none;
    line-height: 3.2rem;
    box-sizing: border-box;
    height: 3.4rem;
    border: solid .1rem #dd5756;
    border-radius: 1.7rem;
    background-color: #fff;
    color: #000;
    padding-right: 3rem;
    padding-left: 3rem; }
    .basket-upselling .nice-select__container .nice-select > .current {
      line-height: 3.2rem;
      text-align: center;
      box-sizing: border-box; }
    .basket-upselling .nice-select__container .nice-select:after {
      right: 1.5rem; }
    .basket-upselling .nice-select__container .nice-select .list {
      border: solid .1rem #dd5756;
      border-radius: 1.7rem; }

.basket-upselling__button {
  color: #fff;
  background-color: #dd5756;
  border: none;
  padding: 0 2rem;
  border-radius: 1.75rem;
  font-size: 1.4rem;
  font-family: "GillSansBold", Arial, Helvetica, sans-serif;
  border: .1rem solid #dd5756;
  line-height: 3.2rem;
  transition: background-color .2s ease, color .2s ease;
  cursor: pointer;
  width: 100%; }
  .basket-upselling__button:hover {
    color: #dd5756;
    background-color: #fff; }

/* Mobile: off-canvas
   -------------------------------------------------------------------------- */
.off-canvas_open {
  background-color: #fff; }

/* Mobile: menu on the left (navigation)
   -------------------------------------------------------------------------- */
.header__burger-menu {
  position: absolute;
  left: 3rem;
  top: .7rem; }
  @media screen and (max-width: 26.25em) {
    .header__burger-menu {
      left: .75rem; } }

.burger-menu__line {
  border-top: 0.2rem solid #dd5756;
  height: 6px; }

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

.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: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: normal;
  background-color: #eda85c; }

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

.mobile-menu__section-link {
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: normal;
  background-color: #fff; }

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

.mobile-menu__section-icon {
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
  .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 #f2f2f2; }

.mobile-menu__item-link {
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: normal;
  background-color: #fff; }

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

/* Mobile menu credits info
   -------------------------------------------------------------------------- */
.mobile-credits {
  color: #000;
  font-size: .86em;
  line-height: 1;
  text-align: center;
  background-color: #fff;
  border-top: 0.1rem solid #f2f2f2; }

/* Mobile: menu on the right (basket)
    -------------------------------------------------------------------------- */
.header__basket-menu {
  float: none;
  position: absolute;
  right: 2rem;
  top: 1.5rem; }

.basket-menu__basket-icon {
  color: #dd5756; }
  .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: #fff;
  border: 0.2rem solid #dd5756; }

/* ==========================================================================
   MESSAGES
   ========================================================================== */
.message {
  z-index: 10001; }

.message__content {
  padding: 1.2rem 1rem; }

.message__close {
  color: #fff;
  position: absolute;
  right: 1rem;
  top: 46%;
  transform: translate(0, -50%);
  text-decoration: none; }
  .message__close: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: ""; }

/* Transient information message displayed at the top
   Eg. when a product has just been added
   -------------------------------------------------------------------------- */
.message_info {
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: normal;
  color: #fff;
  background-color: #eda85c;
  opacity: 0.9; }
  .message_info a,
  .message_info a:hover {
    color: #fff; }

@media screen and (max-width: 52.5em) {
  .page_menu.page_improved .message_info {
    bottom: auto;
    top: 0;
    text-align: center;
    background-color: transparent; }
  .page_menu.page_improved .message_info .message__wrapper {
    display: inline-block;
    background-color: #eda85c; } }
.message_product-added {
  background-color: rgba(237, 168, 92, 0.75); }

/* Important (warning/error) message displayed at the top
   Eg. someone tries to access /account without being logged in
   -------------------------------------------------------------------------- */
.message_error {
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: normal;
  color: #fff;
  background-color: #dd5756;
  opacity: 1; }
  .message_error a,
  .message_error a:hover {
    color: #fff; }

/* Deal wizard
   -------------------------------------------------------------------------- */
.deal-wizard__title {
  font-size: 3.5rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #dd5756;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 4.5rem;
  text-align: center; }

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

/* Deal wizard - Tabs
   -------------------------------------------------------------------------- */
.deal-wizard-navigation__tab {
  background-color: #eeeded; }

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

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

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

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

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

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

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

.deal-wizard-navigation__tab:before {
  background-color: #eeeded; }

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

/* Deal wizard - Link
   -------------------------------------------------------------------------- */
.deal-wizard-navigation__link {
  font-size: 1.6rem;
  color: #000;
  background-color: #eeeded; }
  .deal-wizard-navigation__link:before {
    border-left-color: #eee; }
  .deal-wizard-navigation__link:after {
    border-left-color: #eeeded; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link {
  color: #fff;
  background-color: #dd5756; }

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

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

.deal-wizard-navigation__tab_active .deal-wizard-navigation__title:after {
  background: -webkit-linear-gradient(left, rgba(221, 87, 86, 0), #dd5756);
  background: linear-gradient(to right, rgba(221, 87, 86, 0), #dd5756); }

/* ==========================================================================
   CUSTOMIZATION POPUP
   ========================================================================== */
.popup {
  border-radius: 2rem; }
  .popup .product-pictos {
    display: inline;
    padding-top: .2rem;
    margin-left: 1rem; }

.popup__title,
.popup_improved .popup__title,
.popup__price {
  font-size: 2.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #dd5756;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 3rem; }

.popup__description {
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 2rem; }

.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_improved.popup_scrolled .popup__title {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

/* Deal wizard - Close icon (improved layout)
   -------------------------------------------------------------------------- */
.popup_improved .popup__title-mobile-close {
  padding-top: .3rem; }

.popup_improved .popup__title-mobile-close-icon {
  font-size: 2.5rem; }
  .popup_improved .popup__title-mobile-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: 0;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

/* Deal wizard - restricts long selection height
   -------------------------------------------------------------------------- */
.popup .nice-select .list {
  max-height: 300px;
  overflow: auto; }

/* Popup group
   -------------------------------------------------------------------------- */
.popup-group__quantity-field {
  font-size: 1.8rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 500;
  line-height: 2.4rem;
  border: none;
  background-color: transparent;
  text-align: center; }

.popup-group__quantity-minus-icon,
.popup-group__quantity-plus-icon {
  font-size: 2rem;
  color: #dd5958;
  line-height: 3rem;
  display: block;
  margin-top: .1rem; }

.popup-group__quantity-minus-icon {
  margin-right: 1rem; }
  .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: 1rem; }
  .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__quantity-minus-icon:before,
.popup-group__quantity-plus-icon:before {
  display: block;
  margin: 0; }

.popup-group__label,
.popup-group__single-choice {
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #dd5756;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 3rem; }

.popup-group__line + .popup-group__line .popup-group__label {
  line-height: 3rem; }

.popup-group .nice-select {
  min-width: 14rem;
  box-sizing: border-box;
  padding-left: 3rem;
  padding-right: 3rem;
  line-height: 2.8rem;
  height: 3rem;
  border: solid .1rem #dd5756;
  border-radius: 1.5rem; }
  .popup-group .nice-select:after {
    right: 1.5rem; }
  .popup-group .nice-select .list {
    border: solid .1rem #dd5756;
    border-radius: 1.5rem; }

/* Popup row
   -------------------------------------------------------------------------- */
.popup-row__title {
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #dd5756;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 2rem; }

.popup-row__description {
  color: #000;
  line-height: 2rem;
  font-size: 1.4rem; }

/* Popup enum
   -------------------------------------------------------------------------- */
.popup-enum__option {
  margin-bottom: .5rem;
  margin-right: 1rem; }

.popup-enum__text {
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  color: #fff;
  background-color: #eda85c; }

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

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

/* Popup set
   -------------------------------------------------------------------------- */
.popup-set__group-title {
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #dd5756;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 2rem; }

.popup-set__title {
  color: #000; }

.popup-set__text {
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 1.6rem;
  position: relative;
  padding-left: 2.5rem; }
  .popup-set__text:before, .popup-set__text:after {
    position: absolute;
    top: 0;
    left: 0; }
  .popup-set__text:before {
    width: 1.6rem;
    height: 1.6rem;
    display: block;
    border-color: #000;
    background-color: #fff; }
  .popup-set__text:after {
    width: 1rem;
    height: 1rem;
    margin: .3rem;
    background-color: #eda85c; }

.popup-set__label {
  padding: 0;
  margin: 1.5rem .5rem 1.5rem 2.1rem;
  display: inline-block;
  vertical-align: top;
  width: auto; }
  .popup-set__label input[type=checkbox]:checked + .popup-set__text {
    font-weight: 400; }
    .popup-set__label input[type=checkbox]:checked + .popup-set__text:after {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

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

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

/* Popup deal line
   -------------------------------------------------------------------------- */
.popup-deal-line__label {
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700; }

.popup-deal-line__description {
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000; }

.popup-deal-line__single-option {
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000; }

/* Popup buttons
   -------------------------------------------------------------------------- */
.popup_improved {
  padding-bottom: 9.2rem; }

.popup-buttons__button,
.popup-buttons_improved .popup-buttons__button {
  color: #fff;
  background-color: #dd5756;
  border: none;
  padding: 1.2rem 2rem;
  border-radius: 2rem;
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.6rem;
  height: 4rem;
  padding: 1.2rem 2rem;
  transition: background-color .2s ease, color .2s ease; }
  .popup-buttons__button:hover,
  .popup-buttons_improved .popup-buttons__button:hover {
    color: #fff;
    background-color: #eda85c; }

.popup-buttons_improved {
  bottom: 2.6rem;
  padding: 0 1.6rem;
  box-sizing: border-box; }

.popup-buttons_improved .popup-buttons__button {
  font-size: 1.4rem;
  font-family: "GillSansBold", Arial, Helvetica, sans-serif;
  font-weight: normal; }

.popup-buttons__link,
.popup-buttons_improved .popup-buttons__link {
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  padding: 0;
  line-height: 2.4rem;
  margin-top: .8rem; }
  .popup-buttons__link:hover,
  .popup-buttons_improved .popup-buttons__link:hover {
    color: #000; }

@media screen and (max-width: 52.5em) {
  .popup_improved.popup_full-height {
    height: 100%;
    border-radius: 0; } }
/* DEFAULT static pages styles
-------------------------------------------------------------------------- */
.page_static .content__main {
  float: none;
  width: 96%;
  max-width: 86rem;
  margin: 0 auto;
  padding: 6rem 0;
  box-sizing: border-box; }
  @media screen and (max-width: 52.5em) {
    .page_static .content__main {
      padding: 2rem 0; } }

.static-page {
  color: #000;
  font-size: 1.6rem; }
  .static-page p {
    line-height: 2.6rem;
    margin-bottom: 2rem; }
  .static-page h1,
  .static-page h2,
  .static-page h3,
  .static-page h4,
  .static-page h5,
  .static-page h6 {
    font-size: 1.6rem;
    font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
    color: #dd5756;
    margin: 0 0 1.5rem;
    font-weight: normal;
    text-align: center; }
  .static-page .static-page__title {
    font-size: 3.4rem;
    margin: 0 0 2rem;
    text-transform: uppercase; }
  .static-page h1 {
    font-size: 2.6rem;
    text-transform: uppercase; }
  .static-page h2 {
    font-size: 2.4rem;
    text-transform: uppercase; }
  .static-page h3 {
    font-size: 2.2rem;
    text-transform: uppercase; }
  .static-page h4 {
    font-size: 2rem; }
  .static-page h5 {
    font-size: 1.8rem; }
  .static-page ul,
  .static-page ol {
    margin: 0 0 1.5rem 0;
    padding-left: 1.5rem; }
    .static-page ul li,
    .static-page ol li {
      padding-left: 1rem;
      margin-bottom: 1.5rem;
      text-align: left;
      line-height: 2.6rem; }
  .static-page ul {
    padding-left: 0; }
    .static-page ul li {
      list-style: none;
      position: relative;
      padding-left: 2.6rem; }
      .static-page ul li:before {
        content: '';
        display: block;
        border-radius: 50%;
        width: .8rem;
        height: .8rem;
        position: absolute;
        top: 1rem;
        left: 0;
        background-color: #0a0a0a; }

/* --------------------------------------------------------------------------
   LOCATOR
   (optional page)
   --------------------------------------------------------------------------
   Page which lets the user pick a restaurant based on his address.
   Functionality is similar to index shop picker, but on its own page.
   -------------------------------------------------------------------------- */
.page_locator .page__content {
  padding: 6rem 0; }
  @media screen and (max-width: 52.5em) {
    .page_locator .page__content {
      padding: 2rem 0; } }

.locator {
  color: #dd5756;
  background-color: #fff;
  width: 77.7rem;
  box-shadow: 0 0rem 1rem 0.1rem rgba(3, 4, 3, 0.15);
  border-radius: 2rem; }

.locator__wrapper {
  padding: 3rem 2rem; }

.locator__title {
  font-size: 3rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #dd5756;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 3.6rem;
  margin-bottom: 4rem; }

.locator__methods {
  overflow: hidden; }

.locator__method {
  font-size: 2rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #dd5756;
  font-weight: normal;
  text-transform: uppercase;
  width: calc(50% - .5rem); }
  .locator__method + .locator__method {
    margin-left: 1rem; }
  .locator__method input[type="radio"] {
    margin: 0; }
  .locator__method:hover .locator__method-name {
    color: #fff;
    background-color: #dd5756; }
  .locator__method input[type=radio]:checked + span {
    color: #fff;
    background-color: #dd5756; }

.locator__method-name {
  background-color: #fff;
  border: 1px solid #dd5756;
  border-radius: 1.5rem;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }

.locator__postcode-input-wrapper {
  padding-right: 7rem; }

.locator__postcode-input {
  font-size: 1.6rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  height: 4rem;
  line-height: 4rem;
  border: 1px solid #f4cb9d;
  float: left;
  width: 100%;
  padding: 0 1.5rem;
  border-radius: 1.5rem 0 0 1.5rem;
  box-sizing: border-box; }

.locator__postcode-input::-webkit-input-placeholder {
  color: #959598;
  font-size: 1.5rem; }

.locator__postcode-input::-moz-placeholder {
  color: #959598;
  font-size: 1.5rem; }

.locator__postcode-input:-ms-input-placeholder {
  color: #959598;
  font-size: 1.5rem; }

.locator_google .locator__postcode-input {
  border-radius: 1.5rem; }

.locator__postcode-input[data-locator-error] {
  background-color: #fbd6d2; }

.locator__postcode-button {
  color: #fff;
  background-color: #dd5756;
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 2rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  float: left;
  border-radius: 0 1.5rem 1.5rem 0;
  margin-right: -7rem;
  width: 7rem;
  height: 4rem;
  line-height: 4rem;
  transition: background-color .2s ease, color .2s ease; }
  .locator__postcode-button:hover {
    color: #fff;
    background-color: #dd5756; }

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

.locator__postcode-warning {
  color: #191919;
  font-size: 1.4rem; }

.locator__selected {
  font-size: 1.6rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: normal; }

.locator__selected-value {
  color: #dd5756;
  font-weight: 100;
  text-transform: uppercase; }

.locator__selected-link {
  font-size: 1.6rem;
  color: #000;
  font-weight: 400;
  text-decoration: underline;
  text-transform: none; }

[data-locator-selected-method=delivery] .locator__restaurants {
  padding: 0;
  width: auto; }

.locator__restaurants {
  margin: 0; }

.locator-restaurant {
  background-color: transparent;
  padding: 3rem 2rem; }
  .locator-restaurant + .locator-restaurant {
    border-top: .1rem solid #d1d1d1;
    margin-top: 0; }
  @media screen and (max-width: 40em) {
    .locator-restaurant {
      padding-left: 0;
      padding-right: 0; } }

@media screen and (max-width: 40em) {
  .locator-restaurant__header {
    text-align: center; } }

.locator-restaurant__name {
  font-size: 2rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 3.6rem;
  padding-top: 0;
  padding-bottom: 0;
  color: #dd5756; }

.locator-restaurant__toggle {
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 3.6rem;
  padding: 0;
  text-decoration: none; }
  .locator-restaurant__toggle:hover {
    text-decoration: underline; }
  @media screen and (max-width: 40em) {
    .locator-restaurant__toggle {
      float: none;
      margin-bottom: 1.5rem; } }

.locator-restaurant__content-name {
  font-size: 2rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 3.6rem; }

.locator-restaurant__opening-times {
  background-color: #f0eeee;
  color: #000; }

.locator-restaurant__address {
  font-size: 1.4rem;
  color: #000;
  line-height: 1.2; }
  .locator-restaurant__address p {
    margin-bottom: 0; }

.locator-restaurant__phone {
  font-size: 1.7rem; }

.locator-restaurant__button {
  color: #fff;
  background-color: #dd5756;
  border: none;
  padding: 0 2rem;
  border-radius: 1.5rem;
  font-size: 1.6rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  border: .1rem solid #dd5756;
  line-height: 3.4rem;
  transition: background-color .2s ease, color .2s ease; }
  .locator-restaurant__button:hover {
    color: #dd5756;
    background-color: #fff; }
  @media screen and (max-width: 40em) {
    .locator-restaurant__button {
      float: none;
      max-width: 10rem;
      display: block;
      margin: 0 auto; } }

.locator-restaurant__name-distance,
.locator-restaurant__content-name-distance {
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #dd5756;
  font-weight: 400;
  text-transform: uppercase; }

.locator-restaurant__map {
  margin-top: 1rem; }
  .locator-restaurant__map a {
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    color: #000; }
    .locator-restaurant__map a:hover {
      text-decoration: underline; }

/* ==========================================================================
   CHECKOUT, ACCOUNT & ORDER PAGES
   ========================================================================== */
.checkout {
  padding: 0 2rem;
  max-width: 81rem;
  box-sizing: border-box;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 2rem;
  box-shadow: 0 0rem 1rem 0.1rem rgba(3, 4, 3, 0.15); }
  .checkout .checkout__fieldset {
    max-width: 38rem; }

.checkout__header {
  margin-bottom: 1rem; }
  .checkout__header ~ .checkout__fieldset {
    margin-top: 2rem; }

.checkout__section {
  box-sizing: border-box;
  padding: 5rem 0 2rem; }
  .checkout__section + .checkout__section {
    margin-top: 3.2rem;
    border-top: .1rem solid #e0e0e0; }

.checkout__title,
.credit-page__title {
  font-size: 3.5rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #dd5756;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center; }

.card-entry__label,
.card-entry__saved-card-label {
  font-size: 1.6rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000; }

.checkout__description,
.card-entry__instructions,
.card-entry__cvcode-label {
  font-size: 1.6rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000; }

.checkout__description {
  margin-bottom: 1rem;
  text-align: center; }

.checkout-variant__helper {
  font-size: 1.6rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  margin-left: -12rem; }
  @media screen and (max-width: 62em) {
    .checkout-variant__helper {
      margin-left: 0; } }

.checkout-variant__label {
  font-size: 1.6rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  display: block;
  margin-left: -14.5rem; }
  @media screen and (max-width: 66em) {
    .checkout-variant__label {
      margin-left: -12rem; } }
  @media screen and (max-width: 62em) {
    .checkout-variant__label {
      margin-left: -2.5rem; } }

.checkout-variant__select {
  padding-left: 3rem; }
  .checkout-variant__select .checkout-variant__select-label {
    font-size: 1.6rem;
    font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
    color: #000;
    text-transform: uppercase;
    margin-left: -15rem; }
  .checkout-variant__select .nice-select__container {
    width: 16rem;
    margin-right: 7.5%; }
    .checkout-variant__select .nice-select__container .nice-select {
      width: 100%; }
    .checkout-variant__select .nice-select__container:last-child {
      margin-right: 0; }
  @media screen and (max-width: 62em) {
    .checkout-variant__select {
      padding-left: 0; }
      .checkout-variant__select .checkout-variant__select-label {
        margin-left: 0;
        float: none;
        width: auto; }
      .checkout-variant__select .checkout-variant__select-set {
        width: 100%; } }

.checkout-variant__text {
  position: relative;
  padding-left: 2.5rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.6rem;
  cursor: pointer;
  color: #000; }
  .checkout-variant__text:after {
    content: '';
    position: absolute;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    border: .1rem solid #484848;
    border-radius: 50%;
    box-sizing: border-box;
    background: #f2f2f2;
    left: 0;
    top: 0;
    margin: 0;
    z-index: 1; }
  .checkout-variant__text:before {
    content: '';
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    position: absolute;
    display: block;
    width: 1rem;
    height: 1rem;
    box-sizing: border-box;
    border-radius: 50%;
    background: #eda85c;
    left: 0;
    top: 0;
    margin: .3rem;
    z-index: 2;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }

.checkout-variant__radio {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }
  .checkout-variant__radio:checked + .checkout-variant__text:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  .checkout-variant__radio:checked ~ .checkout-variant__text,
  .checkout-variant__radio + .checkout-variant__text {
    font-weight: 400; }

.checkout-row {
  padding-left: 0;
  margin-bottom: 2.2rem; }

.checkout-row__label,
.checkout-row__group-label {
  font-size: 1.6rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 2rem;
  position: relative; }

.checkout-row__label {
  padding: .7rem .5rem 0 0;
  width: 12rem;
  margin-left: -12rem; }
  @media screen and (max-width: 52.5em) {
    .checkout-row__label {
      width: 100%;
      padding: 0;
      margin: 0 0 .8rem 0;
      display: block; } }

.checkout-row__group-item_atoms {
  font-size: 0; }

.checkout-row__group-atom {
  width: 30%;
  margin-bottom: 0;
  margin-right: 5%; }
  .checkout-row__group-atom .checkout-row__group-label_atom {
    width: 5rem; }
  .checkout-row__group-atom .checkout-row__field-text {
    width: calc(100% - 5rem); }
  .checkout-row__group-atom:last-child {
    margin-right: 0; }
  .checkout-row__group-atom:first-child .checkout-row__group-label_atom {
    float: left;
    margin-left: -12rem;
    width: 12rem;
    box-sizing: border-box; }
  .checkout-row__group-atom:first-child .checkout-row__field-text {
    width: 100%; }
  @media screen and (max-width: 62em) {
    .checkout-row__group-atom:first-child .checkout-row__group-label_atom,
    .checkout-row__group-atom .checkout-row__group-label_atom {
      display: block;
      float: none;
      padding: 0;
      margin: 0 0 .8rem 0;
      width: auto; }
    .checkout-row__group-atom .checkout-row__field-text {
      width: 100%; } }
  @media screen and (max-width: 30em) {
    .checkout-row__group-atom {
      width: 100%;
      margin-bottom: 2.2rem; }
      .checkout-row__group-atom:last-child {
        margin-bottom: 0; } }

.checkout-row__group-item {
  margin-top: 1.5rem; }

.checkout-row__field-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }
  .checkout-row__field-checkbox:checked + .checkout-row__label-text:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

.checkout-row__label-text {
  position: relative;
  padding-left: 2.5rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.8rem;
  cursor: pointer;
  color: #000; }
  .checkout-row__label-text:after {
    content: '';
    position: absolute;
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    border: .1rem solid #484848;
    box-sizing: border-box;
    background: #f2f2f2;
    left: 0;
    top: 0;
    margin: 0;
    z-index: 1; }
  .checkout-row__label-text:before {
    content: '';
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    position: absolute;
    display: block;
    width: 1rem;
    height: 1rem;
    box-sizing: border-box;
    background: #eda85c;
    left: 0;
    top: 0;
    margin: .4rem;
    z-index: 2;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }

.checkout-row__hint,
.checkout-row__group {
  font-size: 1.6rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000; }

.checkout-row__field-text_half {
  width: 57%; }

.checkout-row__field-text {
  font-size: 1.6rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  color: #000;
  box-shadow: none;
  background-color: #fff;
  border: .1rem solid #f2bf87;
  border-radius: 1.7rem;
  box-sizing: border-box;
  padding: 0 1.5rem;
  line-height: 3.2rem;
  height: 3.4rem;
  outline: none; }
  .checkout-row__field-text:hover, .checkout-row__field-text:focus {
    outline: none;
    box-shadow: none; }
  .checkout-row__field-text[disabled] {
    border-color: rgba(33, 33, 33, 0.36); }
  @media screen and (max-width: 62em) {
    .checkout-row__field-text {
      width: 100%; } }

.checkout-row__field-textarea {
  font-size: 1.6rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  color: #000;
  box-shadow: none;
  background-color: #fff;
  border: .1rem solid #f2bf87;
  border-radius: 1.7rem;
  box-sizing: border-box;
  box-shadow: none;
  padding: 1rem 1.5rem;
  line-height: 2rem;
  resize: none;
  min-height: 10rem;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }
  .checkout-row__field-textarea:focus {
    outline: none;
    box-shadow: none; }
  .checkout-row__field-textarea[disabled] {
    border-color: rgba(33, 33, 33, 0.36); }

.checkout-row__group_emphisized {
  padding: 1rem;
  color: #000;
  background-color: #f9eeba; }

.checkout-row__group-item_description {
  line-height: 1.3; }

.checkout-row__group-item_info.hidden {
  margin-top: 0; }

/* Form buttons
   Contain a button on the right and a cancel link on the left.
   -------------------------------------------------------------------------- */
.form-buttons__button {
  color: #fff;
  background-color: #dd5756;
  border: none;
  padding: 0 2rem;
  border-radius: 1.8rem;
  font-size: 1.6rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  line-height: 3.4rem;
  border: 0.1rem solid #dd5756;
  min-width: 13.8rem;
  text-align: center;
  transition: background-color .2s ease, color .2s ease; }
  .form-buttons__button:hover {
    color: #dd5756;
    background-color: #fff; }

.form-buttons__link {
  font-size: 1.6rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 3.6rem;
  padding: 0; }
  .form-buttons__link:hover {
    color: #000; }

/* Loyalty (step4)
   -------------------------------------------------------------------------- */
.page_order_step4 .checkout__fieldset.checkout-loyalty {
  position: relative;
  max-width: initial;
  padding-left: 25rem;
  min-height: 22rem;
  font-size: 1.6rem; }
  .page_order_step4 .checkout__fieldset.checkout-loyalty .checkout-loyalty__balance {
    font-size: 2.4rem;
    text-transform: uppercase;
    color: #000; }
    .page_order_step4 .checkout__fieldset.checkout-loyalty .checkout-loyalty__balance .checkout-loyalty__balance__points {
      font-weight: normal;
      color: #dd5756; }
  @media screen and (max-width: 40em) {
    .page_order_step4 .checkout__fieldset.checkout-loyalty {
      padding-left: 0; }
      .page_order_step4 .checkout__fieldset.checkout-loyalty .loyalty-page__rewards {
        position: relative;
        margin: 2rem auto;
        width: 12.4rem;
        height: 11.6rem;
        background-size: cover; }
      .page_order_step4 .checkout__fieldset.checkout-loyalty .loyalty-page__rewards-points {
        padding-top: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .page_order_step4 .checkout__fieldset.checkout-loyalty .loyalty-page__rewards-points-value {
        font-size: 3rem;
        line-height: 3rem; }
      .page_order_step4 .checkout__fieldset.checkout-loyalty .loyalty-page__rewards-points-label {
        font-size: 1.4rem; } }
  .page_order_step4 .checkout__fieldset.checkout-loyalty .checkout-loyalty__cannot-use,
  .page_order_step4 .checkout__fieldset.checkout-loyalty .checkout-loyalty__teaser {
    line-height: 2.4rem;
    margin-bottom: 1rem; }

/* Checkout confirmation page (step5)
    -------------------------------------------------------------------------- */
.checkout-confirm__title {
  font-size: 1.6rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #dd5756;
  font-weight: normal; }

.checkout-confirm__content {
  font-size: 1.6rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000; }

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

.checkout__section_confirm .form-buttons {
  flex-direction: column; }

/* Checkout upselling
   -------------------------------------------------------------------------- */
.category_upselling .category__title {
  font-size: 3.5rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #dd5756;
  font-weight: normal;
  text-transform: uppercase; }

/* Facebook login
   -------------------------------------------------------------------------- */
.checkout__facebook-login-button {
  border-radius: 1.8rem;
  font-size: 1.6rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif; }

.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 {
  margin-top: 1em;
  text-align: center;
  position: relative; }
  .checkout__facebook-login-separator:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    height: 0;
    width: 100%;
    border-top: 1px solid #212121; }

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

/* User registration error (invalid/empty fields)
   -------------------------------------------------------------------------- */
.checkout-error {
  color: #fff;
  background-color: #dd5756;
  border-radius: 2rem; }

/* Form validation
   -------------------------------------------------------------------------- */
.checkout-row__warning-message {
  color: #ff1d37;
  font-size: 1.3rem; }

/* Account referral program
   -------------------------------------------------------------------------- */
.checkout__referral-program-rules {
  font-size: 1.275rem; }

.checkout__referral-link {
  margin: 1rem 0;
  color: #fff;
  background-color: #dd5756;
  border: none;
  padding: 1rem 2rem;
  border-radius: 1.8rem;
  font-size: 1.6rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  text-decoration: none;
  min-width: 15rem;
  text-align: center; }
  .checkout__referral-link:hover {
    color: #dd5756;
    background-color: #fff; }
  .checkout__referral-link span[data-copied] {
    padding: 1rem 0;
    color: #212121; }

/* Checkout delimiter
   -------------------------------------------------------------------------- */
.checkout-delimiter {
  margin-bottom: 1.4rem;
  font-size: 0;
  text-align: center;
  position: relative; }
  .checkout-delimiter .checkout-delimiter__text {
    font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #333;
    line-height: 2rem;
    height: 2rem;
    text-transform: none;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #fff;
    position: relative;
    top: -.1rem;
    z-index: 2; }
  .checkout-delimiter:after {
    display: block;
    content: '';
    width: 100%;
    height: .1rem;
    background-color: #d1d1d1;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%); }

/* Order page
   -------------------------------------------------------------------------- */
.page_orders .content__wrapper {
  max-width: 115.2rem;
  padding: 4.5rem 0;
  box-sizing: border-box; }
.page_orders .content__side {
  display: none; }
.page_orders .content__main {
  float: none;
  width: 100%; }
.page_orders .checkout {
  width: 100%;
  max-width: 120rem;
  overflow: hidden; }

/* Order table
   -------------------------------------------------------------------------- */
.order-table {
  max-width: 84.6rem;
  margin: 3rem auto 0;
  border-radius: 2rem;
  border-collapse: separate;
  border: 0.1rem solid #ed7136;
  overflow: hidden;
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  .order-table .order-table__header {
    color: #fff;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #ed7136; }
  .order-table .order-table__header-item {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem; }
  @media screen and (max-width: 40em) {
    .order-table {
      max-width: 100%;
      padding-bottom: 2rem;
      overflow-x: auto; }
      .order-table .order-table__header,
      .order-table .order-row {
        width: 64rem; } }

/* Order row
   -------------------------------------------------------------------------- */
.order-row:nth-child(even) .order-row__header {
  color: #000;
  background-color: #f7f7f7; }

.order-row__header {
  color: #000;
  font-size: 1.5rem;
  background-color: #fbfbfb;
  border-top: 2px solid #fff; }
  .order-row__header:hover {
    color: #000 !important;
    background-color: #eeeded !important;
    transition: background-color .2s ease, color .2s ease; }

.order-table__show-more a {
  color: #c84d39; }

.order-row__order {
  border-top: 2px solid #fff; }

/* Order
   -------------------------------------------------------------------------- */
.order {
  color: #000;
  font-size: 1.5rem;
  background-color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  padding: 1rem 2rem; }

.order__group-title {
  font-size: 1.5rem;
  font-weight: normal;
  text-transform: uppercase; }

.order__add {
  padding-right: 0; }

.order__add-button,
.order__repeat-button {
  color: #fff;
  background-color: #dd5756;
  border: none;
  padding: 0 3.3rem;
  border-radius: 1.5rem;
  font-size: 1.5rem;
  border: 0.1rem solid #dd5756;
  line-height: 3rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  transition: background-color .2s ease, color .2s ease; }
  .order__add-button:hover,
  .order__repeat-button:hover {
    color: #dd5756;
    background-color: #fff; }

.order__add-button {
  line-height: 2.4rem;
  padding: 0 2.5rem; }

.order__repeat-empty-basket {
  line-height: 3rem; }

.order__items-container {
  border-top: none;
  max-width: 67.6rem; }

.order__items-table {
  color: #000;
  font-size: 1.5rem;
  background-color: #fff;
  border: none;
  border-radius: 2rem 2rem 0 0;
  overflow: hidden; }

.order__items-deal {
  color: #000;
  background-color: #f7f7f7; }

.order__items-deal-title {
  color: #fff;
  background-color: #ed7136;
  border-radius: 2rem 2rem 0 0;
  overflow: hidden; }
  .order__items-deal-title .order__items-deal-header-column {
    font-weight: normal;
    padding: .6rem 1.5rem; }

.order__items-column {
  line-height: 2.6rem; }
  .order__items-column:first-child {
    padding-left: 1.5rem; }
  .order__items-column:last-child {
    padding-right: 1.5rem;
    padding-left: 1rem; }

.order__items-attribute {
  font-style: normal;
  opacity: .4; }

.order__items-footer {
  border-top-color: #a2a2a2;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase; }

.order__total {
  border-top-color: #a2a2a2;
  font-size: 2.2rem;
  font-weight: normal;
  text-transform: none; }

/* Credit page
   -------------------------------------------------------------------------- */
.credit-page__main {
  color: #0a0a0a;
  background-color: #f4f5f6; }

.credit-page__status__balance {
  font-size: 2rem;
  font-weight: 400; }

.credit-page__status__balance-amount {
  font-size: 2.4rem;
  margin-top: .5rem; }

.credit-page__status__rules {
  font-size: 1.4rem;
  line-height: 1.4; }

.credit-page__form__teaser {
  font-size: 1.6rem;
  color: #3f3e3e;
  font-weight: 700; }

.credit-page__form__input {
  border: 1px solid #ddd;
  background-color: #fff; }

.credit-page__form__button {
  color: #fff;
  background-color: #dd5756;
  border: none;
  border-radius: 0;
  font-size: 1.4rem;
  font-weight: 700;
  transition: background-color .2s ease, color .2s ease; }
  .credit-page__form__button:hover {
    color: #dd5756;
    background-color: #fff; }

/* Credit table
   -------------------------------------------------------------------------- */
.credit-table__header {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  background-color: #ed7136; }

.credit-table__row {
  background-color: #fbfbfb; }
  .credit-table__row:nth-child(odd) {
    background-color: #f7f7f7; }
  .credit-table__row:hover {
    background-color: #eeeded; }

.credit-table td {
  font-size: 1.5rem;
  color: #000; }

/* ==========================================================================
   HOMEPAGE
   ========================================================================== */
.content_index {
  margin-top: 0; }

.content_index .content__wrapper {
  width: 100%;
  max-width: none; }

/* Homepage: slideshow at the top
   -------------------------------------------------------------------------- */
.slider {
  margin-bottom: 3.3rem; }

.slider__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
  width: 100%; }
  .slider__wrapper:before {
    display: table;
    content: ""; }
  .slider__wrapper:after {
    display: table;
    content: "";
    clear: both; }

.unslider-nav {
  bottom: 1.3rem; }
  .unslider-nav ol li {
    background-color: transparent;
    border: .1rem solid #000;
    box-sizing: border-box;
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 .3rem; }
    .unslider-nav ol li.unslider-active {
      background-color: #000;
      border-color: #000; }

.index-slideshow__link {
  display: block;
  text-decoration: none; }

.index-slideshow-links {
  display: none; }

.index-slideshow-links__link {
  display: inline-block;
  min-width: 200px;
  margin: .5em .3em;
  box-sizing: border-box;
  color: #fff;
  background-color: #dd5756;
  border: none;
  padding: 0 2rem;
  border-radius: 1.8rem;
  font-size: 1.5rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease; }
  .index-slideshow-links__link:hover {
    color: #dd5756;
    background-color: #fff; }
  .index-slideshow-links__link:hover {
    color: #000;
    background-color: #fff; }

@media screen and (max-width: 52.5em) {
  .index-slideshow-links__link {
    border: 1px solid #dd5756; }

  .index-slideshow-links {
    position: static;
    margin-top: 1em; } }
/* Homepage: shop picker above the slideshow
   -------------------------------------------------------------------------- */
.index-locator {
  color: #000;
  background-color: #ddd; }

@media screen and (max-width: 52.5em) {
  .index-locator__wrapper {
    padding-bottom: 2rem; } }
.index-locator__title {
  font-size: 1.8rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  background-color: #686868; }

.index-locator__method {
  font-size: 1.5rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #191919;
  font-weight: 600;
  text-transform: uppercase; }
  .index-locator__method input[type=radio]:checked + span {
    color: #fff;
    background-color: #191919; }

.index-locator__method-name {
  background-color: #b6b6b6; }

.index-locator__postcode-input {
  font-size: 1.7rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  border: 0.1rem solid #c6c6c6; }

.index-locator__postcode-button {
  color: #fff;
  background-color: #000;
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 1.6rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  transition: background-color .2s ease, color .2s ease; }
  .index-locator__postcode-button:hover {
    color: #fff;
    background-color: #555; }

.index-locator__postcode-warning {
  color: #191919;
  font-size: 1.3rem; }

.index-locator__text {
  font-size: 1.3rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400; }

.index-locator__postcode-selected {
  font-size: 1.5rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 600;
  text-transform: uppercase; }

.index-locator__postcode-link {
  color: #000;
  font-weight: 400; }

.index-locator-restaurant {
  color: #000;
  font-size: 1.4rem;
  border-top: 1px solid #000; }

.index-locator-restaurant__name {
  font-size: 1.7rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 600;
  line-height: 1; }

.index-locator-restaurant__phone {
  font-size: 1.7rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 600;
  line-height: 1; }

.index-locator-restaurant__phone a {
  color: #000;
  text-decoration: none; }

.index-locator-restaurant__button {
  color: #fff;
  background-color: #000;
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 1.6rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  transition: background-color .2s ease, color .2s ease; }
  .index-locator-restaurant__button:hover {
    color: #fff;
    background-color: #555; }

/* Homepage: connected customer
   -------------------------------------------------------------------------- */
.index-connected-customer {
  margin: 2rem 0; }

.index-connected-customer__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%; }
  .index-connected-customer__wrapper:before {
    display: table;
    content: ""; }
  .index-connected-customer__wrapper:after {
    display: table;
    content: "";
    clear: both; }

.index-connected-customer__item {
  padding: 1.5rem 2rem;
  text-align: center;
  color: #000;
  background-color: #ddd; }

.index-connected-customer__title {
  margin-bottom: .5em;
  font-size: 1.8rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1; }

.index-connected-customer__content {
  min-height: 3.6rem; }

.index-connected-customer__buttons {
  margin-top: 2rem; }

.index-connected-customer__button {
  display: inline-block;
  color: #fff;
  background-color: #dd5756;
  border: none;
  padding: 1rem 2rem;
  border-radius: 0;
  font-size: 1.5rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  transition: background-color .2s ease, color .2s ease; }
  .index-connected-customer__button:hover {
    color: #dd5756;
    background-color: #fff; }

.index-connected-customer__item:first-of-type {
  color: #fff;
  text-align: left;
  background-color: #474747; }
  .index-connected-customer__item:first-of-type .index-connected-customer__title {
    color: #fff; }
  .index-connected-customer__item:first-of-type .index-connected-customer__button {
    min-width: 35%;
    text-align: center;
    padding: 1rem .5rem; }
  .index-connected-customer__item:first-of-type .index-connected-customer__button_other {
    margin-left: 1rem;
    background-color: #fff;
    color: #000; }
    .index-connected-customer__item:first-of-type .index-connected-customer__button_other:hover {
      color: #fff;
      background-color: #555; }

@media screen and (max-width: 52.5em) {
  .index-connected-customer__content {
    min-height: 0; } }
/* Homepage: microblog - a series of short blocks (image + text)
   -------------------------------------------------------------------------- */
.index-microblog {
  margin-bottom: 1.8rem; }

.index-microblog__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
  width: 100%;
  max-width: 123rem;
  box-sizing: border-box;
  padding: 15px;
  overflow-x: auto; }
  .index-microblog__wrapper:before {
    display: table;
    content: ""; }
  .index-microblog__wrapper:after {
    display: table;
    content: "";
    clear: both; }

.index-microblog__posts-outer {
  width: 120rem; }

.index-microblog__post {
  color: #000;
  background-color: #fff;
  position: relative;
  width: calc(25% - 1.5rem);
  margin: 0;
  border-radius: 2rem;
  box-shadow: 0px 0px 17.46px 0.54px rgba(3, 4, 3, 0.15);
  box-sizing: border-box;
  padding: 2.2rem 2rem 2.6rem;
  text-align: center; }
  .index-microblog__post:nth-child(2) {
    margin: 0; }
  .index-microblog__post + .index-microblog__post {
    margin-left: 2rem; }
  @media screen and (max-width: 52.5em) {
    .index-microblog__post {
      float: left; }
      .index-microblog__post + .index-microblog__post {
        margin-top: 0; } }

.index-microblog__image-wrapper {
  margin: 0 auto .9rem; }

.index-microblog__title {
  font-size: 3.5rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #dd5756;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 1rem;
  line-height: 4.1rem;
  text-align: center; }
  @media screen and (max-width: 52.5em) {
    .index-microblog__title {
      font-size: 2.8rem;
      line-height: 3.6rem; } }

.index-microblog__content .index-microblog__title {
  margin-bottom: 0; }
  @media screen and (max-width: 52.5em) {
    .index-microblog__content .index-microblog__title {
      font-size: 2.6rem;
      line-height: 3.4rem; } }
.index-microblog__content p {
  font-size: 1.8rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: normal;
  text-transform: none;
  line-height: 2.4rem;
  margin: 0; }
  @media screen and (max-width: 52.5em) {
    .index-microblog__content p {
      font-size: 1.4rem;
      line-height: 2rem; } }

.index-microblog__spacer {
  height: 5.2rem; }

.index-microblog__footer {
  position: absolute;
  bottom: 2.6rem;
  right: 2rem;
  left: 2rem; }

.index-microblog__link {
  display: inline-block;
  color: #fff;
  background-color: #ed7136;
  border: none;
  padding: 0 4rem;
  border-radius: 2.5rem;
  font-size: 1.8rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 3.4rem;
  height: 3.6rem;
  transition: background-color .2s ease, color .2s ease;
  border: solid .1rem #ed7136;
  box-sizing: border-box; }
  .index-microblog__link:hover {
    color: #ed7136;
    background-color: #fff; }
  @media screen and (max-width: 52.5em) {
    .index-microblog__link {
      font-size: 1.4rem;
      line-height: 3rem;
      height: 3.2rem;
      padding: 0 3.2rem; } }

/* Homepage: custom banner
   -------------------------------------------------------------------------- */
.index-banner {
  margin-bottom: 3.3rem; }
  .index-banner .index-banner__image {
    display: block;
    margin: 0 auto; }
    .index-banner .index-banner__image.index-banner__image_mobile {
      display: none; }
    @media screen and (max-width: 52.5em) {
      .index-banner .index-banner__image {
        display: none; }
        .index-banner .index-banner__image.index-banner__image_mobile {
          display: block; } }

/* Homepage: About us
   -------------------------------------------------------------------------- */
.index-about {
  margin-bottom: 7rem;
  color: #fff; }

.index-about__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
  padding: 7rem 4rem;
  font-size: 1.8rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: normal;
  text-transform: none;
  line-height: 2.4rem;
  text-align: center;
  background-color: #dd5756;
  box-sizing: border-box;
  border-radius: 2rem; }
  .index-about__wrapper:before {
    display: table;
    content: ""; }
  .index-about__wrapper:after {
    display: table;
    content: "";
    clear: both; }
  .index-about__wrapper p {
    margin: 1rem 0 0; }
  @media screen and (max-width: 52.5em) {
    .index-about__wrapper {
      font-size: 1.4rem;
      line-height: 2rem; } }

.index-about__title {
  margin-bottom: 1rem;
  font-size: 3.3rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 4.5rem; }
  @media screen and (max-width: 52.5em) {
    .index-about__title {
      font-size: 2.6rem;
      line-height: 3.6rem; } }

.index-about__banner {
  margin-top: 0; }

.about-banner__image {
  display: block;
  margin: 0 auto; }

.index-about__link {
  margin-top: 1rem;
  text-align: center; }

/* Homepage: newsletter signup form
   -------------------------------------------------------------------------- */
.index-newsletter {
  margin-bottom: 5rem;
  padding: 2rem 1rem;
  color: #fff;
  background-color: #474747; }

.index-newsletter__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%; }
  .index-newsletter__wrapper:before {
    display: table;
    content: ""; }
  .index-newsletter__wrapper:after {
    display: table;
    content: "";
    clear: both; }

.index-newsletter__title {
  font-size: 1.9rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  margin-left: -300px;
  line-height: 36px; }

.index-newsletter__fieldset {
  padding: 0 120px 0 300px; }

.index-newsletter__field {
  border: 0.1rem solid #c6c6c6;
  height: 36px;
  line-height: 36px; }

.index-newsletter__button {
  color: #fff;
  background-color: #dd5756;
  border: none;
  padding: 0;
  border-radius: 1.8rem;
  font-size: 1.6rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  transition: background-color .2s ease, color .2s ease;
  margin-right: -120px;
  width: 115px;
  height: 36px;
  line-height: 36px; }
  .index-newsletter__button:hover {
    color: #dd5756;
    background-color: #fff; }

/* Homepage: map showing the position of the restaurant
   -------------------------------------------------------------------------- */
.index-map__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%; }
  .index-map__wrapper:before {
    display: table;
    content: ""; }
  .index-map__wrapper:after {
    display: table;
    content: "";
    clear: both; }

.index-map__shop {
  width: 35rem;
  background-color: #fff;
  border: .1rem solid #c6c6c6; }

.index-map__shop-title {
  margin-bottom: .5em;
  font-size: 1.8rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.1; }

.index-map__shop-phone {
  margin: .5em 0;
  font-size: 1.8rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 600; }
  .index-map__shop-phone a {
    color: #000; }

.index-map__shop .social-icons__link {
  border: 0.1rem solid #000; }

.index-map__order-button {
  color: #fff;
  background-color: #dd5756;
  border: none;
  padding: 0.7em 0;
  border-radius: 1.8rem;
  font-size: 1.6rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  transition: background-color .2s ease, color .2s ease;
  display: block;
  margin-top: 1rem;
  width: 100%;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box; }
  .index-map__order-button:hover {
    color: #dd5756;
    background-color: #fff; }

.index-map__embed-image {
  left: 50%;
  top: 10%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media screen and (max-width: 40em) {
  .index-map__embed-image {
    transform: translate(-60%, -40%); } }
/* Homepage: list of restaurants (franchises only)
   -------------------------------------------------------------------------- */
.index-shop-list {
  margin: 0 auto 3.3rem; }
  @media screen and (max-width: 52.5em) {
    .index-shop-list {
      margin: 2rem 0; } }

.index-shop-list__wrapper {
  width: 100%;
  max-width: 100%; }

.index-shop-list__header {
  margin-bottom: 1rem;
  text-align: center; }

.index-shop-list__title {
  font-size: 3.5rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #dd5756;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 4.1rem; }
  @media screen and (max-width: 52.5em) {
    .index-shop-list__title {
      font-size: 2.8rem;
      line-height: 3.6rem; } }

.index-shop-list__shops-outer {
  width: 100%;
  max-width: 155rem;
  box-sizing: border-box;
  padding: 15px;
  overflow-x: auto;
  margin: 0 auto; }

.index-shop-list__shops {
  display: flex;
  margin: 0;
  width: auto;
  justify-content: center; }
  .index-shop-list__shops:before, .index-shop-list__shops:after {
    display: none; }
  @media screen and (max-width: 96em) {
    .index-shop-list__shops_5-shop {
      width: 152.25rem;
      justify-content: left; } }
  @media screen and (max-width: 78em) {
    .index-shop-list__shops_4-shop {
      width: 121.5rem;
      justify-content: left; } }
  @media screen and (max-width: 58em) {
    .index-shop-list__shops_3-shop {
      width: 90.7rem;
      justify-content: left; } }
  @media screen and (max-width: 38.75em) {
    .index-shop-list__shops_2-shop {
      width: 60rem;
      justify-content: left; } }

.index-shop-list__shop {
  width: 27.75rem;
  flex-shrink: 0;
  float: none;
  text-align: center;
  box-shadow: 0px 0px 17.46px 0.54px rgba(3, 4, 3, 0.15);
  border-radius: 2rem;
  padding: 1.7rem 1.7rem 4rem;
  display: flex;
  flex-direction: column; }
  .index-shop-list__shop + .index-shop-list__shop {
    margin-left: 3rem; }

.index-shop-list__shop-title {
  margin-bottom: 1rem;
  font-size: 3.5rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #dd5756;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 4.1rem;
  flex-grow: 0; }
  @media screen and (max-width: 52.5em) {
    .index-shop-list__shop-title {
      font-size: 2.8rem;
      line-height: 3.6rem; } }

.index-shop-list__image-wrapper {
  margin-bottom: 2.2rem;
  flex-grow: 0; }

.index-shop-list__image {
  display: block;
  margin: 0 auto; }

.index-shop-list__shop-address {
  margin-bottom: 2rem;
  flex-grow: 1; }

.index-shop-list__shop-address p {
  margin: 0; }

.index-shop-list__shop-address,
.index-shop-list__shop-address p {
  font-size: 1.8rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: normal;
  text-transform: none;
  line-height: 2.4rem; }
  @media screen and (max-width: 52.5em) {
    .index-shop-list__shop-address,
    .index-shop-list__shop-address p {
      font-size: 1.4rem;
      line-height: 2rem; } }

.index-shop-list__shop-link {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  background-color: #ed7136;
  border: none;
  padding: 0 4rem;
  border-radius: 2.5rem;
  font-size: 1.8rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 3.4rem;
  height: 3.6rem;
  transition: background-color .2s ease, color .2s ease;
  border: solid .1rem #ed7136;
  box-sizing: border-box; }
  .index-shop-list__shop-link:hover {
    color: #ed7136;
    background-color: #fff; }
  @media screen and (max-width: 52.5em) {
    .index-shop-list__shop-link {
      font-size: 1.4rem;
      line-height: 3rem;
      height: 3.2rem;
      padding: 0 3.2rem; } }

.page_index .category-navigation {
  display: none; }
.page_index .page__topbar {
  height: 0 !important; }

/* ==========================================================================
   SPECIAL FEATURES
   ========================================================================== */
/* --------------------------------------------------------------------------
   SKU BUTTONS
   (optional feature, available on touch but NOT on sidetouch)
   --------------------------------------------------------------------------
   Shows product sizes (skus) as buttons instead of selects.
   To activate, create a 'size_buttons' tag and set it on the chosen products/categories
   -------------------------------------------------------------------------- */
.sku-buttons {
  border-radius: 0em; }

.sku-buttons__text {
  color: #212121;
  background-color: #ddd;
  border-left: 0.1rem solid #fff; }

.sku-buttons__radio:checked + .sku-buttons__text {
  color: #fff;
  background-color: #212121; }
.sku-buttons__radio:disabled + .sku-buttons__text {
  color: #aaa;
  background-color: #ddd; }

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

/* --------------------------------------------------------------------------
   GROUPED SKUS
   (optional feature)
   --------------------------------------------------------------------------
   Group size selection at the top of the page (instead of for every product).
   To activate, create a 'size_group' tag and set it on one or several main (topmost) categories.
   -------------------------------------------------------------------------- */
.grouped-skus__title {
  font-size: 1.6rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 700; }

.grouped-skus__list {
  border-radius: 0em; }

.grouped-skus__text {
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 400;
  background-color: #ddd;
  border-left: 0.1rem solid #fff; }

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

.grouped-skus__radio:checked + .grouped-skus__text {
  color: #fff;
  background-color: #212121; }
.grouped-skus__radio:disabled + .grouped-skus__text {
  color: #aaa;
  background-color: #ddd; }

/* --------------------------------------------------------------------------
   ADVANCED LOYALTY
   (optional feature)
   --------------------------------------------------------------------------
   Can be activated by setting the "loyalty_page" boolean parameter
   - Adds a /loyalty page
   - Adds links to this page in user, account and mobile menus
   -------------------------------------------------------------------------- */
/* Loyalty page
   -------------------------------------------------------------------------- */
.page_loyalty .content__wrapper {
  max-width: 115.2rem;
  padding: 4.5rem 0;
  box-sizing: border-box; }
.page_loyalty .content__side {
  display: none; }
.page_loyalty .content__main {
  float: none;
  width: 100%;
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0 0rem 1rem 0.1rem rgba(3, 4, 3, 0.15);
  padding: 2.5rem 1.5rem 2rem;
  box-sizing: border-box;
  overflow: hidden; }

.loyalty-page__banner {
  background: none; }
  .loyalty-page__banner .loyalty-page__banner__content {
    padding: 0 0 1.5rem;
    box-sizing: border-box;
    font-size: 2.4rem;
    font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: normal;
    text-align: center; }
  .loyalty-page__banner .loyalty-page__banner__title {
    font-size: 3rem;
    font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
    color: #dd5756;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center; }
  .loyalty-page__banner .loyalty-page__banner__p {
    color: #2d142b;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 3rem;
    display: inline-block; }
    .loyalty-page__banner .loyalty-page__banner__p:last-child {
      text-transform: lowercase; }
  .loyalty-page__banner .loyalty-page__banner__points-value {
    color: #2d142b;
    font-weight: 400; }
  .loyalty-page__banner .loyalty-page__banner__note {
    color: #2d142b;
    font-size: 1.2rem; }

/* Loyalty how to
   -------------------------------------------------------------------------- */
.loyalty-page__howto {
  max-width: 80.8rem;
  margin: 0 auto;
  padding: 3rem 0;
  background-color: #fff; }
  .loyalty-page__howto:before {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .13;
    display: none; }
  .loyalty-page__howto .loyalty-page__howto__wrapper {
    color: #000;
    font-weight: normal;
    padding: 0; }
  .loyalty-page__howto .loyalty-page__howto__title {
    font-size: 3rem;
    font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
    color: #dd5655;
    font-weight: normal;
    text-transform: uppercase; }
  .loyalty-page__howto .loyalty-page__howto__content {
    position: relative;
    padding-left: 27rem;
    font-size: 1.6rem;
    min-height: 22rem; }
  @media screen and (max-width: 40em) {
    .loyalty-page__howto .loyalty-page__howto__title {
      text-align: center; }
    .loyalty-page__howto .loyalty-page__rewards {
      position: static;
      margin: 0 auto 1.5rem; }
    .loyalty-page__howto .loyalty-page__howto__content {
      padding-left: 0; } }

.loyalty-page__rewards {
  position: absolute;
  top: 0;
  left: 0;
  width: 22.4rem;
  height: 21.6rem;
  background: url(../assets-images/loyalty-rewards-background.png) center center no-repeat; }
  .loyalty-page__rewards .loyalty-page__rewards-points {
    font-size: 0;
    color: #fff;
    text-align: center;
    font-family: "AGBookRoundedMedium", Arial, Helvetica, sans-serif;
    padding-top: 7.8rem; }
    .loyalty-page__rewards .loyalty-page__rewards-points .loyalty-page__rewards-points-value {
      font-size: 6rem;
      line-height: 6rem;
      display: block; }
    .loyalty-page__rewards .loyalty-page__rewards-points .loyalty-page__rewards-points-label {
      font-size: 1.8rem;
      font-family: "AGBookRoundedMedium", Arial, Helvetica, sans-serif; }

/* Loyalty table
   -------------------------------------------------------------------------- */
.loyalty-table {
  max-width: 80.8rem;
  min-width: 50rem;
  margin: 0 auto;
  border-radius: 2rem;
  border-collapse: separate;
  border: 0.1rem solid #ed7136;
  overflow: hidden; }
  .loyalty-table .loyalty-table__header {
    color: #fff;
    font-size: 1.4rem;
    line-height: 2rem;
    text-transform: uppercase;
    background-color: #ed7136;
    border-radius: 2rem 2rem 0 0; }
    .loyalty-table .loyalty-table__header th {
      font-weight: normal; }
  .loyalty-table .loyalty-table__row {
    background-color: #f7f7f7; }
    .loyalty-table .loyalty-table__row .loyalty-table__row_show-more-link {
      color: #c84d39; }
      .loyalty-table .loyalty-table__row .loyalty-table__row_show-more-link:hover {
        text-decoration: none; }
    .loyalty-table .loyalty-table__row td {
      border-top: solid .2rem #fff; }
    .loyalty-table .loyalty-table__row:nth-child(odd) {
      background-color: #fbfbfb; }
    .loyalty-table .loyalty-table__row:hover {
      background-color: #eeeded; }
    .loyalty-table .loyalty-table__row plus {
      color: #a0b700;
      font-weight: 400; }
    .loyalty-table .loyalty-table__row minus {
      color: #ec4f2d;
      font-weight: 400; }
  .loyalty-table td {
    font-size: 1.4rem;
    color: #221e1e; }

/* Checkout pages similar differences from default
   -------------------------------------------------------------------------- */
.page_login .content__main,
.page_forgot_password .content__main,
.page_account .content__main,
.page_edit_account .content__main,
.page_thank_you .content__main {
  float: none;
  width: 100%;
  padding: 4.5rem 0; }
  @media screen and (max-width: 52.5em) {
    .page_login .content__main,
    .page_forgot_password .content__main,
    .page_account .content__main,
    .page_edit_account .content__main,
    .page_thank_you .content__main {
      padding: 0; } }
.page_login .checkout,
.page_forgot_password .checkout,
.page_account .checkout,
.page_edit_account .checkout,
.page_thank_you .checkout {
  width: 100%;
  max-width: 93.2rem;
  border: .2rem solid #c3c3c3; }
  .page_login .checkout .checkout__fieldset,
  .page_forgot_password .checkout .checkout__fieldset,
  .page_account .checkout .checkout__fieldset,
  .page_edit_account .checkout .checkout__fieldset,
  .page_thank_you .checkout .checkout__fieldset {
    max-width: 43.8rem; }
.page_login .checkout__form,
.page_forgot_password .checkout__form,
.page_account .checkout__form,
.page_edit_account .checkout__form,
.page_thank_you .checkout__form {
  margin-top: 2.5rem; }

.page_order_step2 .content__wrapper,
.page_order_step3 .content__wrapper,
.page_order_step4 .content__wrapper,
.page_order_step5 .content__wrapper,
.page_thank_you .content__wrapper {
  padding: 3rem 0;
  box-sizing: border-box; }
@media screen and (max-width: 66em) {
  .page_order_step2 .checkout-row__label,
  .page_order_step3 .checkout-row__label,
  .page_order_step4 .checkout-row__label,
  .page_order_step5 .checkout-row__label,
  .page_thank_you .checkout-row__label {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0 0 .8rem 0; } }

.page_order_step2 .checkout .checkout-row__label {
  width: 13.5rem;
  margin-left: -13.5rem; }
  @media screen and (max-width: 64.25em) {
    .page_order_step2 .checkout .checkout-row__label {
      float: none;
      padding: 0;
      margin: 0 0 .8rem 0;
      width: auto; } }

.page_order_step3 .checkout {
  padding-bottom: 2rem; }
@media screen and (max-width: 66em) {
  .page_order_step3 .checkout-row__group-label_atom,
  .page_order_step3 .checkout-row__group-atom:first-child .checkout-row__group-label_atom {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 .8rem 0; }
  .page_order_step3 .checkout-row__group-atom .checkout-row__field-text {
    width: 100%; } }

/* Login page
   -------------------------------------------------------------------------- */
.page_login .checkout-row__label {
  width: 15rem;
  margin-left: -15rem; }
  @media screen and (max-width: 52.5em) {
    .page_login .checkout-row__label {
      width: 100%;
      display: block;
      padding: 0;
      margin: 0 0 .8rem 0; } }

/* Manufacturing page
   -------------------------------------------------------------------------- */
.page_manufacturing .content {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4rem;
  padding-bottom: 4rem; }
  @media screen and (max-width: 52.5em) {
    .page_manufacturing .content {
      padding-top: 0;
      padding-bottom: 0; } }
.page_manufacturing .content__main {
  width: 100%;
  max-width: 120rem; }
.page_manufacturing .static-page__image {
  display: block;
  margin: 0 auto; }
.page_manufacturing .static-page__image-wrapper {
  margin-bottom: 4rem; }
.page_manufacturing .static-page__title {
  font-size: 4.5rem;
  line-height: 5.5rem;
  margin-bottom: 2rem; }
  @media screen and (max-width: 52.5em) {
    .page_manufacturing .static-page__title {
      font-size: 3.5rem;
      line-height: 4.5rem;
      margin-bottom: 1rem; } }
.page_manufacturing .static-page__subtitle {
  font-size: 2.3rem;
  line-height: 3.1rem;
  margin-bottom: 2rem; }
  @media screen and (max-width: 52.5em) {
    .page_manufacturing .static-page__subtitle {
      font-size: 2rem;
      line-height: 2.6rem;
      margin-bottom: 1rem; } }
.page_manufacturing .static-page__content {
  max-width: 86rem;
  margin: 0 auto 7rem;
  text-align: center; }
  @media screen and (max-width: 52.5em) {
    .page_manufacturing .static-page__content {
      margin-bottom: 4rem; } }
  .page_manufacturing .static-page__content p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin: 0; }
    @media screen and (max-width: 52.5em) {
      .page_manufacturing .static-page__content p {
        font-size: 1.4rem;
        line-height: 2rem; } }
.page_manufacturing .promotions {
  padding-bottom: 3rem;
  width: 100%;
  overflow-x: auto; }
  .page_manufacturing .promotions .promotions__outer {
    width: 120rem;
    font-size: 0;
    white-space: nowrap;
    text-align: center; }
.page_manufacturing .promotion {
  display: inline-flex;
  flex-direction: column;
  width: 18.4rem; }
  .page_manufacturing .promotion + .promotion {
    margin-left: 3rem; }
.page_manufacturing .promotion__title {
  margin: 1.7rem 0;
  font-size: 1.6rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: normal;
  line-height: 2.6rem;
  text-align: center; }
  @media screen and (max-width: 52.5em) {
    .page_manufacturing .promotion__title {
      font-size: 1.4rem;
      line-height: 2rem;
      margin: 1rem 0; } }
.page_manufacturing .static-page__form-wrapper {
  padding-top: 2.6rem; }
.page_manufacturing .contact-form__title {
  max-width: 86rem;
  font-size: 4.5rem;
  line-height: 5.5rem;
  margin: 0 auto 3.4rem; }
  @media screen and (max-width: 52.5em) {
    .page_manufacturing .contact-form__title {
      font-size: 3.5rem;
      line-height: 4.5rem;
      margin-bottom: 2rem; } }
.page_manufacturing .contact-form__content {
  margin: 0 auto;
  max-width: 105rem; }
.page_manufacturing .form-row {
  margin-bottom: 2rem;
  font-size: 0; }
.page_manufacturing .form-row__label {
  font-size: 1.6rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: normal;
  line-height: 2.6rem;
  box-sizing: border-box;
  padding: .5rem 1rem .5rem 0;
  white-space: nowrap;
  width: 15rem;
  display: inline-block;
  vertical-align: top; }
  @media screen and (max-width: 30em) {
    .page_manufacturing .form-row__label {
      display: block;
      width: 100%;
      padding: 0;
      margin-bottom: .5rem; } }
.page_manufacturing .form-row__field-text {
  font-size: 1.6rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: normal;
  line-height: 3.4rem;
  box-sizing: border-box;
  border-radius: 1.8rem;
  padding: 0 2rem;
  background-color: #fff;
  border: solid .1rem #eda85c;
  width: calc(100% - 15rem); }
  @media screen and (max-width: 30em) {
    .page_manufacturing .form-row__field-text {
      width: 100%; } }
.page_manufacturing .form-row__group {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 15rem); }
  @media screen and (max-width: 30em) {
    .page_manufacturing .form-row__group {
      width: 100%; } }
  .page_manufacturing .form-row__group .form-row__field-text {
    width: 100%; }
.page_manufacturing .form-row__message {
  display: none;
  font-size: 1.4rem;
  line-height: 2.4rem;
  box-sizing: border-box;
  padding-left: 15rem;
  color: red; }
  @media screen and (max-width: 30em) {
    .page_manufacturing .form-row__message {
      padding-left: 0; } }
.page_manufacturing .form-row[data-form-row-invalid] .form-row__message {
  display: block; }
.page_manufacturing .form-row__field-textarea {
  font-size: 1.6rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: normal;
  line-height: 2.6rem;
  box-sizing: border-box;
  padding: 1rem 2rem;
  border-radius: 1.8rem;
  resize: none;
  background-color: #fff;
  border: solid .1rem #eda85c;
  height: 15rem;
  width: calc(100% - 15rem); }
  @media screen and (max-width: 30em) {
    .page_manufacturing .form-row__field-textarea {
      width: 100%; } }
.page_manufacturing .form__fieldset_content {
  box-sizing: border-box;
  padding: 0 2.7rem;
  text-align: left; }
  .page_manufacturing .form__fieldset_content h4 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin-bottom: 0;
    text-align: left;
    text-transform: uppercase; }
  .page_manufacturing .form__fieldset_content p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 0; }
.page_manufacturing .contact-form__content_columns {
  display: flex;
  flex-direction: row; }
  @media screen and (max-width: 52.5em) {
    .page_manufacturing .contact-form__content_columns {
      flex-direction: column; } }
  .page_manufacturing .contact-form__content_columns .form__fieldset {
    width: 50%;
    padding-right: 2.7rem; }
    @media screen and (max-width: 52.5em) {
      .page_manufacturing .contact-form__content_columns .form__fieldset {
        width: 100%;
        padding: 0;
        margin-bottom: 2rem; } }
  .page_manufacturing .contact-form__content_columns .form__fieldset_content {
    border-left: solid .2rem #8f8f8f; }
    @media screen and (max-width: 52.5em) {
      .page_manufacturing .contact-form__content_columns .form__fieldset_content {
        border-left: none; } }
.page_manufacturing .form__footer {
  margin-top: 7.5rem;
  margin-bottom: 3.5rem; }
.page_manufacturing .form-buttons {
  margin-top: 0; }
.page_manufacturing .form-buttons__button {
  color: #fff;
  background-color: #dd5756;
  border: none;
  padding: 0 4rem;
  border-radius: 2.5rem;
  font-size: 1.6rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: normal;
  line-height: 3.4rem;
  transition: background-color .2s ease, color .2s ease;
  border: solid .1rem #dd5756; }
  .page_manufacturing .form-buttons__button:hover {
    color: #dd5756;
    background-color: #fff; }
.page_manufacturing .form-buttons__link {
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 0;
  margin-top: .6rem;
  text-decoration: underline; }
  .page_manufacturing .form-buttons__link:hover {
    text-decoration: none; }

/* Marketing page - products layout
   -------------------------------------------------------------------------- */
.content_no-ordering .content__main {
  float: none;
  width: 100%; }
.content_no-ordering .content__side {
  display: none; }

/* --------------------------------------------------------------------------
   RESTAURANTS PAGE
   (optional page)
   -------------------------------------------------------------------------- */
.page_restaurants .content {
  padding: 6rem 0; }
  @media screen and (max-width: 52.5em) {
    .page_restaurants .content {
      padding: 2rem 0; } }
  @media screen and (max-width: 48em) {
    .page_restaurants .content {
      padding: 0; } }

.restaurants {
  padding: 3rem;
  border-radius: 2rem;
  box-sizing: border-box;
  min-height: 54rem;
  box-shadow: 0 0rem 1rem 0.1rem rgba(3, 4, 3, 0.15); }
  .restaurants .restaurants__map .restaurants__map-wrapper .gm-style img[src$=".png"] {
    display: none; }
  .restaurants .restaurants__map .restaurants__map-wrapper .gm-style div[role="button"] {
    width: 4.3rem !important;
    height: 4.3rem !important;
    margin-left: -.8rem;
    background: url("/assets-images/map-pointer.png") center center no-repeat;
    background-size: 4.3rem;
    filter: none; }
  .restaurants .restaurants__map .restaurants__map-wrapper .gm-style img[usemap] {
    width: 4.3rem !important;
    height: 4.3rem !important;
    border: solid 1px red !important;
    box-sizing: border-box;
    display: none;
    filter: none; }
  @media screen and (max-width: 48em) {
    .restaurants {
      border-radius: 0; }
      .restaurants .restaurants__panel {
        padding: 0; }
      .restaurants.restaurants_show-map .restaurants__panel {
        display: none; } }

/* Button to switch between map and list mobile view
   -------------------------------------------------------------------------- */
.restaurants__button {
  font-size: 1.8rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: normal;
  background-color: #dd5756;
  border-color: #dd5756; }

/* Restaurant search
   -------------------------------------------------------------------------- */
.restaurants__search {
  border-radius: 2rem;
  margin-bottom: 3rem; }
  .restaurants__search .restaurants-search__input-wrapper {
    padding-right: 10rem; }
  .restaurants__search .restaurants-search__input {
    font-size: 1.8rem;
    font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
    color: #000;
    height: 5rem;
    line-height: 4.4rem;
    border: 0.3rem solid #dd5756;
    border-radius: 2rem 0 0 2rem; }
  .restaurants__search .restaurants-search__input::placeholder {
    font-size: 1.4rem;
    font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
    color: #888;
    font-weight: normal; }
  .restaurants__search .restaurants-search__buttons-wrapper {
    width: 10rem;
    overflow: hidden; }
    .restaurants__search .restaurants-search__buttons-wrapper:after {
      border-left: .2rem solid #fff;
      margin-top: 0;
      transform: translate(0, -50%);
      height: 3.5rem; }
    .restaurants__search .restaurants-search__buttons-wrapper .restaurants-search__button {
      line-height: 5rem;
      height: 5rem;
      font-size: 2rem;
      color: #fff;
      background-color: #dd5756; }
      .restaurants__search .restaurants-search__buttons-wrapper .restaurants-search__button .restaurants-search__icon-search,
      .restaurants__search .restaurants-search__buttons-wrapper .restaurants-search__button .restaurants-search__icon-reset {
        font-size: 3rem;
        line-height: 4.4rem; }
    .restaurants__search .restaurants-search__buttons-wrapper .restaurants-search__button_reset {
      border-radius: 0 2rem 2rem 0; }

/* Restaurant board
   -------------------------------------------------------------------------- */
.restaurant-summary {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.4;
  border-bottom-color: #ebebeb; }
  .restaurant-summary:hover {
    color: #000; }

.restaurant-summary__name {
  font-size: 2rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #dd5756;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 2.4rem; }

.restaurant-summary__distance {
  font-weight: normal; }

.restaurant-details {
  color: #000;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ebebeb; }

.restaurant-details__name {
  font-size: 2rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #dd5756;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 2.4rem; }

.restaurant-details__item_phone {
  color: #000; }

.restaurant-details__item-icon {
  color: #dd5756; }

.restaurant-details__order-button {
  color: #fff;
  background-color: #dd5756;
  border: none;
  padding: 0 2rem;
  border-radius: 1.8rem;
  font-size: 1.8rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: normal;
  border: 0.1rem solid #dd5756;
  line-height: 2.8rem; }
  .restaurant-details__order-button:hover {
    color: #dd5756;
    background-color: #fff; }

.alert {
  display: block;
  width: calc(100% - 4rem);
  box-sizing: border-box;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 1rem;
  color: #fff;
  background-color: #dd5756;
  border-radius: 2rem; }
  .alert__text {
    line-height: 2rem; }

/* --------------------------------------------------------------------------
   MARKETPLACE
   -------------------------------------------------------------------------- */
/****************************************
  Marketplace page
****************************************/
.marketplace__search-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%; }
  .marketplace__search-wrapper:before {
    display: table;
    content: ""; }
  .marketplace__search-wrapper:after {
    display: table;
    content: "";
    clear: both; }
.marketplace__locator-warning {
  padding: 3rem 0;
  font-size: 2rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #f00;
  font-weight: 400;
  text-align: center; }
.marketplace__search-filters {
  background-color: #fff; }
.marketplace__no-shops {
  padding: 3rem 0;
  text-align: center;
  font-size: 2rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase; }
.marketplace__offcanvas-header {
  padding: 1rem;
  background-color: #212121;
  overflow: hidden; }
.marketplace__offcanvas-close-button {
  display: block;
  float: left;
  width: 3.5rem;
  height: 3.2rem;
  color: #fff;
  text-align: center;
  background-color: inherit;
  border: none;
  cursor: pointer; }
.marketplace__offcanvas-close-icon {
  font-size: 2.5rem; }
  .marketplace__offcanvas-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: 0;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

/****************************************
  Marketplace locator
****************************************/
.marketplace-locator__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
  text-align: center; }
  .marketplace-locator__wrapper:before {
    display: table;
    content: ""; }
  .marketplace-locator__wrapper:after {
    display: table;
    content: "";
    clear: both; }
.marketplace-locator__header-title {
  font-size: 1.8rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 600;
  text-transform: uppercase; }
.marketplace-locator__header-description {
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 400;
  text-transform: uppercase; }
.marketplace-locator__postcode-input-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
  max-width: 400px; }
  .marketplace-locator__postcode-input-wrapper:before {
    display: table;
    content: ""; }
  .marketplace-locator__postcode-input-wrapper:after {
    display: table;
    content: "";
    clear: both; }
.marketplace-locator__postcode-input {
  padding: 1rem 1rem;
  width: 100%;
  font-size: 1.6rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #212121;
  border: 1px solid #212121;
  border-radius: 0.5rem;
  box-sizing: border-box; }
.marketplace-locator__postcode-warning {
  font-size: 1.3rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #f00; }

/****************************************
  Marketplace categories (carousel)
****************************************/
.marketplace-categories {
  margin-top: 2rem; }
.marketplace-categories__wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
  padding: 0 3rem;
  box-sizing: border-box; }
  .marketplace-categories__wrapper:before {
    display: table;
    content: ""; }
  .marketplace-categories__wrapper:after {
    display: table;
    content: "";
    clear: both; }
.marketplace-categories__list-wrapper {
  height: 10rem; }
.marketplace-categories__item {
  margin: 0 .5rem;
  width: 20rem;
  height: 10rem;
  font-size: 0;
  overflow: hidden;
  cursor: pointer; }
.marketplace-categories__item-image {
  width: 100%;
  height: 10rem;
  border-radius: 1rem;
  box-sizing: border-box; }
.selected .marketplace-categories__item-image {
  border: 0.2rem solid #f00; }
.marketplace-categories__item-name {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem;
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #fff; }
.marketplace-categories__navigation-link {
  display: block;
  position: absolute;
  top: 0;
  z-index: 10;
  width: 3rem;
  height: 10rem;
  line-height: 10rem;
  font-size: 2rem;
  text-align: center;
  text-decoration: none;
  background-color: #efefef; }
.marketplace-categories__navigation-link_prev {
  left: 0;
  border-radius: 1rem 0 0 1rem; }
.marketplace-categories__navigation-link_next {
  right: 0;
  border-radius: 0 1rem 1rem 0; }
.marketplace-categories__icon-prev: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: ""; }
.marketplace-categories__icon-next: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: ""; }
@media screen and (max-width: 52.5em) {
  .marketplace-categories__wrapper {
    padding: 0; }
  .marketplace-categories__navigation {
    display: flex;
    justify-content: center;
    margin-top: 1rem; }
  .marketplace-categories__navigation-link {
    position: static;
    margin: 0 1rem;
    height: 3rem;
    line-height: 3rem;
    width: 3rem;
    border-radius: 0; } }

/****************************************
  Marketplace categories filter
****************************************/
.marketplace-categories-filter {
  margin: 3rem 0 0; }
.marketplace-categories-filter__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
  text-align: center; }
  .marketplace-categories-filter__wrapper:before {
    display: table;
    content: ""; }
  .marketplace-categories-filter__wrapper:after {
    display: table;
    content: "";
    clear: both; }
.marketplace-categories-filter__item {
  display: inline-block;
  margin: 0 0 .3rem;
  cursor: pointer; }
.marketplace-categories-filter__item-name {
  display: block;
  padding: 0 2rem;
  line-height: 3rem;
  font-size: 1.3rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box; }
.selected .marketplace-categories-filter__item-name {
  color: #fff;
  background-color: #212121;
  border-color: #212121; }

/****************************************
  Marketplace filter
****************************************/
.marketplace-filters__header {
  margin-bottom: 2rem; }
.marketplace-filters__header-title {
  margin: 0;
  font-size: 5.7rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  line-height: 1; }
.marketplace-filters__header-description {
  font-size: 1.6rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2; }
.marketplace-filters__criteria + .marketplace-filters__criteria {
  margin-top: 3rem; }
@media screen and (max-width: 52.5em) {
  .marketplace-filters {
    padding: 1rem; }
  .marketplace-filters__header {
    margin-bottom: 1.5rem; }
  .marketplace-filters__header-title {
    font-size: 3rem; }
  .marketplace-filters__criteria + .marketplace-filters__criteria {
    margin-top: 2.3rem; } }

.marketplace-criteria {
  color: #1c2027; }
.marketplace-criteria__title {
  margin: 0 0 1.5rem;
  font-size: 2rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1; }
@media screen and (max-width: 52.5em) {
  .marketplace-criteria__title {
    font-size: 1.6rem;
    font-weight: 500; } }
.marketplace-criteria__list_filter-display-column .marketplace-criteria__item {
  margin-bottom: .5rem;
  line-height: 1.4; }
.marketplace-criteria__list_filter-display-column .marketplace-criteria__item-label {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer; }
.marketplace-criteria__list_filter-display-column .marketplace-criteria__item-input {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0;
  clip: rect(0, 0, 0, 0); }
.marketplace-criteria__list_filter-display-column .marketplace-criteria__item-name {
  position: relative;
  display: block; }
.marketplace-criteria__list_filter-display-column .marketplace-criteria__item-name:before, .marketplace-criteria__list_filter-display-column .marketplace-criteria__item-name:after {
  content: "";
  display: block;
  position: absolute;
  left: -25px;
  top: 0;
  width: 16px;
  height: 16px;
  box-sizing: border-box; }
.marketplace-criteria__list_filter-display-column .marketplace-criteria__item-name:before {
  width: 16px;
  height: 16px; }
.marketplace-criteria__list_filter-display-column .marketplace-criteria__item-name:after {
  display: none;
  margin: 4px;
  width: 8px;
  height: 8px; }
.marketplace-criteria__list_filter-display-column .marketplace-criteria__item-input:checked ~ .marketplace-criteria__item-name:after {
  display: block; }
.marketplace-criteria__list_filter-display-column .marketplace-criteria__item-name:before {
  background-color: #fff;
  border: 1px solid #000; }
.marketplace-criteria__list_filter-display-column .marketplace-criteria__item-name:after {
  background-color: #000; }
.marketplace-criteria__list_filter-display-column .marketplace-criteria__item-input[type='checkbox'] ~ .marketplace-criteria__item-name:before {
  border-radius: 0; }
.marketplace-criteria__list_filter-display-column .marketplace-criteria__item-input[type='radio'] ~ .marketplace-criteria__item-name:before, .marketplace-criteria__list_filter-display-column .marketplace-criteria__item-input[type='radio'] ~ .marketplace-criteria__item-name:after {
  border-radius: 50%; }
.marketplace-criteria__list_filter-display-row .marketplace-criteria__item {
  display: inline-block;
  vertical-align: top;
  position: relative; }
.marketplace-criteria__list_filter-display-row .marketplace-criteria__item-input {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0;
  clip: rect(0, 0, 0, 0); }
.marketplace-criteria__list_filter-display-row .marketplace-criteria__item {
  margin-bottom: .3rem; }
.marketplace-criteria__list_filter-display-row .marketplace-criteria__item-name {
  display: block;
  position: relative;
  line-height: 3.5rem;
  padding: 0 2rem;
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #a4a3a3;
  font-weight: 600;
  white-space: nowrap;
  background-color: #f2f2f2;
  border: 2px solid #e2e2e2;
  box-sizing: border-box; }
.marketplace-criteria__list_filter-display-row .marketplace-criteria__price-range-rest {
  opacity: .3; }
.marketplace-criteria__list_filter-display-row .marketplace-criteria__item-input:checked ~ .marketplace-criteria__item-name {
  color: #1f1f1f;
  background-color: #fafafa;
  border: 2px solid #212121; }

/****************************************
  Marketplace shops refine
****************************************/
.marketplace-shops-refine {
  margin-bottom: 2rem;
  color: #212121; }
.marketplace-shops-refine__free, .marketplace-shops-refine__sort {
  margin-bottom: .5rem; }
.marketplace-shops-refine__free-label, .marketplace-shops-refine__sort-label, .marketplace-shops-refine__change_address_label {
  margin-right: 1rem;
  min-width: 5rem;
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif; }
.marketplace-shops-refine__free-input {
  padding: 0 .5rem;
  height: 32px;
  max-width: 15rem;
  border: 1px solid #dbdbdb;
  box-sizing: border-box; }
.marketplace-shops-refine__free-button {
  padding: 0;
  width: 60px;
  height: 32px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-left: none;
  cursor: pointer;
  box-sizing: border-box; }
.marketplace-shops-refine__free-icon {
  font-size: 1.7rem; }
  .marketplace-shops-refine__free-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: ""; }
.marketplace-shops-refine__filter-button {
  padding: 0 1.5rem;
  height: 32px;
  color: #fff;
  background-color: #dd5756;
  border: none;
  cursor: pointer; }
.marketplace-shops-refine__filter-icon {
  display: inline-block;
  font-size: 2rem; }
  .marketplace-shops-refine__filter-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: ""; }
.marketplace-shops-refine__filter-icon::before {
  line-height: 30px; }

/****************************************
  Marketplace shop
****************************************/
.marketplace-shop {
  padding: 1rem;
  font-size: 1.4rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #212121;
  background-color: #eaeaea; }
.marketplace-shop__image-container {
  margin-bottom: 1.5rem; }
.marketplace-shop__image {
  display: block;
  width: 100%; }
.marketplace-shop__shop-time {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: .5rem 1rem;
  font-size: 1.3rem;
  background-color: #fff; }
.marketplace-shop__name {
  font-size: 1.6rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.2; }
.marketplace-shop__description {
  margin-top: 1rem;
  line-height: 1.4; }
.marketplace-shop__promo {
  position: relative;
  float: right;
  margin-left: 1rem;
  padding: 0 1.7rem 0 1rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.1rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #9f9f9f;
  overflow: hidden; }
.marketplace-shop__promo:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -1.5rem;
  width: 2rem;
  height: 2rem;
  background-color: #eaeaea;
  transform: rotate(45deg); }
.marketplace-shop__footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  color: #212121;
  font-size: 1.2rem;
  font-weight: 500; }
.marketplace-shop__price, .marketplace-shop__location {
  margin-right: 2rem; }
.marketplace-shop__price {
  padding: 0 1rem;
  font-size: 1.3rem;
  font-family: "GillSansRegular", Arial, Helvetica, sans-serif;
  color: #212121;
  line-height: 2.6rem;
  background-color: #fff;
  border: 1px solid #212121; }
.marketplace-shop__price-range-rest {
  opacity: .3; }
.marketplace-shop__location {
  display: flex;
  align-items: center;
  line-height: 2.8rem; }
.marketplace-shop__location-icon {
  margin-right: .3rem;
  color: #949494;
  font-size: 2rem; }
  .marketplace-shop__location-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: ""; }
.marketplace-shop__order {
  display: flex;
  align-items: center;
  line-height: 2.8rem; }
.marketplace-shop__order-icon {
  margin-right: .3rem;
  color: #949494;
  font-size: 2rem; }
  .marketplace-shop__order-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: ""; }

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