@charset "UTF-8";
/* ==========================================================================
   GENERAL
   ========================================================================== */
/* Imports
   -------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Roboto:300,400,600,700");
@font-face {
  font-family: 'fontello';
  src: url("/assets-fonts/fontello.woff2") format("woff2"), url("/assets-fonts/fontello.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* Fonts
   -------------------------------------------------------------------------- */
/* Theme mixings
   -------------------------------------------------------------------------- */
/* Base font
   -------------------------------------------------------------------------- */
.page {
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #666666;
  background: url("/assets-images/page-bg.png") no-repeat right calc(100% - 50px); }

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

@media screen and (max-width: 52.5em) {
  .page {
    background: none; }

  .page_menu,
  .page_categories {
    padding-bottom: 46px; } }
/* Page header
   -------------------------------------------------------------------------- */
.header {
  background-color: #005845;
  border-bottom: none; }

.header__logo-image {
  width: 187px; }

@media screen and (max-width: 52.5em) {
  .header {
    padding: 1rem 0 .7rem; } }
@media screen and (max-width: 30em) {
  .header {
    padding: .5rem 0; } }
/* Social icons
   -------------------------------------------------------------------------- */
.social-icons__email:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: 0;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

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

.social-icons__google-plus {
  padding-right: .7rem; }
  .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:before {
  display: table;
  content: ""; }
.social-icons:after {
  display: table;
  content: "";
  clear: both; }

.social-icons__icon {
  float: left;
  margin-right: 1.3rem; }

.social-icons__icon:last-child {
  margin-right: 0; }

.social-icons .social-icons__link {
  width: auto;
  height: auto;
  font-size: 2rem;
  background: none; }

/* Page footer
   -------------------------------------------------------------------------- */
