<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ==========================================================================
   GENERAL
   ========================================================================== */
/* Imports
   -------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
@font-face {
  font-family: 'fontello';
  src: url("/assets-fonts/fontello.woff2") format("woff2"), url("/assets-fonts/fontello.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* Fonts
   -------------------------------------------------------------------------- */
@font-face {
  font-family: 'LibreFranklin-Regular';
  src: url("/assets-fonts/LibreFranklin-Regular.woff2") format("woff2"), url("/assets-fonts/LibreFranklin-Regular.woff") format("woff"); }
@font-face {
  font-family: 'LibreFranklin-Bold';
  src: url("/assets-fonts/LibreFranklin-Bold.woff2") format("woff2"), url("/assets-fonts/LibreFranklin-Bold.woff") format("woff"); }
@font-face {
  font-family: 'LibreFranklin-ExtraBold';
  src: url("/assets-fonts/LibreFranklin-ExtraBold.woff2") format("woff2"), url("/assets-fonts/LibreFranklin-ExtraBold.woff") format("woff"); }
@font-face {
  font-family: 'No-move';
  src: url("/assets-fonts/No-move.woff2") format("woff2"), url("/assets-fonts/No-move.woff") format("woff"); }
/* Base font
   -------------------------------------------------------------------------- */
body {
  font-size: 1.4rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #414042;
  background: #53403a url(/assets-images/background.jpg) center repeat-y;
  -webkit-background-size: 100%;
  background-size: 100%; }

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

/* Page header
   -------------------------------------------------------------------------- */
.header {
  background-color: #312725;
  border-bottom: 0;
  position: relative; }

.header:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  z-index: 2; }

.header__content:after, .header__menu:after {
  content: '';
  display: block;
  clear: both; }

.header__content {
  position: relative; }

.header__left {
  float: left;
  width: 15rem; }

.header__right {
  float: right;
  width: calc(100% - 15rem);
  width: -moz-calc(100% - 15rem);
  width: -webkit-calc(100% - 15rem); }

.header__logo {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -8.3rem;
  z-index: 3; }

.burger-menu__link, .basket-menu__link {
  position: relative;
  z-index: 3; }

