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

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

/* Page header
   -------------------------------------------------------------------------- */
.header {
  background-color: #fff;
  padding-top: 1.9rem;
  padding-bottom: 1.9rem; }

.header__logo-image_desktop {
  display: block; }

.header__logo-image_mobile {
  display: none; }

@media screen and (max-width: 52.5em) {
  .header {
    padding-top: .9rem;
    padding-bottom: 1.1rem; }

  .header__logo-image_desktop {
    display: none; }

  .header__logo-image_mobile {
    display: block; } }
/* Page footer
   -------------------------------------------------------------------------- */
.footer {
  color: #fff;
  background-color: #181416; }

.footer__wrapper {
  padding: 3rem 0; }

.footer__credits {
  padding: 0;
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  line-height: 20px; }

.footer__credits-copyright,
.footer__credits-powered-by {
  display: inline-block;
  vertical-align: top; }

.footer__nav {
  padding: 0; }

.footer__links {
  padding: 0;
  font-size: 0; }

.footer__links li {
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
  margin: 0 1.4rem; }

.footer__link {
  text-decoration: underline;
  padding: 0;
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

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

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

.footer .social-icons {
  margin-top: 0;
  font-size: 0;
  margin-left: 1.5rem; }

.footer .social-icons__icon {
  display: inline-block;
  vertical-align: top; }

.footer .social-icons__icon + .social-icons__icon {
  margin-left: 1.5rem; }

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

.footer .social-icons__link {
  margin: 0;
  padding: 0;
  color: #fff;
  border: none;
  border-radius: 0;
  display: block;
  width: 2rem;
  height: 20px;
  text-decoration: none;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

.footer .social-icons__link:hover {
  color: #e4bf8f;
  text-decoration: none; }

.footer__nav .social-icons__link i {
  display: block;
  margin: 0;
  width: 2rem;
  height: 20px;
  text-align: center; }

.footer__nav .social-icons__link i:before {
  font-size: 1.4rem;
  margin: 0;
  line-height: 20px; }

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

  .footer__nav,
  .footer__links {
    margin-bottom: 1.5rem; }

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

  .footer__credits {
    margin-top: 1.5rem; } }
/* Scroll up button
   -------------------------------------------------------------------------- */
.scroll-up {
  color: #f4dbd8;
  background-color: #c94d3a;
  border-radius: 0;
  padding: 0;
  width: 2.4rem;
  height: 21px; }

.scroll-up__icon {
  display: block;
  font-size: 1.3rem;
  line-height: 21px;
  text-align: center; }
  .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: ""; }

.scroll-up__icon:before {
  margin: 0 auto;
  display: block;
  line-height: 21px; }

.scroll-up_show {
  right: 2%;
  bottom: 8.5rem; }

/* NiceSelect (used as a <select> replacement)
   -------------------------------------------------------------------------- */
.nice-select {
  width: 100%;
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 30px;
  height: 31px;
  border: none;
  box-sizing: border-box;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 0;
  padding: 0 1.5rem 0 0; }

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

.nice-select > .current {
  display: block;
  line-height: 30px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.nice-select:after {
  border-bottom: solid 1px #dcdcdc;
  border-right: solid 1px #dcdcdc;
  width: 6px;
  height: 6px;
  right: 3px; }

.nice-select .list {
  width: 100%;
  max-width: 100%;
  box-shadow: 0 0 0 1px #dcdcdc;
  padding-top: 2px;
  background-color: #f8f8f8; }

.nice-select.open .list {
  margin-top: 1px; }

.nice-select .option {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  box-sizing: border-box;
  padding: 0 .6rem;
  line-height: 30px;
  min-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

.nice-select .option:hover {
  color: #000;
  background-color: #e4bf8f; }

.nice-select .option.focus,
.nice-select .option:hover,
.nice-select .option.selected.focus {
  color: #000;
  background-color: #e4bf8f; }

.nice-select .option.selected.focus:hover {
  color: #000;
  background-color: #e4bf8f; }

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

/* ==========================================================================
   NAVIGATION
   ========================================================================== */
/* Desktop navigation:
   * account pages
   * category pages (touch only)
   -------------------------------------------------------------------------- */
.category-navigation {
  background-color: #c94d3a; }
  .category-navigation.fixed-topbar {
    margin-top: 0; }

.category-navigation__list {
  font-size: 0; }

.category-navigation__item {
  display: inline-block;
  vertical-align: top;
  padding: 16px 0;
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 2.3rem; }

.category-navigation__link {
  display: block;
  padding: 0;
  line-height: 24px;
  text-decoration: none;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

.category-navigation__link:hover,
.category-navigation__item_active .category-navigation__link {
  color: #000;
  background-color: transparent;
  text-decoration: none; }

.category-navigation__item_active .category-navigation__link {
  position: relative;
  overflow: visible; }

.category-navigation__item_active .category-navigation__link:after {
  content: '';
  display: block;
  width: .5rem;
  height: .5rem;
  background-color: #000;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0) rotate(45deg); }

.category-navigation__link:focus {
  background-color: transparent; }

@media screen and (max-width: 52.5em) {
  .category-navigation {
    margin-top: 0; } }
.category-navigation_mobile {
  background-color: #af4e3d;
  border-top: none;
  height: 50px;
  position: relative; }

.category-navigation_mobile .category-navigation__list {
  padding: 0; }

.category-navigation_mobile .category-navigation__item {
  color: #fff;
  margin: 0;
  padding: 1.3rem 0; }

.category-navigation_mobile .category-navigation__item + .category-navigation__item {
  margin-left: 3rem; }

.category-navigation_mobile .category-navigation__link {
  font-size: 1.4rem;
  padding: 0;
  line-height: 24px; }

.category-navigation_mobile:before,
.category-navigation_mobile:after {
  position: absolute;
  top: 0;
  z-index: 5;
  box-sizing: border-box;
  width: 3rem;
  height: 5rem; }

.category-navigation_mobile:before {
  left: 0;
  background: linear-gradient(90deg, #af4e3d 0%, #af4e3d 65%, rgba(175, 78, 61, 0) 100%); }

.category-navigation_mobile:after {
  left: auto;
  right: 0;
  background: linear-gradient(270deg, #af4e3d 0%, #af4e3d 65%, rgba(175, 78, 61, 0) 100%); }

.category-navigation_mobile-icon-left,
.category-navigation_mobile-icon-right {
  display: block;
  width: 2rem;
  height: 24px;
  margin-top: 1.3rem;
  position: absolute;
  top: 0;
  z-index: 6; }

.category-navigation_mobile-icon-left {
  background: url(/assets-images/mobile-navigation-arr-left.png) right 1px center no-repeat;
  left: 0; }

.category-navigation_mobile-icon-right {
  background: url(/assets-images/mobile-navigation-arr-right.png) left 1px center no-repeat;
  left: auto;
  right: 0; }

.category-navigation_mobile .category-navigation__list .category-navigation__item:first-child {
  margin-left: 3rem; }

.category-navigation_mobile .category-navigation__list .category-navigation__item:last-child {
  margin-right: 3rem; }

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

.account-navigation__list {
  font-size: 0; }

.account-navigation__item {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  padding: 16px 0; }

.account-navigation__item + .account-navigation__item {
  margin-left: 2.3rem; }

.account-navigation__link,
.account-navigation__item_active .account-navigation__link {
  position: relative;
  overflow: visible;
  display: block;
  padding: 0;
  line-height: 24px;
  text-decoration: none; }

.account-navigation__item_active .account-navigation__link:after {
  content: '';
  display: block;
  width: .5rem;
  height: .5rem;
  background-color: #000;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0) rotate(45deg); }

.account-navigation__link:hover,
.account-navigation__item_active .account-navigation__link {
  color: #000;
  background-color: transparent; }

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

.checkout-navigation__list {
  font-size: 0; }

.checkout-navigation__item {
  font-size: 1.6rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  height: 56px;
  line-height: 20px;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  box-sizing: border-box; }

.checkout-navigation__item + .checkout-navigation__item {
  margin-left: 3.2rem; }

.checkout-navigation__item_active ~ .checkout-navigation__item {
  margin-left: 1.8rem;
  color: #fff; }

.checkout-navigation__item_active + .checkout-navigation__item {
  margin-left: 3.2rem; }

.checkout-navigation__item-nb,
.checkout-navigation__item-title {
  display: inline-block;
  vertical-align: top;
  font-size: 1.6rem; }

.checkout-navigation__item-nb {
  margin-right: .5rem; }

.checkout-navigation__item:after {
  display: block;
  content: '';
  width: 1.4rem;
  height: 14px;
  background: url("/assets-images/checkout-navigation-arr.png") right center no-repeat;
  position: absolute;
  top: 1.95rem;
  left: 100%; }

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

.checkout-navigation__item_active {
  color: #000;
  background-color: transparent; }

.checkout-navigation__item_active ~ .checkout-navigation__item:after {
  display: none; }

@media screen and (max-width: 34em) {
  .checkout-navigation__item:not(.checkout-navigation__item_active) .checkout-navigation__item-title {
    display: none; } }
/* Desktop: user and shop menus
   -------------------------------------------------------------------------- */
.header__user-menu,
.header__shop-menu,
.header__loyalty-menu {
  margin-top: 1.95rem; }

.dropdown-menu__header-link {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: none;
  line-height: 20px;
  padding: 0 2rem 0 0;
  box-sizing: border-box; }

.header__user-menu .dropdown-menu__header_nologed .dropdown-menu__header-link {
  line-height: 41px;
  padding-right: 0; }

.dropdown-menu__header-title,
.dropdown-menu__header-subtitle {
  display: block;
  width: 100%; }

.dropdown-menu__header-title {
  color: #c33b2d; }

.dropdown-menu__header-subtitle {
  margin-top: 1px; }

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

.dropdown-menu__header-icon:before {
  display: block;
  margin: 0 auto;
  height: 20px;
  line-height: 20px; }

.dropdown-menu__header-link:hover {
  color: #000;
  background-color: transparent;
  overflow: visible; }

.header__user-menu + .header__shop-menu,
.header__loyalty-menu + .header__user-menu {
  margin-right: 4rem; }

.dropdown-menu__body {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #221e1e;
  font-weight: 400;
  background-color: #f8f8f8;
  border: 1px solid #dcdcdc;
  width: 100%;
  padding-top: 1px; }

.dropdown-menu__body:before,
.dropdown-menu__body:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent #dcdcdc transparent;
  position: absolute;
  top: -10px;
  right: 11px;
  z-index: 1; }

.dropdown-menu__body:after {
  border-color: transparent transparent #f8f8f8 transparent;
  top: -9px;
  z-index: 2; }

.header__user-menu [data-dropdown-open] .dropdown-menu__body {
  min-width: 15rem;
  right: -1rem; }

.dropdown-menu__item-link {
  display: block;
  padding: 0 1rem;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 30px;
  height: 30px;
  white-space: nowrap;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

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

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

/* Mobile: menu on the left (navigation)
   -------------------------------------------------------------------------- */
.header__burger-menu {
  margin-top: 0;
  box-sizing: border-box; }

.burger-menu__link {
  display: block; }

.burger-menu__line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #181416;
  border-top: none; }

.burger-menu__line + .burger-menu__line {
  margin-top: 6px; }

.burger-menu__button {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem; }

.mobile-menu__header {
  background-color: #fff;
  padding-top: 1.8rem;
  padding-bottom: 1.7rem;
  border-bottom: solid 1px #eaeaea; }

.mobile-menu__close {
  display: block;
  width: 2.4rem;
  height: 24px;
  box-sizing: border-box; }

.mobile-menu__close-icon {
  display: block;
  width: 2.4rem;
  height: 24px;
  background: url("/assets-images/mobile-menu-close.png") center center no-repeat; }

.mobile-menu__section_user {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 24px;
  background-color: #f6f5f5; }

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

.mobile-menu__section-link {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 24px;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  background-color: #fff; }

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

.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 {
  border-bottom: solid 1px #c87a6e; }

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

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

.mobile-menu__item-link {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 24px;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  background-color: #fff; }

.mobile-menu__item_active .mobile-menu__item-link {
  color: #000;
  background-color: #f6f5f5; }

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

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

.shop-info__title {
  font-size: 1.6rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 0; }

.shop-info__feature-title {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px; }

.shop-info__feature-content {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 24px; }

.shop-info__link {
  color: #c94d3a;
  line-height: 24px; }

.shop-info .social-icons {
  font-size: 0; }

.shop-info .social-icons .social-icons__icon + .social-icons__icon {
  margin-left: 1.5rem; }

.shop-info .social-icons__link {
  color: #c94d3a;
  background-color: transparent;
  width: 2rem;
  height: 20px;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

.shop-info .social-icons__link i {
  display: block;
  margin: 0;
  width: 2rem;
  height: 20px;
  text-align: center; }

.shop-info .social-icons__link i:before {
  font-size: 1.4rem;
  margin: 0;
  line-height: 20px;
  display: block;
  margin: 0 auto; }

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

@media screen and (max-width: 52.5em) {
  .shop-info .social-icons .social-icons__icon + .social-icons__icon {
    margin-left: .8rem; } }
@media screen and (max-width: 22.5em) {
  .shop-info .shop-info__title {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 1rem; }

  .shop-info .shop-info__social-icons {
    display: block;
    float: none; } }
/* ==========================================================================
   CATEGORY PAGE
   ========================================================================== */
/* Page header
   -------------------------------------------------------------------------- */
.category__title,
.category__subcategory-title {
  font-size: 3rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #181416;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 36px;
  text-align: center; }

.category__subcategory-title {
  margin-bottom: 1.5rem; }

.category__subcategory .category__subcategory .category__subcategory-title {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #c94d3a;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 1.5rem; }

.category__description {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  text-align: center;
  margin-bottom: 1.5rem; }

/* Product
   -------------------------------------------------------------------------- */
.product__picture-container {
  margin-bottom: 1.9rem; }

.product__name {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #26201d;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  word-break: normal;
  overflow: hidden; }

.product__description {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 18px;
  margin-top: .9rem; }

.product__sku {
  display: block;
  width: 100%; }
  .product__sku + .product__sku {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .product__sku .nice-select {
    float: none; }

.product__sku .nice-select__container,
.product__sku .product__sku-value {
  display: block;
  width: 100%; }

.product__sku .product__sku-value {
  line-height: 31px; }

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

.product__bottom {
  margin-top: 1.4rem; }

.product__buttons {
  margin-top: 1rem; }

.product_with-counter:after {
  background-color: #c94d3a; }

.product_improved .product__counter {
  color: #c94d3a;
  font-size: 1.8rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px; }

.product_improved .product__counter:not(:empty):before {
  vertical-align: top; }

/* 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: #000;
  border: none;
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  line-height: 30px;
  height: 30px;
  padding: 0 .5rem;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .product__add:hover {
    color: #000;
    background-color: #e4bf8f; }

.product__add .product__add-value,
.product__add .product__price {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 1.4rem; }

.product__price {
  float: left;
  position: relative; }

.product__add .product__price:not([data-product-price-empty]):after {
  display: block;
  content: '';
  width: 1px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  top: .7rem;
  right: 0;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

.product__add:hover .product__price:not([data-product-price-empty]):after {
  background-color: #000; }

.product__customise {
  width: auto;
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  padding: 0;
  color: #c94d3a;
  text-decoration: underline;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

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

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

/* Deal wizard
   -------------------------------------------------------------------------- */
.deal-wizard__title {
  font-size: 3rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #181416;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 36px;
  text-align: center; }

.deal-wizard-navigation {
  background-color: transparent;
  margin-bottom: 2.1rem; }

.deal-wizard-navigation__tab {
  background-color: #fff;
  margin-bottom: .9rem; }

.deal-wizard-navigation__tab .deal-wizard-navigation__link {
  border-top: solid 1px #c94d3a;
  border-bottom: solid 1px #c94d3a; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link {
  border-top: solid 1px #c94d3a;
  border-bottom: solid 1px #c94d3a; }

.deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__link {
  border-top: solid 1px #c4c4c4;
  border-bottom: solid 1px #c4c4c4; }

.deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab:before {
  border-top: solid 1px #c4c4c4;
  border-bottom: solid 1px #c4c4c4; }

.deal-wizard-navigation__tab:first-child {
  border-left: solid 1px #c94d3a; }

.deal-wizard-navigation__tab:last-child {
  border-left: solid 1px #c94d3a; }

.deal-wizard-navigation__tab:last-child:not(.deal-wizard-navigation__tab_active) {
  border-left: solid 1px #c4c4c4; }

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

.deal-wizard-navigation__title {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: none;
  line-height: 31px;
  height: 31px; }

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

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

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

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

.deal-wizard-navigation__link {
  color: #fff;
  background-color: #c94d3a;
  margin-right: 1.4rem; }

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

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

.deal-wizard-navigation__link:before,
.deal-wizard-navigation__tab_active .deal-wizard-navigation__link:before {
  border-left-color: #c4c4c4;
  display: block; }

.deal-wizard-navigation__link:after {
  border-left-color: #c94d3a;
  margin-left: -1px; }

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

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link:after {
  border-left-color: #c94d3a;
  margin-left: -1px; }

.deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link {
  margin-right: 0;
  border-right: solid 1px #c4c4c4; }

.deal-wizard-navigation__tab:last-child.deal-wizard-navigation__tab_active .deal-wizard-navigation__link {
  border-right: #c94d3a; }

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

.deal-wizard-navigation__link:before,
.deal-wizard-navigation__link:after {
  border-top: 15.5px solid transparent;
  border-bottom: 15.5px solid transparent; }

/* Product tags / pictos
   -------------------------------------------------------------------------- */
.product-picto {
  display: inline-block;
  vertical-align: top;
  font-size: 2rem;
  width: 2.6rem;
  height: 26px;
  position: relative; }

.product-picto + .product-picto {
  margin-left: 1rem; }

.product-picto:before {
  height: 26px;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0); }

.product-picto_gluten-free:before {
  width: 2.6rem;
  background: url("/assets-images/product-tags-sprite.png") center left no-repeat; }

.product-picto_vegan:before {
  width: 1.6rem;
  background: url("/assets-images/product-tags-sprite.png") center left -26px no-repeat; }

.product-picto_vegetarian {
  width: 2.9rem; }

.product-picto_vegetarian:before {
  width: 2.9rem;
  background: url("/assets-images/product-tags-sprite.png") center left -42px no-repeat; }

.product-picto_spicy:before {
  width: 2rem;
  background: url("/assets-images/product-tags-sprite.png") center left -71px no-repeat; }

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

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

.product-legend__list {
  font-size: 0;
  text-align: justify; }

.product-legend__item {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  margin: 1rem 0;
  padding-right: 2rem;
  min-width: 20%;
  font-size: 0;
  box-sizing: border-box; }

.product-legend__item-name,
.product-legend .product-picto {
  display: inline-block;
  vertical-align: top;
  line-height: 23px;
  box-sizing: border-box;
  font-size: 1.4rem; }

.product-legend__item-name {
  white-space: nowrap;
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #232323;
  font-weight: 400;
  text-transform: none;
  line-height: 26px; }

.product-legend .product-picto {
  margin-right: .9rem; }

/* ==========================================================================
   BASKET
   ========================================================================== */
.basket {
  border: 1px solid #000000;
  border-radius: 2px;
  box-sizing: border-box; }

/* Basket header
   -------------------------------------------------------------------------- */
.basket__header {
  background-color: #000;
  padding: .8rem 1.3rem;
  position: relative; }

.basket__title {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  display: inline-block;
  vertical-align: top; }

.basket__repeat {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: none;
  line-height: 24px;
  text-decoration: underline;
  margin-top: 0;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

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

.basket__close {
  display: none;
  width: 2.4rem;
  height: 24px;
  box-sizing: border-box;
  position: absolute;
  top: .8rem;
  right: 1.3rem;
  left: auto; }

.basket__close-icon {
  display: block;
  width: 2.4rem;
  height: 24px;
  background: url("/assets-images/basket-header-close.png") center center no-repeat; }

/* Basket item
   -------------------------------------------------------------------------- */
.basket__items {
  background-color: #fff;
  box-sizing: border-box;
  padding: 1rem 1.3rem; }

.basket-item__title {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 24px; }

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

.basket-item__options {
  margin-top: .8rem; }

.basket-item__option {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #b8b8b8;
  font-weight: 400;
  line-height: 16px; }

.basket-item__delete {
  display: block;
  width: 2.4rem;
  height: 24px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  left: auto; }

.basket-item__delete-icon {
  display: block;
  width: 2.4rem;
  height: 24px;
  box-sizing: border-box;
  background: url("/assets-images/basket-deal-title-close.png") center center no-repeat;
  padding-left: 0; }

.basket-item__details {
  box-sizing: border-box;
  position: relative;
  padding-right: 3rem; }

.basket__empty {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 24px;
  box-sizing: border-box;
  padding: .2rem 1.3rem;
  background-color: #c94d3a; }

/* Basket deal title
   -------------------------------------------------------------------------- */
.basket-deal__header {
  background-color: #e4bf8f;
  box-sizing: border-box;
  padding: .2rem 1.3rem;
  position: relative; }

.basket-deal__title {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 24px;
  box-sizing: border-box;
  padding-right: 3rem; }

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

.basket-deal__delete {
  display: block;
  width: 2.4rem;
  height: 24px;
  box-sizing: border-box;
  poaition: absolute;
  top: .2rem;
  right: 1.3rem;
  left: auto; }

.basket-deal__delete-icon {
  display: block;
  width: 2.4rem;
  height: 24px;
  box-sizing: border-box;
  background: url("/assets-images/basket-deal-title-close.png") center center no-repeat;
  padding-left: 0; }

/* Basket deal item
   -------------------------------------------------------------------------- */
.basket-deal__items {
  background-color: #fff;
  box-sizing: border-box;
  padding: 1rem 1.3rem;
  border-bottom: solid 1px #e4bf8f; }

.basket-deal__item-title {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 24px; }

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

.basket-deal__item-option {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #b8b8b8;
  font-weight: 400;
  line-height: 16px; }

.basket-deal__item-delete {
  box-sizing: border-box;
  display: block;
  width: 2.4rem;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  left: auto; }

.basket-deal__item-delete-icon {
  display: block;
  width: 2.4rem;
  height: 24px;
  background: url("/assets-images/basket-delete-icon.png") center center no-repeat;
  padding-left: 0; }

.basket-deal__item-details {
  position: relative;
  box-sizing: border-box;
  padding-right: 3rem; }

/* Delivery method switcher
   -------------------------------------------------------------------------- */
.basket__delivery_radio {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  border: none;
  overflow: hidden; }

.basket__delivery-option {
  width: calc(50% - 1px); }

.basket__delivery-method {
  border: 1px solid #e4bf8f;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
  line-height: 24px;
  padding-top: .3rem;
  padding-bottom: .3rem;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

.basket__delivery-option + .basket__delivery-option {
  margin-left: 2px; }

.basket__delivery-radio:checked + .basket__delivery-method,
.basket__delivery-option:hover .basket__delivery-method {
  color: #000;
  background-color: #e4bf8f; }

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

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

.basket__footer-red-message,
.basket__error {
  color: #000;
  background-color: #eabd32;
  box-sizing: border-box;
  line-height: 24px;
  padding: .6rem 1.3rem;
  text-align: center; }

.text-below-basket {
  line-height: 24px;
  margin-top: 2.3rem;
  box-sizing: border-box;
  padding: 2.3rem 1.3rem;
  color: #000;
  background-color: #eabd32; }

.basket-banner {
  line-height: 24px;
  margin-top: 2.3rem;
  box-sizing: border-box;
  padding: 1.5rem 1rem;
  color: #000;
  background-color: #c94d3a; }
  .basket-banner .basket-banner__content {
    text-align: center; }
    .basket-banner .basket-banner__content p {
      margin-top: 0; }
    .basket-banner .basket-banner__content .basket-banner__content-title {
      text-transform: uppercase;
      color: #fff;
      font-weight: 700;
      margin-top: .5rem; }

.basket__time {
  margin-top: 1.5rem; }

.basket__time .nice-select__container {
  margin: 0; }

.basket__savings,
.basket__tip {
  color: #000;
  background-color: #e4bf8f;
  padding: 1.6rem 1.4rem;
  box-sizing: border-box;
  line-height: 16px;
  border-top: dashed 1px #c94d3a;
  border-bottom: dashed 1px #c94d3a; }

.basket__charge-title,
.basket__charge-amount {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: none; }

.basket__total-title,
.basket__total-amount {
  font-size: 3rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase; }

.basket__button-link {
  color: #fff;
  background-color: #000;
  border: none;
  border-radius: 4px;
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: none;
  line-height: 32px;
  height: 32px;
  text-align: center;
  padding: 0 1rem;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .basket__button-link:hover {
    color: #000;
    background-color: #e4bf8f; }

.basket__coupon {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 30px;
  padding-top: 0;
  padding-bottom: 0; }

.basket__coupon-enable,
.basket__coupon-enabled {
  padding: 0; }

.basket__coupon-link,
.basket__coupon-validate {
  color: #c94d3a;
  text-decoration: underline;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

.basket__coupon-link:hover,
.basket__coupon-validate:hover {
  color: #e4bf8f;
  text-decoration: underline; }

.basket__coupon-form {
  font-size: 0; }

.basket__coupon-form > span,
.basket__coupon-form .basket__coupon-input,
.basket__coupon-validate {
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem; }

.basket__coupon-input {
  border: solid 1px #cecece;
  border-radius: 4px;
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  background-color: #fff;
  padding: 0 1rem;
  margin: 0 1rem;
  line-height: 28px;
  height: 30px; }

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

.mobile-basket-button__nb-items {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: none; }

.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: #000;
  border: none;
  border-radius: 4px;
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: none; }
  .mobile-basket-button__link:hover {
    color: #000;
    background-color: #e4bf8f; }

@media screen and (max-width: 52.5em) {
  .basket__close {
    display: block; }

  .basket__repeat {
    padding-top: 0;
    padding-left: 0;
    margin-top: 2.2rem; }

  .basket__title {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: .8rem;
    left: 1.3rem; } }
/* Basket upsellings
   -------------------------------------------------------------------------- */
.basket__upselling {
  box-sizing: border-box;
  border-radius: 2px;
  border: solid 1px #5b7750;
  margin-top: 2.3rem; }

.basket-upselling__image-wrapper {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 2rem 1.3rem; }

.basket-upselling__title {
  font-size: 2.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #c94d3a;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 30px;
  text-align: left;
  display: block;
  width: 100%; }

.basket-upselling__description {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: none;
  line-height: 18px;
  margin-top: .8rem;
  margin-bottom: 1rem;
  display: block;
  width: 100%; }

.basket-upselling__footer .nice-select__container {
  display: block;
  width: 100%;
  margin-bottom: .8rem; }

.basket-upselling__footer .nice-select {
  width: 100%;
  border-radius: 4px;
  border: solid 1px #5b7750;
  padding-left: 1rem;
  padding-right: 3rem;
  float: none; }

.basket-upselling__footer .nice-select:after {
  right: 1.3rem; }

.basket-upselling__button {
  color: #fff;
  background-color: #c94d3a;
  border: none;
  padding: 0, 1rem;
  border-radius: 4px;
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: none;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  border: solid 1px #c94d3a;
  line-height: 28px;
  height: 30px;
  display: block;
  width: 100%; }
  .basket-upselling__button:hover {
    color: #c94d3a;
    background-color: #fff; }

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

.popup_improved {
  width: 100%;
  max-width: 90rem;
  padding-bottom: 4rem; }

.popup_improved .popup__wrapper {
  padding: 4.8rem 4.3%; }

.popup_improved .popup__header {
  margin-bottom: .6rem; }

.popup_improved .popup__title {
  font-size: 2.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #26201d;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px; }

.popup_improved .popup__description {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 18px;
  margin-top: .6rem; }

.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_improved .popup-group__label.popup-group__label_quantity {
  line-height: 16px; }

.popup-group__quantity-field {
  width: 3rem;
  border: none;
  padding: 0;
  outline: none;
  box-shadow: none;
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #141414;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 16px;
  text-align: center; }

.popup-group__quantity-button {
  display: inline-block;
  vertical-align: top;
  width: 1.6rem;
  height: 16px;
  box-sizing: border-box; }

.popup-group__quantity-minus-icon,
.popup-group__quantity-plus-icon {
  margin: 0; }

.popup-group__quantity-minus-icon {
  background: url("/assets-images/popup-icon-minus.png") center center no-repeat; }

.popup-group__quantity-plus-icon {
  background: url("/assets-images/popup-icon-plus.png") center center no-repeat; }

.popup-group_improved .popup-group__label,
.popup-group_improved .popup-group__single-choice {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #26201d;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px; }

.popup-group_improved .nice-select {
  line-height: 30px;
  height: 31px;
  width: 100%; }

.popup-group_improved .nice-select__container {
  vertical-align: top;
  min-width: 11rem; }

.popup_improved .popup__title .product-pictos,
.popup_improved.popup_scrolled .popup__title .product-pictos {
  display: inline;
  margin-top: 0;
  margin-bottom: 0; }

.popup__picture img {
  display: block; }

.popup__picture_desktop {
  margin-bottom: 4.2rem; }

.popup__group.popup-group.popup-group_improved {
  margin-bottom: 3.4rem; }

.popup__group + .popup-row_enum {
  border-top: solid 1px #000000; }

/* Popup row
   -------------------------------------------------------------------------- */
.popup-row_enum {
  padding-bottom: 0;
  padding-top: 2.6rem; }

.popup-row__title {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #26201d;
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  padding-bottom: .4rem;
  border-bottom: solid 1px #f2f2f2;
  margin-bottom: 1.6rem; }

.popup-row__description {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 18px;
  color: #000; }

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

.popup-enum__text {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 28px;
  height: 30px;
  border: solid 1px #000;
  border-radius: 4px;
  color: #000;
  background-color: #fff;
  padding: 0 1.6rem;
  box-sizing: border-box; }

.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.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px; }

.popup-set__title {
  color: #000; }

.popup-set__label {
  padding-left: 2.8rem;
  padding-bottom: 2.6rem; }

.popup-set__text {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 16px; }

.popup-set__text:before,
.popup-set__text:after {
  left: -2.8rem; }

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

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

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

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

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

/* Popup buttons
   -------------------------------------------------------------------------- */
.popup-buttons__button,
.popup-buttons_improved .popup-buttons__button {
  color: #fff;
  background-color: #000;
  border: none;
  padding: 1.2rem 0.5rem;
  border-radius: 4px 0 0 0;
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 16px;
  height: 40px;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .popup-buttons__button:hover,
  .popup-buttons_improved .popup-buttons__button:hover {
    color: #000;
    background-color: #fff; }

.popup-buttons__button:hover,
.popup-buttons_improved .popup-buttons__button:hover {
  background-color: #fff; }

.popup-buttons__link,
.popup-buttons_improved .popup-buttons__link {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  margin-left: 4.3%;
  margin-top: 1rem;
  text-decoration: underline;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

.popup-buttons__link:hover,
.popup-buttons_improved .popup-buttons__link:hover {
  color: #e4bf8f;
  text-decoration: underline; }

@media screen and (max-width: 52.5em) {
  .popup_improved.popup_full-height {
    height: 100%; } }
.page_login .content,
.page_forgot_password .content {
  border-top: solid 1px #f1f1f1;
  margin-top: -9px;
  box-sizing: border-box;
  padding-top: 5rem; }
  @media screen and (max-width: 52.5em) {
    .page_login .content,
    .page_forgot_password .content {
      margin-top: 0; } }

.page_login .checkout__section + .checkout__section {
  margin-top: 0;
  border-top: solid 1px #f0f0f0;
  padding-top: 4.6rem; }

.checkout__section {
  padding-bottom: 2.7rem; }

.checkout__fieldset {
  max-width: 38rem; }

.checkout-row {
  padding-left: 0;
  overflow: visible;
  margin-bottom: 2rem; }

.checkout__footer {
  margin-top: 2.5rem; }

@media screen and (max-width: 26.25em) {
  .checkout__fieldset {
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 2rem;
    padding-right: 2rem; } }
/* ==========================================================================
   CHECKOUT, ACCOUNT & ORDER PAGES
   ========================================================================== */
.checkout__header {
  margin-bottom: 2.5rem; }

.checkout__title {
  font-size: 1.8rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #ad493d;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  text-align: center;
  margin-bottom: 0; }

.checkout-row__label,
.checkout-row__group-label,
.checkout-variant__label,
.checkout-variant__select-label,
.card-entry__label,
.card-entry__saved-card-label {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 400;
  text-transform: none; }

.checkout-row__label {
  line-height: 24px;
  padding-top: .3rem; }

.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: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400; }

.checkout__description {
  line-height: 24px;
  text-align: center; }

.checkout-row__field-text,
.checkout-row__field-textarea,
.card-entry__input {
  line-height: 28px;
  height: 30px;
  outline: none;
  box-shadow: none;
  border: solid 1px #cecece;
  background-color: #fff;
  padding: 0 1.5rem; }

.checkout-row__field-textarea {
  height: 100px;
  resize: none;
  padding-top: .5rem;
  padding-bottom: .5rem; }

.checkout-row__group-item.checkout-row__group-item_forgot-password {
  line-height: 20px;
  margin-top: 1.6rem; }

.checkout-row__group-item_forgot-password > a {
  color: #af4e3d;
  text-decoration: underline;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

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

.checkout-row__group-item {
  line-height: 16px;
  margin-top: 1.4rem; }

.checkout-row__group-label_checkbox {
  position: relative;
  display: block;
  margin-top: 1.4rem; }
  .checkout-row__group-label_checkbox ~ .checkout-row__group-item_info {
    margin-top: 0; }

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

.checkout-row__label-text {
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 16px;
  padding-left: 2.4rem;
  box-sizing: border-box; }

.checkout-row__label-text:before,
.checkout-row__label-text:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0; }

.checkout-row__label-text:before {
  display: block;
  width: 1.6rem;
  height: 16px;
  border: solid 1px #777677;
  background-color: #fff;
  z-index: 1; }

.checkout-row__label-text:after {
  display: none;
  z-index: 2;
  width: 1rem;
  height: 10px;
  background-color: #ad493d;
  margin: .3rem; }

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

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

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

@media screen and (max-width: 66em) {
  .checkout-row__label {
    margin-left: 0;
    display: block;
    width: 100%;
    padding-right: 0;
    padding-top: 0;
    margin-bottom: .5rem; } }
@media screen and (max-width: 52.5em) {
  .checkout__header,
  .checkout__description {
    box-sizing: border-box;
    padding-left: 2rem;
    padding-right: 2rem; } }
/* Form buttons
   Contain a button on the right and a cancel link on the left.
   -------------------------------------------------------------------------- */
.form-buttons__button {
  color: #fff;
  background-color: #000;
  border: none;
  padding: 0 1rem;
  border-radius: 4px;
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  line-height: 32px;
  height: 32px;
  min-width: 15rem;
  text-align: center;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .form-buttons__button:hover {
    color: #000;
    background-color: #e4bf8f; }

.form-buttons__link {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 32px;
  padding: 0;
  text-decoration: underline;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

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

@media screen and (max-width: 52.5em) {
  .checkout__footer {
    box-sizing: border-box;
    padding-left: 2rem;
    padding-right: 2rem; } }
/* Loyalty (step4)
   -------------------------------------------------------------------------- */
.checkout-loyalty__balance {
  font-size: 1.8rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  text-transform: uppercase; }

.checkout-loyalty__balance__points {
  color: #af4e3d; }

.checkout-loyalty {
  border-top: solid 1px #f0f0f0;
  padding-top: 3rem;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 30%;
  position: relative; }

.checkout-loyalty .checkout-loyalty__reward {
  right: auto;
  left: 9%; }

.checkout-loyalty__use {
  position: relative; }

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

.checkout-loyalty__use-text {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding-left: 2.6rem; }

.checkout-loyalty__use-text:before,
.checkout-loyalty__use-text:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0; }

.checkout-loyalty__use-text:before {
  display: block;
  width: 1.6rem;
  height: 16px;
  border: solid 1px #676767;
  background-color: #fff;
  z-index: 1; }

.checkout-loyalty__use-text:after {
  display: none;
  width: 1rem;
  height: 10px;
  z-index: 2;
  background-color: #af4e3d;
  margin: .3rem; }

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

@media screen and (max-width: 35em) {
  .checkout-loyalty {
    padding-left: 2rem;
    padding-right: 2rem; }

  .checkout-loyalty .checkout-loyalty__reward {
    left: auto; } }
.page_order_step4 .checkout__footer {
  margin-top: 8rem; }

/* Checkout confirmation page (step5)
   -------------------------------------------------------------------------- */
.checkout-confirm__title {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #26201d;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px; }

.checkout-confirm__content {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 24px; }

.checkout-confirm__content a {
  color: #af4e3d;
  text-decoration: underline; }

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

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

@media screen and (max-width: 52.5em) {
  .checkout-confirm {
    box-sizing: border-box;
    padding-left: 2rem;
    padding-right: 2rem; } }
/* Checkout upselling
   -------------------------------------------------------------------------- */
.category_upselling .category__title {
  font-size: 1.8rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #ad493d;
  font-weight: 700;
  text-transform: uppercase; }

/* Facebook login
   -------------------------------------------------------------------------- */
.checkout__facebook-login-button {
  border-radius: 4px;
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  line-height: 16px;
  padding-top: .8rem;
  padding-bottom: .8rem; }

.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: 2.7rem;
  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 #e7e7e7; }

.checkout__facebook-login-separator-text {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 .5rem;
  line-height: 20px;
  text-transform: none;
  font-weight: 400;
  background-color: #fff; }

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

/* Order page
   -------------------------------------------------------------------------- */
.page_orders .checkout__header {
  margin-bottom: 1.7rem; }

.order-table {
  margin-top: 1.7rem;
  border: solid 1px #000; }

.order-table__header {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #000; }

.order-table__header-item {
  line-height: 20px;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  text-transform: uppercase; }

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

.order-row__header {
  color: #000;
  font-size: 1.4rem;
  background-color: #f7f7f7;
  border-top: none; }

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

.order-row__order {
  border-top: 2px solid #f7f7f7;
  padding: .9rem 1.1rem; }

.order-row__header.order-row__header_active:hover {
  background-color: #fff !important; }

.order-row__header-item {
  line-height: 18px;
  padding-top: .9rem;
  padding-bottom: .9rem; }

.order-table__print-button {
  color: #af4e3d;
  text-decoration: underline;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

.order-table__print-button:hover {
  color: #e4bf8f;
  text-decoration: underline; }

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

.order__group-title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase; }

.order__info {
  line-height: 24px; }

.order__add {
  padding-right: 0; }

.order__add-button,
.order__repeat-button {
  color: #fff;
  background-color: #000;
  border: none;
  border-radius: 4px;
  font-size: 1.4rem;
  text-transform: none;
  line-height: 28px;
  -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: #000;
    background-color: #e4bf8f; }

.order__add-button {
  min-width: 8rem;
  line-height: 28px;
  height: 28px;
  box-sizing: border-box;
  padding: 0 .5rem;
  margin: 0; }

.order__repeat-button {
  line-height: 32px;
  height: 32px;
  padding: 0 2.4rem; }

.order__repeat-empty-basket {
  line-height: 32px;
  padding: 0;
  color: #af4e3d;
  text-decoration: underline;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  margin-left: 2.7rem; }

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

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

.order__items-table {
  color: #000;
  font-size: 1.4rem;
  background-color: #fff;
  border: none;
  max-width: 63rem; }

.order__items-deal {
  color: #000;
  background-color: #fff;
  border-bottom: solid 1px #e4bf8f; }

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

.order__items-deal-header-column {
  font-weight: 400;
  text-transform: uppercase;
  line-height: 24px;
  padding: .3rem 1.6rem; }

.order__items-column {
  line-height: 28px;
  padding-top: .3rem;
  padding-bottom: .3rem; }

.order__items-column:first-child {
  padding-left: 1.6rem; }

.order__items-attribute {
  font-size: 1.2rem;
  line-height: 18px;
  font-style: normal;
  margin-top: .5rem;
  margin-bottom: 1rem; }

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

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

.order__total .order__items-total-title,
.order__total .order__items-total-price {
  font-size: 3rem;
  line-height: 36px; }

@media screen and (max-width: 37.5em) {
  .order-table {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2rem; }

  .order-table__header,
  .order-row_order {
    width: 64rem; } }
/* ==========================================================================
   MESSAGES
   ========================================================================== */
/* Transient information message displayed at the top
   Eg. when a product has just been added
   -------------------------------------------------------------------------- */
.message_info {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  background-color: #597651;
  opacity: 1; }

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

.message__content {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  line-height: 20px; }

@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: #597651; } }
/* Important (warning/error) message displayed at the top
   Eg. someone tries to access /account without being logged in
   -------------------------------------------------------------------------- */
.message_error {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #eabd32;
  opacity: 1; }

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

@media screen and (max-width: 52.5em) {
  .content__wrapper {
    width: 100%; }

  .category__header,
  .category__subcategory-title,
  .category__description,
  .product-legend {
    box-sizing: border-box;
    padding-left: 2rem;
    padding-right: 2rem; }

  .product {
    border-top: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8; }

  .product_improved .product__wrapper {
    padding: 0 0 0 1.5rem;
    box-sizing: border-box; }

  .product_improved.product_with-counter:after {
    width: 3px;
    background-color: #c94d3a; }

  .product__top {
    box-sizing: border-box;
    padding-top: .9rem;
    padding-bottom: 4rem; }

  .product__name {
    font-size: 1.8rem;
    line-height: 24px; }

  .product_improved .product__mobile-price {
    margin-top: 0;
    display: block;
    position: absolute;
    left: 1.5rem;
    bottom: .8rem;
    font-size: 1.8rem;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    color: #c94d3a;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
    box-sizing: border-box; }

  .product_improved .product__mobile-price-from {
    font-size: 1.4rem;
    line-height: 24px;
    text-transform: none;
    color: #989898; } }
/* --------------------------------------------------------------------------
   LOCATOR
   (optional page)
   --------------------------------------------------------------------------
   Page which lets the user pick a restaurant based on his address.
   Functionality is similar to index shop picker, but on its own page.
   -------------------------------------------------------------------------- */
.page_locator .header .header__logo {
  display: none; }
.page_locator .page__content {
  width: 96%;
  margin: 0 auto; }

.locator {
  box-sizing: border-box;
  width: 76.8rem;
  color: #010101;
  background: url("/assets-images/locator-background.png") top 4.5rem center no-repeat;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0.3rem 0.99rem 0.01rem rgba(0, 0, 0, 0.17); }

.locator__wrapper {
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  padding: 20rem 0 2rem;
  text-align: center; }

.locator__wrapper .header__logo {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 auto 3.8rem; }

.locator__title {
  font-size: 1.8rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #26201d;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 1.7rem;
  box-sizing: border-box;
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

.locator__fields-wrapper {
  width: 44rem; }

.locator__methods {
  border: none;
  margin-bottom: 2.4rem; }

.locator__method {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: none;
  width: calc(50% - .5rem);
  box-sizing: border-box;
  border-radius: 4px; }

.locator__method + .locator__method {
  margin-left: 1rem; }

.locator__method-name {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  border: solid 1px #000;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  line-height: 28px;
  height: 30px; }

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

.locator__postcode-input-wrapper {
  padding-right: 16rem; }
  @media screen and (max-width: 26.25em) {
    .locator__postcode-input-wrapper {
      padding-right: 10rem; } }

.locator__postcode-input {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: none;
  height: 30px;
  line-height: 28px;
  border: 1px solid #cdcdcd;
  float: left;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  padding-left: 1.8rem;
  padding-right: 1.8rem; }

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

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

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

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

.locator__postcode-button {
  color: #fff;
  background-color: #000;
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: none;
  border-radius: 4px;
  float: right;
  margin-right: -16rem;
  width: 15rem;
  height: 30px;
  line-height: 30px;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .locator__postcode-button:hover {
    color: #000;
    background-color: #e4bf8f; }
  @media screen and (max-width: 26.25em) {
    .locator__postcode-button {
      width: 9rem;
      margin-right: -10rem; } }

.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: #000;
  font-size: 1.4rem;
  line-height: 18px;
  text-align: left;
  margin-top: 2.6rem; }

.locator__selected {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 18px;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem; }

.locator__selected-value {
  font-weight: 400;
  text-transform: uppercase; }

.locator__selected-link {
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: underline;
  text-transform: none;
  color: #c94d3a;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

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

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

.locator-restaurant {
  border-top: solid 1px #e7e7e7;
  background-color: #fff;
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: left;
  padding: 3rem 5.5rem; }
  .locator-restaurant + .locator-restaurant {
    margin-top: 0; }
  @media screen and (max-width: 40em) {
    .locator-restaurant {
      max-width: 100%;
      padding-left: 7%;
      padding-right: 7%; } }

.locator-restaurant__content-header {
  margin-bottom: .2rem; }

.locator-restaurant__name {
  font-size: 1.6rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 32px;
  color: #26201d;
  padding: 0;
  width: 28%; }

[data-locator-selected-method=collection] .locator-restaurant {
  max-width: 100%;
  padding-left: 7%;
  padding-right: 7%; }

[data-locator-selected-method=collection] .locator-restaurant + .locator-restaurant {
  margin-top: 0;
  border-top: solid 1px #e7e7e7; }

[data-locator-selected-method=collection] .locator-restaurant_open .locator-restaurant__button {
  margin-left: 0; }
  @media screen and (max-width: 40em) {
    [data-locator-selected-method=collection] .locator-restaurant_open .locator-restaurant__button {
      margin-left: auto; } }
@media screen and (max-width: 40em) {
  [data-locator-selected-method=collection] .locator-restaurant_open .locator-restaurant__content {
    text-align: center; } }

.locator-restaurant__content-name {
  font-size: 1.6rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 32px;
  color: #26201d; }

.locator-restaurant__button {
  color: #fff;
  background-color: #000;
  border: none;
  padding: 0 2rem;
  border-radius: 4px;
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: none;
  line-height: 32px;
  height: 32px;
  border: none;
  min-width: 13rem;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  text-align: center;
  box-sizing: border-box; }
  .locator-restaurant__button:hover {
    color: #000;
    background-color: #e4bf8f; }

.locator-restaurant__address,
.locator-restaurant__phone,
.locator-restaurant__address p {
  font-size: 1.4rem;
  line-height: 24px;
  margin: 0; }

.locator-restaurant__map a {
  text-decoration: underline;
  color: #c94d3a;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

.locator-restaurant__map a:hover {
  text-decoration: underline;
  color: #e4bf8f; }

.locator-restaurant__toggle {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #c94d3a;
  font-weight: 400;
  text-transform: none;
  line-height: 32px;
  padding: 0;
  text-decoration: underline;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

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

.locator-restaurant__opening-times {
  background-color: rgba(232, 232, 232, 0.49);
  color: #000;
  font-size: 1.4rem;
  line-height: 2.4rem; }

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

.locator-restaurant_open .locator-restaurant__button:after {
  display: block;
  content: '';
  width: 1.8rem;
  height: 9px;
  position: absolute;
  left: 100%;
  top: .3rem;
  margin-left: 1.9rem;
  background: url("/assets-images/locator-restaurant-arrow.png") top left no-repeat; }

@media screen and (max-width: 52.5em) {
  .locator-restaurant__name,
  .locator-restaurant__toggle,
  .locator-restaurant__button {
    display: block;
    width: 100%;
    text-align: center;
    float: none; }

  .locator-restaurant__button {
    max-width: 13rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem; }

  .locator-restaurant_open .locator-restaurant__button:after {
    display: none; } }
@media screen and (max-width: 32.5em) {
  .locator__fields-wrapper,
  [data-locator-selected-method=delivery] .locator__restaurants {
    width: 100%;
    max-width: 90%; } }
/* --------------------------------------------------------------------------
   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
   -------------------------------------------------------------------------- */
.dropdown-menu__body_loyalty {
  right: -1.2rem;
  padding-top: 0;
  border: solid 1px #e4bf8f; }

.dropdown-menu__body_loyalty:before {
  border-color: transparent transparent #e4bf8f transparent; }

.dropdown-menu__body_loyalty:after {
  display: none; }

.loyalty-dropdown {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #221e1e;
  font-weight: 400;
  padding: 2.2rem 10rem 3.3rem 2rem;
  background-color: #e4bf8f; }

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

.loyalty-dropdown__title {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #221e1e;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px; }

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

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

.loyalty-dropdown__reward {
  width: 7.3rem;
  height: 91px;
  box-sizing: border-box;
  position: absolute;
  top: 2.6rem;
  right: 4rem;
  text-align: center;
  background: url("/assets-images/loyalty-popup-points.png") center center no-repeat; }

.loyalty-dropdown__reward_count {
  font-size: 3rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  line-height: 40px;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 3.1rem;
  left: 0;
  right: 0; }

.loyalty-page__banner__content {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  line-height: 24px; }

.loyalty-page__banner__title {
  font-size: 4.8rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 52px; }

.loyalty-page__banner__p {
  color: #fff; }

.loyalty-page__banner__points-value {
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem; }

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

.loyalty-page__howto {
  background-color: #fff;
  padding: 2.5rem 0 0 0; }

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

.loyalty-page__howto__wrapper {
  color: #000;
  line-height: 24px;
  padding-right: 22rem; }

.loyalty-page__howto__title {
  font-size: 1.8rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #af4e3d;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px; }

.loyalty-page__howto ul li {
  list-style-type: none;
  padding-left: 2.5rem;
  margin-left: 0;
  position: relative;
  line-height: 24px; }
  .loyalty-page__howto ul li:before {
    display: block;
    content: '';
    width: .6rem;
    height: 6px;
    border-radius: 50px;
    background-color: #e4bf8f;
    position: absolute;
    left: 0;
    top: .9rem; }

.checkout-loyalty__reward {
  display: block;
  width: 11.3rem;
  height: 141px;
  background: url("/assets-images/loyalty-reward-points.png") center center no-repeat;
  position: absolute;
  top: 3rem;
  right: 7rem;
  text-align: center; }

.checkout-loyalty__reward_count {
  font-size: 4.6rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 50px;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 5rem;
  left: 0; }

.loyalty-table {
  border: solid 1px #000;
  border-radius: 4px; }

.loyalty-table__header {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #000;
  text-transform: uppercase; }

.loyalty-table__row td {
  background-color: #fbfbfb; }

.loyalty-table__row:first-child td {
  padding-top: 1.1rem;
  position: relative; }
  .loyalty-table__row:first-child td:before {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5; }

.loyalty-table__row:first-child td {
  padding-top: 1.6rem; }
  .loyalty-table__row:first-child td:before {
    height: 7px; }

.loyalty-table__row:nth-child(even) td {
  background-color: #f7f7f7; }

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

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

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

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

.loyalty-table__row_show-more td {
  background-color: #fff; }

.loyalty-table__row_show-more-link {
  text-decoration: underline;
  color: #af4e3d;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

.loyalty-table__row_show-more-link:hover {
  text-decoration: underline;
  color: #e4bf8f; }

@media screen and (max-width: 52.5em) {
  .page_loyalty .content__wrapper {
    box-sizing: border-box;
    padding-left: 2rem;
    padding-right: 2rem; } }
@media screen and (max-width: 35em) {
  .loyalty-page__banner__title {
    font-size: 2.4rem; }

  .loyalty-page__history {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 20px; }

  .loyalty-page__history__table.loyalty-table {
    width: 60rem; }

  .loyalty-page__howto {
    padding-top: 0; }

  .loyalty-page__howto__wrapper {
    padding-right: 0;
    text-align: center; }

  .checkout-loyalty__reward {
    position: relative;
    top: 0;
    right: auto;
    margin: 4rem auto 3rem; } }
.page_forgot_password .basket__title,
.page_login .basket__title,
.page_order_step2 .basket__title,
.page_order_step3 .basket__title {
  position: static; }

.page_order_step2 .checkout-navigation.fixed-topbar,
.page_order_step3 .checkout-navigation.fixed-topbar,
.page_order_step4 .checkout-navigation.fixed-topbar,
.page_order_step5 .checkout-navigation.fixed-topbar,
.page_thank_you .checkout-navigation.fixed-topbar,
.page_account .account-navigation.fixed-topbar,
.page_edit_account .account-navigation.fixed-topbar,
.page_orders .account-navigation.fixed-topbar {
  margin-top: 0;
  border-top: none; }
  .page_order_step2 .checkout-navigation.fixed-topbar .checkout-navigation__item,
  .page_order_step2 .checkout-navigation.fixed-topbar .account-navigation__item,
  .page_order_step3 .checkout-navigation.fixed-topbar .checkout-navigation__item,
  .page_order_step3 .checkout-navigation.fixed-topbar .account-navigation__item,
  .page_order_step4 .checkout-navigation.fixed-topbar .checkout-navigation__item,
  .page_order_step4 .checkout-navigation.fixed-topbar .account-navigation__item,
  .page_order_step5 .checkout-navigation.fixed-topbar .checkout-navigation__item,
  .page_order_step5 .checkout-navigation.fixed-topbar .account-navigation__item,
  .page_thank_you .checkout-navigation.fixed-topbar .checkout-navigation__item,
  .page_thank_you .checkout-navigation.fixed-topbar .account-navigation__item,
  .page_account .account-navigation.fixed-topbar .checkout-navigation__item,
  .page_account .account-navigation.fixed-topbar .account-navigation__item,
  .page_edit_account .account-navigation.fixed-topbar .checkout-navigation__item,
  .page_edit_account .account-navigation.fixed-topbar .account-navigation__item,
  .page_orders .account-navigation.fixed-topbar .checkout-navigation__item,
  .page_orders .account-navigation.fixed-topbar .account-navigation__item {
    height: 56px;
    padding-top: 1.8rem; }
    .page_order_step2 .checkout-navigation.fixed-topbar .checkout-navigation__item:after,
    .page_order_step2 .checkout-navigation.fixed-topbar .account-navigation__item:after,
    .page_order_step3 .checkout-navigation.fixed-topbar .checkout-navigation__item:after,
    .page_order_step3 .checkout-navigation.fixed-topbar .account-navigation__item:after,
    .page_order_step4 .checkout-navigation.fixed-topbar .checkout-navigation__item:after,
    .page_order_step4 .checkout-navigation.fixed-topbar .account-navigation__item:after,
    .page_order_step5 .checkout-navigation.fixed-topbar .checkout-navigation__item:after,
    .page_order_step5 .checkout-navigation.fixed-topbar .account-navigation__item:after,
    .page_thank_you .checkout-navigation.fixed-topbar .checkout-navigation__item:after,
    .page_thank_you .checkout-navigation.fixed-topbar .account-navigation__item:after,
    .page_account .account-navigation.fixed-topbar .checkout-navigation__item:after,
    .page_account .account-navigation.fixed-topbar .account-navigation__item:after,
    .page_edit_account .account-navigation.fixed-topbar .checkout-navigation__item:after,
    .page_edit_account .account-navigation.fixed-topbar .account-navigation__item:after,
    .page_orders .account-navigation.fixed-topbar .checkout-navigation__item:after,
    .page_orders .account-navigation.fixed-topbar .account-navigation__item:after {
      top: 2rem; }
  .page_order_step2 .checkout-navigation.fixed-topbar .account-navigation__item,
  .page_order_step3 .checkout-navigation.fixed-topbar .account-navigation__item,
  .page_order_step4 .checkout-navigation.fixed-topbar .account-navigation__item,
  .page_order_step5 .checkout-navigation.fixed-topbar .account-navigation__item,
  .page_thank_you .checkout-navigation.fixed-topbar .account-navigation__item,
  .page_account .account-navigation.fixed-topbar .account-navigation__item,
  .page_edit_account .account-navigation.fixed-topbar .account-navigation__item,
  .page_orders .account-navigation.fixed-topbar .account-navigation__item {
    height: auto; }
@media screen and (max-width: 52.5em) {
  .page_order_step2 .checkout-navigation,
  .page_order_step3 .checkout-navigation,
  .page_order_step4 .checkout-navigation,
  .page_order_step5 .checkout-navigation,
  .page_thank_you .checkout-navigation,
  .page_account .account-navigation,
  .page_edit_account .account-navigation,
  .page_orders .account-navigation {
    margin-top: 0;
    border-top: none; }
    .page_order_step2 .checkout-navigation .checkout-navigation__item,
    .page_order_step2 .checkout-navigation .account-navigation__item,
    .page_order_step3 .checkout-navigation .checkout-navigation__item,
    .page_order_step3 .checkout-navigation .account-navigation__item,
    .page_order_step4 .checkout-navigation .checkout-navigation__item,
    .page_order_step4 .checkout-navigation .account-navigation__item,
    .page_order_step5 .checkout-navigation .checkout-navigation__item,
    .page_order_step5 .checkout-navigation .account-navigation__item,
    .page_thank_you .checkout-navigation .checkout-navigation__item,
    .page_thank_you .checkout-navigation .account-navigation__item,
    .page_account .account-navigation .checkout-navigation__item,
    .page_account .account-navigation .account-navigation__item,
    .page_edit_account .account-navigation .checkout-navigation__item,
    .page_edit_account .account-navigation .account-navigation__item,
    .page_orders .account-navigation .checkout-navigation__item,
    .page_orders .account-navigation .account-navigation__item {
      height: 56px;
      padding-top: 1.8rem; }
      .page_order_step2 .checkout-navigation .checkout-navigation__item:after,
      .page_order_step2 .checkout-navigation .account-navigation__item:after,
      .page_order_step3 .checkout-navigation .checkout-navigation__item:after,
      .page_order_step3 .checkout-navigation .account-navigation__item:after,
      .page_order_step4 .checkout-navigation .checkout-navigation__item:after,
      .page_order_step4 .checkout-navigation .account-navigation__item:after,
      .page_order_step5 .checkout-navigation .checkout-navigation__item:after,
      .page_order_step5 .checkout-navigation .account-navigation__item:after,
      .page_thank_you .checkout-navigation .checkout-navigation__item:after,
      .page_thank_you .checkout-navigation .account-navigation__item:after,
      .page_account .account-navigation .checkout-navigation__item:after,
      .page_account .account-navigation .account-navigation__item:after,
      .page_edit_account .account-navigation .checkout-navigation__item:after,
      .page_edit_account .account-navigation .account-navigation__item:after,
      .page_orders .account-navigation .checkout-navigation__item:after,
      .page_orders .account-navigation .account-navigation__item:after {
        top: 2rem; } }

.checkout__section_delivery-method .checkout__fieldset {
  max-width: 100%; }

.checkout-variant {
  box-sizing: border-box;
  padding-left: 3.4rem; }
  .checkout-variant .checkout-variant__label {
    position: relative; }
    .checkout-variant .checkout-variant__label .checkout-variant__radio {
      margin: 0;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
    .checkout-variant .checkout-variant__label .checkout-variant__text {
      display: block;
      width: 100%;
      box-sizing: border-box;
      font-size: 1.4rem;
      font-family: "Lato", Arial, Helvetica, sans-serif;
      color: #262323;
      font-weight: 400;
      line-height: 16px;
      position: relative; }
    .checkout-variant .checkout-variant__label .checkout-variant__text:before,
    .checkout-variant .checkout-variant__label .checkout-variant__text:after {
      content: '';
      box-sizing: border-box;
      border-radius: 50px;
      position: absolute;
      top: 0;
      left: -3.4rem; }
    .checkout-variant .checkout-variant__label .checkout-variant__text:before {
      display: block;
      width: 1.6rem;
      height: 16px;
      border: solid 1px #676767;
      background-color: #fff;
      z-index: 1; }
    .checkout-variant .checkout-variant__label .checkout-variant__text:after {
      display: none;
      width: 1rem;
      height: 10px;
      z-index: 2;
      background-color: #af4e3d;
      margin: .3rem; }
    .checkout-variant .checkout-variant__label .checkout-variant__radio:checked + .checkout-variant__text:after {
      display: block; }
  .checkout-variant .nice-select__container {
    /*min-width: 16rem;*/
    vertical-align: top;
    width: calc(50% - .5rem); }
    .checkout-variant .nice-select__container + .nice-select__container {
      margin-left: 1rem; }
  .checkout-variant .nice-select {
    width: 100%; }
  .checkout-variant .checkout-variant__select {
    padding: 0; }
  .checkout-variant .checkout-variant__select-set {
    font-size: 0; }
  .checkout-variant .checkout-variant__select-label {
    margin-left: 0;
    /*display: inline-block;
    vertical-align: top;*/
    /*width: 15rem;*/
    display: block;
    width: 100%;
    line-height: 24px;
    padding-top: .3rem;
    padding-right: .5rem;
    box-sizing: border-box;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 700; }
  .checkout-variant .checkout-variant__helper {
    /*padding: 0 0 0 15rem;*/
    display: inline-block;
    vertical-align: top;
    margin-top: 1.4rem; }
  @media screen and (max-width: 52.5em) {
    .checkout-variant {
      box-sizing: border-box;
      padding-left: 5.4rem;
      padding-right: 2rem; } }
  @media screen and (max-width: 30em) {
    .checkout-variant .checkout-variant__select-label {
      padding: 0;
      box-sizing: border-box;
      display: block;
      width: 100%; }
    .checkout-variant .checkout-variant__helper {
      padding-left: 0; } }

.checkout-row__group-item_atoms {
  max-width: 38rem;
  font-size: 0; }

.checkout-row__group-atom {
  margin: 0 0.2rem 0 0;
  width: calc(50% - 3.3rem); }

.checkout-row__group-atom:first-child {
  width: 6.2rem; }

.checkout-row__group-atom:last-child {
  margin-right: 0; }

.checkout-row__field-text_small {
  width: 6rem; }

.checkout-row__group-atom .checkout-row__group-label_atom {
  width: calc(100% - 6rem);
  padding-top: 0;
  line-height: 30px;
  text-align: right; }

.checkout-row__group-atom:first-child .checkout-row__group-label_atom {
  width: 15rem;
  margin-left: -15rem;
  padding-top: 0;
  line-height: 30px;
  text-align: left; }

@media screen and (max-width: 66.25rem) {
  .checkout-row__group-item.checkout-row__group-item_atoms {
    font-size: 0; }

  .checkout-row__group-atom {
    display: inline-block;
    vertical-align: middle;
    width: 32%;
    margin: 0; }

  .checkout-row__group-atom + .checkout-row__group-atom {
    margin-left: 2%; }

  .checkout-row__group-atom:first-child {
    width: 32%; }

  .checkout-row__group-atom .checkout-row__group-label_atom,
  .checkout-row__group-atom:first-child .checkout-row__group-label_atom {
    text-align: left;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0; }

  .checkout-row__field-text_small {
    width: 100%; } }
.card-entry__new-card {
  padding-left: 0; }

.card-entry__label {
  line-height: 24px;
  padding-top: .3rem; }

.card-entry__input_small {
  width: 6.5rem; }

.card-entry__checkbox-wrapper {
  position: relative;
  display: block; }

.card-entry__checkbox {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.card-entry__checkbox-helper {
  display: block;
  width: 100%;
  line-height: 30px;
  box-sizing: border-box;
  padding-left: 3.4rem; }

.card-entry__checkbox-helper:before,
.card-entry__checkbox-helper:after {
  content: '';
  position: absolute;
  top: .7rem;
  left: 0;
  box-sizing: border-box; }

.card-entry__checkbox-helper:before {
  display: block;
  width: 1.6rem;
  height: 16px;
  z-index: 1;
  border: solid 1px #676767;
  background-color: #fff; }

.card-entry__checkbox-helper:after {
  display: none;
  width: 1rem;
  height: 10px;
  z-index: 2;
  margin: .3rem;
  background-color: #af4e3d; }

.card-entry__checkbox:checked ~ .card-entry__checkbox-helper:after {
  display: block; }

.page_account .content,
.page_edit_account .content,
.page_orders .content {
  margin-top: 0;
  padding-top: 2rem; }

@media screen and (max-width: 52.5em) {
  .page_account .page__content,
  .page_edit_account .page__content,
  .page_orders .page__content {
    border-top: solid 1px #f1f1f1; } }

.page_account .checkout-row__group {
  line-height: 24px; }

@media screen and (max-width: 52.5em) {
  .page_orders .checkout__section {
    box-sizing: border-box;
    padding-left: 2rem;
    padding-right: 2rem; }

  .page_orders .checkout__footer {
    padding-left: 0;
    padding-right: 0; } }
.header__ordering-menu {
  margin-top: .5rem; }

.header__ordering-menu .dropdown-menu__header-link {
  line-height: 41px; }

/*** Simple content ***/
.content_static .content__main {
  width: 100%;
  max-width: 76.8rem;
  box-sizing: border-box;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0 auto;
  float: none; }

.static-page h1,
.static-page h2,
.static-page h3,
.static-page h4,
.static-page h5,
.static-page h6 {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #af4e3d;
  font-weight: 700;
  text-transform: uppercase;
  margin: 1.2rem 0;
  text-align: center; }

.static-page h1,
.static-page .static-page__title {
  font-size: 3rem;
  line-height: 36px; }

.static-page h2 {
  font-size: 2.4rem;
  line-height: 30px; }

.static-page h1,
.static-page h2,
.static-page .static-page__title {
  margin-bottom: 1.2rem; }

.static-page h3 {
  font-size: 1.8rem;
  line-height: 24px; }

.static-page h4 {
  font-size: 1.4rem;
  line-height: 18px; }

.static-page h5 {
  font-size: 1.4rem;
  line-height: 18px; }

.static-page h6 {
  font-size: 1.4rem;
  line-height: 18px; }

.static-page p {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 1rem; }

.static-page p + h2,
.static-page p + h3,
.static-page p + h4,
.static-page p + h5,
.static-page p + h6 {
  margin-top: 1.9rem; }

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

.static-page ol {
  padding-left: 2.5rem; }

.static-page ul {
  padding-left: 0; }

.static-page ul li,
.static-page ol li {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  margin-bottom: 1.2rem;
  position: relative;
  padding-left: 2.5rem; }

.static-page ul li {
  list-style: none; }

.static-page ol li {
  padding-left: 0; }

.static-page ul li:before {
  content: '';
  display: block;
  width: .6rem;
  height: .6rem;
  border-radius: 5rem;
  background-color: #e4bf8f;
  position: absolute;
  top: .6rem;
  left: 0;
  z-index: 1; }

.basket-tip__label {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding-left: 3.2rem;
  position: relative; }

.basket-tip__label:before {
  display: block;
  content: '';
  width: 1.6rem;
  height: 1.6rem;
  box-sizing: border-box;
  border: solid 1px #000;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.basket-tip__label:after {
  display: none;
  content: '';
  width: 1rem;
  height: 1rem;
  box-sizing: border-box;
  background-color: #c94d3a;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin: .3rem; }

.basket-tip__label.basket-tip__label_visible:after {
  display: block; }

@media screen and (max-width: 40em) {
  .locator-restaurant_open .locator-restaurant__content,
  [data-google-locator-restaurant-selected] .locator-restaurant__content {
    padding-left: 0; } }

/* INFO: on order step5 View basket button will be displayed between Back and Place order buttons on mobile view */
.page_order_step2 .mobile-basket-button,
.page_order_step2 .mobile-basket-button__link,
.page_order_step3 .mobile-basket-button,
.page_order_step3 .mobile-basket-button__link,
.page_order_step4 .mobile-basket-button,
.page_order_step4 .mobile-basket-button__link,
.page_order_step5 .mobile-basket-button,
.page_order_step5 .mobile-basket-button__link {
  display: none; }
@media screen and (max-width: 52.5em) {
  .page_order_step2 .form-buttons,
  .page_order_step3 .form-buttons,
  .page_order_step4 .form-buttons,
  .page_order_step5 .form-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 1rem;
    justify-content: space-between;
    align-items: center; }
    .page_order_step2 .form-buttons:before, .page_order_step2 .form-buttons:after,
    .page_order_step3 .form-buttons:before,
    .page_order_step3 .form-buttons:after,
    .page_order_step4 .form-buttons:before,
    .page_order_step4 .form-buttons:after,
    .page_order_step5 .form-buttons:before,
    .page_order_step5 .form-buttons:after {
      display: none; }
  .page_order_step2 .form-buttons__link,
  .page_order_step3 .form-buttons__link,
  .page_order_step4 .form-buttons__link,
  .page_order_step5 .form-buttons__link {
    margin-top: 0;
    order: 1; }
  .page_order_step2 .mobile-basket-button__link,
  .page_order_step3 .mobile-basket-button__link,
  .page_order_step4 .mobile-basket-button__link,
  .page_order_step5 .mobile-basket-button__link {
    order: 2;
    display: flex;
    white-space: nowrap;
    background-color: transparent;
    color: #000;
    transition: background-color .2s ease, color .2s ease;
    line-height: 3.2rem; }
    .page_order_step2 .mobile-basket-button__link:hover,
    .page_order_step3 .mobile-basket-button__link:hover,
    .page_order_step4 .mobile-basket-button__link:hover,
    .page_order_step5 .mobile-basket-button__link:hover {
      color: #e4bf8f;
      text-decoration: underline; } }

.page_order_step2 .form-buttons__button,
.page_order_step3 .form-buttons__button,
.page_order_step4 .form-buttons__button {
  order: 3; }

.page_order_step5 [name="step5_form"] {
  order: 3; }

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