@charset "UTF-8";
/* ==========================================================================
   GENERAL
   ========================================================================== */
/* Imports
   -------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Nunito:300,400");
@font-face {
  font-family: 'fontello';
  src: url("/assets-fonts/fontello.woff2") format("woff2"), url("/assets-fonts/fontello.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* Fonts
   -------------------------------------------------------------------------- */
/* Base font
   -------------------------------------------------------------------------- */
body {
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #1d2300;
  background: url("/assets-images/bg_body.png") repeat; }

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

/* Page header
   -------------------------------------------------------------------------- */
.header {
  position: relative;
  padding: .7em 0 1em;
  background: url("/assets-images/bg_body.png") repeat; }

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

.header__logo-image {
  margin-top: 10px;
  max-width: 230px; }

.header:after {
  bottom: -8px;
  content: '';
  min-width: 100%;
  height: 15px;
  position: absolute;
  background: url("/assets-images/nav-bg-edge.png"); }

.page_edit_account .header:after, .page_account .header:after, .page_thank_you .header:after, .page_order_step5 .header:after, .page_order_step3 .header:after, .page_order_step2 .header:after, .page_orders .header:after, .page_order_step4 .header:after {
  content: none; }

.page_orders .account-navigation__item_active .account-navigation__link, .page_account .account-navigation__item_active .account-navigation__link {
  background-size: 130% 90%; }

.page_order_step3 .nice-select__container {
  display: inline-block; }

.page_order_step3 .checkout-row__group-label {
  padding-left: 0; }

@media screen and (max-width: 60em) {
  .header {
    padding: .8em 0 1em; }

  .header__logo-image {
    margin-top: 17px;
    max-width: 176px; }

  .page_edit_account .header:after, .page_account .header:after, .page_orders .header:after {
    content: ''; } }
/* Page footer
   -------------------------------------------------------------------------- */
.footer {
  color: #fff;
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  font-weight: 500;
  background: url("/assets-images/footer.png") repeat-x top; }

.footer__wrapper {
  padding: 1em 0 .3em; }

.footer__credits {
  padding-top: .75em; }

.footer__links {
  padding-top: .2em; }