.footer {
  color: #f7e782;
  font-weight: 300;
  background-color: #005845; }

.footer__nav {
  padding: 0; }

.footer__credits {
  padding: .5rem 0;
  line-height: 1.2; }

.footer__links {
  padding: .5rem 0;
  line-height: 1.2; }

.footer__link {
  color: #f7e782; }

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

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

.footer .social-icons__link {
  color: #f7e782; }

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

@media screen and (max-width: 52.5em) {
  .footer__nav {
    display: flex;
    flex-direction: column; }

  .footer__wrapper {
    padding: 3rem 0; }

  .footer__credits {
    padding: 0; }

  .footer__nav ~ .footer__credits {
    margin-top: 2rem; }

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

  .footer .social-icons {
    margin: 0 0 2rem;
    order: 1; }

  .footer .social-icons__icon {
    float: none;
    margin: 0 1rem !important; } }
/* NiceSelect (used as a <select> replacement)
   -------------------------------------------------------------------------- */
.nice-select {
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #131313;
  font-weight: 300;
  border: 1px solid #cdcdcd; }

.nice-select .option:hover {
  color: #f7e782;
  background-color: #005845; }

.nice-select .option.focus {
  color: #131313;
  background-color: #005845; }

.nice-select .option.selected.focus:hover {
  color: #f7e782;
  background-color: #005845; }

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

.category-navigation__item {
  font-size: 1.6rem;
  font-family: "Playfair Display", Times, serif;
  color: #efdd7f;
  font-weight: 400;
  text-transform: uppercase; }

.category-navigation__link {
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  -ms-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
  padding: 1rem 1.5rem; }

.category-navigation__link:hover,
.category-navigation__item_active .category-navigation__link {
  color: #05342a;
  background-color: #efdd7f; }

.category-navigation .category-navigation__link:focus {
  color: #efdd7f;
  background-color: #043e31; }
.category-navigation .category-navigation__item_active .category-navigation__link:focus {
  color: #05342a;
  background-color: #efdd7f; }

.category-navigation__order-button {
  display: none; }

.category-navigation_mobile {
  background-color: #043e31; }
  .category-navigation_mobile .category-navigation__item {
    color: #efdd7f; }
  .category-navigation_mobile .category-navigation__item_active {
    color: #efdd7f;
    border-bottom: 2px solid #efdd7f; }
  .category-navigation_mobile .category-navigation__link,
  .category-navigation_mobile .category-navigation__link:hover {
    color: #efdd7f;
    background: none; }
  .category-navigation_mobile .category-navigation__link:focus,
  .category-navigation_mobile .category-navigation__item_active .category-navigation__link:focus {
    color: #efdd7f;
    background-color: transparent; }

.account-navigation {
  background-color: #043e31; }

.account-navigation__item {
  font-size: 1.6rem;
  font-family: "Playfair Display", Times, serif;
  color: #efdd7f;
  font-weight: 400;
  text-transform: uppercase; }

.account-navigation__link {
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  -ms-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
  padding: 1rem 1.5rem; }

.account-navigation__link:hover,
.account-navigation__item_active .account-navigation__link {
  color: #05342a;
  background-color: #efdd7f; }

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

.category-navigation_mobile .category-navigation__favourite-icon {
  margin: .1rem 0 0 .3rem; }

@media screen and (max-width: 60em) {
  .category-navigation__link {
    padding: 1rem; } }
/* Desktop navigation:
   * checkout pages
   -------------------------------------------------------------------------- */
.checkout-navigation {
  background-color: #043e31;
  border-bottom: 1px solid #e7e3d7; }

.checkout-navigation__item {
  font-size: 1.6rem;
  font-family: "Playfair Display", Times, serif;
  color: #efdd7f;
  font-weight: 400;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px; }

.checkout-navigation__item_active {
  color: #043e31;
  background-color: #f7e782; }

.checkout-navigation__item_active:after {
  content: '';
  display: block;
  position: absolute;
  right: -19px;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 20px solid transparent;
  border-left: 19px solid #f7e782;
  border-top: 20px solid transparent; }

.checkout-navigation__item-nb {
  font-family: "Roboto", Arial, Helvetica, sans-serif; }

@media screen and (max-width: 60em) {
  .checkout-navigation__item {
    padding: 0 2rem 0 2.5rem; } }
/* Desktop: user and shop menus
   -------------------------------------------------------------------------- */
.dropdown-menu__header-link {
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #f7e782;
  font-weight: 600; }

.dropdown-menu__header-link:hover {
  color: #f7e782; }

.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-separator-icon {
  font-style: normal; }

.header__ordering-menu {
  display: none; }

.dropdown-menu__body {
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #666666;
  background-color: #fff;
  border: 1px solid #cecece; }
  .dropdown-menu__body:before, .dropdown-menu__body:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0; }
  .dropdown-menu__body:before {
    top: -0.7rem;
    right: 1.4rem;
    border-left: 0.9rem solid transparent;
    border-right: 0.9rem solid transparent;
    border-bottom: 0.7rem solid #cecece; }
  .dropdown-menu__body:after {
    top: -0.6rem;
    right: 1.4rem;
    border-left: 0.9rem solid transparent;
    border-right: 0.9rem solid transparent;
    border-bottom: 0.7rem solid #fff; }

/* Dropdown top arrow oveflow fix for user menu items */
.dropdown-menu__body:before,
.dropdown-menu__body:after {
  z-index: 1; }

.dropdown-menu__items {
  position: relative;
  z-index: 2; }

.dropdown-menu__body-link {
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #666666; }

.dropdown-menu__item-link {
  padding: 1rem .5rem;
  color: #666666;
  text-decoration: none; }

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

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

.off-canvas_right.off-canvas_open {
  width: 480px;
  max-width: 100%; }

/* Mobile: menu on the left (navigation)
   -------------------------------------------------------------------------- */
.burger-menu__link {
  padding-top: .2rem; }

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

.mobile-menu__header {
  background-color: #043e31; }

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

.mobile-menu__section_user {
  font-size: 1.6rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #666666;
  background-color: #fff; }

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

.mobile-menu__section-link {
  font-size: 1.6rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #666666;
  background-color: #fff; }

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

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

.mobile-menu__item-link {
  font-size: 1.6rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #666666;
  background-color: #fff; }

.mobile-menu__item_active .mobile-menu__item-link {
  color: #666666;
  background-color: #e0e0e0; }

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

@media screen and (max-width: 30em) {
  .header__burger-menu {
    margin-top: .2rem; }

  .burger-menu__button {
    padding-bottom: .3rem; } }
/* Mobile: menu on the right (basket)
   -------------------------------------------------------------------------- */
.header__basket-menu {
  margin-top: 1.6rem; }

@media screen and (max-width: 30em) {
  .header__basket-menu {
    margin-top: 1.2rem; } }
.page_menu .header__basket-menu {
  margin: 0; }

.basket-menu__basket-icon {
  color: #f7e782; }
  .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: #f7e782;
  border: 2px solid #666666; }

.mobile-basket-button__nb-items {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  color: #f7e782; }

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

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

.mobile-basket-button__link {
  background-color: #a8976b;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  color: #f7e782;
  background-color: #005845;
  border: none;
  padding: 0;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  -ms-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease; }
  .mobile-basket-button__link:hover {
    color: #f7e782;
    background-color: #a8976b; }

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

.shop-info__title {
  font-size: 1.6rem;
  font-family: "Playfair Display", Times, serif;
  color: #1c1c1c;
  font-weight: 700;
  line-height: 1.2;
  margin-top: .2rem; }

.shop-info__feature-title {
  font-size: 1.3rem;
  font-family: "Playfair Display", Times, serif;
  color: #1c1c1c;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.1; }

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

.shop-info__link {
  color: #005845; }

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

@media screen and (max-width: 30em) {
  .shop-info_mobile .shop-info__social-icons {
    clear: left;
    float: none;
    margin-top: 1rem; } }
/* ==========================================================================
   CATEGORY PAGE
   ========================================================================== */
/* Page header
   -------------------------------------------------------------------------- */
.category__header {
  margin-bottom: 2rem; }

.category__title {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  color: #1c1c1c;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  font-family: "Playfair Display", Times, serif;
  background: url("/assets-images/title-bg.png") no-repeat center bottom; }

.category__subcategory-title {
  font-size: 2.5rem;
  font-family: "Playfair Display", Times, serif;
  color: #1c1c1c;
  font-weight: 400; }

.category > .category__subcategory > .category__subcategory-title {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  color: #1c1c1c;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  font-family: "Playfair Display", Times, serif;
  background: url("/assets-images/title-bg.png") no-repeat center bottom; }

.category__description {
  font-size: 1.6rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #666666;
  line-height: 1.6;
  text-align: center; }

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

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

@media screen and (max-width: 52.5em) {
  .category__title,
  .category > .category__subcategory > .category__subcategory-title {
    padding-bottom: 2rem;
    font-size: 2.4rem; }

  .category__subcategory-title {
    font-size: 1.5rem;
    margin-bottom: 2rem; } }
/* Product
   -------------------------------------------------------------------------- */
.product__wrapper {
  padding: 0 1rem 1rem 1rem;
  background-color: #f2f2f2; }

.product__picture-container {
  margin: 0 -1rem 1rem; }

.product__name {
  font-size: 1.6rem;
  font-family: "Playfair Display", Times, serif;
  color: #1c1c1c;
  font-weight: 400;
  text-transform: capitalize; }

.product__description {
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #666666;
  font-weight: 300; }

.product__sku-label {
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #666666;
  font-weight: 300; }

.product__sku-value {
  font-weight: 600; }

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

.product__counter {
  color: #a8976b; }

/* Product pictos */
.product-picto {
  display: inline-block;
  margin-right: .2rem;
  height: 22px;
  background: url("/assets-images/icons-picto.png") no-repeat; }

.product-picto_lightly-spiced {
  width: 28px;
  background-position: 0 0; }

.product-picto_spiced {
  width: 36px;
  background-position: -44px 0; }

.product-picto_hot {
  width: 42px;
  background-position: -97px 0; }

.product-picto_gluten {
  width: 22px;
  background-position: -160px 0; }

.product-picto_nuts {
  width: 22px;
  background-position: -203px 0; }

/* Product pictos legend */
.pictos-legend__item {
  display: block;
  line-height: 22px;
  word-wrap: nowrap; }
  .pictos-legend__item:before {
    display: table;
    content: ""; }
  .pictos-legend__item:after {
    display: table;
    content: "";
    clear: both; }

.pictos-legend__item {
  margin: 1rem; }

.pictos-legend__item .product-picto {
  float: left;
  margin-right: 1rem; }

.pictos-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.pictos-legend__item {
  flex: 1 0 auto; }

/* Product pictos placeholders */
.product__pictos {
  margin-top: 1rem; }

.category__pictos-legend {
  margin: 2rem 0 0; }

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

/* Add & customise buttons
   -------------------------------------------------------------------------- */
.product__add {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  color: #f7e782;
  background-color: #005845;
  border: none;
  padding: 0;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  -ms-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
  text-align: center; }
  .product__add:hover {
    color: #f7e782;
    background-color: #a8976b; }

.product__add .product__price {
  display: block;
  position: relative;
  float: left;
  width: 60%; }

.product__add .product__price:after {
  content: '|';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0; }

.product__add-text {
  display: block; }

.product__price + .product__add-text {
  float: right;
  width: 40%; }

.product__price[data-product-price-empty] {
  display: none; }

.product__price[data-product-price-empty] + .product__add-text {
  width: 100%; }

.product__customise {
  display: inline-block;
  padding: 0;
  height: 30px;
  line-height: 30px;
  color: #005845;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
  width: auto; }
  .product__customise:hover {
    color: #a8976b;
    text-decoration: underline; }

/* Favourite icon
   -------------------------------------------------------------------------- */
.product__favourite_add .product__favourite-icon {
  color: #bf5050; }
  .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: #bf5050; }
  .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 improved layout
   -------------------------------------------------------------------------- */
.product__mobile-price {
  color: #1c1c1c; }

.product__name .product__pictos {
  display: none; }

@media screen and (max-width: 52.5em) {
  .product_improved .product__name:before {
    display: table;
    content: ""; }
  .product_improved .product__name:after {
    display: table;
    content: "";
    clear: both; }
  .product_improved .product__name .product__pictos {
    display: inline-block;
    margin: 0 0 0 .5rem; }
  .product_improved .product__name ~ .product__pictos {
    display: none; }
  .product_improved .product__name-wrapper {
    display: block;
    float: left; } }
/* Deal wizard
   -------------------------------------------------------------------------- */
/************************
 Deal wizard navigation
 - up to 9 tabs support
 - done tabs styling
***********************/
.deal-wizard__title {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  color: #1c1c1c;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  font-family: "Playfair Display", Times, serif;
  background: url("/assets-images/title-bg.png") no-repeat center bottom; }

.deal-wizard-navigation {
  margin: 1em 0 2em;
  background-color: transparent; }

@media screen and (max-width: 52.5em) {
  .deal-wizard__title {
    padding-bottom: 2rem;
    font-size: 2.4rem; } }
.deal-wizard-navigation__tab {
  background-color: #a8976b;
  margin: 0; }

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

.deal-wizard-navigation__link {
  color: #fff;
  font-size: 1.4rem;
  font-family: "Playfair Display", Times, serif;
  background-color: #a8976b; }

.deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__link {
  color: #1c1c1c;
  background-color: #f3f1ed; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link {
  color: #fff;
  background-color: #a8976b; }

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

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

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

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

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

.deal-wizard-navigation__title:after {
  background: -webkit-linear-gradient(left, rgba(168, 151, 107, 0), #a8976b);
  background: linear-gradient(to right, rgba(168, 151, 107, 0), #a8976b); }

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

.deal-wizard-navigation__tab_active .deal-wizard-navigation__title:after {
  background: -webkit-linear-gradient(left, rgba(168, 151, 107, 0), #a8976b);
  background: linear-gradient(to right, rgba(168, 151, 107, 0), #a8976b); }

.deal-wizard-navigation__link {
  margin-right: 16px; }
.deal-wizard-navigation__link:before, .deal-wizard-navigation__link:after {
  border-top-width: 18px;
  border-bottom-width: 18px;
  border-left-width: 16px; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link {
  margin-right: 16px; }
.deal-wizard-navigation__tab_active .deal-wizard-navigation__link:before, .deal-wizard-navigation__tab_active .deal-wizard-navigation__link:after {
  border-top-width: 18px;
  border-bottom-width: 18px;
  border-left-width: 16px; }

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

.deal-wizard-navigation__tab {
  background-color: transparent; }

.deal-wizard-navigation__tab:nth-last-child(9):first-child, .deal-wizard-navigation__tab:nth-last-child(9):first-child ~ * {
  width: 11.11111%; }

.deal-wizard-navigation__tab:nth-last-child(8):first-child, .deal-wizard-navigation__tab:nth-last-child(8):first-child ~ * {
  width: 12.5%; }

.deal-wizard-navigation__tab:nth-last-child(7):first-child, .deal-wizard-navigation__tab:nth-last-child(7):first-child ~ * {
  width: 14.28571%; }

.deal-wizard-navigation__tab:nth-last-child(6):first-child, .deal-wizard-navigation__tab:nth-last-child(6):first-child ~ * {
  width: 16.66667%; }

.deal-wizard-navigation__tab:nth-last-child(5):first-child, .deal-wizard-navigation__tab:nth-last-child(5):first-child ~ * {
  width: 20%; }

.deal-wizard-navigation__tab:nth-last-child(4):first-child, .deal-wizard-navigation__tab:nth-last-child(4):first-child ~ * {
  width: 25%; }

.deal-wizard-navigation__tab:nth-last-child(3):first-child, .deal-wizard-navigation__tab:nth-last-child(3):first-child ~ * {
  width: 33.33333%; }

.deal-wizard-navigation__tab:nth-last-child(2):first-child, .deal-wizard-navigation__tab:nth-last-child(2):first-child ~ * {
  width: 50%; }

.deal-wizard-navigation__tab:nth-last-child(1):first-child, .deal-wizard-navigation__tab:nth-last-child(1):first-child ~ * {
  width: 100%; }

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

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

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

.deal-wizard-navigation__tab:nth-child(4) {
  z-index: 17; }

.deal-wizard-navigation__tab:nth-child(5) {
  z-index: 16; }

.deal-wizard-navigation__tab:nth-child(6) {
  z-index: 15; }

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

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

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

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

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

.deal-wizard-navigation__tab_active:before {
  background-color: #a8976b; }

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

.deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link {
  margin-right: 0;
  padding-right: 10px; }

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

@media screen and (max-width: 40em) {
  .deal-wizard-navigation__tab {
    width: 33.33333% !important; }

  .deal-wizard-navigation__tab:nth-last-child(1):first-child {
    width: 100% !important; }

  .deal-wizard-navigation__tab:nth-last-child(2):first-child,
  .deal-wizard-navigation__tab:nth-last-child(2):first-child ~ * {
    width: 50% !important; }

  .deal-wizard-navigation__tab:nth-child(3) .deal-wizard-navigation__link,
  .deal-wizard-navigation__tab:nth-child(6) .deal-wizard-navigation__link {
    margin-right: 0;
    padding-right: 10px; }

  .deal-wizard-navigation__tab:nth-child(3) .deal-wizard-navigation__link:before,
  .deal-wizard-navigation__tab:nth-child(6) .deal-wizard-navigation__link:before,
  .deal-wizard-navigation__tab:nth-child(3) .deal-wizard-navigation__link:after,
  .deal-wizard-navigation__tab:nth-child(6) .deal-wizard-navigation__link:after {
    display: none; }

  .deal-wizard-navigation__tab:nth-child(4),
  .deal-wizard-navigation__tab:nth-child(7) {
    clear: left; }

  .deal-wizard-navigation__tab:nth-child(4):before,
  .deal-wizard-navigation__tab:nth-child(7):before {
    display: none; }

  /*
    .deal-wizard-navigation { position: relative; }
    .deal-wizard-navigation:before { content: ''; display: block; position: absolute; left:0; top: $link-height; width: 100%; height: 0; border-bottom: 1px solid #ffd467; }
  */
  .deal-wizard-navigation__tab:nth-child(4),
  .deal-wizard-navigation__tab:nth-child(5),
  .deal-wizard-navigation__tab:nth-child(6),
  .deal-wizard-navigation__tab:nth-child(7),
  .deal-wizard-navigation__tab:nth-child(8),
  .deal-wizard-navigation__tab:nth-child(9) {
    margin-top: 0.5rem; } }
@media screen and (max-width: 40em) {
  .deal-wizard-navigation__tab:nth-child(3),
  .deal-wizard-navigation__tab:nth-child(6),
  .deal-wizard-navigation__tab:nth-child(3) .deal-wizard-navigation__link,
  .deal-wizard-navigation__tab:nth-child(6) .deal-wizard-navigation__link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

  .deal-wizard-navigation__tab:nth-child(4),
  .deal-wizard-navigation__tab:nth-child(7),
  .deal-wizard-navigation__tab:nth-child(4) .deal-wizard-navigation__link,
  .deal-wizard-navigation__tab:nth-child(7) .deal-wizard-navigation__link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; } }
/* ==========================================================================
   BASKET
   ========================================================================== */
/* Basket header
   -------------------------------------------------------------------------- */
.basket__header {
  background-color: #005845;
  border-bottom: 1px solid #e8e8e8; }

.basket__title {
  font-size: 1.6rem;
  font-family: "Playfair Display", Times, serif;
  color: #efdd7f;
  font-weight: 400; }

.basket__repeat {
  font-size: 1.3rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #efdd7f;
  font-weight: 300; }

.basket__close {
  margin: -.2rem -.9rem 0 0;
  color: #fff; }

.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 item
   -------------------------------------------------------------------------- */
.basket__items {
  background-color: #f2f2f2; }

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

.basket-item__title {
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 300; }

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

.basket-item__option {
  font-size: 1.3rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #938f8f;
  font-weight: 300; }

.basket-item__delete {
  color: #7475aa; }

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

.basket-item__delete-icon {
  display: inline-block; }
.basket-item__delete-icon:before {
  content: '\2013';
  display: block;
  position: relative;
  top: -1px;
  color: #000;
  line-height: 1.2rem;
  height: 1.6rem;
  width: 1.6rem;
  text-align: center;
  font-family: sans-serif;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box; }

.basket__empty {
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 300;
  background-color: #f2f2f2; }

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

.basket-deal__title {
  font-size: 1.4rem;
  font-family: "Playfair Display", Times, serif;
  color: #393939; }

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

.basket-deal__delete {
  margin-top: .1rem;
  color: #393939; }

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

.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: 0;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

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

.basket-deal__item-title {
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 300; }

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

.basket-deal__item-option {
  font-size: 1.3rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #938f8f;
  font-weight: 300; }

.basket-deal__item-delete {
  color: #7475aa; }

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

.basket-deal__item-delete-icon {
  display: inline-block; }
.basket-deal__item-delete-icon:before {
  content: '\2013';
  display: block;
  position: relative;
  top: -1px;
  color: #000;
  line-height: 1.2rem;
  height: 1.6rem;
  width: 1.6rem;
  text-align: center;
  font-family: sans-serif;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box; }

/* Delivery method switcher
   -------------------------------------------------------------------------- */
.basket__delivery_radio {
  font-size: 1.2rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #005845;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #005845;
  overflow: hidden; }

.basket__delivery-method {
  padding: .8rem 0;
  background-color: #f2f2f2; }

.basket__delivery-radio:checked + .basket__delivery-method {
  color: #f7e782;
  background-color: #005845; }

/* Basket footer
   -------------------------------------------------------------------------- */
.basket__footer {
  color: #1c1c1c;
  background-color: #f2f2f2; }

.basket__footer-orange-message {
  color: #f7e782;
  font-weight: 300;
  background-color: #a8976b; }

.basket__footer-red-message {
  color: #f7e782;
  font-weight: 300;
  background-color: #dca414; }

.basket__savings {
  color: #393939;
  padding: .5rem 3.5rem;
  text-align: center;
  background-color: #e7e7e8; }

.basket__charge-title,
.basket__charge-amount {
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #1c1c1c;
  font-weight: 600; }

.basket__total {
  margin: 1rem 0; }

.basket__total-title,
.basket__total-amount {
  font-size: 1.8rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #1c1c1c;
  font-weight: 600; }

.basket__button-link {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  color: #f7e782;
  background-color: #005845;
  border: none;
  padding: 0 1rem;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  -ms-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease; }
  .basket__button-link:hover {
    color: #f7e782;
    background-color: #a8976b; }

.basket__coupon {
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 300; }

.basket__coupon-link {
  color: #666666; }

.basket__error_coupon {
  margin: 1rem 0;
  padding: .5rem 1.2rem;
  color: #f7e782;
  font-weight: 300;
  background-color: #dca414; }

.basket__coupon-form:before {
  display: table;
  content: ""; }
.basket__coupon-form:after {
  display: table;
  content: "";
  clear: both; }
.basket__coupon-form .nice-select__container {
  float: left;
  width: 70%; }
.basket__coupon-form .nice-select {
  width: 100%; }
.basket__coupon-form .nice-select .list {
  width: 100%;
  max-height: 120px;
  overflow-y: auto; }
.basket__coupon-form .basket__coupon-add-button {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  color: #f7e782;
  background-color: #005845;
  border: none;
  padding: 0 1rem;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  -ms-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
  float: right;
  margin: 0;
  width: 28%; }
  .basket__coupon-form .basket__coupon-add-button:hover {
    color: #f7e782;
    background-color: #a8976b; }

.basket__coupon-enabled + .basket__coupon-form {
  margin-top: 1.5rem; }

/* Basket driver tip */
.basket-tip {
  margin: 1rem 0;
  padding: 1.5rem 1.2rem;
  color: #1c1c1c;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2rem;
  background-color: #ececec; }

.basket-tip__title {
  float: left;
  padding-right: .5rem;
  width: 40%;
  font-size: inherit;
  font-weight: inherit;
  box-sizing: border-box; }

.basket-tip__details {
  padding-right: 22px;
  overflow: hidden;
  box-sizing: border-box; }

.basket-tip__buttons {
  float: left;
  margin-right: .5rem; }

.basket-tip__button {
  display: block;
  float: left;
  width: 34px;
  color: #005845;
  line-height: 1.8rem;
  text-align: center;
  text-decoration: none;
  border: 1px solid #7173aa; }

.basket-tip__button + .basket-tip__button {
  margin-left: .5rem; }

.basket-tip__amount {
  display: block;
  float: right; }

@media screen and (max-width: 52.5em) {
  .basket-tip__title {
    width: 40%; } }
/* ==========================================================================
   CUSTOMIZATION POPUP
   ========================================================================== */
.popup__title {
  font-size: 1.8rem;
  font-family: "Playfair Display", Times, serif;
  color: #1c1c1c;
  font-weight: 400; }

.popup__title .product__pictos {
  display: inline-block;
  float: none;
  margin: 0;
  position: relative;
  bottom: -3px; }

.popup_improved.popup_scrolled .popup__title {
  color: #f7e782;
  background-color: #005845;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

/* Popup group
   -------------------------------------------------------------------------- */
.popup-group__quantity-field {
  margin: 0 1rem;
  font-size: 1.6rem;
  border: none; }

.popup-group__quantity-button {
  display: block;
  width: 2rem;
  height: 2rem;
  color: #005845;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #005845;
  border-radius: 50%;
  box-sizing: border-box; }

.popup-group__quantity-minus-icon {
  line-height: 2rem; }
  .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 {
  line-height: 2rem; }
  .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__label,
.popup-group__single-choice {
  font-size: 1.3rem;
  font-family: "Playfair Display", Times, serif;
  color: #1c1c1c;
  font-weight: 600;
  text-transform: uppercase; }

/* Popup row
   -------------------------------------------------------------------------- */
.popup-row__title {
  font-size: 1.3rem;
  font-family: "Playfair Display", Times, serif;
  color: #1c1c1c;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  padding-bottom: .7rem;
  border-bottom: 1px solid #f6f6f6; }

@media screen and (max-width: 48em) {
  .popup-row__title {
    padding: 0;
    border: none; }

  .popup-row__description {
    margin: -.5rem 0 2rem; } }
/* Popup enum
   -------------------------------------------------------------------------- */
.popup-enum__option {
  margin-right: 1rem;
  margin-bottom: 1rem; }

.popup-enum__text {
  color: #2d2d2d;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #f3f3f3; }

.popup-enum__radio:checked + .popup-enum__text {
  color: #efdd7f;
  background-color: #005845; }

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

/* Popup set
   -------------------------------------------------------------------------- */
.popup-set__group-title {
  font-size: 1.2rem;
  font-family: "Playfair Display", Times, serif;
  color: #1c1c1c;
  font-weight: 600;
  text-transform: uppercase; }

.popup-set__title {
  color: #393939; }

.popup-set__text {
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #393939;
  font-weight: 300; }

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

.popup-set__text:after {
  background-color: #005845; }

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

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

/* Popup deal line
   -------------------------------------------------------------------------- */
.popup-deal-line__label {
  font-size: 1.3rem;
  font-family: "Playfair Display", Times, serif;
  color: #1c1c1c;
  font-weight: 600;
  text-transform: uppercase; }

.popup-deal-line__description {
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #393939;
  font-weight: 300; }

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

/* Popup buttons
   -------------------------------------------------------------------------- */
.popup-buttons__button {
  display: inline-block;
  height: 46px;
  line-height: 46px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  color: #f7e782;
  background-color: #005845;
  border: none;
  padding: 0;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  -ms-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
  font-size: 1.4rem; }
  .popup-buttons__button:hover {
    color: #f7e782;
    background-color: #a8976b; }

.popup-buttons__link {
  display: inline-block;
  padding: 0;
  height: 46px;
  line-height: 46px;
  color: #005845;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  .popup-buttons__link:hover {
    color: #a8976b;
    text-decoration: underline; }

/* ==========================================================================
   CHECKOUT, ACCOUNT & ORDER PAGES
   ========================================================================== */
.checkout {
  padding: 2rem;
  background-color: #f9f9f9; }

.order-page .checkout,
.page_account .checkout,
.page_edit_account .checkout {
  padding: 0 !important;
  background-color: #fff; }

@media screen and (max-width: 40em) {
  .checkout {
    padding: 1rem; } }
.checkout__section + .checkout__section {
  padding-top: 2rem;
  border-top: 1px solid #e1e1e1; }

.checkout__title,
.credit-page__title {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  color: #1c1c1c;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  font-family: "Playfair Display", Times, serif;
  background: url("/assets-images/title-bg.png") no-repeat center bottom; }

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

.checkout-row__field-text,
.checkout-row__field-textarea {
  border: 1px solid #c2c2c2; }

.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: "Roboto", Arial, Helvetica, sans-serif;
  color: #666666;
  font-weight: 300; }

.checkout-row__group-item_forgot-password a {
  color: #005845; }

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

@media screen and (max-width: 52.5em) {
  .checkout__title,
  .credit-page__title {
    padding-bottom: 2rem;
    font-size: 2.4rem; } }
.checkout-variant__address-helper {
  float: right;
  margin-bottom: .3rem;
  width: calc(100% - 190px);
  color: #000;
  font-weight: 600;
  font-size: 1.3rem; }

/*
  Form checkbox styling
  ---------------------------------------------------- */
.checkout-row__group-label_checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer; }
.checkout-row__group-label_checkbox .checkout-row__field-checkbox {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0; }
.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: 0;
  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; }
.checkout-row__group-label_checkbox .checkout-row__label-text:after {
  display: none;
  margin: 3px;
  width: 10px;
  height: 10px; }
.checkout-row__group-label_checkbox .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: #005845;
  background-color: #fff; }
.checkout-row__group-label_checkbox .checkout-row__label-text:after {
  background-color: #005845; }

.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: 0;
  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: 3px;
  width: 10px;
  height: 10px; }

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

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

.checkout-variant__text:after {
  background-color: #005845; }

/* Form buttons
   Contain a button on the right and a cancel link on the left.
   -------------------------------------------------------------------------- */
.form-buttons__button {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  color: #f7e782;
  background-color: #005845;
  border: none;
  padding: 0 5rem;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  -ms-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease; }
  .form-buttons__button:hover {
    color: #f7e782;
    background-color: #a8976b; }

.form-buttons__link {
  display: inline-block;
  padding: 0;
  height: 36px;
  line-height: 36px;
  color: #005845;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  .form-buttons__link:hover {
    color: #a8976b;
    text-decoration: underline; }

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

/* Checkout confirmation page (step5)
   -------------------------------------------------------------------------- */
.checkout-confirm__title {
  font-size: 1.6rem;
  font-family: "Playfair Display", Times, serif;
  color: #666666;
  font-weight: 400; }

.checkout-confirm__content {
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #666666;
  font-weight: 300; }

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

/* Facebook login
   -------------------------------------------------------------------------- */
.checkout__facebook-login-button {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 600; }

.checkout__facebook-login-icon {
  font-size: 1.6rem;
  padding: 0 1.3rem 0 1rem;
  border-right: 1px solid; }
  .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 #cbcbcb; }

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

@media screen and (max-width: 30em) {
  .checkout__facebook-login-icon {
    padding: 0 .3rem 0 0; } }
/* Checkout upselling
   -------------------------------------------------------------------------- */
.category_upselling {
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid #e1e1e1; }
.category_upselling .category__header {
  margin-bottom: 3rem; }
.category_upselling .product__wrapper {
  background-color: #efeeee; }

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

/* Order page
   -------------------------------------------------------------------------- */
.order-table__header {
  color: #f7e782;
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Playfair Display", Times, serif;
  background-color: #005845; }

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

.order-row__header {
  color: #666666;
  font-size: 1.3rem;
  background-color: #fff;
  border-top: 3px solid #fff; }

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

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

.order {
  color: #000;
  font-size: 1.4rem;
  font-weight: 300;
  background-color: #f9f9f9; }

.order__group-title {
  color: #1c1c1c;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Playfair Display", Times, serif; }

.order__add {
  padding-right: 0; }

.order__repeat-button {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  color: #f7e782;
  background-color: #005845;
  border: none;
  padding: 0 2rem;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  -ms-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease; }
  .order__repeat-button:hover {
    color: #f7e782;
    background-color: #a8976b; }

.order__add-button {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  color: #f7e782;
  background-color: #005845;
  border: none;
  padding: 0 1rem;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  -ms-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
  margin-top: -.4rem; }
  .order__add-button:hover {
    color: #f7e782;
    background-color: #a8976b; }

.order__repeat-empty-basket {
  display: inline-block;
  padding: 0;
  height: 30px;
  line-height: 30px;
  color: #005845;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
  text-transform: uppercase; }
  .order__repeat-empty-basket:hover {
    color: #a8976b;
    text-decoration: underline; }

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

.order__items-table {
  color: #000;
  font-size: 1.3rem;
  background-color: #f9f9f9;
  border: none; }

.order__items-deal {
  color: #000;
  background-color: #f3f1ed; }

.order__items-deal-title {
  color: #f7e782;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Playfair Display", Times, serif;
  background-color: #005845; }

.order__items-attribute {
  color: rgba(50, 50, 50, 0.7);
  font-style: normal; }

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

.order__total {
  color: #1c1c1c;
  font-size: 1.6rem;
  font-weight: 600;
  border-top-color: #ededed; }

/* 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: #f7e782; }

.credit-page__form__button {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  color: #f7e782;
  background-color: #005845;
  border: none;
  padding: 0 1rem;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  -ms-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease; }
  .credit-page__form__button:hover {
    color: #f7e782;
    background-color: #a8976b; }

.credit-table__header {
  color: #f7e782;
  font-size: 1.3rem;
  font-weight: 600;
  background-color: #005845; }

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

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

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

.credit-table td {
  font-size: 1.3rem;
  color: #666666; }

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

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

@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: #dcdcdc; } }
/* 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: "Roboto", Arial, Helvetica, sans-serif;
  color: #f7e782;
  background-color: #dca414;
  opacity: 1; }

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

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

.sku-buttons__radio:checked + .sku-buttons__text {
  color: #f7e782;
  background-color: #666666; }

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

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

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

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

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

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

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

.grouped-skus__radio:checked + .grouped-skus__text {
  color: #f7e782;
  background-color: #666666; }

.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: #f7e782;
  border-color: #818181; }

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

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

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

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

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

.static-page {
  font-size: 1.6rem;
  line-height: 1.6; }
.static-page h2, .static-page h3, .static-page h4, .static-page h5, .static-page h6 {
  color: #1c1c1c;
  text-align: center; }
.static-page h2, .static-page h3 {
  font-family: "Playfair Display", Times, serif;
  font-weight: 400; }
.static-page .static-page__title {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  color: #1c1c1c;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  font-family: "Playfair Display", Times, serif;
  background: url("/assets-images/title-bg.png") no-repeat center bottom; }

@media screen and (max-width: 52.5em) {
  .static-page .static-page__title {
    padding-bottom: 2rem;
    font-size: 2.4rem; } }
/* --------------------------------------------------------------------------
   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 {
  background: url("/assets-images/page-bg-locator.jpg") no-repeat center calc(100% - 50px); }
.page_locator .header {
  background-color: transparent; }
.page_locator .header__logo,
.page_locator .header__basket-menu,
.page_locator .header__shop-menu,
.page_locator .header__loyalty-menu,
.page_locator .header__language-menu {
  display: none; }
.page_locator .dropdown-menu__header-link {
  color: #005845; }
.page_locator .burger-menu__line {
  border-top-color: #005845; }

.locator {
  margin-top: 0;
  color: #393939;
  background-color: #fff;
  border: 4px solid #005845;
  box-sizing: border-box; }

.locator__logo {
  margin: 0;
  padding: 2rem 0;
  width: 100%;
  text-align: center;
  background-color: #005845;
  box-sizing: border-box; }

.locator__logo-link {
  display: inline-block;
  text-decoration: none; }

.locator__logo-image {
  width: 290px; }

.locator__title {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  color: #1c1c1c;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  font-family: "Playfair Display", Times, serif;
  background: url("/assets-images/title-bg.png") no-repeat center bottom;
  font-weight: 700;
  margin-bottom: 3rem; }

.locator__methods {
  border: 2px solid #005845; }

.locator__method {
  font-size: 1.2rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #005845;
  font-weight: 600;
  text-transform: uppercase; }

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

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

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

.locator__postcode-input {
  font-size: 1.6rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  border: 1px solid #919191;
  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: #fff; }

.locator__postcode-button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  color: #f7e782;
  background-color: #005845;
  border: none;
  padding: 0 1rem;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  -ms-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
  float: left;
  margin-right: -70px;
  width: 70px; }
  .locator__postcode-button:hover {
    color: #f7e782;
    background-color: #a8976b; }

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

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

.locator__selected {
  font-size: 1.7rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #393939; }

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

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

.locator__restaurants {
  padding-top: 2rem; }

.locator-restaurant {
  padding: 2rem 2rem;
  background-color: #fff;
  border-top: 1px solid #8cb4ab; }

.locator-restaurant__name {
  padding: .8rem 1rem .8rem 0;
  font-size: 1.6rem;
  font-family: "Playfair Display", Times, serif;
  font-weight: 400;
  line-height: 1;
  color: #393939; }

.locator-restaurant__toggle {
  padding: .8rem 0;
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #005845;
  font-weight: 400;
  line-height: 1.6rem; }

.locator-restaurant__content-name {
  font-size: 1.6rem;
  font-family: "Playfair Display", Times, serif;
  font-weight: 400;
  line-height: 1; }

.locator-restaurant__opening-times {
  background-color: #f9f9f9; }

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

.locator-restaurant__phone {
  font-size: 1.7rem; }

.locator-restaurant__button {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  color: #f7e782;
  background-color: #005845;
  border: none;
  padding: 0 3rem;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  -ms-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease; }
  .locator-restaurant__button:hover {
    color: #f7e782;
    background-color: #a8976b; }

.locator-restaurant__button-wrapper {
  top: -1rem; }

.locator-restaurant__name-distance,
.locator-restaurant__content-name-distance {
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #393939;
  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; } }
