@charset "UTF-8";
/* ==========================================================================
   GENERAL
   ========================================================================== */
/* Imports
   -------------------------------------------------------------------------- */
@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
   -------------------------------------------------------------------------- */
/*SANUK*/
@font-face {
  font-family: 'SanukRegular';
  src: url("/assets-fonts/Sanuk-Regular.woff2") format("woff2"), url("/assets-fonts/Sanuk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'SanukMedium';
  src: url("/assets-fonts/Sanuk-Medium.woff2") format("woff2"), url("/assets-fonts/Sanuk-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/*GTSectra*/
@font-face {
  font-family: 'GTSectraBold';
  src: url("/assets-fonts/GTSectra-Bold.woff2") format("woff2"), url("/assets-fonts/GTSectra-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GTSectraBoldItalic';
  src: url("/assets-fonts/GTSectra-BoldItalic.woff2") format("woff2"), url("/assets-fonts/GTSectra-BoldItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* Base font
   -------------------------------------------------------------------------- */
body {
  font-size: 1.4rem;
  font-family: "SanukRegular", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

input, select, textarea {
  font-size: 1.4rem;
  font-family: "SanukRegular", Arial, Helvetica, sans-serif;
  font-weight: inherit; }

/* Page header
   -------------------------------------------------------------------------- */
.header {
  background: url("/assets-images/main-page-header-bg.jpg") bottom left no-repeat;
  background-color: #000;
  border-bottom: solid 1rem #f7394e;
  padding: 1rem 0;
  background-size: cover; }
  @media screen and (max-width: 60em) {
    .header {
      padding: 0.7rem 0 0.9rem;
      border-bottom: none;
      background: url("/assets-images/header-mobile-bg.jpg") top center no-repeat;
      background-size: cover; } }
  .header__logo {
    margin-left: 1.8rem; }
    .header__logo-image_desktop {
      display: block; }
    .header__logo-image_mobile {
      display: none; }
    @media screen and (max-width: 60em) {
      .header__logo-image_desktop {
        display: none; }
      .header__logo-image_mobile {
        display: block; } }
  .header__user-menu, .header__loyalty-menu, .header__shop-menu, .header__ordering-menu {
    min-height: 70px;
    display: table;
    vertical-align: middle;
    margin-top: 0.3rem; }
    @media screen and (max-width: 60em) {
      .header__user-menu, .header__loyalty-menu, .header__shop-menu, .header__ordering-menu {
        display: none; } }
  .header__shop-menu + .header__ordering-menu, .header__user-menu + .header__shop-menu, .header__loyalty-menu + .header__user-menu {
    margin-right: 1.8rem; }
  .header .dropdown-menu {
    display: table-cell;
    vertical-align: middle;
    border-left: solid 1px rgba(255, 255, 255, 0.4); }
    .header .dropdown-menu__header-icon {
      position: absolute;
      top: 2rem;
      right: 0.6rem;
      line-height: 6px; }
      .header .dropdown-menu__header-icon:before {
        margin: 0;
        line-height: 6px;
        width: 1.1rem;
        font-size: 1rem; }
    .header .dropdown-menu__header-link {
      padding: 1.7rem 0 1.7rem 2rem;
      line-height: 18px; }
    .header .dropdown-menu_user .dropdown-menu__header-value,
    .header .dropdown-menu_user .dropdown-menu__header-welcome,
    .header .dropdown-menu_user .restaurant__name,
    .header .dropdown-menu_user .shop__name,
    .header .dropdown-menu_user .dropdown-menu__header-rewards,
    .header .dropdown-menu_user .dropdown-menu__header-value, .header .dropdown-menu_shop .dropdown-menu__header-value,
    .header .dropdown-menu_shop .dropdown-menu__header-welcome,
    .header .dropdown-menu_shop .restaurant__name,
    .header .dropdown-menu_shop .shop__name,
    .header .dropdown-menu_shop .dropdown-menu__header-rewards,
    .header .dropdown-menu_shop .dropdown-menu__header-value, .header .dropdown-menu_loyalty .dropdown-menu__header-value,
    .header .dropdown-menu_loyalty .dropdown-menu__header-welcome,
    .header .dropdown-menu_loyalty .restaurant__name,
    .header .dropdown-menu_loyalty .shop__name,
    .header .dropdown-menu_loyalty .dropdown-menu__header-rewards,
    .header .dropdown-menu_loyalty .dropdown-menu__header-value {
      display: block;
      width: 100%;
      padding-right: 30px;
      box-sizing: border-box; }
  .header__burger-menu {
    margin-top: 0; }
    .header__burger-menu .burger-menu__link {
      display: block; }
    .header__burger-menu .burger-menu__line {
      border-top: 2px solid #fff;
      height: 6px; }
    .header__burger-menu .burger-menu__button {
      padding: 20px 10px 0 0; }
  .header__basket-menu {
    margin-top: 1rem; }
  .header .basket-menu__basket-icon {
    color: #fff; }
    .header .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: ""; }
  .header .basket-menu__items {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff;
    line-height: 20px;
    font-weight: inherit; }

/* Social icons
   -------------------------------------------------------------------------- */
.social-icons {
  font-size: 0;
  margin-left: 1.5rem;
  margin-top: 0; }
  .social-icons__icon {
    display: inline-block;
    vertical-align: top;
    margin: 0 0.5rem; }
    .social-icons__icon:first-child {
      margin-left: 0; }
  .social-icons__link {
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    color: #f7394e;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease; }
    .social-icons__link i {
      display: block;
      margin: 0; }
      .social-icons__link i:before {
        font-size: 2rem;
        line-height: 24px;
        height: 24px; }
    .social-icons__link:hover {
      color: #fff; }
  .social-icons__email:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: 0;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  .social-icons__facebook:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: 0;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  .social-icons__google-plus:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: 0;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  .social-icons__instagram:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: 0;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  .social-icons__twitter:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: 0;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  .social-icons__youtube:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: 0;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  .social-icons__tiktok:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: 0;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

/* Page footer
   -------------------------------------------------------------------------- */
.footer {
  color: #fff;
  background-color: #201f1f;
  padding: 0; }
  .footer-external__nav {
    background-color: #2d2a26;
    color: #f7394e; }
    .footer-external__nav .footer__wrapper {
      padding: 2.8rem 0; }
  .footer-external__links {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    width: 80%;
    box-sizing: border-box; }
    @media screen and (max-width: 60em) {
      .footer-external__links {
        display: block;
        width: 100%;
        margin-bottom: 2rem; } }
  .footer-external__item {
    display: inline-block;
    vertical-align: top;
    margin: 0.4rem 3rem 0.4rem 0; }
    .footer-external__item:first-child {
      margin-left: 0; }
    @media screen and (max-width: 60em) {
      .footer-external__item {
        margin: 0.4rem 1.5rem; }
        .footer-external__item:first-child {
          margin-left: 1.5rem; } }
  .footer-external__link {
    color: #f7394e;
    font-size: 1.6rem;
    font-family: "SanukMedium", Arial, Helvetica, sans-serif;
    color: #f7394e;
    font-weight: inherit;
    text-transform: uppercase;
    line-height: 16px;
    text-decoration: none;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease; }
    .footer-external__link:hover {
      color: #fff; }
  .footer-external__socials {
    float: right;
    box-sizing: border-box;
    text-align: right;
    width: 20%; }
    @media screen and (max-width: 60em) {
      .footer-external__socials {
        float: none;
        text-align: center;
        display: block;
        width: 100%; }
        .footer-external__socials .social-icons {
          display: inline-block;
          vertical-align: top;
          margin-left: 1.5rem; }
          .footer-external__socials .social-icons__icon, .footer-external__socials .social-icons__icon:first-child {
            margin: 0 1rem; } }
  .footer-external__label {
    display: inline-block;
    vertical-align: top;
    font-size: 1.6rem;
    font-family: "SanukMedium", Arial, Helvetica, sans-serif;
    color: #f7394e;
    font-weight: inherit;
    text-transform: uppercase;
    line-height: 24px; }
  .footer__wrapper {
    padding: 2rem 0; }
  .footer__nav {
    padding: 0; }
    @media screen and (max-width: 60em) {
      .footer__nav {
        padding: 0 0 1rem 0; } }
  .footer__links {
    padding: 0;
    font-size: 0; }
    .footer__links li {
      display: inline-block;
      vertical-align: top;
      padding: 0 1.2rem; }
      .footer__links li + li {
        border-left: solid 1px #fff; }
  .footer__link {
    font-size: 1.4rem;
    font-family: "SanukRegular", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: inherit;
    line-height: 16px;
    text-decoration: none;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease; }
    .footer__link:hover {
      color: #f7394e; }
  .footer__credits {
    padding: 0;
    font-size: 0; }
    .footer__credits-copyright, .footer__credits-powered-by {
      display: inline-block;
      vertical-align: top;
      font-size: 1.4rem;
      font-family: "SanukRegular", Arial, Helvetica, sans-serif;
      color: #fff;
      font-weight: inherit;
      line-height: 16px; }
    .footer__credits-powered-by {
      margin-left: 0.4rem; }
      .footer__credits-powered-by .footer__link {
        color: #fff;
        text-decoration: underline; }
        .footer__credits-powered-by .footer__link:hover {
          color: #fff;
          text-decoration: none; }
    @media screen and (max-width: 60em) {
      .footer__credits {
        padding: 1rem 0 0 0; } }
  .footer .social-icons {
    margin-top: 0; }
    .footer .social-icons__icon:first-child {
      margin-left: 0; }
    .footer .social-icons__link {
      color: #f7394e; }
      .footer .social-icons__link:hover {
        color: #fff; }

/* Scroll up button
   -------------------------------------------------------------------------- */
.scroll-up {
  color: #fff;
  background-color: #f7394e;
  border-radius: 0;
  right: 2.2rem;
  bottom: 22.2rem; }
  .scroll-up__icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

/* NiceSelect (used as a <select> replacement)
   -------------------------------------------------------------------------- */
.nice-select {
  font-size: 1.6rem;
  font-family: "SanukRegular", Arial, Helvetica, sans-serif;
  color: #f7394e;
  font-weight: inherit;
  border: 1px solid #f7394e;
  border-radius: 0;
  background-color: #faf8eb;
  height: 30px;
  line-height: 28px; }
  .nice-select:after {
    border-bottom: 2px solid #f7394e;
    border-right: 2px solid #f7394e; }
  .nice-select.open, .nice-select:active, .nice-select:focus, .nice-select:hover {
    border-color: #f7394e; }
  .nice-select > .current {
    color: #f7394e; }
  .nice-select .option {
    min-height: 30px;
    line-height: 30px;
    background-color: #faf8eb; }
    .nice-select .option.focus {
      color: #f7394e;
      background-color: #f7394e; }
    .nice-select .option:hover, .nice-select .option.selected.focus, .nice-select .option.selected.focus:hover {
      color: #fff;
      background-color: #f7394e; }
  .nice-select .list {
    border: 1px solid #f7394e;
    box-shadow: 0 0 0 1px rgba(247, 57, 78, 0.11); }
    .nice-select .list:hover .option.option.selected:not(:hover) {
      background-color: #f7394e !important; }
  .nice-select.open .list {
    margin-top: 0;
    margin-left: -1px;
    width: calc(100% + 2px); }

.page__wrapper {
  background: url("/assets-images/locator-bg.jpg") top left; }

/* Desktop navigation:
   * category pages (sidetouch only)
   -------------------------------------------------------------------------- */
.category-navigation_sidetouch {
  background-color: transparent; }
  .category-navigation_sidetouch .category-navigation__wrapper {
    margin: 0;
    width: 100%; }
  .category-navigation_sidetouch .category-navigation__item {
    margin-bottom: 0; }
    .category-navigation_sidetouch .category-navigation__item .category-navigation__link {
      font-size: 1.8rem;
      font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
      color: #f7394e;
      font-weight: inherit;
      text-transform: none;
      line-height: 22px;
      padding: 0.5rem 1.8rem;
      box-sizing: border-box;
      -webkit-transition: background-color .2s ease, color .2s ease;
      transition: background-color .2s ease, color .2s ease; }
    .category-navigation_sidetouch .category-navigation__item .category-navigation__link:hover, .category-navigation_sidetouch .category-navigation__item_active .category-navigation__link {
      color: #faf8eb;
      background-color: #f7394e; }

/* Desktop navigation:
   * checkout pages
   -------------------------------------------------------------------------- */
.checkout-navigation {
  background-color: transparent;
  padding-top: 1rem;
  padding-bottom: 1.1rem;
  border-bottom: solid 1px #f7394e; }
  .checkout-navigation__list {
    font-size: 0; }
  .checkout-navigation__item {
    font-size: 1.8rem;
    font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: inherit;
    height: 33px;
    line-height: 33px;
    box-sizing: border-box;
    background-color: #ede2e3;
    z-index: 10; }
    .checkout-navigation__item:nth-child(2) {
      z-index: 9; }
    .checkout-navigation__item:nth-child(3) {
      z-index: 8; }
    .checkout-navigation__item:nth-child(4) {
      z-index: 7; }
    .checkout-navigation__item:before, .checkout-navigation__item:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      width: 0;
      height: 0;
      border-bottom: 16.5px solid transparent;
      border-top: 16.5px solid transparent; }
    .checkout-navigation__item:before {
      right: -17px;
      border-left: 17px solid #fff; }
    .checkout-navigation__item:after {
      right: -16px;
      border-left: 17px solid #ede2e3; }
    .checkout-navigation__item:last-child:before, .checkout-navigation__item:last-child:after {
      display: none; }
    .checkout-navigation__item_active {
      color: #fff;
      background-color: #f7394e; }
      .checkout-navigation__item_active:after {
        border-left-color: #f7394e; }

/* Desktop navigation:
   * account pages
   -------------------------------------------------------------------------- */
.account-navigation {
  background-color: transparent;
  padding-top: 1rem;
  padding-bottom: 1.1rem;
  border-bottom: solid 1px #f3f3f3; }
  .account-navigation__list {
    font-size: 0; }
  .account-navigation__item {
    font-size: 1.6rem;
    line-height: 33px; }
    .account-navigation__item + .account-navigation__item {
      border-left: solid 1px #f7394e; }
    .account-navigation__item_active + .account-navigation__item {
      border-left: solid 1px #fff; }
    .account-navigation__item_active .account-navigation__link {
      background-color: #f7394e;
      color: #fff; }
  .account-navigation__link {
    line-height: 33px;
    padding: 0 1.8rem;
    background-color: #ede2e3;
    color: #000;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease; }
    .account-navigation__link:hover {
      background-color: #f7394e;
      color: #fff; }

/* Desktop: user and shop menus
   -------------------------------------------------------------------------- */
.dropdown-menu__header-link {
  font-size: 1.4rem;
  font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
  color: #faf8eb;
  font-weight: inherit; }
  .dropdown-menu__header-link:hover {
    color: #faf8eb;
    background-color: transparent; }
.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__body {
  font-size: 1.6rem;
  font-family: "SanukRegular", Arial, Helvetica, sans-serif;
  color: #f7394e;
  font-weight: inherit;
  text-transform: none;
  background-color: #faf8eb;
  border: 1px solid #f7394e;
  box-sizing: border-box;
  top: 4.2rem;
  right: -0.8rem;
  min-width: 15rem;
  padding: 0.1rem 0 0.2rem; }
  .dropdown-menu__body:before {
    display: block;
    content: '';
    width: 1.1rem;
    height: 0.9rem;
    background: url("/assets-images/dropdown-triangle.png") top left no-repeat;
    margin-top: -0.9rem;
    position: absolute;
    top: 0;
    right: 1.2rem;
    z-index: 1; }
  .dropdown-menu__body-link {
    font-size: 1.4rem;
    font-family: "SanukRegular", Arial, Helvetica, sans-serif;
    font-weight: inherit; }
.dropdown-menu__item-link {
  display: block;
  line-height: 20px;
  padding: 0.5rem 0.8rem;
  text-decoration: none;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .dropdown-menu__item-link:hover {
    color: #fff;
    background-color: #f7394e;
    text-decoration: none; }

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

/* Mobile: menu on the left (navigation)
   -------------------------------------------------------------------------- */
.mobile-menu__header {
  background: url("/assets-images/mobile-menu-header-bg.jpg") top left no-repeat;
  background-color: #000;
  padding: 1.3rem 1rem;
  border-bottom: solid 5px #f7394e; }
.mobile-menu__close-icon {
  color: #fff;
  font-size: 2.5rem; }
  .mobile-menu__close-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
.mobile-menu__section {
  border-bottom: 1px solid #e7e6df; }
  .mobile-menu__section_user {
    font-size: 1.4rem;
    font-family: "SanukRegular", Arial, Helvetica, sans-serif;
    color: #292929;
    font-weight: inherit;
    background-color: #ebe8de;
    line-height: 20px;
    padding: 1.8rem 1.5rem; }
  .mobile-menu__section-link {
    font-size: 1.4rem;
    font-family: "SanukRegular", Arial, Helvetica, sans-serif;
    color: #292929;
    font-weight: inherit;
    line-height: 20px;
    padding: 1.8rem 1.5rem;
    background-color: #faf8eb; }
  .mobile-menu__section-icon {
    -webkit-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
    .mobile-menu__section-icon:before {
      font-family: 'fontello';
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      min-width: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-right: .2em;
      margin-left: .2em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
  .mobile-menu__section_unfolded .mobile-menu__section-link {
    color: #fff;
    background-color: #f7394e; }
  .mobile-menu__section_unfolded .mobile-menu__section-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.mobile-menu__item {
  border-top: 1px solid #e7e6df; }
  .mobile-menu__item-link {
    font-size: 1.4rem;
    font-family: "SanukRegular", Arial, Helvetica, sans-serif;
    color: #292929;
    font-weight: inherit;
    line-height: 20px;
    padding: 1.8rem 1.5rem;
    background-color: #faf8eb; }
  .mobile-menu__item_active .mobile-menu__item-link {
    color: #292929;
    background-color: #ebe8de; }

/* Shop info.
   * desktop: displayed in a popup
   * mobile: displayed in the left menu
   -------------------------------------------------------------------------- */
.dropdown-menu_shop .dropdown-menu__body {
  border: solid 2px #f7394e;
  padding: 2.2rem; }
  .dropdown-menu_shop .dropdown-menu__body:before, .dropdown-menu_shop .dropdown-menu__body:after {
    width: 0;
    height: 0;
    border-style: solid; }
  .dropdown-menu_shop .dropdown-menu__body:before {
    background: none;
    border-width: 0 7px 14px 7px;
    border-color: transparent transparent #f7394e transparent;
    margin-top: -1.4rem;
    right: 1.1rem; }
  .dropdown-menu_shop .dropdown-menu__body:after {
    display: block;
    content: '';
    border-width: 0 6px 12px 6px;
    border-color: transparent transparent #faf8eb transparent;
    position: absolute;
    top: 0;
    margin-top: -1rem;
    right: 1.2rem;
    z-index: 2; }

.shop-info {
  background-color: #faf8eb;
  padding: 0; }
  @media screen and (max-width: 60em) {
    .shop-info {
      padding: 2.2rem 1.5rem; } }
  .shop-info__header {
    margin-bottom: 2.3rem; }
    @media screen and (max-width: 60em) {
      .shop-info__header {
        margin-bottom: 1.5rem; } }
  .shop-info__title {
    font-size: 1.8rem;
    font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
    color: #f7394e;
    font-weight: inherit;
    text-transform: none;
    line-height: 24px;
    margin-bottom: 1rem; }
    @media screen and (max-width: 60em) {
      .shop-info__title {
        margin-bottom: 1.4rem; } }
    @media screen and (max-width: 23.75em) {
      .shop-info__title {
        float: none; } }
  .shop-info__feature-title {
    font-size: 1.8rem;
    font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
    color: #f7394e;
    font-weight: inherit;
    text-transform: none;
    line-height: 24px; }
  .shop-info__feature-content {
    font-size: 1.4rem;
    font-family: "SanukRegular", Arial, Helvetica, sans-serif;
    color: #292929;
    font-weight: inherit;
    text-transform: none;
    line-height: 24px; }
  .shop-info__link {
    color: #292929; }
  @media screen and (max-width: 23.75em) {
    .shop-info__social-icons {
      float: none;
      display: block; }
      .shop-info__social-icons .social-icons {
        margin-left: 0; } }
  .shop-info__social-icons .social-icons__link {
    color: #d8394a;
    background-color: transparent;
    width: auto;
    height: 24px; }
    .shop-info__social-icons .social-icons__link i:before {
      line-height: 24px;
      font-size: 2rem; }
    .shop-info__social-icons .social-icons__link:hover {
      color: #f7394e;
      background-color: transparent; }

/* ==========================================================================
   CATEGORY PAGE
   ========================================================================== */
/* Page header
   -------------------------------------------------------------------------- */
.category__header {
  margin-bottom: 1.3rem; }
  @media screen and (max-width: 60em) {
    .category__header {
      margin-bottom: 2.1rem; } }
.category__title {
  font-size: 4rem;
  font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
  color: #f7394e;
  font-weight: inherit;
  text-transform: none;
  line-height: 30px; }
  @media screen and (max-width: 60em) {
    .category__title {
      font-size: 6rem;
      line-height: 60px;
      text-align: center; } }
.category__description {
  font-size: 1.4rem;
  font-family: "SanukRegular", Arial, Helvetica, sans-serif;
  color: #f7394e;
  font-weight: inherit;
  line-height: 18px;
  margin-top: 1.3rem; }
  @media screen and (max-width: 60em) {
    .category__description {
      text-align: center;
      margin-top: 0.7rem; } }
.category__subcategory-title {
  font-size: 1.8rem;
  font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
  color: #2d2a26;
  font-weight: inherit;
  text-transform: none;
  margin-bottom: 1.3rem; }
  @media screen and (max-width: 60em) {
    .category__subcategory-title {
      text-align: center; } }
.category__subcategory .category__description {
  margin-top: 0;
  margin-bottom: 1.3rem; }
  @media screen and (max-width: 60em) {
    .category__subcategory .category__description {
      text-align: center; } }

/* Product
   -------------------------------------------------------------------------- */
/* Add & customise buttons
   -------------------------------------------------------------------------- */
.product {
  padding: 0; }
  .product + .product {
    margin-top: 1.5rem; }
  .product__sku {
    margin-bottom: 0;
    margin-top: 0.3rem; }
    .product__sku-label {
      line-height: 30px; }
    .product__sku .nice-select__container {
      vertical-align: top; }
  .product__picture-container {
    margin-bottom: 0; }
  .product__bottom {
    margin-top: 1rem; }
  .product__name {
    font-size: 1.8rem;
    font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
    color: #f7394e;
    font-weight: inherit;
    line-height: 26px; }
    .product__name-wrapper {
      display: inline; }
  .product__description {
    font-size: 1.4rem;
    font-family: "SanukRegular", Arial, Helvetica, sans-serif;
    color: #292929;
    font-weight: inherit;
    line-height: 18px;
    margin-top: 0.6rem;
    width: calc(100% - 10rem); }
    @media screen and (max-width: 24em) {
      .product__description {
        width: 100%; } }
  .product__price {
    font-size: 2.4rem;
    font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
    color: #f7394e;
    font-weight: inherit;
    line-height: 26px; }
  .product__mobile-price, .product_improved .product__mobile-price-from, .product_improved .product__mobile-price-value {
    font-size: 2.4rem;
    font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
    color: #f7394e;
    font-weight: inherit;
    margin-top: 1rem;
    line-height: 26px; }
  @media screen and (max-width: 60em) {
    .product_with-counter {
      border-left: solid 3px #323230; } }
  .product_improved .product__counter {
    font-size: 1.8rem;
    font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: inherit; }
  .product__sku-label {
    font-size: 1.4rem;
    font-family: "SanukRegular", Arial, Helvetica, sans-serif;
    color: #292929;
    font-weight: inherit; }
  .product__buttons {
    margin-bottom: 3.2rem;
    font-size: 0; }
  .product__add {
    color: #faf8eb;
    background-color: #f7394e;
    border: none;
    font-size: 1.8rem;
    font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
    font-weight: inherit;
    line-height: 34px;
    height: 36px;
    box-sizing: border-box;
    padding: 0 2.9rem;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease;
    border: solid 1px #f7394e; }
    .product__add:hover {
      color: #f7394e;
      background-color: transparent; }
  .product__customise {
    color: #2d2a26;
    background-color: transparent;
    border: none;
    font-size: 1.4rem;
    font-family: "SanukRegular", Arial, Helvetica, sans-serif;
    color: #2d2a26;
    font-weight: inherit;
    line-height: 36px;
    height: 36px;
    box-sizing: border-box;
    padding: 0;
    text-decoration: underline;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease; }
    .product__customise:hover {
      color: #2d2a26;
      background-color: transparent; }
    .product__customise:hover {
      text-decoration: none; }
    .product__customise + .product__add {
      margin-left: 2.4rem; }
  .product__tags-content {
    display: inline; }
    @media screen and (max-width: 40em) {
      .product__tags-content {
        display: block;
        margin-left: 0;
        margin-top: 1rem; } }
  .product__pictos {
    display: inline;
    font-size: 0;
    margin-left: 0.9rem; }
    @media screen and (max-width: 40em) {
      .product__pictos {
        margin-left: 0; } }
  .product__picto {
    display: inline-block;
    vertical-align: top;
    width: 2.6rem;
    height: 2.6rem;
    margin-right: 0.9rem; }
    .product__picto_long {
      width: 4.2rem; }
    .product__picto_spicy {
      background: url("/assets-images/product-tags-sprite.svg#spicy-view") top left no-repeat; }
    .product__picto_very-spicy {
      background: url("/assets-images/product-tags-sprite.svg#verySpicy-view") top left no-repeat; }
    .product__picto_gluten {
      background: url("/assets-images/product-tags-sprite.svg#gluten-view") top left no-repeat; }
    .product__picto_egg {
      background: url("/assets-images/product-tags-sprite.svg#egg-view") top left no-repeat; }
    .product__picto_dairy {
      background: url("/assets-images/product-tags-sprite.svg#dairy-view") top left no-repeat; }
    .product__picto_shellfish {
      background: url("/assets-images/product-tags-sprite.svg#shellfish-view") top left no-repeat; }
    .product__picto_soy {
      background: url("/assets-images/product-tags-sprite.svg#soy-view") top left no-repeat; }
    .product__picto_mustard {
      background: url("/assets-images/product-tags-sprite.svg#mustard-view") top left no-repeat; }
    .product__picto_fish {
      background: url("/assets-images/product-tags-sprite.svg#fish-view") top left no-repeat; }
    .product__picto_molluscs {
      background: url("/assets-images/product-tags-sprite.svg#molluscs-view") top left no-repeat; }
    .product__picto_nuts {
      background: url("/assets-images/product-tags-sprite.svg#nuts-view") top left no-repeat; }
    .product__picto_peanuts {
      background: url("/assets-images/product-tags-sprite.svg#peanuts-view") top left no-repeat; }
    .product__picto_sesame {
      background: url("/assets-images/product-tags-sprite.svg#sesame-view") top left no-repeat; }
    .product__picto_sulfites {
      background: url("/assets-images/product-tags-sprite.svg#sulfites-view") top left no-repeat; }

/* Deal wizard
   -------------------------------------------------------------------------- */
.deal-wizard-navigation {
  background-color: transparent; }
  .deal-wizard-navigation__tab {
    background-color: #beecdb;
    border-top: solid 1px #beecdb;
    border-bottom: solid 1px #beecdb;
    margin-bottom: 0.4rem; }
    .deal-wizard-navigation__tab:first-child {
      border-left: solid 1px #beecdb; }
    .deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link:before,
    .deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link:after, .deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link:before,
    .deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link:after {
      display: none; }
    .deal-wizard-navigation__tab:nth-child(3n-2) {
      border-left: solid 1px #f7394e; }
      .deal-wizard-navigation__tab:nth-child(3n-2):before, .deal-wizard-navigation__tab:nth-child(3n-2):after {
        display: none; }
    .deal-wizard-navigation__tab:first-child:nth-child(3n-2) {
      border-left: solid 1px #beecdb; }
    .deal-wizard-navigation__tab:nth-child(3n), .deal-wizard-navigation__tab:last-child {
      border-right: solid 1px #f7394e; }
      .deal-wizard-navigation__tab:nth-child(3n) .deal-wizard-navigation__link:before,
      .deal-wizard-navigation__tab:nth-child(3n) .deal-wizard-navigation__link:after, .deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link:before,
      .deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link:after {
        display: none; }
    .deal-wizard-navigation__tab:nth-child(3n) {
      z-index: 7; }
    .deal-wizard-navigation__tab:nth-child(3n-1) {
      z-index: 8; }
    .deal-wizard-navigation__tab:nth-child(3n-2) {
      z-index: 9; }
    .deal-wizard-navigation__tab:before, .deal-wizard-navigation__tab:after {
      display: none;
      content: '';
      position: absolute;
      top: 0; }
    .deal-wizard-navigation__tab:before {
      width: 0.2rem;
      height: 31px;
      left: 0;
      background-color: #f7394e;
      z-index: 1; }
    .deal-wizard-navigation__tab:after {
      left: 0.2rem;
      width: 0;
      height: 0;
      border-top: 15.5px solid transparent;
      border-bottom: 15.5px solid transparent;
      border-left: 15px solid #f7394e;
      z-index: 2; }
    .deal-wizard-navigation__tab_active:last-child {
      border-right: solid 1px #beecdb; }
    .deal-wizard-navigation__tab_active:nth-child(3n) {
      border-left: solid 1px #beecdb;
      border-right: solid 1px #beecdb; }
      .deal-wizard-navigation__tab_active:nth-child(3n) .deal-wizard-navigation__link:before,
      .deal-wizard-navigation__tab_active:nth-child(3n) .deal-wizard-navigation__link:after {
        display: none; }
    .deal-wizard-navigation__tab_active:nth-child(3n-2) {
      border-left: solid 1px #beecdb; }
    .deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab {
      background-color: #faf8eb;
      border-top: solid 1px #f7394e;
      border-bottom: solid 1px #f7394e; }
      .deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab:before, .deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab:after {
        display: block; }
      .deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab:nth-child(3n-2):before, .deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab:nth-child(3n-2):after {
        display: none; }
      .deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__link:after {
        border-left-color: #faf8eb; }
    .deal-wizard-navigation__tab_active .deal-wizard-navigation__link {
      color: #f7394e; }
    .deal-wizard-navigation__tab .deal-wizard-navigation__link:before, .deal-wizard-navigation__tab .deal-wizard-navigation__link:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      width: 0;
      height: 0;
      border-top: 15.5px solid transparent;
      border-bottom: 15.5px solid transparent; }
    .deal-wizard-navigation__tab .deal-wizard-navigation__link:before {
      left: 100%;
      border-left: 15px solid #fff; }
    .deal-wizard-navigation__tab .deal-wizard-navigation__link:after {
      left: calc(100% - 1px);
      border-left: 15px solid #beecdb;
      margin-left: 0; }
  .deal-wizard-navigation__link {
    font-size: 1.6rem;
    font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
    color: #43423f;
    font-weight: inherit;
    height: 31px;
    line-height: 31px;
    background-color: transparent;
    margin-right: 0; }
  .deal-wizard-navigation__title {
    line-height: 31px;
    height: 31px;
    box-sizing: border-box;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
    text-overflow: ellipsis; }

/* ==========================================================================
   BASKET
   ========================================================================== */
/* Basket header
   -------------------------------------------------------------------------- */
/* Basket item
   -------------------------------------------------------------------------- */
/* Basket deal title
   -------------------------------------------------------------------------- */
/* Basket deal item
   -------------------------------------------------------------------------- */
/* Delivery method switcher
   -------------------------------------------------------------------------- */
/* Basket footer
   -------------------------------------------------------------------------- */
.basket {
  border: 2px solid #f7394e; }
  .basket__header {
    background-color: #f7394e;
    padding: 0.7rem 1.4rem; }
  .basket__title {
    font-size: 1.8rem;
    font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
    color: #faf8eb;
    font-weight: inherit;
    line-height: 24px; }
    @media screen and (max-width: 60em) {
      .basket__title {
        display: block; } }
  .basket__repeat {
    font-size: 1.4rem;
    font-family: "SanukRegular", Arial, Helvetica, sans-serif;
    color: #faf8eb;
    font-weight: inherit;
    line-height: 24px;
    margin-top: 0; }
    @media screen and (max-width: 60em) {
      .basket__repeat {
        display: block;
        padding: 0; } }
  @media screen and (max-width: 60em) {
    .basket__close {
      position: absolute;
      top: 1rem;
      right: 1rem; } }
  .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__items {
    background-color: transparent; }
  .basket-item__title {
    font-size: 1.4rem;
    font-family: "SanukRegular", Arial, Helvetica, sans-serif;
    color: #f7394e;
    font-weight: inherit;
    line-height: 18px; }
  .basket-item + .basket-item {
    margin-top: 1.1rem; }
  .basket-item__delete-icon {
    color: #c87a60; }
    .basket-item__delete-icon:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 1.6rem;
      line-height: 16px;
      height: 16px;
      background: url("/assets-images/ic_minus.png") center center no-repeat; }
  .basket-item__delete:hover .basket-item__delete-icon {
    color: #f7394e; }
  .basket-item__link:hover {
    color: #f7394e; }
  .basket-item__option {
    font-size: 1.2rem;
    font-family: "SanukRegular", Arial, Helvetica, sans-serif;
    color: rgba(247, 57, 78, 0.7);
    font-weight: inherit;
    line-height: 16px; }
  .basket__empty {
    font-size: 1.4rem;
    font-family: "SanukRegular", Arial, Helvetica, sans-serif;
    color: #f7394e;
    font-weight: inherit;
    line-height: 18px;
    padding: 0.7rem 1.4rem;
    background-color: transparent; }
  .basket-deal__header {
    background-color: rgba(0, 193, 139, 0.25);
    padding: 0.7rem 1.4rem; }
  .basket-deal__title {
    font-size: 1.4rem;
    font-family: "SanukRegular", Arial, Helvetica, sans-serif;
    color: #f7394e;
    font-weight: inherit;
    line-height: 16px; }
  .basket-deal__link:hover {
    color: #f7394e; }
  .basket-deal__delete-icon {
    color: #c87a60; }
    .basket-deal__delete-icon:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 1.6rem;
      line-height: 16px;
      height: 16px;
      background: url("/assets-images/ic_minus.png") center center no-repeat; }
  .basket-deal__delete:hover .basket-deal__delete-icon {
    color: #f7394e; }
  .basket-deal__items {
    background-color: transparent;
    padding: 0.7rem 1.4rem; }
  .basket-deal__item-title {
    font-size: 1.4rem;
    font-family: "SanukRegular", Arial, Helvetica, sans-serif;
    color: #f7394e;
    font-weight: inherit;
    line-height: 16px; }
  .basket-deal__item-link:hover {
    color: #f7394e; }
  .basket-deal__item-option {
    font-size: 1.2rem;
    font-family: "SanukRegular", Arial, Helvetica, sans-serif;
    color: rgba(247, 57, 78, 0.7);
    font-weight: inherit;
    line-height: 16px; }
  .basket-deal__item-delete-icon {
    color: #c87a60;
    width: 1.6rem;
    line-height: 16px; }
    .basket-deal__item-delete-icon:before {
      font-family: 'fontello';
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      min-width: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-right: 0em;
      margin-left: 0em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
  .basket-deal__item-delete:hover .basket-deal__item-delete-icon {
    color: #f7394e; }
  .basket__delivery_radio {
    font-size: 1.6rem;
    font-family: "SanukRegular", Arial, Helvetica, sans-serif;
    color: #f7394e;
    font-weight: inherit;
    border: 1px solid #f7394e;
    border-radius: 0;
    overflow: hidden; }
  .basket__delivery-method {
    background-color: #faf8eb;
    line-height: 20px;
    padding: 0.7rem 0;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease; }
    .basket__delivery-method:hover {
      color: #faf8eb;
      background-color: #f7394e; }
  .basket__delivery-radio:checked + .basket__delivery-method {
    color: #faf8eb;
    background-color: #f7394e; }
  .basket__time {
    margin-top: 0.7rem; }
    .basket__time .nice-select {
      padding-left: 1.2rem;
      padding-right: 2.2rem; }
      .basket__time .nice-select > .current {
        overflow: hidden;
        text-overflow: ellipsis;
        display: block; }
      .basket__time .nice-select .option {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis; }
  .basket__footer {
    color: #f7394e;
    background-color: transparent; }
    .basket__footer-row {
      padding: 0.7rem 1.4rem; }
  .basket__error {
    font-size: 1.6rem;
    font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: inherit;
    line-height: 20px;
    padding: 1.2rem 1.4rem;
    text-align: center;
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    background-color: #d7b208; }
  .basket__footer-red-message {
    font-size: 1.6rem;
    font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: inherit;
    color: #fff;
    background-color: #d7b208; }
  .basket__savings {
    color: #f7394e;
    background-color: transparent; }
  .basket__charge-title, .basket__charge-amount {
    font-size: 2.4rem;
    font-family: "GTSectraBold", Arial, Helvetica, sans-serif;
    color: #f7394e;
    font-weight: inherit;
    line-height: 30px; }
  .basket__total-title, .basket__total-amount {
    font-size: 2.4rem;
    font-family: "GTSectraBold", Arial, Helvetica, sans-serif;
    color: #f7394e;
    font-weight: inherit;
    line-height: 30px; }
  .basket__button-link {
    color: #fff;
    background-color: #f7394e;
    border: none;
    border-radius: 0;
    font-size: 1.8rem;
    font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
    font-weight: inherit;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease;
    padding: 0.7rem;
    line-height: 20px;
    height: 36px;
    border: solid 1px #f7394e; }
    .basket__button-link:hover {
      color: #f7394e;
      background-color: transparent; }
  .basket__coupon {
    font-size: 1.4rem;
    font-family: "SanukRegular", Arial, Helvetica, sans-serif;
    color: #f7394e;
    font-weight: inherit; }
    .basket__coupon-input {
      color: #f7394e;
      padding: 0.2rem 0.5rem;
      background-color: #faf8eb;
      box-shadow: none;
      outline: none;
      border: solid 1px #f7394e; }
    .basket__coupon-link {
      color: #f7394e; }

.text-below-basket {
  color: #212121;
  background-color: #ffe480; }

/* ==========================================================================
   CUSTOMIZATION POPUP
   ========================================================================== */
/* Popup group
   -------------------------------------------------------------------------- */
/* Popup row
   -------------------------------------------------------------------------- */
/* Popup set
   -------------------------------------------------------------------------- */
/* Popup buttons
   -------------------------------------------------------------------------- */
.popup {
  border-radius: 0;
  background-color: #faf8eb; }
  .popup_scrolled .popup__description {
    margin-top: 4.5rem; }
  .popup__wrapper {
    margin: 0; }
  .popup_improved .popup__wrapper {
    padding: 0 3rem; }
  .popup_improved .popup__title {
    line-height: 30px; }
  .popup_improved .popup__title-mobile-close-icon:before {
    content: '';
    display: block;
    width: 2.2rem;
    height: 1.4rem;
    margin-top: 1rem;
    background: url("/assets-images/mobile-popup-arrow.png") left center no-repeat; }
  @media screen and (max-width: 52.5em) {
    .popup_improved.popup_full-height {
      height: 100%; } }
  .popup__picture_desktop {
    margin-bottom: 2.3rem; }
    .popup__picture_desktop img {
      display: block; }
  .popup__close {
    width: 2.6rem;
    height: 2.6rem;
    font-size: 1.6rem;
    background-color: #f7394e;
    top: -1.3rem;
    right: -1.3rem; }
    @media screen and (max-width: 60em) {
      .popup__close {
        top: 0;
        right: 0; } }
    .popup__close-icon {
      line-height: 26px; }
      .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__close-icon:before {
        line-height: 26px; }
  .popup__top {
    padding: 3.3rem 0 0; }
  .popup__group {
    padding: 1.6rem 0;
    margin-top: 0.8rem;
    margin-bottom: 4rem; }
    .popup__group + .popup-row {
      border-top: solid 1rem #f7394e;
      padding-left: 3rem;
      padding-right: 3rem;
      margin-left: -3rem;
      margin-right: -3rem; }
  .popup__description {
    font-size: 1.4rem;
    font-family: "SanukRegular", Arial, Helvetica, sans-serif;
    color: #292929;
    font-weight: inherit;
    margin-bottom: 0.8rem;
    margin-top: 0.7rem; }
    @media screen and (max-width: 60em) {
      .popup__description {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem; } }
  .popup__title, .popup__price {
    font-size: 2.4rem;
    font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
    color: #f7394e;
    font-weight: inherit;
    line-height: 26px; }
  .popup-group__quantity-field {
    font-size: 1.4rem;
    font-family: "SanukRegular", Arial, Helvetica, sans-serif;
    color: #292929;
    font-weight: inherit;
    line-height: 20px;
    border: none;
    padding: 0;
    outline: none;
    box-shadow: none;
    background-color: transparent; }
  .popup-group__quantity-minus-icon {
    margin-right: 0.7em; }
    .popup-group__quantity-minus-icon:before {
      font-family: 'fontello';
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      min-width: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-right: .2em;
      margin-left: .2em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
  .popup-group__quantity-plus-icon {
    margin-left: 0.7em; }
    .popup-group__quantity-plus-icon:before {
      font-family: 'fontello';
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      min-width: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-right: .2em;
      margin-left: .2em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
  .popup-group__quantity-minus-icon, .popup-group__quantity-plus-icon {
    display: block;
    box-sizing: border-box;
    width: 2rem;
    height: 2rem;
    line-height: 20px;
    border: none; }
    .popup-group__quantity-minus-icon:before, .popup-group__quantity-plus-icon:before {
      display: block;
      margin: 0 auto;
      font-size: 1.4rem;
      line-height: 20px;
      color: #d63c4f;
      border: solid 1px #d63c4f;
      border-radius: 5rem;
      width: 2rem;
      height: 20px;
      box-sizing: border-box; }
  .popup-group__label, .popup-group__single-choice {
    font-size: 1.8rem;
    font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
    color: #f7394e;
    font-weight: inherit;
    line-height: 20px; }
  @media screen and (max-width: 60em) {
    .popup-group__label {
      display: inline-block;
      width: 9rem; } }
  .popup-row {
    padding: 2.9rem 0 0; }
    .popup-row__title {
      font-size: 1.8rem;
      font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
      color: #f7394e;
      font-weight: inherit;
      line-height: 20px;
      padding-bottom: 0.5rem;
      border-bottom: solid 1px #f7394e;
      margin-bottom: 2.4rem; }
      @media screen and (max-width: 60em) {
        .popup-row__title {
          padding-bottom: 0;
          border-bottom: none; } }
    .popup-row__description {
      font-size: 1.4rem;
      font-family: "SanukRegular", Arial, Helvetica, sans-serif;
      color: #292929;
      font-weight: inherit;
      margin-bottom: 2.4rem; }
  .popup-set__label {
    font-size: 1.4rem;
    font-family: "SanukRegular", Arial, Helvetica, sans-serif;
    color: #292929;
    font-weight: inherit;
    line-height: 16px;
    padding-left: 2.7rem; }
    .popup-set__label input[type=checkbox]:checked + .popup-set__text {
      font-weight: normal; }
    @media screen and (max-width: 60em) {
      .popup-set__label {
        padding-bottom: 2.8rem; } }
  .popup-set__text {
    font-size: 1.4rem;
    font-family: "SanukRegular", Arial, Helvetica, sans-serif;
    color: #292929;
    font-weight: inherit;
    line-height: 16px; }
    .popup-set__text:before {
      border-color: #292929;
      background-color: #faf8eb;
      left: -27px;
      top: 0; }
    .popup-set__text:after {
      background-color: #f7394e;
      border-radius: 0.2rem;
      width: 0.8rem;
      height: 0.8rem;
      margin: 0.4rem;
      left: -27px;
      top: 0; }
  .popup-buttons {
    margin-top: 5.2rem; }
    .popup-buttons__button {
      color: #fff;
      background-color: #f7394e;
      border: none;
      padding: 1.5rem 3.2rem;
      border-radius: 0;
      font-size: 1.8rem;
      font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
      color: #fff;
      font-weight: inherit;
      line-height: 20px;
      -webkit-transition: background-color .2s ease, color .2s ease;
      transition: background-color .2s ease, color .2s ease;
      border: solid 1px #f7394e; }
      .popup-buttons__button:hover {
        color: #f7394e;
        background-color: transparent; }
      .popup-buttons__button:hover {
        background-color: transparent; }
    .popup-buttons__link {
      font-size: 1.4rem;
      font-family: "SanukRegular", Arial, Helvetica, sans-serif;
      color: #292929;
      font-weight: inherit;
      line-height: 20px;
      padding: 0;
      margin: 1.6rem 0;
      text-decoration: underline;
      margin-left: 3rem; }
      .popup-buttons__link:hover {
        color: #292929;
        text-decoration: none; }
  .popup-buttons_improved .popup-buttons__link {
    margin: 0 0 0 3rem;
    padding: 0; }
  .popup-buttons_improved .popup-buttons__button-price:after {
    content: "";
    width: 1.5px;
    height: 20px;
    background-color: #fff;
    display: block;
    top: 1.3rem; }
  .popup-buttons_improved .popup-buttons__button:hover .popup-buttons__button-price:after {
    background-color: #f7394e; }
  @media screen and (max-width: 52.5em) {
    .popup-buttons_improved .popup-buttons__button {
      border: solid 1px #000;
      background-color: #000; } }
  .popup-group_improved .nice-select__container {
    vertical-align: top; }
  .popup-group_improved .nice-select {
    height: 30px;
    line-height: 28px; }
  .popup_improved.popup_scrolled .popup__title {
    background-color: #faf8eb;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 52.5em) {
      .popup_improved.popup_scrolled .popup__title {
        padding-left: 3rem; } }
  .popup-group__line + .popup-group__line .popup-group__label {
    line-height: 30px; }
  .popup-enum__option {
    margin-right: 0;
    margin-bottom: 1.6rem; }
  .popup-enum__text {
    font-size: 1.8rem;
    font-family: "SanukRegular", Arial, Helvetica, sans-serif;
    color: #f7394e;
    font-weight: inherit;
    line-height: 20px;
    background-color: transparent;
    padding: 0.5rem 1.9rem;
    box-sizing: border-box;
    border: solid 1px #f7394e; }
  .popup-enum__radio:checked + .popup-enum__text {
    color: #fff;
    background-color: #f7394e; }

/* ==========================================================================
   CHECKOUT, ACCOUNT & ORDER PAGES
   ========================================================================== */
.page_login .content,
.page_forgot_password .content,
.page_order_step2 .content,
.page_order_step3 .content,
.page_order_step4 .content,
.page_order_step5 .content,
.page_thank_you .content,
.page_orders .content,
.page_account .content,
.page_edit_account .content {
  margin-top: 4.8rem;
  margin-bottom: 6rem; }
  @media screen and (max-width: 60em) {
    .page_login .content,
    .page_forgot_password .content,
    .page_order_step2 .content,
    .page_order_step3 .content,
    .page_order_step4 .content,
    .page_order_step5 .content,
    .page_thank_you .content,
    .page_orders .content,
    .page_account .content,
    .page_edit_account .content {
      margin-bottom: 0;
      padding-bottom: 6rem; }
      .page_login .content .page_edit_account .checkout__title,
      .page_forgot_password .content .page_edit_account .checkout__title,
      .page_order_step2 .content .page_edit_account .checkout__title,
      .page_order_step3 .content .page_edit_account .checkout__title,
      .page_order_step4 .content .page_edit_account .checkout__title,
      .page_order_step5 .content .page_edit_account .checkout__title,
      .page_thank_you .content .page_edit_account .checkout__title,
      .page_orders .content .page_edit_account .checkout__title,
      .page_account .content .page_edit_account .checkout__title,
      .page_edit_account .content .page_edit_account .checkout__title {
        padding-left: 0; } }

.page_order_step4 .checkout__title,
.page_account .checkout__title {
  padding-left: 0; }

.checkout__section + .checkout__section {
  margin-top: 3.8rem;
  border-top: solid 1px #f7394e; }
.checkout__section_register, .checkout__section_address {
  padding-top: 5rem; }
  .checkout__section_register .checkout__header, .checkout__section_address .checkout__header {
    margin-bottom: 3.4rem; }
.checkout-row {
  margin-bottom: 2rem; }
.checkout__title {
  font-size: 2.4rem;
  font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
  color: #f7394e;
  font-weight: inherit;
  text-align: center;
  line-height: 30px;
  max-width: 60rem;
  padding-left: 15rem;
  margin: 0 auto; }
  @media screen and (max-width: 40em) {
    .checkout__title {
      padding-left: 0; } }
.checkout__header {
  margin-bottom: 2.1rem; }

.page_edit_account .checkout__section + .checkout__section {
  padding-top: 5.3rem; }

.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: "SanukRegular", Arial, Helvetica, sans-serif;
  color: #292929;
  font-weight: inherit; }

.checkout-variant__label {
  box-sizing: border-box;
  line-height: 16px;
  position: relative; }
.checkout-variant__radio {
  margin: 0 0 0 -3.3rem;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }
  .checkout-variant__radio:checked + .checkout-variant__text {
    font-weight: normal; }
    .checkout-variant__radio:checked + .checkout-variant__text:after {
      display: block; }
.checkout-variant__text {
  font-size: 1.4rem;
  font-family: "SanukRegular", Arial, Helvetica, sans-serif;
  color: #292929;
  font-weight: inherit;
  line-height: 16px; }
  .checkout-variant__text:before, .checkout-variant__text:after {
    display: block;
    content: '';
    box-sizing: border-box;
    border-radius: 5rem;
    position: absolute;
    top: 0;
    left: -3.3rem; }
    @media screen and (max-width: 40em) {
      .checkout-variant__text:before, .checkout-variant__text:after {
        left: -2.3rem; } }
  .checkout-variant__text:before {
    width: 1.6rem;
    height: 1.6rem;
    border: solid 1px #676767;
    background-color: #fff;
    z-index: 1; }
  .checkout-variant__text:after {
    display: none;
    width: 1rem;
    height: 1rem;
    background-color: #f7394e;
    z-index: 2;
    margin: 0.3rem; }
.checkout-variant__select-label {
  font-size: 1.8rem;
  font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: inherit;
  line-height: 20px;
  margin-top: 0.5rem; }
.checkout-variant__select-set .nice-select {
  padding-left: 1.2rem; }
  .checkout-variant__select-set .nice-select .option {
    padding-left: 1.2rem;
    padding-right: .8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    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: "SanukRegular", Arial, Helvetica, sans-serif;
  color: #292929;
  font-weight: inherit;
  box-sizing: border-box;
  box-shadow: none;
  outline: none; }

.checkout-row__field-text, .checkout-row__field-textarea {
  line-height: 28px;
  border: solid 1px #f7394e;
  background-color: #faf8eb;
  padding: 0 1.5rem; }
.checkout-row__field-textarea {
  resize: none;
  display: block;
  padding: 1.2rem 1.5rem; }
.checkout-row__label {
  line-height: 20px;
  padding-top: 0.5rem; }
.checkout-row__group-item {
  line-height: 16px;
  margin-top: 1.4rem; }
  .checkout-row__group-item_forgot-password {
    line-height: 20px;
    margin-top: 1.7rem; }
  .checkout-row__group-item_helper {
    font-size: 1.4rem; }
  .checkout-row__group-item_info.hidden {
    margin-top: 0; }
.checkout-row__group-label_checkbox {
  line-height: 16px;
  box-sizing: border-box;
  position: relative;
  padding-left: 2.4rem; }
  .checkout-row__group-label_checkbox .checkout-row__field-checkbox {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
    .checkout-row__group-label_checkbox .checkout-row__field-checkbox:checked + .checkout-row__label-text:after {
      display: block; }
  .checkout-row__group-label_checkbox .checkout-row__label-text:before {
    display: block;
    content: '';
    width: 1.6rem;
    height: 1.6rem;
    border: solid 1px #3e3d3b;
    background-color: #faf8eb;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .checkout-row__group-label_checkbox .checkout-row__label-text:after {
    display: none;
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0.2rem;
    background-color: #f7394e;
    margin: 0.4rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
.checkout-row[data-form-row-invalid] .checkout-row__message {
  display: block; }
.checkout-row__message {
  display: none;
  margin-top: .5rem;
  padding: 0 .5rem;
  line-height: 2rem;
  background-color: #d7b208;
  color: #fff;
  box-sizing: border-box; }
  .checkout-row__message + .checkout-row__group-label_checkbox {
    margin-top: 1.4rem;
    display: block; }
  .checkout-row__message_half {
    width: 50%; }
  @media screen and (max-width: 40rem) {
    .checkout-row__message_half {
      width: 100%; } }
.checkout-row_google-login {
  position: relative;
  height: 4rem;
  overflow: hidden; }
  .checkout-row_google-login #google-signin-btn {
    opacity: 0.000000000000000001;
    overflow: hidden;
    position: relative;
    z-index: 1; }
    .checkout-row_google-login #google-signin-btn > div {
      transform: scale(2); }
    .checkout-row_google-login #google-signin-btn iframe {
      left: 50% !important;
      transform: translateX(-50%);
      margin-left: 0 !important;
      margin-right: 0 !important; }
  .checkout-row_google-login .btn-custom__icon {
    background: url(../assets-images/icon_google.svg) center center no-repeat;
    background-size: auto;
    background-size: 1.8rem; }

.btn-custom {
  display: flex;
  font-family: Arial, sans-serif;
  color: #3c4043;
  font-size: 14px;
  letter-spacing: 0.25px;
  text-align: center;
  white-space: nowrap;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #dadce0;
  transition: background-color .218s, border-color .218s;
  width: 100%;
  max-width: 45rem;
  align-items: center;
  justify-content: center;
  height: 4rem;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 0; }
  .btn-custom:hover {
    border-color: #d2e3fc;
    background-color: #f7faff; }
  .btn-custom__icon {
    display: block;
    width: 2rem;
    height: 2rem;
    margin-right: 1rem; }
  .btn-custom__label {
    line-height: 2rem; }
  @media screen and (max-width: 40rem) {
    .btn-custom {
      max-width: initial; } }

.checkout-row__group-item_atoms {
  max-width: 45rem;
  font-size: 0; }
.checkout-row__group-atom {
  margin: 0 0.2rem 0 0;
  width: calc(50% - 3.3rem); }
  .checkout-row__group-atom:first-child {
    width: 6.2rem; }
    .checkout-row__group-atom:first-child .checkout-row__group-label_atom {
      width: 15rem;
      margin-left: -15rem;
      padding-top: 0;
      line-height: 3rem;
      text-align: left; }
  .checkout-row__group-atom:last-child {
    margin-right: 0; }
  .checkout-row__group-atom .checkout-row__group-label_atom {
    width: calc(100% - 6rem);
    padding-top: 0;
    line-height: 3rem;
    text-align: right; }
.checkout-row__field-text_small {
  width: 6rem; }

@media screen and (max-width: 64rem) {
  .checkout-row__group-item.checkout-row__group-item_atoms {
    font-size: 0; }
  .checkout-row__group-atom {
    display: inline-block;
    vertical-align: middle;
    width: 32%;
    margin: 0; }
    .checkout-row__group-atom + .checkout-row__group-atom {
      margin-left: 2%; }
    .checkout-row__group-atom:first-child {
      width: 32%; }
      .checkout-row__group-atom:first-child .checkout-row__group-label_atom {
        text-align: left;
        display: block;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 0; }
    .checkout-row__group-atom .checkout-row__group-label_atom {
      text-align: left;
      display: block;
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      margin: 0; }
  .checkout-row__field-text_small {
    width: 100%; } }
/* Form buttons
   Contain a button on the right and a cancel link on the left.
   -------------------------------------------------------------------------- */
.form-buttons__button {
  color: #fff;
  background-color: #f7394e;
  border: none;
  padding: 0.4rem 1.4rem;
  border-radius: 0;
  font-size: 1.8rem;
  font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
  font-weight: inherit;
  line-height: 20px;
  box-sizing: border-box;
  border: solid 1px #f7394e;
  min-width: 10rem;
  text-align: center;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .form-buttons__button:hover {
    color: #f7394e;
    background-color: transparent; }
  .form-buttons__button:hover {
    border: solid 1px #f7394e; }
  .form-buttons__button__link {
    font-size: 1.4rem;
    font-family: "SanukRegular", Arial, Helvetica, sans-serif;
    color: #292929;
    font-weight: inherit;
    line-height: 20px;
    padding: 0;
    margin-top: 0.5rem;
    text-decoration: underline; }
    .form-buttons__button__link:hover {
      color: #292929;
      text-decoration: none; }

/* Loyalty (step4)
   -------------------------------------------------------------------------- */
.checkout-loyalty {
  margin-top: 4.7rem;
  border-top: solid 1px #f7394e;
  padding-top: 3rem;
  padding-left: 32%;
  width: 100%;
  max-width: 100%;
  position: relative;
  box-sizing: border-box;
  min-height: 17rem; }
  @media screen and (max-width: 30em) {
    .checkout-loyalty {
      padding-left: 0; } }
  .checkout-loyalty__reward {
    display: block;
    width: 12.5rem;
    height: 12.5rem;
    position: absolute;
    top: 3rem;
    left: 3.6rem;
    z-index: 1;
    background: url("/assets-images/checkout-loyalty-reward-bg.svg") top right no-repeat; }
    @media screen and (max-width: 40em) {
      .checkout-loyalty__reward {
        left: 0; } }
    @media screen and (max-width: 30em) {
      .checkout-loyalty__reward {
        position: relative;
        top: 0;
        margin: 0 auto 1.5rem; } }
    .checkout-loyalty__reward_count {
      font-size: 7rem;
      font-family: "GTSectraBold", Arial, Helvetica, sans-serif;
      color: #f7394e;
      font-weight: inherit;
      line-height: 70px;
      position: absolute;
      top: 2.6rem;
      width: 100%;
      text-align: center; }
    .checkout-loyalty__reward_designation {
      display: block;
      font-size: 1.8rem;
      font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
      color: #f7394e;
      font-weight: inherit;
      line-height: 22px;
      width: 100%;
      text-align: center;
      position: absolute;
      top: 8.3rem; }
  .checkout-loyalty.checkout__fieldset .checkout-loyalty__reward_designation {
    top: 9rem; }
  .checkout-loyalty__balance {
    font-size: 2.4rem;
    font-family: "GTSectraBold", Arial, Helvetica, sans-serif;
    color: #f7394e;
    font-weight: inherit;
    line-height: 28px;
    margin-bottom: 1rem; }
  .checkout-loyalty__teaser, .checkout-loyalty__cannot-use {
    font-size: 1.4rem;
    line-height: 24px;
    margin-bottom: 1rem; }
  .checkout-loyalty__use-input_checkbox {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
    .checkout-loyalty__use-input_checkbox:checked + .checkout-loyalty__use-text:after {
      display: block; }
  .checkout-loyalty__use-label_checkbox {
    line-height: 16px;
    box-sizing: border-box;
    position: relative;
    padding-left: 2.4rem;
    display: inline-block;
    vertical-align: top; }
    .checkout-loyalty__use-label_checkbox .checkout-loyalty__use-text {
      line-height: 1.6rem;
      display: inline-block;
      vertical-align: top; }
      .checkout-loyalty__use-label_checkbox .checkout-loyalty__use-text:before, .checkout-loyalty__use-label_checkbox .checkout-loyalty__use-text:after {
        content: '';
        display: block;
        width: 1.6rem;
        height: 1.6rem;
        border: solid 1px #3e3d3b;
        background-color: #faf8eb;
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box; }
      .checkout-loyalty__use-label_checkbox .checkout-loyalty__use-text:after {
        display: none;
        border-radius: 0.2rem;
        width: .8rem;
        height: .8rem;
        background-color: #f7394e;
        margin: .4rem;
        border: none; }

/* Checkout confirmation page (step5)
   -------------------------------------------------------------------------- */
.page_order_step5 .checkout__title,
.page_thank_you .checkout__title {
  padding-left: 0; }

.checkout-confirm + .checkout-confirm {
  margin-top: 2rem; }
.checkout-confirm__content {
  font-size: 1.4rem;
  font-family: "SanukRegular", Arial, Helvetica, sans-serif;
  color: #292929;
  font-weight: inherit;
  line-height: 24px;
  text-align: center; }
  .checkout-confirm__content p {
    text-align: left; }
.checkout-confirm__title {
  font-size: 1.6rem;
  font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
  color: #f7394e;
  font-weight: inherit;
  line-height: 24px;
  color: #292929; }
.checkout-confirm__loyalty-earned-points {
  font-size: 1.6rem;
  font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
  color: #f7394e;
  font-weight: inherit; }
.checkout-confirm__referral-banner {
  color: #fff;
  background-color: #f7394e;
  border: none;
  padding: 0.4rem 1.4rem;
  border-radius: 0;
  font-size: 1.8rem;
  font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
  font-weight: inherit;
  line-height: 20px;
  box-sizing: border-box;
  border: solid 1px #f7394e;
  min-width: 10rem;
  text-align: center;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  margin-bottom: 2rem; }
  .checkout-confirm__referral-banner:hover {
    color: #f7394e;
    background-color: transparent; }
  .checkout-confirm__referral-banner:hover {
    border: solid 1px #f7394e; }

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

/* Facebook login
   -------------------------------------------------------------------------- */
.checkout__facebook-login-button {
  border-radius: 0;
  font-size: 1.8rem;
  font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
  font-weight: inherit;
  line-height: 20px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden; }
.checkout__facebook-login-icon:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: .2em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }
.checkout__facebook-login-separator {
  margin-top: 1.8rem;
  text-align: center;
  position: relative;
  margin-bottom: 0.5rem; }
  .checkout__facebook-login-separator:before, .checkout__facebook-login-separator:after {
    content: '';
    display: block;
    position: absolute;
    top: 1rem;
    height: 0;
    width: calc(50% - 1.5rem);
    border-top: 1px solid #f7394e; }
  .checkout__facebook-login-separator:before {
    left: 0; }
  .checkout__facebook-login-separator:after {
    right: 0; }
  .checkout__facebook-login-separator-text {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 0.8rem;
    line-height: 20px;
    text-transform: none;
    background-color: transparent; }

/* User registration error (invalid/empty fields)
   -------------------------------------------------------------------------- */
.checkout-error {
  color: #fff;
  background-color: #d7b208;
  box-sizing: border-box;
  padding: 1.6rem; }
  .checkout-error__item {
    font-size: 1.6rem;
    font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: inherit;
    line-height: 18px; }

/* Order page
   -------------------------------------------------------------------------- */
.page_orders .checkout__title {
  padding-left: 0;
  font-size: 4rem;
  line-height: 4rem; }

.order-table {
  border-bottom: solid 1px #f7394e; }
  .order-table__header {
    font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 1.4rem;
    background-color: #f7394e; }
    .order-table__header-item {
      line-height: 20px;
      padding-top: 1.1rem;
      padding-bottom: 1.1rem; }

.order-row:nth-child(even) .order-row__header {
  color: #292929;
  background-color: #ece9df; }
.order-row__header {
  color: #292929;
  font-size: 1.4rem;
  background-color: #faf8eb;
  border-top: 1px solid #f7394e; }
  .order-row__header:hover {
    color: #f7394e !important;
    background-color: #bcead4 !important;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease; }
  .order-row__header-item {
    font-size: 1.4rem;
    line-height: 20px;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem; }
.order-row__order {
  border-top: 1px solid #f7394e; }

.order {
  color: #292929;
  font-size: 1.4rem;
  background-color: #faf8eb;
  padding: 1.3rem 0.9rem;
  box-sizing: border-box; }
  .order__group-title {
    font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    line-height: 24px;
    color: #f7394e; }
  .order__add {
    padding-right: 0; }
    .order__add-button {
      color: #fff;
      background-color: #f7394e;
      border: none;
      border-radius: 0;
      font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
      font-size: 1.8rem;
      line-height: 23px;
      height: 25px;
      border: solid 1px #f7394e;
      box-sizing: border-box;
      padding: 0 2.2rem;
      -webkit-transition: background-color .2s ease, color .2s ease;
      transition: background-color .2s ease, color .2s ease; }
      .order__add-button:hover {
        color: #f7394e;
        background-color: transparent; }
  .order__repeat-button {
    color: #fff;
    background-color: #f7394e;
    border: none;
    border-radius: 0;
    text-transform: none;
    font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    line-height: 28px;
    border: solid 1px #f7394e;
    box-sizing: border-box;
    padding: 0 2.2rem;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease; }
    .order__repeat-button:hover {
      color: #f7394e;
      background-color: transparent; }
  .order__repeat-empty-basket {
    line-height: 30px; }
  .order__items-deal-header-column {
    font-size: 1.6rem;
    line-height: 20px;
    padding: 0.4rem 1.6rem; }
  .order__items-separator {
    border-top: solid 1px #f7394e; }
    .order__items-separator td {
      padding-bottom: 0.6rem; }
  .order__items-deal-title + tr .order__items-column {
    padding-top: 0.2rem; }
  .order__items-column {
    line-height: 25px;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    color: #f7394e; }
    .order__items-column:first-child {
      padding-left: 1.6rem; }
  .order__items-attribute {
    font-size: 1.2rem;
    line-height: 16px;
    color: rgba(247, 57, 78, 0.4);
    box-sizing: border-box; }
  .order__items-container {
    border-top-color: #dcdad3; }
  .order__items-table {
    color: #292929;
    font-size: 1.4rem;
    background-color: #faf8eb;
    border: none; }
  .order__items-deal {
    color: #f7394e;
    background-color: #faf8eb; }
    .order__items-deal-title {
      color: #f7394e;
      background-color: #bcead4; }
  .order__items-footer {
    border-top-color: #dcdad3;
    font-size: 1.4rem;
    text-transform: uppercase; }
  .order__total {
    border-top-color: #dcdad3; }
  .order__items-total-title, .order__items-total-price {
    font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
    font-size: 2.4rem;
    line-height: 24px;
    color: #f7394e;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    text-transform: none; }

.order-row.order-row_order,
.order-row.order-table__show-more {
  border-left: solid 1px #f7394e;
  border-right: solid 1px #f7394e; }

@media screen and (max-width: 40em) {
  .order-table {
    overflow-x: auto;
    max-width: 100%;
    padding-bottom: 2.5rem;
    border-bottom: none; }
    .order-table .order-table__header,
    .order-table .order-row {
      box-sizing: border-box;
      width: 64rem;
      border-left: solid 1px #f7394e;
      border-right: solid 1px #f7394e; }
    .order-table:after {
      content: '';
      display: block;
      width: 64rem;
      height: 1px;
      background-color: #f7394e; } }
/* ==========================================================================
   MESSAGES
   ========================================================================== */
/* Transient information message displayed at the top
   Eg. when a product has just been added
   -------------------------------------------------------------------------- */
.message__content {
  padding: 0; }
.message_info {
  font-size: 1.6rem;
  font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
  font-weight: inherit;
  line-height: 18px;
  box-sizing: border-box;
  padding: 1.6rem;
  color: #010101;
  background-color: #bdead5;
  opacity: 1; }
  .message_info a,
  .message_info a:hover {
    color: #010101; }
.message_error {
  font-size: 1.6rem;
  font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
  font-weight: inherit;
  line-height: 18px;
  box-sizing: border-box;
  padding: 1.6rem;
  color: #fff;
  background-color: #d7b208;
  opacity: 1; }
  .message_error a,
  .message_error 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: #bdead5; } }
/* --------------------------------------------------------------------------
   LOCATOR
   (optional page)
   --------------------------------------------------------------------------
   Page which lets the user pick a restaurant based on his address.
   Functionality is similar to index shop picker, but on its own page.
   -------------------------------------------------------------------------- */
.page_locator .page__wrapper {
  background-color: #000; }
.page_locator .page__content {
  background: url("/assets-images/locator-page-bg.jpg") top center no-repeat;
  background-size: 100% auto;
  background-color: #000;
  margin-top: -7.3rem;
  padding-top: 7.3rem;
  padding-bottom: 8rem; }
  @media screen and (max-width: 60em) {
    .page_locator .page__content {
      margin-top: -7.3rem;
      padding-top: 7.3rem; } }
@media screen and (max-width: 60em) {
  .page_locator .fixed-topbar ~ .page__content {
    margin-top: -7.3rem;
    padding-top: 7.3rem; } }
.page_locator .header {
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  background: none;
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  position: relative; }
  .page_locator .header__logo {
    display: none; }
  .page_locator .header__user-menu {
    border-left: solid 1px rgba(255, 255, 255, 0.4);
    min-height: 69px;
    display: table;
    vertical-align: middle; }
    .page_locator .header__user-menu .dropdown-menu {
      display: table-cell;
      vertical-align: middle; }
      .page_locator .header__user-menu .dropdown-menu__header-link {
        line-height: 18px;
        padding: 1.65rem 2rem;
        box-sizing: border-box; }
@media screen and (max-width: 60em) {
  .page_locator .fixed-topbar .header {
    background: url("/assets-images/header-mobile-bg.jpg") top center no-repeat;
    background-size: cover; } }

.locator {
  color: #292929;
  background: none;
  background-color: transparent;
  margin: 3.8rem auto 0;
  width: 100%; }
  .locator__info {
    padding-top: 4rem;
    text-align: center;
    margin-bottom: 3.8rem; }
  .locator__logo {
    width: auto;
    margin-bottom: 2.9rem;
    text-align: center; }
    .locator__logo > a {
      display: inline-block;
      vertical-align: top; }
    .locator__logo img {
      display: block;
      margin-left: auto;
      margin-right: auto; }
  .locator__subtitle {
    margin-top: 2.9rem;
    margin-bottom: 3.8rem;
    font-size: 2.2rem;
    font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
    color: #faf8eb;
    font-weight: inherit;
    text-transform: none;
    line-height: 24px;
    display: inline-block; }
    .locator__subtitle br {
      display: none; }
      @media screen and (max-width: 60em) {
        .locator__subtitle br {
          display: block; } }
  .locator__wrapper {
    padding: 2rem 0 0 0; }
  .locator__title {
    font-size: 4rem;
    font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
    color: #f7394e;
    font-weight: inherit;
    text-transform: none;
    line-height: 40px;
    margin-bottom: 2.8rem; }
  .locator__fields-wrapper {
    width: 30rem;
    padding-bottom: 2.5rem; }
  .locator__methods {
    border: 1px solid #f7394e;
    margin-bottom: 1.5rem; }
  .locator__method {
    font-size: 1.6rem;
    font-family: "SanukRegular", Arial, Helvetica, sans-serif;
    color: #f7394e;
    font-weight: inherit;
    text-transform: none; }
    .locator__method-name {
      background-color: #faf8eb;
      line-height: 34px;
      height: 34px;
      -webkit-transition: background-color .2s ease, color .2s ease;
      transition: background-color .2s ease, color .2s ease; }
      .locator__method-name:hover {
        background-color: #f7394e;
        color: #fff; }
    .locator__method input[type=radio]:checked + span {
      color: #fff;
      background-color: #f7394e; }
  .locator__postcode-input-wrapper {
    padding-right: 10rem; }
  .locator__postcode-input {
    font-size: 1.4rem;
    font-family: "SanukRegular", Arial, Helvetica, sans-serif;
    color: #f7394e;
    font-weight: inherit;
    text-transform: none;
    height: 36px;
    line-height: 34px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-left: 1rem;
    border: 1px solid #f7394e;
    border-right: none;
    background-color: #faf8eb; }
    .locator__postcode-input[data-locator-error] {
      background-color: #fff; }
  .locator__postcode-button {
    color: #fff;
    background-color: #f7394e;
    border: none;
    padding: 0;
    border-radius: 0;
    font-size: 1.6rem;
    font-family: "SanukRegular", Arial, Helvetica, sans-serif;
    font-weight: inherit;
    text-transform: uppercase;
    float: left;
    margin-right: -10rem;
    width: 10rem;
    height: 36px;
    line-height: 34px;
    border: solid 1px #f7394e;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease; }
    .locator__postcode-button:hover {
      color: #f7394e;
      background-color: #faf8eb; }
  .locator__search-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  .locator__postcode-warning {
    font-size: 1.4rem;
    font-family: "SanukRegular", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: inherit;
    line-height: 20px;
    margin-top: 1.4rem; }
  .locator__selected {
    font-size: 1.4rem;
    font-family: "SanukRegular", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: inherit;
    line-height: 20px;
    margin-top: 1.5rem;
    margin-bottom: 0; }
    .locator__selected-value {
      font-size: 1.4rem;
      font-family: "SanukMedium", Arial, Helvetica, sans-serif;
      color: #f7394e;
      font-weight: inherit;
      text-transform: uppercase;
      line-height: 20px; }
    .locator__selected-link {
      font-size: 1.4rem;
      font-family: "SanukRegular", Arial, Helvetica, sans-serif;
      color: #fff;
      font-weight: inherit;
      text-transform: none;
      text-decoration: underline; }
      .locator__selected-link:hover {
        text-decoration: underline; }

.locator__restaurants {
  margin: 0;
  padding: 0; }

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

.locator-restaurant {
  background-color: transparent;
  background: url("/assets-images/locator-bg.jpg") top left;
  padding: 2rem 0; }
  .locator-restaurant + .locator-restaurant {
    margin-top: 0;
    border-top: solid 1px #f7394e; }
  .locator-restaurant__name {
    font-size: 3.6rem;
    font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
    color: #f7394d;
    font-weight: inherit;
    line-height: 36px;
    padding-top: 0;
    padding-bottom: 0; }
  .locator-restaurant__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 62.2rem; }
    @media screen and (max-width: 42.5em) {
      .locator-restaurant__content {
        max-width: 92%; } }
    .locator-restaurant__content-header {
      margin-bottom: 0.7rem; }
    .locator-restaurant__content-name {
      font-size: 3.6rem;
      font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
      color: #f7394d;
      font-weight: inherit;
      text-transform: none;
      line-height: 36px; }
  .locator-restaurant__toggle {
    font-size: 1.4rem;
    font-family: "SanukRegular", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: inherit;
    text-transform: none;
    line-height: 36px;
    padding: 0; }
    @media screen and (max-width: 40em) {
      .locator-restaurant__toggle {
        margin-bottom: .5rem; } }
  .locator-restaurant__opening-times {
    background-color: rgba(247, 57, 78, 0.05);
    margin: 1.1rem -0.9rem 0;
    padding: 0.4rem 0.9rem;
    font-size: 1.2rem;
    font-family: "SanukMedium", Arial, Helvetica, sans-serif;
    color: #292929;
    font-weight: inherit;
    text-transform: none;
    line-height: 18px; }
  .locator-restaurant__address {
    font-size: 1.4rem;
    font-family: "SanukMedium", Arial, Helvetica, sans-serif;
    color: #292929;
    font-weight: inherit;
    line-height: 18px; }
    .locator-restaurant__address p {
      margin-bottom: 0; }
      .locator-restaurant__address p.locator-restaurant__phone {
        margin-bottom: .7rem; }
  .locator-restaurant__phone {
    margin-top: 1.2rem;
    color: #f7394e;
    font-family: "SanukMedium", Arial, Helvetica, sans-serif;
    font-size: 16px; }
  .locator-restaurant__map {
    font-family: "SanukMedium", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    margin-top: 0.7rem;
    color: #d8394a; }
  .locator-restaurant__button {
    color: #fff;
    background-color: #f7394d;
    border: none;
    padding: 0 0.5rem;
    border-radius: 0;
    box-sizing: border-box;
    width: 9.5rem;
    height: 30px;
    margin-top: .3rem;
    font-size: 1.4rem;
    font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: inherit;
    text-transform: none;
    line-height: 28px;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease;
    text-align: center;
    border: solid 1px #f7394d; }
    .locator-restaurant__button:hover {
      color: #f7394d;
      background-color: transparent; }

[data-locator-selected-method=collection] .locator-restaurant {
  background: none;
  background-color: transparent;
  padding: 2rem 6rem; }
  [data-locator-selected-method=collection] .locator-restaurant .locator-restaurant__header {
    max-width: 62.2rem;
    margin: 0 auto; }
    @media screen and (max-width: 40em) {
      [data-locator-selected-method=collection] .locator-restaurant .locator-restaurant__header {
        text-align: center; }
        [data-locator-selected-method=collection] .locator-restaurant .locator-restaurant__header .locator-restaurant__toggle,
        [data-locator-selected-method=collection] .locator-restaurant .locator-restaurant__header .locator-restaurant__button {
          float: none; } }
  [data-locator-selected-method=collection] .locator-restaurant .locator-restaurant__content {
    width: auto;
    position: relative;
    max-width: 62.2rem;
    margin: 0 auto;
    padding-left: 26rem;
    box-sizing: border-box; }
    @media screen and (max-width: 40em) {
      [data-locator-selected-method=collection] .locator-restaurant .locator-restaurant__content {
        padding-left: 0; } }

[data-locator-selected-method=collection] .locator__restaurants {
  background: url("/assets-images/locator-bg.jpg") top left; }

[data-locator-selected-method=collection] .locator-restaurant_open {
  background: none;
  background-color: transparent; }
  [data-locator-selected-method=collection] .locator-restaurant_open .locator-restaurant__button-wrapper:after {
    display: block;
    content: '';
    width: 1.9rem;
    height: 1.2rem;
    background: url("/assets-images/locator-restaurant-open-arrow.png") top left no-repeat;
    position: absolute;
    top: 1.1rem;
    left: 100%;
    margin-left: 2.1rem;
    z-index: 5; }

/* --------------------------------------------------------------------------
   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
   -------------------------------------------------------------------------- */
.dropdown-menu__body_loyalty {
  border: solid 1px #fbf9ed;
  background-color: #f7394e;
  padding: 0; }
  .dropdown-menu__body_loyalty:after {
    display: none; }
  .dropdown-menu__body_loyalty:before {
    background: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #fbf9ed transparent; }

.loyalty-dropdown {
  font-size: 1.4rem;
  font-family: "SanukRegular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: inherit;
  line-height: 18px;
  padding: 2.1rem 14.9rem 2.2rem 2rem;
  min-height: 170px; }
  .loyalty-dropdown:before {
    display: none; }
  .loyalty-dropdown__title {
    font-size: 2.4rem;
    font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: inherit;
    text-transform: capitilize;
    line-height: 28px; }
  .loyalty-dropdown__more-link {
    color: #fff;
    text-decoration: underline; }
    .loyalty-dropdown__more-link:hover {
      text-decoration: none; }
  .loyalty-dropdown__reward {
    display: block;
    width: 12.5rem;
    height: 12.5rem;
    position: absolute;
    top: 2.3rem;
    right: 1.2rem;
    z-index: 1;
    background: url(/assets-images/loyalty-dropdown-reward.svg) top right no-repeat; }
    .loyalty-dropdown__reward_count {
      font-size: 7rem;
      font-family: "GTSectraBold", Arial, Helvetica, sans-serif;
      color: #fff;
      font-weight: inherit;
      line-height: 70px;
      position: absolute;
      top: 2.6rem;
      width: 100%;
      text-align: center; }
      .loyalty-dropdown__reward_count + .checkout-loyalty__reward_designation {
        top: 9rem;
        color: #fff; }
    .loyalty-dropdown__reward_designation {
      display: block;
      font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
      font-size: 1.8rem;
      line-height: 22px;
      color: #fff;
      width: 100%;
      text-align: center;
      position: absolute;
      top: 8.3rem; }

.loyalty-page__banner {
  background: url("/assets-images/loyalty-banner-updated.gif") top left no-repeat; }
  @media screen and (max-width: 52.5em) {
    .loyalty-page__banner {
      background-position: top center; } }
  @media screen and (max-width: 34.75em) {
    .loyalty-page__banner {
      background-size: 100% auto; } }
  .loyalty-page__banner__content {
    font-size: 1.4rem;
    font-family: "SanukRegular", Arial, Helvetica, sans-serif;
    color: #f7394e;
    font-weight: inherit;
    padding: 8.6rem 0 0; }
    @media screen and (max-width: 52.5em) {
      .loyalty-page__banner__content {
        text-align: center; } }
  .loyalty-page__banner__title {
    font-size: 3.6rem;
    font-family: "SanukRegular", Arial, Helvetica, sans-serif;
    color: #f7394e;
    font-weight: inherit;
    display: none; }
  .loyalty-page__banner__p {
    color: #f7394e;
    font-size: 1.4rem; }
  .loyalty-page__banner__points-value {
    color: #f7394e; }
  .loyalty-page__banner__note {
    color: #f7394e;
    font-size: 1.4rem; }
.loyalty-page__howto {
  background-color: transparent;
  padding: 0 30% 0 0;
  position: relative;
  min-height: 20rem; }
  @media screen and (max-width: 40em) {
    .loyalty-page__howto {
      padding: 0;
      text-align: center; } }
  .loyalty-page__howto .checkout-loyalty__reward {
    position: absolute;
    top: 2rem;
    right: 4.3rem;
    left: auto; }
    @media screen and (max-width: 40em) {
      .loyalty-page__howto .checkout-loyalty__reward {
        position: relative;
        top: 0;
        left: auto;
        right: auto;
        margin: 1.6rem auto 0; } }
  .loyalty-page__howto__wrapper {
    padding: 0;
    color: #292929; }
  .loyalty-page__howto:before {
    display: none; }
  .loyalty-page__howto__title {
    font-size: 4rem;
    font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
    color: #f7394e;
    font-weight: inherit;
    margin-bottom: 1.6rem; }
.loyalty-page__history__table {
  border-left: solid 1px #f7394e;
  border-right: solid 1px #f7394e;
  border-bottom: solid 1px #f7394e; }

.loyalty-table__header {
  font-size: 1.8rem;
  font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: inherit;
  line-height: 24px;
  background-color: #f7394e; }
  .loyalty-table__header th {
    padding-top: 1rem;
    padding-bottom: 1rem; }
.loyalty-table__row {
  background-color: #faf8eb; }
  .loyalty-table__row:nth-child(odd) {
    background-color: #ece9df; }
  .loyalty-table__row:hover {
    background-color: #bcead4; }
  .loyalty-table__row td {
    font-size: 1.4rem;
    color: #292929; }
  .loyalty-table__row plus {
    color: #a6b62b; }
  .loyalty-table__row minus {
    color: #ce5033; }

/* ALLERGENS */
.allergens {
  box-sizing: border-box;
  padding: 2.2rem 0 2rem;
  background-color: #f7394e; }
  @media screen and (max-width: 60em) {
    .allergens {
      padding: 2.2rem 0 0.5rem;
      margin-bottom: 4.6rem; }
      .allergens__outer .content__wrapper {
        display: none; } }
  .allergens__content {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 0; }
  .allergens__title, .allergens__list {
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 60em) {
      .allergens__title, .allergens__list {
        text-align: center;
        display: block; } }
  .allergens__title {
    font-size: 1.6rem;
    font-family: "SanukMedium", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: inherit;
    text-transform: uppercase;
    line-height: 20px;
    box-sizing: border-box;
    padding-right: 1rem;
    width: 25%; }
    @media screen and (max-width: 60em) {
      .allergens__title {
        margin-bottom: 1.5rem;
        width: 100%;
        padding-right: 0;
        display: none; } }
  .allergens__list {
    font-size: 0;
    width: 75%; }
    @media screen and (max-width: 60em) {
      .allergens__list {
        width: 100%;
        max-width: 32rem;
        margin-left: auto;
        margin-right: auto; } }
  .allergens__item {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 0.4rem;
    text-align: center; }
    @media screen and (max-width: 60em) {
      .allergens__item {
        margin-bottom: 1.5rem; } }
  .allergens__icon, .allergens__name {
    display: block;
    width: 100%; }
  .allergens__icon {
    width: 2.6rem;
    height: 2.6rem;
    margin: 0 auto 0.6rem; }
    .allergens__icon_long {
      width: 4.2rem; }
    .allergens__icon_spicy {
      background: url("/assets-images/allergens-sprite.svg#spicy-view") top left no-repeat; }
    .allergens__icon_very-spicy {
      background: url("/assets-images/allergens-sprite.svg#verySpicy-view") top left no-repeat; }
    .allergens__icon_gluten {
      background: url("/assets-images/allergens-sprite.svg#gluten-view") top left no-repeat; }
    .allergens__icon_egg {
      background: url("/assets-images/allergens-sprite.svg#egg-view") top left no-repeat; }
    .allergens__icon_dairy {
      background: url("/assets-images/allergens-sprite.svg#dairy-view") top left no-repeat; }
    .allergens__icon_shellfish {
      background: url("/assets-images/allergens-sprite.svg#shellfish-view") top left no-repeat; }
    .allergens__icon_soy {
      background: url("/assets-images/allergens-sprite.svg#soy-view") top left no-repeat; }
    .allergens__icon_mustard {
      background: url("/assets-images/allergens-sprite.svg#mustard-view") top left no-repeat; }
    .allergens__icon_fish {
      background: url("/assets-images/allergens-sprite.svg#fish-view") top left no-repeat; }
    .allergens__icon_molluscs {
      background: url("/assets-images/allergens-sprite.svg#molluscs-view") top left no-repeat; }
    .allergens__icon_nuts {
      background: url("/assets-images/allergens-sprite.svg#nuts-view") top left no-repeat; }
    .allergens__icon_peanuts {
      background: url("/assets-images/allergens-sprite.svg#peanuts-view") top left no-repeat; }
    .allergens__icon_sesame {
      background: url("/assets-images/allergens-sprite.svg#sesame-view") top left no-repeat; }
    .allergens__icon_sulfites {
      background: url("/assets-images/allergens-sprite.svg#sulfites-view") top left no-repeat; }
  .allergens__name {
    font-size: 0.8rem;
    font-family: "SanukMedium", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: inherit;
    text-transform: uppercase;
    line-height: 0.8rem; }

/*** Simple content ***/
.content_static .content__main {
  width: 100%;
  max-width: 80rem;
  box-sizing: border-box;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0 auto;
  float: none; }

.static-page h1,
.static-page h2,
.static-page h3,
.static-page h4,
.static-page h5,
.static-page h6 {
  font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
  color: #f7394e;
  font-weight: inherit;
  margin: 1.2rem 0;
  text-align: center; }
.static-page h1 {
  font-size: 4.2rem;
  line-height: 42px; }
.static-page h2,
.static-page .static-page__title {
  font-size: 4rem;
  line-height: 40px; }
.static-page h1,
.static-page h2,
.static-page .static-page__title {
  margin-bottom: 1.2rem; }
.static-page h3 {
  font-size: 1.8rem;
  line-height: 18px; }
.static-page h4 {
  font-size: 1.6rem;
  line-height: 16px; }
.static-page h5 {
  font-size: 1.4rem;
  line-height: 14px; }
.static-page h6 {
  font-size: 1.2rem;
  line-height: 12px; }
.static-page h4,
.static-page h5,
.static-page h6 {
  font-family: "SanukRegular", Arial, Helvetica, sans-serif;
  text-transform: uppercase; }
.static-page p {
  font-size: 1.4rem;
  font-family: "SanukRegular", Arial, Helvetica, sans-serif;
  color: #292929;
  font-weight: inherit;
  line-height: 24px;
  margin-bottom: 1rem; }
.static-page p + h2,
.static-page p + h3,
.static-page p + h4,
.static-page p + h5,
.static-page p + h6 {
  margin-top: 1.9rem; }
.static-page ul,
.static-page ol {
  margin-left: 0; }
.static-page ol {
  padding-left: 2.5rem; }
.static-page ul {
  padding-left: 0; }
.static-page ul li,
.static-page ol li {
  font-size: 1.4rem;
  font-family: "SanukRegular", Arial, Helvetica, sans-serif;
  color: #292929;
  font-weight: inherit;
  margin-bottom: 1.2rem;
  position: relative;
  padding-left: 2.5rem; }
.static-page ul li {
  list-style: none; }
.static-page ol li {
  padding-left: 0; }
.static-page ul li:before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 5rem;
  background-color: #232323;
  position: absolute;
  top: 0.6rem;
  left: 0;
  z-index: 1; }

.page__footer .content__wrapper {
  background-color: transparent; }

.categories__text {
  font-size: 1.4rem;
  font-family: "SanukRegular", Arial, Helvetica, sans-serif;
  color: #f7394e;
  font-weight: inherit;
  line-height: 18px;
  box-sizing: border-box;
  padding: 1.2rem 0.5rem 1.2rem 17rem;
  width: calc(58% + 17rem); }
  @media screen and (max-width: 66.25em) {
    .categories__text {
      padding-left: 13rem; } }
  @media screen and (max-width: 60em) {
    .categories__text {
      padding-left: 1rem;
      padding-right: 1rem;
      width: 100%; } }

.page_categories .content__wrapper {
  width: 100%; }

.mobile-basket-button__part {
  font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  color: #fff;
  background-color: #f7394e;
  text-transform: none; }
.mobile-basket-button__nb-items {
  font-family: "SanukRegular", Arial, Helvetica, sans-serif;
  font-size: 1.5rem; }
.mobile-basket-button .mobile-basket-button__link:after {
  border-right: solid 1px #fff; }

.category-navigation_mobile {
  background-color: #f7394e;
  position: relative; }
  .category-navigation_mobile:before, .category-navigation_mobile:after {
    display: block;
    content: '';
    width: 2.2rem;
    height: 2.6rem;
    top: 0.7rem;
    position: absolute;
    z-index: 777; }
  .category-navigation_mobile:before {
    background: url("/assets-images/mobile-navigation-left-arr.png") left center no-repeat, linear-gradient(90deg, #f7394e 60%, rgba(251, 248, 237, 0));
    left: 1%; }
  .category-navigation_mobile:after {
    background: url("/assets-images/mobile-navigation-right-arr.png") right center no-repeat, linear-gradient(90deg, rgba(251, 248, 237, 0), #f7394e 60%);
    right: 1%; }
  .category-navigation_mobile .category-navigation__item .category-navigation__link {
    font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    color: #faf8eb; }
  .category-navigation_mobile .category-navigation__item_active .category-navigation__link {
    color: #faf8eb;
    text-decoration: underline; }
.category-navigation__wrapper {
  position: relative;
  width: 94%; }

.allergens__outer {
  background-color: transparent;
  width: 100%;
  position: absolute;
  bottom: 13.6rem; }
  .allergens__outer.sticky {
    background-color: #faf8eb;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%; }

.page_categories {
  position: relative; }
  .page_categories .content {
    margin-bottom: 0;
    padding-bottom: 14.2rem; }
  .page_categories .content__side.floater-fixed {
    margin-bottom: 15rem;
    z-index: 7; }
    .page_categories .content__side.floater-fixed .basket__footer {
      background-color: #faf8eb; }

@media screen and (max-width: 60em) {
  .page_categories .content {
    margin-bottom: 0;
    padding-bottom: 2rem; }

  .allergens__outer {
    position: static; } }
.checkout__referral-banner {
  font-size: 2.4rem;
  font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
  color: #f7394e;
  font-weight: inherit;
  text-align: left;
  line-height: 30px;
  max-width: 100%;
  margin-bottom: 2rem;
  text-transform: none; }

.basket-tip,
.basket__order-level-deal {
  font-size: 0;
  padding-top: 1.4rem;
  position: relative; }
  .basket-tip:before,
  .basket__order-level-deal:before {
    display: block;
    content: '';
    width: calc(100% - 2.8rem);
    height: 1px;
    background-color: #f7394e;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0); }

.basket__order-level-deal .basket__charge-title,
.basket__order-level-deal .basket__charge-amount {
  font-family: "SanukRegular", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 18px; }
.basket__order-level-deal .basket__charge-amount {
  padding-right: 2.05rem;
  box-sizing: border-box; }

.basket-tip__title, .basket-tip__details {
  display: inline-block;
  vertical-align: top;
  width: 50%; }
.basket-tip__title {
  font-size: 1.4rem;
  font-weight: 400; }
.basket-tip__details {
  text-align: right;
  margin-left: 0; }
.basket-tip__amount {
  font-size: 1.4rem;
  font-weight: 400;
  padding-right: 2.05rem; }
.basket-tip__buttons {
  margin-right: 2rem; }
.basket-tip__button {
  width: 1.6rem;
  height: 16px;
  border-radius: 0;
  box-sizing: border-box;
  border: solid 1px #f7394e;
  color: #f7394e;
  background-color: transparent;
  font-size: 1.4rem;
  line-height: 12px;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 1rem;
  margin-top: .1rem;
  text-align: center; }

.basket-tip + .basket__order-level-deal {
  margin-top: .6rem; }

/* REFERRAL PROGRAM */
.checkout__section_referral {
  padding-top: 2.6rem; }

.checkout__referral-banner {
  display: block;
  width: 100%;
  text-align: center;
  margin: 2.8rem auto; }

.checkout__referral-banner img {
  display: block;
  margin: 0 auto; }

.checkout__section_referral .checkout__description,
.checkout__section_referral .checkout__referral-info {
  display: block;
  width: 100%;
  max-width: 53.4rem;
  margin: 2.8rem auto;
  text-align: center;
  font-family: "SanukRegular", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem; }

.checkout__section_referral .checkout__description .form-buttons {
  margin-top: 2.8rem; }

.checkout__referral-link {
  font-family: "GTSectraBoldItalic", Arial, Helvetica, sans-serif;
  padding: 0.4rem 1.4rem;
  border-radius: 0;
  font-size: 1.8rem;
  line-height: 2.6rem;
  box-sizing: border-box;
  border: solid 1px #f7394e;
  min-width: 10rem;
  color: #fff;
  background-color: #f7394e;
  margin-top: 3rem;
  margin-bottom: 3rem;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

.checkout__referral-link:hover {
  background-color: transparent;
  color: #f7394e; }

.checkout__referral-link span[data-copied] {
  position: static;
  width: 100%; }

.checkout__section_referral .checkout-row__label {
  display: block;
  width: 100%;
  padding: 0;
  text-align: center;
  margin: 0;
  margin-bottom: 1.4rem; }

.checkout__section_referral .checkout-row {
  padding-left: 0; }

.checkout__section_referral .checkout-row__field-text {
  max-width: 26rem;
  margin: 0 auto;
  display: block; }

.checkout__section_referral .checkout__form {
  margin-bottom: 2.8rem; }

.checkout__section_referral .form-buttons {
  text-align: center; }

.checkout__section_referral .form-buttons .form-buttons__button {
  float: none; }

.checkout-confirm_referral .checkout-confirm__content {
  text-align: left; }

.checkout-confirm__referral-banner {
  background-color: transparent;
  padding: 0;
  border: none; }

.checkout-confirm__referral-banner:hover {
  box-shadow: none;
  border: none; }

.checkout-confirm__referral-banner .checkout__referral-banner {
  margin: 0; }

/* GUEST CHECKOUT */
.switcher-btns {
  display: block;
  width: 100%;
  max-width: 68.4rem;
  margin: 4.4rem auto;
  font-size: 0;
  padding: 0; }

.switcher-btn {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  box-sizing: border-box;
  border: solid 1px #f7394d;
  font-size: 2.4rem;
  line-height: 3.4rem;
  height: 3.6rem;
  background-color: #ede2e3;
  color: #f7394e;
  text-decoration: none; }
  .switcher-btn.switcher-btn_active {
    color: #fff;
    background-color: #f7394e; }

.switcher-btn + .switcher-btn {
  margin-left: -1px; }

.checkout__section_guest_checkout .checkout__description {
  text-align: center; }
.checkout__section_guest_checkout .checkout-row__custom-link {
  padding-left: 0;
  margin-top: 4rem; }

@media screen and (max-width: 40em) {
  .switcher-btns {
    margin-top: 0;
    margin-bottom: 2rem; }

  .switcher-btn {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 25rem; }

  .switcher-btn + .switcher-btn {
    margin-top: 2rem;
    margin-left: auto; } }
.hybrid_app .burger-menu {
  display: none; }
@media screen and (max-width: 52.5em) {
  .hybrid_app .header__burger-menu--app-visible .burger-menu {
    display: block; } }
