@charset "UTF-8";
/* ==========================================================================
   GENERAL
   ========================================================================== */
/* Imports
   -------------------------------------------------------------------------- */
@import url(intlTelInput.css);
@import "https://fonts.googleapis.com/css?family=Montserrat:400,500,700|Open+Sans:300,600,800";
@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
   -------------------------------------------------------------------------- */
/* Base font
   -------------------------------------------------------------------------- */
body {
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #020202; }

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

.content .content__main {
  width: 100%; }
.content .content__side,
.content .content__side.floater-fixed {
  background-color: #f1f1f1;
  float: none;
  z-index: -100;
  opacity: 0;
  position: fixed !important;
  left: auto !important;
  top: 0;
  box-sizing: border-box;
  -webkit-transform: scale(0.75) translateY(-20px);
  -ms-transform: scale(0.75) translateY(-20px);
  transform: scale(0.75) translateY(-20px);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  transition: all 0.2s ease-out, opacity 0.2s ease-out;
  box-sizing: border-box;
  z-index: 1000;
  transform: translate(50%, -100%);
  top: -100% !important;
  right: 50% !important;
  left: auto !important;
  width: 440px !important;
  max-width: 100%;
  box-sizing: border-box;
  padding: 1rem; }
  .content .content__side:before, .content .content__side:after,
  .content .content__side.floater-fixed:before,
  .content .content__side.floater-fixed:after {
    display: none; }
  .content .content__side .content__side-wrapper,
  .content .content__side.floater-fixed .content__side-wrapper {
    max-height: 83vh;
    overflow-y: auto; }
  .content .content__side.basket-dropdown-open,
  .content .content__side.floater-fixed.basket-dropdown-open {
    margin: 0;
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    z-index: 1000;
    top: 50% !important;
    right: 50% !important;
    left: auto !important;
    transform: translate(50%, -50%);
    border-radius: 1rem; }
    .content .content__side.basket-dropdown-open .content__side-wrapper,
    .content .content__side.floater-fixed.basket-dropdown-open .content__side-wrapper {
      overflow-y: auto; }
  .content .content__side .off-canvas__wrapper,
  .content .content__side.floater-fixed .off-canvas__wrapper {
    padding-bottom: 0; }
  @media screen and (max-width: 52.5em) {
    .content .content__side,
    .content .content__side.floater-fixed {
      position: static !important;
      float: none;
      z-index: 1000;
      opacity: 1;
      transform: none;
      transition: none;
      padding: 0; }
      .content .content__side:before, .content .content__side:after,
      .content .content__side.floater-fixed:before,
      .content .content__side.floater-fixed:after {
        display: none; } }

.page_popup-visible {
  overflow: hidden; }
  .page_popup-visible .page__overlay {
    display: block !important; }

/* Page header
   -------------------------------------------------------------------------- */
.header {
  background-color: #67aa40;
  border-bottom-color: #edeae8;
  padding-top: 4.9rem;
  padding-bottom: 3.9rem; }
  .header .header__wrapper {
    min-height: auto;
    text-align: center;
    position: relative; }
  .header .header__logo {
    font-size: 0; }
  .header .header__top-banner {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-top: .75rem; }
    .header .header__top-banner img {
      display: block;
      margin: 0 auto; }
  .header__wrapper-menu {
    float: right;
    margin-top: 1rem; }
  .header__restaurant-info-menu {
    display: none; }
  @media screen and (max-width: 67.5em) {
    .header {
      box-sizing: border-box;
      padding: 2.6rem 3rem;
      position: relative; }
      .header .header__wrapper {
        max-width: 100%;
        width: 100%; }
      .header .header__top-banner {
        display: none; } }
  @media screen and (max-width: 52.5em) {
    .header {
      padding: 0; }
      .header .header__wrapper {
        position: static;
        width: 96%;
        padding: 2rem 0;
        position: relative;
        display: flex;
        align-items: center; }
        .header .header__wrapper:before, .header .header__wrapper:after {
          display: none; }
      .header__logo-link {
        display: inline-flex; }
      .header__burger-menu {
        margin-top: 0; }
      .header .burger-menu__link {
        display: block; }
      .header__logo {
        margin: 0 auto;
        display: inline-flex;
        z-index: 2; }
      .header .header__wrapper-menu {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        margin-top: 0;
        float: none;
        display: flex;
        z-index: 1; }
        .header .header__wrapper-menu .header__user-menu,
        .header .header__wrapper-menu .header__shop-menu {
          display: none; }
      .header__restaurant-info-menu {
        display: block; } }
  @media screen and (max-width: 30em) {
    .header__logo-image {
      max-height: 3rem; } }
  @media screen and (max-width: 22.5em) {
    .header__logo-image {
      max-height: 2.4rem; } }
  .header .header__contact-menu {
    position: absolute;
    top: -2.5rem;
    right: 0; }
    @media screen and (max-width: 67.5em) {
      .header .header__contact-menu {
        top: -1.9rem; } }
    @media screen and (max-width: 52.5em) {
      .header .header__contact-menu {
        display: none; } }
  .header .header__contact-menu-link {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 1.5rem;
    border-radius: 1rem;
    color: #67aa40;
    background-color: #fff;
    border: none;
    padding: 0 1.5rem;
    border-radius: 1rem;
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease; }
    .header .header__contact-menu-link:hover {
      color: #67aa40;
      background-color: #fff; }
  .header__basket-menu {
    display: block;
    margin-top: 0; }
    @media screen and (max-width: 52.5em) {
      .header__basket-menu {
        order: 3;
        margin: 0 0 0 auto; } }
  .header_no-ordering .header-basket {
    padding-left: 0;
    padding-right: 0; }
    .header_no-ordering .header-basket__total, .header_no-ordering .header-basket__count {
      display: none; }
  @media screen and (max-width: 67.5em) {
    .header_no-ordering .header__contact-menu {
      top: -1.5rem; } }

.restaurant-info-menu__link {
  display: none;
  width: 4rem;
  height: 4rem;
  background: url(../assets-images/icon-restaurant-info.png) center center no-repeat;
  background-size: 3rem auto; }

.header-basket {
  padding: 0 .5rem;
  color: #fff;
  margin-left: 2.5rem; }
  .header-basket__link {
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center; }
  .header-basket__icon {
    font-size: 1.8rem; }
    .header-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: ""; }
  .header-basket__count {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    top: -.7rem;
    right: -.7rem;
    font-size: 1.1rem;
    color: #fff;
    background-color: #038b05;
    border: 1px solid #fff;
    border-radius: 50%;
    box-sizing: border-box; }
  @media screen and (max-width: 55em) {
    .header-basket {
      margin-left: 1rem; } }
  @media screen and (max-width: 52.5em) {
    .header-basket {
      display: none; } }

/* Page footer
   -------------------------------------------------------------------------- */
.footer {
  color: #fff;
  background-color: #67aa40; }
  .footer .footer__wrapper {
    padding: 3rem 0; }
  .footer .footer__columns {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem; }
  .footer .footer__column {
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
    box-sizing: border-box; }
    .footer .footer__column .footer__column-title {
      font-size: 1.8rem;
      text-transform: uppercase;
      font-weight: 700;
      line-height: 2rem;
      margin-bottom: 2rem; }
      .footer .footer__column .footer__column-title_socials {
        margin-top: .9rem; }
    .footer .footer__column .footer__links {
      display: flex;
      flex-direction: column; }
      .footer .footer__column .footer__links li {
        margin: 0 0 0; }
        .footer .footer__column .footer__links li .footer__link {
          font-size: 1.6rem;
          line-height: 3.6rem;
          margin-bottom: 0; }
        .footer .footer__column .footer__links li .footer__link-halal {
          display: block;
          width: 3.6rem;
          height: 3.6rem;
          background: url(../assets-images/footer_halal_sprite.png) top left no-repeat;
          background-position: left -.3rem top -.2rem;
          background-size: cover; }
        .footer .footer__column .footer__links li .footer__link_double-line {
          line-height: 2rem; }
    .footer .footer__column .social-icons {
      float: none;
      margin-top: 0; }
  .footer .footer__nav {
    display: flex;
    padding: 0;
    justify-content: center;
    float: none;
    margin-bottom: 1rem; }
  .footer .footer__links {
    padding: 0;
    font-size: 0;
    float: none; }
    .footer .footer__links li {
      margin: 0 1rem; }
    .footer .footer__links .footer__link {
      color: #fff;
      font-size: 1.4rem;
      line-height: 2rem;
      margin-bottom: 1rem; }
      .footer .footer__links .footer__link:hover {
        color: #fff;
        text-decoration: none; }
  .footer .footer__credits {
    padding: .5rem 0 0 0;
    line-height: 2rem;
    font-size: 1.4rem;
    float: none;
    text-align: center;
    display: block; }
    .footer .footer__credits .footer__credits-wrapper {
      display: inline-block; }
  .footer__stores {
    display: flex;
    margin-top: 1.8rem; }
  .footer__store {
    display: inline-flex; }
    .footer__store + .footer__store {
      margin-left: .8rem; }
    .footer__store a {
      display: inline-flex; }
    .footer__store img {
      height: 5rem;
      width: auto; }
  @media screen and (max-width: 52.5em) {
    .footer__stores {
      justify-content: center;
      margin-top: .8rem; }
    .footer .footer__columns {
      display: block; }
    .footer .footer__column {
      display: inline-block;
      width: 49%;
      vertical-align: top; }
      .footer .footer__column:last-child {
        width: 100%;
        margin-top: 3rem; }
      .footer .footer__column .footer__link-halal {
        margin: 0 auto; } }

/* Social icons
   -------------------------------------------------------------------------- */
.social-icons {
  font-size: 0; }
  .social-icons .social-icons__icon {
    margin: 0 .4rem;
    vertical-align: top; }
    .social-icons .social-icons__icon:first-child {
      margin-left: 0; }
      @media screen and (max-width: 71.25em) {
        .social-icons .social-icons__icon:first-child {
          margin-left: .4rem; } }
      @media screen and (max-width: 52.5em) {
        .social-icons .social-icons__icon:first-child {
          margin-left: .4rem;
          margin-right: .4rem;
          margin-bottom: 1rem; } }
    @media screen and (max-width: 22.5em) {
      .social-icons .social-icons__icon {
        margin-bottom: 1rem; } }
  .social-icons .social-icons__link {
    box-sizing: border-box;
    padding: 0;
    border: solid 0.1rem #fff;
    border-radius: 50%;
    background-color: #67aa40;
    transition: all .3s ease;
    display: block;
    margin: 0; }
    .social-icons .social-icons__link i {
      display: block;
      margin: 0;
      width: 2.8rem;
      height: 2.8rem;
      position: relative; }
      .social-icons .social-icons__link i:before, .social-icons .social-icons__link i:after {
        content: '';
        display: block;
        width: 2.8rem;
        height: 2.8rem;
        background: url(../assets-images/footer_socials_sprite.png) top left no-repeat;
        transition: all .3s ease;
        position: absolute;
        top: 0;
        left: 0; }
      .social-icons .social-icons__link i:before {
        opacity: 0;
        z-index: 1; }
      .social-icons .social-icons__link i:after {
        opacity: 1;
        z-index: 2; }
      .social-icons .social-icons__link i.social-icons__email:before, .social-icons .social-icons__link i.social-icons__email:after, .social-icons .social-icons__link i.social-icons__google-plus:before, .social-icons .social-icons__link i.social-icons__google-plus:after {
        background: none; }
      .social-icons .social-icons__link i.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 .social-icons__link i.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 .social-icons__link i.social-icons__email, .social-icons .social-icons__link i.social-icons__google-plus {
        text-align: center; }
        .social-icons .social-icons__link i.social-icons__email:before, .social-icons .social-icons__link i.social-icons__google-plus:before {
          font-size: 1.4rem;
          line-height: 2.8rem;
          color: #fff;
          display: block;
          width: 2.8rem;
          height: 2.8rem;
          text-align: center;
          z-index: 2;
          opacity: 1; }
      .social-icons .social-icons__link i.social-icons__halal:before, .social-icons .social-icons__link i.social-icons__halal:after {
        background: url(../assets-images/footer_halal_sprite.png) top left no-repeat;
        left: -.1rem;
        top: -.1rem; }
      .social-icons .social-icons__link i.social-icons__halal:before {
        background-position: left -3rem top; }
      .social-icons .social-icons__link i.social-icons__facebook:before {
        background-position: left -21rem top;
        left: -.1rem; }
      .social-icons .social-icons__link i.social-icons__facebook:after {
        background-position: left -18rem top;
        left: -.1rem; }
      .social-icons .social-icons__link i.social-icons__twitter:before {
        background-position: left -15rem top; }
      .social-icons .social-icons__link i.social-icons__twitter:after {
        background-position: left -12rem top; }
      .social-icons .social-icons__link i.social-icons__youtube:before {
        background-position: left -9rem top;
        top: -.1rem;
        left: -.1rem; }
      .social-icons .social-icons__link i.social-icons__youtube:after {
        background-position: left -6rem top;
        top: -.1rem;
        left: -.1rem; }
      .social-icons .social-icons__link i.social-icons__instagram:before {
        background-position: left -3rem top;
        left: -.1rem; }
      .social-icons .social-icons__link i.social-icons__instagram:after {
        background-position: left top;
        left: -.1rem; }
      .social-icons .social-icons__link i.social-icons__linkedin:before {
        background-position: left -33rem top;
        top: -.1rem; }
      .social-icons .social-icons__link i.social-icons__linkedin:after {
        background-position: left -30rem top;
        top: -.1rem; }
      .social-icons .social-icons__link i.social-icons__tiktok:before {
        background-position: left -27rem top;
        top: -.1rem;
        left: -.1rem; }
      .social-icons .social-icons__link i.social-icons__tiktok:after {
        background-position: left -24rem top;
        top: -.1rem;
        left: -.1rem; }
    .social-icons .social-icons__link:hover {
      background-color: #fff; }
      .social-icons .social-icons__link:hover i:before {
        opacity: 1; }
      .social-icons .social-icons__link:hover i:after {
        opacity: 0; }
      .social-icons .social-icons__link:hover i.social-icons__email:before,
      .social-icons .social-icons__link:hover i.social-icons__google-plus:before {
        opacity: 1;
        z-index: 2;
        color: #67aa40; }

/* Shop info.
   * desktop: displayed in a popup
   * mobile: displayed in the left menu
   -------------------------------------------------------------------------- */
.shop-info {
  background-color: #fff;
  padding: 2.4rem 2.9rem 2.8rem;
  border-radius: 1rem; }
  .shop-info .shop-info__header {
    margin-bottom: 1.1rem; }
  .shop-info .shop-info__title {
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 500;
    line-height: 3rem;
    margin: 0; }
    .shop-info .shop-info__title a {
      text-decoration: none; }
  .shop-info .social-icons__link {
    color: #000;
    background-color: #fff; }
    .shop-info .social-icons__link:hover {
      color: #67aa40;
      background-color: #fff; }
  .shop-info .social-icons .social-icons__link {
    width: 3rem;
    height: 3rem;
    box-sizing: border-box;
    border-radius: 50%;
    border: solid 0.1rem #000;
    color: #000; }
    .shop-info .social-icons .social-icons__link i:before, .shop-info .social-icons .social-icons__link i:after {
      background-image: url(../assets-images/shop-info-socials-sprite.png); }
    .shop-info .social-icons .social-icons__link i.social-icons__halal:before, .shop-info .social-icons .social-icons__link i.social-icons__halal:after {
      background: url(../assets-images/shop-info_halal_sprite.png) top left no-repeat;
      left: -.1rem;
      top: -.1rem; }
    .shop-info .social-icons .social-icons__link i.social-icons__halal:before {
      background-position: left -3rem top; }
    .shop-info .social-icons .social-icons__link i.social-icons__youtube:before, .shop-info .social-icons .social-icons__link i.social-icons__youtube:after {
      top: 0; }
    .shop-info .social-icons .social-icons__link i.social-icons__google-plus:before, .shop-info .social-icons .social-icons__link i.social-icons__google-plus:after, .shop-info .social-icons .social-icons__link i.social-icons__email:before, .shop-info .social-icons .social-icons__link i.social-icons__email:after {
      background: none; }
    .shop-info .social-icons .social-icons__link i.social-icons__google-plus:before, .shop-info .social-icons .social-icons__link i.social-icons__email:before {
      opacity: 1;
      color: #000; }
    .shop-info .social-icons .social-icons__link i.social-icons__google-plus:after, .shop-info .social-icons .social-icons__link i.social-icons__email:after {
      display: none; }
    .shop-info .social-icons .social-icons__link i.social-icons__google-plus:before, .shop-info .social-icons .social-icons__link i.social-icons__google-plus:after {
      top: .1rem; }
    .shop-info .social-icons .social-icons__link:hover {
      border-color: #67aa40; }
      .shop-info .social-icons .social-icons__link:hover i.social-icons__google-plus:before, .shop-info .social-icons .social-icons__link:hover i.social-icons__email:before {
        opacity: 1;
        color: #67aa40; }
  .shop-info .social-icons .social-icons__icon:first-child {
    margin-left: 0; }
  .shop-info .social-icons .social-icons__icon:last-child {
    margin-right: 0; }
  .shop-info .shop-info__features {
    text-align: left; }
    .shop-info .shop-info__features .shop-info__feature-title {
      font-size: 1.4rem;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      color: #000;
      font-weight: 500;
      text-transform: uppercase;
      line-height: 2.4rem; }
    .shop-info .shop-info__features .shop-info__feature-content {
      font-size: 1.4rem;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      color: #000;
      font-weight: 400;
      line-height: 2.4rem; }
  .shop-info .shop-info__link {
    color: #000;
    text-decoration: underline; }
    .shop-info .shop-info__link:hover {
      text-decoration: none; }
  @media screen and (max-width: 60em) {
    .shop-info {
      padding: 1.5rem; }
      .shop-info .shop-info__title {
        margin-bottom: .5rem;
        float: none;
        display: block; }
      .shop-info .shop-info__social-icons {
        float: none;
        display: block;
        margin-left: -.4rem; }
        .shop-info .shop-info__social-icons .social-icons__icon {
          margin-bottom: .8rem; }
          .shop-info .shop-info__social-icons .social-icons__icon:first-child {
            margin-left: .4rem; }
          .shop-info .shop-info__social-icons .social-icons__icon:last-child {
            margin-right: .4rem; } }

/* Desktop: user and shop menus
   -------------------------------------------------------------------------- */
.dropdown-menu .dropdown-menu__header-link {
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  line-height: 2rem;
  padding: 0; }
  .dropdown-menu .dropdown-menu__header-link:hover {
    color: #fff;
    background-color: transparent; }
.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__body {
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 2rem;
  background-color: #fff;
  border: 0.1rem solid #000;
  margin-top: .5rem;
  border-radius: 1rem; }
  .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.7rem;
    right: 2.3rem;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-bottom: 0.7rem solid #000; }
  .dropdown-menu .dropdown-menu__body:after {
    top: -0.6rem;
    right: 2.3rem;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-bottom: 0.7rem solid #fff; }
  .dropdown-menu .dropdown-menu__body .dropdown-menu__body-link {
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif; }
.dropdown-menu_user {
  margin-left: 2.5rem; }
  .dropdown-menu_user .dropdown-menu__items {
    overflow: hidden;
    border-radius: 1rem; }
.dropdown-menu .dropdown-menu__item-link {
  display: block;
  padding: 1rem 1.5rem;
  text-decoration: none;
  text-align: left;
  transition: all .3s ease; }
  .dropdown-menu .dropdown-menu__item-link:hover {
    color: #fff;
    background-color: #67aa40;
    text-decoration: none; }
.dropdown-menu_loyalty {
  margin-left: 2.5rem; }
@media screen and (max-width: 55em) {
  .dropdown-menu_user, .dropdown-menu_loyalty {
    margin-left: 1rem; } }

/* Mobile: off-canvas
   -------------------------------------------------------------------------- */
.off-canvas.off-canvas_right .off-canvas__wrapper {
  padding-bottom: 0; }
.off-canvas.off-canvas_open {
  background-color: #fff; }

/* Mobile: menu on the left (navigation)
   -------------------------------------------------------------------------- */
.header__burger-menu {
  margin-top: 0; }
  .header__burger-menu .burger-menu__line {
    display: block;
    width: 2.5rem;
    height: .2rem;
    background-color: #fff;
    border-top: none; }
    .header__burger-menu .burger-menu__line + .burger-menu__line {
      margin-top: .6rem; }
  .header__burger-menu .burger-menu__button {
    width: 4rem;
    box-sizing: border-box;
    padding: 1.1rem .75rem 1.1rem; }

.mobile-menu .mobile-menu__header {
  background-color: #69ad41; }
.mobile-menu .mobile-menu__close-icon {
  color: #fff;
  font-size: 2.4rem; }
  .mobile-menu .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 .mobile-menu__section {
  border-bottom: 0.1rem solid #eaeaea; }
  .mobile-menu .mobile-menu__section:has(.shop-info) {
    display: none; }
  .mobile-menu .mobile-menu__section .mobile-menu__section_user {
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    background-color: #f1f1f1; }
  .mobile-menu .mobile-menu__section .mobile-menu__section-link {
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 2.4rem;
    background-color: #fff;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem; }
  .mobile-menu .mobile-menu__section .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 .mobile-menu__section .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 .mobile-menu__section.mobile-menu__section_unfolded .mobile-menu__section-link {
    color: #fff;
    background-color: #69ad41; }
  .mobile-menu .mobile-menu__section.mobile-menu__section_unfolded .mobile-menu__section-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.mobile-menu .mobile-menu__item {
  border-top: 0.1rem solid #eaeaea; }
  .mobile-menu .mobile-menu__item_logout {
    display: none; }
  .mobile-menu .mobile-menu__item .mobile-menu__item-link {
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 2.4rem;
    background-color: #fff;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem; }
  .mobile-menu .mobile-menu__item.mobile-menu__item_active .mobile-menu__item-link {
    color: #fff;
    background-color: #f1f1f1; }
  .mobile-menu .mobile-menu__item.mobile-menu__item_favourites .mobile-menu__item-link {
    overflow: hidden; }
.mobile-menu .mobile-menu__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: ""; }
.mobile-menu .mobile-menu__favourite-name {
  float: left;
  margin-right: .5rem; }

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

/* NiceSelect (used as a <select> replacement)
   -------------------------------------------------------------------------- */
.nice-select {
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 2.9rem;
  height: 3rem;
  border: none;
  border-bottom: 0.1rem solid #a9a9a9;
  border-radius: 0;
  padding-left: 0; }
  .nice-select:after {
    right: .4rem;
    width: .6rem;
    height: .6rem;
    border-right: solid 0.1rem #a9a9a9;
    border-bottom: solid 0.1rem #a9a9a9; }
  .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected, .nice-select .option.selected.focus, .nice-select .option.selected.focus:hover {
    color: #fff;
    background-color: #67aa40;
    font-weight: 400; }
  .nice-select .list:hover .option.selected:not(:hover) {
    color: #fff !important;
    background-color: #67aa40 !important;
    font-weight: 400; }

.popup .nice-select .list {
  max-height: 30rem;
  overflow: auto; }

/* Scroll up button
   -------------------------------------------------------------------------- */
.scroll-up {
  color: #fff;
  background-color: #67aa40;
  border-radius: 1rem; }
  .scroll-up .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: ""; }

/* ==========================================================================
   NAVIGATION
   ========================================================================== */
/* Desktop navigation:
   * account pages
   * category pages (touch only)
   -------------------------------------------------------------------------- */
/* Category navigation */
.category-navigation {
  background-color: #2c2c2c; }
  .category-navigation .category-navigation__list {
    font-size: 0; }
  .category-navigation .category-navigation__item {
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase; }
    .category-navigation .category-navigation__item.category-navigation__item_active .category-navigation__link {
      color: #67aa40;
      background-color: #d1d1d1; }
  .category-navigation .category-navigation__link {
    display: block;
    line-height: 2rem;
    padding: 1.5rem 1.4rem;
    transition: all .3s ease; }
    .category-navigation .category-navigation__link:hover {
      color: #67aa40;
      background-color: #d1d1d1; }
  .category-navigation .category-navigation__order-button {
    display: inline-block;
    float: right;
    margin: 1rem 0 0 0;
    height: 3rem;
    line-height: 3rem;
    color: #fff;
    background-color: #55b233;
    border: none;
    padding: 0 2rem;
    border-radius: 1rem;
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease; }
    .category-navigation .category-navigation__order-button:hover {
      color: #55b233;
      background-color: #d1d1d1; }
  @media screen and (max-width: 61.25em) {
    .category-navigation.category-navigation_index .category-navigation__link {
      padding-left: 1rem;
      padding-right: 1rem; } }

.category-navigation_mobile {
  background-color: #2c2c2c;
  border-top: none;
  height: 5rem;
  position: relative; }
  .category-navigation_mobile .category-navigation__wrapper {
    width: calc(100% - 4rem); }
  .category-navigation_mobile .category-navigation__list {
    padding: 0; }
  .category-navigation_mobile .category-navigation__item {
    border-bottom: none; }
  .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: #2c2c2c;
    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: ""; }

/* 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: ""; }

/* Account navigation */
.account-navigation {
  background-color: #2c2c2c; }
  .account-navigation .account-navigation__item {
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase; }
    .account-navigation .account-navigation__item.account-navigation__item_active .account-navigation__link {
      color: #67aa40;
      background-color: #d1d1d1; }
  .account-navigation .account-navigation__link {
    line-height: 2rem;
    padding: 1.5rem 1.4rem; }
    .account-navigation .account-navigation__link:hover {
      color: #67aa40;
      background-color: #d1d1d1; }

/* Desktop navigation:
   * checkout pages
   -------------------------------------------------------------------------- */
.checkout-navigation {
  background-color: #f1f1f1; }
  .checkout-navigation:has(.checkout-navigation__item_active) .checkout-navigation__item {
    pointer-events: initial; }
  .checkout-navigation .checkout-navigation__item {
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #0a0a0a;
    font-weight: 400;
    pointer-events: none; }
    .checkout-navigation .checkout-navigation__item.checkout-navigation__item_active {
      color: #fff;
      background-color: #2c2c2c;
      pointer-events: none; }
      .checkout-navigation .checkout-navigation__item.checkout-navigation__item_active:after {
        content: '';
        display: block;
        position: absolute;
        right: -1.9rem;
        top: 0;
        width: 0;
        height: 0;
        border-bottom: 2.5rem solid transparent;
        border-left: 1.9rem solid #2c2c2c;
        border-top: 2.5rem solid transparent; }
      .checkout-navigation .checkout-navigation__item.checkout-navigation__item_active ~ .checkout-navigation__item {
        pointer-events: none; }
  .checkout-navigation__link {
    text-decoration: none; }
    .checkout-navigation__link:hover {
      text-decoration: underline; }

/* Mobile: menu on the right (basket)
   -------------------------------------------------------------------------- */
.basket-menu {
  display: none; }
  .basket-menu__basket-icon {
    color: #fff; }
    .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 {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    width: 2rem;
    height: 2rem;
    background-color: #038b05;
    border: 0.2rem solid #fff;
    color: #fff; }
  @media screen and (max-width: 52.5em) {
    .basket-menu {
      margin: 0;
      display: block; }
      .basket-menu__link {
        padding: 0;
        display: block; }
        .basket-menu__link i {
          width: 4rem;
          height: 4rem;
          font-size: 2.4rem;
          display: flex;
          justify-content: center;
          align-items: center; }
          .basket-menu__link i:before {
            display: block;
            margin: 0; }
      .basket-menu__items {
        top: -.4rem;
        right: -.4rem; } }

/* Product pictos */
.product-picto {
  background: url(/assets-images/product_tags_filter_sprite.png) top left no-repeat;
  background-size: 16rem 2rem;
  /* allergens */ }
  .product-picto.product-picto_allergen {
    background: url(/assets-images/allergens_sprite.png) top left no-repeat;
    background-size: 28rem 2rem; }
  .product-picto.product-picto_vegan {
    background-position: -4rem 0; }
  .product-picto.product-picto_vegetarian {
    background-position: -8rem 0; }
  .product-picto.product-picto_spicy {
    background-position: 0 0; }
  .product-picto.product-picto_fish-tag {
    background-position: -12rem; }
  .product-picto.product-picto_celery {
    background-position: 0 0; }
  .product-picto.product-picto_cereals_containing_gluten {
    background-position: -2rem 0; }
  .product-picto.product-picto_crustaceans_shellfish {
    background-position: -4rem 0; }
  .product-picto.product-picto_eggs {
    background-position: -6rem 0; }
  .product-picto.product-picto_fish {
    background-position: -8rem 0; }
  .product-picto.product-picto_lupin {
    background-position: -10rem 0; }
  .product-picto.product-picto_milk {
    background-position: -12rem 0; }
  .product-picto.product-picto_molluscs_shellfish {
    background-position: -14rem 0; }
  .product-picto.product-picto_mustard {
    background-position: -16rem 0; }
  .product-picto.product-picto_nuts {
    background-position: -18rem 0; }
  .product-picto.product-picto_peanuts {
    background-position: -20rem 0; }
  .product-picto.product-picto_sesame_seeds {
    background-position: -22rem 0; }
  .product-picto.product-picto_soya {
    background-position: -24rem 0; }
  .product-picto.product-picto_sulphur_dioxide {
    background-position: -26rem 0; }

/* Product pictos */
.product-pictos,
.product-legend {
  margin-top: .5rem;
  font-size: 1.2rem;
  display: flex;
  text-align: right; }
  .product-pictos .product-picto,
  .product-legend .product-picto {
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    box-sizing: border-box;
    border: solid .1rem #000;
    border-radius: 50%;
    background-color: #fff;
    line-height: 2rem;
    text-align: center;
    margin: 0 0 .5rem .5rem; }
    .product-pictos .product-picto.product-picto_allergen,
    .product-legend .product-picto.product-picto_allergen {
      border: solid .1rem #67aa40; }
    .product-pictos .product-picto:before,
    .product-legend .product-picto:before {
      display: block;
      line-height: 2rem; }

/* Product allergens */
.product-allergens__list {
  display: block;
  width: 100%;
  font-size: 0; }
  .product-allergens__list .product-allergens__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 .5rem .5rem 0;
    width: 2.2rem;
    height: 2.2rem;
    line-height: 2rem; }
  .product-allergens__list .product-picto_allergen {
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    border: solid .1rem #67aa40;
    border-radius: 50%;
    box-sizing: border-box; }

/* Product legend */
.product-legend {
  margin-top: 2rem;
  text-align: center; }
  .product-legend .product-legend__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    font-size: 0;
    margin: 0 auto; }
  .product-legend .product-legend__item {
    display: flex;
    margin: .5rem;
    box-sizing: border-box;
    font-size: 1.2rem; }
    .product-legend .product-legend__item .product-legend__item-name {
      display: inline-block;
      vertical-align: top;
      line-height: 2.2rem;
      white-space: nowrap; }
  .product-legend .product-picto {
    margin-right: .5rem; }

/* Product calories */
.product__bottom_right {
  display: flex;
  flex-direction: column;
  align-items: end;
  width: 100%; }

.product__calories {
  font-size: 1.1rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #5ba03f;
  font-weight: 400;
  line-height: 3rem; }

/* ==========================================================================
   CATEGORY PAGE
   ========================================================================== */
/* Page header
   -------------------------------------------------------------------------- */
.category .category__title {
  font-size: 3.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #67aa40;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1;
  text-align: center; }
  @media screen and (max-width: 40em) {
    .category .category__title {
      font-size: 3rem; } }
.category .category__subcategory-title {
  font-size: 2.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #67aa40;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1;
  text-align: center; }
  @media screen and (max-width: 40em) {
    .category .category__subcategory-title {
      font-size: 2rem; } }
.category .category__description {
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 2.4rem;
  box-shadow: 0 0.3rem 0.99rem 0.01rem rgba(0, 0, 0, 0.26);
  background-color: #fff;
  padding: 1rem 1rem 1rem 1.5rem;
  box-sizing: border-box;
  margin-top: 2.5rem;
  border-radius: 1rem;
  margin-bottom: 1.5rem; }

.page_categories .category__title,
.page_menu .category__title {
  display: none; }

/* Product
   -------------------------------------------------------------------------- */
.product,
.product.product_touch {
  width: 25%; }
  .product:nth-child(3n+1),
  .product.product_touch:nth-child(3n+1) {
    clear: none; }
  .product:nth-child(4n+1),
  .product.product_touch:nth-child(4n+1) {
    clear: left; }
  .product .product__wrapper,
  .product.product_touch .product__wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #fff;
    border-radius: 1rem; }
  .product .product__name,
  .product.product_touch .product__name {
    font-size: 1.6rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700;
    line-height: 2.4rem;
    word-break: break-word; }
  .product .product__description,
  .product.product_touch .product__description {
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 1.8rem;
    margin-top: 1rem; }
  .product .product__price,
  .product.product_touch .product__price {
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 400; }
  .product .product__sku,
  .product.product_touch .product__sku {
    position: relative;
    padding-bottom: 3rem; }
  .product .product__sku-value,
  .product.product_touch .product__sku-value {
    white-space: nowrap; }
  .product .product__sku-label,
  .product.product_touch .product__sku-label {
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 3rem;
    float: none;
    min-width: 4rem; }
    .product .product__sku-label ~ .product__sku-value,
    .product .product__sku-label ~ .nice-select__container,
    .product.product_touch .product__sku-label ~ .product__sku-value,
    .product.product_touch .product__sku-label ~ .nice-select__container {
      position: absolute;
      left: 0;
      bottom: 0; }
  .product .product__bottom,
  .product.product_touch .product__bottom {
    padding-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: start;
    border-radius: 1rem; }
    .product .product__bottom > .product__price,
    .product.product_touch .product__bottom > .product__price {
      display: none; }
    .product .product__bottom .product__buttons,
    .product.product_touch .product__bottom .product__buttons {
      width: 100%; }
  .product .product__buttons,
  .product.product_touch .product__buttons {
    margin: 0;
    position: static; }
  .product .product__picture-container,
  .product.product_touch .product__picture-container {
    background-color: #67aa40;
    margin-left: -1rem;
    margin-right: -1rem;
    border-radius: 1rem; }
    .product .product__picture-container .product__picture,
    .product.product_touch .product__picture-container .product__picture {
      border-radius: 1rem; }
  .product .product__top .product__top-info,
  .product.product_touch .product__top .product__top-info {
    display: block;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding-right: 6rem; }
    .product .product__top .product__top-info .product-pictos,
    .product.product_touch .product__top .product__top-info .product-pictos {
      margin-top: 0;
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 5.4rem;
      font-size: 0;
      text-align: right; }
      .product .product__top .product__top-info .product-pictos .product-picto,
      .product.product_touch .product__top .product__top-info .product-pictos .product-picto {
        display: inline-block;
        vertical-align: top;
        font-size: 1.2rem; }
    @media screen and (max-width: 40em) {
      .product .product__top .product__top-info,
      .product.product_touch .product__top .product__top-info {
        padding-right: 0;
        display: flex;
        flex-direction: column-reverse; }
        .product .product__top .product__top-info .product-pictos,
        .product.product_touch .product__top .product__top-info .product-pictos {
          position: relative;
          text-align: left;
          margin-top: .5rem; }
          .product .product__top .product__top-info .product-pictos .product-picto,
          .product.product_touch .product__top .product__top-info .product-pictos .product-picto {
            margin-left: 0;
            margin-right: .5rem; } }
  @media screen and (max-width: 62em) {
    .product,
    .product.product_touch {
      width: 33.33%; }
      .product:nth-child(4n+1),
      .product.product_touch:nth-child(4n+1) {
        clear: none; }
      .product:nth-child(3n+1),
      .product.product_touch:nth-child(3n+1) {
        clear: left; } }
  @media screen and (max-width: 60em) {
    .product .product__picture-container,
    .product.product_touch .product__picture-container {
      float: none;
      margin: -1rem -1rem 1rem;
      width: initial; }
    .product:nth-child(2n+1),
    .product.product_touch:nth-child(2n+1) {
      clear: none; }
    .product:nth-child(3n+1),
    .product.product_touch:nth-child(3n+1) {
      clear: left; } }
  @media screen and (max-width: 52.5em) {
    .product,
    .product.product_touch {
      width: 48%;
      float: left;
      margin-left: 1%;
      margin-right: 1%; }
      .product:nth-child(3n+1),
      .product.product_touch:nth-child(3n+1) {
        clear: none; }
      .product:nth-child(2n+1),
      .product.product_touch:nth-child(2n+1) {
        clear: left; }
      .product .product__mobile-price,
      .product.product_touch .product__mobile-price {
        margin-top: 0;
        display: block;
        width: 100%;
        height: 3rem;
        line-height: 3rem;
        border-radius: 1rem;
        font-size: 1.8rem;
        font-weight: 400;
        color: #fff;
        background-color: #55b233;
        text-align: center; }
        .product .product__mobile-price .product__mobile-price-from,
        .product .product__mobile-price .product__mobile-price-value,
        .product.product_touch .product__mobile-price .product__mobile-price-from,
        .product.product_touch .product__mobile-price .product__mobile-price-value {
          font-size: 1.4rem;
          font-weight: 400;
          vertical-align: top; } }

/* product counter */
.product.product_with-counter:after {
  background-color: #55b233;
  left: -.2rem;
  top: 0; }
.product .product__counter {
  color: #55b233; }

/* Add & customise buttons
   -------------------------------------------------------------------------- */
.product .product__add {
  color: #fff;
  background-color: #51ae32;
  border: none;
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  padding: 0;
  line-height: 3rem;
  height: 3rem;
  border-radius: 1rem;
  text-align: center;
  font-size: 0;
  transition: background-color .2s ease, color .2s ease; }
  .product .product__add:hover {
    color: #fff;
    background-color: #51ae32; }
  .product .product__add .product__price,
  .product .product__add .product__add-value {
    box-sizing: border-box;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 50%;
    text-align: center;
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    line-height: 3rem; }
  .product .product__add .product__add-value-custom {
    width: 100%; }
  .product .product__add .product__add-value ~ .product__price {
    position: relative; }
    .product .product__add .product__add-value ~ .product__price:before {
      content: '';
      display: block;
      width: .1rem;
      height: 1.6rem;
      background-color: #fff;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate(0, -50%); }
    .product .product__add .product__add-value ~ .product__price[data-product-price-empty] {
      display: none; }
  .product .product__add_image {
    display: block;
    padding: 0;
    margin: 0 -1rem .7rem;
    font-size: 0;
    border: 0;
    background: none;
    overflow: hidden;
    cursor: pointer; }
    .product .product__add_image .product__picture-container {
      margin: 0; }
    @media screen and (max-width: 60em) {
      .product .product__add_image {
        margin: -1rem -1rem 1rem; } }
.product .product__customise {
  color: #232323;
  background-color: #d1d1d1;
  border: none;
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  line-height: 3rem;
  border-radius: 1rem;
  display: block;
  width: 100%;
  float: none;
  text-decoration: underline;
  transition: background-color .2s ease, color .2s ease; }
  .product .product__customise:hover {
    color: #232323;
    background-color: #d1d1d1; }
  .product .product__customise:hover {
    text-decoration: none; }
  .product .product__customise + .product__add {
    display: block;
    width: 100%;
    float: none;
    margin-top: 1rem; }

.page_categories_deals .product .product__bottom > .product__price {
  display: none; }

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

/* ==========================================================================
   BASKET
   ========================================================================== */
.basket {
  border: none;
  box-shadow: 0 0.3rem 0.99rem 0.01rem rgba(0, 0, 0, 0.26);
  background-color: #fff;
  border-radius: 1rem;
  margin-left: .8rem;
  margin-right: .8rem;
  margin-top: .8rem; }
  @media screen and (max-width: 52.5em) {
    .basket {
      margin-left: 0;
      margin-right: 0;
      margin-top: 0; } }
  .basket__time .nice-select.open .list,
  .basket__time .nice-select .list {
    max-height: 160px; }
  .basket:has(~ .basket__upselling .basket-upselling) .basket__time .nice-select .list {
    max-height: 260px; }

/* Basket header
   -------------------------------------------------------------------------- */
.basket .basket__header {
  background-color: transparent;
  padding: 1.5rem 1rem;
  border-bottom: solid .1rem #2c2c2c; }
.basket .basket__title {
  font-size: 1.6rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #272727;
  font-weight: 400;
  line-height: 2rem; }
.basket .basket__repeat {
  font-size: 1.6rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #272727;
  font-weight: 400;
  line-height: 2rem;
  text-decoration: underline;
  padding: 0;
  margin: 0; }
  .basket .basket__repeat:hover {
    text-decoration: none; }
.basket .basket__empty {
  font-size: 1.6rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #272727;
  font-weight: 400;
  line-height: 2rem;
  background-color: #f1f1f1;
  padding: 1.5rem 1rem; }
@media screen and (max-width: 60em) {
  .basket .basket__close {
    width: 3rem;
    height: 3rem;
    color: #272727;
    position: absolute;
    top: 1.2rem;
    right: .5rem; }
    .basket .basket__close .basket__close-icon {
      display: block;
      width: 3rem;
      height: 3rem;
      text-align: center;
      line-height: 3rem; }
      .basket .basket__close .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 .basket__close .basket__close-icon:before {
        margin: 0; } }
@media screen and (max-width: 60em) {
  .basket .basket__header {
    padding-right: 4rem; }
  .basket .basket__title {
    display: block;
    width: 100%;
    float: none;
    padding-bottom: 3rem; }
  .basket .basket__repeat {
    position: absolute;
    left: 1rem;
    top: 4rem; } }

/* Delivery method switcher
   -------------------------------------------------------------------------- */
.basket__delivery_radio {
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  border: none;
  border-radius: 0;
  overflow: hidden; }
  .basket__delivery_radio .basket__delivery-method {
    background-color: #fff;
    line-height: 2.8rem;
    box-sizing: border-box;
    border: solid 0.1rem #a4cc8c;
    padding: 0; }
  .basket__delivery_radio .basket__delivery-radio:checked + .basket__delivery-method {
    color: #fff;
    background-color: #67aa40;
    border: solid 0.1rem #67aa40; }
  .basket__delivery_radio .basket__delivery-option .basket__delivery-method {
    border-radius: 1rem 0 0 1rem; }
  .basket__delivery_radio .basket__delivery-option + .basket__delivery-option .basket__delivery-method {
    border-radius: 0 1rem 1rem 0; }

/* Basket item
   -------------------------------------------------------------------------- */
.basket__items {
  background-color: transparent;
  padding: 1rem; }
  .basket__items .basket-item__title {
    font-size: 1.6rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #272727;
    font-weight: 400;
    line-height: 2.4rem; }
  .basket__items .basket-item__options {
    margin-top: .5rem; }
  .basket__items .basket-item__option {
    font-size: 1.6rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: rgba(0, 0, 0, 0.61);
    font-weight: 400;
    line-height: 1.8rem; }
  .basket__items .basket-item__option-name {
    padding-left: 0; }
  .basket__items .basket-item__link {
    word-break: break-word; }
    .basket__items .basket-item__link:hover {
      color: #272727; }
  .basket__items .basket-item__quantity-minus-icon {
    color: #272727; }
    .basket__items .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__items .basket-item__quantity-plus-icon {
    color: #272727; }
    .basket__items .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__items .basket-item__delete-icon {
    color: #272727; }
    .basket__items .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__items .basket-item__delete:hover .basket-item__delete-icon {
    color: rgba(0, 0, 0, 0.61); }

/* Basket deal title
   -------------------------------------------------------------------------- */
.basket-deal .basket-deal__header {
  background-color: #2c2c2c;
  padding: .6rem 1rem; }
.basket-deal .basket-deal__title {
  font-size: 1.6rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #69ad41;
  font-weight: 400;
  line-height: 2rem; }
.basket-deal .basket-deal__link:hover {
  color: #69ad41; }
.basket-deal .basket-deal__delete .basket-deal__delete-icon {
  color: #eeeeee; }
  .basket-deal .basket-deal__delete .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 .basket-deal__delete:hover .basket-deal__delete-icon {
  color: #eeeeee; }

/* Basket deal item
   -------------------------------------------------------------------------- */
.basket-deal__items {
  background-color: #e8e8e8;
  padding: 1rem; }
  .basket-deal__items .basket-deal__item-title {
    font-size: 1.6rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 2.4rem; }
  .basket-deal__items .basket-deal__item-link:hover {
    color: #000; }
  .basket-deal__items .basket-deal__item-option {
    font-size: 1.6rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: rgba(0, 0, 0, 0.61);
    font-weight: 400;
    line-height: 1.8rem; }
    .basket-deal__items .basket-deal__item-option .basket-deal__item-option-name {
      padding-left: 0; }
  .basket-deal__items .basket-deal__item-delete .basket-deal__item-delete-icon {
    color: #000; }
    .basket-deal__items .basket-deal__item-delete .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__items .basket-deal__item-delete:hover .basket-deal__item-delete-icon {
    color: #000; }

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

/* 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 .basket__footer-row {
    padding: .5rem 1rem; }
    .basket__footer .basket__footer-row .hidden {
      display: none; }
  .basket__footer .basket__charge-quantity,
  .basket__footer .basket__charge-title,
  .basket__footer .basket__charge-amount {
    font-size: 2rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #272727;
    font-weight: 400;
    line-height: 3rem; }
  .basket__footer .basket__total.hidden {
    display: none; }
  .basket__footer .basket__total-title,
  .basket__footer .basket__total-amount {
    font-size: 2rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #272727;
    font-weight: 400;
    line-height: 3rem; }
  .basket__footer .basket__savings {
    color: #69ad41;
    background-color: #e8e8e8; }
  .basket__footer .basket__button-link {
    color: #fff;
    background-color: #67aa40;
    border: none;
    border-radius: 1rem;
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 400;
    transition: background-color .2s ease, color .2s ease; }
    .basket__footer .basket__button-link:hover {
      color: #fff;
      background-color: #67aa40; }
  .basket__footer .basket__coupon {
    font-size: 1.6rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #272727;
    font-weight: 400; }
    .basket__footer .basket__coupon .basket__coupon-link {
      color: #000; }
    .basket__footer .basket__coupon .basket__coupon-input {
      border-radius: 1rem;
      border: 0.1rem solid #b0afaf;
      padding: 0 1rem;
      box-sizing: border-box; }

.basket__footer-red-message,
.basket__error {
  color: #fff;
  background-color: #d9230b;
  padding: 1rem;
  margin-top: .5rem;
  margin-bottom: .5rem; }

.text-below-basket {
  color: #000;
  background-color: #fbefac;
  border-radius: 1rem;
  margin-left: .8rem;
  margin-right: .8rem;
  box-shadow: 0 0.3rem 0.99rem 0.01rem rgba(0, 0, 0, 0.26); }
  @media screen and (max-width: 52.5em) {
    .text-below-basket {
      margin-left: 0;
      margin-right: 0;
      box-shadow: none; } }

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

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

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

/* Basket clickable promotions
   -------------------------------------------------------------------------- */
.basket__clickable-promotions {
  margin: 1rem -0.5rem 0;
  font-size: 0; }

.clickable-promotion {
  display: inline-block;
  vertical-align: top;
  padding: 1rem 0.5rem 0;
  width: 50%;
  box-sizing: border-box; }
  .clickable-promotion .clickable-promotion__form {
    display: block; }
  .clickable-promotion .clickable-promotion__link {
    display: block;
    text-decoration: none; }
  .clickable-promotion .clickable-promotion__image {
    display: block;
    width: 100%;
    border: none; }

@media screen and (max-width: 52.5em) {
  .basket__clickable-promotions {
    margin: 1rem .8rem 0; } }
/* Mobile basket button */
.mobile-basket-button {
  display: none; }
  .mobile-basket-button .mobile-basket-button__nb-items {
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 400; }
  .mobile-basket-button .mobile-basket-button__icon {
    border-bottom-color: #fff; }
  .mobile-basket-button .mobile-basket-button__icon:after {
    border-left-color: #fff; }
  .mobile-basket-button .mobile-basket-button__link {
    color: #fff;
    background-color: #67aa40;
    border: none;
    border-radius: 0;
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 400; }
    .mobile-basket-button .mobile-basket-button__link:hover {
      color: #fff;
      background-color: #67aa40; }
  @media screen and (max-width: 52.5em) {
    .mobile-basket-button {
      display: block; } }

/* ==========================================================================
   CUSTOMIZATION POPUP
   ========================================================================== */
.popup {
  border-radius: 0;
  padding-bottom: 4rem; }
  .popup .popup__wrapper {
    padding: 0; }
  .popup .popup__header {
    margin-bottom: 1rem; }
  .popup .popup__heading {
    padding: 4rem;
    box-sizing: border-box;
    background-color: #f1f1f1; }
  .popup .popup__title {
    font-size: 2.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700;
    line-height: 3rem; }
  .popup .popup__description {
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 1.8rem;
    margin-top: 1rem; }
  .popup .popup__picture {
    margin-right: 3rem; }
    .popup .popup__picture .popup__picture-image {
      border-radius: 1rem; }
  .popup.popup_scrolled .popup__title {
    background-color: #f1f1f1;
    border-bottom: .1rem solid #ccc;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
    padding-left: 4rem; }
  .popup .popup__fieldsets {
    overflow-y: auto;
    max-height: 50vh; }
    @media screen and (max-width: 52.5em) {
      .popup .popup__fieldsets {
        overflow-y: none;
        max-height: none; } }

.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__price {
  font-size: 2.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700; }

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

/* Popup group
   -------------------------------------------------------------------------- */
.popup .popup-group {
  padding: 0;
  margin-top: 2rem; }
  .popup .popup-group .popup-group__quantity-field {
    font-size: 1.8rem;
    font-weight: 500;
    padding: 0;
    background-color: transparent;
    border: none;
    width: 3.4rem; }
  .popup .popup-group .popup-group__quantity-minus-icon {
    margin-right: 0; }
    .popup .popup-group .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 .popup-group .popup-group__quantity-plus-icon {
    margin-left: 0; }
    .popup .popup-group .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 .popup-group .popup-group__quantity-minus-icon,
  .popup .popup-group .popup-group__quantity-plus-icon {
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    line-height: 2rem;
    text-align: center;
    border-radius: 50%;
    border: solid .1rem #000;
    box-sizing: border-box; }
    .popup .popup-group .popup-group__quantity-minus-icon:before,
    .popup .popup-group .popup-group__quantity-plus-icon:before {
      margin: 0;
      font-size: 1.6rem;
      line-height: 2rem;
      width: 2rem;
      height: 2rem; }
  .popup .popup-group .popup-group__label,
  .popup .popup-group .popup-group__single-choice {
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 2.2rem; }
  .popup .popup-group .nice-select__container {
    vertical-align: top; }
  .popup .popup-group .nice-select {
    height: 2.2rem;
    line-height: 2.1rem;
    background-color: transparent; }

/* Popup row
   -------------------------------------------------------------------------- */
.popup .popup-row {
  box-sizing: border-box;
  padding: 3.1rem 4rem 0; }
  .popup .popup-row + .popup-row {
    border-top: none;
    padding-top: 2.5rem; }
  .popup .popup-row .popup-row__title {
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2rem;
    color: #67aa40;
    margin-bottom: 1.5rem; }
  .popup .popup-row .popup-row__description {
    color: #000;
    line-height: 1.8rem;
    font-size: 100%;
    margin-bottom: 2rem; }
  .popup .popup-row_toppings {
    display: flex;
    flex-direction: column; }

/* Popup enum
   -------------------------------------------------------------------------- */
.popup-enum .popup-enum__option {
  margin-right: 1rem;
  margin-bottom: 1rem; }
.popup-enum .popup-enum__text {
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  border-radius: 1rem;
  box-sizing: border-box;
  border: solid 0.1rem #000;
  padding: 0 2rem;
  text-align: center;
  line-height: 2.8rem;
  height: 3rem;
  min-width: 8rem; }
.popup-enum .popup-enum__radio:checked + .popup-enum__text {
  color: #fff;
  background-color: #67aa40;
  border: solid 0.1rem #67aa40; }
.popup-enum .popup-enum__radio:disabled + .popup-enum__text {
  color: #999;
  background-color: #eee; }

/* Popup set
   -------------------------------------------------------------------------- */
.popup .popup-set {
  margin-top: 2rem; }
  .popup .popup-set + .popup-set {
    margin-top: 0; }
  @media screen and (max-width: 40em) {
    .popup .popup-set__wrapper_double-title .popup-set__option {
      display: none; }
      .popup .popup-set__wrapper_double-title .popup-set__option:first-child {
        display: block;
        width: 100%; } }
  .popup .popup-set .popup-set__group-title {
    font-size: 1.6rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #67aa40;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 2rem;
    margin-bottom: 1.5rem; }
  .popup .popup-set .popup-set__option {
    margin-bottom: 2.6rem; }
  .popup .popup-set .popup-set__label {
    padding-left: 0;
    padding-bottom: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto; }
  .popup .popup-set input[type="checkbox"] {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .popup .popup-set .popup-set__text {
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 1.6rem;
    box-sizing: border-box;
    padding-left: 2.6rem; }
    .popup .popup-set .popup-set__text:before {
      display: block;
      content: '';
      width: 1.6rem;
      height: 1.6rem;
      box-sizing: border-box;
      border: solid 0.1rem #000;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .popup .popup-set .popup-set__text:after {
      display: none;
      content: '';
      width: 1rem;
      height: 1rem;
      box-sizing: border-box;
      background-color: #67aa40;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      margin: .3rem; }
  .popup .popup-set input[type="checkbox"]:checked + .popup-set__text {
    font-weight: 400; }
    .popup .popup-set input[type="checkbox"]:checked + .popup-set__text:after {
      display: block; }
  .popup .popup-set__wrapper_double-title {
    display: none; }
    .popup .popup-set__wrapper_double-title .popup-set__option {
      display: none; }
  .popup .popup-set:has(.set__wrapper_label .popup-set__option:nth-of-type(1)) .popup-set__wrapper_double-title .popup-set__option:nth-of-type(1) {
    display: block; }
  .popup .popup-set:has(.set__wrapper_label .popup-set__option:nth-of-type(2)) .popup-set__wrapper_double-title .popup-set__option:nth-of-type(2) {
    display: block; }
    @media screen and (max-width: 40em) {
      .popup .popup-set:has(.set__wrapper_label .popup-set__option:nth-of-type(2)) .popup-set__wrapper_double-title .popup-set__option:nth-of-type(2) {
        display: none; } }
  .popup .popup-set:has(.set__wrapper_label .popup-set__option:nth-of-type(3)) .popup-set__wrapper_double-title .popup-set__option:nth-of-type(3) {
    display: block; }
    @media screen and (max-width: 40em) {
      .popup .popup-set:has(.set__wrapper_label .popup-set__option:nth-of-type(3)) .popup-set__wrapper_double-title .popup-set__option:nth-of-type(3) {
        display: none; } }
  .popup .popup-set:has(.set__wrapper_label .popup-set__option .popup-set__label:nth-of-type(2)) .popup-set__wrapper_double-title {
    display: block; }

.popup-set__option[data-double] {
  display: flex;
  position: relative;
  padding-left: 4rem;
  padding-right: 1rem;
  box-sizing: border-box;
  margin: 1.5rem 0; }
  .popup-set__option[data-double] .popup-set__label {
    width: 1.6rem;
    height: 1.6rem;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box; }
    .popup-set__option[data-double] .popup-set__label + .popup-set__label {
      left: 2rem; }
    .popup-set__option[data-double] .popup-set__label:before {
      display: block;
      content: '';
      width: 1.6rem;
      height: 1.6rem;
      border: 1px solid #000;
      background-color: #fff;
      box-sizing: border-box;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .popup-set__option[data-double] .popup-set__label .popup-set__phantom {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2;
      width: 100%;
      height: 100%; }
      .popup-set__option[data-double] .popup-set__label .popup-set__phantom:after {
        display: block;
        content: '';
        background-color: #67aa40;
        width: .8rem;
        height: .8rem;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        margin: .4rem;
        opacity: 0;
        transition: all .3s ease; }
    .popup-set__option[data-double] .popup-set__label input[type=checkbox]:checked ~ .popup-set__phantom:after {
      opacity: 1; }
    .popup-set__option[data-double] .popup-set__label input[type=checkbox].popup-set__psevdo-selection ~ .popup-set__phantom:after {
      opacity: 1; }
    .popup-set__option[data-double] .popup-set__label_phantom {
      opacity: .7;
      cursor: default;
      pointer-events: none; }
      .popup-set__option[data-double] .popup-set__label_phantom .popup-set__phantom:after {
        opacity: 1; }
  .popup-set__option[data-double] .popup-set__text {
    padding-left: 0; }
  .popup-set__option[data-double] .popup-set__text:before,
  .popup-set__option[data-double] .popup-set__text:after {
    display: none; }
  .popup-set__option[data-double].popup-set__option_ingredient-disabled .popup-set__label {
    pointer-events: none;
    opacity: .4; }
    .popup-set__option[data-double].popup-set__option_ingredient-disabled .popup-set__label input[type=checkbox] {
      pointer-events: none; }
    .popup-set__option[data-double].popup-set__option_ingredient-disabled .popup-set__label .popup-set__phantom:after,
    .popup-set__option[data-double].popup-set__option_ingredient-disabled .popup-set__label input[type=checkbox] ~ .popup-set__phantom:after {
      opacity: 0; }

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

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

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

/* Popup buttons
   -------------------------------------------------------------------------- */
.popup .popup__buttons {
  box-sizing: border-box;
  padding-left: 4rem; }
.popup .popup-buttons__button {
  color: #fff;
  background-color: #67aa40;
  border: none;
  padding: 0 2rem;
  border-radius: 1rem 0 0 0;
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  line-height: 4rem;
  height: 4rem;
  transition: background-color .2s ease, color .2s ease; }
  .popup .popup-buttons__button:hover {
    color: #fff;
    background-color: #67aa40; }
.popup .popup-buttons__link {
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 2rem;
  padding: 0;
  margin-top: 1rem;
  text-decoration: underline; }
  .popup .popup-buttons__link:hover {
    text-decoration: none; }

@media screen and (max-width: 52.5em) {
  .popup.popup_full-height,
  .popup_improved.popup_full-height {
    height: 100%; }
  .popup.popup_scrolled .popup__title,
  .popup_improved.popup_scrolled .popup__title {
    padding-left: 2rem; }
  .popup .popup__buttons,
  .popup_improved .popup__buttons {
    padding-left: 0; }
  .popup .popup-buttons__button,
  .popup_improved .popup-buttons__button {
    border-radius: 0; }
  .popup .popup__heading,
  .popup_improved .popup__heading {
    padding: 2rem; }
  .popup .popup-row,
  .popup_improved .popup-row {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem; } }
/* Deal wizard
   -------------------------------------------------------------------------- */
.deal-wizard__title {
  text-align: center;
  font-size: 4.6rem;
  line-height: 1;
  font-weight: 700;
  color: #67aa40; }

.deal-wizard-navigation {
  background-color: transparent; }
  .deal-wizard-navigation .deal-wizard-navigation__tab {
    background-color: transparent; }
    .deal-wizard-navigation .deal-wizard-navigation__tab:nth-child(3n), .deal-wizard-navigation .deal-wizard-navigation__tab:last-child {
      background-color: transparent; }
    .deal-wizard-navigation .deal-wizard-navigation__tab:before {
      content: '';
      display: block;
      position: absolute;
      right: 100%;
      top: 0;
      width: 1.5rem;
      height: 100%;
      background-color: #2c2c2c; }
    .deal-wizard-navigation .deal-wizard-navigation__tab.deal-wizard-navigation__tab_active:before {
      background-color: #67aa40; }
    .deal-wizard-navigation .deal-wizard-navigation__tab.deal-wizard-navigation__tab_active .deal-wizard-navigation__link {
      color: #fff;
      background-color: #67aa40; }
      .deal-wizard-navigation .deal-wizard-navigation__tab.deal-wizard-navigation__tab_active .deal-wizard-navigation__link:after {
        border-left-color: #67aa40; }
    .deal-wizard-navigation .deal-wizard-navigation__tab:nth-child(3n-2):before {
      display: none; }
    .deal-wizard-navigation .deal-wizard-navigation__tab:nth-child(3n) {
      z-index: 7; }
    .deal-wizard-navigation .deal-wizard-navigation__tab:nth-child(3n-1) {
      z-index: 8; }
    .deal-wizard-navigation .deal-wizard-navigation__tab:nth-child(3n-2) {
      z-index: 9; }
  .deal-wizard-navigation .deal-wizard-navigation__link {
    font-size: 1.6rem;
    color: #fff;
    background-color: #2c2c2c; }
    .deal-wizard-navigation .deal-wizard-navigation__link:before {
      border-left-color: #67aa40; }
    .deal-wizard-navigation .deal-wizard-navigation__link:after {
      border-left-color: #2c2c2c; }
  .deal-wizard-navigation .deal-wizard-navigation__title {
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase; }

/* STATIC PAGES */
.page_static .page__content {
  background: url(../assets-images/main-bg.jpg) top center;
  background-size: 70%; }
.page_static .content {
  margin: 0;
  padding-top: 10rem;
  padding-bottom: 10rem;
  box-sizing: border-box; }
.page_static .content__main {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  float: none;
  text-align: center;
  padding: 0 1.5rem;
  box-sizing: border-box; }
  .page_static .content__main .static-page__title,
  .page_static .content__main h1 {
    font-size: 3rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 4rem;
    color: #67aa40;
    text-transform: none;
    text-align: center;
    margin-top: 0;
    margin-bottom: 2rem; }
  .page_static .content__main h2,
  .page_static .content__main h3,
  .page_static .content__main h4,
  .page_static .content__main h5,
  .page_static .content__main h6 {
    font-size: 3rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
    text-transform: none;
    color: #67aa40; }
  .page_static .content__main h3,
  .page_static .content__main h4,
  .page_static .content__main h5,
  .page_static .content__main h6 {
    color: #020202;
    text-transform: uppercase; }
  .page_static .content__main h2 {
    font-size: 2rem;
    line-height: 3rem; }
  .page_static .content__main h3 {
    font-size: 1.4rem;
    line-height: 2.4rem; }
  .page_static .content__main h4 {
    font-size: 1.2rem;
    line-height: 2rem; }
  .page_static .content__main h5 {
    font-size: 1rem;
    line-height: 1.6rem; }
  .page_static .content__main h6 {
    font-size: .8rem;
    line-height: 1.4rem; }
  .page_static .content__main p {
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #020202;
    font-weight: 400;
    line-height: 2.4rem;
    margin-bottom: 2rem;
    text-align: left; }
  .page_static .content__main img {
    border-radius: 1rem;
    display: block;
    margin: 0 auto; }
  .page_static .content__main ul,
  .page_static .content__main ol {
    margin: 0 0 2rem 0;
    padding-left: 1.8rem; }
  .page_static .content__main ul {
    padding-left: 0; }
  .page_static .content__main ul li,
  .page_static .content__main ol li {
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #020202;
    font-weight: 400;
    line-height: 2.4rem;
    padding-left: .5rem;
    margin-bottom: 2rem;
    text-align: left; }
  .page_static .content__main ul li {
    list-style: none;
    position: relative;
    padding-left: 2rem; }
    .page_static .content__main ul li:before {
      content: '';
      display: block;
      border-radius: 50%;
      width: .8rem;
      height: .8rem;
      position: absolute;
      top: .8rem;
      left: 0;
      background-color: #67aa40; }

/* HALF AND HALF page */
/* --------------------------------------------------------------------------
   CYO
   (optional page)
   --------------------------------------------------------------------------
   Makes a product editable in its own page instead of a popup.
   To activate, create a 'cyo' tag in theme.xml and set this tag on the product.
   -------------------------------------------------------------------------- */
.cyo {
  background-color: #fff;
  box-shadow: 0 0.3rem 0.99rem 0.01rem rgba(0, 0, 0, 0.26); }
  .cyo .cyo__header {
    margin-bottom: 0; }
  .cyo .cyo__header-title {
    display: block;
    width: 100%;
    font-size: 4.6rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #67aa40;
    font-weight: 700;
    line-height: 5.6rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
    clear: both;
    padding-top: 2.5rem;
    box-sizing: border-box;
    padding-left: 4rem;
    padding-right: 4rem; }
  .cyo .cyo__description {
    box-sizing: border-box;
    padding-left: 4rem;
    padding-right: 4rem;
    margin-bottom: 2rem; }
  .cyo .cyo__add-button {
    color: #fff;
    background-color: #67aa40;
    border: none;
    padding: 0 2rem;
    border-radius: 1rem 0 0 0;
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    line-height: 4rem;
    height: 4rem;
    min-width: 26rem;
    padding: 0;
    font-size: 0;
    transition: background-color .2s ease, color .2s ease; }
    .cyo .cyo__add-button:hover {
      color: #fff;
      background-color: #67aa40; }
    .cyo .cyo__add-button .cyo__add-button-price,
    .cyo .cyo__add-button .cyo__add-button-text {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding: 0;
      margin: 0;
      text-align: center;
      font-size: 1.4rem;
      font-family: "Montserrat", Arial, Helvetica, sans-serif; }
  .cyo .cyo__fieldset .cyo__fieldset-title {
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2.4rem;
    box-sizing: border-box;
    padding: 0 4rem .5rem;
    margin-bottom: 1rem; }
  .cyo .cyo__fieldset .cyo__fieldset-description {
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 1.8rem; }
  .cyo .cyo__fieldset .cyo__fieldset-group {
    text-align: center;
    box-sizing: border-box;
    padding-left: 4rem;
    padding-right: 4rem; }
  .cyo .cyo-enum {
    text-align: center;
    font-size: 0; }
    .cyo .cyo-enum .cyo-enum__option {
      margin: 0 .5rem 1rem;
      float: none;
      display: inline-block;
      vertical-align: top; }
    .cyo .cyo-enum .cyo-enum__text {
      font-size: 1.4rem;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      color: #000;
      font-weight: 400;
      line-height: 2.8rem;
      height: 3rem;
      color: #000;
      background-color: #fff;
      padding: 0 1.4rem;
      border: solid .1rem #000;
      box-sizing: border-box; }
    .cyo .cyo-enum .cyo-enum__radio:checked + .cyo-enum__text {
      color: #fff;
      background-color: #67aa40;
      border: solid 0.1rem #67aa40; }
    .cyo .cyo-enum .cyo-enum__radio:disabled + .cyo-enum__text {
      color: #999;
      background-color: #eee; }
  .cyo .cyo__footer {
    margin-top: 2rem; }

.cyo-set__label input[type=checkbox]:checked + .cyo-set__text:after {
  display: block;
  background-color: #67aa40; }

.cyo-set__option {
  margin-bottom: 2.6rem; }

.cyo-set__label {
  padding-left: 0;
  padding-bottom: 0; }

.cyo-set__group-title {
  font-size: 1.6rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #67aa40;
  font-weight: 700;
  text-transform: uppercase; }

.cyo-set__text {
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.6rem;
  box-sizing: border-box;
  padding-left: 2.6rem;
  text-align: left; }
  .cyo-set__text:before, .cyo-set__text:after {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0; }
  .cyo-set__text:before {
    border-color: #000;
    background-color: #fff; }
  .cyo-set__text:after {
    margin: .3rem;
    color: #fff;
    background-color: #67aa40; }

.cyo-icon-enum__text:before {
  width: 6.5rem;
  height: 6.8rem;
  background: url("/assets-images/cyo_sizes.png") no-repeat; }
.cyo-icon-enum__text.cyo-icon-enum__text_small:before {
  background-position: 1rem 0; }
.cyo-icon-enum__text.cyo-icon-enum__text_medium:before {
  background-position: -7.3rem 0; }
.cyo-icon-enum__text.cyo-icon-enum__text_large:before {
  background-position: -16.7rem 0; }

.page_cyo .cyo .cyo-enum {
  text-align: left; }
.page_cyo .cyo .cyo-enum__option {
  margin-left: 0;
  margin-right: 1rem; }
.page_cyo .cyo .cyo__fieldset-group {
  text-align: left; }

.hh-side {
  margin-top: 0; }
  .hh-side .hh-side__content {
    display: none; }
    .hh-side .hh-side__content .hh-side__product {
      box-sizing: border-box;
      padding: 4rem;
      background-color: #f1f1f1; }
      .hh-side .hh-side__content .hh-side__product .nice-select__container {
        vertical-align: top; }
      .hh-side .hh-side__content .hh-side__product .hh-side__product-select {
        background-color: transparent; }
        .hh-side .hh-side__content .hh-side__product .hh-side__product-select .list {
          max-width: 25rem;
          max-height: 30rem;
          overflow-y: auto; }
          .hh-side .hh-side__content .hh-side__product .hh-side__product-select .list .option {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
      .hh-side .hh-side__content .hh-side__product .hh-side__product-name {
        font-size: 2.4rem;
        font-weight: 700;
        margin-top: 2rem;
        line-height: 3rem; }
      .hh-side .hh-side__content .hh-side__product .hh-side__product-description {
        font-size: 1.4rem;
        line-height: 1.8rem;
        font-weight: 400;
        margin-top: 1rem; }
    .hh-side .hh-side__content .hh-side__toppings {
      box-sizing: border-box;
      padding: 2rem 4rem 0; }
  .hh-side .hh-side__label-wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 3.8rem;
    height: 3.8rem;
    text-align: center;
    transition: all .3s ease; }
    .hh-side .hh-side__label-wrapper .hh-side__label {
      font-size: 1.6rem;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      color: #67aa40;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 3.8rem;
      padding-right: 7rem;
      padding-left: 7rem;
      position: relative;
      transition: all .3s ease; }
      .hh-side .hh-side__label-wrapper .hh-side__label .hh-side__label-icon {
        display: block;
        width: 3rem;
        height: 3rem;
        position: absolute;
        right: 0;
        top: .4rem;
        line-height: 3rem;
        text-align: center;
        transition: all .3s ease; }
        .hh-side .hh-side__label-wrapper .hh-side__label .hh-side__label-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: ""; }
        .hh-side .hh-side__label-wrapper .hh-side__label .hh-side__label-icon:before {
          font-size: 1.4rem;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
    .hh-side .hh-side__label-wrapper.open {
      background-color: #67aa40; }
      .hh-side .hh-side__label-wrapper.open .hh-side__label {
        color: #fff; }
        .hh-side .hh-side__label-wrapper.open .hh-side__label .hh-side__label-icon {
          transform: rotate(90deg);
          color: #fff; }
      .hh-side .hh-side__label-wrapper.open ~ .hh-side__content {
        display: block; }

.page_deal_wizard .popup .popup__heading {
  overflow: auto; }
.page_deal_wizard .product .product__mobile-price {
  display: none; }

.popup .popup-row[data-side] {
  padding-top: 0; }
  .popup .popup-row[data-side] + .popup-row[data-side] {
    padding-top: 0; }

.popup-row__tab .popup-row__tab-name {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  line-height: 3.8rem;
  height: 3.8rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #67aa40;
  background-color: #fff;
  transition: all .3s ease; }
  .popup-row__tab .popup-row__tab-name .popup-row__tab-name-text {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-right: 3rem;
    padding-left: 2rem;
    position: relative;
    color: #67aa40;
    width: 20rem;
    text-align: left;
    transition: all .3s ease; }
  .popup-row__tab .popup-row__tab-name .popup-row__tab-icon {
    display: block;
    width: 3rem;
    height: 3rem;
    position: absolute;
    right: 0;
    top: .4rem;
    line-height: 3rem;
    text-align: center;
    color: #67aa40;
    transition: all .3s ease; }
    .popup-row__tab .popup-row__tab-name .popup-row__tab-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: ""; }
    .popup-row__tab .popup-row__tab-name .popup-row__tab-icon:before {
      font-size: 1.4rem;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
.popup-row__tab .popup-row__tab-content {
  display: none;
  padding-top: 3rem; }
.popup-row__tab.open .popup-row__tab-name {
  color: #fff;
  background-color: #67aa40; }
  .popup-row__tab.open .popup-row__tab-name .popup-row__tab-name-text {
    color: #fff; }
  .popup-row__tab.open .popup-row__tab-name .popup-row__tab-icon {
    color: #fff;
    transform: rotate(90deg); }
.popup-row__tab.open .popup-row__tab-content {
  display: block; }

/* sizes filter */
.category__header + .grouped-skus {
  margin-top: 2.8rem; }

.grouped-skus {
  display: block;
  width: 100%;
  box-shadow: 0 0.3rem 0.99rem 0.01rem rgba(0, 0, 0, 0.26);
  background-color: #fff;
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  box-sizing: border-box; }
  .grouped-skus .grouped-skus__title {
    font-size: 1.6rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #67aa40;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 3rem;
    padding-left: 2rem; }
  .grouped-skus .grouped-skus__list {
    font-size: 0; }
  .grouped-skus .grouped-skus__item {
    width: calc(25% - .3rem); }
    .grouped-skus .grouped-skus__item + .grouped-skus__item {
      margin-left: .4rem; }
  .grouped-skus .grouped-skus__item:nth-last-child(4):first-child,
  .grouped-skus .grouped-skus__item:nth-last-child(4):first-child ~ .grouped-skus__item {
    width: calc(25% - .3rem); }
  .grouped-skus .grouped-skus__text {
    font-size: 1.4rem;
    font-weight: 400;
    color: #000;
    box-sizing: border-box;
    line-height: 2.8rem;
    height: 3rem;
    border: solid .1rem #000; }
  .grouped-skus .grouped-skus__radio:checked ~ .grouped-skus__text {
    color: #fff;
    background-color: #67aa40;
    border: solid .1rem #67aa40; }
  @media screen and (max-width: 40em) {
    .grouped-skus {
      padding-bottom: 0; }
      .grouped-skus .grouped-skus__item,
      .grouped-skus .grouped-skus__item:nth-last-child(4):first-child,
      .grouped-skus .grouped-skus__item:nth-last-child(4):first-child ~ .grouped-skus__item {
        width: calc(50% - 1rem);
        margin-left: .5rem;
        margin-right: .5rem;
        margin-bottom: 1rem; } }
  @media screen and (max-width: 30em) {
    .grouped-skus {
      padding: 1rem 1rem 0; }
      .grouped-skus .grouped-skus__title {
        padding-left: 2rem;
        padding-right: 2rem;
        text-align: center;
        margin-bottom: 1rem; } }

/* ==========================================================================
   CHECKOUT, ACCOUNT & ORDER PAGES
   ========================================================================== */
.checkout__title,
.credit-page__title {
  font-size: 3rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #67aa40;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
  text-align: center; }

.checkout-row__label,
.checkout-row__group-label,
.checkout-variant__label,
.checkout-variant__select-label,
.card-entry__label,
.card-entry__saved-card-label {
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 2rem;
  padding-top: .5rem; }

.checkout-row__label_phone {
  margin-top: .7rem; }

.checkout-row__group-label {
  padding-top: 0; }
  .checkout-row__group-label_checkbox {
    position: relative;
    font-size: 0; }
    .checkout-row__group-label_checkbox .checkout-row__field-checkbox {
      position: absolute;
      margin: 0;
      top: 0;
      left: 0;
      opacity: 0; }
    .checkout-row__group-label_checkbox .checkout-row__label-text {
      font-size: 1.4rem;
      line-height: 1.6rem;
      box-sizing: border-box;
      padding-left: 2.7rem;
      position: relative;
      display: inline-block;
      vertical-align: top; }
      .checkout-row__group-label_checkbox .checkout-row__label-text:before, .checkout-row__group-label_checkbox .checkout-row__label-text:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box; }
      .checkout-row__group-label_checkbox .checkout-row__label-text:before {
        display: block;
        width: 1.6rem;
        height: 1.6rem;
        background-color: #f1f1f1;
        border: solid .1rem #141414;
        margin: 0;
        z-index: 1; }
      .checkout-row__group-label_checkbox .checkout-row__label-text:after {
        display: none;
        width: .8rem;
        height: .8rem;
        margin: .4rem;
        z-index: 2;
        background-color: #67aa40; }
    .checkout-row__group-label_checkbox .checkout-row__field-checkbox:checked ~ .checkout-row__label-text:after {
      display: block; }

.checkout-variant__helper,
.checkout-row__field-text,
.checkout-row__field-textarea,
.checkout__description,
.checkout-row__group,
.card-entry__instructions,
.card-entry__cvcode-label {
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 2rem; }

.checkout-row__group-hint {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: .7rem; }
  .checkout-row__group-hint.hidden {
    display: none; }

.checkout-row__field-text {
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  border: solid .1rem #b0afaf;
  background-color: #fff;
  line-height: 2.8rem;
  height: 3rem;
  padding: 0 1.5rem;
  border-radius: 1rem; }
  .checkout-row__field-text:focus {
    outline: none;
    box-shadow: none; }
  .checkout-row__field-text[disabled] {
    border-color: rgba(33, 33, 33, 0.36); }

.checkout-row__field-textarea {
  resize: none;
  min-height: 10rem;
  box-sizing: border-box;
  border: solid .1rem #b0afaf;
  background-color: #fff;
  line-height: 2.8rem;
  outline: none;
  box-shadow: none;
  padding: 1rem 1.5rem;
  line-height: 2rem;
  border-radius: 1rem; }
  .checkout-row__field-textarea:focus {
    outline: none;
    box-shadow: none; }
  .checkout-row__field-textarea[disabled] {
    border-color: rgba(33, 33, 33, 0.36); }

/* Contact free delivery */
.checkout-row__group_emphisized {
  padding: 1rem;
  color: #000;
  background-color: #f9eeba; }

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

.page_locator .page__content,
.page_index .page__content {
  background: url(../assets-images/main-bg.jpg) top center;
  background-size: 70%;
  box-sizing: border-box;
  padding: 6.5rem 0; }

.page_index .page__content {
  padding-top: 0;
  padding-bottom: 0; }

.page_reset_password .page__content,
.page_forgot_password .page__content {
  background: url(../assets-images/main-bg.jpg) top center;
  background-size: 70%; }
.page_reset_password .content,
.page_forgot_password .content {
  margin: 0;
  padding: 6.5rem 0; }
.page_reset_password .content__main,
.page_forgot_password .content__main {
  float: none;
  width: 100%;
  margin: 0 auto; }
@media screen and (max-width: 46.25em) {
  .page_reset_password .checkout .checkout__form .checkout-row__label,
  .page_forgot_password .checkout .checkout__form .checkout-row__label {
    margin-bottom: .5rem;
    float: none;
    margin-left: 0; } }

.page_forgot_password:has(#flash-info) .checkout .checkout-row_message-info {
  display: block; }

.page_login .page__content {
  background: url(../assets-images/main-bg.jpg) top center;
  background-size: 70%; }
.page_login .content {
  margin: 0;
  padding: 6.5rem 0; }
.page_login .content__main {
  float: none;
  width: 100%;
  margin: 0 auto; }
.page_login .checkout .checkout__header {
  margin-bottom: 3.5rem; }
.page_login .checkout .checkout__section_register {
  margin-top: 5rem;
  box-sizing: border-box;
  padding: 5rem 0;
  border-top: solid .1rem #d1d1d1; }
@media screen and (max-width: 46.25em) {
  .page_login .checkout .checkout-row__label {
    float: none;
    padding: 0;
    margin: 0 0 .5rem 0;
    width: auto; } }

.checkout {
  box-sizing: border-box;
  padding: 2rem;
  background-color: #f1f1f1;
  max-width: 81rem;
  margin: 0 auto;
  border-radius: 1rem; }
  .checkout .checkout__section + .checkout__section {
    margin-top: 5rem;
    box-sizing: border-box;
    padding-top: 5rem;
    border-top: solid .1rem #d1d1d1; }
  .checkout .checkout__header {
    margin-bottom: 2rem; }
  .checkout .checkout__fieldset {
    max-width: 38rem; }
    .checkout .checkout__fieldset_errors {
      margin-bottom: 2rem; }
  .checkout .checkout-row {
    padding-left: 0;
    margin-bottom: 2rem;
    /* INFO: for the errors showing on google step3 while validate the forms */ }
    .checkout .checkout-row button {
      border-radius: 1rem;
      outline: none;
      box-shadow: none;
      border: solid .1rem #b0afaf; }
    .checkout .checkout-row_message-info {
      display: none;
      padding: 1rem;
      box-sizing: border-box;
      border-radius: .5rem;
      background-color: #67aa40;
      color: #fff; }
    .checkout .checkout-row:has(.checkout-row__warning) .form-row__message {
      display: block; }
    .checkout .checkout-row .form-row__message {
      display: none;
      /* INFO: for the errors showing on google step3 while validate the forms */ }
      .checkout .checkout-row .form-row__message[data-form-validation-message] {
        width: 100%;
        font-size: 1.2rem;
        font-family: "Montserrat", Arial, Helvetica, sans-serif;
        color: #ff0000;
        font-weight: 500;
        line-height: 1.6rem;
        margin-top: .5rem; }
    .checkout .checkout-row[data-form-row-invalid] .form-row__message {
      display: block; }
    .checkout .checkout-row[data-form-row-invalid] .checkout-row__group-atom .checkout-row__field-text {
      border-color: #b0afaf; }
    .checkout .checkout-row[data-form-row-invalid] .checkout-row__group-atom:first-child .checkout-row__field-text {
      border-color: #D9230B; }
    .checkout .checkout-row[data-form-row-invalid] .checkout-row__field-text {
      border-color: #D9230B; }
    .checkout .checkout-row.checkout-row__phone .checkout-row__group-item_info {
      font-size: 1.4rem;
      line-height: 2rem;
      font-weight: 700;
      margin-top: 0;
      margin-bottom: .7rem; }
  .checkout .checkout__section_address .checkout-row__field-text_small {
    width: 8rem;
    padding: 0 1.5rem; }
    @media screen and (max-width: 68.75em) {
      .checkout .checkout__section_address .checkout-row__field-text_small {
        width: 100%; } }
  .checkout .checkout__section_address .checkout-row__group-item_atoms .checkout-row__group-label_atom {
    width: calc(100% - 8rem); }
  .checkout .checkout__section_address .checkout-row__group-item_atoms .checkout-row__group-atom:first-child {
    width: 100%;
    margin-bottom: 2rem; }
  .checkout .checkout__section_address .checkout-row__group-item_atoms .checkout-row__group-atom:nth-child(2) .checkout-row__group-label {
    width: 15rem;
    margin-left: -15rem;
    text-align: left; }
  @media screen and (max-width: 68.75em) {
    .checkout .checkout__section_address .checkout-row__group-item_atoms .checkout-row__group-atom {
      width: 49%; }
    .checkout .checkout__section_address .checkout-row__group-item_atoms .checkout-row__group-atom:nth-child(2) {
      margin-left: 0; }
      .checkout .checkout__section_address .checkout-row__group-item_atoms .checkout-row__group-atom:nth-child(2) .checkout-row__group-label {
        width: 100%;
        margin-left: 0;
        text-align: left; } }
  .checkout .checkout__section_address .nice-select__container {
    min-width: 13rem; }
    .checkout .checkout__section_address .nice-select__container .nice-select {
      width: 100%;
      background-color: transparent; }
  .checkout .checkout__section_login-banner {
    margin-top: .8rem; }
    .checkout .checkout__section_login-banner .checkout__section_login-banner-image {
      display: inline-block;
      vertical-align: top;
      border-radius: 1rem; }
  .checkout .checkout__surcharges-toggle {
    margin-top: 3rem; }
  .checkout__payment-error {
    color: #D9230B; }
  .checkout #buyer_profile .form-buttons,
  .checkout .checkout__section_account .form-buttons {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 2rem 1rem;
    flex-wrap: wrap;
    align-items: center; }
    .checkout #buyer_profile .form-buttons:before, .checkout #buyer_profile .form-buttons:after,
    .checkout .checkout__section_account .form-buttons:before,
    .checkout .checkout__section_account .form-buttons:after {
      display: none; }
    .checkout #buyer_profile .form-buttons__link,
    .checkout .checkout__section_account .form-buttons__link {
      margin: 0; }
    .checkout #buyer_profile .form-buttons__link--logout,
    .checkout .checkout__section_account .form-buttons__link--logout {
      display: inline-flex; }
  .checkout #buyer_profile .form-buttons {
    flex-direction: row; }
    .checkout #buyer_profile .form-buttons__button {
      order: 3; }
    .checkout #buyer_profile .form-buttons__link {
      order: 1; }
  .checkout #buyer_profile .mobile-menu__item-link {
    order: 2;
    padding: 0;
    text-decoration: underline; }
    .checkout #buyer_profile .mobile-menu__item-link:hover {
      text-decoration: none; }

.checkout-delimiter {
  position: relative; }
  .checkout-delimiter .checkout-delimiter__text {
    font-size: 1.6rem;
    line-height: 2.1rem;
    font-weight: 400;
    text-transform: none;
    color: #000;
    box-sizing: border-box;
    padding: 0 1.5rem;
    background-color: #f1f1f1;
    position: relative;
    z-index: 1; }
  .checkout-delimiter:before {
    content: '';
    display: block;
    width: 100%;
    height: .1rem;
    background-color: #d1d1d1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 0; }

/* Form buttons
   Contain a button on the right and a cancel link on the left.
   -------------------------------------------------------------------------- */
.form-buttons__button {
  color: #fff;
  background-color: #67aa40;
  border: none;
  padding: 0 2rem;
  border-radius: 1rem;
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  transition: background-color .2s ease, color .2s ease;
  min-width: 12rem;
  text-align: center;
  line-height: 3.2rem; }
  .form-buttons__button:hover {
    color: #fff;
    background-color: #67aa40; }
  .form-buttons__button .hidden {
    display: none; }
  .form-buttons__button[disabled] {
    pointer-events: none;
    color: #000;
    opacity: .4; }

.form-buttons__link {
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 2rem;
  padding: 0;
  margin-top: .6rem;
  text-decoration: underline; }
  .form-buttons__link:hover {
    color: #000;
    text-decoration: none; }

/* Checkout variant */
.page_order_step3 .checkout-variant .checkout-variant__select {
  padding-left: 0;
  margin-bottom: 1rem; }
  .page_order_step3 .checkout-variant .checkout-variant__select .checkout-variant__select-label {
    padding-left: 0;
    margin: 0 0 1rem;
    display: block;
    padding-right: 1rem; }
.page_order_step3 .checkout-variant .checkout-variant__helper {
  padding-left: 0; }
.page_order_step3 .checkout-row .iti {
  width: 50%; }
  .page_order_step3 .checkout-row .iti .checkout-row__field-text {
    min-width: 100%; }
  @media screen and (max-width: 68.75em) {
    .page_order_step3 .checkout-row .iti {
      width: 100%; } }
.page_order_step3 .checkout__section_no-separation .checkout-variant__select.checkout-variant__select_helper .checkout-variant__helper {
  padding-left: 0; }
@media screen and (max-width: 68.75em) {
  .page_order_step3 .checkout__section_no-separation .checkout__fieldset .checkout-row .checkout-row__label {
    float: none;
    padding: 0;
    margin-left: 0;
    margin-bottom: 1rem;
    width: 100%; } }
@media screen and (max-width: 21.5em) {
  .page_order_step3 .checkout__section_no-separation .checkout__form-footer .form-buttons__button {
    padding: 0 1rem; } }
@media screen and (max-width: 40em) {
  .page_order_step3 .category_upselling .product.product_improved {
    margin-bottom: 2rem; } }
.page_order_step3 .checkout__section_delivery-method .checkout__fieldset {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 4rem;
  padding-right: 4rem;
  margin-top: 4rem; }
  @media screen and (max-width: 68.75em) {
    .page_order_step3 .checkout__section_delivery-method .checkout__fieldset {
      padding-left: 0;
      padding-right: 0; } }
@media screen and (max-width: 68.75em) {
  .page_order_step3 .checkout__section_address .checkout-row__label {
    padding: 0;
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    margin-left: 0; } }

.checkout-variant .checkout-variant__label {
  padding-top: 0;
  position: relative; }
.checkout-variant .checkout-variant__radio {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }
.checkout-variant .checkout-variant__text {
  box-sizing: border-box;
  padding-left: 2.6rem;
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6rem;
  color: #000; }
  .checkout-variant .checkout-variant__text:before, .checkout-variant .checkout-variant__text:after {
    content: '';
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box; }
  .checkout-variant .checkout-variant__text:before {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    border: solid .1rem #000;
    background-color: #fff;
    z-index: 1; }
  .checkout-variant .checkout-variant__text:after {
    display: none;
    width: 1rem;
    height: 1rem;
    background-color: #67aa40;
    z-index: 2;
    margin: .3rem; }
.checkout-variant .checkout-variant__radio:checked ~ .checkout-variant__text {
  font-weight: 400; }
  .checkout-variant .checkout-variant__radio:checked ~ .checkout-variant__text:after {
    display: block; }
.checkout-variant .checkout-variant__select {
  padding-bottom: 0; }
  .checkout-variant .checkout-variant__select .checkout-variant__select-label {
    padding-top: .5rem;
    line-height: 2rem;
    padding-left: 2.6rem;
    margin-top: 0;
    font-weight: 500;
    text-transform: uppercase; }
  .checkout-variant .checkout-variant__select .checkout-variant__select-set .nice-select__container {
    vertical-align: top; }
  .checkout-variant .checkout-variant__select .checkout-variant__select-set .nice-select {
    background-color: transparent; }
.checkout-variant .checkout-variant__helper {
  padding-left: 2.6rem; }
@media screen and (max-width: 62em) {
  .checkout-variant {
    padding-left: 0; } }

/* CHECKOUT ATOMS */
.checkout-row__group-item_atoms {
  font-size: 0; }
  .checkout-row__group-item_atoms .checkout-row__group-atom {
    width: calc(50% - 3.5rem);
    margin: 0 .5rem 0 0;
    display: inline-block;
    vertical-align: top; }
    .checkout-row__group-item_atoms .checkout-row__group-atom:first-child {
      width: 6rem; }
      .checkout-row__group-item_atoms .checkout-row__group-atom:first-child .checkout-row__group-label_atom {
        width: 15rem;
        margin-left: -15rem;
        text-align: left; }
    .checkout-row__group-item_atoms .checkout-row__group-atom:last-child {
      margin-right: 0; }
    .checkout-row__group-item_atoms .checkout-row__group-atom .checkout-row__group-label_atom {
      width: calc(100% - 6rem);
      margin-left: 0;
      text-align: right;
      display: inline-block;
      vertical-align: top;
      font-size: 1.4rem;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      color: #000;
      font-weight: 400;
      line-height: 2rem;
      padding-top: .5rem; }
  .checkout-row__group-item_atoms .checkout-row__field-text_small {
    width: 6rem;
    padding: 0 .5rem; }
  @media screen and (max-width: 68.75em) {
    .checkout-row__group-item_atoms .checkout-row__group-atom,
    .checkout-row__group-item_atoms .checkout-row__group-atom:first-child {
      width: 32%;
      display: inline-block;
      vertical-align: middle;
      margin-right: 0; }
      .checkout-row__group-item_atoms .checkout-row__group-atom + .checkout-row__group-atom,
      .checkout-row__group-item_atoms .checkout-row__group-atom:first-child + .checkout-row__group-atom {
        margin-left: 2%; }
      .checkout-row__group-item_atoms .checkout-row__group-atom .checkout-row__group-label_atom,
      .checkout-row__group-item_atoms .checkout-row__group-atom:first-child .checkout-row__group-label_atom {
        padding: 0;
        display: block;
        width: 100%;
        margin-bottom: 1rem;
        margin-left: 0;
        text-align: left; }
    .checkout-row__group-item_atoms .checkout-row__field-text_small {
      width: 100%; } }

/* Switcher buttons as radio buttons
   -------------------------------------------------------------------------- */
.switcher-btns {
  margin-top: 1rem;
  justify-content: center;
  display: flex; }
  .switcher-btns .switcher-btn,
  .switcher-btns .switcher-btn_active {
    color: #fff;
    background-color: #67aa40;
    border: none;
    padding: 0 2rem;
    border-radius: 1rem;
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    border: 0.1rem solid #67aa40;
    cursor: default;
    text-decoration: none;
    line-height: 3.2rem; }
    .switcher-btns .switcher-btn:hover,
    .switcher-btns .switcher-btn_active:hover {
      color: #fff;
      background-color: #67aa40; }
    .switcher-btns .switcher-btn + .switcher-btn,
    .switcher-btns .switcher-btn_active + .switcher-btn {
      border-left: 0; }
  .switcher-btns .switcher-btn:not(.switcher-btn_active) {
    color: #000;
    background-color: inherit;
    border: none;
    padding: 0 2rem;
    border-radius: 1rem;
    border: 0.1rem solid #67aa40;
    cursor: pointer; }
    .switcher-btns .switcher-btn:not(.switcher-btn_active):hover {
      color: #fff;
      background-color: #67aa40; }
  .switcher-btns .switcher-btn:first-child {
    border-radius: 1rem 0 0 1rem; }
  .switcher-btns .switcher-btn:nth-child(2) {
    border-radius: 0; }
  .switcher-btns .switcher-btn:last-child {
    border-radius: 0 1rem 1rem 0; }
  @media screen and (max-width: 40em) {
    .switcher-btns .switcher-btn:first-child {
      border-radius: 1rem 1rem 0 0; }
    .switcher-btns .switcher-btn:last-child {
      border-radius: 0  0 1rem 1rem; } }
  @media screen and (max-width: 40em) {
    .switcher-btns {
      flex-wrap: wrap; }
      .switcher-btns .switcher-btn {
        width: 100%; }
        .switcher-btns .switcher-btn + .switcher-btn {
          border-left: 0.1rem solid #67aa40;
          border-top: 0; } }

/* Loyalty (step4)
   -------------------------------------------------------------------------- */
.checkout-loyalty__balance {
  font-size: 2rem; }

.card-entry .card-entry__new-card {
  padding-left: 0; }
.card-entry .card-entry__row .nice-select__container {
  vertical-align: top; }
.card-entry .card-entry__row .nice-select {
  background-color: transparent; }

/* Checkout confirmation page (step5)
   -------------------------------------------------------------------------- */
.checkout-confirm .checkout-confirm__title {
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 2rem; }
.checkout-confirm .checkout-confirm__content {
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400; }

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

.checkout__charge {
  display: block;
  margin-bottom: 2rem; }

/* Checkout upselling
   -------------------------------------------------------------------------- */
.category_upselling .category__title {
  font-size: 3rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #67aa40;
  font-weight: 700; }
.category_upselling .product {
  width: 33.33%; }
  .category_upselling .product:nth-child(4n+1) {
    clear: none; }
  .category_upselling .product:nth-child(3n+1) {
    clear: left; }
  @media screen and (max-width: 52.5em) {
    .category_upselling .product {
      width: 31.33%; }
      .category_upselling .product:nth-child(2n+1) {
        clear: none; }
      .category_upselling .product:nth-child(3n+1) {
        clear: left; } }
  @media screen and (max-width: 40em) {
    .category_upselling .product {
      width: 48%; }
      .category_upselling .product:nth-child(3n+1) {
        clear: none; }
      .category_upselling .product:nth-child(2n+1) {
        clear: left; } }

/* Facebook login
   -------------------------------------------------------------------------- */
.checkout__facebook-login .checkout__facebook-login-button {
  border-radius: 1rem;
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif; }
.checkout__facebook-login .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 .checkout__facebook-login-separator {
  margin-top: 1em;
  text-align: center;
  position: relative; }
  .checkout__facebook-login .checkout__facebook-login-separator:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 1rem;
    height: 0;
    width: 100%;
    border-top: .1rem solid #212121; }
  .checkout__facebook-login .checkout__facebook-login-separator .checkout__facebook-login-separator-text {
    display: inline-block;
    position: relative;
    padding: 0 .5em;
    line-height: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #fff; }

/* Additional login buttons view
   -------------------------------------------------------------------------- */
.apple-login,
.nsm7Bb-HzV7m-LgbsSe {
  border: solid 0.1rem #b0afaf !important;
  width: auto !important; }

.facebook-login,
.apple-login,
.nsm7Bb-HzV7m-LgbsSe {
  border-radius: 1rem !important;
  height: 3.4rem !important;
  line-height: 3.2rem !important;
  box-sizing: border-box; }

.facebook-login {
  font-size: 1.4rem; }

/* User registration error (invalid/empty fields)
   -------------------------------------------------------------------------- */
.checkout-error {
  color: #fff;
  background-color: #900; }

/* Account referral program
   -------------------------------------------------------------------------- */
.checkout__referral .checkout__referral-program-rules {
  font-size: 1.275rem; }
.checkout__referral .checkout__referral-link {
  margin: 1rem 0;
  color: #fff;
  background-color: #67aa40;
  border: none;
  padding: 1rem 2rem;
  border-radius: 1rem;
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  text-decoration: none;
  min-width: 15rem;
  text-align: center; }
  .checkout__referral .checkout__referral-link:hover {
    color: #fff;
    background-color: #67aa40; }
  .checkout__referral .checkout__referral-link span[data-copied] {
    padding: 1rem 0;
    color: #212121; }

/* ==========================================================================
   MESSAGES
   ========================================================================== */
/* Transient information message displayed at the top
   Eg. when a product has just been added
   -------------------------------------------------------------------------- */
.message_info {
  font-size: 1.6rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #555;
  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: #555; } }
/* Important (warning/error) message displayed at the top
   Eg. someone tries to access /account without being logged in
   -------------------------------------------------------------------------- */
.message_error {
  font-size: 1.6rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #d9230b;
  opacity: 1; }
  .message_error a,
  .message_error a:hover {
    color: #fff; }

/* --------------------------------------------------------------------------
   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.
   -------------------------------------------------------------------------- */
.locator {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  max-width: 85rem;
  color: #000;
  background-color: #fff;
  border-radius: 1rem; }
  .locator .locator__wrapper {
    padding: .1rem .1rem 2.6rem; }
  .locator .locator__title {
    font-size: 1.8rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #67aa40;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 2.4rem;
    display: none; }
  .locator .locator__fields-wrapper {
    width: 100%; }
  .locator .locator__methods {
    border: none;
    display: flex;
    flex-direction: row;
    margin-bottom: 0; }
  .locator .locator__method {
    font-size: 2.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 5.6rem;
    width: 50%; }
    .locator .locator__method .locator__method-wrapper {
      display: block;
      width: 100%;
      font-size: 0;
      background-color: #67aa40; }
    .locator .locator__method .locator__method-name {
      position: relative;
      height: 5.6rem;
      line-height: 5.6rem;
      box-sizing: border-box;
      padding-left: 0;
      padding-right: 4rem;
      display: inline-block;
      vertical-align: top;
      width: auto;
      font-size: 2.4rem;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      color: #fff;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 5.6rem; }
      .locator .locator__method .locator__method-name:after {
        content: '';
        width: 3rem;
        height: 3rem;
        background: url(../assets-images/locator-icons-sprite.png) right center no-repeat;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%); }
      @media screen and (max-width: 52.5em) {
        .locator .locator__method .locator__method-name {
          padding-right: 1.5rem;
          font-size: 0;
          width: 3rem; } }
    .locator .locator__method_delivery .locator__method-wrapper {
      border-radius: 1rem 0 0 0; }
    .locator .locator__method_delivery .locator__method-name:after {
      background-position: left -3rem top; }
    .locator .locator__method_delivery input[type=radio]:checked ~ .locator__method-wrapper .locator__method-name:after {
      background-position: left top; }
    .locator .locator__method_collection .locator__method-wrapper {
      border-radius: 0 1rem 0 0; }
    .locator .locator__method_collection .locator__method-name:after {
      background-position: left -9rem top; }
    .locator .locator__method_collection input[type=radio]:checked ~ .locator__method-wrapper .locator__method-name:after {
      background-position: left -6rem top; }
    .locator .locator__method_caprinos .locator__method-wrapper {
      border-radius: 0 1rem 0 0; }
    .locator .locator__method_caprinos .locator__method-name:after {
      background-position: left -15rem top; }
    .locator .locator__method_caprinos input[type=radio]:checked ~ .locator__method-wrapper .locator__method-name:after {
      background-position: left -12rem top; }
    .locator .locator__method input[type=radio]:checked ~ .locator__method-wrapper {
      background-color: #fff; }
      .locator .locator__method input[type=radio]:checked ~ .locator__method-wrapper .locator__method-name {
        color: #67aa40; }
  .locator .locator__postcode {
    box-sizing: border-box;
    padding: 0 7rem; }
    @media screen and (max-width: 40em) {
      .locator .locator__postcode {
        padding: 0 1.5rem; } }
    .locator .locator__postcode .locator__postcode-label {
      display: block;
      width: 100%;
      font-size: 1.6rem;
      line-height: 2.4rem;
      font-weight: 700;
      color: #67aa40;
      margin-top: 3rem;
      margin-bottom: 2rem; }
      @media screen and (max-width: 52.5em) {
        .locator .locator__postcode .locator__postcode-label {
          text-align: center; } }
    .locator .locator__postcode .locator__postcode-input-wrapper {
      padding-right: 0;
      display: flex;
      flex-direction: column;
      max-width: 56.8rem;
      margin: 0 auto; }
      .locator .locator__postcode .locator__postcode-input-wrapper > div {
        width: 100%;
        padding-top: 0; }
    .locator .locator__postcode .locator__postcode-input {
      font-size: 1.8rem;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      color: #67aa40;
      font-weight: 700;
      height: 5.8rem;
      line-height: 5.6rem;
      border: 0.1rem solid #67aa40;
      border-radius: 1rem;
      float: none;
      width: 100%;
      box-sizing: border-box;
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
      .locator .locator__postcode .locator__postcode-input[data-locator-error] {
        background-color: #fff; }
    .locator .locator__postcode .locator__postcode-input::-webkit-input-placeholder {
      color: #67aa40;
      font-size: 1.8rem; }
    .locator .locator__postcode .locator__postcode-input::-moz-placeholder {
      color: #67aa40;
      font-size: 1.8rem; }
    .locator .locator__postcode .locator__postcode-input:-ms-input-placeholder {
      color: #67aa40;
      font-size: 1.8rem; }
    .locator .locator__postcode .locator__postcode-button {
      display: none;
      color: #fff;
      background-color: #67aa40;
      border: none;
      padding: 0;
      border-radius: 0 1rem 1rem 0;
      font-size: 1.8rem;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      float: left;
      margin-right: 0;
      width: 50%;
      height: 5.8rem;
      line-height: 5.8rem;
      transition: background-color .2s ease, color .2s ease;
      text-transform: none; }
      .locator .locator__postcode .locator__postcode-button:hover {
        color: #fff;
        background-color: #67aa40; }
    .locator .locator__postcode .locator__postcode-warning {
      color: #000;
      font-size: 1.4rem; }
  .locator .locator__selected {
    font-size: 1.6rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #67aa40;
    line-height: 2.4rem; }
    .locator .locator__selected .locator__selected-value {
      color: #67aa40;
      font-weight: 700;
      text-transform: uppercase; }
    .locator .locator__selected .locator__selected-link {
      font-size: 1.6rem;
      font-weight: 400;
      text-decoration: underline;
      text-transform: none; }

.locator-search {
  width: 100%; }
  .locator-search .locator-search__input {
    font-size: 1.8rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #67aa40;
    font-weight: 700;
    height: 5.8rem;
    line-height: 5.6rem;
    border: 0.1rem solid #67aa40;
    border-radius: 1rem;
    width: 100%;
    box-sizing: border-box;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    .locator-search .locator-search__input[data-locator-error] {
      background-color: #fff; }
  .locator-search .locator-search__input::-webkit-input-placeholder {
    color: #67aa40;
    font-size: 1.8rem; }
  .locator-search .locator-search__input::-moz-placeholder {
    color: #67aa40;
    font-size: 1.8rem; }
  .locator-search .locator-search__input:-ms-input-placeholder {
    color: #67aa40;
    font-size: 1.8rem; }

.locator__restaurants {
  margin: 0; }
  .locator__restaurants .locator-restaurant {
    background-color: #fff; }
    @media screen and (max-width: 40em) {
      .locator__restaurants .locator-restaurant {
        text-align: center; }
        .locator__restaurants .locator-restaurant .locator-restaurant__toggle {
          float: none;
          margin-bottom: 2rem; }
        .locator__restaurants .locator-restaurant .locator-restaurant__button {
          float: none;
          max-width: 15rem; } }
    .locator__restaurants .locator-restaurant + .locator-restaurant {
      margin-top: 0;
      border-top: solid .1rem #67aa40; }
    .locator__restaurants .locator-restaurant .locator-restaurant__name {
      font-size: 1.6rem;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 3rem;
      color: #67aa40;
      padding-top: 0;
      padding-bottom: 0; }
    .locator__restaurants .locator-restaurant .locator-restaurant__content-name {
      font-size: 1.6rem;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 3rem;
      color: #67aa40; }
    .locator__restaurants .locator-restaurant .locator-restaurant__address {
      font-size: 1.4rem;
      line-height: 2.4rem; }
    .locator__restaurants .locator-restaurant .locator-restaurant__phone {
      font-size: 1.4rem;
      line-height: 2.4rem;
      margin-top: 0; }
    .locator__restaurants .locator-restaurant .locator-restaurant__opening-times {
      background-color: #c0c0c0;
      margin: 2rem 0 0 0;
      padding: 1.5rem;
      font-size: 1.4rem;
      line-height: 2.4rem;
      border-radius: 1rem; }
    .locator__restaurants .locator-restaurant .locator-restaurant__toggle {
      font-size: 1.4rem;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      line-height: 3rem;
      padding: 0; }
    .locator__restaurants .locator-restaurant .locator-restaurant__button {
      color: #fff;
      background-color: #67aa40;
      border: none;
      padding: 0 2rem;
      border-radius: 1rem;
      font-size: 1.8rem;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 3rem;
      transition: background-color .2s ease, color .2s ease; }
      .locator__restaurants .locator-restaurant .locator-restaurant__button:hover {
        color: #fff;
        background-color: #67aa40; }
    .locator__restaurants .locator-restaurant .locator-restaurant__name-distance,
    .locator__restaurants .locator-restaurant .locator-restaurant__content-name-distance {
      font-size: 1.4rem;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      color: #67aa40;
      font-weight: 400;
      text-transform: uppercase; }

@media screen and (max-width: 40em) {
  [data-locator-selected-method=delivery] .locator__restaurants {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }

/* ==========================================================================
   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 .sku-buttons__text {
    color: #212121;
    background-color: #ddd;
    border-left: 0.1rem solid #fff; }
  .sku-buttons .sku-buttons__radio:checked + .sku-buttons__text {
    color: #fff;
    background-color: #212121; }
  .sku-buttons .sku-buttons__radio:disabled + .sku-buttons__text {
    color: #aaa;
    background-color: #ddd; }
  .sku-buttons .sku-buttons-summary .sku-buttons-summary__name {
    color: #555; }
  .sku-buttons .sku-buttons-summary .sku-buttons-summary__value {
    color: #212121; }
  .sku-buttons .sku-buttons-summary .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 .grouped-skus__title {
  font-size: 1.6rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #67aa40;
  font-weight: 700; }
.grouped-skus .grouped-skus__list {
  border-radius: 0; }
.grouped-skus .grouped-skus__text {
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  background-color: #fff; }
  .grouped-skus .grouped-skus__text:first-child .grouped-skus__text {
    border-left: none; }
.grouped-skus .grouped-skus__radio:checked + .grouped-skus__text {
  color: #fff;
  background-color: #67aa40; }
.grouped-skus .grouped-skus__radio:disabled + .grouped-skus__text {
  color: #aaa;
  background-color: #ddd; }

/* GDPR consent
   -------------------------------------------------------------------------- */
.gdpr-consent {
  padding: 1rem 2rem;
  font-size: 1.3rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #212121;
  background-color: #f7f7f7;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 9rem;
  box-sizing: border-box;
  gap: .5rem 1rem; }
  .gdpr-consent__title {
    font-size: 1.8rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #212121;
    font-weight: 700;
    line-height: 2.4rem;
    flex-grow: 1;
    order: 1;
    margin: 0 auto 0 0; }
  .gdpr-consent__button {
    padding: 0 1.5rem;
    height: 3.8rem;
    line-height: 3.8rem;
    color: #fff;
    font-size: 1.4rem;
    background-color: #333;
    flex-shrink: 0;
    margin: 0 0 0 auto;
    order: 2; }
  .gdpr-consent__content {
    width: 100%;
    order: 3; }
    .gdpr-consent__content p {
      margin: 0; }
  @media screen and (max-width: 40em) {
    .gdpr-consent {
      height: 14rem;
      justify-content: center; }
      .gdpr-consent__title, .gdpr-consent__content {
        width: 100%;
        text-align: center; }
      .gdpr-consent__button {
        margin: 0; } }

.page:has(.gdpr-consent:not([style="display: none;"])) .page__wrapper {
  padding-bottom: 9rem; }
  @media screen and (max-width: 52.5em) {
    .page:has(.gdpr-consent:not([style="display: none;"])) .page__wrapper .mobile-basket-button {
      bottom: 9rem; } }
  @media screen and (max-width: 40em) {
    .page:has(.gdpr-consent:not([style="display: none;"])) .page__wrapper {
      padding-bottom: 14rem; }
      .page:has(.gdpr-consent:not([style="display: none;"])) .page__wrapper .mobile-basket-button {
        bottom: 14rem; } }
@media screen and (max-width: 52.5em) {
  .page:has(.gdpr-consent:not([style="display: none;"])) .popup {
    padding-bottom: 13rem; }
    .page:has(.gdpr-consent:not([style="display: none;"])) .popup .popup__buttons {
      bottom: 9rem; } }
@media screen and (max-width: 40em) {
  .page:has(.gdpr-consent:not([style="display: none;"])) .popup {
    padding-bottom: 18rem; }
    .page:has(.gdpr-consent:not([style="display: none;"])) .popup .popup__buttons {
      bottom: 14rem; } }

.page:has(.gdpr-consent[style="display: none;"]) .page__wrapper {
  padding-bottom: 0; }
  @media screen and (max-width: 52.5em) {
    .page:has(.gdpr-consent[style="display: none;"]) .page__wrapper .mobile-basket-button {
      bottom: 0; } }
@media screen and (max-width: 52.5em) {
  .page:has(.gdpr-consent[style="display: none;"]) .popup {
    padding-bottom: 4rem; }
    .page:has(.gdpr-consent[style="display: none;"]) .popup .popup__buttons {
      bottom: 0; } }

/* --------------------------------------------------------------------------
   PASSWORD STRENGTH CHECKER
   --------------------------------------------------------------------------
   On the 'register' and 'order_step2' pages
   -------------------------------------------------------------------------- */
.password-checker {
  background-color: #fff;
  border-color: #818181; }
  .password-checker:before {
    border-left-color: #818181;
    border-right-color: #818181; }
  .password-checker:after {
    border-left-color: #fff;
    border-right-color: #fff; }
  .password-checker .password-checker__label {
    font-size: 1rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #fff; }
  .password-checker .password-checker__text {
    font-size: 1.2rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #212121;
    letter-spacing: -0.2px; }
  .password-checker .password-checker__bar {
    background-color: #e8e8e8; }
  .password-checker .password-checker__score {
    background-color: #c64c4a; }
    .password-checker .password-checker__score.weak {
      width: 30%;
      background-color: #c64c4a; }
    .password-checker .password-checker__score.medium {
      width: 60%;
      background-color: #e1aa17; }
    .password-checker .password-checker__score.strong {
      width: 100%;
      background-color: #558b2f; }
  .password-checker .password-checker__input-message {
    font-size: 1.2rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #fff;
    background-color: #900; }

/* --------------------------------------------------------------------------
   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 dropdown */
.loyalty-dropdown {
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #0a0a0a;
  font-weight: 300; }
  .loyalty-dropdown:before {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .2; }
  .loyalty-dropdown .loyalty-dropdown__title {
    font-size: 1.6rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #0a0a0a;
    font-weight: 700;
    text-transform: capitilize; }
  .loyalty-dropdown .loyalty-dropdown__more-link {
    color: #0a0a0a;
    text-decoration: underline; }
    .loyalty-dropdown .loyalty-dropdown__more-link:hover {
      text-decoration: none; }

/* Loyalty page */
.loyalty-page__banner {
  background: #f1f1f1 none;
  border-radius: 1rem;
  overflow: hidden; }
  .loyalty-page__banner .loyalty-page__banner__content {
    font-size: 2.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: 400; }
  .loyalty-page__banner .loyalty-page__banner__title {
    font-size: 3.6rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: 700; }
  .loyalty-page__banner .loyalty-page__banner__p {
    color: #000000;
    font-size: 1.8rem; }
  .loyalty-page__banner .loyalty-page__banner__points-value {
    color: #000000;
    font-weight: 400; }
  .loyalty-page__banner .loyalty-page__banner__note {
    color: #000000;
    font-size: 1.2rem; }
  .loyalty-page__banner_branch {
    background: #f1f1f1 none; }
    .loyalty-page__banner_branch .loyalty-page__banner__note,
    .loyalty-page__banner_branch .loyalty-page__banner__points-value,
    .loyalty-page__banner_branch .loyalty-page__banner__p,
    .loyalty-page__banner_branch .loyalty-page__banner__title,
    .loyalty-page__banner_branch .loyalty-page__banner__content {
      color: #000000; }
  @media screen and (max-width: 52.5em) {
    .loyalty-page__banner {
      background: #f1f1f1 none; }
      .loyalty-page__banner_branch {
        background: #f1f1f1 none; } }

.loyalty-page__howto {
  background-color: #f4f5f6;
  border-radius: 1rem;
  overflow: hidden; }
  .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; }
  .loyalty-page__howto .loyalty-page__howto__wrapper {
    color: #000;
    font-weight: 300; }
  .loyalty-page__howto .loyalty-page__howto__title {
    font-size: 1.6rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700; }

/* Loyalty table */
.loyalty-table {
  border-radius: 1rem;
  overflow: hidden; }
  .loyalty-table .loyalty-table__header {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    background-color: #67aa40; }
  .loyalty-table .loyalty-table__row {
    background-color: #f1f1f1; }
    .loyalty-table .loyalty-table__row:nth-child(odd) {
      background-color: #fff; }
    .loyalty-table .loyalty-table__row:hover {
      background-color: #d1d1d1; }
    .loyalty-table .loyalty-table__row plus {
      color: #686868;
      font-weight: 400; }
    .loyalty-table .loyalty-table__row minus {
      color: #686868;
      font-weight: 400; }
  .loyalty-table td {
    font-size: 1.4rem;
    color: #000; }

/* LOGIN WITH PHONE NUMBER
   -------------------------------------------------------------------------- */
.phone-box {
  text-align: left; }
  .phone-box .checkout-row__group-item_warning {
    display: none; }
    .phone-box .checkout-row__group-item_warning.visible {
      display: block;
      line-height: 1.2;
      margin-top: .5rem;
      color: #ff0000; }
  .phone-box .checkout-row__group-item_info {
    display: block;
    line-height: 1.2;
    margin-top: .5rem; }
    .phone-box .checkout-row__group-item_info.hidden {
      display: none; }
  .phone-box .phone-box__controls {
    margin-top: 2rem; }

.phone-box__group {
  display: block;
  margin-top: 1rem;
  width: 100%;
  font-size: 0; }
  .phone-box__group.phone-box__group_guest {
    text-align: left; }
  .phone-box__group .form-buttons__button {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    line-height: 3rem;
    height: 3rem;
    float: left;
    min-width: auto;
    padding: 0 1rem; }
  .phone-box__group .checkout-row__field-text,
  .phone-box__group .checkout-row__group-item .checkout-row__field-text {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    max-width: 15rem;
    margin-left: 1rem;
    text-align: center;
    border: solid 1px;
    height: 3rem;
    line-height: 2.8rem; }
    @media screen and (max-width: 21.25em) {
      .phone-box__group .checkout-row__field-text,
      .phone-box__group .checkout-row__group-item .checkout-row__field-text {
        max-width: 12rem; } }

.phone-box__set {
  display: block;
  font-size: 0; }
  .phone-box__set .iti {
    display: block; }
  .phone-box__set .phone-box__dial-code {
    display: inline-block;
    vertical-align: top;
    width: 4rem;
    box-sizing: border-box;
    border: solid 1px #b0afaf;
    margin-right: 1rem; }
    .phone-box__set .phone-box__dial-code ~ .checkout-row__field-text {
      display: inline-block;
      vertical-align: top;
      width: calc(100% - 16rem); }

/* Register phone validation
   -------------------------------------------------------------------------- */
.checkout-row__group .checkout-row__group-item[data-phone-verification-step1] {
  margin-top: 0;
  font-weight: 700; }
  .checkout-row__group .checkout-row__group-item[data-phone-verification-step1] > div {
    color: #900; }
.checkout-row__group .checkout-row__group-item.checkout-row__field-text_phone-verification {
  position: relative;
  margin-top: 0; }
  .checkout-row__group .checkout-row__group-item.checkout-row__field-text_phone-verification .iti {
    width: calc(100% - 17rem); }
    .checkout-row__group .checkout-row__group-item.checkout-row__field-text_phone-verification .iti .checkout-row__field-text {
      border-radius: 1rem 0 0 1rem; }
  .checkout-row__group .checkout-row__group-item.checkout-row__field-text_phone-verification .checkout-row__button.checkout-row__button_verification {
    padding: 0 1rem;
    width: 17rem;
    border-radius: 0 1rem 1rem 0;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 3rem;
    height: 3rem;
    cursor: pointer; }
    .checkout-row__group .checkout-row__group-item.checkout-row__field-text_phone-verification .checkout-row__button.checkout-row__button_verification.form-buttons__button_disabled {
      cursor: default; }
      .checkout-row__group .checkout-row__group-item.checkout-row__field-text_phone-verification .checkout-row__button.checkout-row__button_verification.form-buttons__button_disabled:hover {
        cursor: default; }

/* Order page
   -------------------------------------------------------------------------- */
/* Order table */
.order-table .order-table__header {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #67aa40;
  border-radius: 1rem 1rem 0 0; }
.order-table .order-table__header-item {
  text-transform: uppercase; }
@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: #f1f1f1; }
.order-row .order-row__header {
  color: #000;
  font-size: 1.4rem;
  background-color: #fff;
  border-top: 0.1rem solid #d1d1d1; }
  .order-row .order-row__header:hover {
    color: #fff !important;
    background-color: #67aa40 !important;
    transition: background-color .2s ease, color .2s ease; }
.order-row .order-row__order {
  border-top: 0.1rem solid #d1d1d1; }

/* Order */
.order {
  color: #000;
  font-size: 1.4rem;
  background-color: #fff; }
  .order .order__group-title {
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase; }
  .order .order__add {
    padding-right: 0; }
  .order .order__add-button,
  .order .order__repeat-button {
    color: #fff;
    background-color: #67aa40;
    border: none;
    border-radius: 1rem;
    font-size: 1.4rem;
    text-transform: uppercase;
    line-height: 1.2;
    transition: background-color .2s ease, color .2s ease; }
    .order .order__add-button:hover,
    .order .order__repeat-button:hover {
      color: #fff;
      background-color: #67aa40; }
  .order .order__repeat-empty-basket {
    line-height: 2.4rem; }
  .order .order__items-container {
    border-top-color: #118944; }
  .order .order__items-table {
    color: #000;
    font-size: 1.4rem;
    background-color: #fff;
    border: none; }
  .order .order__items-deal {
    color: #000;
    background-color: #f1f1f1; }
    .order .order__items-deal .order__items-column {
      padding: 1rem; }
  .order .order__items-deal-title {
    color: #fff;
    background-color: #67aa40;
    padding: 0; }
    .order .order__items-deal-title .order__items-deal-header-column {
      line-height: 2rem;
      padding: .5rem 1rem;
      font-weight: 500;
      text-transform: uppercase; }
  .order .order__items-column {
    padding: 1rem; }
  .order .order__items-footer {
    border-top-color: #118944;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase; }
  .order .order__total {
    border-top-color: #118944; }

.page_loyalty .page__content,
.page_menu .page__content,
.page_categories .page__content,
.page_deal_wizard .page__content,
.page_half_half .page__content,
.page_cyo .page__content,
.page_order_step2 .page__content,
.page_order_step3 .page__content,
.page_order_step4 .page__content,
.page_order_step5 .page__content,
.page_thank_you .page__content,
.page_account .page__content,
.page_edit_account .page__content,
.page_orders .page__content {
  background: url(../assets-images/main-bg.jpg) top center;
  background-size: 70%; }
.page_loyalty .content,
.page_menu .content,
.page_categories .content,
.page_deal_wizard .content,
.page_half_half .content,
.page_cyo .content,
.page_order_step2 .content,
.page_order_step3 .content,
.page_order_step4 .content,
.page_order_step5 .content,
.page_thank_you .content,
.page_account .content,
.page_edit_account .content,
.page_orders .content {
  padding: 2.5rem 0;
  margin: 0; }

.page_thank_you .content__main,
.page_account .content__main,
.page_edit_account .content__main {
  float: none;
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 68.75em) {
  .page_account .checkout-row__label,
  .page_edit_account .checkout-row__label {
    padding: 0;
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    margin-left: 0; } }

.page_edit_account .checkout-row .iti {
  width: 100%; }
  .page_edit_account .checkout-row .iti .checkout-row__field-text {
    width: 100%; }

/* referral banner */
.checkout__referral-banner {
  margin: 2rem 0; }

.referral-banner,
.referral-banner__icon {
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 700;
  color: #67aa40;
  box-shadow: none; }

.checkout-confirm_referral,
.checkout-confirm + .checkout-confirm_referral {
  margin-top: 2rem; }
  .checkout-confirm_referral .checkout-confirm__content,
  .checkout-confirm + .checkout-confirm_referral .checkout-confirm__content {
    margin-top: 0; }
  .checkout-confirm_referral .checkout-confirm__referral-banner,
  .checkout-confirm + .checkout-confirm_referral .checkout-confirm__referral-banner {
    margin-bottom: 2rem;
    border-radius: 0;
    padding: 0;
    box-shadow: none; }

/* Product filter */
.product-filter {
  display: block;
  width: 100%;
  box-shadow: 0 0.3rem 0.99rem 0.01rem rgba(0, 0, 0, 0.26);
  background-color: #fff;
  margin-top: 3rem;
  margin-bottom: 3rem;
  box-sizing: border-box;
  padding: 1rem 1.5rem 0;
  border-radius: 1rem; }
  .product-filter .product-filter__list {
    font-size: 0;
    display: flex;
    justify-content: space-between; }
  .product-filter .product-filter__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 1.2rem;
    margin-left: 1.2rem;
    margin-bottom: 1rem;
    max-width: calc(20% - 2.4rem);
    width: 3rem;
    height: 3rem;
    text-align: center;
    color: #fff; }
  .product-filter .product-filter__label {
    position: relative;
    padding: 0; }
  .product-filter .product-filter__input {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .product-filter .product-filter__name {
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 3rem;
    position: relative;
    display: block; }
  .product-filter .product-filter__icon {
    content: '';
    display: block;
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    line-height: 2.8rem;
    box-sizing: border-box;
    border-radius: 50%;
    border: solid .1rem #000;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/assets-images/product_tags_filter_sprite.png) top left no-repeat; }
    .product-filter .product-filter__icon.product-filter__icon_all {
      background-image: none; }
    .product-filter .product-filter__icon.product-filter__icon_vegan {
      background-position: -5.6rem 0; }
    .product-filter .product-filter__icon.product-filter__icon_vegetarian {
      background-position: -11.2rem; }
    .product-filter .product-filter__icon.product-filter__icon_spicy {
      background-position: 0 0; }
    .product-filter .product-filter__icon.product-filter__icon_fish {
      background-position: -16.8rem 0; }
    .product-filter .product-filter__icon.product-filter__icon_all:before, .product-filter .product-filter__icon.product-filter__icon_vegan:before, .product-filter .product-filter__icon.product-filter__icon_vegetarian:before, .product-filter .product-filter__icon.product-filter__icon_spicy:before, .product-filter .product-filter__icon.product-filter__icon_fish:before, .product-filter .product-filter__icon:before {
      display: block;
      font-size: 1.8rem;
      line-height: 2.8rem;
      width: 2.8rem;
      height: 2.8rem; }
  .product-filter .product-filter__input:checked ~ .product-filter__name {
    color: #fff; }
    .product-filter .product-filter__input:checked ~ .product-filter__name .product-filter__icon {
      color: #fff;
      border: solid .1rem #67aa40;
      background-color: #67aa40; }
      .product-filter .product-filter__input:checked ~ .product-filter__name .product-filter__icon.product-filter__icon_vegan {
        background-position: -8.4rem 0; }
      .product-filter .product-filter__input:checked ~ .product-filter__name .product-filter__icon.product-filter__icon_vegetarian {
        background-position: -14rem; }
      .product-filter .product-filter__input:checked ~ .product-filter__name .product-filter__icon.product-filter__icon_spicy {
        background-position: -2.8rem 0; }
      .product-filter .product-filter__input:checked ~ .product-filter__name .product-filter__icon.product-filter__icon_fish {
        background-position: -19.6rem 0; }
  .product-filter .product-filter__summary {
    padding-bottom: 1rem;
    text-align: center; }

/* ==========================================================================
   HOMEPAGE
   ========================================================================== */
.content_index {
  margin-top: 0;
  margin-bottom: 0; }
  .content_index .content__wrapper {
    width: 100%; }

/* Homepage: slideshow at the top
   -------------------------------------------------------------------------- */
.slider {
  margin-bottom: 5rem; }
  .slider .slider__wrapper {
    width: 100%; }
  @media screen and (max-width: 40em) {
    .slider {
      margin-bottom: 2rem; } }

.unslider-nav {
  bottom: 11rem; }
  .unslider-nav ol li {
    background-color: #fff;
    border: 2px solid #67aa40; }
    .unslider-nav ol li.unslider-active {
      background-color: #67aa40;
      border-color: #67aa40; }
  @media screen and (max-width: 52.5em) {
    .unslider-nav {
      bottom: 1.4rem; } }

.index-slideshow-links {
  position: static;
  background-color: #2c2c2c;
  padding: 1rem 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .index-slideshow-links__title {
    font-size: 2.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #67aa40;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 5rem;
    margin-right: 4.7rem; }
  .index-slideshow-links__group {
    border: 1px #67aa40 solid;
    display: flex;
    flex-direction: row; }
  .index-slideshow-links__icon {
    display: block;
    height: 3.6rem;
    width: 3.6rem;
    margin-right: 1.2rem;
    background: url(../assets-images/index-links-sprite.png) top left no-repeat; }
    .index-slideshow-links__icon_delivery {
      background-position: -7.2rem 0;
      margin-right: 2rem; }
  .index-slideshow-links__link {
    font-size: 2.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #67aa40;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 29.6rem;
    line-height: 4.8rem;
    box-sizing: border-box;
    text-decoration: none; }
  .index-slideshow-links__link_active {
    background-color: #67aa40;
    color: #fff; }
  @media screen and (max-width: 54em) {
    .index-slideshow-links {
      flex-direction: column;
      align-items: center; }
      .index-slideshow-links__title {
        margin-right: 0; } }
  @media screen and (max-width: 40em) {
    .index-slideshow-links__group {
      margin: 0 2rem;
      width: calc(100% - 4rem); }
    .index-slideshow-links__link {
      width: 50%; } }
  @media screen and (max-width: 30em) {
    .index-slideshow-links__group {
      flex-direction: column; }
    .index-slideshow-links__link {
      width: 100%; } }

/* Homepage: shop picker above the slideshow
   -------------------------------------------------------------------------- */
.index-locator__container_centered .index-locator,
.index-locator {
  color: #000;
  background-color: #fff;
  width: 100%;
  max-width: 85rem;
  border-radius: 1rem;
  top: auto;
  bottom: 5rem; }
  .index-locator__container_centered .index-locator .index-locator__title,
  .index-locator .index-locator__title {
    display: none;
    font-size: 1.8rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    background-color: #fff; }
  .index-locator__container_centered .index-locator .index-locator__wrapper,
  .index-locator .index-locator__wrapper {
    padding: .1rem .1rem 2.6rem;
    width: 100%; }
  .index-locator__container_centered .index-locator .index-locator__methods,
  .index-locator .index-locator__methods {
    display: flex;
    flex-direction: row;
    margin: 0 auto 2rem; }
  .index-locator__container_centered .index-locator .index-locator__method,
  .index-locator .index-locator__method {
    font-size: 2.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 5.6rem;
    width: 50%;
    position: relative; }
    .index-locator__container_centered .index-locator .index-locator__method input[type="radio"],
    .index-locator .index-locator__method input[type="radio"] {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      margin: 0; }
    .index-locator__container_centered .index-locator .index-locator__method input[type="radio"]:checked + .index-locator__method-wrapper,
    .index-locator .index-locator__method input[type="radio"]:checked + .index-locator__method-wrapper {
      color: #67aa40;
      background-color: #fff; }
      .index-locator__container_centered .index-locator .index-locator__method input[type="radio"]:checked + .index-locator__method-wrapper .index-locator__method-name,
      .index-locator .index-locator__method input[type="radio"]:checked + .index-locator__method-wrapper .index-locator__method-name {
        color: #67aa40; }
    .index-locator__container_centered .index-locator .index-locator__method.index-locator__method_delivery .index-locator__method-wrapper,
    .index-locator .index-locator__method.index-locator__method_delivery .index-locator__method-wrapper {
      border-radius: 1rem 0 0 0; }
    .index-locator__container_centered .index-locator .index-locator__method.index-locator__method_delivery .index-locator__method-name:after,
    .index-locator .index-locator__method.index-locator__method_delivery .index-locator__method-name:after {
      background-position: left -3rem top; }
    .index-locator__container_centered .index-locator .index-locator__method.index-locator__method_delivery input[type="radio"]:checked + .index-locator__method-wrapper .index-locator__method-name:after,
    .index-locator .index-locator__method.index-locator__method_delivery input[type="radio"]:checked + .index-locator__method-wrapper .index-locator__method-name:after {
      background-position: left top; }
    .index-locator__container_centered .index-locator .index-locator__method.index-locator__method_collection .index-locator__method-wrapper,
    .index-locator .index-locator__method.index-locator__method_collection .index-locator__method-wrapper {
      border-radius: 0 1rem 0 0; }
    .index-locator__container_centered .index-locator .index-locator__method.index-locator__method_collection .index-locator__method-name:after,
    .index-locator .index-locator__method.index-locator__method_collection .index-locator__method-name:after {
      background-position: left -9rem top; }
    .index-locator__container_centered .index-locator .index-locator__method.index-locator__method_collection input[type="radio"]:checked + .index-locator__method-wrapper .index-locator__method-name:after,
    .index-locator .index-locator__method.index-locator__method_collection input[type="radio"]:checked + .index-locator__method-wrapper .index-locator__method-name:after {
      background-position: left -6rem top; }
    .index-locator__container_centered .index-locator .index-locator__method.index-locator__method_caprinos .index-locator__method-wrapper,
    .index-locator .index-locator__method.index-locator__method_caprinos .index-locator__method-wrapper {
      border-radius: 0 1rem 0 0; }
    .index-locator__container_centered .index-locator .index-locator__method.index-locator__method_caprinos .index-locator__method-name:after,
    .index-locator .index-locator__method.index-locator__method_caprinos .index-locator__method-name:after {
      background-position: left -15rem top; }
    .index-locator__container_centered .index-locator .index-locator__method.index-locator__method_caprinos input[type="radio"]:checked + .index-locator__method-wrapper .index-locator__method-name:after,
    .index-locator .index-locator__method.index-locator__method_caprinos input[type="radio"]:checked + .index-locator__method-wrapper .index-locator__method-name:after {
      background-position: left -12rem top; }
  .index-locator__container_centered .index-locator .index-locator__method-wrapper,
  .index-locator .index-locator__method-wrapper {
    position: relative;
    background-color: #67aa40;
    font-size: 0; }
  .index-locator__container_centered .index-locator .index-locator__method-name,
  .index-locator .index-locator__method-name {
    padding: 0;
    display: block;
    line-height: 5.6rem;
    height: 5.6rem;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 4rem;
    display: inline-block;
    vertical-align: top;
    width: auto;
    font-size: 2.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase; }
    .index-locator__container_centered .index-locator .index-locator__method-name:after,
    .index-locator .index-locator__method-name:after {
      content: '';
      display: block;
      width: 3rem;
      height: 3rem;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate(0, -50%);
      background: url(../assets-images/locator-icons-sprite.png) top left no-repeat; }
    @media screen and (max-width: 52.5em) {
      .index-locator__container_centered .index-locator .index-locator__method-name,
      .index-locator .index-locator__method-name {
        width: 3rem;
        padding-right: 3rem;
        font-size: 0; } }
  .index-locator__container_centered .index-locator .index-locator__postcode,
  .index-locator .index-locator__postcode {
    box-sizing: border-box;
    padding: 0 6rem; }
    .index-locator__container_centered .index-locator .index-locator__postcode .index-locator__postcode-label,
    .index-locator .index-locator__postcode .index-locator__postcode-label {
      width: 100%;
      max-width: 56.8rem;
      font-size: 1.6rem;
      line-height: 2.4rem;
      font-weight: 700;
      color: #67aa40;
      margin-top: 3rem;
      margin-bottom: 2rem;
      margin-left: auto;
      margin-right: auto; }
    @media screen and (max-width: 40em) {
      .index-locator__container_centered .index-locator .index-locator__postcode,
      .index-locator .index-locator__postcode {
        padding-left: 2rem;
        padding-right: 2rem; } }
  .index-locator__container_centered .index-locator .index-locator__postcode-selected,
  .index-locator .index-locator__postcode-selected {
    font-size: 1.6rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #67aa40;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2.4rem;
    text-align: center; }
  .index-locator__container_centered .index-locator .index-locator__postcode-link,
  .index-locator .index-locator__postcode-link {
    color: #67aa40;
    font-weight: 400; }
  .index-locator__container_centered .index-locator .index-locator__postcode-input-wrapper,
  .index-locator .index-locator__postcode-input-wrapper {
    padding-right: 0;
    display: flex;
    flex-direction: row;
    max-width: 56.8rem;
    margin: 0 auto; }
    .index-locator__container_centered .index-locator .index-locator__postcode-input-wrapper > div,
    .index-locator .index-locator__postcode-input-wrapper > div {
      width: 100%; }
  .index-locator__container_centered .index-locator .index-locator__postcode-input,
  .index-locator .index-locator__postcode-input {
    font-size: 1.8rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #67aa40;
    font-weight: 700;
    height: 5.8rem;
    line-height: 5.6rem;
    border: 0.1rem solid #67aa40;
    border-radius: 1rem;
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .index-locator__container_centered .index-locator .index-locator__postcode-input::-webkit-input-placeholder,
  .index-locator .index-locator__postcode-input::-webkit-input-placeholder {
    color: #67aa40;
    font-size: 1.8rem; }
  .index-locator__container_centered .index-locator .index-locator__postcode-input::-moz-placeholder,
  .index-locator .index-locator__postcode-input::-moz-placeholder {
    color: #67aa40;
    font-size: 1.8rem; }
  .index-locator__container_centered .index-locator .index-locator__postcode-input:-ms-input-placeholder,
  .index-locator .index-locator__postcode-input:-ms-input-placeholder {
    color: #67aa40;
    font-size: 1.8rem; }
  .index-locator__container_centered .index-locator .index-locator__postcode-button,
  .index-locator .index-locator__postcode-button {
    display: none;
    color: #fff;
    background-color: #67aa40;
    border: none;
    padding: 0;
    border-radius: 0 1rem 1rem 0;
    font-size: 1.8rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: none;
    transition: background-color .2s ease, color .2s ease;
    border: none;
    padding: 0;
    float: left;
    margin-right: 0;
    width: 50%;
    height: 5.8rem;
    line-height: 5.8rem; }
    .index-locator__container_centered .index-locator .index-locator__postcode-button:hover,
    .index-locator .index-locator__postcode-button:hover {
      color: #fff;
      background-color: #67aa40; }
  .index-locator__container_centered .index-locator .index-locator__postcode-warning,
  .index-locator .index-locator__postcode-warning {
    color: #ff0000;
    font-size: 1.4rem; }
  .index-locator__container_centered .index-locator .index-locator__search,
  .index-locator .index-locator__search {
    display: none;
    padding: 0 2rem;
    max-width: 56.8rem;
    box-sizing: border-box;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto; }
  .index-locator__container_centered .index-locator[data-locator-selected-method="collection"] .index-locator__search,
  .index-locator[data-locator-selected-method="collection"] .index-locator__search {
    display: block; }
  .index-locator__container_centered .index-locator[data-locator-selected-method="collection"] .index-locator__methods,
  .index-locator[data-locator-selected-method="collection"] .index-locator__methods {
    margin-bottom: 5rem; }
  .index-locator__container_centered .index-locator[data-locator-selected-method="collection"] .index-locator-restaurant,
  .index-locator[data-locator-selected-method="collection"] .index-locator-restaurant {
    margin: 0;
    border-top: none;
    border-bottom: solid .1rem #67aa40;
    padding-top: 0; }
    .index-locator__container_centered .index-locator[data-locator-selected-method="collection"] .index-locator-restaurant:last-child,
    .index-locator[data-locator-selected-method="collection"] .index-locator-restaurant:last-child {
      border-bottom: none; }
  .index-locator__container_centered .index-locator .index-locator__text,
  .index-locator .index-locator__text {
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400; }
  @media screen and (max-width: 100em) {
    .index-locator__container_centered .index-locator,
    .index-locator {
      bottom: auto;
      top: 5rem; } }
  @media screen and (max-width: 52.5em) {
    .index-locator__container_centered .index-locator .index-locator__wrapper,
    .index-locator .index-locator__wrapper {
      padding-bottom: 2rem; } }
  .index-locator__container_centered .index-locator .index-locator__outer,
  .index-locator .index-locator__outer {
    box-sizing: border-box;
    padding: 0;
    overflow: hidden;
    max-width: 52.8rem;
    max-height: 25rem;
    margin: 0 auto; }
    .index-locator__container_centered .index-locator .index-locator__outer .index-locator__restaurants,
    .index-locator .index-locator__outer .index-locator__restaurants {
      width: 100%;
      padding: 0;
      box-sizing: border-box; }

/* Latest custom locator changes just on index page */
.page_locator .index-locator,
.page_index .index-locator__container_centered .index-locator,
.page_index .index-locator {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  min-height: 19.2rem;
  color: #fff;
  position: absolute;
  top: 100%;
  bottom: auto;
  margin-top: -10rem; }
  @media screen and (max-width: 52.5em) {
    .page_locator .index-locator,
    .page_index .index-locator__container_centered .index-locator,
    .page_index .index-locator {
      margin-top: 0;
      position: static; } }
  @media screen and (max-width: 40em) {
    .page_locator .index-locator,
    .page_index .index-locator__container_centered .index-locator,
    .page_index .index-locator {
      min-height: 14.4rem; } }
  .page_locator .index-locator .index-locator__wrapper,
  .page_index .index-locator__container_centered .index-locator .index-locator__wrapper,
  .page_index .index-locator .index-locator__wrapper {
    padding: 1.5rem 2rem;
    background-color: #2c2c2c;
    width: 100%;
    max-width: 59.4rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 1rem; }
    @media screen and (max-width: 52.5em) {
      .page_locator .index-locator .index-locator__wrapper,
      .page_index .index-locator__container_centered .index-locator .index-locator__wrapper,
      .page_index .index-locator .index-locator__wrapper {
        max-width: 100%;
        flex-direction: column;
        align-items: center;
        border-radius: 0; } }
    @media screen and (max-width: 26.25em) {
      .page_locator .index-locator .index-locator__wrapper,
      .page_index .index-locator__container_centered .index-locator .index-locator__wrapper,
      .page_index .index-locator .index-locator__wrapper {
        padding: 1rem 2rem; } }
  .page_locator .index-locator .index-locator__label,
  .page_index .index-locator__container_centered .index-locator .index-locator__label,
  .page_index .index-locator .index-locator__label {
    font-size: 2.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #67aa40;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 4.8rem; }
    @media screen and (max-width: 60em) {
      .page_locator .index-locator .index-locator__label,
      .page_index .index-locator__container_centered .index-locator .index-locator__label,
      .page_index .index-locator .index-locator__label {
        display: block;
        width: 100%;
        text-align: center; } }
  .page_locator .index-locator .index-locator__contents,
  .page_index .index-locator__container_centered .index-locator .index-locator__contents,
  .page_index .index-locator .index-locator__contents {
    width: 100%; }
  .page_locator .index-locator .index-locator__methods,
  .page_index .index-locator__container_centered .index-locator .index-locator__methods,
  .page_index .index-locator .index-locator__methods {
    border: 1px #67aa40 solid;
    max-width: 59.4rem; }
    @media screen and (max-width: 26.25em) {
      .page_locator .index-locator .index-locator__methods,
      .page_index .index-locator__container_centered .index-locator .index-locator__methods,
      .page_index .index-locator .index-locator__methods {
        margin-bottom: 1rem; } }
  .page_locator .index-locator .index-locator__method,
  .page_index .index-locator__container_centered .index-locator .index-locator__method,
  .page_index .index-locator .index-locator__method {
    line-height: 4.6rem; }
    @media screen and (max-width: 26.25em) {
      .page_locator .index-locator .index-locator__method,
      .page_index .index-locator__container_centered .index-locator .index-locator__method,
      .page_index .index-locator .index-locator__method {
        line-height: 3.8rem; } }
    .page_locator .index-locator .index-locator__method input[type="radio"]:checked + .index-locator__method-wrapper,
    .page_index .index-locator__container_centered .index-locator .index-locator__method input[type="radio"]:checked + .index-locator__method-wrapper,
    .page_index .index-locator .index-locator__method input[type="radio"]:checked + .index-locator__method-wrapper {
      color: #fff;
      background-color: #67aa40;
      border-radius: 0; }
      .page_locator .index-locator .index-locator__method input[type="radio"]:checked + .index-locator__method-wrapper .index-locator__method-name,
      .page_index .index-locator__container_centered .index-locator .index-locator__method input[type="radio"]:checked + .index-locator__method-wrapper .index-locator__method-name,
      .page_index .index-locator .index-locator__method input[type="radio"]:checked + .index-locator__method-wrapper .index-locator__method-name {
        color: #fff; }
    .page_locator .index-locator .index-locator__method.index-locator__method_delivery .index-locator__method-name:after,
    .page_index .index-locator__container_centered .index-locator .index-locator__method.index-locator__method_delivery .index-locator__method-name:after,
    .page_index .index-locator .index-locator__method.index-locator__method_delivery .index-locator__method-name:after {
      background-position: -11rem 0; }
    .page_locator .index-locator .index-locator__method.index-locator__method_delivery input[type="radio"]:checked + .index-locator__method-wrapper .index-locator__method-name:after,
    .page_index .index-locator__container_centered .index-locator .index-locator__method.index-locator__method_delivery input[type="radio"]:checked + .index-locator__method-wrapper .index-locator__method-name:after,
    .page_index .index-locator .index-locator__method.index-locator__method_delivery input[type="radio"]:checked + .index-locator__method-wrapper .index-locator__method-name:after {
      background-position: -7.4rem 0; }
    .page_locator .index-locator .index-locator__method.index-locator__method_collection .index-locator__method-name,
    .page_index .index-locator__container_centered .index-locator .index-locator__method.index-locator__method_collection .index-locator__method-name,
    .page_index .index-locator .index-locator__method.index-locator__method_collection .index-locator__method-name {
      padding-left: 4.3rem; }
      @media screen and (max-width: 26.25em) {
        .page_locator .index-locator .index-locator__method.index-locator__method_collection .index-locator__method-name,
        .page_index .index-locator__container_centered .index-locator .index-locator__method.index-locator__method_collection .index-locator__method-name,
        .page_index .index-locator .index-locator__method.index-locator__method_collection .index-locator__method-name {
          padding-left: 4rem; } }
      @media screen and (max-width: 22.25em) {
        .page_locator .index-locator .index-locator__method.index-locator__method_collection .index-locator__method-name,
        .page_index .index-locator__container_centered .index-locator .index-locator__method.index-locator__method_collection .index-locator__method-name,
        .page_index .index-locator .index-locator__method.index-locator__method_collection .index-locator__method-name {
          padding-left: 3.5rem; } }
    .page_locator .index-locator .index-locator__method.index-locator__method_collection .index-locator__method-name:after,
    .page_index .index-locator__container_centered .index-locator .index-locator__method.index-locator__method_collection .index-locator__method-name:after,
    .page_index .index-locator .index-locator__method.index-locator__method_collection .index-locator__method-name:after {
      background-position: 0 0; }
    .page_locator .index-locator .index-locator__method.index-locator__method_collection input[type="radio"]:checked + .index-locator__method-wrapper .index-locator__method-name:after,
    .page_index .index-locator__container_centered .index-locator .index-locator__method.index-locator__method_collection input[type="radio"]:checked + .index-locator__method-wrapper .index-locator__method-name:after,
    .page_index .index-locator .index-locator__method.index-locator__method_collection input[type="radio"]:checked + .index-locator__method-wrapper .index-locator__method-name:after {
      background-position: left -3.65rem top; }
  .page_locator .index-locator .index-locator__method-wrapper,
  .page_index .index-locator__container_centered .index-locator .index-locator__method-wrapper,
  .page_index .index-locator .index-locator__method-wrapper {
    background-color: transparent;
    color: #67aa40;
    border-radius: 0; }
    .page_locator .index-locator .index-locator__method-wrapper .index-locator__method-name,
    .page_index .index-locator__container_centered .index-locator .index-locator__method-wrapper .index-locator__method-name,
    .page_index .index-locator .index-locator__method-wrapper .index-locator__method-name {
      color: #67aa40; }
  .page_locator .index-locator .index-locator__method-name,
  .page_index .index-locator__container_centered .index-locator .index-locator__method-name,
  .page_index .index-locator .index-locator__method-name {
    line-height: 4.6rem;
    height: 4.6rem;
    padding-right: 0;
    padding-left: 5.6rem;
    font-size: 2.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: none; }
    .page_locator .index-locator .index-locator__method-name:after,
    .page_index .index-locator__container_centered .index-locator .index-locator__method-name:after,
    .page_index .index-locator .index-locator__method-name:after {
      height: 3.6rem;
      width: 3.6rem;
      left: 0;
      background: url(../assets-images/index-links-sprite.png) top left no-repeat; }
    @media screen and (max-width: 52.5em) {
      .page_locator .index-locator .index-locator__method-name,
      .page_index .index-locator__container_centered .index-locator .index-locator__method-name,
      .page_index .index-locator .index-locator__method-name {
        width: auto;
        padding-right: 0;
        font-size: 2.2rem; } }
    @media screen and (max-width: 26.25em) {
      .page_locator .index-locator .index-locator__method-name,
      .page_index .index-locator__container_centered .index-locator .index-locator__method-name,
      .page_index .index-locator .index-locator__method-name {
        line-height: 3.8rem;
        height: 3.8rem;
        font-size: 1.8rem;
        padding-left: 4rem; } }
  .page_locator .index-locator .index-locator__postcode,
  .page_index .index-locator__container_centered .index-locator .index-locator__postcode,
  .page_index .index-locator .index-locator__postcode {
    padding: 0; }
    .page_locator .index-locator .index-locator__postcode .index-locator__postcode-label,
    .page_index .index-locator__container_centered .index-locator .index-locator__postcode .index-locator__postcode-label,
    .page_index .index-locator .index-locator__postcode .index-locator__postcode-label {
      max-width: 59.4rem;
      margin-top: 2rem;
      margin-bottom: 2rem;
      margin-left: auto;
      margin-right: auto; }
    @media screen and (max-width: 26.25em) {
      .page_locator .index-locator .index-locator__postcode .index-locator__postcode-label,
      .page_index .index-locator__container_centered .index-locator .index-locator__postcode .index-locator__postcode-label,
      .page_index .index-locator .index-locator__postcode .index-locator__postcode-label {
        margin: 1rem auto;
        font-size: 1.4rem;
        line-height: 1.8rem; } }
  .page_locator .index-locator .index-locator__postcode-input,
  .page_index .index-locator__container_centered .index-locator .index-locator__postcode-input,
  .page_index .index-locator .index-locator__postcode-input {
    margin-bottom: 0; }
  @media screen and (max-width: 26.25em) {
    .page_locator .index-locator .index-locator__postcode-input,
    .page_locator .index-locator .locator-search__input,
    .page_index .index-locator__container_centered .index-locator .index-locator__postcode-input,
    .page_index .index-locator__container_centered .index-locator .locator-search__input,
    .page_index .index-locator .index-locator__postcode-input,
    .page_index .index-locator .locator-search__input {
      height: 4.6rem;
      line-height: 4.4rem;
      font-size: 1.6rem; }
      .page_locator .index-locator .index-locator__postcode-input::placeholder,
      .page_locator .index-locator .locator-search__input::placeholder,
      .page_index .index-locator__container_centered .index-locator .index-locator__postcode-input::placeholder,
      .page_index .index-locator__container_centered .index-locator .locator-search__input::placeholder,
      .page_index .index-locator .index-locator__postcode-input::placeholder,
      .page_index .index-locator .locator-search__input::placeholder {
        font-size: 1.6rem; } }
  .page_locator .index-locator .index-locator__postcode-input-wrapper,
  .page_index .index-locator__container_centered .index-locator .index-locator__postcode-input-wrapper,
  .page_index .index-locator .index-locator__postcode-input-wrapper {
    max-width: 59.4rem; }
  .page_locator .index-locator .index-locator__postcode-warning,
  .page_index .index-locator__container_centered .index-locator .index-locator__postcode-warning,
  .page_index .index-locator .index-locator__postcode-warning {
    max-width: 59.4rem;
    margin-left: auto;
    margin-right: auto; }
  .page_locator .index-locator .index-locator__search,
  .page_index .index-locator__container_centered .index-locator .index-locator__search,
  .page_index .index-locator .index-locator__search {
    padding: 0;
    max-width: 59.4rem;
    margin-bottom: 0; }
  .page_locator .index-locator[data-locator-selected-method="collection"] .index-locator__methods,
  .page_index .index-locator__container_centered .index-locator[data-locator-selected-method="collection"] .index-locator__methods,
  .page_index .index-locator[data-locator-selected-method="collection"] .index-locator__methods {
    margin-bottom: 2rem; }
    @media screen and (max-width: 26.25em) {
      .page_locator .index-locator[data-locator-selected-method="collection"] .index-locator__methods,
      .page_index .index-locator__container_centered .index-locator[data-locator-selected-method="collection"] .index-locator__methods,
      .page_index .index-locator[data-locator-selected-method="collection"] .index-locator__methods {
        margin-bottom: 1rem; } }
  .page_locator .index-locator .index-locator-restaurant, .page_locator .index-locator[data-locator-selected-method="collection"] .index-locator-restaurant,
  .page_index .index-locator__container_centered .index-locator .index-locator-restaurant,
  .page_index .index-locator__container_centered .index-locator[data-locator-selected-method="collection"] .index-locator-restaurant,
  .page_index .index-locator .index-locator-restaurant,
  .page_index .index-locator[data-locator-selected-method="collection"] .index-locator-restaurant {
    background-color: transparent; }
    .page_locator .index-locator .index-locator-restaurant.index-locator-restaurant_open, .page_locator .index-locator[data-locator-selected-method="collection"] .index-locator-restaurant.index-locator-restaurant_open,
    .page_index .index-locator__container_centered .index-locator .index-locator-restaurant.index-locator-restaurant_open,
    .page_index .index-locator__container_centered .index-locator[data-locator-selected-method="collection"] .index-locator-restaurant.index-locator-restaurant_open,
    .page_index .index-locator .index-locator-restaurant.index-locator-restaurant_open,
    .page_index .index-locator[data-locator-selected-method="collection"] .index-locator-restaurant.index-locator-restaurant_open {
      padding-bottom: 2rem; }
  .page_locator .index-locator[data-locator-selected-method="delivery"] .index-locator__restaurants,
  .page_locator .index-locator[data-locator-selected-method="delivery"] .index-locator__outer,
  .page_index .index-locator__container_centered .index-locator[data-locator-selected-method="delivery"] .index-locator__restaurants,
  .page_index .index-locator__container_centered .index-locator[data-locator-selected-method="delivery"] .index-locator__outer,
  .page_index .index-locator[data-locator-selected-method="delivery"] .index-locator__restaurants,
  .page_index .index-locator[data-locator-selected-method="delivery"] .index-locator__outer {
    max-height: 32rem; }
  .page_locator .index-locator .index-locator__outer,
  .page_index .index-locator__container_centered .index-locator .index-locator__outer,
  .page_index .index-locator .index-locator__outer {
    max-width: 59.4rem; }
  .page_locator .index-locator .index-locator-restaurant.index-locator-restaurant_open,
  .page_index .index-locator__container_centered .index-locator .index-locator-restaurant.index-locator-restaurant_open,
  .page_index .index-locator .index-locator-restaurant.index-locator-restaurant_open {
    padding-bottom: 0;
    background-color: transparent;
    border-bottom: none; }
    .page_locator .index-locator .index-locator-restaurant.index-locator-restaurant_open .index-locator-restaurant__name,
    .page_index .index-locator__container_centered .index-locator .index-locator-restaurant.index-locator-restaurant_open .index-locator-restaurant__name,
    .page_index .index-locator .index-locator-restaurant.index-locator-restaurant_open .index-locator-restaurant__name {
      cursor: initial; }
      .page_locator .index-locator .index-locator-restaurant.index-locator-restaurant_open .index-locator-restaurant__name:hover,
      .page_index .index-locator__container_centered .index-locator .index-locator-restaurant.index-locator-restaurant_open .index-locator-restaurant__name:hover,
      .page_index .index-locator .index-locator-restaurant.index-locator-restaurant_open .index-locator-restaurant__name:hover {
        background-color: transparent;
        color: #67aa40; }
  .page_locator .index-locator .index-locator-restaurant .index-locator-restaurant__times,
  .page_index .index-locator__container_centered .index-locator .index-locator-restaurant .index-locator-restaurant__times,
  .page_index .index-locator .index-locator-restaurant .index-locator-restaurant__times {
    display: block !important; }
  .page_locator .index-locator .index-locator-restaurant .index-locator-restaurant__times-body,
  .page_locator .index-locator .index-locator-restaurant .index-locator-restaurant__times-body p,
  .page_locator .index-locator .index-locator-restaurant .index-locator-restaurant__times-body span,
  .page_index .index-locator__container_centered .index-locator .index-locator-restaurant .index-locator-restaurant__times-body,
  .page_index .index-locator__container_centered .index-locator .index-locator-restaurant .index-locator-restaurant__times-body p,
  .page_index .index-locator__container_centered .index-locator .index-locator-restaurant .index-locator-restaurant__times-body span,
  .page_index .index-locator .index-locator-restaurant .index-locator-restaurant__times-body,
  .page_index .index-locator .index-locator-restaurant .index-locator-restaurant__times-body p,
  .page_index .index-locator .index-locator-restaurant .index-locator-restaurant__times-body span {
    color: #fff !important;
    line-height: 2rem !important;
    font-size: 1.4rem !important;
    background-color: transparent !important;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important; }

.index-locator__restaurants {
  margin: 0;
  padding: 0 16%;
  max-height: 25rem;
  overflow-y: auto; }
  .index-locator__restaurants.index-locator__restaurants_disabled {
    pointer-events: none;
    opacity: .5; }
  .index-locator__restaurants .index-locator-restaurant {
    background-color: #fff;
    border-top: none;
    border-bottom: solid .1rem #67aa40;
    margin: 0;
    padding-top: 0; }
    .index-locator__restaurants .index-locator-restaurant:last-child {
      border-bottom: none; }
    @media screen and (max-width: 40em) {
      .index-locator__restaurants .index-locator-restaurant {
        text-align: center; }
        .index-locator__restaurants .index-locator-restaurant .index-locator-restaurant__toggle {
          float: none;
          margin-bottom: 2rem; }
        .index-locator__restaurants .index-locator-restaurant .index-locator-restaurant__button {
          float: none;
          max-width: 15rem;
          margin-left: auto;
          margin-right: auto; } }
    .index-locator__restaurants .index-locator-restaurant .index-locator-restaurant__name {
      font-size: 1.6rem;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 3rem;
      color: #67aa40;
      padding-top: 1rem;
      padding-bottom: 1rem;
      margin-bottom: 0;
      cursor: pointer;
      transition: all .3s ease; }
      .index-locator__restaurants .index-locator-restaurant .index-locator-restaurant__name:hover {
        color: #fff;
        background-color: #67aa40; }
    .index-locator__restaurants .index-locator-restaurant .index-locator-restaurant__content-name {
      font-size: 1.6rem;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 3rem;
      color: #67aa40; }
    .index-locator__restaurants .index-locator-restaurant .index-locator-restaurant__address {
      font-size: 1.4rem;
      line-height: 2.4rem; }
    .index-locator__restaurants .index-locator-restaurant .index-locator-restaurant__phone {
      font-size: 1.4rem;
      line-height: 2.4rem;
      margin-top: 0; }
    .index-locator__restaurants .index-locator-restaurant .index-locator-restaurant__opening-times {
      background-color: #c0c0c0;
      margin: 2rem 0 0 0;
      padding: 1.5rem;
      font-size: 1.4rem;
      line-height: 2.4rem; }
    .index-locator__restaurants .index-locator-restaurant .index-locator-restaurant__toggle {
      font-size: 1.4rem;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      line-height: 3rem;
      padding: 0; }
    .index-locator__restaurants .index-locator-restaurant .index-locator-restaurant__button {
      display: none;
      color: #fff;
      background-color: #67aa40;
      border: none;
      padding: 0 2rem;
      border-radius: 1rem;
      font-size: 1.8rem;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 3rem;
      transition: background-color .2s ease, color .2s ease;
      cursor: pointer; }
      .index-locator__restaurants .index-locator-restaurant .index-locator-restaurant__button:hover {
        color: #fff;
        background-color: #67aa40; }
    .index-locator__restaurants .index-locator-restaurant .index-locator-restaurant__name-distance,
    .index-locator__restaurants .index-locator-restaurant .index-locator-restaurant__content-name-distance {
      font-size: 1.4rem;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      color: #67aa40;
      font-weight: 400;
      text-transform: uppercase; }
    .index-locator__restaurants .index-locator-restaurant .index-locator-restaurant__details {
      display: none; }
    .index-locator__restaurants .index-locator-restaurant.index-locator-restaurant_open {
      padding-bottom: 2rem; }
      .index-locator__restaurants .index-locator-restaurant.index-locator-restaurant_open .index-locator-restaurant__details {
        display: block; }
      .index-locator__restaurants .index-locator-restaurant.index-locator-restaurant_open .index-locator-restaurant__button {
        display: block; }

.page_locator .index-locator {
  position: static;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0; }
  .page_locator .index-locator .index-locator__wrapper {
    flex-direction: column; }
  .page_locator .index-locator .index-locator__outer,
  .page_locator .index-locator .index-locator__postcode,
  .page_locator .index-locator .index-locator__methods {
    width: 100%; }

/* Homepage: connected customer
   -------------------------------------------------------------------------- */
.index-connected-customer {
  margin: 2rem 0; }
  .index-connected-customer .index-connected-customer__wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 96%; }
    .index-connected-customer .index-connected-customer__wrapper:before {
      display: table;
      content: ""; }
    .index-connected-customer .index-connected-customer__wrapper:after {
      display: table;
      content: "";
      clear: both; }
  .index-connected-customer .index-connected-customer__item {
    padding: 2.7rem 2rem;
    text-align: center;
    color: #000;
    background-color: #fff;
    box-shadow: 0 0.3rem 0.99rem 0.01rem rgba(0, 0, 0, 0.26);
    border-radius: 1rem; }
    .index-connected-customer .index-connected-customer__item:first-of-type {
      color: #fff;
      text-align: left;
      background-color: #67aa40; }
      .index-connected-customer .index-connected-customer__item:first-of-type .index-connected-customer__title {
        color: #fff; }
      .index-connected-customer .index-connected-customer__item:first-of-type .index-connected-customer__button {
        min-width: 35%;
        text-align: center;
        padding: 0;
        color: #67aa40;
        background-color: #fff;
        border-radius: 1rem; }
        .index-connected-customer .index-connected-customer__item:first-of-type .index-connected-customer__button.index-connected-customer__button_other {
          margin-left: 1rem;
          background-color: #67aa40;
          color: #fff;
          line-height: 3.8rem;
          box-sizing: border-box;
          border: solid .1rem #fff; }
          .index-connected-customer .index-connected-customer__item:first-of-type .index-connected-customer__button.index-connected-customer__button_other:hover {
            color: #fff;
            background-color: #67aa40; }
  .index-connected-customer .index-connected-customer__title {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    text-transform: none;
    line-height: 2.4rem; }
  .index-connected-customer .index-connected-customer__content {
    min-height: 3.6rem; }
  .index-connected-customer .index-connected-customer__buttons {
    margin-top: 2rem; }
  .index-connected-customer .index-connected-customer__button {
    display: inline-block;
    color: #fff;
    background-color: #67aa40;
    border: none;
    padding: 0 2rem;
    border-radius: 1rem;
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
    min-width: 16rem;
    line-height: 4rem;
    height: 4rem;
    text-align: center;
    transition: background-color .2s ease, color .2s ease; }
    .index-connected-customer .index-connected-customer__button:hover {
      color: #fff;
      background-color: #67aa40; }

@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: 5rem;
  margin-top: 15rem; }
  .index-microblog .index-microblog__wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 96%; }
    .index-microblog .index-microblog__wrapper:before {
      display: table;
      content: ""; }
    .index-microblog .index-microblog__wrapper:after {
      display: table;
      content: "";
      clear: both; }
  .index-microblog .index-microblog__post {
    color: #000;
    background-color: transparent;
    position: relative;
    padding: 0;
    width: calc(33.33% - 1rem);
    display: flex;
    flex-direction: row; }
    .index-microblog .index-microblog__post:nth-child(2) {
      margin-left: 1.5rem;
      margin-right: 1.5rem; }
  .index-microblog .index-microblog__image-wrapper {
    width: 17.4rem;
    margin: 0; }
  .index-microblog .index-microblog__image {
    border-radius: 1rem; }
  .index-microblog .index-microblog__content {
    box-sizing: border-box;
    padding: 1.6rem .5rem 0 1.2rem;
    width: calc(100% - 17.4rem);
    font-size: 1.2rem;
    line-height: 1.6rem;
    position: relative;
    background-color: #fff;
    border-radius: 0 1rem 1rem 0; }
  .index-microblog .index-microblog__title {
    font-size: 1.6rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #67aa40;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
    line-height: 2.4rem; }
  .index-microblog .index-microblog__content p + p {
    margin-top: .7rem; }
  .index-microblog .index-microblog__spacer {
    height: 4rem; }
  .index-microblog .index-microblog__footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 1.2rem; }
  .index-microblog .index-microblog__link {
    display: flex;
    flex-direction: row;
    position: relative;
    text-decoration: none;
    width: 100%; }
    .index-microblog .index-microblog__link:hover {
      text-decoration: none; }
  @media screen and (max-width: 75em) {
    .index-microblog {
      height: 16rem;
      max-width: 100%;
      box-sizing: border-box;
      overflow: hidden; }
      .index-microblog .index-microblog__wrapper {
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
        overflow-y: hidden;
        overflow-x: auto;
        padding-bottom: 2rem;
        padding-left: 2rem;
        padding-right: 2rem; }
      .index-microblog .index-microblog__outer {
        width: 120rem;
        display: flex;
        flex-direction: row; } }
  @media screen and (max-width: 52.5em) {
    .index-microblog {
      margin-top: 0;
      height: auto; }
      .index-microblog .index-microblog__outer {
        width: 100%;
        box-sizing: border-box;
        flex-direction: column; }
      .index-microblog .index-microblog__post {
        margin: 0 auto;
        width: 100%;
        max-width: 50rem; }
        .index-microblog .index-microblog__post:nth-child(2) {
          margin-left: auto;
          margin-right: auto; }
        .index-microblog .index-microblog__post + .index-microblog__post {
          margin-top: 1.5rem; } }
  @media screen and (max-width: 40em) {
    .index-microblog {
      margin-bottom: 2rem; } }
  @media screen and (max-width: 27em) {
    .index-microblog .index-microblog__link {
      background-color: #fff;
      border-radius: 1rem;
      overflow: hidden;
      box-sizing: border-box;
      padding: .5rem;
      align-items: flex-start; }
    .index-microblog .index-microblog__image-wrapper {
      margin: 0 auto;
      width: auto;
      flex: 1 1 33%; }
    .index-microblog .index-microblog__content {
      width: auto;
      padding: 0 1rem;
      flex: 2 1 67%; }
      .index-microblog .index-microblog__content p {
        font-size: 1.1rem; }
    .index-microblog .index-microblog__title {
      font-size: 1.4rem;
      line-height: 2rem;
      margin-bottom: .4rem; } }

/* Homepage: About us
   -------------------------------------------------------------------------- */
.index-about {
  margin-bottom: 5rem;
  color: #000; }
  .index-about .index-about__wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 96%;
    padding: 3rem 5%;
    font-size: 1.8rem;
    text-align: center;
    background-color: #ddd;
    box-sizing: border-box; }
    .index-about .index-about__wrapper:before {
      display: table;
      content: ""; }
    .index-about .index-about__wrapper:after {
      display: table;
      content: "";
      clear: both; }
  .index-about .index-about__title {
    margin-bottom: 2rem;
    font-size: 3.5rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 600;
    text-transform: uppercase; }
  @media screen and (max-width: 40em) {
    .index-about .index-about__title {
      font-size: 2.5rem; } }

/* Homepage: newsletter signup form
   -------------------------------------------------------------------------- */
.index-newsletter {
  margin-bottom: 5rem;
  padding: 2rem 1rem;
  color: #fff;
  background-color: #474747; }
  .index-newsletter .index-newsletter__wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 96%; }
    .index-newsletter .index-newsletter__wrapper:before {
      display: table;
      content: ""; }
    .index-newsletter .index-newsletter__wrapper:after {
      display: table;
      content: "";
      clear: both; }
  .index-newsletter .index-newsletter__title {
    font-size: 1.9rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: -300px;
    line-height: 36px; }
  .index-newsletter .index-newsletter__fieldset {
    padding: 0 120px 0 300px; }
  .index-newsletter .index-newsletter__field {
    border: 0.1rem solid #c6c6c6;
    height: 36px;
    line-height: 36px; }
  .index-newsletter .index-newsletter__button {
    color: #fff;
    background-color: #67aa40;
    border: none;
    padding: 0;
    border-radius: 1rem;
    font-size: 1.6rem;
    font-family: "Montserrat", 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 .index-newsletter__button:hover {
      color: #fff;
      background-color: #67aa40; }

/* Homepage: map showing the position of the restaurant
   -------------------------------------------------------------------------- */
.index-map .index-map__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%; }
  .index-map .index-map__wrapper:before {
    display: table;
    content: ""; }
  .index-map .index-map__wrapper:after {
    display: table;
    content: "";
    clear: both; }
.index-map .index-map__shop {
  width: 35rem;
  background-color: #fff;
  border: .1rem solid #c6c6c6;
  display: none; }
  .index-map .index-map__shop .social-icons__link {
    border: 0.1rem solid #000; }
.index-map .index-map__shop-title {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1; }
.index-map .index-map__shop-phone {
  margin: 1rem 0;
  font-size: 1.8rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 600; }
  .index-map .index-map__shop-phone a {
    color: #000; }
.index-map .index-map__order-button {
  color: #fff;
  background-color: #67aa40;
  border: none;
  padding: 0.7em 0;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-family: "Montserrat", 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 .index-map__order-button:hover {
    color: #fff;
    background-color: #67aa40; }
.index-map .index-map__embed,
.index-map .index-map__embed-link,
.index-map .index-map__embed-image {
  position: static; }
.index-map .index-map__embed {
  text-align: center;
  background-color: #67aa40; }
.index-map .index-map__embed-link {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto; }
.index-map .index-map__embed-image {
  max-width: 100%;
  border-radius: 1rem; }
@media screen and (max-width: 52.5em) {
  .index-map .index-map__embed {
    height: auto; } }

/* Homepage: list of restaurants (franchises only)
   -------------------------------------------------------------------------- */
.index-shop-list {
  margin: 4rem 0 1rem; }
  .index-shop-list .index-shop-list__wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 96%; }
    .index-shop-list .index-shop-list__wrapper:before {
      display: table;
      content: ""; }
    .index-shop-list .index-shop-list__wrapper:after {
      display: table;
      content: "";
      clear: both; }
  .index-shop-list .index-shop-list__header {
    margin-bottom: 3rem;
    text-align: center; }
  .index-shop-list .index-shop-list__title {
    font-size: 3.5rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700;
    text-transform: uppercase; }
  .index-shop-list .index-shop-list__filter {
    display: inline-block; }
  .index-shop-list .index-shop-list__shop {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center; }
  .index-shop-list .index-shop-list__shop-title {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2; }
  @media screen and (max-width: 52.5em) {
    .index-shop-list {
      margin: 2rem 0 0; }
      .index-shop-list .index-shop-list__header {
        margin-bottom: 2rem; } }
  @media screen and (max-width: 40em) {
    .index-shop-list .index-shop-list__title {
      font-size: 2.5rem; } }

/*  --------------------------------------------------------------------------
    Checkout charity banner
    -------------------------------------------------------------------------- */
.charity-banner {
  width: 100%;
  max-width: 81rem;
  margin: 1rem auto;
  box-shadow: 0 0.3rem 0.99rem 0.01rem rgba(0, 0, 0, 0.26);
  box-sizing: border-box;
  position: relative; }
  .charity-banner__link {
    display: block;
    text-decoration: none; }
  .charity-banner__text {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    box-sizing: border-box;
    padding: 0 20%;
    font-size: 2.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700;
    line-height: 3rem;
    font-style: italic;
    text-align: center; }
    @media screen and (max-width: 35rem) {
      .charity-banner__text {
        font-size: 2rem;
        line-height: 2.4rem; } }
    @media screen and (max-width: 30rem) {
      .charity-banner__text {
        font-size: 1.6rem;
        line-height: 2rem; } }
    @media screen and (max-width: 23.75rem) {
      .charity-banner__text {
        font-size: 1.4rem;
        line-height: 1.8rem; } }
  .charity-banner__image-wrapper {
    width: 100%; }
  .charity-banner__image {
    display: block; }

/* --------------------------------------------------------------------------
   Register by phone number additionals
   -------------------------------------------------------------------------- */
.checkout__form_guest_checkout .iti {
  width: 100%; }

.checkout__section_register .iti,
.checkout__section_guest_checkout .iti {
  margin-bottom: .5em; }
.checkout__section_register .checkout-row__group-label_checkbox,
.checkout__section_register .iti ~ .checkout-row__group-label_checkbox,
.checkout__section_guest_checkout .checkout-row__group-label_checkbox,
.checkout__section_guest_checkout .iti ~ .checkout-row__group-label_checkbox {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1.6rem;
  font-size: 100%; }
.checkout__section_register .iti ~ .checkout-row__group-label_checkbox,
.checkout__section_guest_checkout .iti ~ .checkout-row__group-label_checkbox {
  margin-top: 0; }
.checkout__section_register .checkout-row,
.checkout__section_guest_checkout .checkout-row {
  font-size: 0;
  position: relative; }
  .checkout__section_register .checkout-row ~ .checkout-row__group-item,
  .checkout__section_guest_checkout .checkout-row ~ .checkout-row__group-item {
    margin-top: .6rem; }
  .checkout__section_register .checkout-row.checkout-row__group-item_info,
  .checkout__section_guest_checkout .checkout-row.checkout-row__group-item_info {
    display: block;
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 1.2rem; }
    .checkout__section_register .checkout-row.checkout-row__group-item_info.hidden,
    .checkout__section_guest_checkout .checkout-row.checkout-row__group-item_info.hidden {
      display: none; }
  .checkout__section_register .checkout-row.checkout-row__group-item_warning,
  .checkout__section_guest_checkout .checkout-row.checkout-row__group-item_warning {
    margin-top: -1rem;
    margin-bottom: 1rem; }
    .checkout__section_register .checkout-row.checkout-row__group-item_warning.visible,
    .checkout__section_guest_checkout .checkout-row.checkout-row__group-item_warning.visible {
      display: block;
      font-size: 1.2rem; }
  .checkout__section_register .checkout-row .iti,
  .checkout__section_guest_checkout .checkout-row .iti {
    width: 100%; }
    .checkout__section_register .checkout-row .iti ~ .checkout-row__group-item.checkout-row__group-item_info,
    .checkout__section_guest_checkout .checkout-row .iti ~ .checkout-row__group-item.checkout-row__group-item_info {
      margin-top: .5rem;
      margin-bottom: .5rem; }
      .checkout__section_register .checkout-row .iti ~ .checkout-row__group-item.checkout-row__group-item_info.hidden,
      .checkout__section_guest_checkout .checkout-row .iti ~ .checkout-row__group-item.checkout-row__group-item_info.hidden {
        margin-top: 0;
        margin-bottom: 0; }
  .checkout__section_register .checkout-row button,
  .checkout__section_guest_checkout .checkout-row button {
    color: #fff;
    background-color: #67aa40;
    border: none;
    padding: 0 2rem;
    border-radius: 1rem;
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    transition: background-color .2s ease, color .2s ease;
    display: block;
    width: 50%;
    outline: none;
    box-shadow: none;
    border: none;
    line-height: 3.2rem;
    cursor: pointer; }
    .checkout__section_register .checkout-row button:hover,
    .checkout__section_guest_checkout .checkout-row button:hover {
      color: #fff;
      background-color: #67aa40; }
    .checkout__section_register .checkout-row button.form-buttons__button_disabled,
    .checkout__section_guest_checkout .checkout-row button.form-buttons__button_disabled {
      color: #000;
      background-color: #c3c3c3;
      cursor: default; }
      .checkout__section_register .checkout-row button.form-buttons__button_disabled:hover,
      .checkout__section_guest_checkout .checkout-row button.form-buttons__button_disabled:hover {
        color: #000;
        background-color: #c3c3c3;
        cursor: default; }
    @media screen and (max-width: 43.75em) {
      .checkout__section_register .checkout-row button,
      .checkout__section_guest_checkout .checkout-row button {
        top: auto;
        bottom: 0; } }
    @media screen and (max-width: 40em) {
      .checkout__section_register .checkout-row button,
      .checkout__section_guest_checkout .checkout-row button {
        display: block;
        width: 100%;
        position: static; } }
  .checkout__section_register .checkout-row .checkout-row__field-text[type="tel"],
  .checkout__section_guest_checkout .checkout-row .checkout-row__field-text[type="tel"] {
    display: inline-block;
    width: 100%; }
    .checkout__section_register .checkout-row .checkout-row__field-text[type="tel"] ~ button,
    .checkout__section_guest_checkout .checkout-row .checkout-row__field-text[type="tel"] ~ button {
      display: inline-block;
      width: 50%;
      position: absolute;
      top: 0;
      right: 0;
      outline: none;
      box-shadow: none;
      border: none;
      transition: all .3s ease; }
      @media screen and (max-width: 43.75em) {
        .checkout__section_register .checkout-row .checkout-row__field-text[type="tel"] ~ button,
        .checkout__section_guest_checkout .checkout-row .checkout-row__field-text[type="tel"] ~ button {
          top: auto;
          bottom: 0; } }
      @media screen and (max-width: 40em) {
        .checkout__section_register .checkout-row .checkout-row__field-text[type="tel"] ~ button,
        .checkout__section_guest_checkout .checkout-row .checkout-row__field-text[type="tel"] ~ button {
          display: block;
          width: 100%;
          position: static; } }

.page_login .checkout .checkout__section_login.checkout__section_one-section,
.page_login .checkout .checkout__section_register.checkout__section_one-section,
.page_order_step2 .checkout .checkout__section_login.checkout__section_one-section,
.page_order_step2 .checkout .checkout__section_register.checkout__section_one-section {
  margin-top: 0;
  padding: 0;
  border-top: none; }
  .page_login .checkout .checkout__section_login.checkout__section_one-section .form-buttons,
  .page_login .checkout .checkout__section_register.checkout__section_one-section .form-buttons,
  .page_order_step2 .checkout .checkout__section_login.checkout__section_one-section .form-buttons,
  .page_order_step2 .checkout .checkout__section_register.checkout__section_one-section .form-buttons {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between; }
    .page_login .checkout .checkout__section_login.checkout__section_one-section .form-buttons:before, .page_login .checkout .checkout__section_login.checkout__section_one-section .form-buttons:after,
    .page_login .checkout .checkout__section_register.checkout__section_one-section .form-buttons:before,
    .page_login .checkout .checkout__section_register.checkout__section_one-section .form-buttons:after,
    .page_order_step2 .checkout .checkout__section_login.checkout__section_one-section .form-buttons:before,
    .page_order_step2 .checkout .checkout__section_login.checkout__section_one-section .form-buttons:after,
    .page_order_step2 .checkout .checkout__section_register.checkout__section_one-section .form-buttons:before,
    .page_order_step2 .checkout .checkout__section_register.checkout__section_one-section .form-buttons:after {
      display: none; }
    .page_login .checkout .checkout__section_login.checkout__section_one-section .form-buttons__link,
    .page_login .checkout .checkout__section_register.checkout__section_one-section .form-buttons__link,
    .page_order_step2 .checkout .checkout__section_login.checkout__section_one-section .form-buttons__link,
    .page_order_step2 .checkout .checkout__section_register.checkout__section_one-section .form-buttons__link {
      order: 2; }
      .page_login .checkout .checkout__section_login.checkout__section_one-section .form-buttons__link_login, .page_login .checkout .checkout__section_login.checkout__section_one-section .form-buttons__link_register,
      .page_login .checkout .checkout__section_register.checkout__section_one-section .form-buttons__link_login,
      .page_login .checkout .checkout__section_register.checkout__section_one-section .form-buttons__link_register,
      .page_order_step2 .checkout .checkout__section_login.checkout__section_one-section .form-buttons__link_login,
      .page_order_step2 .checkout .checkout__section_login.checkout__section_one-section .form-buttons__link_register,
      .page_order_step2 .checkout .checkout__section_register.checkout__section_one-section .form-buttons__link_login,
      .page_order_step2 .checkout .checkout__section_register.checkout__section_one-section .form-buttons__link_register {
        order: 1; }
    @media screen and (max-width: 24em) {
      .page_login .checkout .checkout__section_login.checkout__section_one-section .form-buttons,
      .page_login .checkout .checkout__section_register.checkout__section_one-section .form-buttons,
      .page_order_step2 .checkout .checkout__section_login.checkout__section_one-section .form-buttons,
      .page_order_step2 .checkout .checkout__section_register.checkout__section_one-section .form-buttons {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center; }
        .page_login .checkout .checkout__section_login.checkout__section_one-section .form-buttons__button,
        .page_login .checkout .checkout__section_register.checkout__section_one-section .form-buttons__button,
        .page_order_step2 .checkout .checkout__section_login.checkout__section_one-section .form-buttons__button,
        .page_order_step2 .checkout .checkout__section_register.checkout__section_one-section .form-buttons__button {
          margin: 0 25% 1rem; }
        .page_login .checkout .checkout__section_login.checkout__section_one-section .form-buttons__link,
        .page_login .checkout .checkout__section_register.checkout__section_one-section .form-buttons__link,
        .page_order_step2 .checkout .checkout__section_login.checkout__section_one-section .form-buttons__link,
        .page_order_step2 .checkout .checkout__section_register.checkout__section_one-section .form-buttons__link {
          order: 1;
          margin-right: auto; }
          .page_login .checkout .checkout__section_login.checkout__section_one-section .form-buttons__link_login, .page_login .checkout .checkout__section_login.checkout__section_one-section .form-buttons__link_register,
          .page_login .checkout .checkout__section_register.checkout__section_one-section .form-buttons__link_login,
          .page_login .checkout .checkout__section_register.checkout__section_one-section .form-buttons__link_register,
          .page_order_step2 .checkout .checkout__section_login.checkout__section_one-section .form-buttons__link_login,
          .page_order_step2 .checkout .checkout__section_login.checkout__section_one-section .form-buttons__link_register,
          .page_order_step2 .checkout .checkout__section_register.checkout__section_one-section .form-buttons__link_login,
          .page_order_step2 .checkout .checkout__section_register.checkout__section_one-section .form-buttons__link_register {
            order: 2;
            margin-right: 0; } }
.page_login .form-buttons__button + .form-buttons__button_register,
.page_login .form-buttons__button + .form-buttons__button_register-guest,
.page_order_step2 .form-buttons__button + .form-buttons__button_register,
.page_order_step2 .form-buttons__button + .form-buttons__button_register-guest {
  display: none; }
.page_login .form-buttons__button.hidden + .form-buttons__button_register,
.page_login .form-buttons__button.hidden + .form-buttons__button_register-guest,
.page_order_step2 .form-buttons__button.hidden + .form-buttons__button_register,
.page_order_step2 .form-buttons__button.hidden + .form-buttons__button_register-guest {
  display: block; }
.page_login .phone-box .form-buttons__button.form-buttons__button_disabled,
.page_order_step2 .phone-box .form-buttons__button.form-buttons__button_disabled {
  color: #000;
  background-color: #c3c3c3;
  cursor: default; }
  .page_login .phone-box .form-buttons__button.form-buttons__button_disabled:hover,
  .page_order_step2 .phone-box .form-buttons__button.form-buttons__button_disabled:hover {
    cursor: default; }
.page_login .phone-box__set,
.page_order_step2 .phone-box__set {
  margin-bottom: 1.8rem; }
  .page_login .phone-box__set .iti,
  .page_order_step2 .phone-box__set .iti {
    display: block;
    width: 100%; }
.page_login .phone-box__group,
.page_order_step2 .phone-box__group {
  margin-bottom: 1.8rem; }
  .page_login .phone-box__group .form-buttons__button,
  .page_order_step2 .phone-box__group .form-buttons__button {
    margin-bottom: 1.8rem; }
.page_login .phone-box__group .form-buttons__button,
.page_login .phone-box__controls .form-buttons__button,
.page_order_step2 .phone-box__group .form-buttons__button,
.page_order_step2 .phone-box__controls .form-buttons__button {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  transition: all .3s ease; }
  @media screen and (max-width: 40em) {
    .page_login .phone-box__group .form-buttons__button,
    .page_login .phone-box__controls .form-buttons__button,
    .page_order_step2 .phone-box__group .form-buttons__button,
    .page_order_step2 .phone-box__controls .form-buttons__button {
      width: 100%; } }
.page_login .checkout-row.checkout-row_company,
.page_order_step2 .checkout-row.checkout-row_company {
  display: none; }

.page_order_step2 .checkout__section.checkout__section_login, .page_order_step2 .checkout__section.checkout__section_guest_checkout {
  margin-top: 5rem; }
.page_order_step2 .checkout__section + .checkout__section {
  border: none;
  padding-top: 0; }
@media screen and (max-width: 67.5em) {
  .page_order_step2 .checkout-row__label {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 .5rem 0; }
  .page_order_step2 .iti {
    width: 100%; }
    .page_order_step2 .iti ~ button {
      position: static;
      display: block;
      width: 100%; } }

.category-banner {
  display: block;
  width: 100%; }
  .category-banner .category-banner__wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 96%; }
    .category-banner .category-banner__wrapper:before {
      display: table;
      content: ""; }
    .category-banner .category-banner__wrapper:after {
      display: table;
      content: "";
      clear: both; }
    @media screen and (max-width: 52.5em) {
      .category-banner .category-banner__wrapper {
        width: 100%; } }
  .category-banner .category-banner__image {
    display: block;
    margin: 0 auto;
    border-radius: 1rem;
    overflow: hidden; }
    .category-banner .category-banner__image.category-banner__image_mobile {
      display: none; }
    @media screen and (max-width: 52.5em) {
      .category-banner .category-banner__image {
        display: none;
        border-radius: 1rem; }
        .category-banner .category-banner__image.category-banner__image_mobile {
          display: block;
          border-radius: 0; } }

/* --------------------------------------------------------------------------
   Restaurants map on homepage
   -------------------------------------------------------------------------- */
.restaurants {
  min-height: 60rem; }
  .restaurants .restaurants__panel {
    margin-right: 0;
    background-color: #fff;
    position: absolute; }
  .restaurants .restaurants__board[data-google-locator-restaurants-selected] .restaurants__restaurant {
    display: none; }
  .restaurants .restaurants__board .restaurants__restaurant[data-google-locator-restaurant-selected] {
    display: block; }
  .restaurants .restaurant-summary__name,
  .restaurants .restaurant-summary__implementation {
    font-size: 1.6rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #67aa40;
    font-weight: 700;
    text-transform: uppercase; }
  .restaurants .restaurant-summary__implementation {
    text-align: center;
    margin-top: 1rem;
    color: #ff0000; }
  .restaurants .restaurant-summary__address,
  .restaurants .restaurant-summary__city,
  .restaurants .restaurant-summary__times,
  .restaurants .restaurant-summary__distance {
    font-size: 1.2rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 1.6rem;
    margin-bottom: .7rem; }
  .restaurants .restaurants__search {
    border: solid .1rem #67aa40;
    box-sizing: border-box; }
    .restaurants .restaurants__search .restaurants-search__button {
      background-color: #67aa40;
      color: #fff; }
  .restaurants .restaurant-details {
    margin-top: 1.9rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: solid .1rem #ccc; }
  .restaurants .restaurant-details__name-link,
  .restaurants .restaurant-details__implementation {
    font-size: 1.6rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #67aa40;
    font-weight: 700;
    text-transform: uppercase; }
  .restaurants .restaurant-details__implementation {
    text-align: center;
    margin-top: 1.2rem;
    color: #ff0000; }
  .restaurants .restaurant-details__item {
    font-size: 1.2rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 1.6rem; }
  .restaurants .restaurant-details__item-icon {
    color: #67aa40; }
  .restaurants .restaurant-details__order-button {
    color: #fff;
    background-color: #67aa40;
    border: none;
    padding: 0 2rem;
    border-radius: 1rem;
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    transition: background-color .2s ease, color .2s ease;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 3.2rem; }
    .restaurants .restaurant-details__order-button:hover {
      color: #fff;
      background-color: #67aa40; }
    .restaurants .restaurant-details__order-button_implementation {
      box-sizing: border-box;
      text-align: center; }
  @media screen and (max-width: 48em) {
    .restaurants {
      height: auto !important;
      min-height: auto; }
      .restaurants .restaurants__map {
        display: block;
        padding-bottom: 0;
        z-index: 1; }
        .restaurants .restaurants__map-wrapper {
          min-height: 50vh; }
      .restaurants .restaurants__panel {
        width: 100%;
        box-sizing: border-box;
        padding: 0;
        position: static;
        height: auto;
        overflow-y: initial; }
      .restaurants__search {
        margin-top: 0;
        display: none; }
      .restaurants__board {
        margin-top: 0;
        margin-bottom: 0; }
      .restaurants .restaurant-details {
        margin-top: 0;
        padding-top: 1.9rem;
        margin-bottom: 0;
        box-sizing: border-box;
        padding-left: 2rem;
        padding-right: 2rem; }
      .restaurants .restaurant-summary {
        display: none; }
      .restaurants .restaurants__button {
        display: none;
        color: #67aa40;
        background-color: #fff;
        border: none;
        padding: 0;
        border-radius: 1rem 1rem 0 0;
        font-size: 1.4rem;
        font-family: "Montserrat", Arial, Helvetica, sans-serif;
        transition: background-color .2s ease, color .2s ease;
        font-size: 1.2rem;
        font-weight: 700;
        text-transform: uppercase;
        box-sizing: border-box;
        border: solid .1rem #67aa40; }
        .restaurants .restaurants__button:hover {
          color: #67aa40;
          background-color: #fff; }
      .restaurants.restaurants_show-map .restaurants__panel {
        display: none; }
      .restaurants.restaurants_show-map .restaurants__search {
        position: static; } }

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

.basket-upselling {
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0 0.3rem 0.99rem 0.01rem rgba(0, 0, 0, 0.26); }
  .basket-upselling .basket-upselling__image-wrapper {
    margin-bottom: 1rem; }
    .basket-upselling .basket-upselling__image-wrapper .basket-upselling__image {
      max-width: 100%;
      border-radius: 1rem;
      display: block; }
  .basket-upselling .basket-upselling__header {
    padding: 0.5rem 1rem; }
    .basket-upselling .basket-upselling__header .basket-upselling__title {
      font-size: 1.6rem;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      color: #67aa40;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 1rem; }
  .basket-upselling .basket-upselling__footer {
    padding: 0.5rem 1rem 1rem; }
    .basket-upselling .basket-upselling__footer .basket-upselling__footer-wrapper {
      text-align: center; }
    .basket-upselling .basket-upselling__footer .nice-select__container {
      width: 100%;
      margin-bottom: 1.5rem; }
      .basket-upselling .basket-upselling__footer .nice-select__container .nice-select {
        width: 100%;
        float: none;
        padding-right: 2rem; }
        .basket-upselling .basket-upselling__footer .nice-select__container .nice-select .current {
          overflow: hidden;
          text-overflow: ellipsis;
          display: block; }
        .basket-upselling .basket-upselling__footer .nice-select__container .nice-select .list {
          width: 100%;
          max-height: 10rem;
          bottom: 100%;
          top: auto;
          transform-origin: 50% 100%;
          transform: scale(0.75) translateY(21px); }
        .basket-upselling .basket-upselling__footer .nice-select__container .nice-select.open .list {
          overflow-y: auto;
          transform: scale(1) translateY(0); }
        .basket-upselling .basket-upselling__footer .nice-select__container .nice-select .option {
          padding-right: 1.5rem;
          padding-left: 1.5rem;
          overflow: hidden;
          text-overflow: ellipsis; }
    .basket-upselling .basket-upselling__footer .basket-upselling__button {
      width: 80%;
      padding: 0.6rem 1rem;
      color: #fff;
      background-color: #67aa40;
      border: none;
      border-radius: 1rem;
      font-size: 1.4rem;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-weight: 400;
      transition: background-color .2s ease, color .2s ease; }
      .basket-upselling .basket-upselling__footer .basket-upselling__button:hover {
        color: #fff;
        background-color: #67aa40; }

.checkout__upselling .product__form .product__top {
  margin-bottom: 2rem; }
.checkout__upselling .product__form .product__bottom .product__buttons,
.checkout__upselling .product__form .product__bottom .product__mobile-price {
  display: none; }
.checkout__upselling .product__form .product__mobile-price {
  background-color: transparent;
  color: #67aa40;
  text-align: left;
  font-size: 1.6rem; }
  .checkout__upselling .product__form .product__mobile-price .product__mobile-price-value {
    font-size: 1.6rem;
    font-weight: 700; }

/* --------------------------------------------------------------------------
   Page contact
   -------------------------------------------------------------------------- */
.page_job_vacancy .page__content,
.page_contact .page__content {
  background: url(../assets-images/main-bg.jpg) top center;
  background-size: 70%; }
.page_job_vacancy .content,
.page_contact .content {
  margin: 0;
  padding-top: 2rem;
  padding-bottom: 2rem; }
.page_job_vacancy .content__side,
.page_contact .content__side {
  display: none; }
.page_job_vacancy .content__main,
.page_contact .content__main {
  margin-left: auto;
  margin-right: auto;
  float: none;
  width: 100%;
  box-sizing: border-box;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 5rem;
  text-align: center; }
.page_job_vacancy .static-page__title,
.page_contact .static-page__title {
  color: #67aa40; }

.static-page__text-hilighted {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  border-radius: .5rem;
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
  width: fit-content;
  margin: 0 auto; }
  .static-page__text-hilighted p {
    margin: 0; }

.contact-form {
  max-width: 38rem;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
  padding-top: 4rem;
  padding-bottom: 4rem; }
  .contact-form .form .form-row {
    margin-bottom: 3rem;
    display: block;
    width: 100%; }
  .contact-form .form-row {
    margin-bottom: 2rem; }
  .contact-form .form-row__label {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 2rem;
    margin-bottom: .5rem; }
    .contact-form .form-row__label_required:after {
      content: "*"; }
  .contact-form .form-row__field-text,
  .contact-form .form-row__field-textarea {
    display: block;
    width: 100%;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    border: solid .1rem #67aa40;
    background-color: #fff;
    line-height: 3rem;
    height: 3.2rem;
    padding: 0 1.5rem;
    border-radius: .5rem; }
    .contact-form .form-row__field-text:focus,
    .contact-form .form-row__field-textarea:focus {
      outline: none;
      box-shadow: none; }
  .contact-form .form-row__field-textarea {
    resize: none;
    min-height: 20rem; }
  .contact-form .form-row__field-textarea::-webkit-input-placeholder {
    color: #000;
    font-style: italic; }
  .contact-form .form-row__field-textarea::-moz-placeholder {
    color: #000;
    font-style: italic; }
  .contact-form .form-row__field-textarea:-ms-input-placeholder {
    color: #000;
    font-style: italic; }
  .contact-form .form-row__message {
    display: none; }
  .contact-form [data-form-row-invalid] .form-row__message {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #ff0000;
    font-weight: 500;
    line-height: 1.6rem;
    margin-top: .5rem; }
  .contact-form .nice-select__container,
  .contact-form .nice-select {
    display: block;
    width: 100%;
    float: none; }
  .contact-form .nice-select {
    line-height: 3rem;
    height: 3.2rem;
    padding-left: 1.5rem;
    border: solid .1rem #67aa40;
    border-radius: .5rem; }
    .contact-form .nice-select:after {
      right: 1rem;
      border-right-color: #67aa40;
      border-bottom-color: #67aa40; }
    .contact-form .nice-select .option.focus:not(.selected) {
      color: #000; }
      .contact-form .nice-select .option.focus:not(.selected):hover {
        color: #fff; }
    .contact-form .nice-select > .current.option_logo_Selectthereasonforyourcontact,
    .contact-form .nice-select > .current.option_logo_Chooseyourbranch {
      color: #828282;
      font-style: italic; }
    .contact-form .nice-select .list {
      max-height: 25rem; }
    .contact-form .nice-select.open .list {
      margin-left: 0;
      width: 100%;
      max-height: 25rem;
      overflow-y: auto; }
  .contact-form .search-container {
    display: flex;
    flex-direction: column; }
    .contact-form .search-container .form-row__field-select-inputbox {
      font-size: 1.4rem;
      line-height: 3rem;
      font-weight: 400;
      height: 3.2rem;
      border: solid 1px #67aa40;
      border-radius: .5rem;
      padding: 0 1rem;
      outline: none;
      box-shadow: none;
      box-sizing: border-box;
      display: block;
      opacity: 0;
      height: 0;
      overflow: hidden;
      width: 100%;
      position: absolute;
      top: 3.1rem;
      left: 0;
      transition: opacity .15s ease-out, height .15s ease-out; }
    .contact-form .search-container .nice-select {
      order: 1; }
      .contact-form .search-container .nice-select.open .list {
        margin-top: 33px; }
      .contact-form .search-container .nice-select.open .form-row__field-select-inputbox {
        height: 32px;
        opacity: 1; }
  .contact-form .form__footer {
    text-align: center; }
    .contact-form .form__footer .form-buttons__button_submit {
      float: none; }
  .contact-form .form-row__group_checkbox-label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 1rem;
    line-height: 1.6rem; }
  .contact-form .form-row__group_checkbox-input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    opacity: 0; }
  .contact-form .form-row__group_checkbox-text {
    box-sizing: border-box;
    padding-left: 2.5rem;
    font-size: 1.2rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .contact-form .form-row__group_checkbox-text:before, .contact-form .form-row__group_checkbox-text:after {
      box-sizing: border-box;
      position: absolute;
      top: 0;
      left: 0;
      content: ''; }
    .contact-form .form-row__group_checkbox-text:before {
      display: block;
      width: 1.6rem;
      height: 1.6rem;
      border: solid .1rem #67aa40;
      background-color: #fff;
      z-index: 1; }
    .contact-form .form-row__group_checkbox-text:after {
      display: none;
      width: 1rem;
      height: 1rem;
      background-color: #67aa40;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      margin: .3rem; }
  .contact-form .form-row__group_checkbox-input:checked + .form-row__group_checkbox-text:after {
    display: block; }

/* --------------------------------------------------------------------------
   Page awards
   -------------------------------------------------------------------------- */
.page_awards .page__content {
  background: url(../assets-images/main-bg.jpg) top center;
  background-size: 70%; }
.page_awards .content {
  margin: 0;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .page_awards .content .content__wrapper {
    max-width: 160rem; }
    .page_awards .content .content__wrapper .content__main {
      float: none;
      width: 100%; }
  .page_awards .content .static-page {
    padding-top: 5rem; }
  .page_awards .content .static-page__title {
    color: #67aa40;
    text-align: center; }
  .page_awards .content .static-page__columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
    padding: 4rem 2rem; }
    .page_awards .content .static-page__columns .static-page__column {
      flex-basis: calc(33.3333333333% - 4rem);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      border-radius: 1rem;
      background-color: #67aa40;
      color: #fff;
      margin: 1rem;
      padding: 2rem;
      box-sizing: border-box;
      text-align: center; }
      @media screen and (max-width: 65em) {
        .page_awards .content .static-page__columns .static-page__column {
          flex-basis: calc(50% - 4rem); } }
      @media screen and (max-width: 42.5em) {
        .page_awards .content .static-page__columns .static-page__column {
          flex-basis: calc(100% - 4rem); } }
      .page_awards .content .static-page__columns .static-page__column:nth-child(2n) {
        background-color: #2c2c2c; }
      .page_awards .content .static-page__columns .static-page__column .static-page__image-wrapper {
        margin: -2rem -2rem 2.5rem; }
        .page_awards .content .static-page__columns .static-page__column .static-page__image-wrapper .static-page__image {
          border-radius: 1rem 1rem 0 0; }
      .page_awards .content .static-page__columns .static-page__column p {
        font-size: 1.6rem;
        line-height: 2rem;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 0; }
      .page_awards .content .static-page__columns .static-page__column h2 {
        margin: 2.5rem 0;
        font-size: 2.4rem;
        line-height: 2.6rem;
        text-transform: uppercase;
        flex: 1; }
      .page_awards .content .static-page__columns .static-page__column .static-page__link {
        text-decoration: none;
        display: inline-block;
        font-size: 2rem;
        font-weight: 700;
        line-height: 4.6rem;
        border: .2rem solid #fff;
        border-radius: 1rem;
        padding: 0 2rem;
        margin: .5rem;
        box-sizing: border-box;
        transition: background-color .2s ease, color .2s ease; }
        .page_awards .content .static-page__columns .static-page__column .static-page__link:hover {
          background-color: #fff;
          color: #67aa40; }
        @media screen and (max-width: 21.25em) {
          .page_awards .content .static-page__columns .static-page__column .static-page__link {
            padding: 0 1rem; } }

/* --------------------------------------------------------------------------
   Page franchising
   -------------------------------------------------------------------------- */
.page_franchising .page__content {
  background: url(../assets-images/main-bg.jpg) top center;
  background-size: 70%; }
.page_franchising .franchising-form {
  margin-top: 2rem;
  border-top: .1rem solid #fff; }
  .page_franchising .franchising-form .form .form-row {
    margin-bottom: 3rem;
    display: block;
    width: 100%; }
  .page_franchising .franchising-form .franchising-form__title {
    font-size: 1.6rem;
    margin-bottom: 2rem; }
  .page_franchising .franchising-form .form-column {
    width: 100%;
    display: flex;
    flex-direction: row; }
    @media screen and (max-width: 33.75em) {
      .page_franchising .franchising-form .form-column {
        flex-direction: column; } }
    .page_franchising .franchising-form .form-column .form-row {
      padding: 0 .5rem;
      box-sizing: border-box;
      width: 50%;
      margin-bottom: 2rem;
      text-align: left; }
      .page_franchising .franchising-form .form-column .form-row .form-row {
        width: 100%; }
      .page_franchising .franchising-form .form-column .form-row:nth-child(1) {
        padding-right: 1rem; }
      .page_franchising .franchising-form .form-column .form-row:nth-child(2) {
        padding-left: 1rem; }
      @media screen and (max-width: 33.75em) {
        .page_franchising .franchising-form .form-column .form-row {
          width: 100%; }
          .page_franchising .franchising-form .form-column .form-row:nth-child(1) {
            padding-right: .5rem; }
          .page_franchising .franchising-form .form-column .form-row:nth-child(2) {
            padding-left: .5rem; } }
      .page_franchising .franchising-form .form-column .form-row .form-row__label {
        margin-bottom: .5rem;
        display: block; }
      .page_franchising .franchising-form .form-column .form-row .form-row__field-text,
      .page_franchising .franchising-form .form-column .form-row .form-row__field-textarea {
        display: block;
        width: 100%;
        outline: none;
        box-shadow: none;
        box-sizing: border-box;
        border: solid .1rem #fff;
        background-color: #fff;
        line-height: 3rem;
        height: 3.2rem;
        padding: 0 1.5rem;
        border-radius: .5rem; }
        .page_franchising .franchising-form .form-column .form-row .form-row__field-text:focus,
        .page_franchising .franchising-form .form-column .form-row .form-row__field-textarea:focus {
          outline: none;
          box-shadow: none; }
      .page_franchising .franchising-form .form-column .form-row .form-row__field-textarea {
        resize: none;
        min-height: 22.3rem; }
      .page_franchising .franchising-form .form-column .form-row .form-row__group-radio-capital .form-row__group_radio-label {
        display: block; }
        .page_franchising .franchising-form .form-column .form-row .form-row__group-radio-capital .form-row__group_radio-label + .form-row__group_radio-label {
          margin-top: .5rem; }
      .page_franchising .franchising-form .form-column .form-row .form-row__group_radio-label {
        position: relative;
        margin-right: 1rem; }
        .page_franchising .franchising-form .form-column .form-row .form-row__group_radio-label .form-row__group_radio-input {
          position: absolute;
          margin: 0;
          top: 0;
          left: 0;
          opacity: 0; }
        .page_franchising .franchising-form .form-column .form-row .form-row__group_radio-label .form-row__group_radio-text {
          font-size: 1.4rem;
          line-height: 1.6rem;
          box-sizing: border-box;
          padding-left: 2.7rem;
          position: relative;
          display: inline-block;
          vertical-align: top; }
          .page_franchising .franchising-form .form-column .form-row .form-row__group_radio-label .form-row__group_radio-text:before, .page_franchising .franchising-form .form-column .form-row .form-row__group_radio-label .form-row__group_radio-text:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            box-sizing: border-box; }
          .page_franchising .franchising-form .form-column .form-row .form-row__group_radio-label .form-row__group_radio-text:before {
            display: block;
            width: 1.6rem;
            height: 1.6rem;
            background-color: #f1f1f1;
            border: solid .1rem #141414;
            margin: 0;
            z-index: 1; }
          .page_franchising .franchising-form .form-column .form-row .form-row__group_radio-label .form-row__group_radio-text:after {
            display: none;
            width: .8rem;
            height: .8rem;
            margin: .4rem;
            z-index: 2;
            background-color: #67aa40; }
        .page_franchising .franchising-form .form-column .form-row .form-row__group_radio-label .form-row__group_radio-input:checked ~ .form-row__group_radio-text:after {
          display: block; }
  .page_franchising .franchising-form .form-row__message {
    display: none; }
  .page_franchising .franchising-form [data-form-row-invalid] .form-row__message {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #ff0000;
    font-weight: 500;
    line-height: 1.6rem;
    margin-top: .5rem; }
  .page_franchising .franchising-form .form-buttons__button {
    text-decoration: none;
    float: none;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 3rem;
    border: .2rem solid #fff;
    border-radius: 1rem;
    padding: 0 2rem;
    margin: 1rem .5rem .5rem;
    box-sizing: border-box;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color .2s ease, color .2s ease; }
    .page_franchising .franchising-form .form-buttons__button:hover {
      background-color: #fff;
      color: #67aa40; }
.page_franchising .content {
  margin: 0;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .page_franchising .content .content__wrapper .content__main {
    float: none;
    width: 100%; }
  .page_franchising .content .content__wrapper .static-page__title {
    color: #67aa40;
    text-align: center; }
  .page_franchising .content .content__wrapper .static-page {
    padding-top: 5rem; }
  .page_franchising .content .content__wrapper .static-page__content {
    max-width: 70.4rem;
    border-radius: 1rem;
    background-color: #67aa40;
    color: #fff;
    padding: 2rem;
    box-sizing: border-box;
    text-align: center;
    margin: 4rem auto; }
    .page_franchising .content .content__wrapper .static-page__content .static-page__image-wrapper {
      margin: -2rem -2rem 2.5rem; }
      .page_franchising .content .content__wrapper .static-page__content .static-page__image-wrapper .static-page__image {
        border-radius: 1rem 1rem 0 0; }
    .page_franchising .content .content__wrapper .static-page__content p {
      font-size: 1.6rem;
      line-height: 2.4rem;
      font-weight: 500;
      margin-bottom: 0; }
    .page_franchising .content .content__wrapper .static-page__content h2 {
      margin: 3rem 0;
      font-size: 2.4rem;
      line-height: 2.6rem;
      text-transform: uppercase;
      flex: 1; }
    .page_franchising .content .content__wrapper .static-page__content .static-page__link {
      text-decoration: none;
      display: inline-block;
      font-size: 2rem;
      font-weight: 700;
      line-height: 4.6rem;
      border: .2rem solid #fff;
      border-radius: 1rem;
      padding: 0 2rem;
      margin: 3rem .5rem .5rem;
      box-sizing: border-box;
      text-transform: uppercase;
      letter-spacing: 1px;
      transition: background-color .2s ease, color .2s ease; }
      .page_franchising .content .content__wrapper .static-page__content .static-page__link:hover {
        background-color: #fff;
        color: #67aa40; }
      @media screen and (max-width: 21.25em) {
        .page_franchising .content .content__wrapper .static-page__content .static-page__link {
          padding: 0 1rem; } }

/* --------------------------------------------------------------------------
   Page charity
   -------------------------------------------------------------------------- */
.page_charity .page__content,
.page_mobile_application .page__content {
  background: url(../assets-images/main-bg.jpg) top center;
  background-size: 70%; }
.page_charity .content,
.page_mobile_application .content {
  margin: 0;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .page_charity .content .content__wrapper,
  .page_mobile_application .content .content__wrapper {
    max-width: 160rem; }
    .page_charity .content .content__wrapper .content__main,
    .page_mobile_application .content .content__wrapper .content__main {
      float: none;
      width: 100%; }
  .page_charity .content .static-page,
  .page_mobile_application .content .static-page {
    padding: 4rem 2rem; }
    .page_charity .content .static-page .static-page__title,
    .page_mobile_application .content .static-page .static-page__title {
      margin-top: 0;
      text-align: center;
      font-size: 4rem;
      line-height: 4rem;
      text-transform: none;
      color: #000; }
    .page_charity .content .static-page p,
    .page_mobile_application .content .static-page p {
      font-size: 1.6rem;
      line-height: 2.4rem;
      font-weight: 400;
      margin-bottom: 2rem;
      color: #000; }
      .page_charity .content .static-page p a:hover,
      .page_mobile_application .content .static-page p a:hover {
        text-decoration: underline; }
    .page_charity .content .static-page h2,
    .page_mobile_application .content .static-page h2 {
      margin: 2.5rem 0;
      font-size: 3.2rem;
      line-height: 3.2rem;
      color: #67aa40; }
    .page_charity .content .static-page .static-page__description,
    .page_mobile_application .content .static-page .static-page__description {
      margin-bottom: 2.5rem; }
    .page_charity .content .static-page .static-page__donate,
    .page_mobile_application .content .static-page .static-page__donate {
      margin-bottom: 4rem; }
      .page_charity .content .static-page .static-page__donate h2,
      .page_mobile_application .content .static-page .static-page__donate h2 {
        margin-top: 0; }
      @media screen and (max-width: 52.5em) {
        .page_charity .content .static-page .static-page__donate,
        .page_mobile_application .content .static-page .static-page__donate {
          margin-bottom: 1rem; } }
    .page_charity .content .static-page .static-page__columns,
    .page_mobile_application .content .static-page .static-page__columns {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      box-sizing: border-box;
      padding: 4rem 2rem 0; }
      .page_charity .content .static-page .static-page__columns .static-page__column,
      .page_mobile_application .content .static-page .static-page__columns .static-page__column {
        flex-basis: calc(33.3333333333% - 4rem);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        border-radius: 1rem;
        background-color: #67aa40;
        color: #fff;
        margin: 1rem;
        padding: 2rem;
        box-sizing: border-box;
        text-align: center; }
        @media screen and (max-width: 65em) {
          .page_charity .content .static-page .static-page__columns .static-page__column,
          .page_mobile_application .content .static-page .static-page__columns .static-page__column {
            flex-basis: calc(50% - 4rem); } }
        @media screen and (max-width: 42.5em) {
          .page_charity .content .static-page .static-page__columns .static-page__column,
          .page_mobile_application .content .static-page .static-page__columns .static-page__column {
            flex-basis: calc(100% - 4rem); } }
        .page_charity .content .static-page .static-page__columns .static-page__column:nth-child(2n),
        .page_mobile_application .content .static-page .static-page__columns .static-page__column:nth-child(2n) {
          background-color: #2c2c2c; }
        .page_charity .content .static-page .static-page__columns .static-page__column .static-page__image-wrapper,
        .page_mobile_application .content .static-page .static-page__columns .static-page__column .static-page__image-wrapper {
          margin: -2rem -2rem 2rem; }
          .page_charity .content .static-page .static-page__columns .static-page__column .static-page__image-wrapper .static-page__image,
          .page_mobile_application .content .static-page .static-page__columns .static-page__column .static-page__image-wrapper .static-page__image {
            border-radius: 1rem 1rem 0 0; }
        .page_charity .content .static-page .static-page__columns .static-page__column .static-page__link,
        .page_mobile_application .content .static-page .static-page__columns .static-page__column .static-page__link {
          text-decoration: none;
          display: inline-block;
          font-size: 2rem;
          font-weight: 700;
          line-height: 4.6rem;
          border: .2rem solid #fff;
          border-radius: 1rem;
          padding: 0 2rem;
          margin: .5rem;
          box-sizing: border-box;
          transition: background-color .2s ease, color .2s ease; }
          .page_charity .content .static-page .static-page__columns .static-page__column .static-page__link:hover,
          .page_mobile_application .content .static-page .static-page__columns .static-page__column .static-page__link:hover {
            background-color: #fff;
            color: #67aa40; }
          @media screen and (max-width: 21.25em) {
            .page_charity .content .static-page .static-page__columns .static-page__column .static-page__link,
            .page_mobile_application .content .static-page .static-page__columns .static-page__column .static-page__link {
              padding: 0 1rem; } }

.donate {
  display: flex;
  align-items: flex-start; }
  .donate__content {
    padding-left: 2rem;
    width: calc(100% - 46rem);
    box-sizing: border-box; }
  .donate__image-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 1rem;
    overflow: hidden;
    color: #fff;
    width: 46rem;
    box-sizing: border-box; }
  .donate_even .donate__link-wrapper {
    background-color: #2c2c2c; }
  .donate__image-wrapper {
    margin: 0; }
  .donate__image {
    display: block; }
  .donate__link-wrapper {
    width: 100%;
    padding: 2rem;
    box-sizing: border-box;
    background-color: #67aa40;
    text-align: center; }
  .donate__link {
    text-decoration: none;
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 4.6rem;
    border: .2rem solid #fff;
    border-radius: 1rem;
    padding: 0 2rem;
    box-sizing: border-box;
    transition: background-color .2s ease, color .2s ease; }
    .donate__link:hover {
      background-color: #fff;
      color: #67aa40; }
  @media screen and (max-width: 65em) {
    .donate__content {
      width: calc(100% - 36rem); }
    .donate__image-block {
      width: 36rem; } }
  @media screen and (max-width: 52.5em) {
    .donate {
      flex-direction: column; }
      .donate__content {
        width: 100%;
        padding-left: 0; }
      .donate__image-block {
        width: 100%;
        max-width: 46rem;
        margin: 0 auto 3rem; } }

.page_charity .page__content .content_static,
.page_static .page__content .content_static,
.page_awards .page__content .content_static,
.page_mobile_application .page__content .content_static {
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin: 0; }
  .page_charity .page__content .content_static .content__main,
  .page_static .page__content .content_static .content__main,
  .page_awards .page__content .content_static .content__main,
  .page_mobile_application .page__content .content_static .content__main {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #fff;
    box-shadow: 0 0.3rem 0.99rem 0.01rem rgba(0, 0, 0, 0.26);
    margin: 0 auto;
    border-radius: 1rem; }

.app-buttons {
  display: flex;
  margin-bottom: 3rem; }
  .app-buttons__link + .app-buttons__link {
    margin-left: 2rem; }
  .app-buttons__image {
    display: block; }

/* PRELOADER */
.category-slideshow,
.index-slideshow {
  position: relative;
  height: 30rem;
  background-color: rgba(241, 241, 241, 0.6);
  transition: background-color .3s ease;
  transition: height .3s ease; }
  @media screen and (max-width: 46.875em) {
    .category-slideshow,
    .index-slideshow {
      height: 15rem; } }
  .category-slideshow_show,
  .index-slideshow_show {
    height: auto;
    background-color: transparent; }
  .category-slideshow__preloader,
  .index-slideshow__preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.category-slideshow .unslider-nav {
  bottom: 2rem; }
.category-slideshow__image {
  display: block;
  margin: auto; }
@media screen and (max-width: 52.5em) {
  .category-slideshow .unslider-nav {
    bottom: 1.4rem; } }

.preloader {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  animation: slideshow-preloader-animation 1s linear infinite;
  margin: -8px auto 0; }

@keyframes slideshow-preloader-animation {
  0% {
    box-shadow: 0 -27px 0 0 rgba(103, 170, 64, 0.05), 19px -19px 0 0 rgba(103, 170, 64, 0.1), 27px 0 0 0 rgba(103, 170, 64, 0.2), 19px 19px 0 0 rgba(103, 170, 64, 0.3), 0 27px 0 0 rgba(103, 170, 64, 0.4), -19px 19px 0 0 rgba(103, 170, 64, 0.6), -27px 0 0 0 rgba(103, 170, 64, 0.8), -19px -19px 0 0 #67aa40; }
  12.5% {
    box-shadow: 0 -27px 0 0 #67aa40, 19px -19px 0 0 rgba(103, 170, 64, 0.05), 27px 0 0 0 rgba(103, 170, 64, 0.1), 19px 19px 0 0 rgba(103, 170, 64, 0.2), 0 27px 0 0 rgba(103, 170, 64, 0.3), -19px 19px 0 0 rgba(103, 170, 64, 0.4), -27px 0 0 0 rgba(103, 170, 64, 0.6), -19px -19px 0 0 rgba(103, 170, 64, 0.8); }
  25% {
    box-shadow: 0 -27px 0 0 rgba(103, 170, 64, 0.8), 19px -19px 0 0 #67aa40, 27px 0 0 0 rgba(103, 170, 64, 0.05), 19px 19px 0 0 rgba(103, 170, 64, 0.1), 0 27px 0 0 rgba(103, 170, 64, 0.2), -19px 19px 0 0 rgba(103, 170, 64, 0.3), -27px 0 0 0 rgba(103, 170, 64, 0.4), -19px -19px 0 0 rgba(103, 170, 64, 0.6); }
  37.5% {
    box-shadow: 0 -27px 0 0 rgba(103, 170, 64, 0.6), 19px -19px 0 0 rgba(103, 170, 64, 0.8), 27px 0 0 0 #67aa40, 19px 19px 0 0 rgba(103, 170, 64, 0.05), 0 27px 0 0 rgba(103, 170, 64, 0.1), -19px 19px 0 0 rgba(103, 170, 64, 0.2), -27px 0 0 0 rgba(103, 170, 64, 0.3), -19px -19px 0 0 rgba(103, 170, 64, 0.4); }
  50% {
    box-shadow: 0 -27px 0 0 rgba(103, 170, 64, 0.4), 19px -19px 0 0 rgba(103, 170, 64, 0.6), 27px 0 0 0 rgba(103, 170, 64, 0.8), 19px 19px 0 0 #67aa40, 0 27px 0 0 rgba(103, 170, 64, 0.05), -19px 19px 0 0 rgba(103, 170, 64, 0.1), -27px 0 0 0 rgba(103, 170, 64, 0.2), -19px -19px 0 0 rgba(103, 170, 64, 0.3); }
  62.5% {
    box-shadow: 0 -27px 0 0 rgba(103, 170, 64, 0.3), 19px -19px 0 0 rgba(103, 170, 64, 0.4), 27px 0 0 0 rgba(103, 170, 64, 0.6), 19px 19px 0 0 rgba(103, 170, 64, 0.8), 0 27px 0 0 #67aa40, -19px 19px 0 0 rgba(103, 170, 64, 0.05), -27px 0 0 0 rgba(103, 170, 64, 0.1), -19px -19px 0 0 rgba(103, 170, 64, 0.2); }
  75% {
    box-shadow: 0 -27px 0 0 rgba(103, 170, 64, 0.2), 19px -19px 0 0 rgba(103, 170, 64, 0.3), 27px 0 0 0 rgba(103, 170, 64, 0.4), 19px 19px 0 0 rgba(103, 170, 64, 0.6), 0 27px 0 0 rgba(103, 170, 64, 0.8), -19px 19px 0 0 #67aa40, -27px 0 0 0 rgba(103, 170, 64, 0.05), -19px -19px 0 0 rgba(103, 170, 64, 0.1); }
  87.5% {
    box-shadow: 0 -27px 0 0 rgba(103, 170, 64, 0.1), 19px -19px 0 0 rgba(103, 170, 64, 0.2), 27px 0 0 0 rgba(103, 170, 64, 0.3), 19px 19px 0 0 rgba(103, 170, 64, 0.4), 0 27px 0 0 rgba(103, 170, 64, 0.6), -19px 19px 0 0 rgba(103, 170, 64, 0.8), -27px 0 0 0 #67aa40, -19px -19px 0 0 rgba(103, 170, 64, 0.05); }
  100% {
    box-shadow: 0 -27px 0 0 rgba(103, 170, 64, 0.05), 19px -19px 0 0 rgba(103, 170, 64, 0.1), 27px 0 0 0 rgba(103, 170, 64, 0.2), 19px 19px 0 0 rgba(103, 170, 64, 0.3), 0 27px 0 0 rgba(103, 170, 64, 0.4), -19px 19px 0 0 rgba(103, 170, 64, 0.6), -27px 0 0 0 rgba(103, 170, 64, 0.8), -19px -19px 0 0 #67aa40; } }
/* SHOW PASSWORD */
.show-password__wrapper {
  position: relative; }
.show-password__icon {
  display: block;
  position: absolute;
  right: .5rem;
  top: 50%;
  width: 2.4rem;
  height: 2.4rem;
  transform: translateY(-50%);
  text-decoration: none;
  cursor: pointer;
  background: url(../assets-images/icon-eye.svg) center top;
  background-size: cover;
  opacity: 0;
  z-index: -1;
  transition: opacity .3s ease; }
.show-password__field {
  padding-right: 3rem; }
  .show-password__field:not(:placeholder-shown) ~ .show-password__icon {
    opacity: 1;
    z-index: initial; }

/* Basket surcharges */
.basket__surcharges-total {
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between; }
  .basket__surcharges-total:before, .basket__surcharges-total:after {
    display: none; }
.basket__surcharges-contents {
  width: 100%;
  display: block; }

/* SURCHARGES */
.surcharges__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%; }
.surcharges__title {
  font-size: 1.6rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #67aa40;
  font-weight: 400;
  line-height: 2rem;
  width: calc(100% - 12rem); }
.surcharges__details {
  width: 12rem;
  display: flex;
  justify-content: space-between; }
  .surcharges__details_single {
    justify-content: flex-end; }
    .surcharges__details_single .charity__amount {
      margin: 0; }
.surcharges__amount, .surcharges__input {
  font-size: 1.6rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #67aa40;
  font-weight: 400;
  line-height: 1.8rem;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 .5rem;
  border: solid .1rem #67aa40;
  margin: 0 .5rem; }
  .surcharges__amount.hidden, .surcharges__input.hidden {
    display: none; }
.surcharges__input {
  width: 6rem;
  padding: 0 0 0 .5rem; }
.surcharges__button_minus: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: ""; }
.surcharges__button_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: 0em;
  margin-left: 0em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }
.surcharges__button {
  width: 2rem;
  height: 2rem;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent; }
  .surcharges__button:before {
    border: solid .1rem #67aa40;
    color: #67aa40;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2rem;
    border: none; }
  .surcharges__button:hover {
    cursor: pointer; }
.surcharges__description {
  display: none; }
.surcharges__message {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #67aa40;
  font-weight: 400;
  line-height: 2.4rem;
  font-style: italic;
  margin-top: 2rem; }
.surcharges.hidden {
  display: none; }

.surcharges-total {
  margin-bottom: 0; }
  .surcharges-total__title, .surcharges-total__amount {
    font-size: 2rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #272727;
    font-weight: 400;
    line-height: 3rem; }

/* Surcharges trigger */
.surcharges-trigger {
  display: flex;
  align-items: center;
  gap: 1.5rem; }
  .surcharges-trigger.hidden {
    display: none; }
  .surcharges-trigger__label {
    font-size: 1.6rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #67aa40;
    font-weight: 700;
    line-height: 3.2rem;
    margin-bottom: 0; }
  .surcharges-trigger__button {
    float: none;
    flex-shrink: 0;
    color: #fff;
    background-color: #67aa40;
    border: none;
    padding: 0 2rem;
    border-radius: 1rem;
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    transition: background-color .2s ease, color .2s ease;
    min-width: 12rem;
    text-align: center;
    line-height: 3.2rem; }
    .surcharges-trigger__button:hover {
      color: #fff;
      background-color: #67aa40; }
    .surcharges-trigger__button .hidden {
      display: none; }
    .surcharges-trigger__button:hover {
      cursor: pointer; }

/* Datepicker */
.ui-datepicker {
  background-color: #f5f5f5;
  border-color: #67aa40;
  color: #333; }
  .ui-datepicker-header {
    border-color: #67aa40;
    background-color: #67aa40; }
  .ui-datepicker .ui-state-default {
    color: #0d0d0d;
    background-color: #fff;
    border-color: #67aa40;
    border-radius: .4rem;
    transition: all .3s ease; }
  .ui-datepicker .ui-state-hover,
  .ui-datepicker .ui-state-active,
  .ui-datepicker .ui-state-highlight,
  .ui-datepicker .ui-state-active:not(.ui-state-hover) {
    color: #fff;
    background-color: #67aa40;
    border-color: #67aa40; }
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    text-indent: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color, border-color, background-color .3s ease;
    top: 50%;
    transform: translate(0, -50%);
    color: #fff;
    border: solid 1px #67aa40;
    background-color: #67aa40; }
    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
      display: none; }
    .ui-datepicker .ui-datepicker-prev:before,
    .ui-datepicker .ui-datepicker-next:before {
      display: block;
      width: 100%;
      color: #fff; }
    .ui-datepicker .ui-datepicker-prev.ui-state-hover:not(.ui-state-disabled),
    .ui-datepicker .ui-datepicker-next.ui-state-hover:not(.ui-state-disabled) {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.4);
      border-color: rgba(255, 255, 255, 0.4);
      cursor: pointer; }
      .ui-datepicker .ui-datepicker-prev.ui-state-hover:not(.ui-state-disabled):before,
      .ui-datepicker .ui-datepicker-next.ui-state-hover:not(.ui-state-disabled):before {
        color: #fff; }
  .ui-datepicker .ui-datepicker-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: ""; }
  .ui-datepicker .ui-datepicker-prev.ui-state-hover:not(.ui-state-disabled) {
    left: 2px; }
  .ui-datepicker .ui-datepicker-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: ""; }
  .ui-datepicker .ui-datepicker-next.ui-state-hover {
    right: 2px; }

/* --------------------------------------------------------------------------
   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: "Montserrat", 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: "Montserrat", 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: "Montserrat", Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 600;
  text-transform: uppercase; }
.marketplace-locator__header-description {
  font-size: 1.4rem;
  font-family: "Montserrat", 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: "Montserrat", 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: "Montserrat", 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: "Montserrat", 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: "Montserrat", 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: "Montserrat", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  line-height: 1; }
.marketplace-filters__header-description {
  font-size: 1.6rem;
  font-family: "Montserrat", 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: "Montserrat", 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: "Montserrat", 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: "Montserrat", 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: #67aa40;
  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: "Montserrat", 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: "Montserrat", 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: "Montserrat", 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: "Montserrat", 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: ""; }

/* Showing Restaurants Info dropdown on mobile like a URL to the static page */
/* Restaurants info static page styles improovements */
.page_restaurant_info .shop-info__social-icons .social-icons__link {
  width: 2.8rem;
  height: 2.8rem;
  border: none; }
.page_restaurant_info .shop-info__social-icons .social-icons {
  display: flex;
  margin: 0;
  gap: 1rem; }
  .page_restaurant_info .shop-info__social-icons .social-icons:before, .page_restaurant_info .shop-info__social-icons .social-icons:after {
    display: none; }
.page_restaurant_info .shop-info__social-icons .social-icons .social-icons__icon {
  margin: 0; }
.page_restaurant_info .shop-info__title {
  margin: 0; }
.page_restaurant_info .shop-info__header {
  margin: 0 0 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem; }
  .page_restaurant_info .shop-info__header:before, .page_restaurant_info .shop-info__header:after {
    display: none; }
  @media screen and (max-width: 30em) {
    .page_restaurant_info .shop-info__header {
      flex-direction: column;
      align-items: flex-start; } }

/* index locator postcode label should be visible on locator page and must be hidden when google locator is active */
/* important in use to increase priority over JS */
.index-locator__postcode-label {
  display: block; }

[data-google-locator-instance] .index-locator__postcode-label {
  display: none !important; }

.page_order_step2,
.page_order_step3,
.page_order_step4,
.page_order_step5,
.page_order_step2.page_improved,
.page_order_step3.page_improved,
.page_order_step4.page_improved,
.page_order_step5.page_improved {
  padding-bottom: 0; }

@media screen and (max-width: 52.5em) {
  .page_favourites.page_improved,
  .page_menu.page_improved,
  .page_categories.page_improved,
  .page_deal_wizard.page_improved,
  .page_half_half.page_improved,
  .page_cyo.page_improved {
    padding-bottom: 0; } }
.hybrid_app.page_index .restaurant-info-menu__link {
  display: none; }
.hybrid_app .restaurant-info-menu__link {
  display: block; }
.hybrid_app .burger-menu {
  display: none; }
@media screen and (max-width: 52.5em) {
  .hybrid_app .header__burger-menu--app-visible .burger-menu {
    display: block; } }

.page_order .checkout__form + .checkout__form:has(section),
.page_order .checkout__section_loyalty,
.page_order .checkout__section_payment {
  margin-top: 5rem;
  box-sizing: border-box;
  padding-top: 5rem;
  border-top: solid .1rem #d1d1d1; }
.page_order .popup-modal .category__title {
  font-size: 2.2rem; }
.page_order .popup-modal .checkout__upselling {
  margin: 0 2rem 2rem 2rem; }
.page_order .popup-modal .category_upselling {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
.page_order .popup-modal .category_upselling .category__header {
  margin-bottom: 2rem; }
.page_order .popup-modal .product {
  margin-bottom: 2rem; }
.page_order .popup-modal .popup-modal__buttons {
  margin-bottom: 2rem; }
.page_order .popup-modal__content {
  max-width: 81rem;
  border-radius: 1rem;
  background-color: #f1f1f1; }
.page_order .checkout__upselling .product__add {
  font-size: 1.4rem; }
.page_order .checkout__upselling .product__price {
  font-size: 1.6rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  line-height: 2.4rem; }
.page_order .checkout__upselling .product__buttons {
  left: 1rem;
  width: calc(100% - 2rem); }
.page_order .checkout__upselling .product img {
  border-radius: 1rem; }
.page_order .checkout__upselling .popup-modal__button {
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #020202; }
@media screen and (max-width: 68.75em) {
  .page_order .checkout__section_address .checkout-row__label {
    padding: 0;
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    margin-left: 0; } }
@media screen and (max-width: 32em) {
  .page_order .category__products {
    margin-top: 0;
    width: 100%; }
  .page_order .product .product__name,
  .page_order .product .product__price {
    font-size: 1.4rem; } }
@media screen and (max-width: 26.25em) {
  .page_order .product .product__wrapper {
    padding-left: .5rem;
    padding-right: .5rem; }
  .page_order .product .product__name,
  .page_order .product .product__price {
    font-size: 1.2rem;
    line-height: 1.4rem; } }

.page_thank_you .checkout__section_thank-you .checkout__title {
  font-size: 1.8rem; }
.page_thank_you .checkout__section_thank-you .checkout-confirm_referral {
  display: none; }

.one-page-checkout .checkout-row__field-textarea {
  min-height: 5rem;
  height: 5rem; }
.one-page-checkout .checkout-variant__label:has(.checkout-variant__text_no-checkbox) + .checkout-variant__select .checkout-variant__select-label {
  padding: 0; }
.one-page-checkout .checkout__form + .checkout__form:has(section),
.one-page-checkout .checkout__form + .checkout__section_loyalty,
.one-page-checkout .checkout__section + .checkout__section_loyalty,
.one-page-checkout .checkout__section + .checkout__section_payment {
  margin-top: 2rem;
  padding-top: 2rem; }
.one-page-checkout .surcharges-trigger {
  margin-top: 2rem; }
.one-page-checkout .surcharges-trigger__label {
  line-height: 2rem; }
.one-page-checkout .checkout__total-price {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #67aa40; }
.one-page-checkout .checkout__header,
.one-page-checkout .checkout__title {
  margin-bottom: 0; }
.one-page-checkout .checkout__title {
  font-size: 1.8rem;
  justify-content: center; }
  @media screen and (max-width: 52.5em) {
    .one-page-checkout .checkout__title {
      width: 100%;
      box-sizing: border-box;
      padding-left: 3rem;
      padding-right: 3rem;
      position: relative; }
      .one-page-checkout .checkout__title .checkout__slide-icon {
        position: absolute;
        top: 0;
        right: 0; } }
.one-page-checkout .checkout-loyalty {
  line-height: 2rem; }
  .one-page-checkout .checkout-loyalty__teaser {
    margin-top: .7rem; }
  .one-page-checkout .checkout-loyalty__use-label_checkbox {
    position: relative; }
  .one-page-checkout .checkout-loyalty__use-text {
    display: block;
    text-indent: 2.6rem;
    position: relative; }
    .one-page-checkout .checkout-loyalty__use-text:before, .one-page-checkout .checkout-loyalty__use-text:after {
      content: '';
      position: absolute;
      box-sizing: border-box;
      top: 0;
      left: 0; }
    .one-page-checkout .checkout-loyalty__use-text:before {
      display: block;
      width: 1.6rem;
      height: 1.6rem;
      border: solid 1px #000;
      background-color: #fff;
      margin-top: .2rem;
      z-index: 1; }
    .one-page-checkout .checkout-loyalty__use-text:after {
      display: none;
      width: .8rem;
      height: .8rem;
      background-color: #67aa40;
      margin: .6rem .4rem;
      z-index: 2; }
  .one-page-checkout .checkout-loyalty__use-input {
    opacity: 0;
    margin: .3rem 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; }
    .one-page-checkout .checkout-loyalty__use-input:checked ~ .checkout-loyalty__use-text:after {
      display: block; }
.one-page-checkout .checkout-confirm__loyalty-redeemed {
  margin-top: .7rem; }
.one-page-checkout .checkout-confirm__loyalty-redeemed-points {
  margin-left: .4rem; }
.one-page-checkout .checkout__footer {
  margin-top: 2rem; }
.one-page-checkout .checkout-row .checkout-row__group-item_atoms {
  display: flex;
  flex-direction: column;
  gap: 2rem; }
  .one-page-checkout .checkout-row .checkout-row__group-item_atoms .checkout-row__group-atom,
  .one-page-checkout .checkout-row .checkout-row__group-item_atoms .checkout-row__group-atom:first-child {
    margin-bottom: 0; }
.one-page-checkout .checkout-row__group-atom {
  width: 100%;
  margin: 0; }
.one-page-checkout .checkout__fieldset_delivery-address {
  display: flex;
  flex-direction: column; }
  .one-page-checkout .checkout__fieldset_delivery-address .checkout-row__group-item_helper,
  .one-page-checkout .checkout__fieldset_delivery-address .checkout-row__field-textarea ~ .checkout-row__group-item_helper {
    display: none; }
.one-page-checkout #building_unit_floor_door {
  order: -1; }

.locator-v2 .shop-actions .action-button.delivery .button-icon {
  font-size: 0; }
  .locator-v2 .shop-actions .action-button.delivery .button-icon:before {
    content: "\01F697";
    font-size: 1.8rem;
    line-height: 1; }
.locator-v2 .shop-option.is-closed .shop-alert {
  border-color: #e80000;
  background-color: #f9d7d7; }
  .locator-v2 .shop-option.is-closed .shop-alert .alert-text {
    color: #d90000; }