.footer__link {
  color: #fff; }

.footer__link:hover {
  text-decoration: underline;
  color: #d9d9d9; }

.footer .social-icons__link {
  margin: 0 2px;
  padding: .5em .3em .3em;
  color: #467400;
  border: 1px solid #467400;
  border-radius: 50%;
  background: #fff; }

.footer .social-icons__link:hover {
  background: #d9d9d9;
  color: #467400 !important;
  border-color: #467400; }

/* 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__social-icons .social-icons__link {
  font-size: 1.8rem;
  width: 26px;
  height: 26px; }

.shop-info__social-icons .social-icons__link i:before {
  line-height: 26px;
  font-size: 1.6rem; }

.footer__nav {
  padding: 0.5em 0; }

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

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

@media screen and (max-width: 60em) {
  .footer__nav .social-icons__link {
    margin: 0 .2em; }

  .footer {
    background-position: center;
    background-size: cover; }

  .footer__wrapper {
    padding: .4em 0 .9em; } }
/* Scroll up button
   -------------------------------------------------------------------------- */
.scroll-up {
  padding: 0.55rem 0.5rem .6rem;
  font-size: 1.5rem;
  color: #fff;
  background-color: #427003;
  border-radius: 100%; }

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

/* NiceSelect (used as a <select> replacement)
   -------------------------------------------------------------------------- */
.nice-select {
  font-size: 1.4rem;
  font-family: "Nunito", sans-serif;
  color: #525252;
  font-weight: 400;
  border: 1px solid #c7cbd2;
  border-radius: 0.6rem;
  background: transparent; }

.nice-select .option:hover {
  color: #525252;
  background-color: rgba(218, 218, 218, 0.8); }

.nice-select .option.focus {
  color: #525252;
  background-color: rgba(218, 218, 218, 0.8); }

.nice-select .option.selected.focus:hover {
  color: #525252;
  background-color: rgba(218, 218, 218, 0.8); }

.nice-select .option.selected {
  font-weight: normal; }

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

.nice-select > .current {
  font-size: 1.4rem;
  font-family: "Nunito", sans-serif;
  color: #525252;
  font-weight: 400;
  text-transform: capitalize; }

.nice-select .option {
  font-size: 1.4rem;
  font-family: "Nunito", sans-serif;
  color: #525252;
  font-weight: 400; }

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

.basket__time .nice-select.open .list {
  background: url("/assets-images/bg_header.png") repeat; }

.basket__time .nice-select .list {
  max-width: 300px;
  -webkit-border-radius: 0 0 .6rem .6rem;
  -moz-border-radius: 0 0 .6rem .6rem;
  border-radius: 0 0 .6rem .6rem; }

.nice-select .list {
  max-height: 160px;
  overflow-y: auto; }

/* basket text-below
   -------------------------------------------------------------------------- */
.text-below-basket {
  margin-top: 20px;
  font-weight: 700;
  width: 100%;
  background: #fcd7ce;
  border-radius: .6rem;
  -moz-border-radius: .6rem;
  padding: 40px;
  box-sizing: border-box;
  text-align: center; }

/* ==========================================================================
   NAVIGATION
   ========================================================================== */
/* Desktop navigation:
   * account pages
   * category pages (touch only)
   -------------------------------------------------------------------------- */
.category-navigation {
  background: transparent; }

.category-navigation__item {
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase; }

.category-navigation__link:hover,
.category-navigation__item_active .category-navigation__link {
  color: #f6d8a4;
  background-color: url("/assets-images/bg_nav_hover.png"); }

@media screen and (max-width: 60em) {
  .page__header {
    position: relative; }

  .page__header.fixed-topbar {
    position: fixed;
    box-shadow: none; }

  .page__header:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 7px;
    background: url("/assets-images/nav-bg-edg.png") repeat-x left bottom; } }
.category-navigation_mobile {
  position: relative;
  padding: 0;
  margin-top: 0px;
  background: url("/assets-images/footer.png") repeat-x center left; }

.category-navigation_mobile .category-navigation__item {
  font-size: 1.8rem;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 .8rem;
  border-bottom: 2px solid transparent; }
.category-navigation_mobile .category-navigation__item_active {
  color: #fff;
  border-bottom-color: #d1ddc2; }
.category-navigation_mobile .category-navigation__link {
  padding: .5rem 0 .3rem; }
.category-navigation_mobile .category-navigation__link:hover,
.category-navigation_mobile .category-navigation__link:focus,
.category-navigation_mobile .category-navigation__item_active .category-navigation__link {
  color: #fff; }
.category-navigation_mobile .category-navigation__link::after {
  padding-top: .1rem;
  border-bottom: 2px solid transparent; }
.category-navigation_mobile .category-navigation__link:hover::after,
.category-navigation_mobile .category-navigation__link:focus::after,
.category-navigation_mobile .category-navigation__item_active .category-navigation__link::after {
  border-bottom-color: #000; }
.category-navigation_mobile .category-navigation__item_favourites:last-child {
  margin-right: 2.7rem; }
.category-navigation_mobile .category-navigation__favourite-icon {
  margin-right: -2.7rem; }

.category-navigation_mobile {
  position: relative;
  z-index: 5; }
.category-navigation_mobile .category-navigation__wrapper {
  position: relative;
  z-index: 6; }
.category-navigation_mobile .category-navigation__list {
  position: relative;
  z-index: 7; }

.category-navigation_mobile-icon-left,
.category-navigation_mobile-icon-right {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 20; }

.category-navigation_mobile-icon-left {
  left: 0;
  border-left: 7px solid transparent; }

.category-navigation_mobile-icon-right {
  right: 0;
  border-right: 7px solid transparent; }

.category-navigation_mobile-hidden-left .category-navigation_mobile-icon-left,
.category-navigation_mobile-hidden-right .category-navigation_mobile-icon-right {
  display: block; }

.category-navigation_mobile-icon-left,
.category-navigation_mobile-icon-right {
  color: #fff;
  font-size: 1.9rem; }

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

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

.category-navigation_mobile-icon-left::before,
.category-navigation_mobile-icon-right::before {
  position: absolute;
  top: 50%;
  margin-top: -.9rem;
  line-height: 1;
  z-index: 21; }

.category-navigation_mobile-icon-left::before {
  left: -1rem; }

.category-navigation_mobile-icon-right::before {
  right: -1rem; }

.account-navigation {
  background: url("/assets-images/nav-bg-edg.png") repeat-x; }

.account-navigation__item {
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 2px; }

.account-navigation__link {
  padding: 1em 2em; }

.account-navigation__link:hover {
  color: #f6d8a4; }

.account-navigation__item_active .account-navigation__link {
  color: #f6d8a4;
  background: url("/assets-images/bg_nav_hover.png") no-repeat center; }

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

.category-navigation_sidetouch .category-navigation__item {
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #1d2300;
  font-weight: 700;
  text-transform: none; }

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

.category-navigation_sidetouch .category-navigation__item_active .category-navigation__link {
  text-transform: uppercase; }

/* Desktop navigation:
   * checkout pages
   -------------------------------------------------------------------------- */
.checkout-navigation {
  margin-top: -5px;
  background: url("/assets-images/nav-bg-edg.png") repeat-x;
  padding-top: 3px;
  box-sizing: border-box; }

.checkout-navigation__item {
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 44px;
  height: 46px; }

.checkout-navigation__item_active {
  color: #f6d8a4;
  background: url("/assets-images/bg_nav_hover.png") no-repeat center; }

.checkout-navigation__item_active:after {
  content: '';
  display: block;
  position: absolute;
  right: -19px;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 25px solid transparent;
  border-left: 19px solid url("/assets-images/bg_nav_hover.png");
  border-top: 25px solid transparent; }

/* Desktop: user and shop menus
   -------------------------------------------------------------------------- */
.dropdown-menu__header-link {
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #1d2300;
  font-weight: 500; }

.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-icon:before {
  font-size: 1.2rem;
  font-weight: bold; }

.dropdown-menu__header-link:hover {
  color: #437204;
  background-color: transparent; }

.dropdown-menu__header-separator-icon {
  font-style: normal; }

.dropdown-menu__body {
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #212121;
  background: url("/assets-images/bg_header.png") repeat center;
  border: 1px solid rgba(57, 68, 4, 0.2);
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem; }

.dropdown-menu__body-link {
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif; }

.dropdown-menu__item-link {
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #1d2300;
  font-weight: 500;
  text-decoration: none;
  padding: .7em 2em; }

.dropdown-menu__item-link:hover {
  text-decoration: none;
  background: #f14b2e;
  color: #fff; }

.dropdown-menu__item:first-child {
  overflow: hidden;
  -webkit-border-radius: 1rem 1rem 0 0;
  -moz-border-radius: 1rem 1rem 0 0;
  border-radius: 1rem 1rem 0 0; }

.dropdown-menu__item:last-child {
  overflow: hidden;
  -webkit-border-radius: 0 0 1rem 1rem;
  -moz-border-radius: 0 0 1rem 1rem;
  border-radius: 0 0 1rem 1rem; }

.dropdown-menu__items {
  position: relative; }

.dropdown-menu__items:after {
  border-left: 1px solid rgba(57, 68, 4, 0.2);
  border-top: 1px solid rgba(57, 68, 4, 0.2);
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: url("/assets-images/bg_header.png") repeat center;
  z-index: -1;
  top: -7px;
  right: 16px;
  transform: rotate(45deg); }

.dropdown-menu_user .dropdown-menu__body {
  width: auto;
  max-width: 100%; }

/* Mobile: off-canvas
   -------------------------------------------------------------------------- */
.off-canvas_open {
  background: url("/assets-images/bg_header.png") repeat; }

/* Mobile: menu on the left (navigation)
   -------------------------------------------------------------------------- */
.header__burger-menu {
  margin-top: .3em; }

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

.mobile-menu__header {
  padding: 1.5rem 0 0;
  height: 50px;
  background: url("/assets-images/bg_header.png") repeat;
  position: relative; }

.mobile-menu__header:after {
  bottom: -4px;
  content: '';
  min-width: 100%;
  height: 15px;
  position: absolute;
  background: url("/assets-images/nav-bg-edge.png") repeat-x center; }

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

.mobile-menu__section_user {
  font-size: 1.6rem;
  font-family: "Quicksand", sans-serif;
  color: #212121;
  background-color: transparent; }

.mobile-menu__icon {
  font-style: normal; }

.mobile-menu__section {
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #1d2300;
  font-weight: 500;
  border-bottom: 2px dashed #f8dd86; }

.mobile-menu__section-link {
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #1d2300;
  background: url("/assets-images/bg_header.png") repeat; }

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

.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 transparent;
  font-weight: 400; }

.mobile-menu__item-link {
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #1d2300;
  background: url("/assets-images/bg_header.png") repeat; }

.mobile-menu__item_active .mobile-menu__item-link {
  color: #1d2300;
  background: rgba(241, 75, 46, 0.16); }

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

.basket-menu__items {
  background-color: #487809;
  border: 0;
  right: .2em;
  top: 0.2em;
  width: 16px;
  height: 16px;
  color: #fff;
  font-size: 1.2rem; }

/* Shop info.
   * desktop: displayed in a popup
   * mobile: displayed in the left menu
   -------------------------------------------------------------------------- */
.shop-info {
  background-color: transparent;
  position: relative; }

.shop-info__title {
  font-size: 1.8rem;
  font-family: "Quicksand", sans-serif;
  color: #1d2300;
  font-weight: 700;
  line-height: 1.5; }

.shop-info__feature-title {
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #1d2300;
  font-weight: 700; }

.shop-info__feature-content {
  font-size: 1.4rem;
  font-family: "Nunito", sans-serif;
  color: #1d2300;
  font-weight: 300; }

.shop-info__link {
  font-size: 1.2rem;
  font-family: "Quicksand", sans-serif;
  color: #f14b2e;
  font-weight: 700; }

.shop-info__link:hover {
  text-decoration: underline;
  color: #64823d; }

.shop-info_desktop {
  padding: 1.5em; }

.shop-info:after {
  border-left: 1px solid rgba(57, 68, 4, 0.2);
  border-top: 1px solid rgba(57, 68, 4, 0.2);
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: url("/assets-images/bg_header.png") repeat center;
  z-index: -1;
  top: -7px;
  right: 16px;
  transform: rotate(45deg); }

.shop-info .social-icons__link {
  color: #f2eee4;
  background-color: #417505; }

.shop-info .social-icons__link:hover {
  color: #f2eee4;
  background-color: #417505; }

/* ==========================================================================
   CATEGORY PAGE
   ========================================================================== */
/* Page header
   -------------------------------------------------------------------------- */
.category__title {
  font-size: 2.4rem;
  font-family: "Quicksand", sans-serif;
  color: #437204;
  font-weight: 700;
  text-transform: uppercase; }

.category__subcategory-title {
  font-size: 1.6rem;
  font-family: "Quicksand", sans-serif;
  color: #437204;
  font-weight: 700; }

.category__description {
  font-size: 1.4rem;
  font-family: "Nunito", sans-serif;
  color: #1d2300;
  font-weight: 300; }

/* Product filter
   -------------------------------------------------------------------------- */
/* Grouped skus: product filter theming */
.product-filter__default {
  display: block; }

.product-filter__mobile {
  display: none; }

@media screen and (max-width: 60em) {
  .product-filter__default {
    display: none; }

  .product-filter__mobile {
    display: block; } }
.product-filter__default {
  margin-bottom: .5rem;
  margin-top: 2rem; }

.product-filter__set {
  padding: 2.1rem 1rem;
  background: url("/assets-images/filter-bg.png") no-repeat center;
  background-size: 100% 100%; }

.product-filter__set + .product-filter__set {
  margin-top: .5rem; }

.product-filter__wrapper:before {
  display: table;
  content: ""; }
.product-filter__wrapper:after {
  display: table;
  content: "";
  clear: both; }

.product-filter__title {
  display: none;
  font-size: 1.6rem;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2; }

.product-filter__list {
  float: left;
  width: 100%; }
  .product-filter__list:before {
    display: table;
    content: ""; }
  .product-filter__list:after {
    display: table;
    content: "";
    clear: both; }

.product-filter__item {
  float: left;
  margin-right: 1rem; }

.product-filter__item:last-child {
  margin-right: 0; }

.product-filter__label {
  display: block;
  position: relative;
  cursor: pointer;
  overflow: hidden; }

.product-filter__input {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  display: none;
  width: 0;
  height: 0; }

.product-filter__name {
  display: table;
  position: relative;
  margin: 0 auto;
  padding: 1rem 1rem 1rem 3.5rem;
  min-height: auto !important;
  min-height: 22px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 300;
  font-family: "Nunito", sans-serif;
  text-align: center;
  background: transparent; }

.product-filter__input:checked + .product-filter__name {
  color: #447406;
  background: url("/assets-images/bg_filter_name.png") no-repeat center;
  background-size: 100% 100%; }

.product-filter__name:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: -11px;
  background: url("/assets-images/picto-icons.png") no-repeat 0 -27px;
  overflow: hidden; }

.product-filter__mobile .product-filter__name {
  display: block;
  padding: 1rem 1rem 1rem 4.5rem;
  color: #1d2300;
  text-align: left; }
.product-filter__mobile .product-filter__name:before {
  left: 12px;
  margin-top: -9px;
  background-position_: 0 -59px; }
.product-filter__mobile [data-filter-selected="true"] .product-filter__name {
  color: #437204;
  background: url("/assets-images/bg_filter_name_dropdown.png") no-repeat center;
  background-size: 100% 100%; }

.product-filter__default [data-filter-tag=""] .product-filter__name:before {
  background-position: 0 -27px; }
.product-filter__default [data-filter-tag="vegan"] .product-filter__name:before {
  background-position: -37px -27px; }
.product-filter__default [data-filter-tag="spicy"] .product-filter__name:before {
  background-position: -72px -27px; }
.product-filter__default [data-filter-tag="meaty"] .product-filter__name:before {
  background-position: -106px -27px; }
.product-filter__default [data-filter-tag="vegetarian"] .product-filter__name:before {
  background-position: -141px -27px; }
.product-filter__default [data-filter-tag="low_calorie"] .product-filter__name:before {
  background-position: -163px -27px; }
.product-filter__default [data-filter-tag=""] .product-filter__input:checked + .product-filter__name:before {
  background-position: 0 0; }
.product-filter__default [data-filter-tag="vegan"] .product-filter__input:checked + .product-filter__name:before {
  background-position: -37px 0; }
.product-filter__default [data-filter-tag="spicy"] .product-filter__input:checked + .product-filter__name:before {
  background-position: -72px 0; }
.product-filter__default [data-filter-tag="meaty"] .product-filter__input:checked + .product-filter__name:before {
  background-position: -106px 0; }
.product-filter__default [data-filter-tag="vegetarian"] .product-filter__input:checked + .product-filter__name:before {
  background-position: -141px 0; }
.product-filter__default [data-filter-tag="low_calorie"] .product-filter__input:checked + .product-filter__name:before {
  background-position: -163px 0; }

.product-filter__mobile [data-filter-tag=""] .product-filter__name:before {
  background-position: 0 -59px; }
.product-filter__mobile [data-filter-tag="vegan"] .product-filter__name:before {
  background-position: -34px -59px; }
.product-filter__mobile [data-filter-tag="spicy"] .product-filter__name:before {
  width: 24px;
  background-position: -72px -59px; }
.product-filter__mobile [data-filter-tag="meaty"] .product-filter__name:before {
  width: 24px;
  background-position: -105px -58px; }
.product-filter__mobile [data-filter-tag="vegetarian"] .product-filter__name:before {
  background-position: -141px -57px; }
.product-filter__mobile [data-filter-tag="low_calorie"] .product-filter__name:before {
  background-position: -163px -58px; }
.product-filter__mobile [data-filter-tag=""][data-filter-selected="true"] .product-filter__name:before {
  background-position: 0  -89px; }
.product-filter__mobile [data-filter-tag="vegan"][data-filter-selected="true"] .product-filter__name:before {
  background-position: -34px -89px; }
.product-filter__mobile [data-filter-tag="spicy"][data-filter-selected="true"] .product-filter__name:before {
  background-position: -72px -89px; }
.product-filter__mobile [data-filter-tag="meaty"][data-filter-selected="true"] .product-filter__name:before {
  background-position: -105px -88px; }
.product-filter__mobile [data-filter-tag="vegetarian"][data-filter-selected="true"] .product-filter__name:before {
  background-position: -141px -87px; }
.product-filter__mobile [data-filter-tag="low_calorie"][data-filter-selected="true"] .product-filter__name:before {
  background-position: -163px -88px; }

.product-filter__summary {
  margin-top: 1.5rem;
  font-size: 1.3rem;
  font-family: "Nunito", sans-serif;
  color: #1d2300;
  font-weight: 300; }

.product-filter__summary-link {
  font-size: 1.2rem;
  font-family: "Quicksand", sans-serif;
  color: #f14b2e;
  font-weight: 700; }

.product-filter__summary-link:hover {
  text-decoration: underline;
  color: #64823d; }

.product-filter__bottom-margin {
  height: 0; }

.grouped-skus ~ .product-filter__bottom-margin,
.product-filter ~ .product-filter__bottom-margin {
  margin-bottom: 3rem; }

.product-filter__selected {
  display: none; }

.product-filter__mobile {
  position: fixed;
  top: 2.2rem;
  right: 2%;
  z-index: 900;
  box-sizing: border-box; }

.product-filter__mobile .nice-select__container {
  display: block;
  width: 100%; }
.product-filter__mobile .nice-select {
  padding: 0 2rem 0 0;
  width: 100%;
  color: #1d2300;
  border: none; }
.product-filter__mobile .nice-select:after {
  right: 7px; }
.product-filter__mobile .nice-select .current {
  padding: .9rem 0;
  color: #1d2300;
  font-weight: 400;
  text-transform: capitalize; }
.product-filter__mobile .nice-select .current span {
  display: none; }
.product-filter__mobile .nice-select .list {
  left: auto;
  right: 0;
  margin-top: 1rem !important;
  padding: 1rem;
  min-width: 100%;
  max-height: none;
  background: #efece3 url("/assets-images/filter-dropdown-bg.jpg") repeat 0 0;
  border: 1px solid #d7d9cc;
  border-radius: 1rem;
  box-shadow: none;
  overflow: visible;
  box-sizing: border-box; }
.product-filter__mobile .nice-select .list::after {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  right: 3rem;
  width: 15px;
  height: 8px;
  background: url("/assets-images/filter-dropdown-arrow.png") no-repeat 0 0; }
.product-filter__mobile .nice-select .option {
  padding: 0; }
.product-filter__mobile .nice-select .option:hover,
.product-filter__mobile .nice-select .option.focus,
.product-filter__mobile .nice-select .option.selected.focus {
  background-color: transparent; }

@media screen and (max-width: 30em) {
  .product-filter__mobile .nice-select {
    padding: 0 2rem 0 1rem; }
  .product-filter__mobile .nice-select .current {
    font-size: 1.3rem; }
  .product-filter__mobile .product-filter__name {
    font-size: 1.3rem;
    font-weight: 400; } }
/* Product
   -------------------------------------------------------------------------- */
.product {
  padding: .7em .7em .2em 0; }

.product__name {
  font-size: 1.6rem;
  font-family: "Quicksand", sans-serif;
  color: #1d2300;
  font-weight: 700; }

.product__name-wr {
  overflow: hidden; }

.product__name-wr .product__name {
  float: left; }

.product__description {
  font-size: 1.4rem;
  font-family: "Nunito", sans-serif;
  color: #1d2300;
  font-weight: 300; }

.product__price {
  font-size: 1.6rem;
  font-family: "Quicksand", sans-serif;
  color: #437204;
  font-weight: 700; }

span.product__picto {
  float: left;
  margin-right: 6px; }

.product__picture-content {
  overflow: hidden;
  padding-left: 6px;
  float: left; }

.product__picto_vegan {
  display: block;
  width: 22px;
  height: 22px;
  margin-top: 0;
  background: url("/assets-images/picto-icons.png") no-repeat -37px 1px;
  overflow: hidden; }

.product__picto_meaty {
  display: block;
  width: 22px;
  height: 22px;
  margin-top: 0;
  background: url("/assets-images/picto-icons.png") no-repeat -106px 1px;
  overflow: hidden; }

.product__picto_vegetarian {
  display: block;
  width: 22px;
  height: 22px;
  margin-top: 0;
  background: url("/assets-images/picto-icons.png") no-repeat -140px 1px;
  overflow: hidden; }

.product__picto_spicy {
  display: block;
  width: 26px;
  height: 22px;
  margin-top: 0;
  background: url("/assets-images/picto-icons.png") no-repeat -70px 1px;
  overflow: hidden; }

.product__picto_low_calorie {
  display: block;
  width: 22px;
  height: 22px;
  margin-top: 0;
  background: url("/assets-images/picto-icons.png") no-repeat -163px 1px;
  overflow: hidden; }

/* Product improved layout
   -------------------------------------------------------------------------- */
.product_improved.product_with-counter::after {
  top: 1rem;
  bottom: 1rem;
  width: 5px;
  background-color: #1d2300;
  border-radius: 0 1rem 1rem 0; }

.product__counter {
  color: #f14b2e; }

.product__counter::before {
  float: right;
  font-size: 1.5rem !important; }

.product_improved .product__mobile-price {
  margin-top: 1.5rem;
  color: #437204; }

.product_improved .product__picture-container {
  display: block; }

@media screen and (max-width: 60em) {
  .product_improved {
    padding: 0; } }
/* Product zebra. Used in:
   * sidetouch categories page
   * touch & sidetouch favourites page
   -------------------------------------------------------------------------- */
.product_sidetouch {
  background-color: transparent; }

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

.product__wrapper {
  border-bottom: 2px dashed #f8dd86;
  padding-bottom: 1em; }

.product_favourites {
  background-color: transparent; }

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

/* Add & customise buttons
   -------------------------------------------------------------------------- */
.product__add {
  color: #fff;
  background-color: #f14b2e;
  border: none;
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  font-weight: 700;
  -webkit-border-radius: .6rem;
  -moz-border-radius: .6rem;
  border-radius: .6rem; }
  .product__add:hover {
    color: #fff;
    background-color: #c43c24; }

.product__customise {
  color: #f14b2e;
  background-color: transparent;
  border: none;
  font-size: 1.2rem;
  font-family: "Quicksand", sans-serif;
  color: #f14b2e;
  font-weight: 700;
  text-decoration: underline; }
  .product__customise:hover {
    color: #64823d;
    background-color: transparent; }

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

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

.product__wrapper .product__form .product__top {
  overflow: hidden; }

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

.deal-wizard-navigation__tab {
  background-color: transparent;
  margin-bottom: 10px; }

.deal-wizard-navigation__tab:first-child, .deal-wizard-navigation__tab:nth-child(3n + 1), .deal-wizard-navigation__tab:nth-child(3n + 1) .deal-wizard-navigation__link, .deal-wizard-navigation__tab:first-child .deal-wizard-navigation__link {
  -webkit-border-radius: .6rem 0 0 .6rem;
  -moz-border-radius: .6rem 0 0 .6rem;
  border-radius: .6rem 0 0 .6rem; }

.deal-wizard-navigation__tab:first-child, .deal-wizard-navigation__tab:nth-child(3n + 1), .deal-wizard-navigation__tab:nth-child(3n + 1) .deal-wizard-navigation__title, .deal-wizard-navigation__tab:first-child .deal-wizard-navigation__title {
  overflow: hidden;
  -webkit-border-radius: .6rem 0 0 .6rem;
  -moz-border-radius: .6rem 0 0 .6rem;
  border-radius: .6rem 0 0 .6rem; }

.deal-wizard-navigation__tab:nth-child(3n + 1) .deal-wizard-navigation__link:before {
  content: none; }

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

.deal-wizard-navigation__tab:last-child, .deal-wizard-navigation__tab:last-child .deal-wizard-navigation__title {
  -webkit-border-radius: 0 .6rem .6rem 0;
  -moz-border-radius: 0 .6rem .6rem 0;
  border-radius: 0 .6rem .6rem 0; }

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

.deal-wizard-navigation__tab:nth-child(3n) .deal-wizard-navigation__link:after {
  border-color: transparent; }

.deal-wizard-navigation__link {
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #1e2400;
  font-weight: 400;
  background: transparent;
  margin-right: 20px;
  padding: 0; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link {
  color: #fff;
  font-weight: 700;
  background-color: transparent; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__title {
  background: #eeaf44; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__title:before {
  border: none;
  content: '';
  width: 30px;
  height: 40px;
  position: absolute;
  background: #eeaf44;
  left: -21px; }

.deal-wizard-navigation__link:before {
  border: none;
  content: '';
  width: 23px;
  height: 40px;
  position: absolute;
  background: rgba(238, 175, 68, 0.22);
  left: -23px; }

.deal-wizard-navigation__link:after {
  content: '';
  width: 27px;
  height: 28px;
  z-index: 2;
  left: auto;
  top: 50%;
  background: #faecd5;
  transform: rotate(45deg);
  right: 0;
  margin-right: -14px;
  margin-top: -14px;
  border: 1px solid #efb043;
  border-bottom: 0;
  border-left: 0; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link:after {
  border: none; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link:after {
  background: #eeaf44; }

.deal-wizard-navigation__title {
  background: rgba(238, 175, 68, 0.22);
  overflow: initial; }

.deal-wizard__title {
  font-size: 2.4rem;
  font-family: "Quicksand", sans-serif;
  color: #437204;
  font-weight: 700;
  text-transform: uppercase; }

/* ==========================================================================
   BASKET
   ========================================================================== */
.basket {
  -webkit-border-radius: .6rem;
  -moz-border-radius: .6rem;
  border-radius: .6rem;
  border: 1px solid transparent;
  background: url("/assets-images/bg_header.png") repeat; }

/* Basket header
   -------------------------------------------------------------------------- */
.basket__header {
  background-color: transparent;
  padding: .4rem 1rem;
  border-bottom: 2px dashed #f8dd86; }

.basket__title {
  font-size: 2rem;
  font-family: "Quicksand", sans-serif;
  color: #1d2300;
  font-weight: 700; }

.basket__repeat {
  font-size: 1.2rem;
  font-family: "Quicksand", sans-serif;
  color: #f14b2e;
  font-weight: 700;
  line-height: 1.8; }

.basket__close {
  margin-right: -.4rem; }

.basket__close-icon {
  color: #f14b2e; }
  .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-icon:before {
  margin-right: 0; }

.basket__repeat:hover {
  text-decoration: underline;
  color: #64823d; }

.basket-tip {
  overflow: hidden;
  padding: 1rem 1.2rem !important;
  border-bottom: 2px dashed #f8dd86;
  border-top: 2px dashed #f8dd86; }

.basket-tip__title {
  line-height: 1.5;
  float: left;
  font-size: 1.2rem;
  font-family: "Quicksand", sans-serif;
  color: #1d2300;
  font-weight: 500;
  text-transform: uppercase; }

.basket-tip__details {
  float: right;
  padding-right: 30px;
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #1d2300;
  font-weight: 500;
  text-transform: uppercase; }

.basket-tip__buttons {
  padding: 0 16px 0 0; }

.basket-tip__buttons a {
  padding: 0 11px;
  border: 1px dotted #f14b2e;
  background: #e6e6e6;
  font-size: 1.4rem;
  color: #1d2300;
  font-style: normal;
  text-decoration: none;
  -webkit-border-radius: .2rem;
  -moz-border-radius: .2rem;
  border-radius: .2rem; }

.basket-tip__buttons a:hover {
  background: #cdcdcd; }

@media screen and (max-width: 1168px) {
  .basket-tip__buttons {
    padding: 0; } }
@media screen and (max-width: 1132px) {
  .basket-tip__details {
    margin-right: -34px; } }
/*
@media screen and (max-width: 853px){
    .basket-tip__details{ margin-right: -34px;}
}
*/
@media screen and (max-width: 60em) {
  .basket-tip__buttons {
    padding: 0 16px; }

  .basket-tip__details {
    margin-right: 0; } }
/* Basket item
   -------------------------------------------------------------------------- */
.basket__items {
  background-color: url("/assets-images/header-deals.png"); }

.basket-item__title {
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #1d2300;
  font-weight: 400;
  text-decoration: underline; }

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

.basket-item__option {
  font-size: 1.2rem;
  font-family: "Quicksand", sans-serif;
  color: #535252;
  font-weight: 400; }

.basket-item__delete-icon {
  padding-left: 0;
  color: rgba(241, 75, 46, 0.8);
  position: absolute;
  top: 0;
  right: -11px;
  padding-right: 1rem; }
  .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: #c43c24; }

.basket-item__delete-icon:before {
  font-size: 1.6rem; }

.basket-item__title .basket-item__price {
  padding-right: 2.6rem; }

.basket-item__name {
  text-decoration: underline;
  line-height: 1.5;
  width: 60%; }

.basket-item__name .basket-item__link:hover {
  color: #64823d; }

.basket-item__details {
  width: 40%;
  position: relative; }

.basket__empty {
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  font-weight: 700;
  background: url("/assets-images/header-deals.png") repeat-x center; }

.basket__error {
  background: #a41e1e;
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  font-weight: 700;
  -webkit-border-radius: .6rem .6rem 0 0;
  -moz-border-radius: .6rem .6rem 0 0;
  border-radius: .6rem .6rem 0 0; }

/* Basket deal title
   -------------------------------------------------------------------------- */
.basket-deal__header {
  padding: .5em 1.2rem 1.5rem;
  background: url("/assets-images/header-deals.png") repeat-x center; }

.basket-deal__title {
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  font-weight: 700; }

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

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

.basket-deal__delete:hover .basket-deal__delete-icon {
  color: white; }

.basket-deal__delete-icon:hover {
  color: white; }

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

.basket-deal {
  background: rgba(238, 175, 68, 0.15); }

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

.basket-deal__item-title {
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #1d2300;
  font-weight: 400;
  text-decoration: underline; }

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

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

.basket-deal__item-option {
  font-size: 1.2rem;
  font-family: "Quicksand", sans-serif;
  color: #f14b2e; }

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

.basket-deal__item-option-name {
  color: #535252; }

/* Delivery method switcher
   -------------------------------------------------------------------------- */
.basket__delivery_radio {
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #f14b2e;
  font-weight: 700;
  border: 1px solid #f14b2e;
  border-radius: 0.6rem;
  overflow: hidden; }

.basket__delivery-method {
  background-color: transparent; }

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

.basket__delivery-and-time {
  padding-top: 2rem !important; }

.basket__delivery-method:hover {
  background: rgba(241, 75, 46, 0.1); }

/* Basket footer
   -------------------------------------------------------------------------- */
.basket__footer {
  color: #437204;
  background-color: transparent; }

.basket__footer-row {
  padding: .5rem 1rem 1rem; }

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

.basket__footer-red-message {
  padding: .7rem 1rem .8rem;
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #d9230b; }

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

.basket__coupon-form {
  font-size: 1.2rem;
  font-family: "Quicksand", sans-serif;
  color: #437204;
  font-weight: 700; }

.basket__coupon-validate {
  color: #f14b2e !important; }

.basket__coupon-validate:hover {
  color: #437204 !important;
  text-decoration: underline; }

.basket__charge-title,
.basket__charge-amount {
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #437204;
  font-weight: 700; }

.basket__total-title,
.basket__total-amount {
  font-size: 2rem;
  font-family: "Quicksand", sans-serif;
  color: #437204;
  font-weight: 700; }

.basket__button-link {
  color: #fff;
  background-color: #f14b2e;
  border: none;
  border-radius: 0.6rem;
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 700; }
  .basket__button-link:hover {
    color: #fff;
    background-color: #c43c24; }

.basket__coupon-enable {
  font-size: 1.2rem;
  font-family: "Quicksand", sans-serif;
  color: #f14b2e;
  font-weight: 700;
  position: relative;
  padding-right: 15px; }

.basket__coupon-enable:after {
  content: '';
  width: 5.5px;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  right: 3px;
  top: 50%;
  margin-top: -2.5px;
  border-right: 1px solid;
  border-top: 1px solid; }

.basket__coupon-link:hover {
  text-decoration: underline;
  color: #64823d; }

.basket__coupon-link:hover .basket__coupon-enable:after {
  border-top-color: #64823d !important;
  border-right-color: #64823d !important; }

#coupon_code {
  font-size: 1.3rem;
  font-family: "Nunito", sans-serif;
  color: #525252;
  font-weight: 400;
  margin: 0 6px;
  background: transparent;
  border: none;
  border: 1px solid #c7cbd2;
  padding: 5px;
  box-sizing: border-box;
  -webkit-border-radius: .6rem;
  -moz-border-radius: .6rem;
  border-radius: .6rem; }

.basket__coupon {
  min-height: auto; }

@media screen and (max-width: 60em) {
  .basket__repeat {
    padding: .5em 0 0 1em;
    line-height: 1.5; } }
/* Basket upselling
   -------------------------------------------------------------------------- */
.basket-upselling {
  margin-top: 20px;
  position: relative;
  box-sizing: border-box;
  padding: 6%;
  height: 170px;
  -webkit-border-radius: .6rem;
  -moz-border-radius: .6rem;
  border-radius: .6rem; }

.basket-upselling__image-wrapper {
  margin: -6%;
  position: relative; }

.basket-upselling__header {
  position: absolute;
  top: 10%;
  padding-right: 25%; }

.basket-upselling__footer {
  position: absolute;
  bottom: 10%; }

.basket-upselling__image {
  min-height: 160px; }

.basket-upselling__footer .nice-select {
  background: rgba(255, 255, 255, 0.59) !important;
  width: 176px;
  height: 30px;
  padding-left: 10px !important; }

.basket-upselling__footer .nice-select .list {
  -webkit-border-radius: 0 0 .6rem .6rem;
  -moz-border-radius: 0 0 .6rem .6rem;
  border-radius: 0 0 .6rem .6rem; }

.basket-upselling__footer .nice-select:after {
  border-bottom: 1px solid #1e2400;
  border-right: 1px solid #1e2400; }

.nice-select__container {
  display: block; }

.basket-upselling__title {
  font-size: 2.4rem;
  font-family: "Quicksand", sans-serif;
  color: #1e2400;
  font-weight: 700; }

.basket-upselling__button {
  width: 176px;
  height: 30px;
  background: #f4ac00;
  margin-top: 5px;
  padding: 7px 60px;
  border: none;
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  font-weight: 700;
  -webkit-border-radius: .6rem;
  -moz-border-radius: .6rem;
  border-radius: .6rem;
  cursor: pointer; }

.basket-upselling__button:hover {
  background: #c18800; }

.basket-upselling__footer-wrapper .nice-select > .current {
  max-width: 175px;
  overflow: hidden;
  -moz-overflow: hidden;
  -o-overflow: hidden;
  -wiki-overflow: hidden;
  -webkit-overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -wiki-text-overflow: ellipsis; }

.basket-upselling__footer-wrapper .nice-select .option {
  overflow: hidden;
  -moz-overflow: hidden;
  -o-overflow: hidden;
  -wiki-overflow: hidden;
  -webkit-overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  padding-left: 10px !important;
  padding-right: 10px !important;
  height: 30px; }

.mobile-basket-button {
  left: 1rem;
  right: 1rem;
  bottom: 0;
  width: auto; }

.mobile-basket-button__link {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #f14b2e;
  border-radius: .7rem .7rem 0 0; }

.mobile-basket-button .mobile-basket-button__link::after {
  top: 15%;
  left: calc(50% -1px);
  height: 70%;
  border-right: 2px dashed #f9b7ab; }

.mobile-basket-button__nb-items {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1; }

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

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

.mobile-basket-button .mobile-basket-button__icon,
.mobile-basket-button .mobile-basket-button__icon::before,
.mobile-basket-button .mobile-basket-button__icon::after {
  border-width: 2px; }

/* ==========================================================================
   CUSTOMIZATION POPUP
   ========================================================================== */
.popup {
  border-radius: 0.6rem; }

.popup__description {
  font-size: 1.4rem;
  font-family: "Nunito", sans-serif;
  color: #1d2300;
  font-weight: 300; }

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

.popup__title,
.popup__price {
  font-size: 2.4rem;
  font-family: "Quicksand", sans-serif;
  color: #1d2300;
  font-weight: 700; }

.popup__price {
  color: #437204; }

.popup__close {
  top: -14px;
  right: -10px;
  width: 26px;
  height: 26px;
  background-color: #f14b2e; }

.popup__close:hover {
  background: #c43c24; }

.popup__top {
  padding: 37px 5.5%;
  position: relative; }

.popup__top:after {
  left: 0;
  bottom: -2px;
  content: '';
  min-width: 100%;
  height: 15px;
  position: absolute;
  background: url("/assets-images/nav-bg-edge.png") repeat-x; }

.popup__top .product__picture-content {
  float: left; }

.popup__wrapper {
  border-radius: .6rem;
  position: relative;
  background: url("/assets-images/bg_header.png") repeat;
  margin: 0;
  box-sizing: border-box;
  padding-bottom: 24px; }

.popup__wrapper:after {
  left: 0;
  bottom: 15px;
  content: '';
  min-width: 100%;
  height: 15px;
  position: absolute;
  background: url("/assets-images/nav-bg-edge.png") repeat-x; }

.popup__group {
  padding: 0; }

@media screen and (max-width: 60em) {
  .popup__close {
    border-radius: 50%;
    top: -4px;
    right: -3px; } }
/* Popup group
   -------------------------------------------------------------------------- */
.popup-group__quantity-field {
  background: transparent;
  -webkit-border-radius: .6rem;
  -moz-border-radius: .6rem;
  border-radius: .6rem;
  font-size: 1.2rem;
  font-family: "Nunito", sans-serif;
  color: #525252;
  font-weight: 400; }

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

.popup-group__label,
.popup-group__single-choice {
  font-size: 1.4rem;
  font-family: "Nunito", sans-serif;
  color: #525252;
  font-weight: 400;
  line-height: 32px; }

.popup-group__quantity-plus-icon:hover, .popup-group__quantity-minus-icon:hover {
  color: #707070; }

.popup-group__line {
  padding-top: 1em; }

/* Popup row
   -------------------------------------------------------------------------- */
.popup-row + .popup-row {
  border-top: 1px solid transparent; }

.popup-row__description {
  font-size: 1.3rem;
  font-family: "Nunito", sans-serif;
  color: #1d2300;
  font-weight: 300; }

.popup-row__title {
  font-size: 1.6rem;
  font-family: "Quicksand", sans-serif;
  color: #1d2300;
  font-weight: 700;
  margin-bottom: .7em;
  padding-bottom: 9px;
  border-bottom: 2px dashed #f8dd86; }

.popup-buttons, .popup-row {
  padding: 46px 5.5% 0;
  position: relative;
  background: url("/assets-images/bg_body.png") repeat; }

.popup__buttons {
  overflow: hidden;
  position: relative;
  margin: 0;
  padding-top: 55px;
  padding-bottom: 55px; }

.popup__buttons:before {
  content: '';
  display: block;
  position: absolute;
  width: auto;
  left: 5.5%;
  right: 5.5%;
  height: 2px;
  background: transparent;
  top: 12px;
  border-top: 2px dashed #f8dd86;
  box-sizing: border-box; }

/* Popup enum
   -------------------------------------------------------------------------- */
.popup-enum__text {
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #f14b2e;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #f14b2e;
  -webkit-border-radius: .6rem;
  -moz-border-radius: .6rem;
  border-radius: .6rem; }

.popup-enum__radio:checked + .popup-enum__text {
  color: #fff;
  background-color: #f14b2e;
  border: 1px solid #f14b2e;
  -webkit-border-radius: .6rem;
  -moz-border-radius: .6rem;
  border-radius: .6rem; }

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

/* Popup set
   -------------------------------------------------------------------------- */
.popup-set {
  margin-top: 1em; }

.popup-set__group-title {
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #437204;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 1em; }

.popup-set__text {
  font-size: 1.3rem;
  font-family: "Nunito", sans-serif;
  color: #1d2300;
  font-weight: 300; }

.popup-set__text:before {
  border-color: #f14b2e;
  background-color: transparent;
  -webkit-border-radius: .4rem;
  -moz-border-radius: .4rem;
  border-radius: .4rem; }

.popup-set__text:after {
  background-color: #f14b2e;
  margin: 4px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: .2rem;
  -moz-border-radius: .2rem;
  border-radius: .2rem; }

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

.popup-set__label {
  padding: 5px 5px 5px 21px; }

/* Popup buttons
   -------------------------------------------------------------------------- */
.popup-buttons__button {
  color: #fff;
  background-color: #f14b2e;
  border: none;
  padding: 0.75em 3em;
  border-radius: 0.6rem;
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif; }
  .popup-buttons__button:hover {
    color: #fff;
    background-color: #c43c24; }

.popup-buttons__link {
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #f14b2e;
  font-weight: 700;
  text-decoration: underline; }

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

/* ==========================================================================
   CHECKOUT, ACCOUNT & ORDER PAGES
   ========================================================================== */
.checkout {
  padding-bottom: 70px; }

.checkout__form {
  padding-bottom: 30px;
  border-bottom: 2px dashed #f8dd86; }

.page_order_step3 .checkout__form {
  padding-bottom: 30px;
  border-bottom: 0; }

.page_order_step3 .checkout__footer {
  padding-bottom: 30px;
  border-bottom: 2px dashed #f8dd86; }

.checkout__form__register {
  padding-bottom: 0;
  border-bottom-color: transparent; }

.checkout__title {
  font-size: 2.4rem;
  font-family: "Quicksand", sans-serif;
  color: #437204;
  font-weight: 700;
  text-transform: uppercase; }

.checkout-row__label,
.checkout-variant__label,
.checkout-variant__select-label,
.card-entry__label,
.card-entry__saved-card-label {
  font-size: 1.4rem;
  font-family: "Nunito", sans-serif;
  color: #1d2300;
  font-weight: 300; }

.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: "Nunito", sans-serif;
  color: #1d2300;
  font-weight: 300; }

.checkout-row__field-text {
  padding: .3em .7em;
  border-radius: .6rem;
  border: 1px solid rgba(75, 75, 75, 0.8);
  background: rgba(255, 255, 255, 0.8); }

.checkout-row__field-textarea {
  -webkit-border-radius: .6rem;
  -moz-border-radius: .6rem;
  border-radius: .6rem; }

.checkout-row__group-item, .checkout-row__group-label {
  font-size: 1.4rem;
  font-family: "Nunito", sans-serif;
  color: #1d2300;
  font-weight: 300; }

.checkout-row__group-item a {
  font-size: 1.2rem;
  font-family: "Quicksand", sans-serif;
  color: #f14b2e;
  font-weight: 700; }

.checkout-row__group-item {
  margin-top: 17px;
  position: relative; }

.checkout-row__group-atom {
  margin: 0 1.2em .2em 0; }

.checkout-variant {
  position: relative;
  box-sizing: border-box;
  padding-left: 30px; }

.checkout-row__group-label {
  padding-left: 25px;
  cursor: pointer; }

.checkout-variant__text {
  cursor: pointer; }

.checkout-variant__text:after, .checkout-row__label-text:after {
  border-radius: .4rem;
  content: '';
  position: absolute;
  background: transparent;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: 0;
  top: 0;
  border: 1px solid #f14b2e; }

.checkout-variant__text:before, .checkout-row__label-text:before {
  background: transparent;
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  left: 4px;
  border-radius: .2rem;
  top: 0;
  margin-top: 4px; }

.checkout-row__field-checkbox, .checkout-variant__radio {
  width: 0;
  height: 0; }

.page_order_step4 .checkout-variant__label {
  position: relative;
  cursor: pointer; }

.page_order_step4 .checkout-variant__label_text:after {
  border-radius: .4rem;
  content: '';
  position: absolute;
  background: transparent;
  left: -29px;
  width: 14px;
  height: 14px;
  margin-top: 0;
  top: 0;
  border: 1px solid #f14b2e; }

.page_order_step4 .checkout-variant__label_text:before {
  background: transparent;
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  left: -25px;
  border-radius: .2rem;
  top: 0;
  margin-top: 4px; }

.checkout-variant__radio:checked ~ .checkout-variant__label_text:before {
  background: red; }

.checkout-variant__radio:checked ~ .checkout-variant__text {
  cursor: pointer;
  font-weight: 300; }

.label-tex {
  position: static; }

#sms_authorization:checked + .checkout-row__label-text:before {
  background: #f14b2e; }

#loyalty_opt_in_authorization:checked + .checkout-row__label-text:before {
  background: #f14b2e; }

#emailing_authorization:checked + .checkout-row__label-text:before {
  background: #f14b2e; }

.checkout-variant__radio:checked ~ .checkout-variant__text:before {
  background: #f14b2e; }

.checkout-variant__label input[type='radio'] {
  visibility: hidden;
  opacity: 0; }

/* Form buttons
   Contain a button on the right and a cancel link on the left.
   -------------------------------------------------------------------------- */
.form-buttons__button {
  color: #fff;
  background-color: #f14b2e;
  border: none;
  padding: 0.75em 4.75em;
  border-radius: 0.6rem;
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  font-weight: 700; }
  .form-buttons__button:hover {
    color: #fff;
    background-color: #c43c24; }

.form-buttons__link {
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #f14b2e;
  font-weight: 700; }

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

/* Checkout confirmation page (step5)
   -------------------------------------------------------------------------- */
.checkout-confirm__title {
  font-size: 1.4rem;
  font-family: "Nunito", sans-serif;
  color: #1d2300;
  font-weight: 300;
  font-weight: 600; }

.checkout-confirm__content {
  font-size: 1.4rem;
  font-family: "Nunito", sans-serif;
  color: #1d2300;
  font-weight: 300; }

.checkout-confirm__content a {
  font-size: 1.2rem;
  font-family: "Quicksand", sans-serif;
  color: #f14b2e;
  font-weight: 700;
  text-decoration: underline;
  color: #f14b2e; }

.checkout-confirm__content a:hover {
  text-decoration: underline;
  color: #64823d; }

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

/* Facebook login
   -------------------------------------------------------------------------- */
.checkout__facebook-login-button {
  border-radius: 0.6rem;
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  font-weight: 700; }

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

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

.checkout__facebook-login-separator:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  height: 0;
  width: 100%;
  border-top: 1px solid rgba(69, 69, 69, 0.4); }

.checkout__facebook-login-separator-text {
  font-size: 1.2rem;
  font-family: "Nunito", sans-serif;
  color: #1d2300;
  font-weight: 300;
  display: inline-block;
  position: relative;
  padding: 0 .5em;
  line-height: 20px;
  text-transform: uppercase;
  background-color: #fff; }

/* User registration error (invalid/empty fields)
   -------------------------------------------------------------------------- */
.checkout-error {
  font-size: 1.4rem;
  font-family: "Nunito", sans-serif;
  color: 400;
  color: #fff;
  background-color: #a41e1e; }

/* Order page
   -------------------------------------------------------------------------- */
.order-table {
  background: url("/assets-images/bg_header.png") repeat; }

.order-table__header {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  background: url("/assets-images/header-deals.png") repeat-x top; }

.order-table__header-item {
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  font-weight: 700; }

.order-row:nth-child(even) .order-row__header {
  color: #1d2300;
  background: transparent; }

.order-row__header {
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #1e2400;
  font-weight: 400;
  background: transparent;
  border-bottom: 2px dashed #f8dd86; }

.order-row__header-item_full-width {
  font-size: 1.4rem;
  font-family: "Nunito", sans-serif;
  color: #1d2300;
  font-weight: 700; }

.order-row__header:hover {
  color: #1d2300 !important;
  background-color: rgba(199, 203, 210, 0.2) !important;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

.order-row__order {
  border-top: 2px dashed #f8dd86; }

.order {
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #1e2400;
  font-weight: 400;
  background-color: rgba(238, 175, 68, 0.15); }

.order__group-title {
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #1e2400;
  font-weight: 700;
  text-transform: uppercase; }

.order__add {
  padding-left: 15px; }

.order-table__print-button, .order__repeat-empty-basket {
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #f14b2e;
  font-weight: 500;
  line-height: 1; }

.order-table__print-button:hover, .order__repeat-empty-basket:hover {
  text-decoration: underline;
  color: #64823d; }

.order__repeat-empty-basket {
  line-height: 1.8; }

.order__add-button, .order__repeat-button {
  color: #fff;
  background-color: #f14b2e;
  border: none;
  border-radius: 0.6rem;
  font-size: 1.4rem;
  cursor: pointer;
  line-height: 1.2;
  font-family: "Quicksand", sans-serif;
  -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: #c43c24; }

.order__items-container {
  border-top-color: #f8dd86; }

.order__items-table {
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #1e2400;
  font-weight: 400;
  background-color: transparent;
  border: none; }

.order-table__show-icon {
  padding-right: 5px; }

.order__items-deal {
  background-color: rgba(238, 175, 68, 0.15); }

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

.order__items-footer {
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #437204;
  font-weight: 700;
  border-top-color: #f8dd86;
  text-transform: uppercase; }

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

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

/* Transient information message displayed at the top
   Eg. when a product has just been added
   -------------------------------------------------------------------------- */
.message_info {
  font-size: 1.4rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  color: #432e1b;
  background-color: #ffcc80;
  opacity: 0.9; }

.message_info a,
.message_info a:hover {
  color: #432e1b; }

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

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

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

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

.page__wrapper {
  overflow: hidden; }

.page_categories .content {
  min-height: calc(100vh - 172px); }

.page_locator .page__content {
  background: transparent; }

.page_locator .page__wrapper {
  background: url("/assets-images/background-locator_v5.png") top center no-repeat;
  background-size: cover; }

.page_login .checkout-row__group-label input {
  opacity: 0;
  visibility: hidden; }

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

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

.unslider-nav ol li {
  background-color: #000;
  border: 2px solid #fff; }

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

.category-navigation__order-button {
  display: inline-block;
  float: right;
  margin: 6px 0 6px 5px;
  height: 40px;
  line-height: 40px;
  color: #000;
  background-color: #fff;
  border: none;
  padding: 0 2em;
  border-radius: 0.6rem;
  font-size: 1.6rem;
  font-family: "Quicksand", 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: #c43c24; }

.index-slideshow-links__link {
  display: inline-block;
  min-width: 200px;
  margin: .5em .3em;
  box-sizing: border-box;
  color: #fff;
  background-color: #f14b2e;
  border: none;
  padding: 0.75em 4.75em;
  border-radius: 0.6rem;
  font-size: 1.5rem;
  font-family: "Quicksand", 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: #c43c24; }

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

.category_upselling {
  padding-top: 30px; }

.category_upselling .product {
  width: 33.33%;
  float: left;
  margin-bottom: 2em;
  padding: 0 10px;
  box-sizing: border-box; }

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

.category_upselling .product__wrapper {
  padding: 20px 20px 55px;
  position: relative;
  border-bottom: 0;
  min-height: 105px;
  background: url("/assets-images/bg_header.png") repeat; }

.category_upselling .category__products:after, .category_upselling .product__buttons-wrapper:after {
  display: table;
  content: "";
  clear: both; }

.category_upselling .product__buttons-wrapper {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; }

.category_upselling .product__buttons-wrapper .product__customise {
  display: none; }

.category_upselling .product__buttons, .category_upselling .product__buttons button {
  width: 100%;
  margin-bottom: 0; }

.category_upselling .product__buttons button {
  background: #f4ac00;
  color: #fff;
  height: 35px;
  line-height: 35px; }

.category_upselling .product__buttons button:hover {
  background: #c18800; }

.category_upselling .category__products:before {
  display: table;
  content: ""; }

@media screen and (max-width: 42em) {
  .category_upselling .product {
    width: 50%; } }
@media screen and (max-width: 52.5em) {
  .index-slideshow-links__link {
    border: 1px solid #f14b2e; }

  .index-slideshow-links {
    position: static;
    margin-top: 1em; } }
@media screen and (max-width: 32em) {
  .category_upselling .product {
    width: 100%;
    padding: 0; } }
/* Homepage: shop picker above the slideshow
   -------------------------------------------------------------------------- */
.index-locator {
  color: #000;
  background-color: #ddd; }

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

.index-locator__method {
  font-size: 1.5rem;
  font-family: "Quicksand", sans-serif;
  color: #191919;
  font-weight: 600;
  text-transform: uppercase; }

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

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

.index-locator__postcode-input {
  font-size: 1.7rem;
  font-family: "Quicksand", sans-serif;
  color: #000;
  font-weight: 400;
  border: 1px solid #c6c6c6; }

.index-locator__postcode-button {
  color: #fff;
  background-color: #000;
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 1.6rem;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  -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: #555; }

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

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

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

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

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

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

.index-locator-restaurant__phone {
  margin-top: .7rem;
  font-size: 1.6rem;
  font-weight: 700; }

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

.index-locator-restaurant__map {
  margin-top: .7rem;
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #000;
  font-weight: 600; }

.index-locator-restaurant__button {
  color: #fff;
  background-color: #000;
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 1.5rem;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  -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: #555; }

.locator-restaurant.locator-restaurant_open .locator-restaurant__button-wrapper {
  position: static;
  margin: 1.5rem auto 0;
  text-align: center; }

/* 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: "Quicksand", 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: #f14b2e;
  border: none;
  padding: 1rem 2rem;
  border-radius: 0;
  font-size: 1.5rem;
  font-family: "Quicksand", 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: #c43c24; }

.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-top: 3rem; }

.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: #000;
  background-color: #ddd; }

.index-microblog__title {
  font-size: 2.1rem;
  font-family: "Quicksand", sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: .5rem;
  line-height: 1.2; }

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

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

.index-microblog__footer {
  margin-top: 1em; }

.index-microblog__link {
  display: inline-block;
  color: #fff;
  background-color: #f14b2e;
  border: none;
  padding: 1rem 2rem;
  border-radius: 0.6rem;
  font-size: 1.5rem;
  font-family: "Quicksand", 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-microblog__link:hover {
    color: #fff;
    background-color: #c43c24; }

/* Homepage: About us
   -------------------------------------------------------------------------- */
.index-about {
  margin: 5rem 0; }

.index-about__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
  padding: 3rem 5%;
  font-size: 1.8rem;
  text-align: center;
  background-color: #ddd;
  box-sizing: border-box; }
  .index-about__wrapper:before {
    display: table;
    content: ""; }
  .index-about__wrapper:after {
    display: table;
    content: "";
    clear: both; }

.index-about__title {
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-family: "Quicksand", sans-serif;
  color: #000;
  font-weight: 600;
  text-transform: uppercase; }

@media screen and (max-width: 40em) {
  .index-about__title {
    font-size: 2.5rem; } }
/* Homepage: newsletter signup form
   -------------------------------------------------------------------------- */
.index-newsletter {
  margin-top: 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: "Quicksand", sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  margin-left: -300px;
  line-height: 36px; }

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

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

.index-newsletter__button {
  color: #fff;
  background-color: #f14b2e;
  border: none;
  padding: 0;
  border-radius: 0.6rem;
  font-size: 1.6rem;
  font-family: "Quicksand", 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: -120px;
  width: 115px;
  height: 36px;
  line-height: 36px; }
  .index-newsletter__button:hover {
    color: #fff;
    background-color: #c43c24; }

/* Homepage: map showing the position of the restaurant
   -------------------------------------------------------------------------- */
.index-map {
  margin-top: 5rem; }

.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: 350px;
  background-color: #fff;
  border: 1px solid #c6c6c6; }

.index-map__shop-title {
  margin-bottom: .5em;
  font-size: 1.8rem;
  font-family: "Quicksand", 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: "Quicksand", 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: #f14b2e;
  border: none;
  padding: 0.7em 0;
  border-radius: 0.6rem;
  font-size: 1.6rem;
  font-family: "Quicksand", 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: #c43c24; }

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

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

.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 {
  margin-bottom: 3rem;
  text-align: center; }

.index-shop-list__title {
  font-size: 3.5rem;
  font-family: "Quicksand", sans-serif;
  color: #000;
  font-weight: 600;
  text-transform: uppercase; }

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

.index-shop-list__shop {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center; }

.index-shop-list__shop-title {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-family: "Quicksand", sans-serif;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2; }

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

  .index-shop-list__header {
    margin-bottom: 2rem; } }
@media screen and (max-width: 40em) {
  .index-shop-list__title {
    font-size: 2.5rem; } }
/* ==========================================================================
   SPECIAL FEATURES
   ========================================================================== */
/* Sku buttons (optional feature, available on touch but NOT on sidetouch)
   Shows product sizes (skus) as buttons instead of selects.
   To activate, create a 'size_buttons' tag and set it on the chosen products/categories
   -------------------------------------------------------------------------- */
.sku-buttons {
  border-radius: 0em; }

.sku-buttons__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: "Quicksand", sans-serif;
  color: #212121;
  font-weight: 700; }

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

.grouped-skus__text {
  font-size: 1.4rem;
  font-family: "Quicksand", 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; }

/* Locator (optional page, for franchises only)
   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: #1d2300;
  background: url("/assets-images/bg_header.png") repeat; }

.locator__wrapper {
  padding: 3.4rem 0; }

.locator__title {
  font-size: 1.8rem;
  font-family: "Quicksand", sans-serif;
  color: #1d2300;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2; }

.locator__fields-wrapper {
  width: 100%;
  padding: 10px 0 20px;
  border-bottom: 2px dashed #f8dd86; }

.locator-restaurant_open .locator-restaurant__content {
  max-width: 450px;
  margin: 0 auto; }

.locator-restaurant_open {
  position: relative; }

.locator-restaurant_open:after {
  top: 36px;
  right: 18px;
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-left: 1px solid #212121;
  cursor: pointer;
  border-top: 1px solid #212121;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.locator__methods {
  width: 100%;
  max-width: 450px;
  border: 1px solid #f14b2e;
  -webkit-border-radius: .6rem;
  -moz-border-radius: .6rem;
  border-radius: .6rem; }

.locator__method {
  font-size: 1.5rem;
  font-family: "Quicksand", sans-serif;
  color: #f14b2e;
  font-weight: 700; }

.locator__method-name {
  background-color: transparent;
  height: 40px;
  line-height: 40px; }

.locator__method input[type=radio]:checked + span {
  color: #fff;
  background-color: #f14b2e; }

.locator__method:hover {
  background: rgba(241, 75, 46, 0.1); }

.locator__restaurants {
  margin: 0;
  border-bottom: 2px dashed #f8dd86; }

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

.locator__postcode {
  margin: 0 auto;
  width: 100%;
  max-width: 450px; }

.locator__postcode-input-wrapper {
  padding-right: 70px; }

.locator__postcode-input {
  font-size: 1.6rem;
  font-family: "Nunito", sans-serif;
  color: #1d2300;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  border: 1px solid #f14b2e;
  background: rgba(255, 255, 255, 0.57);
  -webkit-border-radius: .6rem 0 0 .6rem;
  -moz-border-radius: .6rem 0 0 .6rem;
  border-radius: .6rem 0 0 .6rem;
  float: left;
  width: 100%;
  box-sizing: border-box; }

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

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

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

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

.locator__postcode-button {
  color: #fff;
  background-color: #f14b2e;
  border: none;
  padding: 0;
  border-radius: 0 0.6rem 0.6rem 0;
  cursor: pointer;
  font-size: 2rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  float: left;
  margin-right: -70px;
  width: 70px;
  height: 40px;
  line-height: 40px;
  -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: #c43c24; }

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

.locator__postcode-warning {
  font-size: 1.4rem;
  font-family: "Nunito", sans-serif;
  color: #1d2300;
  font-weight: 300; }

.locator__selected {
  font-size: 1.8rem;
  font-family: "Quicksand", sans-serif;
  color: #1d2300;
  font-weight: 700;
  width: 100%;
  max-width: 450px;
  margin: 2rem auto 1rem auto; }

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

.locator__selected-link {
  color: #f14b2e;
  font-family: "Quicksand", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: underline;
  text-transform: none;
  padding-left: 10px; }

.locator__selected-link:hover {
  text-decoration: underline;
  color: #64823d; }

.locator__postcode_street {
  margin: 0 auto;
  width: 100%;
  max-width: 450px; }

.locator__selected .locator__selected_street {
  width: 100%;
  max-width: 450px; }

.locator-restaurant {
  background-color: transparent;
  padding: 3rem 7%; }

.locator-restaurant__name {
  font-size: 1.8rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 1;
  width: 34%;
  color: #1d2300; }

.locator-restaurant__toggle {
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #f14b2e;
  font-weight: 700;
  line-height: 1.9rem; }

.locator-restaurant__toggle:hover {
  text-decoration: underline;
  color: #64823d; }

.locator-restaurant__content-name {
  font-size: 1.8rem;
  font-family: "Quicksand", sans-serif;
  color: #1d2300;
  font-weight: 700;
  line-height: 1; }

.locator-restaurant__opening-times {
  background-color: rgba(238, 175, 68, 0.15);
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #0c0e00;
  font-weight: 400; }

.locator-restaurant__address {
  font-size: 1.4rem;
  font-family: "Nunito", sans-serif;
  color: #1d2300;
  font-weight: 300;
  line-height: 1.2; }

.locator-restaurant__phone {
  font-size: 1.6rem;
  font-family: "Nunito", sans-serif;
  color: #437204;
  font-weight: 700; }

.locator-restaurant__button {
  color: #fff;
  background-color: #f14b2e;
  border: none;
  padding: 0.75rem 6rem;
  border-radius: 0.6rem;
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  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: #c43c24; }

.locator-restaurant__map {
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  color: #f14b2e;
  font-weight: 700; }

.locator-restaurant__map:hover {
  text-decoration: underline;
  color: #64823d; }

@media screen and (max-width: 40em) {
  .locator-restaurant__button_header {
    float: right;
    clear: none; }

  .locator-restaurant__name {
    width: 100%; } }
@media screen and (max-width: 35.5em) {
  .locator__restaurants, .locator__fields-wrapper {
    padding: 15px 10px 20px;
    width: 100%;
    box-sizing: border-box; } }
@media screen and (max-width: 26em) {
  .locator-restaurant__button_header {
    float: none;
    clear: left; } }
/* Password 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: "Quicksand", sans-serif;
  color: #fff; }

.password-checker__text {
  font-size: 1.2rem;
  font-family: "Quicksand", 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: "Quicksand", sans-serif;
  color: #fff;
  background-color: #900; }

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