@charset "UTF-8";
/* ==========================================================================
   GENERAL
   ========================================================================== */
/* Imports
   -------------------------------------------------------------------------- */
@font-face {
  font-family: 'fontello';
  src: url("/assets-fonts/fontello.woff2") format("woff2"), url("/assets-fonts/fontello.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* Fonts
   -------------------------------------------------------------------------- */
/* Base font
   -------------------------------------------------------------------------- */
body {
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121; }

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

/* Page header
   -------------------------------------------------------------------------- */
.header {
  background-color: #ddd;
  border-bottom-color: #000; }

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

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

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

.footer__link {
  color: #fff; }

.footer__link:hover {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* GDPR consent
   -------------------------------------------------------------------------- */
.gdpr-consent {
  padding: 1.5rem 2rem;
  font-size: 1.3rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  background-color: #f7f7f7;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.2); }

.gdpr-consent__title {
  font-size: 1.8rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 700;
  margin: 1.4rem 0 1rem;
  line-height: 1.2; }

.gdpr-consent__button {
  padding: 0 1.5rem;
  height: 3.8rem;
  line-height: 3.8rem;
  color: #fff;
  font-size: 1.4rem;
  background-color: #333; }

/* NiceSelect (used as a <select> replacement)
   -------------------------------------------------------------------------- */
.nice-select {
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  border: 1px solid #dbdbdb;
  border-radius: 0em; }

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

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

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

.popup .nice-select .list {
  max-height: 300px;
  overflow: auto; }

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

.category-navigation__item {
  font-size: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #ccc; }

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

.category-navigation_mobile {
  background-color: #ddd;
  border-top: 1px solid #fff; }

.category-navigation_mobile .category-navigation__item {
  color: #212121; }

.category-navigation_mobile .category-navigation__item_active {
  color: #212121;
  border-bottom: 4px solid #212121; }

.category-navigation_mobile .category-navigation__link:hover, .category-navigation__link:focus,
.category-navigation_mobile .category-navigation__item_active .category-navigation__link {
  color: #212121;
  background-color: #ddd; }

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

.account-navigation {
  background-color: #212121; }

.account-navigation__item {
  font-size: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #ccc; }

.account-navigation__link:hover,
.account-navigation__item_active .account-navigation__link {
  color: #fff;
  background-color: #212121; }

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

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

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

/* Desktop navigation:
   * checkout pages
   -------------------------------------------------------------------------- */
.checkout-navigation {
  background-color: #212121; }

.checkout-navigation__item {
  font-size: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #ccc; }

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

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

/* Desktop: user and shop menus
   -------------------------------------------------------------------------- */
.dropdown-menu__header-link {
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121; }

.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: #fff;
  background-color: #212121; }

.dropdown-menu__body {
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  background-color: #efefef;
  border: 1px solid #999; }

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

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

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

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

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

.mobile-menu__header {
  background-color: #212121; }

.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: Arial, Helvetica, sans-serif;
  color: #212121;
  background-color: #efefef; }

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

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

.mobile-menu__section_unfolded .mobile-menu__section-link {
  color: #212121;
  background-color: #ddd; }

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

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

.mobile-menu__item_active .mobile-menu__item-link {
  color: #212121;
  background-color: #efefef; }

.mobile-menu__item_favourites .mobile-menu__item-link {
  overflow: hidden; }

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

.mobile-menu__favourite-name {
  float: left;
  margin-right: .5rem; }

.mobile-credits {
  color: #212121;
  font-size: .86em;
  line-height: 1;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #999; }

/* Mobile: menu on the right (basket)
   -------------------------------------------------------------------------- */
.basket-menu__basket-icon {
  color: #212121; }
  .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 #212121; }

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

.shop-info__title {
  font-size: 2.3rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 700;
  line-height: 1.2; }

.shop-info__feature-title {
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 700; }

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

.shop-info__link {
  color: #212121; }

.shop-info .social-icons__link {
  color: #fff;
  background-color: #999; }

.shop-info .social-icons__link:hover {
  color: #fff;
  background-color: #212121; }

/* ==========================================================================
   CATEGORY PAGE
   ========================================================================== */
/* Page header
   -------------------------------------------------------------------------- */
.category__title {
  font-size: 2.3rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 700;
  text-transform: uppercase; }

.category__subcategory-title {
  font-size: 2rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 700; }

.category__description {
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121; }

/* Product
   -------------------------------------------------------------------------- */
.product__picture-container {
  width: 100%;
  margin: 0 auto 1rem;
  border-radius: 0;
  position: relative;
  aspect-ratio: 800/580; }

.product__picture {
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.product__name {
  font-size: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 700; }

.product__description {
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121; }

.product__price {
  font-size: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 700; }

.product__sku-label {
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121; }

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

.product__counter {
  color: #212121; }

/* 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 {
  color: #fff;
  background-color: #212121;
  border: none;
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif; }
  .product__add:hover {
    color: #fff;
    background-color: #555; }

.product__customise {
  color: #fff;
  background-color: #bbb;
  border: none;
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif; }
  .product__customise:hover {
    color: #fff;
    background-color: #555; }

/* Favourite icon
   -------------------------------------------------------------------------- */
.product__favourite {
  text-decoration: none; }

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

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

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

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

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

/* More accurate active tab shape*/
.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 {
  background-color: transparent; }

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

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

/**/
.deal-wizard-navigation__link {
  font-size: 1.6rem;
  color: #000;
  background-color: #ccc; }

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

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

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

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

.deal-wizard-navigation__title:after {
  background: -webkit-linear-gradient(left, rgba(204, 204, 204, 0), #ccc);
  background: linear-gradient(to right, rgba(204, 204, 204, 0), #ccc); }

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

/* Product tags / pictos
   -------------------------------------------------------------------------- */
.product-picto {
  display: inline-block;
  font-size: 2rem; }

.product-picto_vegan {
  color: #8c8c8c; }
  .product-picto_vegan: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: ""; }

.product-picto_vegetarian {
  color: #8c8c8c; }
  .product-picto_vegetarian: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: ""; }

.product-picto_spicy {
  color: #8c8c8c; }
  .product-picto_spicy: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: ""; }

.product-picto_lightly-spiced {
  color: #8c8c8c; }
  .product-picto_lightly-spiced: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: ""; }

.product-picto_moderately-spiced {
  color: #8c8c8c; }
  .product-picto_moderately-spiced: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: ""; }

.product-picto_highly-spiced {
  color: #8c8c8c; }
  .product-picto_highly-spiced: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: ""; }

.product-picto_gluten-free {
  color: #8c8c8c; }
  .product-picto_gluten-free: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: ""; }

.product-picto_organic {
  color: #8c8c8c; }
  .product-picto_organic: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: ""; }

.product-picto_porc-free {
  color: #8c8c8c; }
  .product-picto_porc-free: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: ""; }

.product-picto_halal {
  color: #8c8c8c; }
  .product-picto_halal: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: ""; }

.product-picto_nut-free {
  color: #8c8c8c; }
  .product-picto_nut-free: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: ""; }

.product-picto_lactose-free {
  color: #8c8c8c; }
  .product-picto_lactose-free: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: ""; }

.product-picto_sesame {
  color: #fff; }
  .product-picto_sesame: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: ""; }

.product-picto_soya {
  color: #fff; }
  .product-picto_soya: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: ""; }

.product-picto_nuts {
  color: #fff; }
  .product-picto_nuts: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: ""; }

.product-picto_milk {
  color: #fff; }
  .product-picto_milk: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: ""; }

.product-picto_eggs {
  color: #fff; }
  .product-picto_eggs: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: ""; }

.product-picto_lupin {
  color: #fff; }
  .product-picto_lupin: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: ""; }

.product-picto_sulphites {
  color: #fff; }
  .product-picto_sulphites: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: ""; }

.product-picto_mustard {
  color: #fff; }
  .product-picto_mustard: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: ""; }

.product-picto_molluscs {
  color: #fff; }
  .product-picto_molluscs: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: ""; }

.product-picto_crustaceans {
  color: #fff; }
  .product-picto_crustaceans: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: ""; }

.product-picto_fish {
  color: #fff; }
  .product-picto_fish: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: ""; }

.product-picto_gluten {
  color: #fff; }
  .product-picto_gluten: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: ""; }

.product-picto_celery {
  color: #fff; }
  .product-picto_celery: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: ""; }

.product-picto_peanuts {
  color: #fff; }
  .product-picto_peanuts: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: ""; }

.product-pictos {
  margin-top: .5rem;
  font-size: 1.8rem; }

.product-pictos .product-picto {
  margin: 0 .2rem .2rem 0; }

.product-legend {
  margin-top: 2rem; }

.product-legend__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  font-size: 0; }

.product-legend__item {
  display: inline-block;
  margin: .5rem .7rem;
  font-size: 1.4rem;
  box-sizing: border-box; }

.product-legend__item-name {
  display: inline-block;
  vertical-align: top;
  line-height: 23px;
  white-space: nowrap; }

.product-legend .product-picto {
  display: inline-block;
  vertical-align: top;
  margin-right: .2rem;
  line-height: 23px; }

/* ==========================================================================
   BASKET
   ========================================================================== */
.basket {
  border: 1px solid #212121; }

/* Basket header
   -------------------------------------------------------------------------- */
.basket__header {
  background-color: #212121; }

.basket__title {
  font-size: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff; }

.basket__repeat {
  font-size: 1.2rem;
  font-family: Arial, Helvetica, sans-serif;
  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: #fff; }

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

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

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

.basket-item__quantity-minus-icon {
  color: #999; }
  .basket-item__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: 0em;
    margin-left: 0em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

.basket-item__quantity-plus-icon {
  color: #999; }
  .basket-item__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: 0em;
    margin-left: 0em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

.basket-item__delete-icon {
  color: #999; }
  .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: #212121; }

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

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

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

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

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

.basket-deal__delete:hover .basket-deal__delete-icon {
  color: #212121; }

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

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

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

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

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

.basket__accessory-free-items {
  background-color: #efefef; }

/* Basket accessory
   -------------------------------------------------------------------------- */
.basket__accessory-items__title {
  background-color: #777; }

.basket__accessory-free-items {
  background-color: #efefef; }

/* Delivery method switcher
   -------------------------------------------------------------------------- */
.basket__delivery_radio {
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  border: 1px solid #212121;
  border-radius: 0em;
  overflow: hidden; }

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

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

/* Basket footer
   -------------------------------------------------------------------------- */
.basket__footer {
  color: #212121;
  background-color: #efefef; }

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

.basket__error {
  color: #fff;
  background-color: #d9230b; }

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

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

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

.basket__total-title,
.basket__total-amount {
  font-size: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 700; }

.basket__button-link {
  color: #fff;
  background-color: #212121;
  border: none;
  border-radius: 0px;
  font-size: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700; }
  .basket__button-link:hover {
    color: #fff;
    background-color: #555; }

.basket__coupon {
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121; }

.basket__coupon-link {
  color: #212121; }

.basket-tip__title, .basket-tip__amount {
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 700;
  line-height: 20px; }
.basket-tip__button {
  color: #fff;
  background-color: #212121;
  border: none;
  padding: 0 1rem;
  border-radius: 0;
  transition: background-color .2s, color .2s;
  line-height: 20px;
  font-size: 1.4rem;
  font-weight: 400; }
  .basket-tip__button:hover {
    color: #fff;
    background-color: #555; }

.mobile-basket-button__nb-items {
  font-size: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700; }

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

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

.mobile-basket-button__link {
  color: #fff;
  background-color: #212121;
  border: none;
  border-radius: 0px;
  font-size: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700; }
  .mobile-basket-button__link:hover {
    color: #fff;
    background-color: #555; }

/* Basket clickable promotions
   -------------------------------------------------------------------------- */
.basket__clickable-promotions {
  margin: 1rem -0.5rem 0;
  font-size: 0; }

.clickable-promotion {
  display: inline-block;
  vertical-align: top;
  padding: 1rem 0.5rem 0;
  width: 50%;
  box-sizing: border-box; }

.clickable-promotion__form {
  display: block; }

.clickable-promotion__link {
  display: block;
  text-decoration: none; }

.clickable-promotion__image {
  display: block;
  width: 100%;
  border: none; }

@media screen and (max-width: 52.5em) {
  .basket__clickable-promotions {
    margin: 1rem .8rem 0; } }
/* ==========================================================================
   CUSTOMIZATION POPUP
   ========================================================================== */
.popup {
  border-radius: 0px; }

.popup__description {
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121; }

.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: 2rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 700; }

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

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

/* Popup group
   -------------------------------------------------------------------------- */
.popup-group__quantity-field {
  font-size: 1.6rem; }

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

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

.popup-group__label,
.popup-group__single-choice {
  font-size: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 700;
  line-height: 32px; }

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

.popup-row__title {
  font-size: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 700; }

.popup-row__description {
  color: #777; }

/* Popup enum
   -------------------------------------------------------------------------- */
.popup-enum__text {
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  color: #212121;
  background-color: #ddd; }

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

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

/* Popup set
   -------------------------------------------------------------------------- */
.popup-set__group-title {
  font-size: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #777;
  font-weight: 700; }

.popup-set__title {
  color: #212121; }

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

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

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

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

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

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

/* Popup buttons
   -------------------------------------------------------------------------- */
.popup-buttons__button {
  color: #fff;
  background-color: #212121;
  border: none;
  padding: 1em 2em;
  border-radius: 0em;
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif; }
  .popup-buttons__button:hover {
    color: #fff;
    background-color: #555; }

.popup-buttons__button:hover {
  background-color: #555; }

.popup-buttons_improved .popup-buttons__button {
  font-size: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700; }

.popup-buttons__link {
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121; }

.popup-buttons__link:hover {
  color: #000; }

/* ==========================================================================
   CHECKOUT, ACCOUNT & ORDER PAGES
   ========================================================================== */
.checkout__title,
.credit-page__title {
  font-size: 2rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 700; }

.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.6rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121; }

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

.checkout-row__field-text[disabled],
.checkout-row__field-textarea[disabled] {
  border-color: rgba(33, 33, 33, 0.36); }

.checkout-row__group_emphisized {
  padding: 1rem;
  color: #000;
  background-color: #f9eeba; }

.checkout-row__group-item_description {
  line-height: 1.3; }

/* Form buttons
   Contain a button on the right and a cancel link on the left.
   -------------------------------------------------------------------------- */
.form-buttons__button {
  color: #fff;
  background-color: #212121;
  border: none;
  padding: 1em 2em;
  border-radius: 0em;
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif; }
  .form-buttons__button:hover {
    color: #fff;
    background-color: #555; }

.form-buttons__link {
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121; }

.form-buttons__link:hover {
  color: #000; }

/* Switcher buttons as radio buttons
   -------------------------------------------------------------------------- */
.switcher-btns {
  margin-top: 1rem;
  display: flex; }

.switcher-btn,
.switcher-btn_active {
  color: #fff;
  background-color: #212121;
  border: none;
  padding: 1em 2em;
  border-radius: 0em;
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #212121;
  cursor: default;
  text-decoration: none; }
  .switcher-btn:hover,
  .switcher-btn_active:hover {
    color: #fff;
    background-color: #212121; }

.switcher-btn:not(.switcher-btn_active) {
  color: #212121;
  background-color: inherit;
  border: none;
  padding: 1em 2em;
  border-radius: 0em;
  border: 1px solid #212121;
  cursor: pointer; }
  .switcher-btn:not(.switcher-btn_active):hover {
    color: #fff;
    background-color: #555; }

.switcher-btn + .switcher-btn {
  border-left: 0px; }

@media screen and (max-width: 40em) {
  .switcher-btns {
    flex-wrap: wrap; }

  .switcher-btn {
    width: 100%; }

  .switcher-btn + .switcher-btn {
    border-left: 1px solid #212121;
    border-top: 0px; } }
/* Loyalty (step4)
   -------------------------------------------------------------------------- */
.checkout-loyalty__balance {
  font-size: 2rem; }

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

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

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

/* Checkout upselling
   -------------------------------------------------------------------------- */
.category_upselling .category__title {
  font-size: 2rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 700; }

/* Facebook login
   -------------------------------------------------------------------------- */
.checkout__facebook-login-button {
  border-radius: 0em;
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif; }

.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: 10px;
  height: 0;
  width: 100%;
  border-top: 1px solid #212121; }

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

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

/* Account referral program
   -------------------------------------------------------------------------- */
.checkout__referral-program-rules {
  font-size: 1.275rem; }

.checkout__referral-link {
  margin: 1rem 0;
  color: #fff;
  background-color: #212121;
  border: none;
  padding: 1rem 2rem;
  border-radius: 0em;
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  min-width: 15rem;
  text-align: center; }
  .checkout__referral-link:hover {
    color: #fff;
    background-color: #555; }

.checkout__referral-link span[data-copied] {
  padding: 1rem 0;
  color: #212121; }

/* Order page
   -------------------------------------------------------------------------- */
.order-table__header {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  background-color: #0a0a0a; }

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

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

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

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

.order {
  color: #000;
  font-size: 1.2rem;
  background-color: #f4f5f6; }

.order__group-title {
  font-size: 1.2rem;
  font-weight: 600; }

.order__add {
  padding-right: 0; }

.order__add-button, .order__repeat-button {
  color: #fff;
  background-color: #212121;
  border: none;
  border-radius: 0;
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 1.2;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .order__add-button:hover, .order__repeat-button:hover {
    color: #fff;
    background-color: #555; }

.order__repeat-empty-basket {
  line-height: 2.4rem; }

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

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

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

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

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

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

/* 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: #212121;
  border: none;
  border-radius: 0;
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .credit-page__form__button:hover {
    color: #fff;
    background-color: #555; }

.credit-table__header {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  background-color: #0a0a0a; }

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

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

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

.credit-table td {
  font-size: 1.2rem;
  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: Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #555;
  opacity: 0.9; }

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

@media screen and (max-width: 52.5em) {
  .page_menu.page_improved .message_info {
    bottom: auto;
    top: 0;
    text-align: center;
    background-color: transparent; }
  .page_menu.page_improved .message_info .message__wrapper {
    display: inline-block;
    background-color: #555; } }
/* 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: Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #d9230b;
  opacity: 1; }

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

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

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

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

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

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

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

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

.index-slideshow-links__link {
  display: inline-block;
  min-width: 200px;
  margin: .5em .3em;
  box-sizing: border-box;
  color: #fff;
  background-color: #212121;
  border: none;
  padding: 1em 2em;
  border-radius: 0em;
  font-size: 1.5rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .index-slideshow-links__link:hover {
    color: #fff;
    background-color: #555; }

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

@media screen and (max-width: 52.5em) {
  .index-slideshow-links__link {
    border: 1px solid #212121; }

  .index-slideshow-links {
    position: static;
    margin-top: 1em; } }
/* Homepage: shop picker above the slideshow
   -------------------------------------------------------------------------- */
.index-locator {
  color: #000;
  background-color: #ddd; }

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

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

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

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

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

.index-locator__postcode-button {
  color: #fff;
  background-color: #000;
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .index-locator__postcode-button:hover {
    color: #fff;
    background-color: #555; }

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

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

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

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

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

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

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

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

.index-locator-restaurant__button {
  color: #fff;
  background-color: #000;
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .index-locator-restaurant__button:hover {
    color: #fff;
    background-color: #555; }

/* Homepage: connected customer
   -------------------------------------------------------------------------- */
.index-connected-customer {
  margin: 2rem 0; }

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 52.5em) {
  .index-connected-customer__content {
    min-height: 0; } }
/* Homepage: microblog - a series of short blocks (image + text)
   -------------------------------------------------------------------------- */
.index-microblog {
  margin-bottom: 5rem; }

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

.index-microblog__post {
  color: #000;
  background-color: #ddd;
  position: relative; }

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

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

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

.index-microblog__spacer {
  height: 4rem; }

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

.index-microblog__link {
  display: inline-block;
  color: #fff;
  background-color: #212121;
  border: none;
  padding: 1rem 2rem;
  border-radius: 0em;
  font-size: 1.5rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .index-microblog__link:hover {
    color: #fff;
    background-color: #555; }

/* Homepage: About us
   -------------------------------------------------------------------------- */
.index-about {
  margin-bottom: 5rem;
  color: #000; }

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

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

@media screen and (max-width: 40em) {
  .index-about__title {
    font-size: 2.5rem; } }
/* Homepage: newsletter signup form
   -------------------------------------------------------------------------- */
.index-newsletter {
  margin-bottom: 5rem;
  padding: 2rem 1rem;
  color: #fff;
  background-color: #474747; }

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

.index-newsletter__title {
  font-size: 1.9rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  margin-left: -300px;
  line-height: 36px; }

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

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

.index-newsletter__button {
  color: #fff;
  background-color: #212121;
  border: none;
  padding: 0;
  border-radius: 0em;
  font-size: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  margin-right: -120px;
  width: 115px;
  height: 36px;
  line-height: 36px; }
  .index-newsletter__button:hover {
    color: #fff;
    background-color: #555; }

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

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

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

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

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

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

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

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

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

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

.index-shop-list__header {
  margin-bottom: 3rem;
  text-align: center; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cyo__fieldset-title {
  font-size: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 700; }

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

.cyo-enum__text {
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  color: #212121;
  background-color: #ddd; }

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

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

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

.cyo-set__group-title {
  font-size: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #777;
  font-weight: 700; }

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

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

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

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

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

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

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

/* --------------------------------------------------------------------------
   LOCATOR
   (optional page)
   --------------------------------------------------------------------------
   Page which lets the user pick a restaurant based on his address.
   Functionality is similar to index shop picker, but on its own page.
   -------------------------------------------------------------------------- */
.locator {
  color: #212121;
  background-color: #efefef; }

.locator__title {
  font-size: 1.8rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2; }

.locator__methods {
  border: 1px solid #212121; }

.locator__method {
  font-size: 1.5rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #191919;
  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: #fff;
  background-color: #212121; }

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

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

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

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

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

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

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

.locator-search {
  width: 100%; }
  .locator-search__input {
    font-size: 1.7rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    height: 4rem;
    line-height: 4rem;
    border: 1px solid #c6c6c6;
    width: 100%;
    box-sizing: border-box;
    padding-left: 1rem;
    padding-right: 1rem; }
    .locator-search__input[data-locator-error] {
      background-color: #fbd6d2; }
  .locator-search__input::placeholder {
    color: #959598;
    font-size: 1.5rem; }

.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: #191919;
  font-size: 1.4rem; }

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

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

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

.locator-restaurant {
  background-color: #dadada; }

.locator-restaurant__name {
  font-size: 1.9rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #212121; }

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

.locator-restaurant__content-name {
  font-size: 1.9rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1; }

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

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

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

.locator-restaurant__button {
  color: #fff;
  background-color: #212121;
  border: none;
  padding: 0.5rem 2rem;
  border-radius: 0em;
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.9rem;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .locator-restaurant__button:hover {
    color: #fff;
    background-color: #555; }

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

/* --------------------------------------------------------------------------
   RESTAURANTS PAGE
   (optional page)
   -------------------------------------------------------------------------- */
.restaurants__button {
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  background-color: #212121; }

.restaurants-search__input-wrapper {
  border: 1px solid #c6c6c6; }

.restaurants-search__input {
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #000; }

.restaurants-search__input::placeholder {
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #888; }

.restaurants-search__buttons-wrapper:after {
  border-left-color: #212121; }

.restaurants-search__button {
  color: #212121;
  background-color: #fff; }

.restaurants-search__warning {
  color: #d9230b; }

.restaurant-summary {
  color: #212121;
  font-size: 1.4rem;
  line-height: 1.4;
  border-bottom-color: #ebebeb; }

.restaurant-summary:hover {
  color: #212121; }

.restaurant-summary__name {
  font-size: 1.8rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2; }

.restaurant-summary__distance {
  font-weight: bold; }

.restaurant-details {
  color: #212121;
  font-size: 1.4rem;
  line-height: 1.4; }

.restaurant-details__name {
  font-size: 1.8rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2; }

.restaurant-details__item_phone {
  color: #212121; }

.restaurant-details__item-icon {
  color: #888; }

.restaurant-details__order-button {
  color: #fff;
  background-color: #212121;
  border: none;
  padding: 1em 2em;
  border-radius: 0em;
  font-size: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700; }
  .restaurant-details__order-button:hover {
    color: #fff;
    background-color: #555; }

/* --------------------------------------------------------------------------
   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: Arial, Helvetica, sans-serif;
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.loyalty-table__header {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  background-color: #0a0a0a; }

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

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

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

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

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

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

/* LOGIN WITH PHONE NUMBER
   -------------------------------------------------------------------------- */
.phone-box {
  text-align: left; }
  .phone-box .checkout-row__group-item_warning {
    display: none; }
    .phone-box .checkout-row__group-item_warning.visible {
      display: block;
      line-height: 1.2;
      margin-top: .5rem;
      color: #ff0000; }
  .phone-box .checkout-row__group-item_info {
    display: block;
    line-height: 1.2;
    margin-top: .5rem; }
    .phone-box .checkout-row__group-item_info.hidden {
      display: none; }
  .phone-box .form-buttons__button {
    display: block;
    box-sizing: border-box;
    line-height: 3rem;
    height: 3rem;
    float: none;
    min-width: auto;
    max-width: 50%;
    padding: 0 1rem;
    margin: 1rem auto 0 0; }
    .phone-box .form-buttons__button.form-buttons__button_disabled {
      color: #000;
      background-color: #c3c3c3;
      cursor: default; }
    @media screen and (max-width: 40em) {
      .phone-box .form-buttons__button {
        max-width: 100%; } }
  .phone-box .phone-box__controls {
    margin-top: 2rem; }
    .phone-box .phone-box__controls .form-buttons__button {
      margin: 0 0 0 auto; }

.checkout-row__group-item_register-phone .checkout-row__field-text {
  display: block; }
.checkout-row__group-item_register-phone .checkout-row__group-label_checkbox {
  margin-top: .5rem;
  display: inline-block;
  vertical-align: top; }
.checkout-row__group-item_register-phone .form-buttons__button {
  display: block;
  box-sizing: border-box;
  line-height: 3rem;
  height: 3rem;
  float: none;
  min-width: auto;
  max-width: 50%;
  padding: 0 1rem;
  margin: 1rem auto 0 0; }
  .checkout-row__group-item_register-phone .form-buttons__button.form-buttons__button_disabled {
    color: #000;
    background-color: #c3c3c3;
    cursor: default; }
  @media screen and (max-width: 40em) {
    .checkout-row__group-item_register-phone .form-buttons__button {
      max-width: 100%; } }

.phone-box__group {
  display: block;
  margin-top: 1rem;
  width: 100%;
  font-size: 0; }
  .phone-box__group .checkout-row__label {
    margin-left: 0;
    font-size: 1.4rem;
    line-height: 2rem;
    padding-top: .5rem;
    width: auto;
    padding-right: 0; }
  .phone-box__group.phone-box__group_guest {
    text-align: left; }
  .phone-box__group .checkout-row__field-text,
  .phone-box__group .checkout-row__group-item .checkout-row__field-text {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    max-width: 15rem;
    margin-left: 1rem;
    text-align: center;
    border: solid 1px;
    height: 3rem;
    line-height: 2.8rem; }
    @media screen and (max-width: 40em) {
      .phone-box__group .checkout-row__field-text,
      .phone-box__group .checkout-row__group-item .checkout-row__field-text {
        margin-left: 0; } }
    @media screen and (max-width: 21.25em) {
      .phone-box__group .checkout-row__field-text,
      .phone-box__group .checkout-row__group-item .checkout-row__field-text {
        max-width: 12rem; } }

.phone-box__set {
  display: block;
  font-size: 0; }
  .phone-box__set .phone-box__dial-code {
    display: inline-block;
    vertical-align: top;
    width: 4rem;
    box-sizing: border-box;
    border: solid 1px #b0afaf;
    margin-right: 1rem; }
    .phone-box__set .phone-box__dial-code ~ .checkout-row__field-text {
      display: inline-block;
      vertical-align: top;
      width: calc(100% - 16rem); }

.checkout__fieldset_guest-checkout .form-buttons__button {
  display: block;
  box-sizing: border-box;
  line-height: 3rem;
  height: 3rem;
  float: none;
  min-width: auto;
  max-width: 50%;
  padding: 0 1rem;
  margin: 1rem auto 0 0; }

.checkout-status {
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  line-height: normal;
  padding: 0.3em 0; }

/* Basket surcharges */
.basket__surcharges-total {
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between; }
  .basket__surcharges-total:before, .basket__surcharges-total:after {
    display: none; }
.basket__surcharges-contents {
  width: 100%;
  display: block; }

/* SURCHARGES */
.surcharges__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%; }
.surcharges__title {
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 700;
  line-height: 2rem;
  width: calc(100% - 12rem); }
.surcharges__details {
  width: 12rem;
  display: flex;
  justify-content: space-between; }
  .surcharges__details_single {
    justify-content: flex-end; }
    .surcharges__details_single .surcharges__amount {
      margin: 0; }
.surcharges__amount, .surcharges__input {
  font-size: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 400;
  line-height: 1.8rem;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 .5rem;
  border: solid .1rem #212121;
  margin: 0 .5rem; }
  .surcharges__amount.hidden, .surcharges__input.hidden {
    display: none; }
.surcharges__input {
  width: 6rem;
  padding: 0 0 0 .5rem; }
.surcharges__button_minus: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: ""; }
.surcharges__button_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: 0em;
  margin-left: 0em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }
.surcharges__button {
  width: 2rem;
  height: 2rem;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent; }
  .surcharges__button:before {
    border: solid .1rem #212121;
    color: #212121;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2rem;
    border: none; }
  .surcharges__button:hover {
    cursor: pointer; }
.surcharges__description {
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 400;
  line-height: 2rem;
  text-align: center;
  margin-top: 1rem; }
.surcharges__message {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 400;
  line-height: 2rem;
  font-style: italic;
  margin-top: 1rem; }
.surcharges.hidden {
  display: none; }

.surcharges-total {
  margin-bottom: 0; }
  .surcharges-total__title, .surcharges-total__amount {
    font-size: 1.6rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #212121;
    font-weight: 700;
    line-height: 3rem; }

/* Surcharges trigger */
.surcharges-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem; }
  .surcharges-trigger.hidden {
    display: none; }
  .surcharges-trigger__label {
    font-size: 1.4rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #212121;
    font-weight: 700;
    flex-grow: 1;
    line-height: 2rem;
    margin-bottom: 0; }
  .surcharges-trigger__button {
    float: none;
    flex-shrink: 0;
    color: #fff;
    background-color: #212121;
    border: none;
    padding: 0;
    border-radius: 0em;
    font-size: 1.4rem;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease;
    min-width: 8rem;
    text-align: center;
    line-height: 2rem; }
    .surcharges-trigger__button:hover {
      color: #fff;
      background-color: #555; }
    .surcharges-trigger__button .hidden {
      display: none; }
    .surcharges-trigger__button:hover {
      cursor: pointer; }

/* --------------------------------------------------------------------------
   ORDER TRACKING
   -------------------------------------------------------------------------- */
.order-tracking__row {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  background-color: #fafafa;
  border-radius: .4rem;
  box-sizing: border-box;
  padding: 2rem; }

.accordion {
  display: flex;
  flex-direction: column;
  gap: 2rem; }
  .accordion__panel {
    background-color: #fafafa;
    border-radius: .4rem; }
  .accordion__header {
    box-sizing: border-box;
    padding: 2rem;
    margin-bottom: 0;
    background-color: transparent;
    transition: all .4s ease;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    gap: 2rem; }
    .accordion__header:hover {
      cursor: pointer; }
  .accordion__contents {
    padding: 0 2rem 3rem;
    box-sizing: border-box; }
  .accordion__panel[open] .accordion__header {
    margin-bottom: 2rem;
    background-color: #fff; }

.order-delivery-time {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem; }
  .order-delivery-time__range {
    font-size: 4rem;
    font-weight: 700;
    line-height: 4.4rem;
    text-transform: uppercase;
    text-align: center;
    color: #212121; }

.status-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem auto;
  gap: 2rem; }
  .status-indicator__image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem; }
  .status-indicator__image {
    max-width: 25rem; }

.steps-controller {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 34rem; }
  .steps-controller:after {
    content: '';
    display: block;
    width: 98%;
    height: .3rem;
    background-color: #d9d9d9;
    position: absolute;
    left: 1%;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 0; }
  .steps-controller__step {
    width: 4rem;
    height: 4rem;
    border: solid 5px #fafafa;
    border-radius: 50%;
    background-color: #d9d9d9;
    position: relative;
    z-index: 1;
    position: relative; }
    .steps-controller__step:before {
      width: 12px;
      height: 12px;
      content: '';
      display: block;
      border-radius: 50%;
      background-color: #d9d9d9;
      border: solid 9px #fafafa;
      position: absolute;
      margin: 5px;
      z-index: 2; }
    .steps-controller__step_active {
      background-color: #15a238; }
      .steps-controller__step_active:before {
        background-color: #15a238; }
    .steps-controller__step_delay {
      background-color: #ff332e; }
      .steps-controller__step_delay:before {
        background-color: #ff332e; }

/* --------------------------------------------------------------------------
   DELIVERY POINTS
   -------------------------------------------------------------------------- */
.index-locator_delivery-points {
  width: 100%;
  max-width: 48rem; }
  .index-locator_delivery-points .index-locator__wrapper {
    width: 100%; }
.index-locator_google .locator__title {
  padding-top: 1.5rem; }

.info-carousel {
  position: relative;
  width: 100%;
  max-width: 60rem;
  margin: auto;
  overflow: hidden;
  border: solid .2rem #212121;
  border-radius: 2.5rem;
  /* case when we have 2 slides */
  /* case when we have 3 slides */ }
  .info-carousel__slider {
    display: flex;
    align-items: center;
    min-height: 10rem;
    width: 100%; }
  .info-carousel__slide {
    flex: 1 0 100%;
    box-sizing: border-box;
    box-sizing: border-box;
    padding: 2rem;
    text-align: center; }
  .info-carousel__slider:has(.info-carousel__slide:nth-child(2):not(.info-carousel__slide_clone)) {
    width: 200%;
    /* Adjust duration according to the number of slides and speed */
    animation: slideDouble 9s infinite; }
    .info-carousel__slider:has(.info-carousel__slide:nth-child(2):not(.info-carousel__slide_clone)) .info-carousel__slide {
      flex: 1 0 50%; }
  .info-carousel__slider:has(.info-carousel__slide:nth-child(3):not(.info-carousel__slide_clone)) {
    width: 300%;
    /* Adjust duration according to the number of slides and speed */
    animation: slideTriple 18s infinite; }
    .info-carousel__slider:has(.info-carousel__slide:nth-child(3):not(.info-carousel__slide_clone)) .info-carousel__slide {
      flex: 1 0 calc(100% / 3); }
  .info-carousel__text {
    display: block;
    max-width: 100%; }

@keyframes slideDouble {
  0% {
    transform: translateX(0%); }
  22.5% {
    transform: translateX(0%); }
  27.5% {
    transform: translateX(-50%); }
  72.5% {
    transform: translateX(-50%); }
  77.5% {
    transform: translateX(-100%); }
  99.99% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0%); } }
@keyframes slideTriple {
  0% {
    transform: translateX(0%); }
  14.665% {
    transform: translateX(0%); }
  18.665% {
    transform: translateX(-33.33%); }
  47.995% {
    transform: translateX(-33.33%); }
  51.995% {
    transform: translateX(-66.66%); }
  81.325% {
    transform: translateX(-66.66%); }
  85.325% {
    transform: translateX(-100%); }
  99.99% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0%); } }
.order-info__row {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem; }
.order-info__text, .order-info__link {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400; }
.order-info__link {
  color: #212121;
  text-decoration: none;
  text-transform: uppercase; }
  .order-info__link:hover {
    text-decoration: underline; }
.order-info__feedback {
  display: none; }
.order-info_completed .order-info__timer,
.order-info_completed .order-info__promo,
.order-info_completed .order-info__references {
  display: none; }

.locator__methods_delivery-points,
.index-locator__methods_delivery-points {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center; }
  .locator__methods_delivery-points:before, .locator__methods_delivery-points:after,
  .index-locator__methods_delivery-points:before,
  .index-locator__methods_delivery-points:after {
    display: none; }
  .locator__methods_delivery-points .order-info__feedback,
  .index-locator__methods_delivery-points .order-info__feedback {
    display: flex; }
  .locator__methods_delivery-points .locator__method,
  .locator__methods_delivery-points .index-locator__method,
  .index-locator__methods_delivery-points .locator__method,
  .index-locator__methods_delivery-points .index-locator__method {
    width: 100%;
    flex-grow: 1; }
    .locator__methods_delivery-points .locator__method ~ .locator__method,
    .locator__methods_delivery-points .locator__method ~ .index-locator__method,
    .locator__methods_delivery-points .index-locator__method ~ .locator__method,
    .locator__methods_delivery-points .index-locator__method ~ .index-locator__method,
    .index-locator__methods_delivery-points .locator__method ~ .locator__method,
    .index-locator__methods_delivery-points .locator__method ~ .index-locator__method,
    .index-locator__methods_delivery-points .index-locator__method ~ .locator__method,
    .index-locator__methods_delivery-points .index-locator__method ~ .index-locator__method {
      border-left: solid 1px #212121; }
  @media screen and (max-width: 30em) {
    .locator__methods_delivery-points .locator__method-name,
    .locator__methods_delivery-points .index-locator__method-name,
    .index-locator__methods_delivery-points .locator__method-name,
    .index-locator__methods_delivery-points .index-locator__method-name {
      white-space: nowrap;
      font-size: 1.4rem; } }

.order-tip {
  display: flex;
  max-width: 34rem;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

.header__tracking-menu {
  float: right; }
  @media screen and (max-width: 52.5em) {
    .header__tracking-menu {
      display: none; } }

.order__follow-button {
  color: #fff;
  background-color: #212121;
  border: none;
  border-radius: 0;
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 1.2;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  cursor: pointer;
  text-decoration: none;
  padding: .5rem 1rem;
  box-sizing: border-box;
  display: inline-flex; }
  .order__follow-button:hover {
    color: #fff;
    background-color: #555; }

.order-feedback {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center; }

.feedback-rate {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem; }

/* TO REMOVE: temporarily usage to display static version */
[data-locator-selected-method="delivery-points"] .locator__restaurants,
[data-locator-selected-method="delivery-points"] .index-locator__restaurants {
  display: none !important; }

/* TO REMOVE: temporarily usage to display static version */
.locator__delivery-points {
  display: none; }

[data-locator-selected-method="delivery-points"] .locator__delivery-points {
  display: flex !important;
  width: 100%;
  flex-direction: column;
  gap: 1rem; }

.delivery-points__container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow-y: auto;
  max-height: 12rem; }
  .delivery-points__container_disabled {
    pointer-events: none;
    opacity: .5; }

.delivery-point {
  background-color: #dadada;
  padding: 0; }
  .delivery-point__button {
    color: #fff;
    background-color: #000;
    border: none;
    padding: 1rem 1.5rem;
    border-radius: 0;
    font-size: 1.5rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 2rem;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease;
    text-align: center;
    box-sizing: border-box;
    display: block;
    width: 100%; }
    .delivery-point__button:hover {
      color: #fff;
      background-color: #555; }

/* Datepicker */
.ui-datepicker {
  background-color: #f5f5f5;
  border-color: #212121;
  color: #212121; }
  .ui-datepicker-header {
    border-color: #212121;
    background-color: #212121; }
  .ui-datepicker .ui-state-default {
    color: #0d0d0d;
    background-color: #fff;
    border-color: #212121;
    border-radius: .4rem;
    transition: all .3s ease; }
  .ui-datepicker .ui-state-hover,
  .ui-datepicker .ui-state-active,
  .ui-datepicker .ui-state-highlight,
  .ui-datepicker .ui-state-active:not(.ui-state-hover) {
    color: #fff;
    background-color: #212121;
    border-color: #212121; }
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    text-indent: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color, border-color, background-color .3s ease;
    top: 50%;
    transform: translate(0, -50%);
    color: #fff;
    border: solid 1px #212121;
    background-color: #212121; }
    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
      display: none; }
    .ui-datepicker .ui-datepicker-prev:before,
    .ui-datepicker .ui-datepicker-next:before {
      display: block;
      width: 100%;
      color: #fff; }
    .ui-datepicker .ui-datepicker-prev.ui-state-hover:not(.ui-state-disabled),
    .ui-datepicker .ui-datepicker-next.ui-state-hover:not(.ui-state-disabled) {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.4);
      border-color: rgba(255, 255, 255, 0.4);
      cursor: pointer; }
      .ui-datepicker .ui-datepicker-prev.ui-state-hover:not(.ui-state-disabled):before,
      .ui-datepicker .ui-datepicker-next.ui-state-hover:not(.ui-state-disabled):before {
        color: #fff; }
  .ui-datepicker .ui-datepicker-prev: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: ""; }
  .ui-datepicker .ui-datepicker-prev.ui-state-hover:not(.ui-state-disabled) {
    left: 2px; }
  .ui-datepicker .ui-datepicker-next: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: ""; }
  .ui-datepicker .ui-datepicker-next.ui-state-hover {
    right: 2px; }

/* Index bottom locator feature */
.index-locator__container_bottom {
  padding-right: 0;
  display: flex;
  flex-direction: column-reverse;
  gap: 3rem 0;
  width: 100%; }
  .index-locator__container_bottom .index-locator {
    position: relative;
    width: 100%;
    padding: 2rem;
    box-sizing: border-box;
    max-width: 100%; }
    .index-locator__container_bottom .index-locator_delivery-points .index-locator__wrapper {
      width: 52rem; }
    .index-locator__container_bottom .index-locator__wrapper {
      padding: 0;
      position: relative;
      width: 44rem; }
    .index-locator__container_bottom .index-locator__title {
      box-sizing: border-box;
      padding: 0;
      background-color: transparent;
      margin-bottom: 1rem;
      color: inherit; }
    .index-locator__container_bottom .index-locator__methods {
      display: flex;
      justify-content: center;
      gap: 1rem;
      margin: 0 auto 1rem;
      border: none; }
      .index-locator__container_bottom .index-locator__methods_delivery-points .locator__method_delivery-points,
      .index-locator__container_bottom .index-locator__methods_delivery-points .index-locator__method {
        border-left: none; }
      @media screen and (max-width: 33.75em) {
        .index-locator__container_bottom .index-locator__methods_delivery-points {
          flex-direction: column; } }
      @media screen and (max-width: 23.75em) {
        .index-locator__container_bottom .index-locator__methods {
          flex-direction: column; } }
      .index-locator__container_bottom .index-locator__methods:before, .index-locator__container_bottom .index-locator__methods:after {
        display: none; }
    .index-locator__container_bottom .index-locator__method:has(input[data-google-locator-method="delivery"]) .index-locator__method-name:before, .index-locator__container_bottom .index-locator__method:has(input[data-locator-method="delivery"]) .index-locator__method-name: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: ""; }
    .index-locator__container_bottom .index-locator__method:has(input[data-google-locator-method="delivery"]) .index-locator__method-name:before, .index-locator__container_bottom .index-locator__method:has(input[data-locator-method="delivery"]) .index-locator__method-name:before {
      display: flex; }
    .index-locator__container_bottom .index-locator__method:has(input[data-google-locator-method="collection"]) .index-locator__method-name:before, .index-locator__container_bottom .index-locator__method:has(input[data-locator-method="collection"]) .index-locator__method-name: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: ""; }
    .index-locator__container_bottom .index-locator__method:has(input[data-google-locator-method="collection"]) .index-locator__method-name:before, .index-locator__container_bottom .index-locator__method:has(input[data-locator-method="collection"]) .index-locator__method-name:before {
      display: flex; }
    .index-locator__container_bottom .index-locator__method .index-locator__method-name {
      display: block;
      width: 100%;
      cursor: pointer;
      box-sizing: border-box;
      padding: 0 .6rem 0 4.6rem;
      position: relative; }
      .index-locator__container_bottom .index-locator__method .index-locator__method-name:before {
        width: 4.5rem;
        height: 4rem;
        font-size: 2rem;
        border-right: 1px solid;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0; }
      @media screen and (max-width: 23.75em) {
        .index-locator__container_bottom .index-locator__method .index-locator__method-name {
          padding: 0 1rem 0 4.6rem; } }
    @media screen and (max-width: 23.75em) {
      .index-locator__container_bottom .index-locator__method {
        width: 100%; } }
    .index-locator__container_bottom .index-locator input[name=delivery_method] {
      position: absolute;
      margin: 0;
      opacity: 0; }
    .index-locator__container_bottom .index-locator__postcode-button {
      display: none; }
    .index-locator__container_bottom .index-locator__postcode-input:not(:placeholder-shown) ~ .index-locator__postcode-button {
      display: block; }
    .index-locator__container_bottom .index-locator__restaurants {
      margin-top: 0;
      max-height: 24rem;
      overflow: hidden;
      overflow-y: auto; }
    .index-locator__container_bottom .index-locator-restaurant {
      margin-top: 0; }
      + .index-locator__container_bottom .index-locator-restaurant-restaurant {
        margin-top: 1rem; }
    .index-locator__container_bottom .index-locator__postcode-selected {
      text-align: center; }

/* --------------------------------------------------------------------------
   MARKETPLACE
   -------------------------------------------------------------------------- */
/****************************************
  Marketplace page
****************************************/
.marketplace__search-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%; }
  .marketplace__search-wrapper:before {
    display: table;
    content: ""; }
  .marketplace__search-wrapper:after {
    display: table;
    content: "";
    clear: both; }
.marketplace__locator-warning {
  padding: 3rem 0;
  font-size: 2rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #f00;
  font-weight: 400;
  text-align: center; }
.marketplace__search-filters {
  background-color: #fff; }
.marketplace__no-shops {
  padding: 3rem 0;
  text-align: center;
  font-size: 2rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase; }
.marketplace__offcanvas-header {
  padding: 1rem;
  background-color: #212121;
  overflow: hidden; }
.marketplace__offcanvas-close-button {
  display: block;
  float: left;
  width: 3.5rem;
  height: 3.2rem;
  color: #fff;
  text-align: center;
  background-color: inherit;
  border: none;
  cursor: pointer; }
.marketplace__offcanvas-close-icon {
  font-size: 2.5rem; }
  .marketplace__offcanvas-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: ""; }

/****************************************
  Marketplace locator
****************************************/
.marketplace-locator__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
  text-align: center; }
  .marketplace-locator__wrapper:before {
    display: table;
    content: ""; }
  .marketplace-locator__wrapper:after {
    display: table;
    content: "";
    clear: both; }
.marketplace-locator__header-title {
  font-size: 1.8rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 600;
  text-transform: uppercase; }
.marketplace-locator__header-description {
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 400;
  text-transform: uppercase; }
.marketplace-locator__postcode-input-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
  max-width: 400px; }
  .marketplace-locator__postcode-input-wrapper:before {
    display: table;
    content: ""; }
  .marketplace-locator__postcode-input-wrapper:after {
    display: table;
    content: "";
    clear: both; }
.marketplace-locator__postcode-input {
  padding: 1rem 1rem;
  width: 100%;
  font-size: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  border: 1px solid #212121;
  border-radius: 0.5rem;
  box-sizing: border-box; }
.marketplace-locator__postcode-warning {
  font-size: 1.3rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #f00; }

/****************************************
  Marketplace categories (carousel)
****************************************/
.marketplace-categories {
  margin-top: 2rem; }
.marketplace-categories__wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
  padding: 0 3rem;
  box-sizing: border-box; }
  .marketplace-categories__wrapper:before {
    display: table;
    content: ""; }
  .marketplace-categories__wrapper:after {
    display: table;
    content: "";
    clear: both; }
.marketplace-categories__list-wrapper {
  height: 10rem; }
.marketplace-categories__item {
  margin: 0 .5rem;
  width: 20rem;
  height: 10rem;
  font-size: 0;
  overflow: hidden;
  cursor: pointer; }
.marketplace-categories__item-image {
  width: 100%;
  height: 10rem;
  border-radius: 1rem;
  box-sizing: border-box; }
.selected .marketplace-categories__item-image {
  border: 0.2rem solid #f00; }
.marketplace-categories__item-name {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem;
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff; }
.marketplace-categories__navigation-link {
  display: block;
  position: absolute;
  top: 0;
  z-index: 10;
  width: 3rem;
  height: 10rem;
  line-height: 10rem;
  font-size: 2rem;
  text-align: center;
  text-decoration: none;
  background-color: #efefef; }
.marketplace-categories__navigation-link_prev {
  left: 0;
  border-radius: 1rem 0 0 1rem; }
.marketplace-categories__navigation-link_next {
  right: 0;
  border-radius: 0 1rem 1rem 0; }
.marketplace-categories__icon-prev: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: ""; }
.marketplace-categories__icon-next: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.5em) {
  .marketplace-categories__wrapper {
    padding: 0; }
  .marketplace-categories__navigation {
    display: flex;
    justify-content: center;
    margin-top: 1rem; }
  .marketplace-categories__navigation-link {
    position: static;
    margin: 0 1rem;
    height: 3rem;
    line-height: 3rem;
    width: 3rem;
    border-radius: 0; } }

/****************************************
  Marketplace categories filter
****************************************/
.marketplace-categories-filter {
  margin: 3rem 0 0; }
.marketplace-categories-filter__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
  text-align: center; }
  .marketplace-categories-filter__wrapper:before {
    display: table;
    content: ""; }
  .marketplace-categories-filter__wrapper:after {
    display: table;
    content: "";
    clear: both; }
.marketplace-categories-filter__item {
  display: inline-block;
  margin: 0 0 .3rem;
  cursor: pointer; }
.marketplace-categories-filter__item-name {
  display: block;
  padding: 0 2rem;
  line-height: 3rem;
  font-size: 1.3rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box; }
.selected .marketplace-categories-filter__item-name {
  color: #fff;
  background-color: #212121;
  border-color: #212121; }

/****************************************
  Marketplace filter
****************************************/
.marketplace-filters__header {
  margin-bottom: 2rem; }
.marketplace-filters__header-title {
  margin: 0;
  font-size: 5.7rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  line-height: 1; }
.marketplace-filters__header-description {
  font-size: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2; }
.marketplace-filters__criteria + .marketplace-filters__criteria {
  margin-top: 3rem; }
@media screen and (max-width: 52.5em) {
  .marketplace-filters {
    padding: 1rem; }
  .marketplace-filters__header {
    margin-bottom: 1.5rem; }
  .marketplace-filters__header-title {
    font-size: 3rem; }
  .marketplace-filters__criteria + .marketplace-filters__criteria {
    margin-top: 2.3rem; } }

.marketplace-criteria {
  color: #1c2027; }
.marketplace-criteria__title {
  margin: 0 0 1.5rem;
  font-size: 2rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1; }
@media screen and (max-width: 52.5em) {
  .marketplace-criteria__title {
    font-size: 1.6rem;
    font-weight: 500; } }
.marketplace-criteria__list_filter-display-column .marketplace-criteria__item {
  margin-bottom: .5rem;
  line-height: 1.4; }
.marketplace-criteria__list_filter-display-column .marketplace-criteria__item-label {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer; }
.marketplace-criteria__list_filter-display-column .marketplace-criteria__item-input {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0;
  clip: rect(0, 0, 0, 0); }
.marketplace-criteria__list_filter-display-column .marketplace-criteria__item-name {
  position: relative;
  display: block; }
.marketplace-criteria__list_filter-display-column .marketplace-criteria__item-name:before, .marketplace-criteria__list_filter-display-column .marketplace-criteria__item-name:after {
  content: "";
  display: block;
  position: absolute;
  left: -25px;
  top: 0;
  width: 16px;
  height: 16px;
  box-sizing: border-box; }
.marketplace-criteria__list_filter-display-column .marketplace-criteria__item-name:before {
  width: 16px;
  height: 16px; }
.marketplace-criteria__list_filter-display-column .marketplace-criteria__item-name:after {
  display: none;
  margin: 4px;
  width: 8px;
  height: 8px; }
.marketplace-criteria__list_filter-display-column .marketplace-criteria__item-input:checked ~ .marketplace-criteria__item-name:after {
  display: block; }
.marketplace-criteria__list_filter-display-column .marketplace-criteria__item-name:before {
  background-color: #fff;
  border: 1px solid #000; }
.marketplace-criteria__list_filter-display-column .marketplace-criteria__item-name:after {
  background-color: #000; }
.marketplace-criteria__list_filter-display-column .marketplace-criteria__item-input[type='checkbox'] ~ .marketplace-criteria__item-name:before {
  border-radius: 0; }
.marketplace-criteria__list_filter-display-column .marketplace-criteria__item-input[type='radio'] ~ .marketplace-criteria__item-name:before, .marketplace-criteria__list_filter-display-column .marketplace-criteria__item-input[type='radio'] ~ .marketplace-criteria__item-name:after {
  border-radius: 50%; }
.marketplace-criteria__list_filter-display-row .marketplace-criteria__item {
  display: inline-block;
  vertical-align: top;
  position: relative; }
.marketplace-criteria__list_filter-display-row .marketplace-criteria__item-input {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0;
  clip: rect(0, 0, 0, 0); }
.marketplace-criteria__list_filter-display-row .marketplace-criteria__item {
  margin-bottom: .3rem; }
.marketplace-criteria__list_filter-display-row .marketplace-criteria__item-name {
  display: block;
  position: relative;
  line-height: 3.5rem;
  padding: 0 2rem;
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #a4a3a3;
  font-weight: 600;
  white-space: nowrap;
  background-color: #f2f2f2;
  border: 2px solid #e2e2e2;
  box-sizing: border-box; }
.marketplace-criteria__list_filter-display-row .marketplace-criteria__price-range-rest {
  opacity: .3; }
.marketplace-criteria__list_filter-display-row .marketplace-criteria__item-input:checked ~ .marketplace-criteria__item-name {
  color: #1f1f1f;
  background-color: #fafafa;
  border: 2px solid #212121; }

/****************************************
  Marketplace shops refine
****************************************/
.marketplace-shops-refine {
  margin-bottom: 2rem;
  color: #212121; }
.marketplace-shops-refine__free, .marketplace-shops-refine__sort {
  margin-bottom: .5rem; }
.marketplace-shops-refine__free-label, .marketplace-shops-refine__sort-label, .marketplace-shops-refine__change_address_label {
  margin-right: 1rem;
  min-width: 5rem;
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif; }
.marketplace-shops-refine__free-input {
  padding: 0 .5rem;
  height: 32px;
  max-width: 15rem;
  border: 1px solid #dbdbdb;
  box-sizing: border-box; }
.marketplace-shops-refine__free-button {
  padding: 0;
  width: 60px;
  height: 32px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-left: none;
  cursor: pointer;
  box-sizing: border-box; }
.marketplace-shops-refine__free-icon {
  font-size: 1.7rem; }
  .marketplace-shops-refine__free-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: ""; }
.marketplace-shops-refine__filter-button {
  padding: 0 1.5rem;
  height: 32px;
  color: #fff;
  background-color: #212121;
  border: none;
  cursor: pointer; }
.marketplace-shops-refine__filter-icon {
  display: inline-block;
  font-size: 2rem; }
  .marketplace-shops-refine__filter-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: ""; }
.marketplace-shops-refine__filter-icon::before {
  line-height: 30px; }

/****************************************
  Marketplace shop
****************************************/
.marketplace-shop {
  padding: 1rem;
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  background-color: #eaeaea; }
.marketplace-shop__image-container {
  margin-bottom: 1.5rem; }
.marketplace-shop__image {
  display: block;
  width: 100%; }
.marketplace-shop__shop-time {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: .5rem 1rem;
  font-size: 1.3rem;
  background-color: #fff; }
.marketplace-shop__name {
  font-size: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.2; }
.marketplace-shop__description {
  margin-top: 1rem;
  line-height: 1.4; }
.marketplace-shop__promo {
  position: relative;
  float: right;
  margin-left: 1rem;
  padding: 0 1.7rem 0 1rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.1rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #9f9f9f;
  overflow: hidden; }
.marketplace-shop__promo:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -1.5rem;
  width: 2rem;
  height: 2rem;
  background-color: #eaeaea;
  transform: rotate(45deg); }
.marketplace-shop__footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  color: #212121;
  font-size: 1.2rem;
  font-weight: 500; }
.marketplace-shop__price, .marketplace-shop__location {
  margin-right: 2rem; }
.marketplace-shop__price {
  padding: 0 1rem;
  font-size: 1.3rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  line-height: 2.6rem;
  background-color: #fff;
  border: 1px solid #212121; }
.marketplace-shop__price-range-rest {
  opacity: .3; }
.marketplace-shop__location {
  display: flex;
  align-items: center;
  line-height: 2.8rem; }
.marketplace-shop__location-icon {
  margin-right: .3rem;
  color: #949494;
  font-size: 2rem; }
  .marketplace-shop__location-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: ""; }
.marketplace-shop__order {
  display: flex;
  align-items: center;
  line-height: 2.8rem; }
.marketplace-shop__order-icon {
  margin-right: .3rem;
  color: #949494;
  font-size: 2rem; }
  .marketplace-shop__order-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: ""; }

/* DEFAULT LIGHT THEME */
/* PAGE, BODY */
/* HEADER */
/* FOOTER */
/* BUTTONS */
/* ORDER ONLINE BUTTON ON HOMEPAGE */
/* TOP MESSAGES */
/* HORIZONTAL NAVIGATION */
/* LEFT HAND SIDE NAVIGATION */
/* PRODUCT */
/* CUSTOMIZATION POPUP */
/* BASKET */
/* MOBILE MENU */
/* ICONS */
/* CHECKOUT */
/* TABLES */
/* FORMS */
/* END OF DEFAULT LIGHT THEME */
/***********************************************************************************************************************************************************/
/* LIGHT CORNFLOWER BLUE THEME (Blue, White, Light blue) */
/* LIGHT SPRING GRASS THEME (Green, Dark green, White) */
/* LIGHT ROYAL OLIVES THEME (Yellow/Gold, Dark Gray/Black, White) */
/* LIGHT HOT PEPPER THEME (Red, Dark Gray/Black, Light Pink) */
/* DARK BLACK OLIVE THEME (Green, Black, White, Grey) */
/* PAGE, BODY */
/* HEADER */
/* FOOTER */
/* BUTTONS */
/* ORDER ONLINE BUTTON ON HOMEPAGE */
/* TOP MESSAGES */
/* HORIZONTAL NAVIGATION */
/* LEFT HAND SIDE NAVIGATION */
/* PRODUCT */
/* CUSTOMIZATION POPUP */
/* BASKET */
/* MOBILE MENU */
/* ICONS */
/* CHECKOUT */
/* TABLES */
/* FORMS */
/* DARK BLACK COAL THEME (Red, Grey, White) */
/* DARK ATLANTIC LAKE THEME (Blue, Grey, White) */
/* DARK EMERALD STONE THEME (Green, Dark Grey/Black, White) */
/* DARK MIDNIGHT EMBER THEME (Orange, Green, Black, Grey) */
/* DARK ELECTRIC TWILIGHT THEME (Blue, Orange, Dark tones, White) */
/* LIGHT SKYLINE GLOW THEME (Blue, Yellow, White, Grey) */
/* LIGHT AUTUMN EMBER THEME (Brown/Beige, White, Dark Green, Dark Gray) */
/* DARK VERDANT NIGHT THEME (Green, Dark Gray, White) */
/* LIGHT EVERGREEN BLOSSOM THEME (Green, Light green, White) */
/* DARK MIDNIGHT MINT THEME (Turquoise Green, Dark Gray, White, Black) */
/* LIGHT FRESH POP THEME (Green, Black, White, Red) */
/* LIGHT GOLDEN GROVE THEME (Dark Green, Light Yellow, Light Gray, Dark Brown/Black, White) */
/* DARK CITRUS PHANTOM THEME (Black, White, Orange) */
/* LIGHT PUMPKIN SPICE THEME (Orange, Grey, White, Black) */
/* DARK URBAN PULSE THEME (Orange, Blue, Grey) */
/* LIGHT OCEAN BREEZE THEME (Blue, Orange, White) */
/* DARK VINTAGE CHARM THEME (Red, Violet, White) */
/* DARK SCARLET ECLIPSE THEME (Black, Red, White) */
/* LIGHT FLAME BLOOM THEME (Red, Black, White) */
/* DARK VERDANT BLAZE THEME (Red, Green, White, Black) */
/* LIGHT BURGUNDY MIST THEME (Red, Green, White) */
/* LIGHT SAFFRON SHADE THEME (Red, Yellow, Green, White) */
/* DARK GARNET ASH THEME (Red, Black, White) */
/* LIGHT CRIMSON STONE THEME (Red, Grey, White) */
/* DARK SEARING SUNSET THEME (Red, Orange, Dark Gray/Black) */
/* LIGHT COPPER DAWN THEME (Red, Orange, Light grey, White) */
/* DARK OBSIDIAN ECHO THEME (Yellow, Black, Grey) */
/* PREDEFINED FONTS LIST */
/* DEFAULT SETTINGS */
/* END OF DEFAULT SETTINGS */
/* CUSTOM SETTINGS */
/* END OF CUSTOM SETTINGS */
/*  Extended reset
    -------------------------------------------------------------------------- */
* {
  box-sizing: border-box; }

.account-navigation:before, .account-navigation:after, .account-navigation__list:before, .account-navigation__list:after, .basket__header:before, .basket__header:after, .basket__delivery:before, .basket__delivery:after, .basket__time:before, .basket__time:after, .basket__coupon-form-wrapper:before, .basket__coupon-form-wrapper:after, .basket__button-link:before, .basket__button-link:after, .basket__footer-row:before, .basket__footer-row:after,
.basket-deal__header:before,
.basket-deal__header:after, .basket-deal__item-title:before, .basket-deal__item-title:after, .basket-deal__item-option:before, .basket-deal__item-option:after, .basket-item__title:before, .basket-item__title:after, .basket-item__option:before, .basket-item__option:after, .card-entry__row:before, .card-entry__row:after, .card-entry__saved-card:before, .card-entry__saved-card:after, .category__description:before, .category__description:after,
.category__products:before,
.category__products:after, .category-navigation:before, .category-navigation:after, .category-navigation__list:before, .category-navigation__list:after, .checkout-loyalty:before, .checkout-loyalty:after, .checkout-navigation:before, .checkout-navigation:after, .checkout-navigation__list:before, .checkout-navigation__list:after, .checkout-row:before, .checkout-row:after, .checkout-variant__select:before, .checkout-variant__select:after,
.checkout-variant__select-set:before,
.checkout-variant__select-set:after, .content:before, .content:after, .deal-wizard-navigation__wrapper:before, .deal-wizard-navigation__wrapper:after, .form-buttons:before, .form-buttons:after, .grouped-skus__part:before, .grouped-skus__part:after, .grouped-skus__list:before, .grouped-skus__list:after, .hh-side__product:before, .hh-side__product:after, .index-connected-customer__items:before, .index-connected-customer__items:after,
.index-locator__methods:before,
.index-locator__methods:after, .index-locator-restaurant__header:before, .index-locator-restaurant__header:after, .index-microblog__wrapper:before, .index-microblog__wrapper:after, .index-newsletter__fieldset:before, .index-newsletter__fieldset:after, .index-shop-list__header:before, .index-shop-list__header:after, .index-shop-list__shops:before, .index-shop-list__shops:after, .locator__methods:before, .locator__methods:after,
.locator__postcode-input-wrapper:before,
.locator__postcode-input-wrapper:after, .locator-restaurant__header:before, .locator-restaurant__header:after, .locator-restaurant__content-header:before, .locator-restaurant__content-header:after, .mobile-basket-button .mobile-basket-button__items:before, .mobile-basket-button .mobile-basket-button__items:after, .mobile-menu__header:before, .mobile-menu__header:after,
.order__group_columns:before,
.order__group_columns:after, .order-row__header:before, .order-row__header:after, .order-table__header:before, .order-table__header:after, .popup__header:before, .popup__header:after, .popup__buttons:before, .popup__buttons:after, .popup-deal-line:before, .popup-deal-line:after, .popup-deal-line__details:before, .popup-deal-line__details:after, .popup-enum:before, .popup-enum:after, .popup-group__line:before, .popup-group__line:after,
.popup-group__quantity:before,
.popup-group__quantity:after, .popup-set__wrapper:before, .popup-set__wrapper:after, .product__bottom:before, .product__bottom:after, .product__buttons:before, .product__buttons:after, .product__form:before, .product__form:after, .product__order-level-deal:before, .product__order-level-deal:after, .product_favourites .product__form:before, .product_favourites .product__form:after,
.product_improved .product__wrapper:before,
.product_improved .product__wrapper:after, .restaurants:before, .restaurants:after, .shop-info__header:before, .shop-info__header:after, .shop-info__card-icons:before, .shop-info__card-icons:after, .shop-info__feature:before, .shop-info__feature:after, .sku-buttons__part:before, .sku-buttons__part:after, .sku-buttons__list:before, .sku-buttons__list:after,
.social-icons:before,
.social-icons:after, .cyo__header:before, .cyo__header:after, .cyo__footer:before, .cyo__footer:after, .cyo-enum:before, .cyo-enum:after, .cyo-set:before, .cyo-set:after, .hh-side__product:before, .hh-side__product:after {
  display: none; }

.account-navigation__wrapper, .category-navigation__wrapper, .checkout-error__wrapper, .checkout-navigation__wrapper, .content__wrapper, .footer__wrapper, .header__wrapper,
.index-map__wrapper, .slider__wrapper, .index-connected-customer__wrapper, .index-microblog__wrapper, .index-about__wrapper, .index-newsletter__wrapper, .index-map__wrapper,
.index-shop-list__wrapper, .message__wrapper {
  max-width: 120rem;
  max-width: 100%; }
  .account-navigation__wrapper:before, .account-navigation__wrapper:after, .category-navigation__wrapper:before, .category-navigation__wrapper:after, .checkout-error__wrapper:before, .checkout-error__wrapper:after, .checkout-navigation__wrapper:before, .checkout-navigation__wrapper:after, .content__wrapper:before, .content__wrapper:after, .footer__wrapper:before, .footer__wrapper:after, .header__wrapper:before, .header__wrapper:after,
  .index-map__wrapper:before,
  .index-map__wrapper:after, .slider__wrapper:before, .slider__wrapper:after, .index-connected-customer__wrapper:before, .index-connected-customer__wrapper:after, .index-microblog__wrapper:before, .index-microblog__wrapper:after, .index-about__wrapper:before, .index-about__wrapper:after, .index-newsletter__wrapper:before, .index-newsletter__wrapper:after, .index-map__wrapper:before, .index-map__wrapper:after,
  .index-shop-list__wrapper:before,
  .index-shop-list__wrapper:after, .message__wrapper:before, .message__wrapper:after {
    display: none; }

.message__content, .basket__coupon-enable, .basket__coupon-enabled, .form-buttons__link, .footer__nav, .footer__credits, .footer__links,
.category-navigation_mobile .category-navigation__list, .product__counter, .product_improved .product__counter, .product_favourites .product__customise, .product__customise,
.basket__delivery-method, .clickable-promotion, .category_upselling .product, .index-newsletter__fieldset, .index-newsletter__field-wrapper,
.product, .product_wide .product__top, .product_wide .product__buttons, .basket-deal__delete-icon, .cyo-set__label, .popup-set__label {
  padding: 0; }

.basket__coupon-add-button, .index-newsletter__button, .index-microblog__post:nth-child(2), .header__burger-menu, .social-icons__link i, .social-icons__link i:before,
.footer__nav .social-icons__link i, .footer__nav .social-icons__link i:before, .basket__repeat, .basket__time .nice-select__container, .nice-select__container,
.popup-group__quantity-minus-icon, .popup-group__quantity-plus-icon, .popup-group__quantity-minus-icon:before, .popup-group__quantity-plus-icon:before,
.index-newsletter__title, .index-connected-customer__item, .checkout-row__group-atom, .index-map__shop, .cyo-enum__option, .basket__close, .category__products,
.category__products_favourites, .shop-info__title, .popup-set__option[data-double], .gdpr-consent__button {
  margin: 0; }

@media screen and (max-width: 52.5em) {
  .footer__links, .index-newsletter .index-newsletter__title, .index-newsletter .index-newsletter__button {
    margin: 0; } }
.social-icons__link, .footer .social-icons__link, .basket__clickable-promotions, .checkout-variant__label .checkout-variant__radio,
.checkout-row__group-label_checkbox .checkout-row__field-checkbox, .credit-page__history .credit-page__history {
  padding: 0;
  margin: 0; }

.basket__coupon-add-button, .form-buttons__button, .index-newsletter__button, .header__loyalty-menu, .header__user-menu, .header__shop-menu, .header__ordering-menu, .header__language-menu,
.header__burger-menu, .header__basket-menu, .header__logo, .header__burger-menu, .header .header__wrapper .header__burger-menu, .header__basket-menu:has(.basket-menu),
.header .header__wrapper .header__basket-menu:has(.basket-menu), .footer__nav, .footer__credits, .footer__links, .footer .social-icons, .nice-select, .shop-info_mobile .shop-info__title,
.shop-info_mobile .shop-info__social-icons, .product__picture-container, .product_improved .product__picture-container, .product_favourites .product__picture-container,
.product_favourites .product__buttons, .basket__title, .basket__repeat, .basket__close, .checkout-row__group-label_atom,
.checkout-row__group-atom:first-child .checkout-row__group-label_atom, .category_upselling .product, .index-connected-customer__item, .index-newsletter__title,
.index-newsletter__field-wrapper, .index-newsletter .index-newsletter__button, .cyo-enum__option, .cyo-set__option, .hh-side__product-left, .phone-box .form-buttons__button,
.checkout-row__group-item_register-phone .form-buttons__button, .checkout__fieldset_guest-checkout .form-buttons__button, .product_wide, .product_wide .product__bottom,
.product_wide .sku-buttons__item, .product_wide .product__customise, .index-microblog__post, .content__main, .product, .shop-info__title, .shop-info__social-icons,
.shop-info_desktop .shop-info__feature-title, .shop-info_desktop .shop-info__feature-content, .mobile-menu__close, .basket-deal__delete, .basket-deal__item-name,
.basket-deal__item-details, .basket-deal__item-option-details, .basket-item__name, .basket-item__details, .basket-item__wrapper_price, .basket__delivery-option,
.basket__time .nice-select__container, .basket__total-title, .basket__total-amount, .basket__charge-title, .basket__charge-amount, .content__secondary,
.content__secondary.floater-fixed, .popup__picture, .popup-enum__option, .popup-set__option, .popup-buttons__button, .popup-buttons__link, .order-table__header-item,
.order-row__header-item, .order__group_col-2, .gdpr-consent__button, .mobile-menu__favourite-name, .product__sku-label, .deal-wizard-navigation__tab,
.popup.popup_improved .popup__title-mobile-close, .popup.popup_improved .popup__title-mobile-close-icon, .popup.popup_improved .popup__title-mobile-close-icon:before,
.product__customise, .product__add, .content__side, .sku-buttons__item, .locator__postcode-input, .locator__postcode-button, .index-locator__postcode-input,
.index-locator__postcode-button {
  float: none; }

/*  Rounding mode
    -------------------------------------------------------------------------- */
/*  FONT MIXINS
    -------------------------------------------------------------------------- */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.8rem;
  color: #fff;
  background: #303030 url(https://d3ed0bx5qudxt4.cloudfront.net/912099688) repeat scroll top;
  background-size: 100%; }

textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  text-transform: none;
  line-height: 2.8rem;
  height: 3rem;
  background-color: #303030;
  border: solid 1px #819165;
  padding: 0 .5rem;
  border-radius: 0.5rem; }
  textarea::placeholder {
    font-size: 1.4rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    text-transform: none; }

/*  Layouts
    -------------------------------------------------------------------------- */
.content__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.content__main {
  width: calc(100% - 33.3rem);
  order: -1; }

.content__side {
  width: 31.8rem; }

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

  .content__main {
    width: 100%; } }
/*  Page header
    -------------------------------------------------------------------------- */
.header {
  background-color: #151515;
  border-bottom: 0;
  background-image: url(https://d3ed0bx5qudxt4.cloudfront.net/912100775); }
  .header__wrapper {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: min-content 1fr;
    grid-template-areas: "burger logo tracking ordering lang shop loyalty account basket"; }
  .header__loyalty-menu, .header__user-menu, .header__shop-menu, .header__ordering-menu, .header__language-menu, .header__burger-menu, .header__basket-menu, .header__logo, .header__tracking {
    align-self: center; }
  .header__loyalty-menu {
    grid-area: loyalty; }
  .header__user-menu {
    grid-area: account; }
  .header__shop-menu {
    grid-area: shop; }
  .header__ordering-menu {
    grid-area: ordering; }
  .header__language-menu {
    grid-area: lang; }
  .header__tracking-menu {
    grid-area: tracking; }
  .header__burger-menu {
    grid-area: burger;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  .header__basket-menu {
    grid-area: basket; }
    .header__basket-menu:has(.basket-menu) {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      margin-top: .4rem; }
  .header__logo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 3rem;
    color: #fff;
    white-space: nowrap;
    display: inline-flex;
    grid-area: logo; }
    .header__logo-link {
      display: inline-flex; }
    .header__logo-image {
      max-height: 9rem;
      width: auto;
      max-width: none; }
    .header__logo-image_mobile {
      max-height: 6rem;
      width: auto;
      display: none; }
  @media screen and (max-width: 52.5em) {
    .header {
      background-image: url(https://d3ed0bx5qudxt4.cloudfront.net/912100775); }
      .header__wrapper {
        min-height: 5rem;
        position: relative; }
      .header__logo {
        text-align: center;
        justify-content: center; }
        .header__logo-image {
          display: none; }
        .header__logo-image_mobile {
          display: block; } }

/*  Social icons - new default
    -------------------------------------------------------------------------- */
.social-icons {
  display: flex;
  gap: 1rem; }
  .social-icons__icon, .social-icons__link, .social-icons__link i {
    display: flex;
    align-items: center;
    justify-content: center; }
  .social-icons__link {
    width: 2.8rem;
    height: 2.8rem;
    font-size: 1.6rem;
    color: #fff;
    background-color: transparent;
    border: solid 1px #fff;
    border-radius: 50%;
    transition: all .3s ease; }
    .social-icons__link:hover {
      color: #496613;
      background-color: transparent;
      border: solid 1px #496613; }
    .social-icons__link i:before {
      display: block; }

/*  Page footer
    -------------------------------------------------------------------------- */
.footer {
  color: #fff;
  background-color: #000; }
  .footer__wrapper {
    padding: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 60em) {
      .footer__wrapper {
        flex-direction: column; } }
  .footer__nav, .footer__credits, .footer__links {
    display: flex;
    align-items: center; }
  .footer__nav {
    order: 2; }
    @media screen and (max-width: 60em) {
      .footer__nav {
        order: 1;
        flex-direction: column; } }
    @media screen and (max-width: 52.5em) {
      .footer__nav ~ .footer__credits {
        margin-top: 0; } }
  .footer__credits {
    order: 1; }
    @media screen and (max-width: 60em) {
      .footer__credits {
        order: 2; } }
  .footer__credits, .footer__credits .footer__link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: none;
    line-height: 2rem;
    color: #fff; }
  .footer__credits-copyright, .footer__credits-powered-by {
    display: inline-flex; }
  .footer__credits .footer__link, .footer__credits-powered-by {
    margin-left: .3rem; }
  .footer__credits-copyright {
    margin-right: .3rem; }
  .footer__links {
    flex-wrap: wrap;
    justify-content: end; }
    .footer__links li {
      margin: 0 .5rem; }
    @media screen and (max-width: 60em) {
      .footer__links {
        justify-content: center; }
        .footer__links li {
          margin-bottom: 1rem; } }
  .footer__link {
    display: block;
    transition: color .3s ease;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: none;
    line-height: 2rem;
    color: #fff;
    text-decoration: underline;
    transition: all .3s ease; }
    .footer__link:hover {
      color: #fff;
      text-decoration: none; }

/*  Social icons - footer
    -------------------------------------------------------------------------- */
.footer .social-icons {
  margin: 0 0 0 1rem; }
  @media screen and (max-width: 60em) {
    .footer .social-icons {
      margin-left: 0;
      margin-bottom: 1rem; } }
  .footer .social-icons__icon:first-child {
    margin-left: 0; }
  .footer .social-icons__link {
    color: #fff;
    background-color: transparent;
    border: solid 1px #fff; }
    .footer .social-icons__link:hover {
      color: #496613;
      background-color: transparent;
      border: solid 1px #496613; }

/*  Scroll up button
    -------------------------------------------------------------------------- */
.scroll-up {
  color: #fff;
  background-color: #698632;
  border-radius: 0.5rem;
  bottom: 6.1rem; }
  .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: ""; }

/*  GDPR consent
    -------------------------------------------------------------------------- */
.gdpr-consent {
  padding: 1.5rem 2rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.9rem;
  color: #fff;
  background-color: #1c1a1a;
  box-shadow: 0 -0.3rem 0.6rem rgba(255, 255, 255, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem 2rem; }
  .gdpr-consent__title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: none;
    line-height: 2.4rem;
    color: #fff;
    margin: .7rem auto .7rem 0;
    order: -1; }
  .gdpr-consent__content {
    width: 100%; }
  .gdpr-consent__button {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 2rem;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: none;
    color: #fff;
    background-color: #698632;
    border: none;
    padding: 0.9rem 1.5rem;
    border-radius: 0.5rem;
    transition: all .3s ease; }
    .gdpr-consent__button:hover {
      color: #fff;
      background-color: #8b937d; }
  @media screen and (max-width: 52.5em) {
    .gdpr-consent {
      justify-content: center; }
      .gdpr-consent__title, .gdpr-consent__content {
        width: 100%; } }

/*  NiceSelect (used as a select replacement)
    -------------------------------------------------------------------------- */
.nice-select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.8rem;
  color: #fff;
  border: 1px solid #819165;
  border-radius: 0.5rem;
  background-color: #303030;
  text-overflow: ellipsis;
  height: 3.2rem;
  line-height: 3rem;
  padding-left: 1.5rem;
  padding-right: 3rem; }
  .nice-select:hover {
    border-color: #819165; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #819165; }
  .nice-select > .current {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff; }
  .nice-select:after {
    border-bottom: 2px solid #819165;
    border-right: 2px solid #819165;
    height: .5rem;
    width: .5rem;
    margin-top: -.4rem;
    right: 1.2rem; }
  .nice-select.disabled {
    border-color: rgba(129, 145, 101, 0.2);
    color: rgba(255, 255, 255, 0.2); }
    .nice-select.disabled:after {
      border-color: rgba(129, 145, 101, 0.2); }
  .nice-select .list {
    width: calc(100% + 2px);
    background-color: #303030;
    box-shadow: none;
    border: solid 1px #819165;
    margin-top: 1px;
    margin-left: -1px;
    max-height: 26rem; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: #303030 !important; }
      .nice-select .list:hover .option:not(:hover).selected {
        background-color: rgba(139, 147, 125, 0.8) !important; }
    .nice-select .list:hover .option.disabled:not(:hover) {
      background-color: #303030 !important;
      color: rgba(255, 255, 255, 0.2); }
  .nice-select.open .list {
    margin-top: 1px;
    border-radius: 0 0 0.5rem 0.5rem; }
  .nice-select .option {
    font-weight: 400;
    padding-left: 1.5rem;
    padding-right: 2.9rem;
    min-height: 3.2rem;
    line-height: 3rem;
    color: #fff;
    background-color: #303030; }
    .nice-select .option:hover {
      color: #fff;
      background-color: #8b937d; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.focus {
      color: #fff;
      background-color: #8b937d; }
    .nice-select .option.focus.selected {
      color: #303030;
      background-color: #8b937d; }
      .nice-select .option.focus.selected:hover {
        color: #303030;
        background-color: #8b937d; }
    .nice-select .option.disabled, .nice-select .option.disabled:hover, .nice-select .option.disabled.focus, .nice-select .option.disabled.focus:hover, .nice-select .option.disabled.selected, .nice-select .option.disabled.selected:hover, .nice-select .option.disabled.selected.focus, .nice-select .option.disabled.selected.focus:hover {
      background-color: rgba(48, 48, 48, 0.2);
      color: rgba(255, 255, 255, 0.2); }

.popup .nice-select .list {
  max-height: 30rem;
  overflow: auto; }

/*  ==========================================================================
    NAVIGATION
    ========================================================================== */
/*  Desktop navigation:
    * account pages
    * category pages (touch only)
    -------------------------------------------------------------------------- */
.category-navigation {
  background-color: #000; }
  .category-navigation__list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: .6rem;
    padding-top: .6rem;
    gap: .5rem; }
  .category-navigation__item {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: none;
    line-height: 2.4rem;
    color: #fff;
    border-bottom: none; }
    .category-navigation__item_active .category-navigation__link {
      color: #212121;
      background-color: rgba(255, 255, 255, 0.5); }
  .category-navigation__link {
    transition: all .3s ease;
    line-height: 4rem;
    height: 4rem;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0.5rem; }
    .category-navigation__link:hover {
      color: #212121;
      background-color: rgba(255, 255, 255, 0.5); }
  .category-navigation_mobile {
    background-color: #000;
    border-top: none;
    height: 5rem;
    position: relative; }
    .category-navigation_mobile .category-navigation__wrapper {
      width: calc(100% - 4rem); }
    .category-navigation_mobile .category-navigation__list {
      flex-wrap: nowrap;
      gap: 0; }
    .category-navigation_mobile .category-navigation__item {
      color: #fff;
      margin: .5rem .25rem;
      border-bottom: none; }
    .category-navigation_mobile .category-navigation__item_active {
      color: #212121;
      border-bottom: none;
      background-color: transparent; }
      .category-navigation_mobile .category-navigation__item_active .category-navigation__link {
        color: #212121;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 0.5rem; }
    .category-navigation_mobile .category-navigation__link,
    .category-navigation_mobile .category-navigation__list:has(.category-navigation__link-icon) .category-navigation__link {
      line-height: 4rem;
      padding: 0 1rem; }
      .category-navigation_mobile .category-navigation__link:hover, .category-navigation_mobile .category-navigation__link:focus,
      .category-navigation_mobile .category-navigation__list:has(.category-navigation__link-icon) .category-navigation__link:hover,
      .category-navigation_mobile .category-navigation__list:has(.category-navigation__link-icon) .category-navigation__link:focus {
        color: #212121;
        background-color: rgba(255, 255, 255, 0.5); }
    .category-navigation_mobile .category-navigation__list:has(.category-navigation__link-icon) .category-navigation__link {
      padding: 0 1rem 0 4.6rem; }
    .category-navigation_mobile-icon-left {
      left: 0; }
      .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 {
      right: 0; }
      .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, .category-navigation_mobile-icon-right {
      display: block;
      width: 1.9rem;
      height: 5rem;
      background-color: transparent;
      position: absolute;
      top: 0;
      box-shadow: 0 0.24rem 0.24rem rgba(255, 255, 255, 0.4);
      cursor: pointer; }
      .category-navigation_mobile-icon-left:before, .category-navigation_mobile-icon-right:before {
        line-height: 5rem;
        color: #fff;
        font-size: 1.6rem;
        font-weight: 700;
        width: 1.9rem;
        transition: all .3s ease; }
      .category-navigation_mobile-icon-left:hover:before, .category-navigation_mobile-icon-right:hover:before {
        color: rgba(255, 255, 255, 0.5); }

/*  Account navigation
    -------------------------------------------------------------------------- */
.account-navigation {
  background-color: #000; }
  .account-navigation__item {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: none;
    line-height: 2.4rem;
    color: #fff; }
    .account-navigation__item_active .account-navigation__link {
      color: #212121;
      background-color: rgba(255, 255, 255, 0.5); }
  .account-navigation__link:hover {
    color: #212121;
    background-color: rgba(255, 255, 255, 0.5); }

/*  Desktop navigation:
    * checkout pages
    -------------------------------------------------------------------------- */
.checkout-navigation {
  background-color: #000; }
  .checkout-navigation__list {
    display: flex; }
  .checkout-navigation__item {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: none;
    line-height: 5rem;
    color: #fff;
    padding: 0 1rem; }
    .checkout-navigation__item_active {
      color: #212121;
      background-color: rgba(255, 255, 255, 0.5); }
      .checkout-navigation__item_active:after {
        content: '';
        display: block;
        position: absolute;
        right: -19px;
        top: 0;
        width: 0;
        height: 0;
        border-bottom: 25px solid transparent;
        border-left: 19px solid rgba(255, 255, 255, 0.5);
        border-top: 25px solid transparent; }
      .checkout-navigation__item_active + .checkout-navigation__item {
        padding-left: 3rem; }

/*  Desktop: user and shop menus
    -------------------------------------------------------------------------- */
.dropdown-menu__header-link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.8rem;
  color: #fff;
  padding: 1.1rem 1.6rem;
  transition: all .3s ease;
  border-radius: 0.5rem; }
  .dropdown-menu__header-link:hover {
    color: #fff;
    background-color: #8b937d; }
.dropdown-menu[data-dropdown-open] .dropdown-menu__header-link {
  color: #fff;
  background-color: #8b937d; }
.dropdown-menu[data-dropdown-open] .dropdown-menu__body {
  height: auto; }
.dropdown-menu__header-icon:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: .2em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }
.dropdown-menu__body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.8rem;
  color: #fff;
  background-color: #303030;
  border: 1px solid #698632;
  border-radius: 0.5rem;
  height: 0; }
  .dropdown-menu__body .shop-info {
    border-radius: 0.5rem; }
  .dropdown-menu__body_loyalty {
    background-color: #242222; }
.dropdown-menu__body-link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  line-height: 2rem;
  color: #fff; }
.dropdown-menu__items {
  border-radius: 0.5rem;
  overflow: hidden; }
.dropdown-menu__item-link {
  display: block;
  padding: 1rem 1.5rem;
  text-decoration: none;
  color: #fff;
  transition: all .3s ease; }
  .dropdown-menu__item-link:hover {
    color: #fff;
    background-color: #8b937d;
    text-decoration: none; }
.dropdown-menu_shop .dropdown-menu__body {
  transform-origin: 100% 0; }
.dropdown-menu_loyalty .dropdown-menu__body {
  width: 43rem; }

/*  Mobile: off-canvas
    -------------------------------------------------------------------------- */
.off-canvas_open {
  background-color: #3e3e3e; }
.off-canvas_left {
  color: #fff;
  background-color: #3e3e3e; }
.off-canvas_right.off-canvas_open {
  background-color: #3e3e3e; }
@media screen and (max-width: 52.5em) {
  .off-canvas_right .off-canvas__wrapper {
    padding-bottom: 0; } }

/*  Mobile: menu on the left (navigation)
    -------------------------------------------------------------------------- */
.burger-menu__button {
  padding: 1.2rem 0 .5rem; }
.burger-menu__link {
  vertical-align: top; }
.burger-menu__line {
  height: 6px;
  border-top: 2px solid #fff; }

.mobile-menu__header {
  background-color: #212121;
  padding: 1.3rem 1.2rem; }
.mobile-menu__close-icon {
  color: #fff;
  font-size: 2.5rem;
  display: flex; }
  .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__close-icon:before {
    margin: 0; }
.mobile-menu__section-link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
  line-height: 2rem;
  color: #fff;
  background-color: #3e3e3e; }
.mobile-menu__section {
  border-bottom: 1px solid #95a874; }
  .mobile-menu__section_user {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: none;
    line-height: 2rem;
    color: #fff;
    background-color: rgba(33, 33, 33, 0.4); }
  .mobile-menu__section_unfolded .mobile-menu__section-link {
    color: #fff;
    background-color: #698632; }
  .mobile-menu__section_unfolded .mobile-menu__submenu .mobile-menu__item-link {
    padding-left: 3rem; }
.mobile-menu__favourite-name {
  margin-right: .5rem; }
.mobile-menu__item {
  border-top: 1px solid #95a874; }
  .mobile-menu__item_active .mobile-menu__item-link {
    color: #212121;
    background-color: #98ae6e; }
  .mobile-menu__item_favourites .mobile-menu__item-link {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start; }
.mobile-menu__item-link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
  line-height: 2rem;
  color: #fff;
  background-color: #3e3e3e; }

/*  Mobile menu credits info
    -------------------------------------------------------------------------- */
.mobile-credits {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.2rem;
  color: #fff;
  text-align: center;
  background-color: #3e3e3e;
  border-top: 1px solid #95a874; }

/*  Mobile: menu on the right (basket)
    -------------------------------------------------------------------------- */
.basket-menu__basket-icon {
  color: #fff; }
.basket-menu__items {
  color: #fff;
  background-color: #14a800;
  border: 2px solid #14a800;
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  top: -.5rem; }

/*  Shop info.
    * desktop: displayed in a popup
    * mobile: displayed in the left menu
    -------------------------------------------------------------------------- */
.shop-info {
  background-color: #242222;
  padding: 2rem; }
  .shop-info__header {
    margin-bottom: 1.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .shop-info__title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.3rem;
    font-weight: 700;
    text-transform: none;
    line-height: 2.8rem;
    color: #fff; }
  .shop-info__google-maps {
    margin-bottom: 1.6rem; }
  .shop-info__feature {
    margin-top: 1.6rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem; }
  .shop-info__feature-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: none;
    line-height: 2rem;
    color: #fff; }
  .shop-info__feature-content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: none;
    line-height: 1.8rem;
    color: #fff; }
    .shop-info__feature-content p + p {
      margin-top: .5rem; }
  .shop-info__link {
    color: #fff; }
  @media screen and (max-width: 52.5em) {
    .shop-info_mobile .shop-info__header {
      flex-direction: column;
      gap: 1rem;
      align-items: flex-start; }
    .shop-info_mobile .shop-info__google-maps iframe {
      width: 100%; }
    .shop-info_mobile .shop-info__feature {
      margin-top: 1.6rem; }
    .shop-info_mobile .shop-info__feature-title {
      margin-bottom: 0;
      width: 30%; }
    .shop-info_mobile .shop-info__feature-content {
      width: calc(70% - 1rem); } }
  .shop-info_desktop .shop-info__feature-content {
    width: calc(70% - 1rem); }

/*  Social icons - shop info
    -------------------------------------------------------------------------- */
.shop-info__social-icons .social-icons__link {
  width: 2.8rem;
  height: 2.8rem;
  font-size: 1.6rem;
  color: #fff;
  background-color: transparent;
  border: solid 1px #fff; }
  .shop-info__social-icons .social-icons__link:hover {
    color: #496613;
    border: solid 1px #496613;
    background-color: transparent; }
  .shop-info__social-icons .social-icons__link i:before {
    line-height: 1.6rem;
    font-size: inherit; }

/*  ==========================================================================
    CATEGORY PAGE
    ========================================================================== */
/*  Categories
    -------------------------------------------------------------------------- */
.category__products {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem; }
.category__title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  text-transform: none;
  line-height: 3.3rem;
  color: #fff;
  margin-bottom: 1rem; }
.category__subcategory-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-transform: none;
  line-height: 2.4rem;
  color: #fff;
  margin-bottom: 1rem; }
.category__description {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.8rem;
  color: #fff;
  margin-bottom: 1rem; }
@media screen and (max-width: 32em) {
  .category__products {
    width: 100%; } }

/*  Product
    -------------------------------------------------------------------------- */
.product {
  width: calc(33.33% - 1rem);
  margin-bottom: 0;
  background-color: transparent; }
  .product.product_improved .product__wrapper {
    border-radius: 1rem; }
  .product.product_improved.product_with-counter:after {
    display: none; }
  .product__wrapper {
    background-color: #121212;
    border-radius: 1rem; }
  .product__picture-container {
    width: 100%;
    margin: 0 auto 1rem;
    border-radius: 1rem;
    position: relative;
    aspect-ratio: 800/580; }
  .product__picture {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .product__picture_placeholder {
      opacity: 0; }
  .product__name {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: none;
    line-height: 2rem;
    color: #fff;
    word-break: break-word; }
  .product__description {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: none;
    line-height: 1.8rem;
    color: #fff;
    clear: none; }
  .product__price {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: none;
    line-height: 2rem;
    color: #14a800; }
  .product__sku {
    display: flex; }
  .product__sku-value, .product__sku-label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: none;
    line-height: 3rem;
    color: #fff;
    display: inline-flex; }
  .product__sku-value {
    font-weight: bold; }
  .product .nice-select__container {
    display: inline-flex; }
  .product__sku-select {
    height: 3rem;
    line-height: 2.8rem; }
    .product__sku-select .current {
      line-height: 2.8rem; }
  .product__sku-buttons {
    margin: 0 auto; }
  .product__counter {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: none;
    line-height: 3.6rem;
    color: #fff;
    width: 3.6rem;
    height: 3.6rem;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #698632;
    text-align: center;
    border-radius: 1rem 0 1rem 0; }
  .product__mobile-price {
    color: #14a800; }
  .product_with-counter:after {
    display: none; }
  .product__top, .product__bottom, .product__buttons {
    padding: 0 1rem; }
  .product__buttons {
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between; }
  .product__bottom .product__price {
    display: none; }
  @media screen and (max-width: 60em) {
    .product {
      width: calc(50% - 0.75rem); } }
  @media screen and (max-width: 52.5em) {
    .product {
      width: calc(33.33% - 1rem);
      margin-bottom: 0; }
      .product__top {
        margin-bottom: 2.9rem; }
        .product__top:has(~ .product__mobile-price) {
          margin-bottom: 1rem; }
      .product_improved .product__wrapper {
        padding: 0 0 1rem; }
      .product_improved .product__picture-container {
        margin: 0 auto 1rem;
        width: initial; }
      .product_improved .product__mobile-price {
        padding: 0 1rem;
        margin-top: 1rem; } }
  @media screen and (max-width: 35em) {
    .product {
      width: calc(50% - .75rem); } }
  @media screen and (max-width: 25em) {
    .product {
      width: 100%; } }

/*  Product zebra. Used in:
    * sidetouch categories page
    * touch & sidetouch favourites page
    -------------------------------------------------------------------------- */
.product_favourites {
  background-color: transparent; }
  .product_favourites:nth-child(2n+1) {
    background-color: transparent; }
  .product_favourites .product__picture-container {
    width: 100%;
    margin: 0 auto 1rem; }
    .product_favourites .product__picture-container ~ * {
      margin-left: 0; }
  .product_favourites .product__buttons {
    margin-top: 1rem; }
  .product_favourites .product__add {
    width: 100%;
    padding: .5rem 1.5rem; }
  .product_favourites .product__customise + .product__add {
    width: 50%; }

/*  Add & customise buttons
    -------------------------------------------------------------------------- */
.product__add {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 2rem;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: none;
  color: #fff;
  background-color: #698632;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  transition: all .3s ease;
  height: auto; }
  .product__add:hover {
    color: #fff;
    background-color: #8b937d; }
.product__customise {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  line-height: 3rem;
  color: #fff;
  text-decoration: underline;
  transition: all .3s ease;
  width: auto;
  height: 3rem;
  background-color: transparent; }
  .product__customise:hover {
    color: #fff;
    text-decoration: none; }
  .product__customise:hover {
    background-color: transparent; }

/*  Favourite icon
    -------------------------------------------------------------------------- */
.product__favourite .product__favourite-icon {
  color: #d9230b; }

/*  Deal wizard
    -------------------------------------------------------------------------- */
.deal-wizard__title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  text-transform: none;
  line-height: 3.3rem;
  color: #fff; }

.deal-wizard-navigation {
  background-color: transparent;
  margin: 2rem 0 2.8rem; }
  .deal-wizard-navigation__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: .3rem 0; }
  .deal-wizard-navigation__tab {
    margin-bottom: 0;
    background-color: transparent; }
    .deal-wizard-navigation__tab:nth-child(3n), .deal-wizard-navigation__tab:last-child {
      background-color: transparent; }
    .deal-wizard-navigation__tab:before {
      content: '';
      display: block;
      position: absolute;
      right: 100%;
      top: 0;
      width: 15px;
      height: 100%;
      background-color: #698632; }
    .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_active:before {
      background-color: #698632; }
    .deal-wizard-navigation__tab_active .deal-wizard-navigation__link {
      color: #fff;
      background-color: #698632; }
      .deal-wizard-navigation__tab_active .deal-wizard-navigation__link:after {
        border-left-color: #698632;
        margin-left: -1px; }
      .deal-wizard-navigation__tab_active .deal-wizard-navigation__link:before {
        display: block; }
    .deal-wizard-navigation__tab_active .deal-wizard-navigation__title:after {
      background: none; }
    .deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab:before {
      background-color: #8b937d; }
    .deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__link {
      color: #fff;
      background-color: #8b937d; }
      .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: #8b937d; }
  .deal-wizard-navigation__link {
    font-size: 1.6rem;
    color: #fff;
    background-color: #698632; }
    .deal-wizard-navigation__link:before {
      border-left-color: #fff; }
    .deal-wizard-navigation__link:after {
      border-left-color: #698632; }
  .deal-wizard-navigation__title:after {
    background: none; }

/*  Product tags / pictos
    -------------------------------------------------------------------------- */
/*  Allergen tags
    -------------------------------------------------------------------------- */
/*  Product tags
    -------------------------------------------------------------------------- */
/*  Product pictos
    -------------------------------------------------------------------------- */
.product-picto {
  display: inline-block;
  font-size: 2rem; }
  .product-picto_vegan {
    color: #8c8c8c; }
  .product-picto_vegetarian {
    color: #8c8c8c; }
  .product-picto_spicy {
    color: #8c8c8c; }
  .product-picto_lightly-spiced {
    color: #8c8c8c; }
  .product-picto_moderately-spiced {
    color: #8c8c8c; }
  .product-picto_highly-spiced {
    color: #8c8c8c; }
  .product-picto_gluten-free {
    color: #8c8c8c; }
  .product-picto_organic {
    color: #8c8c8c; }
  .product-picto_porc-free {
    color: #8c8c8c; }
  .product-picto_halal {
    color: #8c8c8c; }
  .product-picto_nut-free {
    color: #8c8c8c; }
  .product-picto_lactose-free {
    color: #8c8c8c; }
  .product-picto_gluten {
    color: #fff; }
  .product-picto_crustaceans {
    color: #fff; }
  .product-picto_eggs {
    color: #fff; }
  .product-picto_fish {
    color: #fff; }
  .product-picto_peanuts {
    color: #fff; }
  .product-picto_soya {
    color: #fff; }
  .product-picto_milk {
    color: #fff; }
  .product-picto_nuts {
    color: #fff; }
  .product-picto_celery {
    color: #fff; }
  .product-picto_mustard {
    color: #fff; }
  .product-picto_sesame {
    color: #fff; }
  .product-picto_sulphites {
    color: #fff; }
  .product-picto_lupin {
    color: #fff; }
  .product-picto_molluscs {
    color: #fff; }

/*  Product pictos
    -------------------------------------------------------------------------- */
.product-pictos {
  margin-top: .5rem;
  font-size: 1.8rem; }
  .product-pictos .product-picto {
    margin: 0 .2rem .2rem 0; }

/*  Product legend
    -------------------------------------------------------------------------- */
.product-legend {
  margin-top: 2rem; }
  .product-legend__item-name {
    display: inline-flex;
    line-height: 23px;
    white-space: nowrap; }
  .product-legend .product-picto {
    display: inline-flex;
    margin-right: .5rem;
    line-height: 23px; }

/*  ==========================================================================
    BASKET
    ========================================================================== */
.basket {
  border: 1px solid #698632;
  border-radius: 1rem; }

/*  Basket header
    -------------------------------------------------------------------------- */
.basket__header {
  background-color: #212121;
  border-radius: 1rem 1rem 0 0;
  display: flex;
  justify-content: space-between; }
.basket__title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: none;
  line-height: 2rem;
  color: #fff;
  order: 1; }
.basket__repeat {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: none;
  line-height: 2rem;
  color: #fff;
  text-decoration: underline;
  transition: all .3s ease;
  order: 2; }
  .basket__repeat:hover {
    color: #fff;
    text-decoration: none; }
.basket__close {
  color: #fff; }
.basket__close-icon:before {
  margin: 0; }
@media screen and (max-width: 52.5em) {
  .basket {
    border: none; }
    .basket__header {
      display: flex;
      flex-direction: column;
      align-items: start;
      position: relative;
      padding: 0.6rem 1rem;
      border-radius: 0; }
    .basket__repeat {
      padding-left: 0;
      padding-top: 0;
      line-height: 1.8rem; }
    .basket__close {
      position: absolute;
      right: 1rem;
      top: 50%;
      transform: translateY(-50%); } }

/*  Basket item
    -------------------------------------------------------------------------- */
.basket__items {
  background-color: #3e3e3e; }
  .basket__items .basket-item:first-child {
    padding-top: .7rem; }
.basket__empty {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  line-height: 2rem;
  color: #fff;
  background-color: #1c1a1a; }

.basket-item + .basket-item {
  margin-top: .7rem; }
.basket-item__title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  line-height: 2rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  gap: .5rem; }
.basket-item__link {
  color: #fff;
  word-break: break-word; }
  .basket-item__link:hover {
    color: #fff; }
.basket-item__details {
  width: calc(41% - .5rem);
  display: flex;
  justify-content: space-between;
  gap: .5rem; }
.basket-item__wrapper_price {
  display: flex;
  gap: 0 .2rem; }
.basket-item__options {
  margin-top: 0; }
.basket-item__option {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.6rem;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: space-between;
  gap: .5rem; }
  .basket-item__option:first-child {
    margin-top: .3rem; }
.basket-item__option-name {
  padding-left: 0;
  flex-grow: 1; }
.basket-item__option-details {
  display: flex;
  flex-shrink: 0;
  width: calc(35% - .5rem); }
.basket-item__quantity {
  flex-shrink: 0; }
.basket-item__quantity-minus-icon, .basket-item__quantity-plus-icon {
  color: #fff;
  transition: all .3s ease; }
  .basket-item__quantity-minus-icon:hover, .basket-item__quantity-plus-icon:hover {
    color: #fff; }
.basket-item__delete-icon {
  color: #fff;
  transition: all .3s ease; }
.basket-item__delete:hover .basket-item__delete-icon {
  color: #fff; }

/*  Basket deal title
    -------------------------------------------------------------------------- */
.basket-deal__header {
  background-color: #778263;
  padding: .7rem 1.2rem;
  display: flex;
  justify-content: space-between;
  gap: .5rem; }
.basket-deal__title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  line-height: 2rem;
  color: #fff;
  flex-grow: 1;
  order: 1; }
.basket-deal__link {
  color: #fff; }
  .basket-deal__link:hover {
    color: #fff; }
.basket-deal__delete-icon {
  color: #fff; }
  .basket-deal__delete-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: 0em;
    margin-left: 0em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
.basket-deal__delete {
  display: flex;
  align-items: center;
  order: 2;
  flex-shrink: 0; }
  .basket-deal__delete:hover .basket-deal__delete-icon {
    color: #fff; }

/*  Basket deal item
    -------------------------------------------------------------------------- */
.basket-deal__items {
  background-color: #5e6454;
  padding: .7rem 1.2rem; }
.basket-deal__item + .basket-deal__item {
  margin-top: .7rem; }
.basket-deal__item-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  line-height: 2rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  gap: .5rem; }
.basket-deal__item-details {
  width: calc(35% - .5rem);
  flex-shrink: 0; }
.basket-deal__item-link {
  color: #fff;
  word-break: break-word; }
  .basket-deal__item-link:hover {
    color: #fff; }
.basket-deal__item-option {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.6rem;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: space-between;
  gap: .5rem; }
.basket-deal__item-option-name {
  padding-left: 0;
  flex-grow: 1; }
.basket-deal__item-option-details {
  display: flex;
  flex-shrink: 0;
  width: calc(35% - .5rem); }
.basket-deal__item-delete-icon {
  color: #fff;
  transition: all .3s ease; }
.basket-deal__item-delete:hover .basket-deal__item-delete-icon {
  color: #fff; }

/*  Basket accessory
    -------------------------------------------------------------------------- */
.basket__accessory-items__title {
  background-color: #5e6454; }
.basket__accessory-free-items {
  background-color: #5e6454; }

/*  Delivery method switcher
    -------------------------------------------------------------------------- */
.basket__delivery_radio {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  line-height: 3.2rem;
  color: #fff;
  border: 1px solid #698632;
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex; }
.basket__delivery-method {
  line-height: 3.2rem;
  background-color: rgba(105, 134, 50, 0.4); }
.basket__delivery-radio:checked + .basket__delivery-method {
  color: #fff;
  background-color: #698632; }
.basket__delivery_select:has(+ .basket__time_advanced-orders) .nice-select__container {
  width: 49%; }
.basket__time {
  margin-top: 1rem; }
  .basket__time .nice-select .list {
    width: calc(100% + 2px); }
  .basket__time_advanced-orders {
    display: flex;
    gap: 2%; }
    .basket__time_advanced-orders .nice-select__container ~ .nice-select__container {
      margin: 0; }

/*  Basket footer
    -------------------------------------------------------------------------- */
.basket__footer {
  padding-bottom: 1rem;
  color: #fff;
  background-color: #3e3e3e;
  border-radius: 0 0 1rem 1rem; }
.basket__charge-title, .basket__charge-quantity, .basket__charge-amount {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: none;
  line-height: 2rem;
  color: #fff; }
.basket__extra-charge {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .5rem; }
.basket__charge__details {
  width: calc(41% - .5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem; }
.basket__total-title, .basket__total-amount {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: none;
  line-height: 2.8rem;
  color: #fff; }
.basket__total, .basket__charge {
  display: flex;
  justify-content: space-between; }

/*  Basket order button
    -------------------------------------------------------------------------- */
.basket__button-link {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 2rem;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: none;
  color: #fff;
  background-color: #698632;
  border: none;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  transition: all .3s ease; }
  .basket__button-link:hover {
    color: #fff;
    background-color: #8b937d; }

/*  Mobile basket button
    -------------------------------------------------------------------------- */
.mobile-basket-button {
  border-radius: 1rem 1rem 0 0;
  overflow: hidden; }
  .mobile-basket-button__icon {
    border-bottom-color: #fff; }
    .mobile-basket-button__icon:before, .mobile-basket-button__icon:after {
      border-left-color: #fff; }
  .mobile-basket-button .mobile-basket-button__link {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 2rem;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: none;
    color: #fff;
    background-color: #698632;
    border: none;
    padding: 0 0;
    border-radius: 0.5rem;
    transition: all .3s ease;
    /* INFO: border radius we set to zero here, because its hidden by overflow inside parent element */
    border-radius: 0; }
    .mobile-basket-button .mobile-basket-button__link:hover {
      color: #fff;
      background-color: #8b937d; }
  .mobile-basket-button__basket-icon {
    color: #fff; }
  .mobile-basket-button__link_full .mobile-basket-button__items {
    color: #fff;
    background-color: #14a800;
    border-color: #14a800; }

/*  Basket savings
    -------------------------------------------------------------------------- */
.basket__savings {
  font-size: 1.4rem;
  color: #fff;
  background-color: #6dc815; }

/*  Basket tip
    -------------------------------------------------------------------------- */
.basket-tip__title, .basket-tip__amount {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: none;
  line-height: 2rem;
  color: #fff; }
.basket-tip__button {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 2rem;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: none;
  color: #fff;
  background-color: #698632;
  border: none;
  padding: 0 1rem;
  border-radius: 0.5rem;
  transition: all .3s ease; }
  .basket-tip__button:hover {
    color: #fff;
    background-color: #8b937d; }

/*  Basket coupon
    -------------------------------------------------------------------------- */
.basket__coupon {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  line-height: 2rem;
  color: #fff; }
.basket__coupon-enable {
  line-height: 3rem; }
.basket__coupon-enabled {
  line-height: 3rem;
  margin-bottom: .5rem; }
.basket__coupon-form, .basket__coupon-form-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem; }
  .basket__coupon-form form, .basket__coupon-form-wrapper form {
    width: 100%; }
.basket__coupon-form-wrapper {
  justify-content: space-between; }
  .basket__coupon-form-wrapper .nice-select__container {
    width: 65%; }
  .basket__coupon-form-wrapper .option {
    padding-right: 1.5rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis; }
.basket__coupon-input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  text-transform: none;
  line-height: 2.8rem;
  height: 3rem;
  background-color: #303030;
  border: solid 1px #819165;
  padding: 0 .5rem;
  border-radius: 0.5rem; }
  .basket__coupon-input::placeholder {
    font-size: 1.4rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    text-transform: none; }
.basket__coupon-link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  line-height: 2rem;
  color: #fff;
  text-decoration: underline;
  transition: all .3s ease; }
  .basket__coupon-link:hover {
    color: #fff;
    text-decoration: none; }
.basket__coupon-validate {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  line-height: 2rem;
  color: #fff;
  text-decoration: underline;
  transition: all .3s ease; }
  .basket__coupon-validate:hover {
    color: #fff;
    text-decoration: none; }
.basket__coupon-add-button {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 2rem;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: none;
  color: #fff;
  background-color: #698632;
  border: none;
  padding: 0.6rem 2rem;
  border-radius: 0.5rem;
  transition: all .3s ease;
  width: calc(35% - 1rem); }
  .basket__coupon-add-button:hover {
    color: #fff;
    background-color: #8b937d; }

/*  Basket messages
    -------------------------------------------------------------------------- */
.text-below-basket {
  font-size: 1.4rem;
  color: #fff;
  background-color: #e4702b;
  border-radius: 1rem; }
  @media screen and (max-width: 52.5em) {
    .text-below-basket {
      border-radius: 0; } }

.basket__footer-red-message {
  font-size: 1.4rem;
  color: #fff;
  background-color: #ea5f4d; }
.basket__error {
  font-size: 1.4rem;
  color: #fff;
  background-color: #ea5f4d; }

/*  Basket clickable promotions
    -------------------------------------------------------------------------- */
.basket__clickable-promotions {
  background-color: #3e3e3e; }
  .basket__clickable-promotions:has(.clickable-promotion) {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #698632;
    border-radius: 1rem;
    overflow: hidden; }
    @media screen and (max-width: 52.5em) {
      .basket__clickable-promotions:has(.clickable-promotion) {
        border: none;
        border-radius: 0; } }
  .basket__clickable-promotions:has(.clickable-promotion:not([style="display: none;"]) ~ .clickable-promotion:not([style="display: none;"])) .clickable-promotion {
    width: calc(50% - .5rem); }

.clickable-promotion {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden; }
  .clickable-promotion__form {
    display: block; }
  .clickable-promotion__link {
    display: block;
    text-decoration: none; }
  .clickable-promotion__image {
    display: block;
    width: 100%;
    border: none; }
  .clickable-promotion:not([data-clickable-promotion=""]) {
    background-color: #ea5f4d; }
  .clickable-promotion__error {
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    background-color: #ea5f4d;
    padding: .5rem; }

/*  Basket upsellings
    -------------------------------------------------------------------------- */
.basket-upselling {
  display: block;
  margin: 2rem auto 0;
  border: 1px solid #698632;
  border-radius: 1rem;
  background-color: #3e3e3e;
  padding: 1rem; }
  .basket-upselling__image {
    display: block;
    margin: 0 auto;
    border-radius: 0.5rem;
    overflow: hidden; }
  .basket-upselling__image-wrapper {
    margin-bottom: 1rem; }
  .basket-upselling__header {
    margin-bottom: 1rem; }
  .basket-upselling__title {
    margin-top: .5rem;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: none;
    line-height: 2.4rem;
    color: #fff; }
  .basket-upselling__description {
    margin-top: .5rem;
    color: #fff; }
  .basket-upselling__footer-wrapper {
    display: flex;
    justify-content: space-between; }
  .basket-upselling .nice-select__container {
    width: 65%; }
  .basket-upselling .nice-select .list {
    overflow-y: auto;
    max-height: 16rem; }
  .basket-upselling .nice-select .option {
    padding-right: 1.5rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis; }
  .basket-upselling__button {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 2.4rem;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: none;
    color: #fff;
    background-color: #698632;
    border: none;
    padding: 0.4rem 1rem;
    border-radius: 0.5rem;
    transition: all .3s ease;
    width: calc(35% - 1rem); }
    .basket-upselling__button:hover {
      color: #fff;
      background-color: #8b937d; }
  @media screen and (max-width: 52.5em) {
    .basket-upselling {
      border: none;
      border-radius: 0; }
      .basket-upselling__image-wrapper {
        border-radius: 0; }
      .basket-upselling .list {
        top: auto;
        bottom: 100%;
        transform-origin: 50% 100%;
        transform: scale(0.75) translateY(21px); }
      .basket-upselling.open .list {
        margin-top: 0;
        margin-bottom: 1px;
        border-radius: 0.5rem 0.5rem 0 0;
        transform: scale(1) translateY(0); } }

/*  ==========================================================================
    CUSTOMIZATION POPUP
    ========================================================================== */
.popup {
  border-radius: 1rem;
  background-color: #242222; }
  .popup_improved .popup__description {
    margin-top: 0; }
  .popup__description {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: none;
    line-height: 2rem;
    color: #fff;
    grid-area: popup_description; }
  .popup__title, .popup__price {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    text-transform: none;
    line-height: 2.4rem;
    color: #fff; }
  .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__header {
    grid-area: popup_header; }
  .popup__top {
    display: grid;
    grid-template-columns: 28% 70%;
    grid-template-rows: min-content 1fr;
    grid-column-gap: 2%;
    align-items: start;
    grid-template-areas: "popup_img popup_header" "popup_img popup_description"; }
  .popup__picture {
    width: 100%;
    margin-right: 0;
    grid-area: popup_img; }
  .popup.popup_improved {
    border-radius: 1rem; }
    .popup.popup_improved .popup__title-wrapper {
      display: flex; }
    .popup.popup_improved .popup__title-mobile-close {
      padding-top: 0;
      margin-top: 0; }
    .popup.popup_improved.popup_scrolled .popup__title {
      background-color: #242222;
      border-bottom: 1px solid #698632;
      box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
      padding: 1rem 2rem; }
    .popup.popup_improved.popup_scrolled .popup__header {
      margin-bottom: 4.8rem; }
  @media screen and (max-width: 52.5em) {
    .popup__top {
      display: block; }
    .popup.popup_improved:not(.popup_delete-acccount) {
      height: 100%;
      border-radius: 0; }
      .popup.popup_improved:not(.popup_delete-acccount).popup_scrolled .popup__title {
        padding: 1rem 1.5rem; } }

.popup-holder-improved {
  display: block;
  position: fixed;
  left: 0;
  top: -100%;
  width: 100%;
  max-width: 100%;
  height: 100%;
  z-index: 1200; }
  .popup-holder-improved .popup {
    display: block;
    opacity: 0;
    top: -100%;
    transition: all .4s ease-out; }
  .popup-holder-improved__overlay {
    opacity: 0;
    transition: all .5s ease-out; }
  .popup-holder-improved.popup_animation {
    top: 0; }
    .popup-holder-improved.popup_animation .popup {
      opacity: 1;
      top: 50%; }
    .popup-holder-improved.popup_animation:not(.popup-holder-improved_visible) .popup {
      top: -100%; }
    .popup-holder-improved.popup_animation:not(.popup-holder-improved_visible) .popup-holder-improved__overlay {
      opacity: 0; }
    .popup-holder-improved.popup_animation .popup-holder-improved__overlay {
      display: block;
      opacity: 1; }
  @media screen and (max-width: 52.5em) {
    .popup-holder-improved .popup {
      transition: none; } }

.page__overlay {
  transition: all .5s ease-out; }
.page_popup-visible {
  overflow: hidden; }
  .page_popup-visible .page__overlay {
    opacity: 0;
    display: block !important; }
.page.popup_animation .page__overlay {
  display: block !important;
  opacity: 1; }
.page.popup_animation:not(.page_popup-visible) .page__overlay {
  opacity: 0; }

.popup__close {
  color: #fff;
  background-color: #698632;
  transition: all .3s ease; }
  .popup__close:hover {
    color: #fff;
    background-color: #8b937d; }

/*  Popup group
    -------------------------------------------------------------------------- */
.popup-group__line {
  display: flex; }
  .popup-group__line + .popup-group__line {
    margin-top: 1rem; }
.popup-group__quantity-field {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  text-transform: none;
  line-height: 3rem;
  height: 3.2rem;
  background-color: #303030;
  border: solid 1px #819165;
  padding: 0 .5rem;
  border-radius: 0.5rem;
  width: 5.2rem; }
  .popup-group__quantity-field::placeholder {
    font-size: 1.6rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    text-transform: none; }
.popup-group__quantity-minus-icon:before, .popup-group__quantity-plus-icon:before {
  line-height: 2.4rem; }
.popup-group__quantity-button {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: .4rem 1rem .4rem 0;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 2.4rem;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: none;
  color: #fff;
  background-color: #698632;
  border: none;
  padding: 0 0;
  border-radius: 0.5rem;
  transition: all .3s ease;
  border-radius: 50%; }
  .popup-group__quantity-button:hover {
    color: #fff;
    background-color: #8b937d; }
  .popup-group__quantity-button ~ .popup-group__quantity-button {
    margin: .4rem 0 .4rem 1rem; }
.popup-group__label, .popup-group__single-choice {
  display: inline-flex;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: none;
  line-height: 3.2rem;
  color: #fff; }
.popup-group_improved .popup-group__single-choice {
  line-height: 3.2rem; }
.popup-group .nice-select__container {
  display: inline-flex;
  min-width: 12rem; }
  .popup-group .nice-select__container .nice-select {
    width: 100%; }
.popup-group_improved .popup-group__label {
  line-height: 3.2rem; }
.popup-group_improved .nice-select {
  line-height: 3rem;
  height: 3.2rem; }

/*  Popup row
    -------------------------------------------------------------------------- */
.popup-row__title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: none;
  line-height: 2rem;
  color: #fff;
  margin-bottom: 1.5rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #698632; }
.popup-row__description {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.8rem;
  color: #fff;
  margin-bottom: 1.5rem; }
.popup-row + .popup-row {
  border-top: none; }
.popup-row .nice-select .list {
  height: 1rem; }
.popup-row .nice-select.open .list,
.popup-row .nice-select .list {
  max-height: 9rem;
  overflow-x: hidden; }
.popup-row .nice-select .option {
  padding-right: 1.5rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis; }
.popup-row[data-side]:has(.popup-set .popup-set__option:nth-of-type(7)) .nice-select.open .list,
.popup-row[data-side]:has(.popup-set .popup-set__option:nth-of-type(7)) .nice-select .list {
  max-height: 12rem; }
.popup-row[data-side]:last-of-type {
  padding-bottom: 7rem; }
  .popup-row[data-side]:last-of-type:has(.popup-set .popup-set__option:nth-of-type(1)) {
    padding-bottom: 4.5rem; }
  .popup-row[data-side]:last-of-type:has(.popup-set .popup-set__option:nth-of-type(4)) {
    padding-bottom: 2rem; }
  .popup-row[data-side]:last-of-type:has(.popup-set .popup-set__option:nth-of-type(7)) {
    padding-bottom: 1.4rem; }
    .popup-row[data-side]:last-of-type:has(.popup-set .popup-set__option:nth-of-type(7)) .nice-select.open .list,
    .popup-row[data-side]:last-of-type:has(.popup-set .popup-set__option:nth-of-type(7)) .nice-select .list {
      max-height: 9rem; }
  .popup-row[data-side]:last-of-type:has(.popup-set .popup-set__option:nth-of-type(10)) .nice-select.open .list,
  .popup-row[data-side]:last-of-type:has(.popup-set .popup-set__option:nth-of-type(10)) .nice-select .list {
    max-height: 12rem; }

/*  Popup enum
    -------------------------------------------------------------------------- */
.popup-enum {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem; }
  .popup-enum__option {
    margin-right: 0;
    margin-bottom: 0; }
  .popup-enum__text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.8rem;
    color: #fff;
    background-color: #698632;
    border: 1px solid #698632;
    border-radius: 0.5rem; }
  .popup-enum__radio:checked + .popup-enum__text {
    color: #fff;
    background-color: rgba(105, 134, 50, 0.4);
    border: 1px solid #698632;
    cursor: default; }
  .popup-enum__radio:disabled + .popup-enum__text {
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(105, 134, 50, 0.2);
    border: 1px solid rgba(105, 134, 50, 0.2); }

/*  Popup set
    -------------------------------------------------------------------------- */
.popup-set__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0; }
  .popup-set__wrapper_double-title {
    display: none;
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 40em) {
      .popup-set__wrapper_double-title .popup-set__option {
        display: block; }
        .popup-set__wrapper_double-title .popup-set__option:nth-child(3) {
          display: none; } }
    @media screen and (max-width: 30em) {
      .popup-set__wrapper_double-title .popup-set__option:nth-child(2) {
        display: none; } }
.popup-set:has(.set__wrapper_label .popup-set__label + .popup-set__label) .popup-set__wrapper_double-title {
  display: flex; }
.popup-set__group-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: none;
  line-height: 2.4rem;
  color: #fff; }
.popup-set__title {
  color: #fff; }
.popup-set__text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.6rem;
  color: #fff;
  padding-left: 2.7rem;
  /* INFO: Possible types: check, radio, tick */ }
  .popup-set__text:before, .popup-set__text:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    margin: 0; }
  .popup-set__text:before {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    border-style: solid;
    border-width: 1px;
    border-color: #698632;
    border-radius: 0;
    background-color: #242222; }
  .popup-set__text:after {
    display: none;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0;
    background-color: #698632;
    margin: 0.4rem; }
.popup-set__label {
  display: inline-block;
  vertical-align: top;
  padding-right: 1rem; }
.popup-set__option[data-double] .popup-set__label:before {
  border: 1px solid #698632;
  background-color: #242222; }
.popup-set__option[data-double] .popup-set__label .popup-set__phantom:after {
  margin: .4rem;
  width: .8rem;
  height: .8rem;
  background-color: #698632; }

/*  Popup buttons
    -------------------------------------------------------------------------- */
.popup-buttons {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between; }
  .popup-buttons__button {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 2rem;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: none;
    color: #fff;
    background-color: #698632;
    border: none;
    padding: 0.7rem 2rem;
    border-radius: 0.5rem;
    transition: all .3s ease; }
    .popup-buttons__button:hover {
      color: #fff;
      background-color: #8b937d; }
  .popup-buttons__link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: none;
    line-height: 4.6rem;
    color: #fff;
    text-decoration: underline;
    transition: all .3s ease; }
    .popup-buttons__link:hover {
      color: #fff;
      text-decoration: none; }
  .popup-buttons_improved .popup-buttons__button {
    border-radius: 1rem 1rem 0 0; }

/*  ==========================================================================
    CHECKOUT, ACCOUNT & ORDER PAGES
    ========================================================================== */
.checkout {
  padding: 2rem;
  background-color: #181717;
  border-radius: 1rem; }
  .checkout__section + .checkout__section {
    margin-top: 3rem;
    padding-top: 2.5rem;
    border-top: 1px solid #95a874; }
  .checkout__footer {
    margin-top: 3rem; }

.checkout__title,
.credit-page__title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-transform: none;
  line-height: 2.4rem;
  color: #fff; }

.checkout-row__label,
.checkout-row__group-label,
.checkout-variant__label,
.checkout-variant__select-label,
.card-entry__label,
.card-entry__saved-card-label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
  line-height: 2rem;
  color: #fff; }

.checkout-variant__helper,
.checkout__description,
.checkout-row__group,
.card-entry__instructions,
.card-entry__cvcode-label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.8rem;
  color: #fff; }

.card-entry__cvcode-input,
.card-entry__input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  text-transform: none;
  line-height: 2.8rem;
  height: 3rem;
  background-color: #303030;
  border: solid 1px #819165;
  padding: 0 .5rem;
  border-radius: 0.5rem; }
  .card-entry__cvcode-input::placeholder,
  .card-entry__input::placeholder {
    font-size: 1.4rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    text-transform: none; }

.checkout-row__field-text,
.checkout-row__field-textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  text-transform: none;
  line-height: 2.8rem;
  height: 3rem;
  background-color: #303030;
  border: solid 1px #819165;
  padding: 0 .5rem;
  border-radius: 0.5rem; }
  .checkout-row__field-text::placeholder,
  .checkout-row__field-textarea::placeholder {
    font-size: 1.4rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    text-transform: none; }
  .checkout-row__field-text[disabled],
  .checkout-row__field-textarea[disabled] {
    border-color: rgba(129, 145, 101, 0.2); }

.checkout-row__field-textarea {
  resize: none;
  height: 7.5rem; }

/*  Radio button on step3
    -------------------------------------------------------------------------- */
.checkout-variant__label {
  position: relative;
  cursor: pointer;
  line-height: 1.6rem; }
  .checkout-variant__label .checkout-variant__radio {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
    .checkout-variant__label .checkout-variant__radio:checked + .checkout-variant__text:after {
      display: block; }
  .checkout-variant__label .checkout-variant__text {
    padding-left: 2.7rem;
    position: relative;
    display: inline-block;
    vertical-align: top;
    /* INFO: Possible types: check, radio, tick */ }
    .checkout-variant__label .checkout-variant__text:before, .checkout-variant__label .checkout-variant__text:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      box-sizing: border-box;
      margin: 0; }
    .checkout-variant__label .checkout-variant__text:before {
      display: block;
      width: 1.6rem;
      height: 1.6rem;
      border-style: solid;
      border-width: 1px;
      border-color: #698632;
      border-radius: 50%;
      background-color: #fff; }
    .checkout-variant__label .checkout-variant__text:after {
      display: none;
      width: 0.8rem;
      height: 0.8rem;
      border-radius: 50%;
      background-color: #698632;
      margin: 0.4rem; }

/*  Checkbox on login section
    -------------------------------------------------------------------------- */
.checkout-row__group-label_checkbox {
  font-size: 1.4rem;
  position: relative;
  cursor: pointer; }
  .checkout-row__group-label_checkbox .checkout-row__field-checkbox {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0; }
    .checkout-row__group-label_checkbox .checkout-row__field-checkbox:checked + .checkout-row__label-text:after {
      display: block; }
  .checkout-row__group-label_checkbox .checkout-row__label-text {
    padding-left: 2.7rem;
    line-height: 1.6rem;
    display: inline-block;
    vertical-align: top;
    position: relative;
    /* INFO: Possible types: check, radio, tick */ }
    .checkout-row__group-label_checkbox .checkout-row__label-text:before, .checkout-row__group-label_checkbox .checkout-row__label-text:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      box-sizing: border-box;
      margin: 0; }
    .checkout-row__group-label_checkbox .checkout-row__label-text:before {
      display: block;
      width: 1.6rem;
      height: 1.6rem;
      border-style: solid;
      border-width: 1px;
      border-color: #698632;
      border-radius: 0;
      background-color: #fff; }
    .checkout-row__group-label_checkbox .checkout-row__label-text:after {
      display: none;
      width: 0.8rem;
      height: 0.8rem;
      border-radius: 0;
      background-color: #698632;
      margin: 0.4rem; }

/*  Contact free delivery
    -------------------------------------------------------------------------- */
.checkout-row__group_emphisized {
  padding: 0;
  color: #fff;
  background-color: transparent; }
.checkout-row__group-item_description {
  line-height: 1.3; }

/*  Checkout atoms
    -------------------------------------------------------------------------- */
.checkout-row__group-item_atoms {
  display: flex;
  gap: 1rem;
  justify-content: space-between; }
.checkout-row__group-atom {
  display: flex; }
  .checkout-row__group-atom .checkout-row__group-label {
    flex-shrink: 0; }
  .checkout-row__group-atom .checkout-row__field-text_small {
    width: 100%;
    max-width: 8rem; }
@media screen and (max-width: 40em) {
  .checkout-row__group-atom:first-child .checkout-row__group-label_atom, .checkout-row__group-label_atom {
    padding: 0;
    margin-left: 0;
    margin-bottom: .5rem;
    width: auto; }
  .checkout-row__group-atom {
    display: flex;
    flex-direction: column; }
    .checkout-row__group-atom .checkout-row__field-text_small {
      max-width: none; } }

/*  Labels above input field in forms (desktop mode)
    -------------------------------------------------------------------------- */
/*  Form buttons
    Contain a button on the right and a cancel link on the left.
    -------------------------------------------------------------------------- */
.form-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem; }
  .form-buttons__button {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 2rem;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: none;
    color: #fff;
    background-color: #698632;
    border: none;
    padding: 0.9rem 2rem;
    border-radius: 0.5rem;
    transition: all .3s ease;
    text-transform: none;
    order: 2; }
    .form-buttons__button:hover {
      color: #fff;
      background-color: #8b937d; }
    .form-buttons__button[disabled] {
      cursor: default;
      pointer-events: none;
      color: rgba(255, 255, 255, 0.5);
      background-color: rgba(105, 134, 50, 0.5); }
  .form-buttons__link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: none;
    line-height: 2rem;
    color: #fff;
    text-decoration: underline;
    transition: all .3s ease;
    order: 1; }
    .form-buttons__link:hover {
      color: #fff;
      text-decoration: none; }

.page_order_step5 .form-buttons__link {
  order: -1; }

/*  Switcher buttons as radio buttons
    -------------------------------------------------------------------------- */
.switcher-btns {
  display: flex;
  gap: 1rem;
  width: 100%; }
  @media screen and (max-width: 40em) {
    .switcher-btns {
      flex-wrap: wrap; } }

.switcher-btn {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 2rem;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: none;
  color: #fff;
  background-color: #698632;
  border: none;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  transition: all .3s ease;
  flex-grow: 1; }
  .switcher-btn:hover {
    color: #fff;
    background-color: #8b937d; }
  .switcher-btn_active {
    background-color: rgba(105, 134, 50, 0.4); }
  .switcher-btn:not(.switcher-btn_active) {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 2rem;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: none;
    color: #fff;
    background-color: #698632;
    border: none;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    transition: all .3s ease; }
    .switcher-btn:not(.switcher-btn_active):hover {
      color: #fff;
      background-color: #8b937d; }
  @media screen and (max-width: 40em) {
    .switcher-btn {
      width: 100%; } }

/*  Loyalty (step4)
    -------------------------------------------------------------------------- */
.checkout-loyalty__balance {
  font-size: 2rem; }
.checkout-loyalty__teaser {
  margin-bottom: 1.5rem;
  font-weight: 700; }
.checkout-loyalty__rewards {
  width: 14rem;
  height: 14rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }
.checkout-loyalty:has(.checkout-loyalty__rewards) {
  min-height: 14rem;
  padding-left: 16rem;
  position: relative; }
@media screen and (max-width: 26.5em) {
  .checkout-loyalty__rewards {
    position: static;
    transform: none;
    margin: 0 auto 1rem;
    width: 12rem;
    height: 12rem; }
    .checkout-loyalty__rewards .rewards__value {
      font-size: 3rem;
      line-height: 1; }
    .checkout-loyalty__rewards .rewards__label {
      font-size: 1.8rem; }
  .checkout-loyalty:has(.checkout-loyalty__rewards) {
    padding-left: 0; } }

/*  Checkout confirmation page (step5)
    -------------------------------------------------------------------------- */
.checkout-confirm__title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: none;
  line-height: 2.4rem;
  color: #fff; }
.checkout-confirm__content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.8rem;
  color: #fff; }

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

/*  Checkout upselling
    -------------------------------------------------------------------------- */
.category_upselling .category__title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-transform: none;
  line-height: 2.4rem;
  color: #fff; }
.category_upselling .category__products {
  max-width: 90rem;
  margin: 0 auto;
  display: flex;
  gap: 2rem; }
.category_upselling .product {
  width: calc(33.33% - 4rem / 3);
  margin-bottom: 0;
  margin-left: 0; }
  .category_upselling .product_monoblock .product__wrapper, .category_upselling .product__wrapper {
    background-color: #121212; }
@media screen and (max-width: 64em) {
  .category_upselling .category__products {
    flex-wrap: wrap; }
  .category_upselling .product {
    width: calc(50% - 1rem); } }
@media screen and (max-width: 52.5em) {
  .category_upselling .product {
    width: calc(33.33% - 4rem / 3); } }
@media screen and (max-width: 42.5em) {
  .category_upselling .category__products {
    flex-wrap: wrap;
    gap: 1rem; }
  .category_upselling .product {
    width: calc(50% - .5rem); } }
@media screen and (max-width: 22.5em) {
  .category_upselling .product {
    width: 100%; } }

/*  User registration error (invalid/empty fields)
    -------------------------------------------------------------------------- */
.checkout-error {
  color: #fff;
  background-color: #900;
  border-radius: 0.5rem;
  overflow: hidden; }

/*  Checkout/Account referral program
    -------------------------------------------------------------------------- */
.checkout__referral-banner {
  color: #fff; }
.checkout__referral-program-rules {
  font-size: 1.275rem; }
.checkout__referral-link {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 2rem;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: none;
  color: #fff;
  background-color: #698632;
  border: none;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  transition: all .3s ease;
  margin: 1rem 0;
  min-width: 15rem;
  text-align: center; }
  .checkout__referral-link:hover {
    color: #fff;
    background-color: #8b937d; }
  .checkout__referral-link span[data-copied] {
    padding: 1rem 0;
    color: #fff; }

/*  Thank you page referrence banner link
    -------------------------------------------------------------------------- */
.checkout-confirm__referral-banner {
  color: #fff;
  box-shadow: none;
  background-color: #698632;
  text-decoration: none;
  transition: all .3s ease; }
  .checkout-confirm__referral-banner:hover {
    color: #fff;
    background-color: #8b937d; }
  .checkout-confirm__referral-banner .referral-banner {
    text-shadow: none; }

/*  Order page
    -------------------------------------------------------------------------- */
.order-table {
  border-radius: 0.5rem;
  overflow: hidden; }
  .order-table__header {
    display: flex;
    background-color: #698632; }
  .order-table__header-item {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: none;
    line-height: 2rem;
    color: #fff; }
  @media screen and (max-width: 40em) {
    .order-table {
      overflow-x: auto; }
      .order-table .order-row, .order-table__header {
        width: 58rem; } }

/*  Order row
    -------------------------------------------------------------------------- */
.order-row__header {
  display: flex;
  color: #fff;
  font-size: 1.2rem;
  background-color: #7c8668;
  border-top: 1px solid #ccc;
  transition: all .3s ease; }
  .order-row__header:hover {
    color: #fff !important;
    background-color: #303529 !important; }
.order-row__order {
  border-top: 3px solid #ccc; }
.order-row:nth-child(even) .order-row__header {
  color: #fff;
  background-color: #484f3d; }
.order-row.order-table__show-more .order-row__header {
  color: #fff;
  background-color: #7c8668; }

/*  Order
    -------------------------------------------------------------------------- */
.order {
  color: #fff;
  background-color: #303030;
  border-top: solid 1px #ccc; }
  .order__group-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: none;
    line-height: 2rem;
    color: #fff; }
  .order__group_columns {
    display: flex; }
  .order__add {
    padding-right: 0; }
  .order__add-button {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 2rem;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: none;
    color: #fff;
    background-color: #698632;
    border: none;
    padding: 0 1rem;
    border-radius: 0.5rem;
    transition: all .3s ease; }
    .order__add-button:hover {
      color: #fff;
      background-color: #8b937d; }
  .order__repeat-button {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 2.4rem;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: none;
    color: #fff;
    background-color: #698632;
    border: none;
    padding: 0 2rem;
    border-radius: 0.5rem;
    transition: all .3s ease; }
    .order__repeat-button:hover {
      color: #fff;
      background-color: #8b937d; }
  .order__repeat-empty-basket {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: none;
    line-height: 2.4rem;
    color: #fff;
    text-decoration: underline;
    transition: all .3s ease; }
    .order__repeat-empty-basket:hover {
      color: #fff;
      text-decoration: none; }
  .order__items-container {
    border-top-color: #ccc;
    border-radius: 0.5rem; }
  .order__items-table {
    color: #fff;
    background-color: #303030;
    border: none; }
  .order__items-deal {
    color: #fff;
    background-color: #5e6454; }
  .order__items-deal-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: none;
    line-height: 2rem;
    color: #fff;
    background-color: #778263; }
  .order__items-footer {
    border-top-color: #ccc;
    font-weight: 700; }
  .order__total {
    border-top-color: #ccc; }

/*  Credit
    -------------------------------------------------------------------------- */
.credit-page__main {
  color: #fff;
  background-color: #181717;
  border-radius: 1rem;
  overflow: hidden; }
.credit-page__status__balance-amount {
  margin-top: 1rem; }
.credit-page__form__teaser {
  color: #fff; }
.credit-page__form__input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  text-transform: none;
  line-height: 2.8rem;
  height: 3rem;
  background-color: #303030;
  border: solid 1px #819165;
  padding: 0 .5rem;
  border-radius: 0.5rem; }
  .credit-page__form__input::placeholder {
    font-size: 1.4rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    text-transform: none; }
.credit-page__form__button {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 2rem;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: none;
  color: #fff;
  background-color: #698632;
  border: none;
  padding: 0.7rem 2rem;
  border-radius: 0.5rem;
  transition: all .3s ease;
  max-width: 30rem;
  width: 100%; }
  .credit-page__form__button:hover {
    color: #fff;
    background-color: #8b937d; }
.credit-page__history {
  padding: 2rem;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #181717; }
  .credit-page__history .credit-page__history {
    border-radius: 0; }
    @media screen and (max-width: 30em) {
      .credit-page__history .credit-page__history {
        overflow-x: auto; } }

/*  Credit table
    -------------------------------------------------------------------------- */
.credit-table {
  border-radius: 0.5rem;
  overflow: hidden; }
  .credit-table__header {
    color: #fff;
    font-weight: 700;
    background-color: #698632; }
  .credit-table__row {
    background-color: #7c8668; }
    .credit-table__row:nth-child(odd) {
      background-color: #484f3d; }
    .credit-table__row:hover {
      background-color: #7c8668; }
      .credit-table__row:hover:nth-child(odd) {
        background-color: #484f3d; }
  .credit-table td {
    color: #fff;
    border-top: 1px solid #ccc; }

/*  ==========================================================================
    MESSAGES
    ========================================================================== */
.message_info {
  padding: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
  line-height: 2rem;
  color: #fff;
  background-color: #53c259;
  opacity: 0.9; }
  .message_info a,
  .message_info a:hover {
    color: #fff; }

@media screen and (max-width: 52.5em) {
  .page_menu.page_improved .message_info {
    bottom: auto;
    top: 0;
    text-align: center;
    background-color: transparent; }
  .page_menu.page_improved .message_info .message__wrapper {
    display: inline-block;
    background-color: #53c259; } }
/*  Important (warning/error) message displayed at the top
    Eg. someone tries to access /account without being logged in
    -------------------------------------------------------------------------- */
.message_error {
  padding: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
  line-height: 2rem;
  color: #fff;
  background-color: #d9230b;
  opacity: 1; }
  .message_error a,
  .message_error a:hover {
    color: #fff; }

/*  ==========================================================================
    HOMEPAGE
    ========================================================================== */
.content_index {
  margin-top: 0; }
  .content_index .content__wrapper {
    width: 100%;
    max-width: none; }

.category-navigation_index.category-navigation_hide-on-desktop {
  display: none; }

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

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

.category-navigation__order-button {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 2rem;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: none;
  color: #232323;
  background-color: #fff;
  border: none;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  transition: all .3s ease;
  float: right;
  margin: .6rem 0 .6rem .5rem; }
  .category-navigation__order-button:hover {
    color: #fff;
    background-color: #a1ae8a; }

.index-slideshow-links {
  display: flex;
  justify-content: center;
  gap: 2rem; }
  .index-slideshow-links__link {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 2rem;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: none;
    color: #fff;
    background-color: #698632;
    border: none;
    padding: 1.3rem 2rem;
    border-radius: 0.5rem;
    transition: all .3s ease;
    flex: 0 0 20rem; }
    .index-slideshow-links__link:hover {
      color: #fff;
      background-color: #8b937d; }
  @media screen and (max-width: 52.5em) {
    .index-slideshow-links {
      position: static;
      margin-top: 3rem; } }
  @media screen and (max-width: 30em) {
    .index-slideshow-links {
      flex-direction: column;
      align-items: center;
      gap: 1.5rem; }
      .index-slideshow-links__link {
        flex-basis: auto;
        max-width: 20rem;
        width: 100%; } }

/*  Homepage: shop picker above the slideshow
    -------------------------------------------------------------------------- */
.index-slideshow {
  border-radius: 1rem;
  overflow: hidden; }

.index-locator {
  color: #fff;
  background-color: #1c1a1a; }
  .index-locator__container .index-locator {
    border-radius: 0 1rem 1rem 0; }
    .index-locator__container .index-locator ~ .index-slideshow {
      border-radius: 1rem 0 0 1rem;
      overflow: hidden; }
  .index-locator__container .index-locator__title {
    border-radius: 0 1rem 0 0; }
  .index-locator__container_bottom .index-locator, .index-locator__container_centered .index-locator {
    border-radius: 1rem; }
    .index-locator__container_bottom .index-locator ~ .index-slideshow, .index-locator__container_centered .index-locator ~ .index-slideshow {
      border-radius: 1rem;
      overflow: hidden; }
  .index-locator__container_bottom .index-locator__title, .index-locator__container_centered .index-locator__title {
    border-radius: 1rem 1rem 0 0; }
  .index-locator__title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: none;
    line-height: 2.4rem;
    color: #fff;
    text-align: center;
    background-color: #1c1a1a; }
  .index-locator__methods {
    border-radius: 0.5rem;
    border: 1px solid #698632;
    overflow: hidden; }
  .index-locator__method {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: none;
    line-height: 2.1rem;
    color: #fff; }
    .index-locator__method input[type="radio"] {
      opacity: 0; }
      .index-locator__method input[type="radio"]:checked + span {
        color: #fff;
        background-color: rgba(105, 134, 50, 0.4); }
  .index-locator__method-name {
    background-color: #698632; }
  .index-locator__postcode-input-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-right: 0; }
  .index-locator__postcode-input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    color: #fff;
    text-transform: none;
    line-height: 3.8rem;
    height: 4rem;
    background-color: #303030;
    border: solid 1px #819165;
    padding: 0 .5rem;
    border-radius: 0.5rem;
    width: 100%;
    margin-bottom: 0; }
    .index-locator__postcode-input::placeholder {
      font-size: 1.7rem;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.8);
      text-transform: none; }
  .index-locator__postcode-button {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 2rem;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: none;
    color: #fff;
    background-color: #698632;
    border: none;
    padding: 0.7rem 2rem;
    border-radius: 0.5rem;
    transition: all .3s ease;
    width: 100%; }
    .index-locator__postcode-button:hover {
      color: #fff;
      background-color: #8b937d; }
  .index-locator__postcode-warning {
    color: #d9230b;
    font-size: 1.3rem; }
  .index-locator__text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: none;
    line-height: 1.7rem;
    color: #fff; }
  .index-locator__postcode-selected {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: none;
    line-height: 1.9rem;
    color: #fff; }
  .index-locator__postcode-link {
    color: #fff;
    font-weight: 400; }

.index-locator-restaurant {
  color: #fff;
  font-size: 1.4rem;
  border-top: 1px solid #fff; }
  .index-locator-restaurant__name {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    text-transform: none;
    line-height: 2.1rem;
    color: #fff; }
  .index-locator-restaurant__phone {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    text-transform: none;
    line-height: 2.1rem;
    color: #fff; }
    .index-locator-restaurant__phone a {
      color: #fff;
      text-decoration: none; }
  .index-locator-restaurant__button {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 2rem;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: none;
    color: #fff;
    background-color: #698632;
    border: none;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    transition: all .3s ease; }
    .index-locator-restaurant__button:hover {
      color: #fff;
      background-color: #8b937d; }

@media screen and (max-width: 52.5em) {
  .index-locator__wrapper {
    padding-bottom: 2rem; } }
/*  Homepage: connected customer
    -------------------------------------------------------------------------- */
.index-connected-customer {
  margin: 2rem 0; }
  .index-connected-customer__items {
    display: flex;
    justify-content: space-between;
    gap: 2.4rem; }
  .index-connected-customer__item {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(33.33% - 1.6rem);
    gap: 1rem;
    padding: 1.5rem 2rem;
    color: #fff;
    background-color: #1c1a1a;
    border-radius: 1rem; }
    .index-connected-customer__item:first-child {
      color: #fff;
      background-color: rgba(0, 0, 0, 0.4); }
    .index-connected-customer__item_variant {
      align-items: center;
      background-color: #1c1a1a; }
      .index-connected-customer__item_variant .index-connected-customer__buttons {
        justify-content: center; }
  .index-connected-customer__title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: none;
    line-height: 2.4rem;
    color: #fff; }
  .index-connected-customer__content {
    margin-bottom: 1rem; }
  .index-connected-customer__buttons {
    margin: auto auto 0;
    display: flex;
    gap: 1rem;
    width: 100%; }
  .index-connected-customer__button {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 2rem;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: none;
    color: #fff;
    background-color: #698632;
    border: none;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    transition: all .3s ease; }
    .index-connected-customer__button:hover {
      color: #fff;
      background-color: #8b937d; }
  .index-connected-customer__item:first-of-type .index-connected-customer__button {
    min-width: auto;
    padding: 1rem 2rem; }
  .index-connected-customer__item:first-of-type .index-connected-customer__button_other {
    margin-left: 0;
    color: #fff;
    background-color: rgba(105, 134, 50, 0.4); }
    .index-connected-customer__item:first-of-type .index-connected-customer__button_other:hover {
      color: #fff;
      background-color: #8b937d; }
  @media screen and (max-width: 52.5em) {
    .index-connected-customer__items {
      gap: 2rem;
      flex-direction: column; }
    .index-connected-customer__item + .index-connected-customer__item {
      margin-top: 0; } }

/*  Homepage: microblog - a series of short blocks (image + text)
    -------------------------------------------------------------------------- */
.index-microblog {
  margin: 3rem auto; }
  .index-microblog__wrapper {
    display: flex;
    justify-content: space-between; }
  .index-microblog__post {
    flex: 0 0 calc(33.33% - 1.6rem);
    color: #fff;
    background-color: #1c1a1a;
    position: relative;
    border-radius: 1rem; }
  .index-microblog__image {
    border-radius: 1rem;
    max-width: 60rem;
    width: 100%; }
  .index-microblog__title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.1rem;
    font-weight: 700;
    text-transform: none;
    line-height: 2.7rem;
    color: #fff;
    margin-bottom: .5rem; }
  .index-microblog__content p + p {
    margin-top: 1rem; }
  .index-microblog__spacer {
    height: 4rem; }
  .index-microblog__footer {
    position: absolute;
    bottom: 1.5rem;
    right: 2rem;
    left: 2rem; }
  .index-microblog__link {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 2.1rem;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: none;
    color: #fff;
    background-color: #698632;
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 0.5rem;
    transition: all .3s ease; }
    .index-microblog__link:hover {
      color: #fff;
      background-color: #8b937d; }
  @media screen and (max-width: 52.5em) {
    .index-microblog__wrapper {
      flex-direction: column;
      align-items: center;
      gap: 2rem 0; }
    .index-microblog__post {
      max-width: 60rem; }
    .index-microblog__post + .index-microblog__post {
      margin-top: 0; } }

/*  Homepage: About us
    -------------------------------------------------------------------------- */
.index-about {
  margin-bottom: 3rem;
  color: #fff; }
  .index-about__wrapper {
    padding: 3rem 5%;
    font-size: 1.8rem;
    text-align: center;
    background-color: #1c1a1a;
    border-radius: 1rem; }
  .index-about__title {
    margin-bottom: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    text-transform: none;
    line-height: 4.5rem;
    color: #fff; }
    @media screen and (max-width: 40em) {
      .index-about__title {
        font-size: 2.5rem; } }

/*  Homepage: newsletter signup form
    -------------------------------------------------------------------------- */
.index-newsletter {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 2.5rem 0;
  color: #fff;
  background-color: #1c1a1a; }
  .index-newsletter__fieldset {
    display: flex;
    gap: 1rem;
    align-items: center; }
  .index-newsletter__title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: none;
    line-height: 2.4rem;
    color: #fff;
    display: flex;
    flex: 2 1 30%;
    flex-wrap: wrap;
    line-height: 2.4rem; }
  .index-newsletter__field-wrapper {
    flex: 2 1 30%;
    width: auto; }
  .index-newsletter__field {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: #fff;
    text-transform: none;
    line-height: 3.4rem;
    height: 3.6rem;
    background-color: #303030;
    border: solid 1px #819165;
    padding: 0 .5rem;
    border-radius: 0.5rem; }
    .index-newsletter__field::placeholder {
      font-size: 1.4rem;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.8);
      text-transform: none; }
  .index-newsletter__button {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 2rem;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: none;
    color: #fff;
    background-color: #698632;
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 0.5rem;
    transition: all .3s ease;
    flex-shrink: 0;
    height: auto;
    width: auto; }
    .index-newsletter__button:hover {
      color: #fff;
      background-color: #8b937d; }
  @media screen and (max-width: 52.5em) {
    .index-newsletter__fieldset {
      flex-wrap: wrap; }
    .index-newsletter .index-newsletter__title {
      flex: 0 0 100%;
      text-align: center;
      line-height: 2.4rem; }
    .index-newsletter__field-wrapper {
      flex: 0 0 calc(50% - .5rem); }
    .index-newsletter .index-newsletter__button {
      flex: 0 0 100%;
      width: 100%; } }
  @media screen and (max-width: 40em) {
    .index-newsletter__field-wrapper {
      flex: 0 0 100%; }
    .index-newsletter__field-wrapper + .index-newsletter__field-wrapper {
      margin-top: 0; } }

/*  Homepage: map showing the position of the restaurant
    -------------------------------------------------------------------------- */
.index-map__wrapper {
  max-width: 120rem;
  max-width: 100%; }
  .index-map__wrapper:before, .index-map__wrapper:after {
    display: none; }
.index-map__shop {
  background-color: #1c1a1a;
  border: 1px solid #698632;
  border-radius: 1rem; }
.index-map__embed {
  border-radius: 0;
  position: absolute;
  width: 100%;
  background-color: #1c1a1a; }
.index-map__embed-image {
  min-height: auto;
  left: 50%;
  top: 50%; }
.index-map__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  overflow: hidden; }
@media screen and (max-width: 52.5em) {
  .index-map__wrapper {
    flex-direction: column;
    align-items: center; }
  .index-map__shop {
    width: 100%;
    max-width: none;
    border-radius: 1rem; }
  .index-map__embed {
    margin-top: 2rem;
    position: relative;
    border-radius: 0; } }
@media screen and (max-width: 40em) {
  .index-map__embed-image {
    transform: translate(-50%, -50%); } }

/*  Social icons - index shop info
    -------------------------------------------------------------------------- */
.index-map__shop .social-icons__link {
  color: #fff;
  border: solid 1px #fff; }
  .index-map__shop .social-icons__link:hover {
    color: #496613;
    border: solid 1px #496613; }
.index-map__shop-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: none;
  line-height: 2.4rem;
  color: #fff;
  margin-bottom: 1rem; }
.index-map__shop-address, .index-map__shop-open, .index-map__shop-info {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.8rem;
  color: #fff; }
.index-map__shop-phone {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: none;
  line-height: 2.4rem;
  color: #fff;
  margin: 1rem 0; }
  .index-map__shop-phone a {
    color: #fff; }
.index-map__order-button {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 2rem;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: none;
  color: #fff;
  background-color: #698632;
  border: none;
  padding: 1rem 1rem;
  border-radius: 0.5rem;
  transition: all .3s ease;
  display: block;
  margin-top: 1.3rem; }
  .index-map__order-button:hover {
    color: #fff;
    background-color: #8b937d; }
.index-map__shop-image {
  margin-top: 1.3rem; }
  .index-map__shop-image img {
    display: block;
    margin: 0 auto;
    border-radius: 0.5rem; }
.index-map__shop-info {
  margin-top: 1.3rem; }

/*  Homepage: list of restaurants (franchises only)
    -------------------------------------------------------------------------- */
.index-shop-list {
  margin: 3rem 0 1rem; }
  .index-shop-list__wrapper {
    padding: 3rem 5% 1rem;
    background-color: #1c1a1a;
    border-radius: 1rem;
    overflow: hidden; }
  .index-shop-list__header {
    margin-bottom: 3rem;
    text-align: center; }
    @media screen and (max-width: 52.5em) {
      .index-shop-list__header {
        margin-bottom: 2rem; } }
  .index-shop-list__title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    text-transform: none;
    line-height: 4.1rem;
    color: #fff; }
    @media screen and (max-width: 40em) {
      .index-shop-list__title {
        font-size: 2.5rem; } }
  .index-shop-list__filter {
    display: inline-block; }
  .index-shop-list__shops {
    display: flex;
    justify-content: center; }
  .index-shop-list__shop {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: none;
    line-height: 2.4rem;
    color: #fff;
    text-align: center;
    float: none; }
  .index-shop-list__shop-title {
    margin-bottom: 1rem;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    text-transform: none;
    line-height: 2.4rem;
    color: #fff; }
  .index-shop-list__shop-link {
    color: #fff; }
  @media screen and (max-width: 52.5em) {
    .index-shop-list {
      margin: 2rem 0 0; }
      .index-shop-list__shop {
        width: 50%; }
      .index-shop-list__shops {
        flex-wrap: wrap; } }
  @media screen and (max-width: 30em) {
    .index-shop-list__shop {
      width: 100%; } }

/*  ==========================================================================
    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: 0;
  padding: .3rem 0; }
  .sku-buttons__text {
    color: #fff;
    background-color: #698632;
    border-left: none; }
  .sku-buttons__list {
    border-radius: 0.5rem;
    display: flex;
    width: 100%; }
  .sku-buttons__radio:checked + .sku-buttons__text {
    color: #fff;
    background-color: #8b937d;
    cursor: default; }
  .sku-buttons__radio:disabled + .sku-buttons__text {
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(105, 134, 50, 0.5); }

.sku-buttons-summary {
  color: #fff; }
  .sku-buttons-summary__name {
    color: #fff; }
  .sku-buttons-summary__value {
    color: #fff; }
  .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 {
  float: none;
  flex-shrink: 0;
  display: inline-flex;
  margin-left: 0;
  width: 6rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
  line-height: 3.4rem;
  color: #fff; }
.grouped-skus__part {
  float: none;
  display: flex;
  gap: 0 1rem;
  padding-left: 0; }
.grouped-skus__list {
  border-radius: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
.grouped-skus__text {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 2rem;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: none;
  color: #fff;
  background-color: #698632;
  border: none;
  padding: 0.7rem 0.5rem;
  border-radius: 0.5rem;
  transition: all .3s ease;
  background-color: #698632;
  border-left: none;
  width: 100%;
  height: 100%; }
  .grouped-skus__text:hover {
    color: #fff;
    background-color: #8b937d; }
.grouped-skus__label {
  height: 100%; }
.grouped-skus__item {
  float: none;
  padding-left: .5rem; }
.grouped-skus__item:first-child .grouped-skus__text {
  border-left: none; }
.grouped-skus__radio:checked + .grouped-skus__text {
  color: #fff;
  background-color: #8b937d;
  cursor: default; }
.grouped-skus__radio:disabled + .grouped-skus__text {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(105, 134, 50, 0.5); }

/*  --------------------------------------------------------------------------
    CYO
    (optional page)
    --------------------------------------------------------------------------
    Makes a product editable in its own page instead of a popup.
    To activate, create a 'cyo' tag in theme.xml and set this tag on the product.
    -------------------------------------------------------------------------- */
.cyo__header {
  display: flex;
  justify-content: space-between;
  gap: 1rem; }
.cyo__header-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  text-transform: none;
  line-height: 4rem;
  color: #fff;
  margin-top: 0;
  word-break: break-word; }
.cyo__add-button {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 2rem;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: none;
  color: #fff;
  background-color: #698632;
  border: none;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  transition: all .3s ease;
  min-width: 22rem;
  display: flex;
  align-self: flex-start; }
  .cyo__add-button:hover {
    color: #fff;
    background-color: #8b937d; }
.cyo__add-button-price, .cyo__add-button-text {
  display: block;
  padding: 0 .5rem;
  flex: 0 1 50%; }
.cyo__add-button-price {
  margin-right: 0; }
  .cyo__add-button-price:after {
    right: -.1rem; }
.cyo__fieldset-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: none;
  line-height: 2rem;
  color: #fff; }
.cyo__fieldset-description {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  line-height: 2rem;
  color: #fff; }
@media screen and (max-width: 30em) {
  .cyo__header {
    flex-direction: column;
    margin-bottom: 2rem; } }

@media screen and (min-width: 52.51em) and (max-width: 60em) {
  .content_menu-leftside .cyo__header {
    flex-direction: column;
    margin-bottom: 2rem; } }

/*  Cyo enum
    -------------------------------------------------------------------------- */
.cyo-enum {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem; }
  .cyo-enum__text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: none;
    line-height: 2rem;
    color: #fff;
    background-color: #698632;
    border: 1px solid #698632;
    border-radius: 0.5rem; }
  .cyo-enum__radio:checked + .cyo-enum__text {
    color: #fff;
    background-color: rgba(105, 134, 50, 0.4);
    cursor: default; }
  .cyo-enum__radio:disabled + .cyo-enum__text {
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(105, 134, 50, 0.2);
    cursor: default; }

/*  Cyo set
    -------------------------------------------------------------------------- */
.cyo-set {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem .5rem; }
  .cyo-set__option {
    flex: 0 1 calc(33.33% - 1rem/3);
    width: initial; }
    @media screen and (max-width: 40em) {
      .cyo-set__option {
        flex-basis: calc(50% - .5rem); } }
    @media screen and (max-width: 26.25em) {
      .cyo-set__option {
        flex-basis: 100%; } }
  .cyo-set__label {
    display: inline-block;
    vertical-align: top;
    line-height: 1.6rem; }
    .cyo-set__label input[type=checkbox]:checked + .cyo-set__text:after {
      display: block;
      background-color: #698632; }
  .cyo-set__fieldset-title, .cyo-set__group-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: none;
    line-height: 2.4rem;
    color: #fff; }
  .cyo-set__text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: none;
    line-height: 1.6rem;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding-left: 2.7rem; }
    .cyo-set__text:before, .cyo-set__text:after {
      top: 0;
      left: 0; }
  .cyo-set__price {
    display: inline-block;
    vertical-align: top; }

@media screen and (min-width: 52.51em) and (max-width: 65em) {
  .content_menu-leftside .cyo-set .cyo-set__option {
    flex-basis: calc(50% - .5rem); } }
@media screen and (min-width: 52.51em) and (max-width: 55em) {
  .content_menu-leftside .cyo-set .cyo-set__option {
    flex-basis: 100%; } }

/*  Cyo icon enum
    -------------------------------------------------------------------------- */
.cyo-icon-enum__text:before {
  width: 65px;
  height: 68px;
  background: url("/assets-images/cyo_sizes.png") no-repeat; }
.cyo-icon-enum__text_small:before {
  background-position: 10px 0; }
.cyo-icon-enum__text_medium:before {
  background-position: -73px 0; }
.cyo-icon-enum__text_large:before {
  background-position: -167px 0; }

/*  --------------------------------------------------------------------------
    Half and Half
    (optional page)
    --------------------------------------------------------------------------*/
.hh-side {
  margin-top: 3rem; }
  .hh-side__label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: none;
    line-height: 2.4rem;
    color: #fff; }
  .hh-side__product {
    display: flex; }
    .hh-side__product-left {
      flex-shrink: 0; }
    .hh-side__product-right {
      width: 62%; }
    .hh-side__product .nice-select__container {
      max-width: 100%; }
    .hh-side__product .nice-select .option {
      padding-right: 1.5rem;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis; }
    .hh-side__product .nice-select.open .list {
      overflow-y: auto; }
    .hh-side__product .nice-select .list {
      max-height: 20rem; }
  .hh-side__product-name {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: none;
    line-height: 2.4rem;
    color: #fff;
    margin-top: 1rem;
    word-break: break-word; }
  .hh-side__product-description {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: none;
    line-height: 2rem;
    color: #fff;
    margin-top: 1rem; }
  .hh-side__product-picture {
    border-radius: 0.5rem; }
    .hh-side__product-picture img {
      display: block; }
  @media screen and (max-width: 30em) {
    .hh-side__product-right {
      width: 100%; }
    .hh-side__product .nice-select__container {
      width: 100%; }
    .hh-side__product .nice-select .list {
      max-height: 12rem; } }

@media screen and (min-width: 52.51em) and (max-width: 65em) {
  .content_menu-leftside .hh-side__product {
    flex-direction: column; }
    .content_menu-leftside .hh-side__product-left {
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 1.5rem; }
    .content_menu-leftside .hh-side__product-right {
      width: 100%; } }
@media screen and (min-width: 52.51em) and (max-width: 55em) {
  .content_menu-leftside .hh-side__product .nice-select__container {
    display: block; } }

/*  --------------------------------------------------------------------------
    LOCATOR
    (optional page)
    --------------------------------------------------------------------------
    Page which lets the user pick a restaurant based on his address.
    Functionality is similar to index shop picker, but on its own page.
    -------------------------------------------------------------------------- */
.locator {
  color: #fff;
  background-color: #1c1a1a;
  border-radius: 1rem;
  overflow: hidden; }
  .locator__title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: none;
    line-height: 2.2rem;
    color: #fff; }
  .locator__methods {
    border: 1px solid #698632;
    border-radius: 0.5rem;
    overflow: hidden; }
  .locator__method {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: none;
    line-height: 2.1rem;
    color: #fff; }
    .locator__method input[type=radio]:checked + span {
      color: #fff;
      background-color: rgba(105, 134, 50, 0.4); }
  .locator__method-name {
    background-color: #698632;
    height: 4rem;
    line-height: 4rem; }
  .locator__postcode-input-wrapper {
    display: flex;
    justify-content: space-between;
    padding-right: 0; }
    .locator__postcode-input-wrapper_no-button > div {
      width: 100%; }
  .locator__postcode-input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: #fff;
    text-transform: none;
    line-height: 3.8rem;
    height: 4rem;
    background-color: #303030;
    border: solid 1px #819165;
    padding: 0 .5rem;
    border-radius: 0.5rem;
    width: 100%; }
    .locator__postcode-input::placeholder {
      font-size: 1.4rem;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.8);
      text-transform: none; }
    .locator__postcode-input[data-locator-error] {
      background-color: #d9230b; }
  .locator:has(.locator__postcode-button) .locator__postcode-input {
    border-radius: 0.5rem 0 0 0.5rem;
    overflow: hidden; }
  .locator__postcode-button {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 2rem;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: none;
    color: #fff;
    background-color: #698632;
    border: none;
    padding: 0.7rem 2rem;
    border-radius: 0.5rem;
    transition: all .3s ease;
    margin-right: 0;
    border-radius: 0 0.5rem 0.5rem 0;
    transition: all .3s ease; }
    .locator__postcode-button:hover {
      color: #fff;
      background-color: #8b937d; }
  .locator__search-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  .locator__postcode-warning {
    color: #fff;
    font-size: 1.4rem;
    background-color: #d9230b;
    padding: .5rem;
    border-radius: 0.5rem; }
  .locator__selected {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    text-transform: none;
    line-height: 2.1rem;
    color: #fff; }
  .locator__selected-value {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase; }
  .locator__selected-link {
    font-weight: 400;
    text-decoration: underline;
    text-transform: none; }

/*  Locator restaurant
    -------------------------------------------------------------------------- */
.locator-restaurant {
  color: #fff;
  background-color: #1c1a1a; }
  .locator-restaurant__header {
    display: flex;
    align-items: center; }
  .locator-restaurant__name {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.9rem;
    font-weight: 700;
    text-transform: none;
    line-height: 2.3rem;
    color: #fff; }
  .locator-restaurant__toggle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: none;
    line-height: 2rem;
    color: #fff;
    text-decoration: underline;
    transition: all .3s ease;
    margin-right: auto; }
    .locator-restaurant__toggle:hover {
      color: #fff;
      text-decoration: none; }
  .locator-restaurant__content-name {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.9rem;
    font-weight: 700;
    text-transform: none;
    line-height: 3rem;
    color: #fff; }
  .locator-restaurant__opening-times {
    background-color: #303030;
    border-radius: 0.5rem;
    overflow: hidden; }
  .locator-restaurant__button {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 2rem;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: none;
    color: #fff;
    background-color: #698632;
    border: none;
    padding: 0.5rem 2rem;
    border-radius: 0.5rem;
    transition: all .3s ease; }
    .locator-restaurant__button:hover {
      color: #fff;
      background-color: #8b937d; }
  .locator-restaurant__name-distance, .locator-restaurant__content-name-distance {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: none;
    line-height: 1.8rem;
    color: #fff; }
  @media screen and (max-width: 40em) {
    .locator-restaurant__header {
      flex-direction: column; }
    .locator-restaurant__name {
      text-align: center; }
    .locator-restaurant__toggle {
      margin-right: 0;
      margin-bottom: 1rem; } }

/*  --------------------------------------------------------------------------
    RESTAURANTS PAGE
    (optional page)
    -------------------------------------------------------------------------- */
.restaurants {
  display: flex;
  flex-direction: row-reverse;
  width: 100%; }
  .restaurants__panel {
    margin-right: 0;
    flex-shrink: 0;
    float: none; }
  .restaurants__map {
    float: none;
    padding-left: 0; }
  .restaurants__button {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 2rem;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: none;
    color: #fff;
    background-color: #698632;
    border: none;
    padding: 0.7rem 2rem;
    border-radius: 0.5rem;
    transition: all .3s ease;
    display: none; }
    .restaurants__button:hover {
      color: #fff;
      background-color: #8b937d; }
  @media screen and (max-width: 48em) {
    .restaurants {
      display: block; }
      .restaurants__panel {
        margin-right: auto; }
      .restaurants__button {
        display: block;
        border-radius: 0.5rem 0.5rem 0 0; } }

/*  Restaurant search
    -------------------------------------------------------------------------- */
.restaurants-search__input-wrapper {
  border: 1px solid #819165;
  border-radius: 0.5rem;
  overflow: hidden; }
.restaurants-search__input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  text-transform: none;
  line-height: 3.8rem;
  height: 4rem;
  background-color: #303030;
  border: solid 1px #819165;
  padding: 0 .5rem;
  border-radius: 0.5rem;
  border: none; }
  .restaurants-search__input::placeholder {
    font-size: 1.4rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    text-transform: none; }
.restaurants-search__buttons-wrapper:after {
  border-left-color: #fff; }
.restaurants-search__button {
  color: #fff;
  background-color: #303030; }
.restaurants-search__warning {
  color: #fff;
  background-color: #d9230b;
  padding: .5rem; }

/*  Restaurant board
    -------------------------------------------------------------------------- */
.restaurant-summary {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.8rem;
  color: #fff;
  border-bottom-color: #fff; }
  .restaurant-summary:hover {
    color: #fff; }
  .restaurant-summary__name {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: none;
    line-height: 2.4rem;
    color: #fff; }
  .restaurant-summary__distance {
    font-weight: bold; }

.restaurant-details {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.8rem;
  color: #fff; }
  .restaurant-details__name {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: none;
    line-height: 2.4rem;
    color: #fff; }
  .restaurant-details__item_phone {
    color: #fff; }
  .restaurant-details__item-icon {
    color: #fff; }
  .restaurant-details__order-button {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 2rem;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: none;
    color: #fff;
    background-color: #698632;
    border: none;
    padding: 0.5rem 2rem;
    border-radius: 0.5rem;
    transition: all .3s ease; }
    .restaurant-details__order-button:hover {
      color: #fff;
      background-color: #8b937d; }

/*  --------------------------------------------------------------------------
    PASSWORD STRENGTH CHECKER
    --------------------------------------------------------------------------
    On the 'register' and 'order_step2' pages
    -------------------------------------------------------------------------- */
.password-checker {
  background-color: #1c1a1a;
  border-color: #819165; }
  .password-checker:before {
    border-left-color: #819165;
    border-right-color: #819165; }
  .password-checker:after {
    border-left-color: #1c1a1a;
    border-right-color: #1c1a1a; }
  .password-checker__label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: none;
    line-height: 2.2rem;
    color: #fff;
    transition: width 0.6s ease;
    text-align: center; }
  .password-checker__text {
    letter-spacing: -0.2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: none;
    line-height: 1.6rem;
    color: #fff; }
  .password-checker__bar {
    background-color: #303030; }
  .password-checker__score {
    background-color: #c64c4a; }
    .password-checker__score.weak {
      width: 30%;
      background-color: #c64c4a; }
      .password-checker__score.weak + .password-checker__label {
        width: 30%; }
    .password-checker__score.medium {
      width: 60%;
      background-color: #e1aa17; }
      .password-checker__score.medium + .password-checker__label {
        width: 60%; }
    .password-checker__score.strong {
      width: 100%;
      background-color: #558b2f; }
      .password-checker__score.strong + .password-checker__label {
        width: 100%; }
  .password-checker__input-message {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: none;
    line-height: 2rem;
    color: #fff;
    border-radius: 0.5rem;
    background-color: #900;
    margin: .5rem 0 0; }

/*  --------------------------------------------------------------------------
    ADVANCED LOYALTY
    (optional feature)
    --------------------------------------------------------------------------
    Can be activated by setting the "loyalty_page" boolean parameter
    - Adds a /loyalty page
    - Adds links to this page in user, account and mobile menus
    -------------------------------------------------------------------------- */
/*  Loyalty dropdown
    -------------------------------------------------------------------------- */
.loyalty-dropdown {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.8rem;
  color: #fff;
  padding: 2rem 10rem 2rem 2rem;
  min-height: 11rem; }
  .loyalty-dropdown__badge {
    float: right;
    margin-left: 2rem; }
  .loyalty-dropdown__title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: none;
    line-height: 2.4rem;
    color: #fff; }
  .loyalty-dropdown__more-link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: none;
    line-height: 2rem;
    color: #fff;
    text-decoration: underline;
    transition: all .3s ease; }
    .loyalty-dropdown__more-link:hover {
      color: #fff;
      text-decoration: none; }
  .loyalty-dropdown__rewards {
    width: 10rem;
    height: 10rem;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%); }
    .loyalty-dropdown__rewards .rewards__value {
      font-size: 3rem;
      line-height: 1; }
    .loyalty-dropdown__rewards .rewards__label {
      font-size: 1.6rem; }

/*  Loyalty page - loyalty banner
    -------------------------------------------------------------------------- */
.loyalty-page__banner {
  border-radius: 1rem;
  background-color: #1c1a1a; }
.loyalty-page__banner__content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: none;
  line-height: 2.4rem;
  color: #fff; }
.loyalty-page__banner__title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-transform: none;
  line-height: 2.8rem;
  color: #fff; }
.loyalty-page__banner__p {
  color: #fff;
  font-size: 1.8rem; }
.loyalty-page__banner__points-value {
  color: #fff;
  font-weight: 400; }
.loyalty-page__banner__note {
  color: #fff;
  font-size: 1.2rem; }
.loyalty-page__history {
  padding: 2rem;
  border-radius: 1rem;
  background-color: #181717; }

/*  Loyalty page - How to
    -------------------------------------------------------------------------- */
.loyalty-page__howto {
  padding: 2rem 2rem 7rem;
  color: #fff;
  background-color: #181717;
  border-radius: 1rem; }
  .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: 40em) {
    .loyalty-page__howto {
      text-align: center; } }
.loyalty-page__howto__wrapper {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  line-height: 2rem;
  color: #fff;
  padding-right: 0; }
.loyalty-page__howto__title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-transform: none;
  line-height: 2.8rem;
  color: #fff; }
.loyalty-page__howto-badge {
  float: right;
  width: 24rem; }
  @media screen and (max-width: 40em) {
    .loyalty-page__howto-badge {
      float: none;
      margin: 3rem 0;
      width: 100%; } }
.loyalty-page__rewards {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 15rem;
  height: 15rem;
  transform: translateY(-50%); }
@media screen and (max-width: 30em) {
  .loyalty-page__howto__title {
    margin-bottom: 1.5rem; }
  .loyalty-page__rewards {
    position: static;
    margin: 0 auto 1rem;
    transform: none; } }

/*  Loyalty rewards
    -------------------------------------------------------------------------- */
.rewards {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none; }
  .rewards__value {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    text-transform: none;
    line-height: 4.5rem;
    color: #fff;
    display: block;
    text-align: center;
    text-shadow: 1px 2px 4px rgba(255, 255, 255, 0.4); }
  .rewards__label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    text-transform: none;
    line-height: 2.8rem;
    color: #fff;
    text-shadow: 1px 2px 4px rgba(255, 255, 255, 0.4); }

/*  Loyalty page table
    -------------------------------------------------------------------------- */
.loyalty-table {
  border-radius: 0.5rem; }
  .loyalty-table__header {
    background-color: #698632; }
  .loyalty-table__row {
    background-color: #7c8668; }
    .loyalty-table__row:nth-child(odd) {
      background-color: #484f3d; }
    .loyalty-table__row plus {
      color: #fff;
      font-weight: 400; }
    .loyalty-table__row minus {
      color: #fff;
      font-weight: 400; }
  .loyalty-table thead tr {
    background-color: #698632; }
  .loyalty-table tbody tr {
    background-color: #7c8668; }
    .loyalty-table tbody tr:hover {
      background-color: #7c8668; }
    .loyalty-table tbody tr:nth-child(2n + 1) {
      background-color: #484f3d; }
      .loyalty-table tbody tr:nth-child(2n + 1) plus,
      .loyalty-table tbody tr:nth-child(2n + 1) minus,
      .loyalty-table tbody tr:nth-child(2n + 1) td {
        color: #fff; }
    .loyalty-table tbody tr.loyalty-table__row_show-more {
      background-color: #7c8668; }
    .loyalty-table tbody tr td {
      border-top: 1px solid #ccc; }
  .loyalty-table th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: none;
    line-height: 2rem;
    color: #fff; }
  .loyalty-table td {
    font-size: 1.2rem;
    color: #fff; }

/*  LOGIN WITH PHONE NUMBER
    -------------------------------------------------------------------------- */
.phone-box {
  text-align: left; }
  .phone-box .checkout-row__group-item_warning {
    display: none; }
    .phone-box .checkout-row__group-item_warning.visible {
      display: block;
      line-height: 1.2;
      margin-top: .5rem;
      color: #d9230b; }
  .phone-box .checkout-row__group-item_info {
    display: block;
    line-height: 1.2;
    margin-top: .5rem; }
    .phone-box .checkout-row__group-item_info.hidden {
      display: none; }
  .phone-box .form-buttons__button {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 2rem;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: none;
    color: #fff;
    background-color: #698632;
    border: none;
    padding: 0.7rem 2rem;
    border-radius: 0.5rem;
    transition: all .3s ease;
    height: auto;
    min-width: auto;
    max-width: 50%;
    margin: 1rem auto 0 0; }
    .phone-box .form-buttons__button:hover {
      color: #fff;
      background-color: #8b937d; }
    .phone-box .form-buttons__button.form-buttons__button_disabled {
      color: rgba(255, 255, 255, 0.5);
      background-color: rgba(105, 134, 50, 0.5);
      cursor: default; }
    @media screen and (max-width: 40em) {
      .phone-box .form-buttons__button {
        max-width: 100%; } }
  .phone-box .phone-box__controls {
    margin-top: 2rem; }
    .phone-box .phone-box__controls .form-buttons__button {
      margin: 0 0 0 auto; }

.checkout-row__group-item_register-phone .checkout-row__field-text {
  display: block; }
.checkout-row__group-item_register-phone .checkout-row__group-label_checkbox {
  margin-top: .8rem;
  display: inline-block;
  vertical-align: top; }
.checkout-row__group-item_register-phone .form-buttons__button {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 2rem;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: none;
  color: #fff;
  background-color: #698632;
  border: none;
  padding: 0.7rem 2rem;
  border-radius: 0.5rem;
  transition: all .3s ease;
  height: auto;
  min-width: auto;
  max-width: 50%;
  margin: 1rem auto 0 0; }
  .checkout-row__group-item_register-phone .form-buttons__button:hover {
    color: #fff;
    background-color: #8b937d; }
  .checkout-row__group-item_register-phone .form-buttons__button.form-buttons__button_disabled {
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(105, 134, 50, 0.5);
    cursor: default; }
  @media screen and (max-width: 40em) {
    .checkout-row__group-item_register-phone .form-buttons__button {
      max-width: 100%; } }

.phone-box__group {
  display: block;
  margin-top: 1rem;
  width: 100%;
  font-size: 0; }
  .phone-box__group .checkout-row__label {
    margin-left: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: none;
    line-height: 1.8rem;
    color: #fff;
    padding-top: .5rem;
    width: auto;
    padding-right: 0; }
  .phone-box__group.phone-box__group_guest {
    text-align: left; }
  .phone-box__group .checkout-row__field-text,
  .phone-box__group .checkout-row__group-item .checkout-row__field-text {
    max-width: 15rem;
    margin-left: 1rem;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: #fff;
    text-transform: none;
    line-height: 2.8rem;
    height: 3rem;
    background-color: #303030;
    border: solid 1px #819165;
    padding: 0 .5rem;
    border-radius: 0.5rem; }
    .phone-box__group .checkout-row__field-text::placeholder,
    .phone-box__group .checkout-row__group-item .checkout-row__field-text::placeholder {
      font-size: 1.4rem;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.8);
      text-transform: none; }
    @media screen and (max-width: 40em) {
      .phone-box__group .checkout-row__field-text,
      .phone-box__group .checkout-row__group-item .checkout-row__field-text {
        margin-left: 0; } }
    @media screen and (max-width: 21.25em) {
      .phone-box__group .checkout-row__field-text,
      .phone-box__group .checkout-row__group-item .checkout-row__field-text {
        max-width: 12rem; } }

.phone-box__set {
  display: block;
  font-size: 0; }
  .phone-box__set .phone-box__dial-code {
    display: inline-block;
    vertical-align: top;
    width: 4rem;
    border: solid 1px #819165;
    margin-right: 1rem; }
    .phone-box__set .phone-box__dial-code ~ .checkout-row__field-text {
      display: inline-block;
      vertical-align: top;
      width: calc(100% - 16rem); }

.checkout__fieldset_guest-checkout .form-buttons__button {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 2rem;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: none;
  color: #fff;
  background-color: #698632;
  border: none;
  padding: 0.7rem 2rem;
  border-radius: 0.5rem;
  transition: all .3s ease;
  height: auto;
  min-width: auto;
  max-width: 50%;
  margin: 1rem auto 0 0; }
  .checkout__fieldset_guest-checkout .form-buttons__button:hover {
    color: #fff;
    background-color: #8b937d; }

.checkout-status {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.8rem;
  color: #fff;
  padding: 0.5rem 0; }

/*  Left hand side categories
    -------------------------------------------------------------------------- */
/* Images in categories titles and categories menus */
/*  PRODUCT MONOBLOCK
    -------------------------------------------------------------------------- */
/*  THEME ROUNDED VIEW
    -------------------------------------------------------------------------- */
.content__side.basket-dropdown-open,
.product_wide .sku-buttons__item,
.sku-buttons__list,
.hh-side__product-picture,
.product__picture-container,
.product__buttons,
.loyalty-table,
.order__items-container {
  overflow: hidden; }

/*  FULLSCREEN MODE FIXES
    -------------------------------------------------------------------------- */
.product {
  width: calc(20% - 1.2rem); }
  @media screen and (max-width: 115em) {
    .product {
      width: calc(25% - 1.125rem); } }
  @media screen and (max-width: 88.5em) {
    .product {
      width: calc(33.33% - 1rem); } }
  @media screen and (max-width: 60em) {
    .product {
      width: calc(50% - .75rem); } }
  @media screen and (max-width: 23.75em) {
    .product {
      width: 100%; } }

/*  WIDE PRODUCT VIEW
    -------------------------------------------------------------------------- */
/*  BASKET IN THE HEADER
    -------------------------------------------------------------------------- */
/*  Category banner
    -------------------------------------------------------------------------- */
.category-banner__image {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .category-banner__image_mobile {
    display: none; }
@media screen and (max-width: 52.5em) {
  .category-banner__image {
    display: none; }
    .category-banner__image_mobile {
      display: block; } }

/*  Header banner
    -------------------------------------------------------------------------- */
.header-banner {
  display: block;
  width: 100%; }
  .header-banner .header-banner__image {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden; }
    .header-banner .header-banner__image_mobile {
      display: none; }
    @media screen and (max-width: 52.5em) {
      .header-banner .header-banner__image {
        display: none; }
        .header-banner .header-banner__image_mobile {
          display: block; } }

/* Datepicker */
.ui-datepicker {
  background-color: #242222;
  border-color: #698632;
  color: #fff; }
  .ui-datepicker-header {
    border-color: #698632;
    background-color: #698632; }
  .ui-datepicker .ui-state-default {
    color: #fff;
    background-color: #698632;
    border-color: #698632; }
  .ui-datepicker .ui-state-hover,
  .ui-datepicker .ui-state-active,
  .ui-datepicker .ui-state-highlight,
  .ui-datepicker .ui-state-active:not(.ui-state-hover) {
    color: #fff;
    background-color: #8b937d;
    border-color: #8b937d; }
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    color: #fff;
    border: solid 1px #698632;
    background-color: #698632; }
    .ui-datepicker .ui-datepicker-prev:before,
    .ui-datepicker .ui-datepicker-next:before {
      color: #fff; }
    .ui-datepicker .ui-datepicker-prev.ui-state-hover:not(.ui-state-disabled),
    .ui-datepicker .ui-datepicker-next.ui-state-hover:not(.ui-state-disabled) {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.4);
      border-color: rgba(255, 255, 255, 0.4); }
      .ui-datepicker .ui-datepicker-prev.ui-state-hover:not(.ui-state-disabled):before,
      .ui-datepicker .ui-datepicker-next.ui-state-hover:not(.ui-state-disabled):before {
        color: #fff; }

.hybrid_app.page_order_step2 .mobile-basket-button, .hybrid_app.page_order_step3 .mobile-basket-button, .hybrid_app.page_order_step4 .mobile-basket-button, .hybrid_app.page_order_step5 .mobile-basket-button {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
  overflow: initial; }

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