@charset "UTF-8";
/* ==========================================================================
   GENERAL
   ========================================================================== */
/* Imports
   -------------------------------------------------------------------------- */
@import "https://fonts.googleapis.com/css?family=Montserrat:700|Roboto+Condensed: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
   -------------------------------------------------------------------------- */
@font-face {
  font-family: 'BodoniSvtyTwoITCTTBookIta';
  src: url("/assets-fonts/BodoniSvtyTwoITCTTBookIta.woff2") format("woff2"), url("/assets-fonts/BodoniSvtyTwoITCTTBookIta.woff") format("woff"); }
@font-face {
  font-family: 'BodoniSvtyTwoITCTTBold';
  src: url("/assets-fonts/BodoniSvtyTwoITCTTBold.woff2") format("woff2"), url("/assets-fonts/BodoniSvtyTwoITCTTBold.woff") format("woff"); }
@font-face {
  font-family: 'BlueHighwayRegular';
  src: url("/assets-fonts/BlueHighwayRegular.woff2") format("woff2"), url("/assets-fonts/BlueHighwayRegular.woff") format("woff"); }
/* Base font
   -------------------------------------------------------------------------- */
body {
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif; }

input, select, textarea {
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif; }

/* Page header
   -------------------------------------------------------------------------- */
.header {
  background-color: #292623;
  border-bottom: none;
  padding-top: 3rem;
  padding-bottom: 1rem;
  position: relative; }
  @media screen and (max-width: 52.5em) {
    .header {
      padding-top: 1rem; } }

.header .header__logo {
  max-width: 36.2rem;
  float: none;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translate(-50%, 0); }
  @media screen and (max-width: 62em) {
    .header .header__logo {
      max-width: 27rem;
      top: 3.7rem; } }
  @media screen and (max-width: 55em) {
    .header .header__logo {
      max-width: 22rem;
      width: 100%;
      top: 4.3rem; } }
  @media screen and (max-width: 52.5em) {
    .header .header__logo {
      top: 1.8rem; } }