@media screen and (max-width: 52.5em) {
  .header {
    min-height: 6.4rem;
    padding: 0 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .header.fixed-topbar {
    position: fixed; }

  .header__right {
    display: none; }

  .header__left {
    float: none;
    width: 100%; }

  .header__logo-link {
    max-width: 9.1rem; }

  .header__logo {
    margin: 0;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

  .page_order_step2 .header__logo-link, .page_order_step3 .header__logo-link, .page_order_step4 .header__logo-link, .page_order_step5 .header__logo-link, .page_thank_you .header__logo-link {
    max-width: 5.4rem; } }
/* Page footer
   -------------------------------------------------------------------------- */
.footer {
  color: #9d9d9d;
  background-color: #3a2c29; }

.footer__wrapper {
  padding: 3.4em 0; }

.footer__credits {
  padding-top: .9em;
  font-size: 1.2rem; }

.footer__links {
  padding-top: .2em;
  font-size: 1.6rem;
  font-family: "LibreFranklin-Bold", Arial, Helvetica, sans-serif; }

.footer__links li {
  margin: 0 3rem; }

.footer__links li:first-child {
  margin-left: 0; }

.footer__link {
  color: #9d9d9d;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.footer__link:hover {
  color: #fff; }

.footer .social-icons {
  margin-top: 0;
  font-size: 0;
  line-height: 1;
  vertical-align: middle; }

.footer .social-icons__icon {
  font-size: 2.2rem; }

.footer .social-icons__icon:first-child {
  margin-left: 3rem; }

.footer .social-icons__link {
  margin: 0 .5rem;
  color: #00ab51;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle; }

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

.footer__nav .social-icons__link i {
  vertical-align: middle; }

@media screen and (max-width: 52.5em) {
  .footer__links li {
    margin-bottom: .8rem; }

  .footer .social-icons__link {
    margin: 0 .8rem; }

  .footer__links li:first-child {
    margin-left: 3rem; }

  .footer__wrapper {
    padding: 2.5rem 0 1.5rem; }

  .footer__links, .footer__text, .footer .social-icons {
    margin: 0; }

  .footer__links {
    padding-top: 0;
    margin-bottom: 1.2rem; }

  .footer__nav ~ .footer__credits {
    margin-top: 0;
    padding-top: 0; }

  .footer .social-icons {
    margin-bottom: 2rem; }

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

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

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

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

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

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

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

.shop-info_desktop {
  padding: 2rem 3rem; }

.shop-info__social-icons .social-icons__link {
  width: auto;
  height: auto;
  line-height: 1; }

.shop-info__social-icons .social-icons__icon {
  margin-left: 1rem;
  margin-right: 0;
  vertical-align: middle; }

.shop-info__social-icons .social-icons__icon:first-child {
  margin-left: 0; }

.shop-info__social-icons .social-icons__link i:before {
  line-height: 1;
  font-size: 2.2rem; }

.footer__nav .social-icons__link i {
  display: inline-block;
  margin: 0 .1em; }

.footer__nav .social-icons__link i:before {
  font-size: 1em; }

.social-icons__facebook {
  width: 19px;
  height: 21px;
  background: url(/assets-images/sprites.png) -5px -36px no-repeat;
  display: inline-block;
  vertical-align: middle; }

.social-icons__link:hover .social-icons__facebook {
  background-position: -34px -36px; }

.social-icons__instagram {
  width: 21px;
  height: 21px;
  background: url(/assets-images/sprites.png) -5px -5px no-repeat;
  display: inline-block;
  vertical-align: middle; }

.social-icons__link:hover .social-icons__instagram {
  background-position: -36px -5px; }

.social-icons__tripadvisor {
  background: url(/assets-images/tripadvisor_ico.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 2.1rem;
  height: 2.1rem;
  background-position: -24px 0; }

.social-icons__link:hover .social-icons__tripadvisor {
  background-position: 0 0; }

/* Scroll up button
   -------------------------------------------------------------------------- */
.scroll-up {
  color: #fff;
  background-color: #00ab51;
  border-radius: 0em; }

.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 &lt;select&gt; replacement)
   -------------------------------------------------------------------------- */
.nice-select {
  font-size: 1.4rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #414042;
  font-weight: 400;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  line-height: 2.8rem;
  height: 3rem; }

.nice-select &gt; .current {
  color: #414042; }

.nice-select:after {
  border-bottom: 1px solid #9e9797;
  border-right: 1px solid #9e9797; }

.basket__time .nice-select.open .list, .nice-select.open .list, .checkout-variant__select-set .nice-select.open .list {
  max-height: 15.5rem; }

.nice-select .option:hover {
  color: #414042;
  background-color: #00ab51; }

.nice-select .option.focus {
  color: #414042;
  background-color: #00ab51; }

.nice-select .option.selected.focus:hover {
  color: #414042;
  background-color: #00ab51; }

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #d7d7d7; }

.nice-select .option {
  min-height: 3.1rem;
  line-height: 2.9rem;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.nice-select .list {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  background: #fff;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  min-width: 100%; }

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background: #00ab51;
  font-weight: 400; }

.product .nice-select__container {
  width: calc(100% - 5.5rem);
  width: -webkit-calc(100% - 5.5rem);
  width: -moz-calc(100% - 5.5rem); }

.product__sku-select {
  width: 100%; }

.popup .nice-select {
  line-height: 2.4rem;
  height: 2.6rem;
  min-width: 14rem; }

.popup .nice-select .option {
  line-height: 2.2rem;
  min-height: 2.4rem; }

.product__sku-select &gt; .current, .popup .nice-select &gt; .current {
  color: #9d9d9d; }

.text-below-basket {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  background: #312725;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5rem;
  font-family: "No-move", Arial, Helvetica, sans-serif;
  margin: 3rem 0 2.5rem; }

.text-below-basket__content {
  padding: 2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.text-below-basket__content p + p {
  margin-top: 1.5rem; }

.text-below-basket__line {
  position: relative;
  height: 1.4rem;
  background: #00ab52;
  display: block; }

.text-below-basket__line:after, .text-below-basket__line:before {
  content: '';
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #312725;
  width: 1rem;
  height: 1rem;
  top: 50%;
  margin-top: -.5rem; }

.text-below-basket__line:before {
  left: -.5rem; }

.text-below-basket__line:after {
  right: -.5rem; }

.basket__clickable-promotions {
  font-size: 0;
  letter-spacing: 0;
  margin: 2.5rem -.7rem; }

.clickable-promotion {
  display: inline-block;
  vertical-align: top;
  padding: 0 .7rem 1.4rem;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clickable-promotion__link {
  display: block; }

.nice-select .list::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: .8rem 0; }

.nice-select .list::-webkit-scrollbar-thumb {
  background: #312725;
  width: 1rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem; }

.nice-select .list::-webkit-scrollbar {
  width: .4rem;
  background: transparent; }

.checkout-row .nice-select {
  min-width: 16rem; }

/* ==========================================================================
   NAVIGATION
   ========================================================================== */
/* Desktop navigation:
   * account pages
   * category pages (touch only)
   -------------------------------------------------------------------------- */
.header__navigation {
  min-height: 4.7rem; }

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

.page_index .category-navigation, .page_locator .category-navigation {
  display: none; }

.category-navigation__item {
  font-size: 2.1rem;
  font-family: "No-move", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase; }

.category-navigation__link {
  padding: 0;
  margin: 1rem 1.5rem;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
  z-index: 3; }

.category-navigation__link:hover {
  color: #009044; }

.category-navigation__item_active .category-navigation__link {
  color: #1cb150; }

.account-navigation {
  position: relative;
  background: #312725; }

.account-navigation.fixed-topbar {
  z-index: 0; }

.account-navigation__list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 18rem; }

.account-navigation__item {
  font-size: 1.6rem;
  font-family: "LibreFranklin-Bold", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase; }

.account-navigation__link {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: .55rem 1.6rem; }

.account-navigation__link:hover,
.account-navigation__item_active .account-navigation__link {
  background: #00ab51;
  color: #312725; }

/* Desktop navigation:
   * category pages (sidetouch only)
   -------------------------------------------------------------------------- */
.category-navigation_sidetouch {
  background-color: transparent; }

.category-navigation_sidetouch .category-navigation__item {
  font-size: 1.6rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #777;
  font-weight: 700;
  text-transform: uppercase; }

.category-navigation_sidetouch .category-navigation__link:hover,
.category-navigation_sidetouch .category-navigation__item_active .category-navigation__link {
  color: #212121;
  background-color: transparent; }

/* Desktop navigation:
   * checkout pages
   -------------------------------------------------------------------------- */
.checkout-navigation {
  background-color: #312725;
  z-index: 1;
  position: relative; }

.checkout-navigation__list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15rem;
  font-size: 0;
  letter-spacing: 0; }

.checkout-navigation__item {
  font-size: 1.6rem;
  font-family: "LibreFranklin-Bold", Arial, Helvetica, sans-serif;
  color: #414042;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 3rem;
  height: 3rem;
  background: #f0f0f0;
  position: relative; }

.checkout-navigation__item:after {
  content: '';
  width: 2.1rem;
  height: 2.2rem;
  top: 50%;
  margin-top: -1.1rem;
  background: #f0f0f0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -1rem;
  border-right: 1px solid #414042;
  border-top: 1px solid #414042;
  position: absolute;
  display: block;
  z-index: 1; }

.checkout-navigation__item_active {
  color: #fff;
  background-color: #00ab52; }

.checkout-navigation__item_active:after {
  background: #00ab52; }

.checkout-navigation__item-title, .checkout-navigation__item-nb {
  z-index: 2;
  position: relative; }

.checkout-navigation__item-nb {
  margin-right: 0; }

.checkout-navigation__item-nb:after {
  content: '.'; }

@media screen and (max-width: 60em) {
  .checkout-navigation__item {
    padding: 0 1em 0 1.5em; } }
@media screen and (max-width: 52.5em) {
  .checkout-navigation__list {
    padding-left: 0; } }
@media screen and (max-width: 25em) {
  .checkout-navigation__item {
    padding: 0 .5em 0 1.5em; } }
/* Desktop: user and shop menus
   -------------------------------------------------------------------------- */
.dropdown-menu__header-link {
  font-size: 1.4rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #9d9d9d;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
  margin: .7em 1em;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
  z-index: 3; }

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

.dropdown-menu__header-link:hover, [data-dropdown-open] .dropdown-menu__header-link {
  color: #fff; }

.dropdown-menu__body {
  font-size: 1.4rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #414042;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 1.8rem;
  -moz-border-radius: 1.8rem;
  border-radius: 1.8rem;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15); }

.dropdown-menu__body-link {
  font-size: 1.4rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif; }

.dropdown-menu_user .dropdown-menu__body {
  overflow: hidden; }

.dropdown-menu__item-link {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: .7rem 1.5rem; }

.dropdown-menu__item-link:hover {
  background: #00ab51;
  text-decoration: none; }

.dropdown-menu_shop .dropdown-menu__body {
  left: 50%;
  right: auto;
  margin-left: -27.5rem; }

/* Mobile: off-canvas
   -------------------------------------------------------------------------- */
.off-canvas_open {
  background: #513e39 url(/assets-images/background.jpg) center repeat-y;
  background-size: 100%; }

/* Mobile: menu on the left (navigation)
   -------------------------------------------------------------------------- */
.burger-menu__line {
  border-top: 3px solid #fff;
  height: .4rem; }

.burger-menu__button {
  width: 2rem; }

.header__burger-menu {
  margin-top: 1.3rem; }

.header__basket-menu {
  margin-top: 2.2rem; }

.mobile-menu__header {
  background-color: #3a2c29;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  padding: 2.1rem 1rem; }

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

.mobile-menu__section_user {
  font-size: 1.4rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #d7d7d7; }

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

.mobile-menu__section-link {
  font-size: 1.8rem;
  font-family: "No-move", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1rem 1.5rem; }

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

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

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

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

.mobile-menu__item-link {
  font-size: 1.8rem;
  font-family: "No-move", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1rem 1.5rem; }

.mobile-menu__item_active .mobile-menu__item-link {
  color: #fff;
  background-color: rgba(242, 33, 43, 0.3); }

@media screen and (max-width: 52.5em) {
  .page__overlay {
    background: rgba(0, 0, 0, 0.5); } }
/* Mobile: menu on the right (basket)
   -------------------------------------------------------------------------- */
.basket-menu__basket-icon {
  background: url(/assets-images/sprites.png) -67px -5px no-repeat;
  width: 22px;
  height: 18px;
  display: inline-block;
  vertical-align: middle; }

.basket-menu__items {
  background-color: #1cb150;
  border: 0;
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  width: auto;
  height: 1.7rem;
  min-width: 1.7rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .3rem;
  line-height: 1.2rem;
  top: -.2rem;
  right: -.3rem; }

/* Shop info.
   * desktop: displayed in a popup
   * mobile: displayed in the left menu
   -------------------------------------------------------------------------- */
.shop-info__header, .shop-info__google-maps {
  margin-bottom: 2rem; }

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

.shop-info__title {
  font-size: 1.8rem;
  font-family: "LibreFranklin-Bold", Arial, Helvetica, sans-serif;
  color: #414042;
  font-weight: 700;
  line-height: 1.2;
  margin: .4rem 0 0; }

.shop-info__feature-title {
  font-size: 1.4rem;
  font-family: "LibreFranklin-Bold", Arial, Helvetica, sans-serif;
  color: #414042;
  font-weight: 700;
  line-height: 1.45; }

.shop-info__feature-content {
  font-size: 1.4rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #414042;
  line-height: 1.45; }

.shop-info__link {
  color: #f2212b; }

.shop-info__link:hover {
  text-decoration: underline; }

.shop-info .social-icons__link {
  color: #00ab51; }

.shop-info .social-icons__link:hover {
  color: #009044; }

.shop-info_mobile {
  padding: 1.5rem 1.5rem 3rem; }

@media screen and (max-width: 52.5em) {
  .shop-info__title, .shop-info__feature-title, .shop-info__feature-content {
    color: #fff; } }
/* ==========================================================================
   CATEGORY PAGE
   ========================================================================== */
/* Page header
   -------------------------------------------------------------------------- */
.product {
  margin-bottom: 2rem; }

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

.category__header, .deal-wizard__header {
  text-align: center; }

.category__title, .deal-wizard__title {
  font-size: 3.6rem;
  font-family: "No-move", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 14rem;
  margin-bottom: 2.5rem; }

.category__subcategory-title {
  font-size: 2.4rem;
  font-family: "No-move", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  display: table;
  margin: 0 auto 3rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 13rem; }

.category__subcategory-title:after, .category__subcategory-title:before {
  content: '';
  position: absolute;
  height: 1.4rem;
  top: 50%;
  margin-top: -.7rem;
  width: 10rem;
  background-image: url(/assets-images/square.svg);
  background-repeat: round; }

.category__subcategory-title:after {
  left: 0; }

.category__subcategory-title:before {
  right: 0; }

.category__description {
  font-size: 1.4rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  margin-bottom: 3rem; }

.product__description b {
  font-weight: 400; }

@media screen and (max-width: 52.5em) {
  .category__title, .deal-wizard__title {
    padding: 0; }

  .category {
    padding-top: 3rem; } }
@media screen and (max-width: 42em) {
  .category__subcategory-title {
    padding: 0 6rem;
    font-size: 2rem; }

  .category__subcategory-title:before, .category__subcategory-title:after {
    height: .5rem;
    background-size: contain;
    margin-top: -.25rem;
    width: 4.2rem; } }
@media screen and (max-width: 30em) {
  .category__title, .deal-wizard__title {
    font-size: 2.8rem; }

  .category__subcategory-title {
    font-size: 2rem; }

  .category__description {
    font-size: 1.4rem; } }
@media screen and (max-width: 25em) {
  .category__products {
    width: 26rem; } }
.page_marketing-categories .content__main {
  width: 100%; }

.page_marketing-categories .product {
  width: 25%; }

@media screen and (min-width: 60em) {
  .page_marketing-categories .product:nth-child(3n+1) {
    clear: none; }

  .page_marketing-categories .product:nth-child(4n+1) {
    clear: left; } }
@media screen and (max-width: 60em) {
  .page_marketing-categories .product {
    width: 33%; }

  .page_marketing-categories .product:nth-child(2n+1) {
    clear: none; } }
@media screen and (max-width: 45em) {
  .page_marketing-categories .product {
    width: 50%; }

  .page_marketing-categories .product:nth-child(2n+1) {
    clear: none; } }
@media screen and (max-width: 32em) {
  .page_marketing-categories .product {
    width: 100%; } }
/* Product
   -------------------------------------------------------------------------- */
.product__wrapper {
  background: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  padding: 0 1.5rem 1.5rem; }

.product__picture-container {
  margin: 0 -1.5rem 2rem; }

.product__picture-container {
  position: relative;
  height: 20rem; }

.product__picture {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.product__sku-list {
  margin-top: 1rem; }

.product__name {
  font-size: 1.8rem;
  font-family: "LibreFranklin-Bold", Arial, Helvetica, sans-serif;
  color: #414042;
  font-weight: 700; }

.product__description {
  font-size: 1.4rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #414042;
  margin-top: .8rem; }

.product__price {
  font-size: 1.8rem;
  font-family: "LibreFranklin-Bold", Arial, Helvetica, sans-serif;
  color: #00ab51;
  font-weight: 700; }

.product__sku-label {
  font-size: 1.4rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #414042;
  text-transform: uppercase; }

/* Product zebra. Used in:
   * sidetouch categories page
   * touch &amp; sidetouch favourites page
   -------------------------------------------------------------------------- */
.product_sidetouch {
  background-color: #fafafa; }

.product_sidetouch:nth-child(2n+1) {
  background-color: #f0f0f0; }

.product_favourites {
  background-color: #fafafa; }

.product_favourites:nth-child(2n+1) {
  background-color: #f0f0f0; }

/* Add &amp; customise buttons
   -------------------------------------------------------------------------- */
.product__buttons {
  margin-top: 2rem; }

.product__add {
  color: #fff;
  background-color: #f2212b;
  border: none;
  font-size: 1.6rem;
  font-family: "LibreFranklin-ExtraBold", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  height: auto;
  padding: .85rem .75rem .65rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 1.6rem;
  -moz-border-radius: 1.6rem;
  border-radius: 1.6rem;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .product__add:hover {
    color: #fff;
    background-color: #b3161d; }

.product__customise {
  font-size: 1.4rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #f2212b;
  line-height: 1;
  height: auto;
  margin: .75rem 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  max-width: 50%;
  text-decoration: underline;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.product__customise:hover {
  text-decoration: underline;
  color: #f2212b; }

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

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

/* Deal wizard
   -------------------------------------------------------------------------- */
.deal-wizard-navigation {
  background-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 1.5rem; }

.deal-wizard-navigation__tab {
  background-color: #f0f0f0;
  margin-bottom: 2rem; }

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

.deal-wizard-navigation__link {
  font-size: 1.6rem;
  font-family: "LibreFranklin-Bold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #414042;
  background-color: #f0f0f0;
  margin: 0; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link {
  color: #414042;
  background-color: #00ab51; }

.deal-wizard-navigation__title {
  line-height: 3rem;
  height: 3rem;
  z-index: 2; }

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

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

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

.deal-wizard-navigation__link:after {
  content: none; }

.deal-wizard-navigation__link:before {
  background: #f0f0f0;
  border-top: 1px solid #414042;
  border-bottom: 0;
  border-right: 1px solid #414042;
  border-left: 0;
  left: auto;
  width: 2.2rem;
  height: 2.2rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -1.1rem;
  top: 50%;
  margin-top: -1.1rem;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link:before {
  display: block;
  background: #00ab51; }

.deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  border: 0;
  height: 100%;
  top: 0;
  margin-top: 0;
  right: -1.5rem; }

/* ==========================================================================
   BASKET
   ========================================================================== */
.basket {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15); }

/* Basket header
   -------------------------------------------------------------------------- */
.basket__header {
  background-color: #312725;
  padding: .8rem 1.5rem; }

.basket__title {
  font-size: 2rem;
  font-family: "No-move", Arial, Helvetica, sans-serif;
  color: #fff; }

.basket__repeat {
  font-size: 1.4rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #f2212b; }

.basket__repeat:hover {
  text-decoration: underline; }

.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__close {
  font-size: 1.8rem; }

.basket__time {
  margin-top: 1.3rem; }

@media screen and (max-width: 52.5em) {
  .basket__header {
    position: relative;
    padding-right: 5rem; }

  .basket__close {
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -.9rem; }

  .basket__repeat {
    padding: 0;
    width: 100%; } }
/* Basket item
   -------------------------------------------------------------------------- */
.basket__items {
  background-color: #fff;
  padding: 1.5rem; }

.basket-item + .basket-item {
  margin-top: 1.5rem; }

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

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

.basket-item__option {
  font-size: 1.2rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #9d9d9d; }

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

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

.basket__empty {
  font-size: 1.4rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #414042;
  background-color: #fff; }

.basket__error {
  color: #fff;
  background: #b3161d; }

/* Basket deal title
   -------------------------------------------------------------------------- */
.basket-deal__header {
  background-color: #9d9d9d;
  padding: .4em 1.5rem; }

.basket-deal__title {
  font-size: 1.4rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #414042; }

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

.basket-deal__delete-icon {
  width: 1.2rem;
  height: 1.2rem;
  background: url(/assets-images/sprites.png) -67px -33px no-repeat;
  display: inline-block;
  vertical-align: middle;
  padding-left: 0;
  margin-left: .3em; }

.basket-deal__delete:hover .basket-deal__delete-icon {
  background-position: -27px -67px; }

/* Basket deal item
   -------------------------------------------------------------------------- */
.basket-deal__item + .basket-deal__item {
  margin-top: 1.5rem; }

.basket-deal__items {
  background-color: #f0f0f0;
  padding: 1.5rem; }

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

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

.basket-deal__item-option {
  font-size: 1.2rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #9d9d9d; }

.basket-deal__item-delete-icon {
  color: #414042;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .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: #9d9d9d; }

/* Delivery method switcher
   -------------------------------------------------------------------------- */
.basket__delivery_radio {
  font-size: 1.6rem;
  font-family: "LibreFranklin-Bold", Arial, Helvetica, sans-serif;
  color: #00ab51;
  border: 1px solid #00ab51;
  -webkit-border-radius: 1.6rem;
  -moz-border-radius: 1.6rem;
  border-radius: 1.6rem;
  overflow: hidden; }

.basket__delivery-method {
  background-color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: .45em 0; }

.basket__delivery-method:hover {
  background: #009044;
  color: #fff; }

.basket__delivery-radio:checked + .basket__delivery-method {
  color: #414042;
  background-color: #00ab51; }

/* Basket footer
   -------------------------------------------------------------------------- */
.basket__footer {
  color: #414042;
  background-color: #fff;
  padding-bottom: 1.5rem; }

.basket__footer-row {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

.basket__footer-orange-message {
  color: #fff;
  background-color: #b3161d;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-family: "LibreFranklin-Bold", Arial, Helvetica, sans-serif;
  padding: .25rem 1.5rem;
  font-size: 1.6rem; }

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

.basket__savings {
  color: #414042;
  background-color: #f0f0f0; }

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

.basket__total-title,
.basket__total-amount {
  font-size: 2rem;
  font-family: "LibreFranklin-Bold", Arial, Helvetica, sans-serif;
  color: #414042;
  font-weight: 700; }

.basket__total-amount {
  color: #00ab51; }

.basket__total {
  padding: 1.5rem; }

.basket__button {
  padding-bottom: 1.5rem; }

.basket__button-link {
  color: #fff;
  background-color: #f2212b;
  border: none;
  padding: 1rem 0.9rem 0.8rem;
  font-size: 1.8rem;
  font-family: "LibreFranklin-ExtraBold", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 1.8rem;
  -moz-border-radius: 1.8rem;
  border-radius: 1.8rem;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .basket__button-link:hover {
    color: #fff;
    background-color: #b3161d; }

.basket__coupon {
  font-size: 1.4rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #414042; }

.basket__coupon-link {
  color: #f2212b; }

.basket__coupon-validate {
  color: #ce1514;
  text-decoration: underline; }

.basket__coupon-validate:hover {
  text-decoration: underline;
  color: #f2212b; }

.basket__coupon-input {
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  border-radius: 1.2rem;
  margin: 0 .5rem;
  border: 1px solid #d7d7d7;
  padding: .5rem 1rem; }

/* ==========================================================================
   CUSTOMIZATION POPUP
   ========================================================================== */
.popup {
  -webkit-border-radius: 1.8rem;
  -moz-border-radius: 1.8rem;
  border-radius: 1.8rem; }

.popup__wrapper {
  margin: 4rem 4.2%; }

.popup__description {
  font-size: 1.4rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #414042; }

.popup__close {
  display: inline-block;
  vertical-align: middle;
  width: 1.2rem;
  height: 1.2rem;
  background: url(/assets-images/sprites.png) -5px -67px no-repeat;
  border: 0;
  top: 1.5rem;
  right: 1.5rem;
  box-shadow: none; }

.popup__close:hover {
  background-position: -27px -67px; }

.popup__title,
.popup__price {
  font-size: 1.8rem;
  font-family: "LibreFranklin-Bold", Arial, Helvetica, sans-serif;
  color: #414042;
  font-weight: 700; }

.popup__price {
  color: #00ab51; }

/* Popup group
   -------------------------------------------------------------------------- */
.popup-group__quantity-field {
  font-size: 1.4rem;
  -webkit-border-radius: 1.3rem;
  -moz-border-radius: 1.3rem;
  border-radius: 1.3rem;
  border: 1px solid #d7d7d7;
  color: #9d9d9d;
  min-width: 4.1rem;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 2.6rem;
  line-height: 2.4rem; }

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

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

.popup-group__label {
  font-size: 1.4rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #414042;
  text-transform: uppercase;
  font-weight: 400;
  padding-top: .5rem;
  line-height: 1.2; }

.popup-group__single-choice {
  font-size: 2.4rem;
  font-family: "No-move", Arial, Helvetica, sans-serif;
  color: #414042;
  font-weight: 700;
  text-transform: uppercase; }

.popup-group__quantity-button {
  font-size: 1rem; }

/* Popup row
   -------------------------------------------------------------------------- */
.popup-row__description {
  color: #9d9d9d;
  margin-bottom: 2rem; }

.popup-row__title {
  font-size: 2.4rem;
  font-family: "No-move", Arial, Helvetica, sans-serif;
  color: #414042;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: .7rem; }

.popup-row__title:after {
  content: '';
  position: absolute;
  background-image: url(/assets-images/square-popup.svg);
  background-repeat: round;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.2rem; }

/* Popup enum
   -------------------------------------------------------------------------- */
.popup-enum {
  margin-top: 2.6rem; }

.popup-enum__text {
  font-size: 1.6rem;
  font-family: "LibreFranklin-Bold", Arial, Helvetica, sans-serif;
  color: #00ab51;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #fff;
  -webkit-border-radius: 1.7rem;
  -moz-border-radius: 1.7rem;
  border-radius: 1.7rem;
  border: 1px solid #00ab51;
  margin: 0 2rem 2rem 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.popup-enum__text:hover {
  color: #fff;
  background: #009044; }

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

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

/* Popup set
   -------------------------------------------------------------------------- */
.popup-set__group-title {
  font-size: 1.6rem;
  font-family: "No-move", Arial, Helvetica, sans-serif;
  color: #414042;
  font-weight: 700;
  text-transform: uppercase; }

.popup-set__title {
  color: #414042; }

.popup-set__text {
  font-size: 1.4rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #414042;
  padding-left: .4rem; }

.popup-set__text:before {
  border-color: #9d9d9d;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  top: 0; }

.popup-set__text:after {
  background-color: transparent;
  width: .8rem;
  height: .8rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin: .4rem;
  top: 0;
  display: block;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }

.popup-set__label input[type=checkbox]:checked + .popup-set__text:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: #ee4036; }

.popup-set__label {
  padding-bottom: 0;
  margin: 1.3rem 0; }

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

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

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

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

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

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

/* Popup buttons
   -------------------------------------------------------------------------- */
.popup-buttons__button {
  color: #fff;
  background-color: #ee4036;
  border: none;
  padding: 1.1rem 3rem 1rem;
  border-radius: 0em;
  font-size: 1.4rem;
  font-family: "LibreFranklin-Bold", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 1.7rem;
  -moz-border-radius: 1.7rem;
  border-radius: 1.7rem; }
  .popup-buttons__button:hover {
    color: #fff;
    background-color: #b3161d; }

.popup-buttons__link {
  font-size: 1.4rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #ee4036;
  padding: 0;
  margin: 1.1rem 0 1rem; }

.popup-buttons__link:hover {
  color: #f2212b;
  text-decoration: underline; }

/* ==========================================================================
   CHECKOUT, ACCOUNT &amp; ORDER PAGES
   ========================================================================== */
.checkout {
  padding: 2rem 0; }

.page_login .checkout {
  padding-top: 6.3rem; }

.checkout__section {
  position: relative;
  padding-bottom: 5rem; }

.checkout__section + .checkout__section {
  margin-top: 6rem; }

.checkout__section:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1.2rem;
  background: url(/assets-images/square.png) left center repeat-x; }

.checkout__header {
  margin-bottom: 3rem; }

.page_orders .checkout__header {
  text-align: center; }

.page_orders .checkout__title {
  font-size: 3.6rem; }

.checkout__fieldset {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3.5rem;
  color: #fff; }

.checkout__title,
.credit-page__title {
  font-size: 2.4rem;
  font-family: "No-move", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase; }

.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: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #fff; }

.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: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #fff; }

.checkout-row__group-item_forgot-password {
  margin-top: 4rem; }

.checkout-row__group-item_forgot-password a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.checkout-row__group-item_forgot-password a:hover {
  color: #f2212b;
  text-decoration: underline; }

.checkout-row__group-label.checkout-row__group-label_atom {
  color: #fff; }

.checkout-row__group-label, .checkout-row__group-item_forgot-password {
  color: #9d9d9d; }

.checkout-row__label {
  padding-top: .5em; }

.checkout-row__field-text, .checkout-row__field-textarea {
  border: 1px solid #d7d7d7;
  background-color: #fff;
  -webkit-border-radius: 1.6rem;
  -moz-border-radius: 1.6rem;
  border-radius: 1.6rem;
  color: #312725;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: .8rem 1.4rem; }

.checkout-row__field-text:active, .checkout-row__field-text:focus, .checkout-row__field-textarea:active, .checkout-row__field-textarea:focus {
  background: transparent;
  color: #ffff; }

.checkout-row__label-text, .checkout-variant__text {
  position: relative;
  padding-left: 2.5rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }

.checkout-variant__text {
  margin-left: -2.5rem; }

.checkout-row__label-text:after, .checkout-variant__text:after {
  content: '';
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  left: 0;
  top: 50%;
  margin-top: -.8rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }

.checkout-row__label-text:before, .checkout-variant__text:before {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  content: '';
  position: absolute;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  width: .8rem;
  height: .8rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  left: .4rem;
  top: 50%;
  margin-top: -.4rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }

.checkout-row__field-checkbox:checked + .checkout-row__label-text:before, .checkout-variant__radio:checked + .checkout-variant__text:before {
  background: #f2212b;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.checkout-variant__radio:checked ~ .checkout-variant__text {
  font-weight: 400; }

.checkout-row__field-checkbox, .checkout-variant__radio {
  display: none; }

@media screen and (max-width: 40em) {
  .checkout__fieldset {
    padding: 0; }

  .checkout-row__label {
    margin-bottom: 1rem; } }
/* Form buttons
   Contain a button on the right and a cancel link on the left.
   -------------------------------------------------------------------------- */
.form-buttons__button {
  color: #fff;
  background-color: #f2212b;
  border: none;
  padding: 1.05rem 1.5rem 0.85rem;
  border-radius: 1.6rem;
  font-size: 1.6rem;
  font-family: "LibreFranklin-ExtraBold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 13.5rem;
  text-align: center; }
  .form-buttons__button:hover {
    color: #fff;
    background-color: #b3161d; }

.form-buttons__link {
  font-size: 1.4rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #f2212b;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 0;
  margin: .95rem 0; }

.form-buttons__link:hover {
  color: #f2212b;
  text-decoration: underline; }

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

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

.checkout-confirm__content {
  font-size: 1.4rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #fff; }

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

/* Facebook login
   -------------------------------------------------------------------------- */
.checkout__facebook-login-button {
  border-radius: 1.6rem;
  font-size: 1.6rem;
  font-family: "LibreFranklin-ExtraBold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: .8rem 1rem; }

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

.checkout__facebook-login-separator {
  position: relative;
  margin: 2rem 0 .5rem; }

.checkout__facebook-login-separator:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 46%;
  background: #fff;
  margin-top: -.5px; }

.checkout__facebook-login-separator:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  height: 1px;
  width: 46%;
  background: #fff;
  margin-top: -.5px; }

.checkout__facebook-login-separator-text {
  display: inline-block;
  position: relative;
  padding: 0 .5em;
  line-height: 2rem;
  text-transform: uppercase;
  font-weight: 700; }

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

/* Order page
   -------------------------------------------------------------------------- */
.order-table__header {
  color: #fff;
  font-size: 1.6rem;
  font-family: "LibreFranklin-Bold", Arial, Helvetica, sans-serif;
  background-color: #312725; }

.order-table__header-item {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem; }

.order-table {
  overflow: auto; }

.order-row_order, .order-table__header, .order-table__show-more {
  min-width: 50rem; }

.order-row:nth-child(even) .order-row__header {
  color: #fff;
  background-color: rgba(49, 39, 37, 0.8); }

.order-row__header {
  color: #fff;
  font-size: 1.4rem;
  background-color: rgba(49, 39, 37, 0.5);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.order-row__header:hover {
  color: #fff !important;
  background-color: #00ab51 !important;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

.order-row__header-item {
  padding-top: 1.15rem;
  padding-bottom: 1.15rem; }

.order {
  color: #414042;
  font-size: 1.4rem;
  background-color: #fff;
  padding-top: 2rem; }

.order__group:not(:first-child) {
  margin-top: 1rem; }

.order__group.order__group_columns {
  margin-top: 2rem; }

.order__group_col-2 + .order__group_col-2 {
  margin-top: 0; }

.order__group-title {
  font-size: 1.4rem;
  font-family: "LibreFranklin-Bold", Arial, Helvetica, sans-serif;
  margin-bottom: 1.5rem; }

.order__add-button, .order__repeat-button {
  color: #fff;
  background-color: #f2212b;
  border: none;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  border-radius: 1.2rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "LibreFranklin-ExtraBold", Arial, Helvetica, sans-serif;
  cursor: pointer;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .order__add-button:hover, .order__repeat-button:hover {
    color: #fff;
    background-color: #b3161d; }

.order__repeat-button {
  padding: .8rem 2.8rem; }

.order__repeat-empty-basket {
  color: #f2212b;
  text-decoration: underline;
  margin: .8rem 0 0 2.5rem; }

.order__repeat-empty-basket:hover {
  text-decoration: underline; }

.order__items-container {
  border-top: 0; }

.order__items-table {
  color: #414042;
  font-size: 1.4rem;
  background-color: #fff;
  border: none; }

.order__items-deal {
  color: #414042;
  background-color: #f0f0f0; }

.order__items-deal-title {
  color: #414042;
  background-color: #9d9d9d; }

.order__items-deal-header-column {
  font-weight: 400;
  padding: .7rem 2rem; }

.order__items-column {
  padding: .5rem 2rem; }

.order__items-attribute {
  font-size: 1.2rem;
  font-style: normal;
  color: #9d9d9d; }

.order__items-attribute:first-child {
  margin-top: .5rem; }

.order__items-deal-title + tr .order__items-column, .order__items-default tr:first-child .order__items-column {
  padding-top: 1.5rem; }

.order__items-default tr:last-child .order__items-column {
  padding-bottom: 1.5rem; }

.order__add {
  padding-left: 0;
  width: 10rem;
  padding-right: 1rem; }

.order__items-separator td {
  padding: .3rem; }

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

.order__total {
  border-top-color: #d7d7d7; }

.order__repeat, .order__group_columns, .order__group-title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem; }

.order__group_columns .order__group-title {
  padding: 0;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: .5rem; }

.order__info-item:not(:first-child) {
  margin-top: 0; }

.order__info-item {
  line-height: 1.45; }

.order__items-total-title, .order__items-total-price {
  font-family: "LibreFranklin-Bold", Arial, Helvetica, sans-serif; }

@media screen and (max-width: 30em) {
  .order__repeat-label {
    clear: none; } }
/* Credit
   -------------------------------------------------------------------------- */
.credit-page__main {
  color: #0a0a0a;
  background-color: #f4f5f6; }

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

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

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

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

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

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

.credit-table__header {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #312725; }

.credit-table__row {
  background-color: rgba(49, 39, 37, 0.5); }

.credit-table__row:nth-child(odd) {
  background-color: rgba(49, 39, 37, 0.8); }

.credit-table__row:hover {
  background-color: #00ab51; }

.credit-table td {
  font-size: 1.4rem;
  color: #fff; }

/* ==========================================================================
   MESSAGES
   ========================================================================== */
.message__content {
  padding: 1.14em 1em; }

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

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

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

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

/* ==========================================================================
   HOMEPAGE
   ========================================================================== */
.content {
  margin-top: 3.5rem; }

.content_index {
  margin-top: 0; }

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

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

.slider__wrapper {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.index-locator__container {
  padding: 7rem 0 10rem; }

.unslider, .index-slideshow__slider.unslider-horizontal {
  height: 100%;
  width: 100%; }

.unslider-wrap.unslider-carousel {
  height: 100%; }

.unslider-wrap.unslider-carousel &gt; li {
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.unslider-nav {
  bottom: 3.5rem; }

.unslider-nav ol li {
  background-color: #00ab51;
  border: 0;
  width: 1rem;
  height: 1rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }

.unslider-nav ol li.unslider-active {
  background-color: #fff; }

.category-navigation__order-button {
  display: inline-block;
  float: right;
  margin: .6rem 0 .6rem .5rem;
  height: 4rem;
  line-height: 4rem;
  color: #000;
  background-color: #fff;
  border: none;
  padding: 0 2em;
  border-radius: 1.6rem;
  font-size: 1.6rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .category-navigation__order-button:hover {
    color: #fff;
    background-color: #b3161d; }

.index-slideshow-links__link {
  display: inline-block;
  min-width: 20rem;
  margin: .5em .3em;
  box-sizing: border-box;
  color: #fff;
  background-color: #f2212b;
  border: none;
  padding: 1.05rem 1.5rem 0.85rem;
  border-radius: 1.6rem;
  font-size: 1.5rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .index-slideshow-links__link:hover {
    color: #fff;
    background-color: #b3161d; }

.index-slideshow-links__link:hover {
  color: #000;
  background-color: #fff; }

.index-slideshow__container_desktop {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.index-slideshow__container_mobile {
  margin: 3rem 0; }

@media screen and (max-width: 52.5em) {
  .unslider-nav {
    bottom: 2.5rem; }

  .slider {
    margin-bottom: 3rem; } }
@media screen and (max-width: 750px) {
  .index-locator__container {
    padding-bottom: 0; }

  .index-slideshow-links__link {
    border: 1px solid #f2212b; }

  .index-slideshow-links {
    position: static;
    margin-top: 1em; }

  .unslider-nav {
    bottom: 1rem; }

  .index-slideshow__image {
    width: 100%; }

  .index-locator__container {
    padding-top: 4rem; } }
/* Homepage: shop picker above the slideshow
   -------------------------------------------------------------------------- */
.index-locator {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  position: relative;
  top: auto;
  right: 0;
  max-width: 49rem;
  width: 100%;
  margin: 0 auto;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  border-radius: 4rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.5rem 1rem 3.5rem; }

.index-locator__wrapper {
  max-width: 30rem;
  width: auto;
  padding: 0; }

.index-locator__title {
  font-size: 2.4rem;
  font-family: "No-move", Arial, Helvetica, sans-serif;
  color: #3c3c3c;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  padding: 0 0 2.5rem; }

.index-locator__method {
  font-size: 1.6rem;
  font-family: "LibreFranklin-Bold", Arial, Helvetica, sans-serif;
  color: #00ab51; }

.index-locator__method &gt; input {
  display: none; }

.index-locator__method-name {
  background-color: transparent;
  height: 3.4rem;
  line-height: 3.4rem;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.index-locator__method-name:hover {
  color: #fff;
  background: #009044; }

.index-locator__method input[type=radio]:checked + span {
  color: #414042;
  background-color: #00ab51; }

.index-locator__methods {
  -webkit-border-radius: 1.8rem;
  -moz-border-radius: 1.8rem;
  border-radius: 1.8rem;
  overflow: hidden;
  border: 1px solid #00ab51;
  margin: 0 0 2rem; }

.index-locator__postcode-input {
  font-size: 1.4rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  border: 1px solid #fff;
  background: #fff;
  -webkit-border-radius: 18rem;
  -moz-border-radius: 18rem;
  border-radius: 18rem;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  line-height: 3.6rem;
  height: 3.6rem;
  padding: 0 1.6rem;
  margin-bottom: 2rem; }

.index-locator__postcode-input:active, .index-locator__postcode-input:focus {
  background: transparent;
  color: #3c3c3c; }

.index-locator__postcode-button {
  color: #fff;
  background-color: #00ab51;
  border: none;
  padding: 0;
  font-size: 1.8rem;
  font-family: "LibreFranklin-ExtraBold", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 1.8rem;
  -moz-border-radius: 1.8rem;
  border-radius: 1.8rem;
  line-height: 3.8rem;
  height: 3.6rem;
  cursor: pointer;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .index-locator__postcode-button:hover {
    color: #fff;
    background-color: #009044; }

.index-locator__postcode-warning {
  color: #3c3c3c;
  font-size: 1.4rem;
  margin-top: 1.5rem; }

.index-locator__text {
  font-size: 1.4rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #3c3c3c;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 1.5rem; }

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

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

.index-locator-restaurant {
  color: #3c3c3c;
  font-size: 1.4rem; }

.index-locator-restaurant__name {
  font-size: 1.6rem;
  font-family: "LibreFranklin-Bold", Arial, Helvetica, sans-serif;
  color: #3c3c3c;
  line-height: 1; }

.index-locator-restaurant__phone {
  font-size: 1.6rem;
  font-family: "LibreFranklin-Bold", Arial, Helvetica, sans-serif;
  color: #3c3c3c;
  line-height: 1; }

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

.index-locator-restaurant__map a {
  text-decoration: underline;
  color: #f2212b; }

.index-locator-restaurant__map a:hover {
  text-decoration: underline; }

.index-locator-restaurant__times-header {
  margin-bottom: 1rem; }

.index-locator-restaurant__button {
  color: #fff;
  background-color: #00ab51;
  border: none;
  padding: 0;
  font-size: 1.6rem;
  font-family: "LibreFranklin-ExtraBold", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-border-radius: 1.8rem;
  -moz-border-radius: 1.8rem;
  border-radius: 1.8rem;
  line-height: 3.6re;
  height: 3.6rem;
  cursor: pointer;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .index-locator-restaurant__button:hover {
    color: #fff;
    background-color: #009044; }

@media screen and (max-width: 31em) {
  .index-locator {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    max-width: none; }

  .index-locator__title {
    font-size: 2rem; }

  .index-locator__method {
    font-size: 1.4rem; }

  .index-locator__method-name {
    line-height: 3.6rem;
    height: 3.6rem; }

  .index-locator__postcode-button {
    font-size: 1.6rem; } }
/* Homepage: connected customer
   -------------------------------------------------------------------------- */
.index-connected-customer {
  margin: 2rem 0; }

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

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

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

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

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

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

.index-connected-customer__item:first-of-type {
  color: #fff;
  text-align: left;
  background-color: #474747;
  border-radius: 1rem; }

.index-connected-customer__item:first-of-type .index-connected-customer__title {
  color: #fff; }

.index-connected-customer__item:first-of-type .index-connected-customer__button {
  min-width: 35%;
  text-align: center;
  border-radius: .5rem;
  padding: 1rem .5rem; }

.index-connected-customer__item:first-of-type .index-connected-customer__button_other {
  margin-left: 1rem;
  background-color: #fff;
  color: #000; }

.index-connected-customer__item:first-of-type .index-connected-customer__button_other:hover {
  color: #fff;
  background-color: #555; }

/* Homepage: microblog - a series of short blocks (image + text)
   -------------------------------------------------------------------------- */
.index-microblog {
  margin-bottom: 5rem; }

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

.index-microblog__post {
  color: #414042;
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15); }

.index-microblog__title {
  font-size: 2rem;
  font-family: "LibreFranklin-Bold", Arial, Helvetica, sans-serif;
  color: #414042;
  font-weight: 700;
  margin-bottom: .5rem;
  line-height: 1.2; }

.index-microblog__content {
  line-height: 1.75; }

.index-microblog__content p {
  line-height: 1.75; }

.index-microblog__content p + p {
  margin-top: 1rem; }

.index-microblog__image {
  width: 100%; }

.index-microblog__spacer {
  height: 4rem; }

.index-microblog__footer {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  left: 2rem;
  text-align: right; }

.index-microblog__link {
  display: inline-block;
  color: #fff;
  background-color: #f2212b;
  border: none;
  padding: 0.7rem 2rem 0.6rem;
  border-radius: 1.6rem;
  text-align: center;
  min-width: 10.7rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-family: "LibreFranklin-ExtraBold", Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .index-microblog__link:hover {
    color: #fff;
    background-color: #b3161d; }

@media screen and (max-width: 52.5em) {
  .index-microblog {
    margin-bottom: 2rem; } }
@media screen and (max-width: 30em) {
  .index-microblog__title {
    font-size: 1.8rem; }

  .index-microblog__link, .index-microblog {
    font-size: 1.2rem; }

  .index-microblog__link {
    padding: 0.45rem 1rem;
    min-width: 8.4rem; }

  .index-microblog__post + .index-microblog__post {
    margin-top: 1rem; } }
/* Homepage: About us
   -------------------------------------------------------------------------- */
.index-about {
  margin-bottom: 5rem;
  color: #fff; }

.index-about__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
  padding: 2rem 5% 3rem;
  font-size: 1.8rem;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.7; }
  .index-about__wrapper:before {
    display: table;
    content: ""; }
  .index-about__wrapper:after {
    display: table;
    content: "";
    clear: both; }

.index-about__title {
  font-size: 3.6rem;
  font-family: "No-move", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 2rem; }

.index-about__title:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.3rem;
  background-image: url(/assets-images/square.svg);
  background-repeat: round; }

.index-about__header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  max-width: 75rem;
  margin: 0 auto 5rem;
  padding: 0 10rem 2rem; }

.index-about__header:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(/assets-images/scooter.png) center no-repeat;
  width: 6rem;
  height: 5.6rem; }

.index-about__header:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(/assets-images/scooter.png) center no-repeat;
  width: 6rem;
  height: 5.6rem; }

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

  .index-about__wrapper {
    padding: 0 1rem; }

  .index-about__header {
    margin-top: 5rem;
    margin-bottom: 3rem; } }
@media screen and (max-width: 40em) {
  .index-about__header {
    padding: 0 4rem 1rem; }

  .index-about__title:after {
    height: .5rem;
    background-size: contain; }

  .index-about__header:before, .index-about__header:after {
    width: 3.5rem;
    height: 3.1rem;
    background-size: contain; }

  .index-about__title {
    padding-bottom: 1rem; } }
@media screen and (max-width: 30em) {
  .index-about__title {
    font-size: 2.8rem; }

  .index-about__wrapper {
    font-size: 1.4rem;
    line-height: 1.3; } }
/* Homepage: newsletter signup form
   -------------------------------------------------------------------------- */
.index-newsletter {
  margin-bottom: 5rem;
  padding: 2rem 1rem;
  color: #fff;
  background-color: #474747; }

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

.index-newsletter__title {
  font-size: 1.9rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  margin-left: -30rem;
  line-height: 3.6rem; }

.index-newsletter__fieldset {
  padding: 0 12rem 0 30rem; }

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

.index-newsletter__button {
  color: #fff;
  background-color: #f2212b;
  border: none;
  padding: 0;
  border-radius: 1.6rem;
  font-size: 1.6rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  margin-right: -12rem;
  width: 7rem;
  height: 3.6rem;
  line-height: 3.6rem; }
  .index-newsletter__button:hover {
    color: #fff;
    background-color: #b3161d; }

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

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

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

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

.index-map__shop-phone a {
  color: #000; }

.index-map__shop .social-icons__link {
  border: 1px solid #000; }

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

.index-map__embed, .index-map__embed-link {
  position: relative; }

.index-map__embed-link {
  padding-top: 37%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

@media screen and (max-width: 52.5em) {
  .index-map__embed {
    height: auto; }

  .index-map__embed-link {
    min-height: 40rem; } }
/* Homepage: list of restaurants (franchises only)
   -------------------------------------------------------------------------- */
.index-shop-list {
  margin: 7rem 0 3rem; }

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

.index-shop-list__header {
  text-align: center;
  max-width: 75em;
  margin: 0 auto;
  padding: 0 10rem 2rem;
  margin-bottom: 5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.index-shop-list__title {
  font-size: 3.6rem;
  font-family: "No-move", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 2rem;
  line-height: 1.7; }

.index-shop-list__title:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.3rem;
  background-image: url(/assets-images/square.svg);
  background-repeat: round; }

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

.index-shop-list__shops {
  margin: 0;
  font-size: 0;
  letter-spacing: 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap; }

.index-shop-list__shop {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  min-width: 24rem;
  padding-bottom: 4rem; }

.index-shop-list__shop-title {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-family: "No-move", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2; }

.index-shop-list__shop-phone {
  font-size: 2rem;
  font-family: "LibreFranklin-Bold", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 2rem 0; }

.index-shop-list__shop-link {
  color: #00ab51; }

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

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

  .index-shop-list__header {
    margin-bottom: 2rem; } }
@media screen and (max-width: 40em) {
  .index-shop-list__header {
    padding: 0 4rem 1rem; }

  .index-shop-list__title:after {
    height: .5rem;
    background-size: contain; }

  .index-shop-list__shop-phone {
    margin: 1rem 0; }

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

  .index-shop-list__shop {
    padding-left: 4rem;
    padding-right: 4rem;
    width: 100%; } }
@media screen and (max-width: 30em) {
  .index-shop-list__shop-title {
    font-size: 1.8rem; }

  .index-shop-list__title {
    font-size: 2.8rem;
    padding-bottom: 1rem; }

  .index-shop-list__shop-phone {
    font-size: 1.6rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* --------------------------------------------------------------------------
   CYO
   (optional page)
   --------------------------------------------------------------------------
   Makes a product editable in its own page instead of a popup.
   To activate, create a 'cyo' tag in theme.xml and set this tag on the product.
   -------------------------------------------------------------------------- */
.cyo__add-button {
  color: #fff;
  background-color: #ee4036;
  border: none;
  padding: 1.1rem 3rem 1rem;
  border-radius: 0em;
  font-size: 1.4rem;
  font-family: "LibreFranklin-Bold", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase; }
  .cyo__add-button:hover {
    color: #fff;
    background-color: #b3161d; }

.cyo__fieldset-title {
  font-size: 2.4rem;
  font-family: "No-move", Arial, Helvetica, sans-serif;
  color: #414042;
  font-weight: 700;
  text-transform: uppercase; }

.cyo__fieldset-description {
  font-size: 1.4rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #414042; }

.cyo-enum__text {
  font-size: 1.4rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #414042;
  color: #00ab51;
  background-color: #fff; }

.cyo-enum__radio:checked + .cyo-enum__text {
  color: #fff;
  background-color: #00ab51; }

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

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

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

.cyo-set__text {
  font-size: 1.4rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #414042; }

.cyo-set__text:before {
  border-color: #9d9d9d;
  background-color: #fff; }

.cyo-set__text:after {
  color: #fff;
  background-color: #ee4036; }

.cyo-icon-enum__text:before {
  width: 6.5rem;
  height: 6.8rem;
  background: url("/assets-images/cyo_sizes.png") no-repeat; }

.cyo-icon-enum__text_small:before {
  background-position: 10px 0; }

.cyo-icon-enum__text_medium:before {
  background-position: -73px 0; }

.cyo-icon-enum__text_large:before {
  background-position: -167px 0; }

/* --------------------------------------------------------------------------
   LOCATOR
   (optional page)
   --------------------------------------------------------------------------
   Page which lets the user pick a restaurant based on his address.
   Functionality is similar to index shop picker, but on its own page.
   -------------------------------------------------------------------------- */
.locator {
  color: #fff;
  background-color: rgba(49, 39, 37, 0.5);
  margin-top: 5rem;
  width: 83rem; }

.locator__wrapper {
  padding: 4rem 5rem 3.5rem; }

.locator__fields-wrapper {
  max-width: 49rem;
  width: 100%; }

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

.locator__methods {
  border: 1px solid #00ab51;
  -webkit-border-radius: 2.2rem;
  -moz-border-radius: 2.2rem;
  border-radius: 2.2rem;
  overflow: hidden;
  margin-bottom: 2.5rem; }

.locator__method {
  font-size: 1.8rem;
  font-family: "LibreFranklin-Bold", Arial, Helvetica, sans-serif;
  color: #00ab51;
  font-weight: 700; }

.locator__method-name {
  background-color: transparent;
  height: 4.4rem;
  line-height: 4.6rem;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.locator__method-name:hover {
  background-color: #009044;
  color: #fff; }

.locator__method input[type=radio]:checked + span {
  color: #414042;
  background-color: #00ab51; }

.locator__postcode-input-wrapper {
  padding-right: 4.4rem;
  -webkit-border-radius: 2.2rem;
  -moz-border-radius: 2.2rem;
  border-radius: 2.2rem;
  overflow: hidden; }

.locator__postcode-input {
  font-size: 1.4rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  background: #fff;
  height: 4.4rem;
  line-height: 4.4rem;
  border: 1px solid #d7d7d7;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 1.8rem; }

.locator__postcode-input::-webkit-input-placeholder {
  color: #9d9d9d;
  font-size: 1.4rem; }

.locator__postcode-input::-moz-placeholder {
  color: #9d9d9d;
  font-size: 1.4rem; }

.locator__postcode-input:-ms-input-placeholder {
  color: #9d9d9d;
  font-size: 1.4rem; }

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

.locator__postcode-button {
  color: #fff;
  background-color: #00ab51;
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 1.6rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  float: left;
  margin-right: -4.4rem;
  width: 4.4rem;
  height: 4.4rem;
  line-height: 4.4rem;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .locator__postcode-button:hover {
    color: #fff;
    background-color: #009044; }

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

.locator__postcode-warning {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  max-width: 33rem;
  margin: 3rem auto 0; }

.locator__selected {
  font-size: 1.7rem;
  font-family: "LibreFranklin-Bold", Arial, Helvetica, sans-serif;
  color: #fff;
  margin: 2.5rem 0; }

.locator__selected-value {
  color: #00ab51;
  text-transform: uppercase; }

.locator__selected-link {
  text-decoration: underline; }

.locator__restaurants {
  margin: 3.7rem 0 0; }

.locator-restaurant {
  background-color: transparent;
  position: relative;
  padding: 4rem 0 0; }

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

.locator-restaurant:after {
  content: '';
  position: absolute;
  height: 1.3rem;
  background-image: url(/assets-images/square.svg);
  background-repeat: round;
  left: 0;
  right: 0;
  top: 0; }

.locator-restaurant + .locator-restaurant {
  margin-top: 3rem; }

.locator-restaurant__content {
  max-width: 49rem;
  margin: 0 auto; }

.locator-restaurant__name {
  font-size: 2.4rem;
  font-family: "No-move", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  color: #fff; }

.locator-restaurant__toggle {
  font-size: 1.4rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  line-height: 1.9rem;
  color: #00ab51;
  text-decoration: underline;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.locator-restaurant__toggle:hover {
  color: #00ab51;
  text-decoration: underline; }

.locator-restaurant__content-name {
  font-size: 2.4rem;
  font-family: "No-move", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  margin-top: .4rem; }

.locator-restaurant__opening-times {
  background-color: rgba(49, 39, 37, 0.8);
  padding: 1rem;
  line-height: 1.75; }

.locator-restaurant__address {
  font-size: 1.4rem;
  line-height: 1.75; }

.locator-restaurant__address p {
  margin-bottom: 0; }

p.locator-restaurant__phone {
  margin-bottom: .2rem; }

.locator-restaurant__phone {
  font-size: 2rem;
  font-family: "LibreFranklin-Bold", Arial, Helvetica, sans-serif; }

.locator-restaurant__button {
  color: #fff;
  background-color: #f2212b;
  border: none;
  padding: 0.6rem 1.9rem 0.55rem 1.9rem;
  border-radius: 1.6rem;
  font-size: 1.6rem;
  font-family: "LibreFranklin-ExtraBold", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.9rem;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .locator-restaurant__button:hover {
    color: #fff;
    background-color: #b3161d; }

@media screen and (max-width: 52.5em) {
  .locator-restaurant__button-wrapper {
    margin-top: 1.5rem; } }
@media screen and (max-width: 40em) {
  .locator-restaurant__button_header {
    margin-top: 1.3rem; }

  .locator__wrapper {
    padding: 3rem 2rem 3.5rem; }

  .locator__title {
    font-size: 3rem; }

  .locator-restaurant__embed-map {
    margin-top: 2rem; } }
/* --------------------------------------------------------------------------
   PASSWORD STRENGTH CHECKER
   --------------------------------------------------------------------------
   On the 'register' and 'order_step2' pages
   -------------------------------------------------------------------------- */
.password-checker {
  background-color: #fff;
  border-color: #818181; }

.password-checker:before {
  border-left-color: #818181;
  border-right-color: #818181; }

.password-checker:after {
  border-left-color: #fff;
  border-right-color: #fff; }

.password-checker__label {
  font-size: 1rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #fff; }

.password-checker__text {
  font-size: 1.2rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #212121;
  letter-spacing: -0.2px; }

.password-checker__bar {
  background-color: #e8e8e8; }

.password-checker__score {
  background-color: #c64c4a; }

.password-checker__score.weak {
  width: 30%;
  background-color: #c64c4a; }

.password-checker__score.medium {
  width: 60%;
  background-color: #e1aa17; }

.password-checker__score.strong {
  width: 100%;
  background-color: #558b2f; }

.password-checker__input-message {
  font-size: 1.2rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #900; }

/* --------------------------------------------------------------------------
   ADVANCED LOYALTY
   (optional feature)
   --------------------------------------------------------------------------
   Can be activated by setting the "loyalty_page" boolean parameter
   - Adds a /loyalty page
   - Adds links to this page in user, account and mobile menus
   -------------------------------------------------------------------------- */
.loyalty-dropdown {
  font-size: 1.4rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #0a0a0a;
  font-weight: 300; }

.loyalty-dropdown:before {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .2; }

.loyalty-dropdown__title {
  font-size: 1.6rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #0a0a0a;
  font-weight: 700;
  text-transform: capitilize; }

.loyalty-dropdown__more-link {
  color: #0a0a0a;
  text-decoration: underline; }

.loyalty-dropdown__more-link:hover {
  text-decoration: none; }

.loyalty-page__banner__content {
  font-size: 2.4rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 300; }

.loyalty-page__banner__title {
  font-size: 3.6rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700; }

.loyalty-page__banner__p {
  color: #fff;
  font-size: 1.8rem; }

.loyalty-page__banner__points-value {
  color: #fff;
  font-weight: 400; }

.loyalty-page__banner__note {
  color: #fff;
  font-size: 1.2rem; }

.loyalty-page__howto {
  background-color: #f4f5f6; }

.loyalty-page__howto:before {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .13; }

.loyalty-page__howto__wrapper {
  color: #000;
  font-weight: 300; }

.loyalty-page__howto__title {
  font-size: 1.6rem;
  font-family: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700; }

.loyalty-table__header {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #312725; }

.loyalty-table__row {
  background-color: rgba(49, 39, 37, 0.5); }

.loyalty-table__row:nth-child(odd) {
  background-color: rgba(49, 39, 37, 0.8); }

.loyalty-table__row:hover {
  background-color: #00ab51; }

.loyalty-table td {
  font-size: 1.4rem;
  color: #fff; }

.loyalty-table__row plus {
  color: #686868;
  font-weight: 400; }

.loyalty-table__row minus {
  color: #686868;
  font-weight: 400; }

/* --------------------------------------------------------------------------
   STATIC
   -------------------------------------------------------------------------- */
.page_static .content__main {
  width: 100%; }

.static-page {
  color: #fff; }

.static-page__title {
  font-family: "No-move", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 14rem;
  margin-bottom: 4rem; }

.static-page .static-page__title {
  margin-bottom: 4rem; }

.static-page h2, .static-page h3, .static-page h4, .static-page h5, .static-page h6 {
  font-family: "LibreFranklin-Bold", Arial, Helvetica, sans-serif; }

.static-page h3 {
  font-size: 2.2rem;
  margin: 4rem 0 2.5rem; }

.static-page ul, .static-page ol {
  margin-left: 1em; }

.static-page ul li {
  margin-bottom: 2.5rem; }

.static-page ul li:last-child {
  margin-bottom: 0; }

.static-page p {
  line-height: 1.75;
  margin-bottom: 2.5rem; }

@media screen and (max-width: 52.5em) {
  .static-page__title {
    padding: 0; }

  .static-page .static-page__title {
    margin: 2rem 0 3rem; } }
/* ORDER STEP3*/
.checkout__upselling .category {
  margin-top: 6rem; }
  .checkout__upselling .category__title {
    font-size: 2.4rem;
    padding: 0;
    text-align: left; }
  .checkout__upselling .category__header {
    margin-bottom: 4.9rem; }
  @media screen and (max-width: 66em) {
    .checkout__upselling .category .product {
      width: 50%; }
      .checkout__upselling .category .product:nth-child(3n+1) {
        clear: none; }
      .checkout__upselling .category .product:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 52.5em) {
    .checkout__upselling .category {
      padding-top: 0; }
      .checkout__upselling .category .product {
        width: 33.33%; }
        .checkout__upselling .category .product:nth-child(2n+1) {
          clear: none; }
        .checkout__upselling .category .product:nth-child(3n+1) {
          clear: left; } }
  @media screen and (max-width: 47em) {
    .checkout__upselling .category .product {
      width: 50%; }
      .checkout__upselling .category .product:nth-child(3n+1) {
        clear: none; }
      .checkout__upselling .category .product:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 32em) {
    .checkout__upselling .category__products {
      width: 28rem; }
    .checkout__upselling .category .product {
      width: 100%;
      float: none; } }

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