@charset "UTF-8";
/* ==========================================================================
   GENERAL
   ========================================================================== */
/* Imports
   -------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Josefin+Sans:300,400,600,700&display=swap");
@font-face {
  font-family: 'fontello';
  src: url("/assets-fonts/fontello.woff2") format("woff2"), url("/assets-fonts/fontello.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* Fonts
   -------------------------------------------------------------------------- */
/* Nice Select (used as a <select> replacement)
   -------------------------------------------------------------------------- */
.nice-select__container {
  max-width: 100%; }

.nice-select {
  line-height: 28px;
  color: #232323;
  border-color: #c9c9c9 !important;
  border-radius: 0.6rem; }

.nice-select.open {
  border-radius: 0.6rem 0.6rem 0 0; }

.nice-select .current {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; }

.nice-select .list {
  margin-top: 1px !important;
  min-width: 100%;
  border-radius: 0 0 0.6rem 0.6rem;
  box-shadow: 0 0 0 1px #c9c9c9; }

.nice-select .option:hover {
  color: #fff;
  background-color: #537a37; }

.nice-select .option.focus {
  color: #232323;
  background-color: #537a37; }

.nice-select .option.selected.focus:hover {
  color: #fff;
  background-color: #537a37; }

.popup .nice-select {
  height: 28px;
  line-height: 26px;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #232323; }

/* Base font
   -------------------------------------------------------------------------- */
body {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #232323; }

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

.page__content {
  background: url("/assets-images/page-bg.jpg") no-repeat right bottom; }

@media screen and (max-width: 52.5em) {
  .page__content {
    background: none; } }
/* Page header
   -------------------------------------------------------------------------- */
.header {
  position: relative;
  padding: 0;
  height: 158px;
  background-color: #fff;
  box-sizing: border-box; }

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

.header__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 123px;
  max-width: 90%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.header__logo-image {
  display: none; }

.header__logo-image_desktop {
  display: block; }

@media screen and (max-width: 60em) {
  .header {
    height: 120px; }

  .header__logo {
    width: 80px; } }
@media screen and (max-width: 52.5em) {
  .header {
    height: 74px;
    border-bottom: 1px solid rgba(83, 122, 55, 0.5); }

  .header__logo {
    margin: auto;
    width: 83px; }

  .header__logo-image_desktop {
    display: none; }

  .header__logo-image_mobile {
    display: block; } }
/* Desktop: user and shop menus
   -------------------------------------------------------------------------- */
.header__user-menu-wrapper {
  float: right;
  margin-top: 6.5rem; }

.header__shop-menu {
  margin-top: 6.5rem; }

.header__user-menu,
.header__loyalty-menu {
  float: none; }

.header__loyalty-menu {
  display: inline-block;
  margin-top: .5rem; }

.dropdown-menu__header-link {
  padding: .5rem .7rem;
  line-height: 1; }

@media screen and (max-width: 60em) {
  .header__user-menu-wrapper,
  .header__shop-menu {
    margin-top: 4.7rem; } }
@media screen and (max-width: 52.5em) {
  .header__user-menu-wrapper {
    display: none; } }
.dropdown-menu__header-link {
  font-size: 1.4rem;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #537a37;
  font-weight: 700;
  text-transform: uppercase; }

.header__loyalty-menu .dropdown-menu__header-link {
  font-weight: 300;
  text-transform: none; }

.dropdown-menu__header__points-value {
  font-weight: 600; }

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

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

@media screen and (max-width: 60em) {
  .dropdown-menu__header-link {
    font-size: 1.3rem; } }
.dropdown-menu__body {
  margin-top: 1rem;
  margin-right: -1.1rem;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.7rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .dropdown-menu__body:before, .dropdown-menu__body:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0; }
  .dropdown-menu__body:before {
    top: -1rem;
    right: 1.8rem;
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
    border-bottom: 1rem solid #ddd; }
  .dropdown-menu__body:after {
    top: -0.9rem;
    right: 1.8rem;
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
    border-bottom: 1rem solid #fff; }

.dropdown-menu__body::before,
.dropdown-menu__body::after {
  z-index: -1; }

.dropdown-menu__body .shop-info_desktop {
  border-radius: 0.7rem; }

.header__loyalty-menu .dropdown-menu__body {
  margin-right: 0;
  width: 370px;
  background-color: #af1e2c;
  border-color: #af1e2c;
  box-sizing: border-box; }

.dropdown-menu__body_loyalty::before,
.dropdown-menu__body_loyalty::after {
  border-bottom-color: #af1e2c; }

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

.dropdown-menu_user .dropdown-menu__body {
  width: 170px; }

.dropdown-menu__item-link {
  display: block;
  padding: 1rem 1.5rem;
  text-decoration: none; }

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

.dropdown-menu__item:first-child .dropdown-menu__item-link {
  border-radius: 0.7rem 0.7rem 0 0; }

.dropdown-menu__item:last-child .dropdown-menu__item-link {
  border-radius: 0 0 0.7rem 0.7rem; }

/* Page footer
   -------------------------------------------------------------------------- */
.footer {
  color: #fff;
  background-color: #232323; }

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

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

.footer__link {
  color: #fff; }

.footer__link:hover {
  color: #fff; }

.footer .social-icons {
  margin-top: 0; }

@media screen and (max-width: 52.5em) {
  .footer__wrapper {
    padding: 2rem 0; }

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

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

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

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

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

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

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

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

.social-icons .social-icons__link {
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s; }

.social-icons .social-icons__link i {
  display: inline-block;
  font-size: inherit; }

.footer .social-icons__link {
  margin: 0 .3rem;
  width: 26px;
  height: 26px;
  font-size: 1.5rem;
  color: #232323; }
.footer .social-icons__link:hover {
  color: #537a37;
  border-color: #537a37; }
.footer .social-icons .social-icons__link i {
  line-height: 26px; }

.shop-info .social-icons__icon:not(:last-child) {
  margin-right: .7rem; }
.shop-info .social-icons__link {
  width: 32px;
  height: 32px;
  font-size: 1.5rem;
  color: #537938;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
.shop-info .social-icons__link:hover {
  color: #232323;
  background-color: #fff; }
.shop-info .social-icons .social-icons__link i {
  line-height: 32px; }

/* Scroll up button
   -------------------------------------------------------------------------- */
.scroll-up {
  color: #fff;
  background-color: #86a273;
  border-radius: 0.5rem; }

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

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

.category-navigation__item {
  font-size: 1.4rem;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase; }

.category-navigation__link {
  padding: 2.1rem 2rem 1.5rem;
  line-height: 1;
  background-color: transparent; }

.category-navigation__link::after {
  content: '';
  display: block;
  padding-top: .3rem;
  border-bottom: 3px solid transparent;
  -webkit-transition: border-color 0.2s;
  -ms-transition: border-color 0.2s;
  transition: border-color 0.2s; }

.category-navigation__link:hover::after,
.category-navigation__item_active .category-navigation__link::after {
  border-color: #232323; }

@media screen and (max-width: 60em) {
  .category-navigation__link {
    padding: 2.1rem 1rem 1.5rem; } }
.category-navigation_mobile {
  background-color: #fff;
  border-top: 1px solid #fff; }
.category-navigation_mobile .category-navigation__item {
  font-size: 1.4rem;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #9d9d9d;
  font-weight: 600;
  text-transform: uppercase; }
.category-navigation_mobile .category-navigation__item_active {
  color: #232323; }
.category-navigation_mobile .category-navigation__link {
  padding: .8rem .5rem .5rem; }
.category-navigation_mobile .category-navigation__item_active .category-navigation__link {
  color: #232323;
  background-color: #fff; }
.category-navigation_mobile .category-navigation__link::after {
  padding-top: .1rem;
  border-bottom: 2px solid transparent; }
.category-navigation_mobile .category-navigation__item_active .category-navigation__link::after {
  border-bottom-color: #60793e; }

.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;
  width: 23px;
  height: 100%;
  z-index: 20; }

.category-navigation_mobile-icon-left {
  left: 0;
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  border-left: 7px solid #fff; }

.category-navigation_mobile-icon-right {
  right: 0;
  background: -webkit-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
  border-right: 7px solid #fff; }

.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: #b5b5b5;
  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: -1rem;
  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-color: #537a37; }

.account-navigation__item {
  font-size: 1.4rem;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase; }

.account-navigation__link {
  padding: 2.1rem 2rem 1.5rem;
  line-height: 1;
  background-color: transparent; }

.account-navigation__link::after {
  content: '';
  display: block;
  padding-top: .3rem;
  border-bottom: 3px solid transparent;
  -webkit-transition: border-color 0.2s;
  -ms-transition: border-color 0.2s;
  transition: border-color 0.2s; }

.account-navigation__link:hover::after,
.account-navigation__item_active .account-navigation__link::after {
  border-color: #232323; }

/* Desktop navigation:
   * checkout pages
   -------------------------------------------------------------------------- */
.checkout-navigation {
  font-size: 0;
  background-color: #e7ebe2; }

.checkout-navigation__item {
  position: relative;
  padding: 0 2.5rem 0 3.5rem;
  height: 32px;
  line-height: 32px;
  font-size: 1.6rem;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400; }

.checkout-navigation__item:last-child {
  border-right: 1px solid #fff; }

.checkout-navigation__item:last-child:before,
.checkout-navigation__item:last-child:after {
  display: none; }

.checkout-navigation__item:nth-child(1) {
  z-index: 10; }

.checkout-navigation__item:nth-child(2) {
  z-index: 9; }

.checkout-navigation__item:nth-child(3) {
  z-index: 8; }

.checkout-navigation__item:nth-child(4) {
  z-index: 7; }

.checkout-navigation__item:nth-child(5) {
  z-index: 6; }

.checkout-navigation__item_active {
  color: #fff;
  background-color: #537a37; }

.checkout-navigation__item:before,
.checkout-navigation__item:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 16px solid transparent;
  border-top: 16px solid transparent;
  border-left: 14px solid; }

.checkout-navigation__item:before {
  right: -14px; }

.checkout-navigation__item:after {
  right: -13px; }

.checkout-navigation__item:before {
  border-left-color: #fff; }

.checkout-navigation__item:after {
  border-left-color: #e7ebe2; }

.checkout-navigation__item_active:after {
  border-left-color: #537a37; }

@media screen and (max-width: 52.5em) {
  .checkout-navigation__item {
    padding: 0 1.5rem 0 2.5rem; } }
/* Mobile: off-canvas
   -------------------------------------------------------------------------- */
.off-canvas_open {
  background-color: #fff; }

/* Mobile: menu on the left (navigation)
   -------------------------------------------------------------------------- */
.burger-menu {
  margin-top: .8rem; }

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

.mobile-menu__header {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea; }

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

.mobile-menu__section_user {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #232323;
  background-color: #f6f6f6; }

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

.mobile-menu__section-link {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #232323;
  background-color: #fff; }

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

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

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

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

.mobile-menu__item-link {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #232323;
  background-color: #fff; }

.mobile-menu__item_active .mobile-menu__item-link {
  color: #232323;
  background-color: #f6f6f6; }

/* Mobile: menu on the right (basket)
   -------------------------------------------------------------------------- */
.header__basket-menu {
  margin-top: 1.5rem; }

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

.basket-menu__items {
  background-color: #fff;
  border: 2px solid #60793e; }

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

.shop-info__title {
  font-size: 1.4rem;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #232323;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: .9rem; }

.shop-info .social-icons__icon {
  margin-bottom: .7rem; }

.shop-info__feature-title {
  margin-top: .4rem;
  font-size: 1.4rem;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #232323;
  font-weight: 600;
  text-transform: uppercase; }

.shop-info__feature-content {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #232323; }

.shop-info__link {
  color: #232323; }

.shop-info_mobile .shop-info__title {
  float: none;
  margin: 1rem 0 1.5rem;
  font-size: 1.8rem; }
.shop-info_mobile .shop-info__social-icons {
  float: none;
  margin-top: 1.5rem 0 1rem; }
.shop-info_mobile .shop-info__feature-title {
  font-size: 1.8rem;
  text-transform: none;
  font-weight: 400; }

/* ==========================================================================
   CATEGORY PAGE
   ========================================================================== */
/* Page header
   -------------------------------------------------------------------------- */
.category__title,
.deal-wizard__title {
  font-size: 3rem;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  text-align: center; }

.category__subcategory-title {
  font-size: 1.8rem;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  text-align: center; }

.category__description {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #5a5a5a;
  text-align: center; }

.category__subcategory-title + .category__description {
  margin: -1rem 0 2rem; }

/* Product
   -------------------------------------------------------------------------- */
.product__wrapper {
  padding: 0 1rem 1rem;
  background-color: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1); }

.product__picture-container {
  margin-left: -1rem;
  margin-right: -1rem; }

.product__name {
  font-size: 1.4rem;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #26201d;
  font-weight: 700;
  text-transform: uppercase; }

.product__name-wrapper {
  display: inline-block;
  margin: .5rem .5rem .3rem 0;
  line-height: 1.25;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top; }

.product__description {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #5a5a5a; }

.product-pictos {
  font-size: 0;
  overflow: hidden; }

.product-pictos_product {
  display: inline-block; }

.product-pictos_legend {
  margin-top: 3rem;
  text-align: center; }

.product-pictos_legend::after {
  content: "";
  display: block; }

.product-pictos__item {
  display: inline-block; }

.product-pictos_product .product-pictos__item {
  margin-right: .5rem; }
.product-pictos_product .product-pictos__item:last-child {
  margin-right: 0; }

.product-pictos_legend .product-pictos__item {
  margin: .5rem 1.5rem;
  white-space: nowrap; }

.product-pictos__icon {
  display: inline-block;
  height: 25px;
  background: url("/assets-images/product-pictos.png") no-repeat; }

.product-pictos__icon_veg {
  width: 23px;
  background-position: -147px 0; }

.product-pictos__icon_vegan {
  width: 26px;
  background-position: -224px 0; }

.product-pictos__icon_gluten-free {
  width: 25px;
  background-position: -66px 0; }

.product-pictos__icon_spicy {
  width: 25px;
  background-position: 0 0; }

.product-pictos__icon-text {
  display: inline-block;
  vertical-align: top;
  margin-left: 1rem;
  color: #5a5a5a;
  font-size: 1.4rem;
  line-height: 25px; }

/* product counter */
.product_with-counter:after {
  background-color: #232323; }

.product__counter {
  color: #232323; }

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

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

.product_favourites {
  background-color: #fafafa; }

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

.product__sku-label {
  display: none;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #5a5a5a; }

.product__sku .nice-select__container {
  width: 100%; }
.product__sku .nice-select {
  width: 100%; }

.product_favourites .nice-select__container {
  width: auto; }
.product_favourites .nice-select {
  width: auto;
  min-width: 90px;
  background-color: transparent; }

/* Add & customise buttons
   -------------------------------------------------------------------------- */
.product__add {
  display: inline-block;
  padding: 0 1rem;
  height: 30px;
  line-height: 30px;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  border-radius: 0.6rem;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background-color: #537a37;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  float: right;
  padding: 0; }
  .product__add:hover {
    color: #000;
    background-color: #f1f4e3; }

.product__add {
  position: relative; }
.product__add .product__price {
  display: block;
  float: left;
  box-sizing: border-box; }
.product__add .product__price:not(:empty) {
  width: 50%; }
.product__add .product__add-text {
  display: block;
  overflow: hidden;
  box-sizing: border-box; }
.product__add .product__price::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: .8rem;
  height: 1.4rem;
  border-left: 1px solid; }
.product__add .product__price:empty::after {
  content: none;
  display: none; }

.product__customise + .product__add .product__price:not(:empty) {
  width: 57%; }
.product__customise + .product__add .product__price::after {
  left: 57%; }

.product_no-ordering .product__add {
  width: 100%;
  font-size: 1.6rem; }

.product__customise {
  display: inline-block;
  padding: 0 1rem;
  height: 30px;
  line-height: 30px;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  border-radius: 0.6rem;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background-color: #af1e2c;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  width: 49%; }
  .product__customise:hover {
    color: #000;
    background-color: #fceded; }

.product__customise + .product__add {
  width: 49%; }

@media screen and (max-width: 68em) {
  .product__add,
  .product__customise {
    font-size: 1.3rem; } }
/* Favourite icon
   -------------------------------------------------------------------------- */
.product__favourite_add .product__favourite-icon {
  color: #af1e2c; }
  .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: #af1e2c; }
  .product__favourite_remove .product__favourite-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

/* Deal wizard
   3 tabs per row
   -------------------------------------------------------------------------- */
.deal-wizard-navigation {
  margin-bottom: 3rem; }

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

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

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

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

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

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

.deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab::before {
  background-color: #f4f4f4; }

.deal-wizard-navigation__tab:nth-child(3) ~ .deal-wizard-navigation__tab {
  margin-top: 1rem; }

.deal-wizard-navigation__link {
  font-size: 1.6rem;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #f1f4e3; }

.deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__link {
  color: #000;
  background-color: #f4f4f4; }

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

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

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link::before {
  display: block; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link::after {
  margin-left: -1px; }

.deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__link::before {
  border-left-color: #fff; }

.deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__link::after {
  border-left-color: #f4f4f4; }

.deal-wizard-navigation__title::after {
  background: -webkit-linear-gradient(left, rgba(241, 244, 227, 0), #f1f4e3);
  background: linear-gradient(to right, rgba(241, 244, 227, 0), #f1f4e3); }

.deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__title::after {
  background: -webkit-linear-gradient(left, rgba(244, 244, 244, 0), #f4f4f4);
  background: linear-gradient(to right, rgba(244, 244, 244, 0), #f4f4f4); }

.deal-wizard-navigation__title {
  height: 34px;
  line-height: 34px; }

.deal-wizard-navigation__link::before,
.deal-wizard-navigation__link::after {
  border-top-width: 17px;
  border-bottom-width: 17px; }

.deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link::before {
  display: none; }

.deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link::after {
  width: 17px;
  height: 100%;
  border: none;
  background-color: #f1f4e3; }

.deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link::after {
  background-color: #f4f4f4; }

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

/* Basket header
   -------------------------------------------------------------------------- */
.basket__header {
  padding: 1.4rem 1.2rem 1rem;
  background-color: #fff;
  border-bottom: 1px solid #f1f4e3; }

.basket__title {
  font-size: 1.4rem;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #232323;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1; }

.basket__repeat {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #232323;
  line-height: 1;
  margin-top: -.3rem; }

.basket__close {
  margin: -.3rem -.7rem 0 0;
  color: #232323; }

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

@media screen and (max-width: 52.5em) {
  .basket__title {
    line-height: 2; }

  .basket__repeat {
    margin-top: 0;
    padding: .5rem 0 0 1rem; }

  .basket {
    box-shadow: none; } }
/* Basket item
   -------------------------------------------------------------------------- */
.basket__items {
  background-color: #fff; }

.basket-item__title {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #232323; }

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

.basket-item__option {
  font-size: 1.2rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #959595; }

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

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

.basket__empty {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #232323;
  background-color: #fff; }

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

.basket-deal__title {
  font-size: 1.4rem;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #232323;
  font-weight: 400;
  line-height: 1.9rem; }

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

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

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

.basket-deal__item-title {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #232323; }

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

.basket-deal__item-option {
  font-size: 1.2rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #959595; }

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

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

/* Delivery method switcher
   -------------------------------------------------------------------------- */
.basket__delivery_radio {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #537a37;
  border-radius: 0.6rem;
  overflow: hidden; }

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

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

/* Basket footer
   -------------------------------------------------------------------------- */
.basket__footer {
  color: #232323;
  background-color: #fff; }

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

.text-below-basket {
  color: #fff;
  background-color: #af1e2c;
  border-radius: 1.5rem; }

.basket__savings {
  color: #232323;
  background-color: #f4f4f4; }

.basket__charge-title,
.basket__charge-amount {
  font-size: 1.4rem;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #232323;
  font-weight: 400; }

.basket__total-title,
.basket__total-amount {
  font-size: 3rem;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #232323;
  font-weight: 400; }

.basket__button {
  margin: .3rem 0; }

.basket__button-link {
  display: inline-block;
  padding: 0 1rem;
  height: 30px;
  line-height: 30px;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  border-radius: 0.6rem;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background-color: #537a37;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease; }
  .basket__button-link:hover {
    color: #000;
    background-color: #f1f4e3; }

.basket__coupon {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #232323; }

.basket__coupon-link {
  color: #232323; }

.mobile-basket-button__link {
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #537938; }

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

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

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

.popup__description {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #232323; }

.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: 3rem;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #232323;
  font-weight: 400; }

.popup_improved .popup__title {
  line-height: 1; }

.popup_improved.popup_scrolled .popup__title {
  padding: 1rem 2rem;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.popup__picture_mobile {
  text-align: center; }

.popup__picture_mobile img {
  width: 250px; }

.popup__header .product-pictos {
  vertical-align: top; }

.popup_improved .popup__title-mobile-close {
  padding-top: .3rem; }

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

@media screen and (max-width: 52.5rem) {
  .popup {
    border-radius: 0; }

  .popup_improved.popup_scrolled .popup__title {
    padding: 1rem 1.5rem; } }
/* Popup group
   -------------------------------------------------------------------------- */
.popup-group__quantity-field {
  font-size: 2rem;
  line-height: 28px;
  border: none; }

.popup-group__quantity-minus-icon,
.popup-group__quantity-plus-icon {
  font-size: 2rem;
  color: #537938; }

.popup-group__quantity-minus-icon {
  margin-right: .5rem; }
  .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: 0;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

.popup-group__quantity-plus-icon {
  margin-left: .5rem; }
  .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: 0;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

.popup-group__quantity-minus-icon:before {
  float: left;
  line-height: 28px; }

.popup-group__quantity-plus-icon:before {
  float: right;
  line-height: 28px; }

.popup-group__label,
.popup-group__single-choice,
.popup-deal-line__label,
.popup-deal-line__single-option {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #232323;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 28px; }

.popup-group .popup-group__label,
.popup-group .popup-group__single-choice {
  line-height: 28px; }

.popup-group + .popup-row {
  /*margin-top: 3rem;*/
  padding-top: 2rem;
  border-top: 4px solid #537938; }

/* Popup row
   -------------------------------------------------------------------------- */
.popup-row__title {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #232323;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.7rem;
  padding-bottom: .7rem;
  border-bottom: 1px solid #f2f2f2; }

.popup-row__description,
.popup-deal-line__description {
  color: #5a5a5a; }

/* Popup enum
   -------------------------------------------------------------------------- */
.popup-enum {
  padding-left: 1px; }

.popup-enum__option {
  margin: 0 0 3px; }

.popup-enum__option {
  margin-left: -1px; }

.popup-enum__text {
  padding: 0 2rem;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #232323;
  line-height: 30px;
  background-color: #fff;
  border: 1px solid #537938; }

.popup-enum__option:first-child .popup-enum__text {
  border-radius: 0.6rem 0 0 0.6rem; }

.popup-enum__option:last-child .popup-enum__text {
  border-radius: 0 0.6rem 0.6rem 0; }

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

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

/* Popup set
   -------------------------------------------------------------------------- */
.popup-set__group-title {
  font-size: 1.4rem;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #232323;
  font-weight: 600; }

.popup-set__title {
  color: #232323; }

.popup-set__text {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #232323; }

.popup-set__text:before,
.popup-set__text:after {
  top: 2px; }

.popup-set__text:before {
  border-color: #696969;
  background-color: #fff; }

.popup-set__text:after {
  margin: 4px;
  width: 8px;
  height: 8px;
  background-color: #537938; }

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

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

/* Popup buttons
   -------------------------------------------------------------------------- */
.popup-buttons__button {
  display: inline-block;
  padding: 0 1rem;
  height: 40px;
  line-height: 40px;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  border-radius: 0.6rem;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background-color: #537a37;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  border-radius: 0.6rem 0 0.6rem 0; }
  .popup-buttons__button:hover {
    color: #000;
    background-color: #f1f4e3; }

.popup-buttons__link {
  display: inline-block;
  padding: 0;
  height: 40px;
  line-height: 40px;
  color: #5a5a5a;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: underline;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  -webkit-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  .popup-buttons__link:hover {
    color: #537a37;
    text-decoration: underline; }

@media screen and (max-width: 52.5rem) {
  .popup-buttons__button {
    border-radius: 0; } }
/* ==========================================================================
   CHECKOUT, ACCOUNT & ORDER PAGES
   ========================================================================== */
.checkout__title,
.credit-page__title {
  font-size: 3rem;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: 0;
  font-weight: 400;
  text-align: center; }

.checkout-row__label,
.checkout-row__group-label,
.checkout-variant__label,
.checkout-variant__select-label,
.card-entry__label,
.card-entry__saved-card-label {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #5a5a5a; }

.checkout-variant__helper,
.checkout-row__field-text,
.checkout-row__field-textarea,
.checkout__description,
.checkout-row__group,
.card-entry__instructions,
.card-entry__cvcode-label {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #5a5a5a; }

.checkout__description {
  text-align: center; }

.checkout-row__field-text,
.checkout-row__field-textarea,
.card-entry__input {
  border: 1px solid #c7cbd2;
  border-radius: 0.6rem; }

.checkout-variant {
  padding-left: 2.5rem; }

.checkout__fieldset {
  max-width: none; }

.checkout-row {
  padding-right: 150px; }

.checkout-row__message {
  display: none;
  color: #900;
  margin-top: .5rem; }
  .checkout-row__message + .checkout-row__group-label_checkbox {
    margin-top: .5em; }

[data-form-row-invalid] .checkout-row__message {
  display: block; }

@media screen and (max-width: 62em) and (min-width: 52.5625em), screen and (max-width: 48em) {
  .checkout-row {
    padding-right: 50px; } }
@media screen and (max-width: 40em) {
  .checkout-row {
    padding-right: 0; } }
/* Form checkbox styling
   ---------------------------------------------------- */
.checkout-row__group-label_checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer; }

.checkout-row__field-checkbox {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0; }

.checkout-row__field-checkbox .checkout-row__label-text {
  position: relative;
  display: block; }

.checkout-row__group-label_checkbox .checkout-row__label-text::before,
.checkout-row__group-label_checkbox .checkout-row__label-text::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  box-sizing: border-box; }

.checkout-row__group-label_checkbox .checkout-row__label-text::before {
  width: 16px;
  height: 16px;
  border: 1px solid #858585; }

.checkout-row__group-label_checkbox .checkout-row__label-text::after {
  display: none;
  margin: 4px;
  width: 8px;
  height: 8px; }

.checkout-row__field-checkbox:checked + .checkout-row__label-text::after {
  display: block; }

.checkout-row__group-label_checkbox {
  font-size: 1.4rem; }

.checkout-row__group-label_checkbox .checkout-row__label-text::before {
  border-color: #696969;
  background-color: #fff; }

.checkout-row__group-label_checkbox .checkout-row__label-text::after {
  background-color: #537938; }

.checkout-variant__label {
  position: relative;
  line-height: 18px; }

.checkout-variant__radio {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0; }

.checkout-variant__text {
  position: relative;
  display: block; }

.checkout-variant__text::before,
.checkout-variant__text::after {
  content: "";
  display: block;
  position: absolute;
  left: -23px;
  top: 1px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-sizing: border-box; }

.checkout-variant__text::before {
  width: 16px;
  height: 16px;
  border: 1px solid; }

.checkout-variant__text::after {
  display: none;
  margin: 4px;
  width: 8px;
  height: 8px; }

.checkout-variant__radio:checked + .checkout-variant__text::after {
  display: block; }

.checkout-variant__text::before {
  border-color: #696969;
  background-color: #fff; }

.checkout-variant__text::after {
  border-color: #696969;
  background-color: #537938; }

/* Form buttons
   Contain a button on the right and a cancel link on the left.
   -------------------------------------------------------------------------- */
.form-buttons__button {
  display: inline-block;
  padding: 0 1rem;
  height: 30px;
  line-height: 30px;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  border-radius: 0.6rem;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background-color: #537a37;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  padding: 0 3.5rem; }
  .form-buttons__button:hover {
    color: #000;
    background-color: #f1f4e3; }

.form-buttons__link {
  display: inline-block;
  padding: 0;
  height: 30px;
  line-height: 30px;
  color: #5a5a5a;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: underline;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  -webkit-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  .form-buttons__link:hover {
    color: #537a37;
    text-decoration: underline; }

/* Loyalty (step4)
   -------------------------------------------------------------------------- */
.checkout-loyalty:before {
  display: table;
  content: ""; }
.checkout-loyalty:after {
  display: table;
  content: "";
  clear: both; }

.checkout-loyalty__badge {
  float: left;
  width: 30%; }

.checkout-loyalty__balance {
  font-size: 2rem; }

.checkout-loyalty__balance {
  margin-bottom: 1rem;
  font-size: 3rem;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #232323;
  font-weight: 400;
  line-height: 1; }

.checkout-loyalty__balance__points {
  font-weight: 400; }

.checkout-loyalty__teaser {
  margin-bottom: 1.5rem; }

.checkout-loyalty__cannot-use,
.checkout-loyalty__use {
  margin-top: 1.5rem; }

@media screen and (max-width: 40em) {
  .checkout-loyalty__badge {
    float: none;
    margin: 0 0 3rem 0;
    width: 100%; } }
.checkout-loyalty__use-label_checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer; }

.checkout-loyalty__use-input_checkbox {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0; }

.checkout-loyalty__use-label_checkbox .checkout-loyalty__use-text {
  position: relative;
  display: block; }

.checkout-loyalty__use-label_checkbox .checkout-loyalty__use-text:before,
.checkout-loyalty__use-label_checkbox .checkout-loyalty__use-text:after {
  content: "";
  display: block;
  position: absolute;
  left: -25px;
  top: 1px;
  box-sizing: border-box; }

.checkout-loyalty__use-label_checkbox .checkout-loyalty__use-text:before {
  width: 16px;
  height: 16px;
  border: 1px solid; }

.checkout-loyalty__use-label_checkbox .checkout-loyalty__use-text:after {
  display: none;
  margin: 4px;
  width: 8px;
  height: 8px; }

.checkout-loyalty__use-input_checkbox:checked + .checkout-loyalty__use-text:after {
  display: block; }

.checkout-loyalty__use-label_checkbox .checkout-loyalty__use-text:before {
  border-color: #696969;
  background-color: #fff; }

.checkout-loyalty__use-label_checkbox .checkout-loyalty__use-text:after {
  background-color: #537938; }

/* Checkout confirmation page (step5)
   -------------------------------------------------------------------------- */
.checkout-confirm__title {
  font-size: 1.4rem;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #5a5a5a;
  font-weight: 600;
  text-transform: uppercase; }

.checkout-confirm__content {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #5a5a5a; }

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

/* Facebook login
   -------------------------------------------------------------------------- */
.checkout__facebook-login-button {
  border-radius: 1rem;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase; }

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

.checkout__facebook-login-separator {
  margin-top: 1em;
  text-align: center;
  position: relative; }

.checkout__facebook-login-separator:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  height: 0;
  width: 100%;
  border-top: 1px solid #e7e7e7; }

.checkout__facebook-login-separator-text {
  display: inline-block;
  position: relative;
  padding: 0 .5em;
  color: #5a5a5a;
  line-height: 20px;
  font-weight: 400;
  background-color: #fff; }

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

/* Checkout upselling
   -------------------------------------------------------------------------- */
.category_upselling {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #f0f0f0; }

.category_upselling .category__header {
  margin-bottom: 3rem; }

/* Order page
   -------------------------------------------------------------------------- */
.order-table__header {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #232323; }

.order-row:nth-child(even) .order-row__header {
  color: #000;
  background-color: #f6f6f6; }

.order-row__header {
  color: #000;
  font-size: 1.4rem;
  background-color: #fdfdfd;
  border-top: 0 solid #fff; }

.order-row__header:hover {
  color: #000 !important;
  background-color: #ebebeb !important;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease; }

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

.order {
  color: #232323;
  font-size: 1.4rem;
  background-color: #fff; }

.order__group-title {
  font-size: 1.4rem;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #232323;
  font-weight: 600;
  text-transform: uppercase; }

.order__add {
  padding-right: 0; }

.order__add-button,
.order__repeat-button {
  display: inline-block;
  padding: 0 1rem;
  height: 30px;
  line-height: 30px;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  border-radius: 0.6rem;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background-color: #537a37;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease; }
  .order__add-button:hover,
  .order__repeat-button:hover {
    color: #000;
    background-color: #f1f4e3; }

.order__add-button {
  height: 24px;
  line-height: 24px; }

.order__repeat-empty-basket {
  display: inline-block;
  padding: 0;
  height: 30px;
  line-height: 30px;
  color: #5a5a5a;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: underline;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  -webkit-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  .order__repeat-empty-basket:hover {
    color: #537a37;
    text-decoration: underline; }

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

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

.order__items-deal {
  color: #232323;
  background-color: #f4f4f4; }

.order__items-deal-title {
  color: #232323;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  background-color: #f1f4e3; }

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

.order__items-footer {
  border-top-color: #dfdfdf;
  font-size: 1.4rem;
  font-weight: 400; }

.order__total {
  font-size: 3rem;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #000;
  border-top-color: #dfdfdf; }

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

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

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

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

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

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

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

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

.credit-table__row {
  background-color: #fdfdfd; }

.credit-table__row:nth-child(odd) {
  background-color: #f6f6f6; }

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

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

/* ==========================================================================
   MESSAGES
   ========================================================================== */
/* Transient information message displayed at the top
   Eg. when a product has just been added
   -------------------------------------------------------------------------- */
.message_info {
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #232323;
  background-color: #f1f4e3; }

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

@media screen and (max-width: 52.5em) {
  .page_menu.page_improved .message_info {
    bottom: auto;
    top: 0;
    text-align: center;
    background-color: transparent; }
  .page_menu.page_improved .message_info .message__wrapper {
    display: inline-block;
    background-color: #f1f4e3; } }
/* Important (warning/error) message displayed at the top
   Eg. someone tries to access /account without being logged in
   -------------------------------------------------------------------------- */
.message_error {
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #af1e2c; }

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

/* ==========================================================================
   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: #232323;
  background-color: #ddd;
  border-left: 1px solid #fff; }

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

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

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

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

.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: "Open Sans", Arial, Helvetica, sans-serif;
  color: #232323;
  font-weight: 700; }

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

.grouped-skus__text {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #232323;
  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: #232323; }

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

/* --------------------------------------------------------------------------
   PASSWORD STRENGTH CHECKER
   --------------------------------------------------------------------------
   On the 'register' and 'order_step2' pages
   -------------------------------------------------------------------------- */
.password-checker {
  background-color: #fff;
  border-color: #818181; }

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

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

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

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

/* --------------------------------------------------------------------------
   ADVANCED LOYALTY
   (optional feature)
   --------------------------------------------------------------------------
   Can be activated by setting the "loyalty_page" boolean parameter
   - Adds a /loyalty page
   - Adds links to this page in user, account and mobile menus
   -------------------------------------------------------------------------- */
.loyalty-badge {
  position: relative; }

.loyalty-badge__points-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  line-height: 1;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.loyalty-badge__points-value {
  display: block; }

.loyalty-badge__points-units {
  display: block; }

.dropdown-menu_loyalty .loyalty-badge {
  width: 94px;
  height: 94px;
  background: url("/assets-images/loyalty-value-bg.png") no-repeat 0 0; }
.dropdown-menu_loyalty .loyalty-badge__points-value {
  font-size: 2.5rem;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #000; }
.dropdown-menu_loyalty .loyalty-badge__points-units {
  font-size: 1rem;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase; }

.checkout-loyalty__badge .loyalty-badge,
.loyalty-page__howto-badge .loyalty-badge {
  width: 124px;
  height: 124px;
  background: url("/assets-images/loyalty-value-bg-big.png") no-repeat 0 0; }
.checkout-loyalty__badge .loyalty-badge__points-value,
.loyalty-page__howto-badge .loyalty-badge__points-value {
  font-size: 3.6rem;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #af1e2c; }
.checkout-loyalty__badge .loyalty-badge__points-units,
.loyalty-page__howto-badge .loyalty-badge__points-units {
  font-size: 1.1rem;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #af1e2c;
  font-weight: 400;
  text-transform: uppercase; }

.loyalty-page__howto-badge .loyalty-badge__points-value,
.loyalty-page__howto-badge .loyalty-badge__points-units {
  color: #000; }

.loyalty-dropdown {
  padding: 1rem 1rem 2rem 2rem;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff; }

.loyalty-dropdown:before {
  content: none;
  display: none; }

.loyalty-dropdown__title {
  font-size: 3rem;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: capitilize; }

.loyalty-dropdown__badge {
  float: right;
  margin-left: .5rem; }

.loyalty-dropdown__rules {
  overflow: hidden; }

.loyalty-dropdown__rules,
.loyalty-dropdown__rules p {
  line-height: 1.3; }

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

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

.loyalty-page__banner {
  background-image: url("/assets-images/loyalty-banner.jpg"); }

.loyalty-page__banner__content {
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #232323; }

.loyalty-page__banner__title {
  font-size: 5rem;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #232323;
  font-weight: 400;
  line-height: 1; }

.loyalty-page__banner__p {
  margin-bottom: 0;
  color: #232323;
  font-size: 1.4rem; }

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

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

.loyalty-page__howto {
  padding: 0; }
  .loyalty-page__howto:before {
    display: table;
    content: ""; }
  .loyalty-page__howto:after {
    display: table;
    content: "";
    clear: both; }

.loyalty-page__howto:before {
  content: none;
  display: none; }

.loyalty-page__howto__wrapper {
  padding: 0; }

.loyalty-page__howto__title {
  margin-bottom: 1.5rem;
  font-size: 3rem;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #232323;
  font-weight: 400;
  line-height: 1; }

.loyalty-page__howto-badge {
  float: right;
  width: 160px; }

.loyalty-page__howto-badge .loyalty-badge {
  float: right; }

.loyalty-page__howto ul,
.loyalty-page__howto ol {
  margin: 1rem 0; }

.loyalty-page__howto ul li,
.loyalty-page__howto ol li {
  margin-bottom: .5rem; }

@media screen and (max-width: 30em) {
  .loyalty-page__howto-badge {
    float: none;
    margin-bottom: 2rem;
    width: 100%; }

  .loyalty-page__howto-badge .loyalty-badge {
    float: none; }

  .loyalty-page__banner__title {
    font-size: 3.4rem; } }
.loyalty-table__header {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #232323; }

.loyalty-table__row {
  background-color: #fdfdfd; }

.loyalty-table__row:nth-child(odd) {
  background-color: #f6f6f6; }

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

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

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

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

/* Static page
   --------------------------------------------------------------------------*/
.content_static .content__side,
.content_static .content__main {
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 768px;
  max-width: 100%; }

.static-page, .static-page p {
  font-size: 1.4rem;
  line-height: 1.5; }
.static-page h1, .static-page h2, .static-page h3, .static-page h4, .static-page h5, .static-page h6 {
  color: #232323;
  font-weight: 400;
  text-align: center;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif; }
.static-page h1 {
  font-size: 2.3rem; }
.static-page h2 {
  font-size: 2rem; }
.static-page h3 {
  font-size: 1.8rem; }
.static-page h4 {
  font-size: 1.6rem;
  text-transform: uppercase; }
.static-page h5 {
  font-size: 1.4rem;
  text-transform: uppercase; }
.static-page h6 {
  font-size: 1.3rem;
  text-transform: uppercase; }
.static-page .static-page__title {
  font-size: 3rem;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  text-align: center;
  margin-top: 2rem; }

/* --------------------------------------------------------------------------
  LOCATOR
  (optional page)
  --------------------------------------------------------------------------
  Page which lets the user pick a restaurant based on his address.
  Functionality is similar to index shop picker, but on its own page.
  -------------------------------------------------------------------------- */
.page_locator .header {
  height: auto; }
.page_locator .header__logo-image_desktop {
  display: none; }
.page_locator .header__user-menu-wrapper,
.page_locator .header__shop-menu {
  margin-top: 2rem; }
.page_locator .header__basket-menu {
  display: none; }

.locator {
  max-width: 96%;
  margin-top: 6rem;
  color: #fff;
  background-color: #282828;
  border-radius: 1.5rem; }

.locator__wrapper {
  padding-bottom: 5rem; }

.locator__logo {
  margin: -87px auto 2rem;
  width: 150px; }

.locator__logo-link {
  display: inline-block; }

@media screen and (max-width: 52.5em) {
  .page_locator .header {
    height: 74px; }

  .locator {
    margin-top: 7rem; } }
.locator__title {
  font-size: 3rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 2rem; }

.locator__methods {
  border: 1px solid #537a37;
  border-radius: 0.6rem; }

.locator__method {
  font-size: 1.5rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #537a37;
  font-weight: 600;
  text-transform: uppercase; }

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

.locator__method_delivery .locator__method-name {
  border-radius: 0.6rem 0 0 0.6rem; }

.locator__method_collection .locator__method-name {
  border-radius: 0 0.6rem 0.6rem 0; }

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

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

.locator__postcode-input {
  font-size: 1.7rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  float: left;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #c6c6c6;
  border-radius: 0.6rem 0 0 0.6rem; }

.locator__postcode-input-wrapper_no-button .locator__postcode-input {
  border-radius: 0.6rem; }

.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: #282828; }

.locator__postcode-button {
  color: #fff;
  background-color: #537a37;
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  float: left;
  margin-right: -70px;
  width: 70px;
  height: 40px;
  line-height: 40px;
  border-radius: 0 0.6rem 0.6rem 0;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease; }
  .locator__postcode-button:hover {
    color: #000;
    background-color: #f1f4e3; }

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

.ui-helper-hidden-accessible {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.2; }

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

.locator__selected {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase; }

.locator__selected-value {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase; }

.locator__selected-link {
  font-size: 1.3rem;
  font-weight: 400;
  text-decoration: underline;
  text-transform: none; }

.locator__restaurants {
  margin-top: 3rem; }

.locator-restaurant {
  padding: 3rem 2rem;
  border-top: 1px solid #373737; }

.locator-restaurant + .locator-restaurant {
  margin-top: 0; }

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

.locator-restaurant__toggle {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 1; }

.locator-restaurant__content-name {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1; }

.locator-restaurant__opening-times {
  color: #8f8f8f;
  background-color: #313131; }

.locator-restaurant__address {
  color: #8f8f8f;
  font-size: 1.4rem;
  line-height: 1.2; }

.locator-restaurant__map a {
  color: #fff; }

.locator-restaurant__button {
  color: #fff;
  background-color: #537a37;
  border: none;
  padding: 0.5rem 2rem;
  border-radius: 0.6rem;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.9rem;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease; }
  .locator-restaurant__button:hover {
    color: #000;
    background-color: #f1f4e3; }

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

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