.header__shop-menu {
  float: left;
  margin-top: .6rem;
  margin-bottom: .6rem; }
  .header__shop-menu .dropdown-menu__header-link {
    font-size: 1.3rem;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 400;
    line-height: 47px;
    border-radius: 1rem;
    border: solid 1px #514e4c;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box; }
  .header__shop-menu .dropdown-menu__body {
    left: 0;
    border: none;
    box-sizing: border-box;
    background-color: transparent; }

.header__user-menu,
.header__ordering-menu {
  float: right;
  margin-top: .6rem;
  margin-bottom: .6rem; }

.header__ordering-menu .dropdown-menu__header-link {
  display: block;
  width: 16rem;
  height: 48px;
  background: url("/assets-images/order-button-bg.png") center center no-repeat; }

.header__user-menu {
  margin-left: .6rem; }
  .header__user-menu .dropdown-menu__header-link {
    font-size: 1.3rem;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 400;
    line-height: 16px;
    box-sizing: border-box;
    border-radius: 1rem;
    border: solid 1px #514e4c;
    padding: 1.6rem 1rem 1.5rem; }
    .header__user-menu .dropdown-menu__header-link.notlogged {
      padding-top: .8rem;
      padding-bottom: .7rem; }

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

.footer__wrapper {
  padding-top: 2.1rem;
  padding-bottom: 0;
  text-align: center;
  max-width: 100%;
  width: 100%; }

.footer__credits {
  display: block;
  width: 100%;
  float: none;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 32px;
  text-align: center;
  background-color: #1d1b19;
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: rgba(255, 255, 255, 0.63);
  font-weight: 400; }
  .footer__credits .footer__link {
    color: rgba(255, 255, 255, 0.63); }

.footer__links {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0;
  float: none;
  display: block;
  width: 100%;
  text-align: center; }

.footer__links li {
  display: inline-block;
  vertical-align: top;
  margin-left: 1.9rem;
  margin-right: 1.9rem;
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 22px;
  margin-bottom: 2.3rem; }

.footer__link {
  color: #fff;
  transition: all .3s ease; }

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

.footer__nav {
  padding-top: 0;
  padding-bottom: 2.7rem;
  float: none;
  margin: 0 auto;
  max-width: 1200px;
  width: 96%; }
  .footer__nav:before {
    display: table;
    content: ""; }
  .footer__nav:after {
    display: table;
    content: "";
    clear: both; }

.footer .social-icons {
  font-size: 0;
  margin-left: auto;
  margin-right: auto;
  float: none; }

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

.footer .social-icons__link {
  margin: 0 1.2rem;
  padding: 0;
  color: #c68d27;
  border: none;
  border-radius: 0;
  background-color: transparent;
  width: 2.4rem;
  height: 24px;
  text-align: center;
  transition: all .3s ease; }

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

.footer .social-icons__link i {
  font-size: 2.4rem;
  display: block;
  margin: 0 auto;
  line-height: 24px; }

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

/* Scroll up button
   -------------------------------------------------------------------------- */
.scroll-up {
  color: #fff;
  background-color: #c68d27;
  border-radius: 0;
  bottom: 14.9rem; }

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

/* GDPR consent
   -------------------------------------------------------------------------- */
/* NiceSelect (used as a <select> replacement)
   -------------------------------------------------------------------------- */
.nice-select {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #b1b1b1;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 24px;
  height: 25px;
  border: none;
  border-bottom: 1px solid #b1b1b1;
  border-radius: 0;
  background-color: transparent;
  padding-left: 0;
  padding-right: 2rem; }
  .nice-select > .current {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #b1b1b1; }

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

.nice-select .list {
  border: none;
  box-shadow: none;
  border-radius: 0;
  overflow: hidden; }

.nice-select.open .list {
  margin-top: 0;
  width: 100%;
  background-color: #fff; }

.nice-select .option {
  line-height: 24px;
  height: 24px;
  min-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #292623;
  background-color: #fff; }

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

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

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

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

.nice-select .list:hover .option:hover {
  color: #fff !important;
  background-color: #c68d27 !important; }

.nice-select .list:hover .option:not(:hover) {
  background-color: #fff !important; }

.nice-select .list:hover .option.selected.focus:not(:hover) {
  color: #fff !important;
  background-color: #c68d27 !important; }

/* ==========================================================================
   NAVIGATION
   ========================================================================== */
/* Desktop navigation:
   * account pages
   * category pages (touch only)
   -------------------------------------------------------------------------- */
.category-navigation {
  background-color: #292623;
  padding-top: 2rem;
  padding-bottom: 2rem;
  box-sizing: border-box; }

.category-navigation__wrapper {
  box-sizing: border-box;
  position: relative; }

.category-navigation__list {
  font-size: 0;
  padding: 0;
  padding-right: 8rem;
  text-align: center; }

.page_index .category-navigation__list {
  padding-left: 8rem; }

@media screen and (max-width: 68.75em) {
  .category-navigation__list {
    padding-left: 11rem;
    padding-right: 11rem; } }
.page_categories .category-navigation__list .category-navigation__item:first-child {
  margin-left: 0; }
.page_categories .category-navigation__list .category-navigation__item:last-child {
  margin-right: 0; }
@media screen and (max-width: 75em) {
  .page_categories .category-navigation__list .category-navigation__item {
    margin-left: 1rem;
    margin-right: 1rem; } }
@media screen and (max-width: 58.75em) {
  .page_categories .category-navigation__list .category-navigation__item {
    font-size: 1.2rem; } }
@media screen and (max-width: 67em) {
  .page_categories .category-navigation__list {
    text-align: left; } }

.category-navigation__item {
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding-top: .2rem;
  position: relative; }
  .category-navigation__item:before {
    display: block;
    content: '';
    width: 2rem;
    height: 2px;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0); }
  .category-navigation__item_active:before, .category-navigation__item:hover:before {
    background-color: #c89b4e; }
  @media screen and (max-width: 72.5em) {
    .category-navigation__item {
      margin-left: 1rem;
      margin-right: 1rem; } }

.category-navigation__link {
  line-height: 30px;
  padding: 0;
  transition: all .3s ease; }

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

.category-navigation_mobile {
  background-color: #292623;
  border-top: none;
  padding-top: 0;
  min-height: auto;
  position: relative; }

.category-navigation_mobile .category-navigation__wrapper {
  padding-left: 0; }

.category-navigation_mobile .category-navigation__list {
  padding: 0;
  text-align: center; }

.category-navigation_mobile .category-navigation__item {
  margin-left: 2.2rem;
  margin-right: 2.2rem;
  color: #fff; }

.category-navigation_mobile .category-navigation__item_active {
  color: #c68d27;
  border-bottom: none; }

.category-navigation_mobile .category-navigation__link {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 40px;
  padding: 0; }

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

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

.account-navigation__list {
  padding-top: 0;
  font-size: 0;
  text-align: center; }

.account-navigation__item {
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  margin-left: 2.5rem;
  margin-right: 2.5rem; }

.account-navigation__link {
  padding: 0;
  box-sizing: border-box;
  border-radius: 0;
  line-height: 32px;
  transition: all .3s ease; }

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

/* Desktop navigation:
   * checkout pages
   -------------------------------------------------------------------------- */
.checkout-navigation,
.account-navigation {
  background-color: #292623;
  transition: all .3s ease;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .checkout-navigation__wrapper,
  .account-navigation__wrapper {
    position: relative;
    box-sizing: border-box; }

.checkout-navigation__list {
  font-size: 0;
  text-align: center; }

.checkout-navigation__item {
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: .2rem;
  position: relative;
  height: auto;
  color: #b38b48; }
  .checkout-navigation__item + .checkout-navigation__item {
    margin-left: 4rem; }
  .checkout-navigation__item_active ~ .checkout-navigation__item {
    color: #fff; }
    .checkout-navigation__item_active ~ .checkout-navigation__item:after {
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff; }
  .checkout-navigation__item:before {
    display: block;
    content: '';
    width: 2rem;
    height: 2px;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0); }
  .checkout-navigation__item:after {
    border-bottom: 2px solid #b38b48;
    border-right: 2px solid #b38b48;
    content: '';
    display: inline-block;
    vertical-align: top;
    height: 6px;
    width: 6px;
    margin-top: -3px;
    pointer-events: none;
    top: 50%;
    left: 100%;
    position: absolute;
    margin-left: 1.5rem;
    transform: rotate(-45deg); }
  .checkout-navigation__item_active, .checkout-navigation__item:hover {
    color: #c89b4e; }
    .checkout-navigation__item_active:before, .checkout-navigation__item:hover:before {
      background-color: #c89b4e; }
  .checkout-navigation__item:last-child:after {
    display: none; }

@media screen and (max-width: 52.5em) {
  .checkout-navigation .cart,
  .checkout-navigation .cart__dropdown {
    display: none; } }
.shop-info__header {
  margin-bottom: 1.3rem; }
  @media screen and (max-width: 52.5em) {
    .shop-info__header {
      margin-bottom: 0; } }

.shop-info__google-maps {
  box-sizing: border-box;
  border: solid 1px #303030; }
  @media screen and (max-width: 52.5em) {
    .shop-info__google-maps {
      border: solid 1px #e1e1e1; } }

.shop-info__google-maps iframe {
  display: block; }

.shop-info .social-icons {
  font-size: 0; }
.shop-info .social-icons__icon {
  display: inline-block;
  vertical-align: top; }
.shop-info .social-icons__link {
  display: block;
  width: 2.4rem;
  height: 24px;
  font-size: 2.4rem;
  transition: all .3s ease; }
  .shop-info .social-icons__link i {
    display: block;
    line-height: 25px; }
  .shop-info .social-icons__link:hover {
    color: #de734d; }
.shop-info.shop-info_mobile {
  margin-top: 0; }
  .shop-info.shop-info_mobile:after, .shop-info.shop-info_mobile:before {
    display: none; }

/* Desktop: user and shop menus
   -------------------------------------------------------------------------- */
.dropdown-menu__header-link {
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 24px;
  padding: 0; }

.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 {
  margin-right: 0; }

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

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

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

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

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

/* Mobile: off-canvas
   -------------------------------------------------------------------------- */
.off-canvas_open {
  background: url("/assets-images/index-about-bg.jpg") top left repeat-y; }

.off-canvas_open.off-canvas_right {
  background: none;
  background-color: #292623; }

/* Mobile: menu on the left (navigation)
   -------------------------------------------------------------------------- */
.burger-menu__line {
  border-top: none;
  height: 2px;
  background-color: #c68d27; }
  .burger-menu__line + .burger-menu__line {
    margin-top: .6rem; }

.header__burger-menu {
  margin-top: .6rem; }

.burger-menu__link {
  display: block; }

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

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

.mobile-menu__section_user {
  font-size: 1.6rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #292623;
  font-weight: 400;
  background-color: #e5e3de; }

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

.mobile-menu__section-link {
  font-size: 1.6rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #292623;
  font-weight: 400;
  background-color: transparent;
  box-sizing: border-box;
  line-height: 24px;
  padding: 1.8rem 2rem; }

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

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

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

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

.mobile-menu__item-link {
  font-size: 1.6rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #292623;
  font-weight: 400;
  background-color: transparent;
  box-sizing: border-box;
  padding: 1.8rem 2rem;
  line-height: 24px; }

.mobile-menu__item_active .mobile-menu__item-link {
  color: #292623;
  background-color: #e4ded9; }

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

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

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

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

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

/* Shop info.
   * desktop: displayed in a popup
   * mobile: displayed in the left menu
   -------------------------------------------------------------------------- */
.shop-info {
  background: url("/assets-images/resto-info-bg.jpg") top left;
  background-color: #f7f5f1;
  border-radius: 0;
  border: solid 2px #292623;
  margin-top: 1.4rem;
  padding: 2.2rem 2.4rem; }
  .shop-info:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 12px 11px;
    border-color: transparent transparent #292623 transparent;
    display: block;
    content: '';
    position: absolute;
    left: 9.3rem;
    top: .4rem;
    z-index: 1; }
  .shop-info:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 12px 11px;
    border-color: transparent transparent #f7f5f1 transparent;
    display: block;
    content: '';
    position: absolute;
    left: 9.3rem;
    top: .8rem;
    z-index: 2; }

.shop-info__title {
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #292623;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 0; }
  @media screen and (max-width: 52.5em) {
    .shop-info__title {
      display: block;
      margin-right: 0;
      width: 100%;
      color: #383838;
      line-height: 24px;
      float: none; } }

.shop-info__feature-title {
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #292623;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px; }
  @media screen and (max-width: 52.5em) {
    .shop-info__feature-title {
      color: #000; } }

.shop-info__feature-content {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #292623;
  font-weight: 400;
  line-height: 24px; }
  @media screen and (max-width: 52.5em) {
    .shop-info__feature-content {
      color: #383838;
      line-height: 24px; } }

.shop-info__link {
  color: #c89b4e; }
  @media screen and (max-width: 52.5em) {
    .shop-info__link {
      color: #de734d; } }

@media screen and (max-width: 52.5em) {
  .shop-info__social-icons {
    float: none;
    display: block;
    margin-top: 1.2rem;
    margin-bottom: 1.7rem; } }

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

.shop-info .social-icons__link {
  color: #c68d27;
  background-color: transparent; }

.shop-info .social-icons__link:hover {
  color: #292623;
  background-color: transparent; }

/* ==========================================================================
   CATEGORY PAGE
   ========================================================================== */
/* Page header
   -------------------------------------------------------------------------- */
.category__subcategory {
  margin-top: 2.7rem; }

.category__title {
  font-size: 3rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 40px;
  box-sizing: border-box;
  padding: 1.5rem 7.5rem;
  background-color: #292623;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  clear: both; }
  @media screen and (max-width: 52.5em) {
    .category__title {
      display: block;
      width: 100%;
      padding-left: 2.2rem;
      padding-right: 2.2rem; } }

.category__description {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #292623;
  font-weight: 400;
  line-height: 22px;
  box-sizing: border-box;
  margin-top: 1.6rem;
  padding-left: 2.2rem;
  padding-right: 2.2rem; }

.category__products {
  box-sizing: border-box;
  padding-left: 2.2rem;
  padding-right: 2.2rem; }

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

.category__subcategory-title {
  font-size: 1.6rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #292623;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: border-box;
  padding-left: 2.2rem;
  padding-right: 2.2rem; }

.category__description + .category__products,
.category__subcategory-title + .category__products {
  margin-top: 3rem; }

/* Product
   -------------------------------------------------------------------------- */
.product {
  margin-bottom: 1.8rem; }
  .product .product__add .product__price[data-product-price-empty] {
    display: none; }

.product__wrapper,
.product_improved .product__wrapper {
  background-color: #f5f2ef;
  border-radius: 1rem;
  box-sizing: border-box;
  padding: 1.7rem 2.2rem 2.2rem; }

.product__name {
  font-size: 1.6rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #292623;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  text-align: center;
  word-break: break-word; }

.product__description {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #292623;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin-top: .7rem; }

.product__sku-buttons {
  display: block;
  width: 100%;
  margin-top: 1.1rem; }

.product__picture-container,
.product_improved .product__picture-container {
  margin-top: 1.1rem;
  margin-bottom: 0; }
  .product__picture-container .product__picture,
  .product_improved .product__picture-container .product__picture {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto; }
  @media screen and (max-width: 52.5em) {
    .product__picture-container,
    .product_improved .product__picture-container {
      float: none;
      margin-left: auto;
      margin-right: auto;
      width: auto; } }

.product__bottom {
  margin-top: 0; }

.product__buttons {
  margin-top: 3rem;
  display: block;
  text-align: center; }

.product__price,
.product__add-value {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  float: none;
  text-align: center;
  width: 50%;
  box-sizing: border-box; }

.product__price:not([data-product-price-empty]) + .product__add-value {
  border-left: solid 1px #fff; }

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

.product__sku-select .current {
  color: #383838;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

.product__mobile-price,
.product_improved .product__mobile-price {
  box-sizing: border-box;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  line-height: 20px;
  padding-top: 1.1rem;
  padding-bottom: 0;
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #292623;
  font-weight: 700;
  text-align: center;
  color: #c68d27;
  text-transform: uppercase; }

/* product counter */
.product_with-counter:after,
.product_improved.product_with-counter:after {
  background-color: #c87550;
  width: .5rem; }

.product__counter {
  color: #c87550; }

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

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

.product_favourites {
  background-color: transparent; }

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

.product_favourites .product__picture-container {
  width: 24rem;
  margin-right: -24rem;
  border-radius: 2.5rem;
  overflow: hidden;
  background-color: #f9f9f9;
  margin-bottom: 0; }
  @media screen and (max-width: 52.5em) {
    .product_favourites .product__picture-container {
      margin-right: 0; } }

.product_favourites .product__picture-container ~ * {
  margin-left: 25.2rem; }

.product_favourites .product__top {
  padding-right: 2rem;
  padding-top: 1.2rem;
  padding-bottom: 7.4rem; }

.product_favourites .product__price,
.product_favourites .product__name {
  font-size: 1.6rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 600;
  line-height: 24px; }

.product_favourites .product__description {
  line-height: 20px;
  color: #383838; }

.product_favourites .product__bottom {
  padding-right: 0;
  width: 50%;
  position: absolute;
  left: 0;
  bottom: 2rem; }
  .product_favourites .product__bottom .nice-select__container {
    min-width: 13.6rem; }
    .product_favourites .product__bottom .nice-select__container .nice-select {
      width: 100%; }

.product_favourites .product__sku {
  vertical-align: top; }

.product_favourites .product__wrapper {
  position: relative; }

.product_favourites .product__buttons {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  padding: 0; }

@media screen and (max-width: 64em) {
  .product_favourites .product__customise {
    display: block;
    padding: 0;
    margin-bottom: .5rem;
    float: none; } }
@media screen and (max-width: 60em) {
  .product_favourites .product__top {
    padding-bottom: 0; }

  .product_favourites .product__bottom {
    margin-top: 1rem;
    position: static;
    display: block;
    padding-right: 2rem;
    box-sizing: border-box;
    width: auto; }

  .product_favourites .product__buttons {
    display: block;
    margin-top: 1rem;
    position: static;
    width: 100%;
    padding-right: 2rem;
    padding-bottom: 2rem;
    box-sizing: border-box;
    padding-left: 26.2rem; }

  .product_favourites .product__customise {
    display: inline-block;
    vertical-align: top;
    margin-right: 1.5rem; } }
@media screen and (max-width: 52.5em) {
  .product_favourites .product__buttons {
    display: none; } }
@media screen and (max-width: 30em) {
  .product_favourites .product__picture-container {
    margin: 2rem auto 1rem;
    display: block;
    float: none; }

  .product_favourites .product__mobile-price,
  .product_favourites .product_improved .product__mobile-price {
    position: static;
    float: none; } }
/* Add & customise buttons
   -------------------------------------------------------------------------- */
.product__add {
  color: #fff;
  background-color: #c78e13;
  border: none;
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  line-height: 20px;
  box-sizing: border-box;
  padding-top: .8rem;
  padding-bottom: .8rem;
  height: 36px;
  font-size: 0;
  max-width: 20rem;
  margin: 0 auto; }
  .product__add:hover {
    color: #fff;
    background-color: #292623; }

.product_no-ordering .product__add {
  font-size: 1.4rem; }

.product__customise {
  color: #c89b4e;
  background-color: transparent;
  border: none;
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  width: auto;
  line-height: 24px;
  text-decoration: underline;
  height: 24px;
  float: none;
  text-transform: uppercase; }
  .product__customise:hover {
    color: #292623;
    background-color: transparent; }
  .product__customise + .product__add {
    width: 100%;
    float: none;
    margin-top: .8rem; }

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

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

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

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

/* Deal wizard
   -------------------------------------------------------------------------- */
.deal-wizard__title {
  font-size: 3rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 40px;
  box-sizing: border-box;
  padding: 1.5rem 7.5rem;
  background-color: #292623;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  clear: both; }
  @media screen and (max-width: 52.5em) {
    .deal-wizard__title {
      box-sizing: border-box;
      display: block;
      width: 100%;
      padding-left: 2.2rem;
      padding-right: 2.2rem;
      text-align: center; } }

.deal-wizard__header {
  margin-bottom: 1.8rem; }

.deal-wizard-navigation {
  background-color: transparent;
  margin-bottom: 1.8rem;
  box-sizing: border-box;
  padding-left: 2.2rem;
  padding-right: 2.2rem; }

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

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

/* More accurate active tab shape*/
.deal-wizard-navigation__tab:before {
  content: '';
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  width: 15px;
  height: 100%; }

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

.deal-wizard-navigation__tab:nth-child(3n) {
  z-index: 7; }
  .deal-wizard-navigation__tab:nth-child(3n) .deal-wizard-navigation__link {
    margin-right: 0;
    border-radius: 0 1rem 1rem 0;
    overflow: hidden; }

.deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link {
  margin-right: 0;
  border-radius: 0 1rem 1rem 0;
  overflow: hidden; }

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

.deal-wizard-navigation__tab:nth-child(3n-2) {
  z-index: 9;
  border-radius: 1rem 0 0 1rem;
  overflow: hidden; }

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

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

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

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

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link {
  color: #292623;
  background-color: #e8ded4; }

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

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

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

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

.deal-wizard-navigation__title {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 16px;
  height: 34px;
  line-height: 34px; }

.deal-wizard-navigation__title:after {
  background: -webkit-linear-gradient(left, rgba(245, 242, 239, 0), #f5f2ef);
  background: linear-gradient(to right, rgba(245, 242, 239, 0), #f5f2ef); }

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

@media screen and (max-width: 34em) {
  .deal-wizard-navigation__tab,
  .deal-wizard-navigation__tab:nth-last-child(2):first-child,
  .deal-wizard-navigation__tab:nth-last-child(2):first-child ~ * {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 1rem; }
    .deal-wizard-navigation__tab:before,
    .deal-wizard-navigation__tab:nth-last-child(2):first-child:before,
    .deal-wizard-navigation__tab:nth-last-child(2):first-child ~ *:before {
      display: none; }
    .deal-wizard-navigation__tab:nth-child(3n) .deal-wizard-navigation__link,
    .deal-wizard-navigation__tab:nth-last-child(2):first-child:nth-child(3n) .deal-wizard-navigation__link,
    .deal-wizard-navigation__tab:nth-last-child(2):first-child ~ *:nth-child(3n) .deal-wizard-navigation__link {
      box-sizing: border-box;
      padding-right: 1.5rem; }

  .deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link {
    box-sizing: border-box;
    padding-right: 1.6rem; } }
/* Product tags / pictos
   -------------------------------------------------------------------------- */
.product-picto {
  display: inline-block;
  font-size: 2rem; }

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

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

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

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

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

.product-picto_moderately-spiced::before {
  width: 1.8em; }

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

.product-picto_highly-spiced::before {
  width: 2.7em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
   BASKET
   ========================================================================== */
/* Basket header
   -------------------------------------------------------------------------- */
.basket__header {
  background-color: #292623;
  padding: 1.5rem; }
  @media screen and (max-width: 52.5em) {
    .basket__header {
      border-radius: 0;
      padding-bottom: 3rem; } }

.basket__title {
  font-size: 1.6rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 20px; }

.basket__empty {
  font-size: 1.6rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 20px;
  color: #292623;
  padding: .8rem 1.5rem;
  background-color: #e8ded4; }

.basket__repeat {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 20px;
  text-decoration: underline;
  margin-top: 0;
  transition: all .3s ease; }
  .basket__repeat:hover {
    color: #c89b4e;
    text-decoration: underline; }
  @media screen and (max-width: 52.5em) {
    .basket__repeat {
      display: block;
      position: absolute;
      padding-top: 2.5rem;
      padding-left: 0; } }

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

/* Basket item
   -------------------------------------------------------------------------- */
.basket__items {
  background-color: #292623;
  box-sizing: border-box;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

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

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

.basket-item__option {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  line-height: 16px; }

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

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

/* Basket deal title
   -------------------------------------------------------------------------- */
.basket-deal__header {
  background-color: #e8ded4;
  box-sizing: border-box;
  padding: .6rem 1.5rem; }

.basket-deal__title {
  font-size: 1.6rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #292623;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 24px; }

.basket-deal__link {
  display: inline-block;
  vertical-align: top; }

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

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

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

/* Basket deal item
   -------------------------------------------------------------------------- */
.basket-deal__items {
  background-color: #3a3734;
  box-sizing: border-box;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

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

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

.basket-deal__item-option {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  line-height: 16px; }

.basket-deal__item-option-name {
  padding-left: 0; }

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

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

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

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

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

/* Delivery method switcher
   -------------------------------------------------------------------------- */
.basket__delivery_radio {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #c89b4e;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 33px;
  border: none; }

.basket__delivery-method {
  background-color: #292623;
  border: 1px solid #c89b4e;
  line-height: 33px;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .3s ease; }
  .basket__delivery-method:hover {
    color: #c89b4e;
    background-color: #fff;
    border: solid 1px #c89b4e; }

.basket__delivery-radio:checked + .basket__delivery-method {
  color: #fff;
  background-color: #c89b4e; }
  .basket__delivery-radio:checked + .basket__delivery-method:hover {
    color: #c89b4e;
    background-color: #fff;
    border: solid 1px #c89b4e; }

/* Basket footer
   -------------------------------------------------------------------------- */
.basket__footer {
  color: #fff;
  background-color: #292623;
  padding-bottom: 0; }
  @media screen and (max-width: 52.5em) {
    .basket__footer {
      border-radius: 0; } }

.basket__footer-row {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.basket__footer-red-message {
  background-color: #b04322;
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 24px;
  box-sizing: border-box;
  padding: 2.5rem;
  margin-top: .5rem; }

.basket__error {
  background-color: #b04322;
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 24px;
  box-sizing: border-box;
  padding: .8rem 2.5rem; }

.basket__savings {
  color: #292623;
  background-color: #3a3734; }

.basket__charge-title,
.basket__charge-amount,
.basket__charge-quantity {
  font-size: 1.8rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px; }

.basket__total-title,
.basket__total-amount {
  font-size: 1.8rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px; }

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

.basket__button-link {
  color: #fff;
  background-color: #c89b4e;
  border: none;
  border-radius: 0;
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  padding: 0;
  line-height: 36px; }
  .basket__button-link:hover {
    color: #c89b4e;
    background-color: #fff; }

.basket__coupon {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 24px; }

.basket__coupon-link {
  color: #fff;
  text-decoration: underline;
  transition: all .3s ease; }
  .basket__coupon-link:hover {
    color: #c89b4e;
    text-decoration: underline; }

.basket__coupon-input {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #292623;
  font-weight: 400;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  margin: 0 .5rem;
  box-shadow: none;
  outline: none;
  border: solid 1px #f1f1f1;
  background-color: #fff;
  line-height: 28px;
  height: 30px; }

.basket__coupon-validate {
  line-height: 30px;
  transition: all .3s ease;
  text-decoration: underline;
  vertical-align: top; }
  .basket__coupon-validate:hover {
    color: #c89b4e;
    text-decoration: underline; }

.mobile-basket-button__nb-items {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase; }

.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: #c89b4e;
  border: none;
  border-radius: 0;
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase; }
  .mobile-basket-button__link:hover {
    color: #c89b4e;
    background-color: #fff; }

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

.popup.popup_improved {
  box-sizing: border-box;
  border: solid 4px #000;
  background: url("/assets-images/popup-bg.jpg") top left;
  border-radius: 0;
  padding-bottom: 5.2rem; }
  @media screen and (max-width: 52.5em) {
    .popup.popup_improved {
      border: none;
      border-radius: 0;
      padding-bottom: 4.6rem; } }

.popup_improved.popup_full-height {
  height: 100%; }

.popup_improved .popup__wrapper {
  box-sizing: border-box;
  padding: 4.5rem; }
  @media screen and (max-width: 52.5em) {
    .popup_improved .popup__wrapper {
      padding: 1.9rem 2.1rem; } }

.popup__picture.popup__picture_desktop {
  background-color: transparent; }
  .popup__picture.popup__picture_desktop img {
    display: block; }

.popup_improved .popup__picture_mobile {
  margin: 2.6rem auto 3.9rem;
  max-width: 20rem;
  background-color: transparent; }
  .popup_improved .popup__picture_mobile img {
    display: block; }

.popup__description,
.popup_improved .popup__description {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #292623;
  font-weight: 400;
  line-height: 18px;
  margin-top: .9rem; }
  @media screen and (max-width: 52.5em) {
    .popup__description,
    .popup_improved .popup__description {
      margin-top: 0;
      line-height: 24px; } }

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

.popup__title,
.popup__price {
  font-size: 1.6rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #292623;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px; }

.popup_improved .popup__header {
  margin-bottom: .9rem; }
  @media screen and (max-width: 52.5em) {
    .popup_improved .popup__header {
      margin-bottom: .7rem; } }

@media screen and (max-width: 52.5em) {
  .popup_improved .popup__title {
    line-height: 24px; } }

.popup_improved.popup_scrolled .popup__title {
  background: url("/assets-images/popup-bg.jpg") top left;
  border-bottom: 1px solid #292623;
  box-shadow: none; }
  @media screen and (max-width: 52.5em) {
    .popup_improved.popup_scrolled .popup__title {
      padding: 1.9rem 2.1rem;
      box-shadow: none;
      border-bottom: 1px solid #292623; } }

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

.popup_improved .popup__title-mobile-close-icon {
  width: 2.4rem;
  height: 24px;
  background: url("/assets-images/popup-arrow.png") left center no-repeat; }
  .popup_improved .popup__title-mobile-close-icon:before {
    display: none; }

/* Popup group
   -------------------------------------------------------------------------- */
.popup-group_improved {
  margin-top: 1.9rem;
  padding-top: 0;
  padding-bottom: 0; }
  @media screen and (max-width: 52.5em) {
    .popup-group_improved {
      margin-top: 2.4rem; } }

.popup-group_improved .popup-group__label,
.popup-group_improved .popup-group__single-choice {
  width: 10rem;
  line-height: 26px; }

.popup-group_improved .popup-group__label_quantity {
  line-height: 20px; }

.popup-group__quantity-field {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 20px;
  box-sizing: border-box;
  padding: 0 .2rem;
  border: none;
  background: transparent;
  text-align: center;
  width: 4rem;
  color: #292623; }

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

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

.popup-group__quantity-minus-icon,
.popup-group__quantity-plus-icon {
  display: block;
  width: 2rem;
  height: 20px;
  line-height: 20px;
  border-radius: 5rem;
  color: #fff;
  background-color: #b68b34; }
  .popup-group__quantity-minus-icon:before,
  .popup-group__quantity-plus-icon:before {
    width: 2rem;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    font-size: 1.2rem;
    display: block; }

.popup-group__label,
.popup-group__single-choice {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #c68d27;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 32px; }

.popup-group__line .nice-select__container {
  width: 14.5rem;
  vertical-align: top; }

.popup-group__line .nice-select {
  display: block;
  width: 100%;
  color: #292623;
  line-height: 26px;
  height: 27px;
  border-bottom: solid 1px #292623; }
  .popup-group__line .nice-select:after {
    border-bottom: solid 1px #292623;
    border-right: solid 1px #292623; }
  .popup-group__line .nice-select > .current {
    color: #292623;
    display: block;
    line-height: 26px; }

.popup__group + .popup-row {
  border-top: solid 2px #b68b34;
  margin-top: 3.3rem;
  padding-top: 3rem; }

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

.popup-row__title {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #c68d27;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 28px;
  margin-bottom: 1.7rem; }

.popup-row__description {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 18px;
  color: #292623;
  display: block;
  margin-bottom: 1.7rem; }

/* Popup enum
   -------------------------------------------------------------------------- */
.popup-enum__option {
  margin: 0;
  margin-bottom: 1.25rem;
  overflow: hidden; }
  .popup-enum__option:first-child {
    border-radius: 0; }
    .popup-enum__option:first-child .popup-enum__text {
      border-radius: 0;
      overflow: hidden; }
  .popup-enum__option:last-child {
    border-radius: 0; }
    .popup-enum__option:last-child .popup-enum__text {
      border-radius: 0;
      overflow: hidden; }
  .popup-enum__option + .popup-enum__option {
    margin-left: -1px; }

.popup-enum__text {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #292623;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 20px;
  color: #292623;
  background-color: transparent;
  padding: .5rem 2.2rem;
  box-sizing: border-box;
  border: solid 1px #b68b34; }

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

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

.popup-row.popup-row_enum {
  padding-bottom: 0; }

/* Popup set
   -------------------------------------------------------------------------- */
.popup-set__group-title {
  font-size: 1.2rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #292623;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 28px;
  margin-bottom: 1.7rem; }

.popup-set__title {
  color: #292623; }

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

.popup-set__text:before {
  border-color: #292623;
  background-color: #fff;
  border-radius: 0; }

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

.popup-set__text:before,
.popup-set__text:after {
  left: -2.7rem;
  top: 0; }

.popup-set__text:after {
  width: .8rem;
  height: 8px;
  margin: .4rem;
  border-radius: 0; }

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

.popup-set__wrapper {
  margin-top: 2.6rem; }

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

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

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

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

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

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

/* Popup buttons
   -------------------------------------------------------------------------- */
.popup-buttons_improved {
  border-radius: 0;
  overflow: hidden; }
  @media screen and (max-width: 52.5em) {
    .popup-buttons_improved {
      border-radius: 0; } }

.popup-buttons__button,
.popup-buttons_improved .popup-buttons__button {
  color: #fff;
  background-color: #b68b34;
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 52px;
  height: 52px;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  padding-top: 0;
  padding-bottom: 0; }
  .popup-buttons__button:hover,
  .popup-buttons_improved .popup-buttons__button:hover {
    color: #fff;
    background-color: #292623; }
  @media screen and (max-width: 52.5em) {
    .popup-buttons__button,
    .popup-buttons_improved .popup-buttons__button {
      line-height: 46px;
      height: 46px;
      border-radius: 0; } }

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

.popup-buttons__link,
.popup-buttons_improved .popup-buttons__link {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #292623;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 52px;
  padding: 0;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  margin-left: 4.5rem; }

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

/* ==========================================================================
   CHECKOUT, ACCOUNT & ORDER PAGES
   ========================================================================== */
.checkout {
  box-sizing: border-box;
  border-radius: 0;
  background-color: transparent;
  padding: 4.6rem 2rem;
  max-width: 79rem;
  margin-left: auto;
  margin-right: auto; }
  .checkout__header {
    margin-bottom: 2.4rem; }
  @media screen and (max-width: 52.5em) {
    .checkout {
      max-width: 96%;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 23em) {
    .checkout {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.checkout__title {
  font-size: 1.6rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #292623;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  text-align: center; }

.checkout-row__label,
.checkout-row__group-label,
.checkout-variant__label,
.checkout-variant__select-label,
.card-entry__label,
.card-entry__saved-card-label {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #292623;
  font-weight: 400; }

.checkout-variant__helper,
.checkout-row__field-text,
.checkout-row__field-textarea,
.checkout__description,
.checkout-row__group,
.card-entry__instructions,
.card-entry__cvcode-label {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #292623;
  font-weight: 400;
  line-height: 24px; }

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

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

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

.checkout-row__field-text,
.card-entry__input {
  box-sizing: border-box;
  border-radius: 0;
  border: solid 1px #292623;
  box-shadow: none;
  outline: none;
  margin: 0;
  padding: 0 1.5rem;
  background-color: transparent;
  line-height: 28px;
  height: 30px;
  background-color: transparent; }

.checkout-row__field-textarea {
  display: block;
  box-sizing: border-box;
  border-radius: 0;
  border: solid 1px #292623;
  box-shadow: none;
  outline: none;
  margin: 0;
  padding: 1rem 1.5rem;
  background-color: transparent;
  line-height: 28px;
  height: 120px;
  resize: none; }

.card-entry__input {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400; }

.card-entry__input_small {
  width: 60px; }

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

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

.card-entry__checkbox-helper {
  position: relative;
  box-sizing: border-box;
  padding-left: 3.4rem;
  display: block;
  width: 100%;
  line-height: 24px;
  padding-top: .3rem; }
  .card-entry__checkbox-helper:before {
    display: block;
    content: '';
    box-sizing: border-box;
    width: 1.6rem;
    height: 16px;
    border: solid 1px #292623;
    background-color: #fff;
    margin: 0;
    position: absolute;
    top: .6rem;
    left: 0;
    z-index: 1; }
  .card-entry__checkbox-helper:after {
    display: none; }

.card-entry__checkbox:checked + .card-entry__checkbox-helper:after {
  display: block;
  content: '';
  width: .8rem;
  height: 8px;
  margin: .4rem;
  background-color: #c68d27;
  position: absolute;
  top: .6rem;
  left: 0;
  z-index: 2; }

.checkout-row__group-item {
  margin-top: 1.4rem; }

.checkout-row__group-item_forgot-password {
  margin-top: 1.5rem; }
  .checkout-row__group-item_forgot-password > a {
    line-height: 24px;
    color: #c68d27;
    text-decoration: underline;
    transition: all .3s ease;
    text-transform: uppercase; }
    .checkout-row__group-item_forgot-password > a:hover {
      text-decoration: underline;
      color: #292623; }

.checkout-row__label {
  line-height: 24px;
  padding-top: .3rem;
  width: 13rem;
  margin-left: -13rem; }
  @media screen and (max-width: 67em) {
    .checkout-row__label {
      display: block;
      width: 100%;
      padding: 0;
      margin: 0;
      margin-bottom: .5rem; } }

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

.checkout__fieldset {
  max-width: 38rem;
  width: 100%; }

.checkout__footer {
  margin-top: 3.4rem; }

.checkout__section_login {
  padding-bottom: 3.9rem; }
  .checkout__section_login + .checkout__section_register {
    margin-top: 0;
    padding-top: 4.2rem;
    border-top: solid 2px #c68d27; }
  .checkout__section_login .checkout__description {
    text-align: center; }

.checkout-row__group-label {
  position: relative;
  font-size: 14px;
  line-height: 16px;
  box-sizing: border-box; }
  .checkout-row__group-label .checkout-row__field-checkbox {
    opacity: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0; }
  .checkout-row__group-label .checkout-row__label-text {
    position: relative;
    box-sizing: border-box;
    padding-left: 2.8rem;
    display: block; }
    .checkout-row__group-label .checkout-row__label-text:before {
      display: block;
      content: '';
      width: 1.6rem;
      height: 16px;
      border-radius: 0;
      box-sizing: border-box;
      border: solid 1px #292623;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .checkout-row__group-label .checkout-row__label-text:after {
      display: none;
      content: '';
      width: .8rem;
      height: 8px;
      border: none;
      border-radius: 0;
      margin: .4rem;
      background-color: #c68d27;
      box-sizing: border-box;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }
  .checkout-row__group-label .checkout-row__field-checkbox:checked + .checkout-row__label-text:after {
    display: block; }

.checkout-variant__label {
  position: relative;
  line-height: 16px; }
  .checkout-variant__label .checkout-variant__radio {
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0; }
  .checkout-variant__label .checkout-variant__text {
    display: block;
    box-sizing: border-box;
    padding-left: 3.4rem;
    position: relative; }
    .checkout-variant__label .checkout-variant__text:before {
      display: block;
      content: '';
      width: 1.6rem;
      height: 16px;
      border-radius: 50px;
      box-sizing: border-box;
      border: solid 1px #000;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .checkout-variant__label .checkout-variant__text:after {
      display: none;
      content: '';
      width: 1rem;
      height: 10px;
      border-radius: 50px;
      box-sizing: border-box;
      border: none;
      margin: .3rem;
      background-color: #c68d27;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }
  .checkout-variant__label .checkout-variant__radio:checked + .checkout-variant__text {
    font-weight: 400; }
    .checkout-variant__label .checkout-variant__radio:checked + .checkout-variant__text:after {
      display: block; }

.checkout-variant__select {
  margin-top: 2rem;
  padding-bottom: 0;
  padding-left: 22rem; }
  @media screen and (max-width: 36.25em) {
    .checkout-variant__select {
      padding-left: 0; } }

.checkout-variant__select-label {
  margin-top: 0;
  margin-left: -22rem;
  line-height: 24px;
  padding-top: .3rem;
  color: #c68d27;
  text-transform: uppercase;
  width: 22rem;
  box-sizing: border-box;
  padding-left: 3.4rem; }
  @media screen and (max-width: 36.25em) {
    .checkout-variant__select-label {
      display: block;
      width: 100%;
      padding: 0;
      margin: 0;
      margin-bottom: 5px; } }

.checkout-variant__select-set,
.page_order_step3 .checkout__section_address,
.page_order_step4 .card-entry__group {
  font-size: 0; }
  .checkout-variant__select-set .nice-select__container,
  .page_order_step3 .checkout__section_address .nice-select__container,
  .page_order_step4 .card-entry__group .nice-select__container {
    width: calc(50% - .5rem);
    vertical-align: top; }
    .checkout-variant__select-set .nice-select__container .nice-select,
    .page_order_step3 .checkout__section_address .nice-select__container .nice-select,
    .page_order_step4 .card-entry__group .nice-select__container .nice-select {
      width: 100%;
      border-bottom-color: #292623;
      color: #292623; }
      .checkout-variant__select-set .nice-select__container .nice-select .list,
      .page_order_step3 .checkout__section_address .nice-select__container .nice-select .list,
      .page_order_step4 .card-entry__group .nice-select__container .nice-select .list {
        max-height: 1rem;
        width: 100%;
        box-sizing: border-box; }
        .checkout-variant__select-set .nice-select__container .nice-select .list .option,
        .page_order_step3 .checkout__section_address .nice-select__container .nice-select .list .option,
        .page_order_step4 .card-entry__group .nice-select__container .nice-select .list .option {
          width: 100%; }
      .checkout-variant__select-set .nice-select__container .nice-select.open .list,
      .page_order_step3 .checkout__section_address .nice-select__container .nice-select.open .list,
      .page_order_step4 .card-entry__group .nice-select__container .nice-select.open .list {
        max-height: 30rem; }
      .checkout-variant__select-set .nice-select__container .nice-select .current,
      .page_order_step3 .checkout__section_address .nice-select__container .nice-select .current,
      .page_order_step4 .card-entry__group .nice-select__container .nice-select .current {
        color: #292623; }
      .checkout-variant__select-set .nice-select__container .nice-select:after,
      .page_order_step3 .checkout__section_address .nice-select__container .nice-select:after,
      .page_order_step4 .card-entry__group .nice-select__container .nice-select:after {
        border-bottom-color: #292623;
        border-right-color: #292623; }
    .checkout-variant__select-set .nice-select__container ~ .nice-select__container,
    .page_order_step3 .checkout__section_address .nice-select__container ~ .nice-select__container,
    .page_order_step4 .card-entry__group .nice-select__container ~ .nice-select__container {
      margin-left: 1rem; }
    @media screen and (max-width: 23.75em) {
      .checkout-variant__select-set .nice-select__container,
      .page_order_step3 .checkout__section_address .nice-select__container,
      .page_order_step4 .card-entry__group .nice-select__container {
        width: 100%;
        display: block; }
        .checkout-variant__select-set .nice-select__container .nice-select,
        .page_order_step3 .checkout__section_address .nice-select__container .nice-select,
        .page_order_step4 .card-entry__group .nice-select__container .nice-select {
          float: none; }
        .checkout-variant__select-set .nice-select__container ~ .nice-select__container,
        .page_order_step3 .checkout__section_address .nice-select__container ~ .nice-select__container,
        .page_order_step4 .card-entry__group .nice-select__container ~ .nice-select__container {
          margin-left: 0;
          margin-top: 2rem; } }

.card-entry {
  box-sizing: border-box;
  padding-left: 3.4rem; }

.card-entry__new-card {
  box-sizing: border-box;
  padding-left: 0; }

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

.card-entry__new-card .card-entry__row:first-child .card-entry__label {
  padding-top: 0; }

/* Form buttons
   Contain a button on the right and a cancel link on the left.
   -------------------------------------------------------------------------- */
.form-buttons__button {
  color: #fff;
  background-color: #c68d27;
  border: none;
  padding: 0 2rem;
  border-radius: 0;
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 34px;
  min-width: 14.4rem;
  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: #fff;
    background-color: #292623; }
  @media screen and (max-width: 23em) {
    .form-buttons__button {
      padding-left: 1rem;
      padding-right: 1rem; } }

.form-buttons__link {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #c68d27;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 34px;
  text-decoration: underline;
  transition: all .3s ease;
  padding-top: 0;
  padding-bottom: 0; }

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

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

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

.checkout-confirm__content {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #292623;
  font-weight: 400;
  line-height: 24px; }
  .checkout-confirm__content p > a {
    color: #c68d27;
    text-decoration: underline;
    transition: all .3s ease; }
    .checkout-confirm__content p > a:hover {
      text-decoration: underline;
      color: #292623; }

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

/* Checkout upselling
   -------------------------------------------------------------------------- */
.category_upselling {
  margin-top: 5rem;
  padding-top: 3.7rem;
  border-top: solid .2rem #c68d27;
  text-align: center; }

.category_upselling .category__header {
  background-color: transparent;
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 3.2rem; }

.category_upselling .category__title {
  font-size: 1.6rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #292623;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2.4rem;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  color: #292623;
  background-color: transparent; }

.category_upselling .category__products {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0; }

.category_upselling .product {
  padding: 0;
  width: calc(33.33% - 1rem); }

.category_upselling .product:nth-child(2) {
  margin-left: 1.5rem;
  margin-right: 1.5rem; }

.category_upselling .product__wrapper,
.category_upselling .product_improved .product__wrapper {
  padding: 1.7rem 2rem 2.2rem; }

.category_upselling .product__description {
  line-height: 1.6rem;
  margin-top: 1.3rem; }

.category_upselling .product__picture-container,
.category_upselling .product_improved .product__picture-container {
  margin-top: 1.5rem; }

.category_upselling .product__sku {
  margin-top: 1.3rem; }

.category_upselling .product__sku-value {
  margin-bottom: 0; }

@media screen and (max-width: 60em) {
  .category_upselling .product:nth-child(2n+1) {
    clear: none; } }
@media screen and (max-width: 52.5em) {
  .category_upselling .product,
  .category_upselling .product_improved {
    float: left; } }
@media screen and (max-width: 47.5em) {
  .category_upselling .product,
  .category_upselling .product_improved {
    width: calc(50% - 1rem); }

  .category_upselling .product:nth-child(2) {
    margin-right: 0;
    margin-left: 2rem; } }
@media screen and (max-width: 30em) {
  .category_upselling .product,
  .category_upselling .product_improved {
    width: 100%; }

  .category_upselling .product:nth-child(2) {
    margin-left: 0; } }
/* Facebook login
   -------------------------------------------------------------------------- */
.checkout__facebook-login {
  margin-bottom: 2.5rem; }

.checkout__facebook-login-button {
  border-radius: 0;
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 20px; }

.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: 1.8rem;
  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 #c68d27; }

.checkout__facebook-login-separator-text {
  display: inline-block;
  position: relative;
  padding: 0 .5em;
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #292623;
  font-weight: 400;
  line-height: 20px;
  background-color: #f7f4f0; }

/* User registration error (invalid/empty fields)
   -------------------------------------------------------------------------- */
.checkout-error {
  color: #fff;
  background-color: #b04322;
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 2rem;
  border-radius: 0; }
  .checkout-error__wrapper {
    box-sizing: border-box;
    padding-left: 1.5rem; }

/* Account referral program
   -------------------------------------------------------------------------- */
.checkout__referral-banner {
  fill: #212121; }

.checkout__referral-program-rules {
  font-size: 1.275rem; }

.checkout__referral-link {
  margin: 1rem 0;
  color: #fff;
  background-color: #c68d27;
  border: none;
  padding: 1rem 2rem;
  border-radius: 0;
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  min-width: 15rem;
  text-align: center; }
  .checkout__referral-link:hover {
    color: #fff;
    background-color: #292623; }

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

.checkout-row__group-item_atoms {
  max-width: 38.1rem;
  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: 3rem;
  text-align: right; }

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

@media screen and (max-width: 67em) {
  .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%; } }
/* Order page
   -------------------------------------------------------------------------- */
.order-table {
  box-sizing: border-box;
  border: solid 1px #e7e0d5;
  border-radius: 0;
  overflow: hidden; }
  @media screen and (max-width: 40em) {
    .order-table {
      width: 100%;
      overflow-x: auto;
      padding-bottom: 20px; } }

.order-table__header {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  color: #c68d27;
  background-color: #292623;
  box-sizing: border-box;
  border-bottom: none; }
  .order-table__header-item {
    padding-top: .8rem;
    padding-bottom: .8rem; }
  @media screen and (max-width: 40em) {
    .order-table__header {
      width: 64rem; } }

@media screen and (max-width: 40em) {
  .order-row {
    width: 64rem; } }

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

.order-row__header {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #292623;
  font-size: 1.4rem;
  font-weight: 400;
  background-color: #e7e0d5;
  border-top: 0 solid #fff; }

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

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

.order-row__header-item {
  font-size: 1.4rem;
  line-height: 24px;
  padding-top: .6rem;
  padding-bottom: .6rem; }

.order-table__print-button {
  text-transform: uppercase; }

.order {
  color: #292623;
  font-size: 1.4rem;
  background-color: #f5f2ef;
  box-sizing: border-box;
  padding-left: 2.2rem;
  padding-right: 2.2rem; }
  .order .order__group:first-child {
    margin-top: 0; }

.order__group-title {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  color: #292623;
  margin-bottom: 0; }

.order__add {
  padding-right: .4rem; }

.order__add-button,
.order__repeat-button {
  color: #fff;
  background-color: #c68d27;
  border: none;
  border-radius: 0;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .order__add-button:hover,
  .order__repeat-button:hover {
    color: #fff;
    background-color: #292623; }

.order__add-button {
  min-width: 8rem;
  margin-top: 0; }

.order__repeat-button {
  padding-left: 3rem;
  padding-right: 3rem; }

.order__repeat-empty-basket {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 400;
  color: #c68d27;
  text-decoration: underline;
  margin-left: 2rem;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .order__repeat-empty-basket:hover {
    color: #292623;
    text-decoration: underline; }

.order__info-item {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  line-height: 24px;
  margin-bottom: 0; }

.order__info-item:not(:first-child) {
  margin-top: 0; }

.order__group {
  margin-top: 2.2rem; }

.order__group_col-2 {
  margin-top: 0; }

.order__items-container {
  border-top: none;
  margin-top: .8rem; }

.order__items-table {
  color: #292623;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  background-color: #f5f2ef;
  border: none; }

.order__items-deal {
  color: #292623;
  background-color: #efece7; }

.order__items-deal-title {
  color: #292623;
  background-color: #e8ded4;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 24px; }

.order__items-deal-header-column {
  box-sizing: border-box;
  padding: .3rem 1.5rem;
  font-weight: 400; }

.order__items-column {
  padding-top: .8rem;
  padding-bottom: .8rem;
  box-sizing: border-box;
  line-height: 30px; }
  .order__items-column:first-child {
    padding-left: 1.5rem; }

.order__items-attribute {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 18px;
  color: rgba(41, 38, 35, 0.4);
  font-style: normal;
  margin-top: 0; }

.order__items-footer {
  border-top-color: #d8d6d4;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #292623; }

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

.order__items-total-title,
.order__items-total-price {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

/* ==========================================================================
   MESSAGES
   ========================================================================== */
/* Transient information message displayed at the top
   Eg. when a product has just been added
   -------------------------------------------------------------------------- */
.message_info {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 24px;
  color: #292623;
  background-color: #f5f2ef;
  opacity: 0.95; }
  .message_info .message__content {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem; }

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

@media screen and (max-width: 52.5em) {
  .page_menu.page_improved {
    padding-bottom: 0; }
    .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: #f5f2ef; } }
/* 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: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 24px;
  color: #fff;
  background-color: #b04322;
  opacity: 1; }
  .message_error .message__content {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem; }

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

/* ==========================================================================
   HOMEPAGE
   ========================================================================== */
.content {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 4.6rem; }
  .content__main {
    float: none;
    width: 100%; }
  @media screen and (max-width: 52.5em) {
    .content__wrapper {
      width: 100%; } }

.content_index {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  background-color: #e5dfd7; }
  @media screen and (max-width: 52.5em) {
    .content_index {
      padding-bottom: 0; } }

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

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

.unslider-nav {
  bottom: 2rem; }

.unslider-nav ol {
  font-size: 0; }

.unslider-nav ol li {
  display: inline-block;
  vertical-align: top;
  background-color: transparent;
  border: 1px solid #fff;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  margin-left: .35rem;
  margin-left: .35rem; }

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

/* Homepage: microblog - a series of short blocks (image + text)
   -------------------------------------------------------------------------- */
.index-microblog {
  margin: 0;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: url("/assets-images/index-about-bg.jpg") top left no-repeat;
  background-size: cover; }

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

.index-microblog__row {
  display: block;
  font-size: 0;
  text-align: center; }
  .index-microblog__row + .index-microblog__row {
    margin-top: 2rem; }
  @media screen and (max-width: 60em) {
    .index-microblog__row {
      font-size: 0; } }

.index-microblog__post {
  position: relative;
  width: 100%;
  padding: 0;
  max-width: 29rem;
  float: none;
  display: inline-block;
  vertical-align: top; }
  @media screen and (max-width: 60em) {
    .index-microblog__post {
      width: 32%; } }
  @media screen and (max-width: 52.5em) {
    .index-microblog__post + .index-microblog__post {
      margin-top: 0; } }
  @media screen and (max-width: 30em) {
    .index-microblog__post {
      width: 100%;
      display: block;
      margin-left: auto;
      margin-right: auto; }
      .index-microblog__post + .index-microblog__post {
        margin-top: 2rem; } }

.index-microblog__post:nth-child(2) {
  margin-left: 2rem;
  margin-right: 2rem;
  box-sizing: border-box; }
  @media screen and (max-width: 60em) {
    .index-microblog__post:nth-child(2) {
      margin-left: 2%;
      margin-right: 2%; } }
  @media screen and (max-width: 30em) {
    .index-microblog__post:nth-child(2) {
      margin-left: auto;
      margin-right: auto; } }

.index-microblog__image-wrapper {
  margin: 0; }

.index-microblog__link {
  display: block;
  width: 100%; }

/* Homepage: About us
   -------------------------------------------------------------------------- */
.index-about {
  margin-bottom: 0;
  color: #292623; }

.index-about__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
  padding-top: 5.3rem;
  padding-bottom: 6.8rem;
  line-height: 22px;
  text-align: center;
  background-color: #e5dfd7;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: 400; }
  .index-about__wrapper:before {
    display: table;
    content: ""; }
  .index-about__wrapper:after {
    display: table;
    content: "";
    clear: both; }
  @media screen and (max-width: 52.5em) {
    .index-about__wrapper {
      width: 100%;
      border-radius: 0;
      padding-top: 3rem;
      padding-bottom: 2rem; } }

.index-about__title {
  margin-bottom: 2.9rem;
  font-size: 2.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #292623;
  text-transform: uppercase;
  line-height: 30px; }

.index-about__content {
  font-size: 0;
  text-align: center; }
  .index-about__content p {
    display: inline-block;
    vertical-align: top;
    max-width: 36rem;
    font-size: 1.4rem;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-align: justify; }
    .index-about__content p + p {
      margin-left: 2.8rem; }
    @media screen and (max-width: 52.5em) {
      .index-about__content p {
        display: block;
        width: 100%;
        max-width: 100%; }
        .index-about__content p + p {
          margin-left: 0;
          margin-top: 2rem; } }
  @media screen and (max-width: 52.5em) {
    .index-about__content {
      box-sizing: border-box;
      padding-left: 2%;
      padding-right: 2%; } }

/* Homepage: map showing the position of the restaurant
   -------------------------------------------------------------------------- */
.index-map {
  position: relative;
  width: 100%;
  max-width: 192rem;
  margin-left: auto;
  margin-right: auto; }

.index-map__wrapper {
  width: 100%;
  max-width: 100%; }
  @media screen and (max-width: 52.5em) {
    .index-map__wrapper {
      width: 100%;
      background-color: #5b4839; } }

.index-map__shop {
  width: 44rem;
  background-color: #5b4839;
  box-sizing: border-box;
  padding: 3.9rem 7rem 4.6rem; }
  @media screen and (max-width: 52.5em) {
    .index-map__shop {
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  @media screen and (max-width: 30em) {
    .index-map__shop {
      width: 100%;
      padding-left: 2%;
      padding-right: 2%; } }

.index-map__shop-title {
  margin-bottom: .7rem;
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px; }

.index-map__shop-address,
.index-map__shop-open {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: .7rem; }
  .index-map__shop-address p,
  .index-map__shop-open p {
    margin-bottom: .7rem; }

.index-map__shop-phone {
  margin-bottom: .7rem;
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px; }

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

.index-map__shop-open {
  line-height: 24px; }

.index-map__shop .shop-info__social-icons {
  margin-top: 1.5rem;
  margin-bottom: 2rem; }

.index-map__shop .social-icons {
  font-size: 0; }

.index-map__shop .social-icons__icon {
  display: inline-block;
  vertical-align: top;
  width: 2.4rem;
  height: 24px;
  border-radius: 0; }
  .index-map__shop .social-icons__icon + .social-icons__icon {
    margin-left: 1.4rem; }

.index-map__shop .social-icons__link {
  display: block;
  width: 2.4rem;
  height: 24px;
  background-color: transparent;
  color: #fff; }
  .index-map__shop .social-icons__link i {
    line-height: 24px;
    font-size: 2.4rem;
    display: block; }

.index-map__order-button {
  color: #95794b;
  background-color: #fff;
  border: none;
  padding: 0 0;
  border-radius: 0;
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #95794b;
  line-height: 36px;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  display: block;
  margin-top: 2rem;
  width: 100%;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  margin-bottom: .9rem; }
  .index-map__order-button:hover {
    color: #95794b;
    background-color: #fff; }

.index-map__shop-image {
  margin-bottom: 1.4rem; }
  .index-map__shop-image img {
    display: block; }
    @media screen and (max-width: 52.5em) {
      .index-map__shop-image img {
        margin-left: auto;
        margin-right: auto; } }

.index-map__embed {
  /*width: 100%;
  max-width: 1200px;*/ }

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

@media screen and (max-width: 40em) {
  .index-map__embed-image {
    -ms-transform: translate(-60%, -40%);
    -webkit-transform: translate(-60%, -40%);
    transform: translate(-60%, -40%); } }
.index-map__shop-info {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
  margin-top: 1.4rem; }

/* ==========================================================================
   SPECIAL FEATURES
   ========================================================================== */
/* --------------------------------------------------------------------------
   SKU BUTTONS
   (optional feature, available on touch but NOT on sidetouch)
   --------------------------------------------------------------------------
   Shows product sizes (skus) as buttons instead of selects.
   To activate, create a 'size_buttons' tag and set it on the chosen products/categories
   -------------------------------------------------------------------------- */
.sku-buttons {
  border-radius: 0;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
  text-align: center; }

.sku-buttons__item,
.sku-buttons__item:nth-last-child(4):first-child,
.sku-buttons__item:nth-last-child(4):first-child ~ .sku-buttons__item,
.sku-buttons__item:nth-last-child(3):first-child,
.sku-buttons__item:nth-last-child(3):first-child ~ .sku-buttons__item {
  float: none;
  width: 50%;
  margin-bottom: 1.6rem;
  display: inline-block;
  vertical-align: top; }
  .sku-buttons__item:hover .sku-buttons__text,
  .sku-buttons__item:nth-last-child(4):first-child:hover .sku-buttons__text,
  .sku-buttons__item:nth-last-child(4):first-child ~ .sku-buttons__item:hover .sku-buttons__text,
  .sku-buttons__item:nth-last-child(3):first-child:hover .sku-buttons__text,
  .sku-buttons__item:nth-last-child(3):first-child ~ .sku-buttons__item:hover .sku-buttons__text {
    background-color: #c68d27;
    color: #fff;
    border: solid 1px #c68d27; }

.sku-buttons__item:nth-child(n+2) {
  margin-left: -1px; }

.sku-buttons__text {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #292623;
  font-weight: 400;
  line-height: 28px;
  height: 30px;
  box-sizing: border-box;
  border: solid 1px #e3d7ca;
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

.sku-buttons__radio:checked + .sku-buttons__text {
  color: rgba(41, 38, 35, 0.8);
  background-color: #e8ded4;
  border: solid 1px #e8ded4; }

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

.dropdown-menu_user .dropdown-menu__body {
  background-color: #f9f7f3;
  border-radius: 0;
  border: solid 2px #c68d27;
  margin-top: 1.4rem;
  right: 0;
  box-sizing: border-box; }
  .dropdown-menu_user .dropdown-menu__body:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 10px 9px;
    border-color: transparent transparent #c68d27 transparent;
    display: block;
    content: '';
    position: absolute;
    right: .3rem;
    top: -1rem;
    z-index: 1; }
  .dropdown-menu_user .dropdown-menu__body:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent #f9f7f3 transparent;
    display: block;
    content: '';
    position: absolute;
    right: .7rem;
    top: -.6rem;
    z-index: 2; }
  .dropdown-menu_user .dropdown-menu__body .dropdown-menu__item-link {
    font-size: 1.4rem;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    color: #292623;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px;
    padding: .5rem .7rem;
    background-color: transparent;
    transition: all .3 ease; }
    .dropdown-menu_user .dropdown-menu__body .dropdown-menu__item-link:hover {
      background-color: #c68d27;
      color: #fff; }

.page_order_step3 .checkout__fieldset,
.page_order_step4 .checkout__fieldset {
  max-width: 60rem;
  margin-left: 0;
  box-sizing: border-box; }
@media screen and (max-width: 36.25em) {
  .page_order_step3 .checkout-variant,
  .page_order_step4 .checkout-variant {
    padding-left: 0; } }
.page_order_step3 .checkout-variant__helper,
.page_order_step4 .checkout-variant__helper {
  box-sizing: border-box;
  padding-left: 22rem; }
  @media screen and (max-width: 36.25em) {
    .page_order_step3 .checkout-variant__helper,
    .page_order_step4 .checkout-variant__helper {
      padding-left: 0; } }
.page_order_step3 .checkout__section_address,
.page_order_step4 .checkout__section_address {
  margin-top: 3rem; }
  .page_order_step3 .checkout__section_address .checkout__fieldset,
  .page_order_step4 .checkout__section_address .checkout__fieldset {
    padding-left: 15rem; }
    @media screen and (max-width: 52.5em) {
      .page_order_step3 .checkout__section_address .checkout__fieldset,
      .page_order_step4 .checkout__section_address .checkout__fieldset {
        padding-left: 0; } }

@media screen and (max-width: 26.25em) {
  .page_edit_account .checkout__section + .checkout__section .form-buttons__button {
    display: block;
    width: 100%;
    margin-bottom: 1.5rem; } }
.page_edit_account .checkout-row__group .nice-select__container {
  vertical-align: top;
  width: 50%; }
  .page_edit_account .checkout-row__group .nice-select__container .nice-select {
    display: block;
    width: 100%; }

.page_orders .checkout__header {
  margin-bottom: 2rem; }
.page_orders .order-table {
  margin-top: 2rem; }
.page_orders .checkout {
  padding-left: 1.1rem;
  padding-right: 1.1rem; }

/*** Simple content ***/
.content_static {
  background: url("/assets-images/index-about-bg.jpg") top left; }

.content_static .content__main {
  width: 100%;
  max-width: 80rem;
  box-sizing: border-box;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0 auto;
  float: none;
  padding-top: 4.7rem; }

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

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

.static-page h2 {
  font-size: 1.6rem;
  line-height: 24px; }

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

.static-page h3 {
  font-size: 1.4rem;
  line-height: 20px; }

.static-page h4 {
  font-size: 1.4rem;
  line-height: 20px;
  color: #c89b4e; }

.static-page h5 {
  font-size: 1.2rem;
  line-height: 18px;
  color: #c89b4e; }

.static-page h6 {
  font-size: 1rem;
  line-height: 16px;
  color: #c89b4e; }

.static-page p {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #292623;
  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: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #292623;
  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: .8rem;
  height: .8rem;
  border-radius: 5rem;
  background-color: #c89b4e;
  position: absolute;
  top: .7rem;
  left: 0;
  z-index: 1; }

.cart {
  display: inline-block;
  vertical-align: top;
  background-color: #c78e13;
  font-size: 0;
  box-sizing: border-box;
  padding: .6rem .8rem;
  position: absolute;
  top: -.3rem;
  right: 0;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .cart .basket-menu__basket-icon,
  .cart .mobile-basket-button__total {
    display: inline-block;
    vertical-align: top;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease; }
  .cart .basket-menu__basket-icon {
    font-size: 1.6rem;
    line-height: 24px;
    color: #fff; }
  .cart .mobile-basket-button__total {
    font-size: 1.6rem;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    margin-left: 1rem; }
  .cart + .cart__dropdown {
    display: none; }
  .cart:hover, .cart.open {
    color: #c78e13;
    background-color: #fff; }
    .cart:hover .basket-menu__basket-icon,
    .cart:hover .mobile-basket-button__total, .cart.open .basket-menu__basket-icon,
    .cart.open .mobile-basket-button__total {
      color: #c78e13; }
  .cart.open:before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 10px 9px;
    border-color: transparent transparent #d99e38 transparent;
    display: block;
    content: '';
    position: absolute;
    right: 4.6rem;
    top: 100%;
    z-index: 2;
    margin-top: .7rem; }
  .cart.open + .cart__dropdown {
    display: block;
    max-width: 33.8rem;
    width: 100%;
    box-sizing: border-box;
    border: solid .4rem #d99e38;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #292623;
    max-height: calc(100vh - 20rem);
    overflow-y: auto;
    z-index: 1000;
    margin-top: 1.6rem; }

.cart__dropdown {
  display: none; }

@media screen and (max-width: 52.5em) {
  .cart__dropdown {
    display: block; } }
.cart__dropdown.open {
  display: block;
  max-width: 33.8rem;
  width: 100%;
  box-sizing: border-box;
  border: solid .4rem #d99e38;
  position: absolute;
  top: 15.4rem;
  right: calc(50% - 60rem);
  background-color: #292623;
  max-height: calc(100vh - 20rem);
  overflow-y: auto;
  z-index: 1000;
  margin-top: 1.6rem; }

@media screen and (max-width: 75em) {
  .cart__dropdown.open {
    right: 0; } }
.message_persistent ~ .page__wrapper .cart__dropdown.open {
  top: 21rem; }

.topbar-fixed .page__wrapper .cart__dropdown.open,
.topbar-fixed .message_persistent ~ .page__wrapper .cart__dropdown.open {
  position: fixed;
  top: 5.3rem; }

@media screen and (max-width: 52.5em) {
  .cart__dropdown,
  .cart__dropdown.open,
  .topbar-fixed .page__wrapper .cart__dropdown.open,
  .topbar-fixed .message_persistent ~ .page__wrapper .cart__dropdown.open {
    top: 0;
    margin-top: 0;
    border: none; } }
.category-banner__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%; }
  .category-banner__wrapper:before {
    display: table;
    content: ""; }
  .category-banner__wrapper:after {
    display: table;
    content: "";
    clear: both; }
  @media screen and (max-width: 52.5em) {
    .category-banner__wrapper {
      width: 100%; } }
.category-banner__link {
  display: block;
  width: 100%; }
  .category-banner__link + .category-banner__link {
    display: none; }
  @media screen and (max-width: 52.5em) {
    .category-banner__link {
      display: none; }
      .category-banner__link + .category-banner__link {
        display: block; } }
.category-banner__image {
  display: block; }

.page_login .header,
.page_forgot_password .header,
.page_order_step2 .header,
.page_order_step3 .header,
.page_order_step4 .header,
.page_order_step5 .header,
.page_thank_you .header,
.page_account .header,
.page_edit_account .header,
.page_orders .header,
.page_deal_wizard .header,
.page_credit .header {
  padding-bottom: 3rem; }
.page_login .page__content,
.page_forgot_password .page__content,
.page_order_step2 .page__content,
.page_order_step3 .page__content,
.page_order_step4 .page__content,
.page_order_step5 .page__content,
.page_thank_you .page__content,
.page_account .page__content,
.page_edit_account .page__content,
.page_orders .page__content,
.page_deal_wizard .page__content,
.page_credit .page__content {
  background: url("/assets-images/index-about-bg.jpg") top left; }
.page_login .cart__dropdown.open,
.page_forgot_password .cart__dropdown.open,
.page_order_step2 .cart__dropdown.open,
.page_order_step3 .cart__dropdown.open,
.page_order_step4 .cart__dropdown.open,
.page_order_step5 .cart__dropdown.open,
.page_thank_you .cart__dropdown.open,
.page_account .cart__dropdown.open,
.page_edit_account .cart__dropdown.open,
.page_orders .cart__dropdown.open,
.page_deal_wizard .cart__dropdown.open,
.page_credit .cart__dropdown.open {
  top: 17.4rem; }
.page_login .message_persistent ~ .page__wrapper .cart__dropdown.open,
.page_forgot_password .message_persistent ~ .page__wrapper .cart__dropdown.open,
.page_order_step2 .message_persistent ~ .page__wrapper .cart__dropdown.open,
.page_order_step3 .message_persistent ~ .page__wrapper .cart__dropdown.open,
.page_order_step4 .message_persistent ~ .page__wrapper .cart__dropdown.open,
.page_order_step5 .message_persistent ~ .page__wrapper .cart__dropdown.open,
.page_thank_you .message_persistent ~ .page__wrapper .cart__dropdown.open,
.page_account .message_persistent ~ .page__wrapper .cart__dropdown.open,
.page_edit_account .message_persistent ~ .page__wrapper .cart__dropdown.open,
.page_orders .message_persistent ~ .page__wrapper .cart__dropdown.open,
.page_deal_wizard .message_persistent ~ .page__wrapper .cart__dropdown.open,
.page_credit .message_persistent ~ .page__wrapper .cart__dropdown.open {
  top: 23rem; }
.page_login.topbar-fixed .page__wrapper .cart__dropdown.open, .page_login.topbar-fixed .message_persistent ~ .page__wrapper .cart__dropdown.open,
.page_forgot_password.topbar-fixed .page__wrapper .cart__dropdown.open,
.page_forgot_password.topbar-fixed .message_persistent ~ .page__wrapper .cart__dropdown.open,
.page_order_step2.topbar-fixed .page__wrapper .cart__dropdown.open,
.page_order_step2.topbar-fixed .message_persistent ~ .page__wrapper .cart__dropdown.open,
.page_order_step3.topbar-fixed .page__wrapper .cart__dropdown.open,
.page_order_step3.topbar-fixed .message_persistent ~ .page__wrapper .cart__dropdown.open,
.page_order_step4.topbar-fixed .page__wrapper .cart__dropdown.open,
.page_order_step4.topbar-fixed .message_persistent ~ .page__wrapper .cart__dropdown.open,
.page_order_step5.topbar-fixed .page__wrapper .cart__dropdown.open,
.page_order_step5.topbar-fixed .message_persistent ~ .page__wrapper .cart__dropdown.open,
.page_thank_you.topbar-fixed .page__wrapper .cart__dropdown.open,
.page_thank_you.topbar-fixed .message_persistent ~ .page__wrapper .cart__dropdown.open,
.page_account.topbar-fixed .page__wrapper .cart__dropdown.open,
.page_account.topbar-fixed .message_persistent ~ .page__wrapper .cart__dropdown.open,
.page_edit_account.topbar-fixed .page__wrapper .cart__dropdown.open,
.page_edit_account.topbar-fixed .message_persistent ~ .page__wrapper .cart__dropdown.open,
.page_orders.topbar-fixed .page__wrapper .cart__dropdown.open,
.page_orders.topbar-fixed .message_persistent ~ .page__wrapper .cart__dropdown.open,
.page_deal_wizard.topbar-fixed .page__wrapper .cart__dropdown.open,
.page_deal_wizard.topbar-fixed .message_persistent ~ .page__wrapper .cart__dropdown.open,
.page_credit.topbar-fixed .page__wrapper .cart__dropdown.open,
.page_credit.topbar-fixed .message_persistent ~ .page__wrapper .cart__dropdown.open {
  position: fixed;
  top: 5.3rem; }

.page_deal_wizard .product__add {
  font-size: 1.4rem; }

.page_deal_wizard .content {
  background: none; }

.product__sku {
  margin-top: 1.1rem; }

.product__sku-value {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #292623;
  font-weight: 400;
  line-height: 28px;
  height: 30px;
  box-sizing: border-box;
  border: solid 1px #e3d7ca;
  background-color: #e3d7ca;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  display: block;
  margin: 0 auto 1.6rem;
  width: 50%;
  text-align: center; }

.page_orders .content {
  background: none; }
.page_orders .page__content {
  background: url("/assets-images/index-about-bg.jpg") top left; }

.page_charte .page__footer {
  display: none; }

.page_charte .page__content {
  box-sizing: border-box;
  padding-bottom: 14rem;
  background: url("/assets-images/footer-bg.png") center bottom repeat-x;
  background-color: #f6f2ef; }

.page_charte .content_static {
  padding-bottom: 0;
  padding-top: 0;
  box-sizing: border-box;
  background: none;
  background-color: #f6f2ef; }

.page_charte .content_static-banner {
  display: block;
  margin: 0 auto; }

.page_charte .content_static-logo {
  display: block;
  margin: 0 auto 5rem; }

.page_charte .content_static .content__main {
  padding: 0;
  max-width: 100%; }

.page_charte .static-page {
  box-sizing: border-box;
  padding: 4.2rem 1.5rem;
  background: url("/assets-images/charte-bg.png") top center no-repeat;
  text-align: center; }

.page_charte .static-page__title {
  font-family: 'BodoniSvtyTwoITCTTBookIta', sans-serif;
  font-size: 3rem;
  font-weight: normal;
  text-transform: none;
  line-height: 4rem;
  color: #26211d;
  margin-bottom: 0; }

.page_charte .static-page__text {
  font-family: 'BlueHighwayRegular', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #26211d;
  margin: 0; }

.page_charte .static-page__content-row {
  display: block;
  margin-bottom: 2rem; }

.page_charte .static-page__des-auteurs {
  font-family: 'BodoniSvtyTwoITCTTBookIta', sans-serif;
  font-size: 2rem;
  line-height: 2.4rem; }

.page_charte .static-page__content-text {
  font-family: 'BodoniSvtyTwoITCTTBold', sans-serif;
  font-size: 3.5rem;
  line-height: 4.5rem;
  color: #26211d;
  margin-bottom: 0;
  margin-top: 5rem; }

.page_charte .content__wrapper {
  width: 100%;
  max-width: 100%; }

/*INDEX SHOP LIST*/
.index-shop-list {
  box-sizing: border-box;
  padding-top: 9.3rem;
  padding-bottom: 9.3rem;
  background-color: #5b4839;
  text-align: center; }

@media screen and (max-width: 60em) {
  .index-shop-list {
    padding-bottom: 5.3rem; } }
.index-shop-list__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%; }
  .index-shop-list__wrapper:before {
    display: table;
    content: ""; }
  .index-shop-list__wrapper:after {
    display: table;
    content: "";
    clear: both; }

.index-shop-list__header {
  margin-bottom: 0; }

.index-shop-list__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 4.4rem;
  box-sizing: border-box;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.index-shop-list__shops {
  box-sizing: border-box;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0; }

.index-shop-list__shop {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  float: none; }

@media screen and (max-width: 60em) {
  .index-shop-list__shop {
    width: 50%;
    margin-bottom: 4rem; } }
@media screen and (max-width: 30em) {
  .index-shop-list__shop {
    width: 100%;
    margin-bottom: 3rem; } }
.index-shop-list__shop-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 2.4rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem; }

.index-shop-list__shop-address,
.index-shop-list__shop p {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  color: #fff; }

.index-shop-list__shop-address {
  margin-top: 1.5rem; }

.index-shop-list__shop-link {
  text-transform: uppercase;
  margin-top: 1.5rem;
  display: inline-block; }

/* LOCATOR */
.locator {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #26211d;
  width: 78.6rem; }

.locator__wrapper {
  padding: 5.2rem 0 4.4rem 0; }

.locator .header__logo {
  max-width: 36.3rem;
  display: block;
  margin: 0 auto 5.2rem;
  float: none; }

@media screen and (max-width: 40em) {
  .locator .header__logo {
    max-width: 39.3rem;
    box-sizing: border-box;
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }
.locator__title {
  border-top: solid 1px #342e29;
  box-sizing: border-box;
  padding: 4.4rem 1.5rem 0;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #c89b4e;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2.5rem; }

.page_locator .page__wrapper {
  background: url("/assets-images/locator-bg.jpg") center center no-repeat;
  background-size: cover; }

.page_locator .page__content {
  box-sizing: border-box;
  padding-top: 3.3rem;
  padding-bottom: 10.2rem; }

@media screen and (max-width: 40em) {
  .locator__fields-wrapper {
    box-sizing: border-box;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
    max-width: 48rem; } }
.locator__method {
  width: calc(50% - .5rem); }

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

.locator__method-name {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 3.8rem;
  color: #fff;
  height: 4rem;
  box-sizing: border-box;
  padding: 0 1rem;
  border: solid 1px #c68d27;
  text-transform: uppercase; }

input:checked + .locator__method-name {
  background-color: #c68d27; }

.locator__postcode-input {
  box-sizing: border-box;
  padding: 0 1.8rem;
  line-height: 4.4rem;
  height: 4.6rem;
  background-color: #fff;
  border: solid 1px #c68d27;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #26211d; }

.locator__postcode-input-wrapper {
  position: relative; }

.locator__postcode-button {
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: none;
  outline: none;
  border: none;
  line-height: 4.6rem;
  height: 4.6rem;
  color: #fff;
  background-color: #c68d27;
  box-sizing: border-box;
  width: 7rem;
  max-width: 7rem;
  margin-right: 0; }

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

.locator__selected {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 3rem;
  color: #fff;
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.locator__postcode-warning {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8rem;
  color: #fff;
  margin-top: 1.5rem; }

.locator__restaurants,
[data-locator-selected-method="delivery"] .locator__restaurants {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-top: solid 1px #342e29; }

.locator-restaurant {
  box-sizing: border-box;
  padding: 3rem 5rem;
  border-bottom: solid 1px #342e29; }

@media screen and (max-width: 40em) {
  .locator-restaurant {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center; } }
.locator-restaurant__content {
  display: block;
  width: 100%;
  max-width: 45rem;
  margin: 0 auto; }

.locator-restaurant__button {
  color: #fff;
  background-color: #c68d27;
  border: none;
  padding: 0 2rem;
  border-radius: 0;
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 3.6rem;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  border: none;
  height: 3.6rem;
  width: 10rem;
  text-align: center;
  box-sizing: border-box; }
  .locator-restaurant__button:hover {
    color: #fff;
    background-color: #292623; }

@media screen and (max-width: 40em) {
  .locator-restaurant__button {
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    float: none; } }
.locator-restaurant__content-header {
  box-sizing: border-box;
  padding-right: 11rem;
  padding-top: .8rem;
  padding-bottom: .8rem;
  margin-bottom: 1.5rem; }

@media screen and (max-width: 40em) {
  .locator-restaurant__content-header {
    padding-right: 0; } }
.locator-restaurant__content-name,
.locator-restaurant__name {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
  color: #c89b4e;
  text-transform: uppercase; }

.locator-restaurant__address {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #fff; }

.locator-restaurant__name {
  box-sizing: border-box;
  padding-top: .8rem;
  padding-bottom: .8rem; }

.locator-restaurant__toggle {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
  padding-top: .8rem;
  padding-bottom: .8rem; }

@media screen and (max-width: 40em) {
  .locator-restaurant__toggle {
    float: none; } }
[data-locator-selected-method="collection"] .locator-restaurant__content_embed-map {
  box-sizing: border-box; }

[data-locator-selected-method="collection"] .locator-restaurant__content {
  max-width: 100%; }

/*INDEX LOCATOR*/
.index-locator {
  width: 60rem;
  border-radius: .6rem;
  margin-top: 2.7rem;
  background-color: rgba(41, 38, 35, 0.9); }

.index-locator__title {
  box-sizing: border-box;
  padding: 2.5rem 1.5rem 2.9rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center; }

.index-locator__wrapper {
  padding-bottom: 2.9rem;
  box-sizing: border-box; }

.index-locator__methods {
  margin-top: 0;
  margin-bottom: 1.3rem;
  box-sizing: border-box;
  border: solid 1px #c78e13; }

.index-locator__method input {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.index-locator__method-name {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 3.8rem;
  color: #fff;
  text-transform: uppercase; }

.index-locator__method input:checked + .index-locator__method-name {
  background-color: #c78e13; }

.index-locator__postcode-input {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 3.8rem;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  background-color: rgba(41, 38, 35, 0.88);
  height: 4rem;
  box-sizing: border-box;
  border: solid 1px #a29787;
  margin-bottom: 1.3rem;
  padding-left: 2rem;
  padding-right: 2rem; }

.index-locator__postcode-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.4rem; }

.index-locator__postcode-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.4rem; }

.index-locator__postcode-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.4rem; }

.index-locator__postcode-button,
.index-locator-restaurant__button {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background-color: #c78e13;
  margin-top: 1.3rem; }

.index-locator__text {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  color: #fff;
  text-transform: none;
  margin-top: 1.3rem; }

.index-locator-restaurant {
  border-top: solid 1px #fff;
  margin-top: 1.3rem;
  padding-top: 2.6rem; }

.index-locator-restaurant__name {
  font-size: 1.6rem;
  font-weight: 700;
  color: #c89b4e;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.3rem; }

.index-locator-restaurant__details {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  line-height: 2.4rem; }

.index-locator-restaurant__address,
.index-locator-restaurant__phone {
  margin-bottom: 1.3rem; }

.index-locator__postcode-selected {
  margin-bottom: 2rem;
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center; }

@media screen and (max-width: 52.5em) {
  .index-locator__container_centered .index-locator {
    margin-bottom: 2rem; } }
.page_locator .header {
  padding-top: 3.3rem;
  padding-bottom: 0;
  background-color: transparent; }

.page_locator .header .header__logo {
  display: none; }

.page_locator .locator {
  margin-top: -8.5rem; }

@media screen and (max-width: 52.5em) {
  .page_locator .locator {
    margin-top: 0; } }
/* Credit page */
.page_credit .cart {
  display: none; }
.page_credit .credit-page {
  padding-top: 4.8rem; }
.page_credit .credit-page__main {
  padding: 3.5rem;
  box-sizing: border-box;
  background-color: #f5f2ef;
  border: solid .1rem #e7e0d5;
  text-align: center;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto; }
.page_credit .credit-page__title {
  font-size: 1.6rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #292623;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2.4rem;
  text-align: center; }
.page_credit .credit-page__status,
.page_credit .credit-page__form__teaser {
  margin-bottom: 3rem; }
.page_credit .credit-page__status__balance {
  font-size: 3rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #aa8445;
  font-weight: 700;
  text-transform: none;
  line-height: 4rem;
  margin-bottom: 2rem; }
  .page_credit .credit-page__status__balance .credit-page__status__balance-amount {
    display: inline; }
.page_credit .credit-page__status__rules {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: none;
  line-height: 2rem; }
  .page_credit .credit-page__status__rules p {
    margin: 0; }
    .page_credit .credit-page__status__rules p + p {
      margin-top: 1rem; }
.page_credit .credit-page__form__teaser {
  font-size: 1.8rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #414040;
  font-weight: 700;
  text-transform: none;
  line-height: 3rem;
  box-sizing: border-box;
  padding: 1rem 5rem;
  max-width: 56.2rem;
  width: 100%;
  background-color: #d7c6ab; }
.page_credit .credit-page__form__input {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #747474;
  font-weight: 500;
  text-transform: none;
  line-height: 2rem;
  background-color: #f4f2f0;
  box-sizing: border-box;
  padding-top: .7rem;
  padding-bottom: .7rem;
  border: solid .1rem #414140;
  margin-bottom: .3rem;
  box-shadow: none;
  outline: none;
  max-width: 100%; }
.page_credit .credit-page__form__button {
  color: #fff;
  background-color: #aa8546;
  border: none;
  box-shadow: none;
  border: none;
  outline: none;
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-transform: none;
  line-height: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  box-sizing: border-box;
  margin-top: .3rem;
  max-width: 100%; }
  .page_credit .credit-page__form__button:hover {
    color: #fff;
    background-color: #aa8546; }
.page_credit .credit-page__history {
  margin-top: 5rem;
  margin-bottom: 0; }
  .page_credit .credit-page__history .credit-table__header th {
    font-size: 1.3rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: none;
    line-height: 2.1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #aa8546; }
  .page_credit .credit-page__history .credit-table__row td {
    font-size: 1.1rem;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 2rem; }
@media screen and (max-width: 40em) {
  .page_credit .credit-table {
    min-width: auto; } }

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