@charset "UTF-8";
/*  ==========================================================================
    GENERAL
    ========================================================================== */
/*  Imports
    -------------------------------------------------------------------------- */
@font-face {
  font-family: 'fontello';
  src: url("/assets-fonts/fontello.woff2") format("woff2"), url("/assets-fonts/fontello.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/*  Fonts
    -------------------------------------------------------------------------- */
@font-face {
  font-family: 'BeniBold';
  src: url("/assets-images/BeniBold.woff2") format("woff2"), url("/assets-images/BeniBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Monigue';
  src: url("/assets-images/Monigue.woff2") format("woff2"), url("/assets-images/Monigue.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'VremenaGrotesk';
  src: url("/assets-images/VremenaGroteskBook.woff2") format("woff2"), url("/assets-images/VremenaGroteskBook.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'VremenaGrotesk';
  src: url("/assets-images/VremenaGroteskMedium.woff2") format("woff2"), url("/assets-images/VremenaGroteskMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'VremenaGrotesk';
  src: url("/assets-images/VremenaGroteskBold.woff2") format("woff2"), url("/assets-images/VremenaGroteskBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
/*  Default settings
    -------------------------------------------------------------------------- */
body {
  font-size: 1.4rem;
  font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
  color: #ede6d6;
  font-weight: 400;
  background-color: #1e0c00; }

input,
select,
textarea {
  font-size: 1.4rem;
  font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
  color: #1e0c00;
  font-weight: 400; }

input,
textarea {
  background-color: #ede6d6;
  border: 1px solid #ede6d6; }

.content {
  margin-top: 3rem;
  margin-bottom: 3rem; }
  .content__primary {
    margin-left: 0; }
    .content__primary .content__main {
      width: calc(100% - 34.8rem); }
    .content__primary .content__side {
      width: 33rem; }
  .content.content_no-ordering .content__main {
    width: 100%; }
  .content.content_no-ordering .content__side {
    display: none; }
  .content_custom {
    margin-top: 0; }
  .content_index {
    margin-bottom: 0;
    margin-top: 0; }
    .content_index .content__wrapper {
      width: 100%;
      max-width: none; }
  .content_static {
    margin: 0;
    padding-top: 6rem;
    padding-bottom: 6rem; }
    .content_static .content__main {
      width: 100%; }
  @media screen and (max-width: 60em) {
    .content__primary .content__main {
      width: 100%; } }

.fixed-topbar {
  box-shadow: 0 3px 3px rgba(237, 230, 214, 0.3); }

/*  Page header
    -------------------------------------------------------------------------- */
.header {
  padding: 0;
  background-color: #1e0c00; }
  .header__wrapper {
    display: flex;
    gap: clamp(2rem, 1.8vw, 4rem);
    align-items: center;
    flex-direction: row-reverse;
    box-sizing: border-box;
    max-width: 160rem; }
    .header__wrapper:before, .header__wrapper:after {
      display: none; }
    @media screen and (max-width: 60em) {
      .header__wrapper {
        position: relative;
        flex-direction: row;
        justify-content: space-between;
        padding: 2rem 0; } }
  .header__logo {
    float: none;
    flex-shrink: 0;
    order: 2; }
    @media screen and (max-width: 60em) {
      .header__logo {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 0;
        transform: translate(-50%, -50%); } }
  .header__logo-image {
    height: 7rem; }
  .header__custom-menu {
    display: flex;
    align-items: center;
    width: 100%;
    padding: .5rem 0;
    order: 1; }
    @media screen and (max-width: 60em) {
      .header__custom-menu {
        display: none; } }
  .header__loyalty-menu, .header__user-menu, .header__shop-menu, .header__ordering-menu, .header__language-menu {
    flex-shrink: 0; }
  .header__ordering-menu {
    align-self: stretch; }
  .header__burger-menu {
    margin-top: 0; }
  .header__basket-menu {
    margin-top: 0; }

/*  Header custom menu
    -------------------------------------------------------------------------- */
.custom-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem 3rem; }
  .custom-menu__link {
    font-size: 3rem;
    font-family: "BeniBold", Arial, Helvetica, sans-serif;
    color: #ede6d6;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    white-space: nowrap;
    line-height: 3rem;
    text-decoration: none;
    transition: all .3s ease; }
    .custom-menu__link_active {
      color: #ffb000; }
    .custom-menu__link:hover {
      color: #eab021; }
  @media screen and (max-width: 60em) {
    .custom-menu {
      display: none; } }

/*  Page footer
    -------------------------------------------------------------------------- */
.footer {
  background-color: #1e0c00;
  padding-top: 3rem; }
  .footer__wrapper {
    padding: 0 0 2rem;
    color: #ede6d6;
    font-size: 1.4rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .footer__wrapper:before, .footer__wrapper:after {
      display: none; }
    @media screen and (max-width: 60em) {
      .footer__wrapper {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem; } }
  .footer__nav {
    float: none;
    padding: 0;
    display: flex;
    order: 2;
    flex-direction: row; }
    @media screen and (max-width: 60em) {
      .footer__nav {
        flex-direction: column;
        order: 1;
        align-items: center;
        gap: 2rem; }
        .footer__nav ~ .footer__credits {
          margin-top: 0; } }
  .footer__links {
    float: none;
    padding: 0;
    line-height: 3rem;
    font-size: 1.4rem;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 2rem; }
    .footer__links li {
      margin: 0;
      display: flex; }
    @media screen and (max-width: 60em) {
      .footer__links {
        margin-top: 0;
        justify-content: center;
        gap: 1rem;
        flex-wrap: wrap; }
        .footer__links li {
          margin: 0 1rem; } }
  .footer__link {
    color: #eab021;
    text-transform: none; }
  .footer__credits {
    padding: 0;
    line-height: 4rem;
    font-size: 1.4rem; }
    @media screen and (max-width: 60em) {
      .footer__credits {
        order: 2;
        line-height: 3rem; } }
  .footer .social-icons {
    margin: 0;
    float: none;
    display: flex;
    gap: 1rem;
    margin-left: 3rem; }
    .footer .social-icons:before, .footer .social-icons:after {
      display: none; }
    @media screen and (max-width: 60em) {
      .footer .social-icons {
        gap: 2rem;
        margin-left: 0; } }
  .footer .social-icons__icon {
    margin: 0;
    display: flex; }
    .footer .social-icons__icon:first-child {
      margin: 0; }

/*  Social icons
    -------------------------------------------------------------------------- */
.social-icons__email:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: 0;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }
.social-icons__facebook:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: 0;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }
.social-icons__google-plus:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: 0;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }
.social-icons__instagram:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: 0;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }
.social-icons__twitter:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: 0;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }
.social-icons__youtube:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: 0;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }
.social-icons__tiktok:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: 0;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }
.social-icons__link {
  padding: 0;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 2rem;
  text-align: center;
  color: #ede6d6;
  background-color: transparent;
  border-radius: 0;
  transition: all .3s ease; }
  .social-icons__link:hover {
    color: #eab021;
    background-color: transparent; }

/*  Scroll up button
    -------------------------------------------------------------------------- */
.scroll-up {
  bottom: 15rem;
  padding: 0;
  width: 5rem;
  height: 4.4rem;
  font-size: 2.4rem;
  text-align: center;
  color: #ede6d6;
  background-color: #1e0c00;
  border-radius: 0;
  border: 1px solid #eab021;
  transition: all .3s ease; }
  .scroll-up__icon {
    line-height: 4.4rem; }
    .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: 0;
      margin-left: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
  @media screen and (max-width: 75em) {
    .scroll-up {
      right: 1rem; } }
  @media screen and (max-width: 60em) {
    .scroll-up {
      bottom: 9rem; } }

/*  NiceSelect (used as a <select> replacement)
    -------------------------------------------------------------------------- */
.nice-select {
  font-size: 1.4rem;
  font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
  color: #1e0c00;
  font-weight: 400;
  height: 3rem;
  line-height: 2.9rem;
  background-color: #ede6d6;
  border: none;
  border-bottom: 1px solid rgba(30, 12, 0, 0.5);
  border-radius: 0;
  padding-left: 0;
  padding-right: 2rem; }
  .nice-select:after {
    border-bottom: 1px solid rgba(30, 12, 0, 0.5);
    border-right: 1px solid rgba(30, 12, 0, 0.5);
    width: .7rem;
    height: .7rem;
    right: .3rem; }
  .nice-select > .current,
  .nice-select .option {
    max-width: 100%;
    display: block; }
  .nice-select > .current {
    color: #1e0c00; }
  .nice-select .list {
    min-width: 100%;
    max-width: 100%;
    background-color: #ede6d6;
    border: none;
    border-radius: 0;
    margin-top: 0; }
  .nice-select.open .list {
    margin-top: 0;
    max-height: 27rem;
    overflow-y: auto; }
  .nice-select .option {
    min-height: 3rem;
    line-height: 3rem;
    padding: 0 0 0 .5rem; }
    .nice-select .option:hover, .nice-select .option.selected.focus:hover {
      color: #1e0c00;
      background-color: #eab021; }
    .nice-select .option.selected.focus {
      color: #1e0c00;
      background-color: #eab021; }
    .nice-select .option.selected {
      font-weight: 400; }

/*  ==========================================================================
    NAVIGATION
    ========================================================================== */
/*  Categories navigation
    -------------------------------------------------------------------------- */
.category-navigation {
  margin: 0;
  background-color: #ede6d6; }
  @media screen and (max-width: 60em) {
    .category-navigation {
      display: none; } }
  .category-navigation__wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 96%; }
    .category-navigation__wrapper:before {
      display: table;
      content: ""; }
    .category-navigation__wrapper:after {
      display: table;
      content: "";
      clear: both; }
  .category-navigation__list {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    padding: .4rem 0; }
    .category-navigation__list:before, .category-navigation__list:after {
      display: none; }
  .category-navigation__link {
    display: block;
    padding: 1.4rem 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    line-height: 2rem;
    background-color: transparent;
    transition: all .3s ease; }
    .category-navigation__link:hover {
      background-color: #eab021; }
      .category-navigation__link:hover .category-navigation__favourite-icon {
        color: #1e0c00; }
    @media screen and (max-width: 75em) {
      .category-navigation__link {
        padding: 1rem; } }
  .category-navigation__item {
    font-size: 1.6rem;
    font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
    color: #1e0c00;
    font-weight: 500;
    text-transform: none;
    margin: 0; }
    .category-navigation__item_active .category-navigation__link {
      color: #1e0c00;
      background-color: #eab021; }
      .category-navigation__item_active .category-navigation__link .category-navigation__favourite-icon {
        color: #1e0c00; }
  .category-navigation__favourite-icon {
    color: #1e0c00; }
    .category-navigation__favourite-icon:before {
      font-family: 'fontello';
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      min-width: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-right: .2em;
      margin-left: .2em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
  .category-navigation__order-button {
    display: none; }
  .category-navigation_index {
    display: none; }
    .category-navigation_index .category-navigation__link {
      display: inline-flex; }
  .category-navigation_mobile {
    display: none;
    width: 100%;
    text-align: center;
    height: 4rem;
    overflow: hidden;
    background-color: #ede6d6;
    margin: 0;
    position: relative; }
    @media screen and (max-width: 60em) {
      .category-navigation_mobile {
        display: block; } }
    .category-navigation_mobile .category-navigation__wrapper {
      width: calc(100% - 6rem);
      padding-bottom: 2rem;
      overflow-x: auto;
      overflow-y: hidden; }
    .category-navigation_mobile .category-navigation__list {
      padding: 0;
      white-space: nowrap;
      flex-wrap: nowrap;
      gap: 0; }
    .category-navigation_mobile .category-navigation__link {
      padding: 0 2rem;
      color: #1e0c00;
      line-height: 4rem;
      border-radius: 0;
      background-color: transparent; }
    .category-navigation_mobile .category-navigation__item {
      margin: 0;
      font-size: 1.4rem;
      white-space: nowrap;
      border-radius: 0; }
      .category-navigation_mobile .category-navigation__item + .category-navigation__item {
        margin-left: .4rem; }
      .category-navigation_mobile .category-navigation__item_active .category-navigation__link {
        background-color: #eab021; }
    .category-navigation_mobile .category-navigation_mobile-icon-left,
    .category-navigation_mobile .category-navigation_mobile-icon-right {
      display: block;
      width: 3rem;
      height: 4rem;
      line-height: 4rem;
      background-color: #ede6d6;
      position: absolute;
      top: 0;
      cursor: pointer; }
      .category-navigation_mobile .category-navigation_mobile-icon-left:before,
      .category-navigation_mobile .category-navigation_mobile-icon-right:before {
        margin: 0;
        line-height: 4rem;
        color: #1e0c00;
        font-size: 1.4rem;
        font-weight: 700; }
    .category-navigation_mobile .category-navigation_mobile-icon-left {
      left: 0; }
      .category-navigation_mobile .category-navigation_mobile-icon-left:before {
        font-family: 'fontello';
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        min-width: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        margin-right: 0;
        margin-left: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: ""; }
    .category-navigation_mobile .category-navigation_mobile-icon-right {
      right: 0; }
      .category-navigation_mobile .category-navigation_mobile-icon-right:before {
        font-family: 'fontello';
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        min-width: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        margin-right: 0;
        margin-left: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: ""; }

/*  Account navigation
    -------------------------------------------------------------------------- */
.account-navigation {
  background-color: #ede6d6; }
  .account-navigation__list {
    display: flex; }
  .account-navigation__link {
    font-size: 1.6rem;
    font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
    color: #1e0c00;
    font-weight: 500;
    text-transform: none;
    padding: 0 2rem;
    line-height: 5rem;
    background-color: #ede6d6;
    transition: all .3s ease; }
    .account-navigation__link:hover {
      color: #1e0c00;
      background-color: #eab021; }
  .account-navigation__item_active .account-navigation__link {
    color: #1e0c00;
    background-color: #eab021; }

/*  Checkout navigation
    -------------------------------------------------------------------------- */
.checkout-navigation {
  background-color: #ede6d6; }
  .checkout-navigation__wrapper {
    width: 100%; }
  .checkout-navigation__list {
    padding-right: 2.5rem; }
  .checkout-navigation__item {
    float: left;
    font-size: 1.6rem;
    font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
    color: #1e0c00;
    font-weight: 500;
    text-transform: none;
    height: 5rem;
    line-height: 5rem;
    padding: 0 2rem;
    color: #1e0c00;
    background-color: #eab021; }
    .checkout-navigation__item:nth-child(1) {
      z-index: 10; }
    .checkout-navigation__item:nth-child(2) {
      z-index: 9; }
    .checkout-navigation__item:nth-child(3) {
      z-index: 8; }
    .checkout-navigation__item:nth-child(4) {
      z-index: 7; }
    .checkout-navigation__item:nth-child(5) {
      z-index: 6; }
    .checkout-navigation__item:not(:first-child) {
      padding-left: 4.5rem; }
    .checkout-navigation__item:before, .checkout-navigation__item:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      width: 0;
      height: 0;
      border-bottom: 2.5rem solid transparent;
      border-top: 2.5rem solid transparent;
      border-left: 2.5rem solid; }
    .checkout-navigation__item:before {
      right: -2.5rem;
      border-left-color: #1e0c00; }
    .checkout-navigation__item:after {
      right: -2.4rem;
      border-left-color: #eab021; }
    .checkout-navigation__item_active {
      color: #1e0c00;
      background-color: #eab021; }
      .checkout-navigation__item_active:after {
        border-left-color: #eab021; }
      .checkout-navigation__item_active ~ .checkout-navigation__item {
        color: #1e0c00;
        background-color: #ede6d6; }
        .checkout-navigation__item_active ~ .checkout-navigation__item:after {
          border-left-color: #ede6d6; }
    @media screen and (max-width: 30em) {
      .checkout-navigation__item {
        padding: 0 .5rem 0 1rem;
        font-size: 1.4rem; }
        .checkout-navigation__item:not(:first-child) {
          padding-left: 3.5rem;
          padding-right: .5rem; } }

/*  Desktop: user and shop menus
    -------------------------------------------------------------------------- */
.dropdown-menu__header-link {
  display: flex;
  align-items: center;
  font-size: 3rem;
  font-family: "BeniBold", Arial, Helvetica, sans-serif;
  color: #ede6d6;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  line-height: 3rem;
  transition: all .3s ease; }
  .dropdown-menu__header-link_active {
    color: #eab021; }
  .dropdown-menu__header-link:hover {
    color: #eab021; }
.dropdown-menu__header-value {
  margin-left: .5rem; }
.dropdown-menu__header-icon {
  font-size: 2rem;
  margin-left: .5rem; }
  .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[data-dropdown-open] .dropdown-menu__body {
  margin-top: 1rem; }
.dropdown-menu__body {
  font-size: 1.4rem;
  font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
  color: #ede6d6;
  font-weight: 400;
  background-color: #1e0c00;
  border: 1px solid #eab021;
  border-radius: 0;
  overflow: hidden; }
.dropdown-menu__body-link {
  font-size: 1.6rem;
  font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
  font-weight: 500; }
.dropdown-menu__item-link {
  font-size: 1.6rem;
  font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
  font-weight: 500;
  display: block;
  padding: 1rem 1.5rem;
  transition: all .3s ease; }
  .dropdown-menu__item-link:hover {
    color: #1e0c00;
    text-decoration: none;
    background-color: #eab021; }
.dropdown-menu_ordering {
  height: 100%; }
  .dropdown-menu_ordering .dropdown-menu__header {
    height: 100%; }
  .dropdown-menu_ordering .dropdown-menu__header-link {
    height: 100%;
    line-height: initial;
    padding: 0 3rem;
    color: #1e0c00;
    background-color: #ede6d6; }
    .dropdown-menu_ordering .dropdown-menu__header-link:hover {
      background-color: #eab021; }

.page_our_story .custom-menu__link[href='/our_story'],
.page_our_reviews .custom-menu__link[href='/our_reviews'],
.page_login .dropdown-menu_user .dropdown-menu__header-link {
  color: #ffb000; }

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

/*  Mobile: menu on the left (navigation)
    -------------------------------------------------------------------------- */
/*  Mobile: burger menu
    -------------------------------------------------------------------------- */
.burger-menu__line {
  width: 2.5rem;
  height: .2rem;
  background-color: #ede6d6;
  border: none; }
.burger-menu__line + .burger-menu__line {
  margin-top: .6rem; }
.burger-menu__button {
  width: 4rem;
  box-sizing: border-box;
  padding: 1.1rem 1.5rem 1.1rem 0; }
.burger-menu__link {
  display: block; }

/*  Mobile: mobile dropdown menu
    -------------------------------------------------------------------------- */
.mobile-menu__header {
  padding: 2.4rem 1rem;
  background-color: #1e0c00; }
.mobile-menu__close-icon {
  color: #ede6d6;
  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__content {
  padding-top: 1px; }
.mobile-menu__section_user {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #1e0c00;
  background-color: #ede6d6; }
.mobile-menu__section_login .mobile-menu__section-link {
  color: #1e0c00;
  background-color: #ede6d6; }
.mobile-menu__section {
  border-bottom: 1px solid #eab021; }
.mobile-menu__section-link {
  font-size: 1.6rem;
  font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
  color: #ede6d6;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #1e0c00; }
.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-link {
  color: #1e0c00;
  background-color: #ffb000; }
.mobile-menu__section_unfolded .mobile-menu__item-link {
  padding-left: 3.5rem; }
.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 #eab021; }
.mobile-menu__item-link {
  font-size: 1.6rem;
  font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
  color: #ede6d6;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #1e0c00; }
.mobile-menu__item_active .mobile-menu__item-link {
  color: #eab021;
  background-color: #1e0c00; }
.mobile-menu__favourite-icon {
  color: #ede6d6; }
  .mobile-menu__favourite-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

/*  Mobile: menu on the right (basket)
    -------------------------------------------------------------------------- */
.basket-menu__basket-icon {
  color: #ede6d6; }
  .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 {
  font-weight: 500;
  color: #1e0c00;
  background-color: #eab021;
  border: 1px solid #eab021; }

.mobile-basket-button {
  border: 1px solid #eab021;
  background-color: #eab021;
  color: #1e0c00;
  font-weight: 500;
  box-sizing: border-box;
  transition: all .3s ease; }
  .mobile-basket-button:hover {
    color: #ede6d6;
    background-color: #1e0c00; }
    .mobile-basket-button:hover .mobile-basket-button__part {
      color: #ede6d6; }
  .mobile-basket-button__part {
    font-size: 2.6rem;
    font-family: "BeniBold", Arial, Helvetica, sans-serif;
    color: #1e0c00;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .3s ease; }
  .mobile-basket-button__icon {
    font-size: 1.8rem;
    font-size: "VremenaGrotesk", Arial, Helvetica, sans-serif; }

/*  Shop info.
    * desktop: displayed in a popup
    * mobile: displayed in the left menu
    -------------------------------------------------------------------------- */
.shop-info {
  background-color: #1e0c00; }
  .shop-info__title {
    font-size: 2rem;
    font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
    color: #ede6d6;
    font-weight: 500;
    line-height: 2.4rem;
    margin-top: .4rem;
    margin-bottom: .4rem; }
    .shop-info__title a {
      text-decoration: none; }
  .shop-info__feature-title {
    font-size: 1.4rem;
    font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
    color: #ede6d6;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 2rem; }
  .shop-info__feature-content {
    font-size: 1.4rem;
    font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
    color: #ede6d6;
    line-height: 2rem; }
  .shop-info__link {
    color: #eab021; }
  .shop-info .social-icons__link {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    border: none;
    font-size: 1.6rem;
    border-radius: .5rem; }
  .shop-info .social-icons__icon + .social-icons__icon {
    margin-left: .5rem; }

/*  ==========================================================================
    CATEGORY PAGE
    ========================================================================== */
/*  Page header
    -------------------------------------------------------------------------- */
.category__title {
  font-size: 8rem;
  font-family: "BeniBold", Arial, Helvetica, sans-serif;
  color: #ede6d6;
  font-weight: 700;
  line-height: 1; }
.category__description {
  font-size: 1.4rem;
  font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
  color: #ede6d6;
  font-weight: 400;
  line-height: 2.4rem;
  margin-top: 1rem;
  margin-bottom: 3rem; }
.category__subcategory:before {
  display: table;
  content: ""; }
.category__subcategory:after {
  display: table;
  content: "";
  clear: both; }
.category__subcategory + .category__subcategory {
  margin-top: 3.7rem; }
.category__subcategory .category__products {
  margin-top: 3rem; }
  .category__subcategory .category__products:before {
    display: table;
    content: ""; }
  .category__subcategory .category__products:after {
    display: table;
    content: "";
    clear: both; }
.category__subcategory-title {
  font-size: 3rem;
  font-family: "Monigue", Arial, Helvetica, sans-serif;
  color: #ede6d6;
  font-weight: 400;
  line-height: 2.4rem;
  margin-bottom: .5rem; }

/*  Categories banners
    -------------------------------------------------------------------------- */
.category-banner__link {
  text-decoration: none;
  display: block; }
.category-banner__image {
  display: block;
  margin: 0 auto 2rem; }
  .category-banner__image_mobile {
    display: none; }
@media screen and (max-width: 960px) {
  .category-banner__image {
    display: none; }
    .category-banner__image_mobile {
      display: block; } }

/*  Product filters
    -------------------------------------------------------------------------- */
/*  Product filter: tags fitering
    -------------------------------------------------------------------------- */
.product-filter {
  margin: 3rem 0; }
  .product-filter + .category__subcategory {
    margin-top: 3rem; }
  .product-filter__wrapper {
    padding-left: 6rem;
    box-sizing: border-box; }
  .product-filter__title {
    display: inline-block;
    float: left;
    margin-left: -6rem;
    width: 6rem;
    font-size: 1.4rem;
    font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
    color: #ede6d6;
    font-weight: 700;
    line-height: 3rem; }
  .product-filter__list {
    display: flex;
    gap: .8rem;
    flex-wrap: wrap; }
  .product-filter__selected {
    display: none; }
  .product-filter__item {
    width: calc(20% - .64rem);
    box-sizing: border-box; }
  .product-filter__name {
    display: block;
    height: 3rem;
    line-height: 3rem;
    font-weight: 500;
    overflow: hidden;
    text-align: center;
    color: #1e0c00;
    background-color: #ede6d6;
    transition: all .3s ease;
    cursor: pointer; }
    .product-filter__name:hover {
      color: #1e0c00;
      background-color: #eab021; }
  .product-filter__input {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0; }
    .product-filter__input:checked ~ .product-filter__name {
      color: #1e0c00;
      background-color: #eab021; }
  .product-filter .product-filter__summary {
    margin-top: 1.5rem;
    color: #ede6d6; }
    @media screen and (max-width: 60em) {
      .product-filter .product-filter__summary {
        display: none !important; } }
  .product-filter__summary-link {
    color: #eab021; }
  .product-filter .nice-select__container {
    display: none; }
    @media screen and (max-width: 60em) {
      .product-filter .nice-select__container {
        display: block;
        position: fixed;
        top: 2.2rem;
        right: 2%;
        z-index: 900; } }
  .product-filter .nice-select {
    border: none;
    font-weight: 500;
    height: 3.6rem;
    padding: 0 3rem 0 1.8rem;
    background-color: transparent; }
    .product-filter .nice-select .current {
      color: #ede6d6;
      line-height: 3.6rem;
      display: block;
      text-transform: capitalize; }
    .product-filter .nice-select:after {
      border-color: #ede6d6;
      margin-top: -.5rem;
      right: 1.2rem; }
    .product-filter .nice-select.open {
      background-color: #1e0c00; }
      .product-filter .nice-select.open .current {
        color: #ede6d6; }
      .product-filter .nice-select.open:after {
        border-bottom: solid 0.1rem #ede6d6;
        border-right: solid 0.1rem #ede6d6; }
    .product-filter .nice-select .list {
      left: auto;
      right: 0;
      box-shadow: none;
      margin-top: 0;
      background-color: #ede6d6;
      border: solid 0.1rem #ede6d6;
      padding: 0;
      overflow-y: auto;
      max-height: 25rem;
      max-width: none; }
    .product-filter .nice-select .option {
      min-height: 3.6rem;
      line-height: 3.6rem;
      border-radius: 0;
      background: #ede6d6;
      padding-left: 0;
      padding-right: 0; }
      .product-filter .nice-select .option:hover .product-filter__name, .product-filter .nice-select .option[data-filter-selected="true"] .product-filter__name {
        color: #1e0c00;
        background-color: #eab021;
        line-height: 3.6rem; }
    .product-filter .nice-select .product-filter__name {
      border-radius: 0;
      background: transparent;
      padding: 0;
      display: block;
      color: #1e0c00;
      height: 3.6rem;
      line-height: 3.6rem;
      padding-right: 1.8rem;
      padding-left: 1.8rem;
      box-sizing: border-box;
      text-align: left;
      transition: all .3s ease; }
  @media screen and (max-width: 60em) {
    .product-filter__set, .product-filter__input {
      display: none; }
    .product-filter .nice-select .list:hover .option:not(:hover) .product-filter__name {
      color: #1e0c00 !important;
      background-color: #ede6d6 !important; }
    .product-filter .nice-select .list:hover .option:not(:hover)[data-filter-selected="true"] .product-filter__name {
      color: #1e0c00 !important;
      background-color: rgba(234, 176, 33, 0.7) !important; } }

/*  Product
    -------------------------------------------------------------------------- */
.product {
  padding: 0;
  float: left;
  width: calc(33.33% - 1rem);
  box-sizing: border-box;
  margin-bottom: 1.5rem; }
  .product + .product {
    margin-left: 1.5rem; }
  .product:nth-child(3n+1) {
    clear: left;
    margin-left: 0; }
  .product_no-ordering {
    width: calc(25% - 1.2rem); }
    .product_no-ordering:nth-child(3n+1) {
      clear: none;
      margin-left: 1.5rem; }
    .product_no-ordering:nth-child(4n+1) {
      clear: left;
      margin-left: 0; }
  .product_improved.product_with-counter {
    position: relative; }
    .product_improved.product_with-counter .product__counter {
      color: #eab021; }
    .product_improved.product_with-counter:after {
      content: '';
      display: none;
      position: absolute;
      left: 0;
      top: .1rem;
      bottom: 0;
      width: .4rem;
      background-color: #eab021; }
    @media screen and (max-width: 60em) {
      .product_improved.product_with-counter:after {
        display: block; } }
  .product__wrapper {
    padding: 1.6rem 1.1rem 1rem;
    background-color: #ede6d6; }
  .product__picture-container {
    float: none;
    margin: -1.5rem -1rem 1.6rem;
    width: initial;
    display: block;
    background-color: transparent; }
    .product__picture-container ~ .product__top,
    .product__picture-container ~ .product__bottom {
      margin-left: 0; }
  .product__picture {
    width: auto;
    margin: 0 auto; }
  .product__top .product__price {
    display: none; }
  .product__name {
    font-size: 1.6rem;
    font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
    color: #1e0c00;
    font-weight: 700;
    padding-right: 2.5rem;
    margin-bottom: .7rem;
    position: relative;
    line-height: 2rem; }
  .product__favourite {
    position: absolute;
    right: 0;
    top: .2rem;
    line-height: 1.6rem; }
  .product .product__price {
    font-size: 1.4rem;
    font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
    color: #1e0c00;
    font-weight: 500; }
  .product__description {
    font-size: 1.4rem;
    font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
    color: #1e0c00;
    line-height: 1.8rem;
    margin-top: 0; }
  .product__order-level-deal {
    float: none;
    margin-top: 1rem; }
    .product__order-level-deal:before {
      display: table;
      content: ""; }
    .product__order-level-deal:after {
      display: table;
      content: "";
      clear: both; }
  .product__bottom {
    position: relative;
    margin-top: 1.9rem;
    padding-bottom: 3rem; }
    .product__bottom:before {
      display: table;
      content: ""; }
    .product__bottom:after {
      display: table;
      content: "";
      clear: both; }
  .product__buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    width: 100%;
    float: none;
    display: flex; }
  .product__sku-list {
    margin: 0 0 1.9rem;
    display: block; }
    .product__sku-list .nice-select__container {
      width: 100%; }
    .product__sku-list .nice-select {
      float: none;
      width: 100%;
      background-color: transparent; }
      .product__sku-list .nice-select .current,
      .product__sku-list .nice-select .option {
        overflow: hidden;
        text-overflow: ellipsis; }
      .product__sku-list .nice-select .option {
        padding: 0 1rem; }
  .product__sku {
    display: block;
    margin: 0; }
    .product__sku + .product__sku {
      margin-top: .5rem; }
  .product__sku-label {
    display: none;
    color: #1e0c00;
    line-height: 2.6rem; }
  .product__sku-buttons {
    margin-top: -1rem;
    margin-bottom: 1rem; }
  @media screen and (max-width: 60em) {
    .product_no-ordering {
      width: calc(33.33% - 1rem); }
      .product_no-ordering:nth-child(4n+1) {
        clear: none;
        margin-left: 1.5rem; }
      .product_no-ordering:nth-child(3n+1) {
        clear: left;
        margin-left: 0; }
    .product_improved .product__sku-list {
      display: block; }
    .product_improved .product__picture-container {
      float: none;
      margin: -.9rem -.9rem 1rem;
      width: initial; }
      .product_improved .product__picture-container ~ * {
        overflow: visible; }
    .product_improved .product__favourite {
      position: absolute; }
    .product_improved .product__bottom {
      display: block;
      padding-bottom: 3rem;
      position: relative; }
    .product_improved .product__buttons {
      display: flex;
      position: absolute;
      bottom: 0; } }
  @media screen and (max-width: 68.75em) {
    .product {
      width: calc(50% - .8rem); }
      .product:nth-child(3n+1) {
        clear: none;
        margin-left: 1.5rem; }
      .product:nth-child(2n+1) {
        clear: left;
        margin-left: 0; } }
  @media screen and (max-width: 60em) {
    .product {
      width: calc(33.33% - 1rem); }
      .product + .product {
        margin-left: 1.5rem; }
      .product:nth-child(3n+1) {
        clear: left;
        margin-left: 0; }
      .product:nth-child(2n+1) {
        clear: none; } }
  @media screen and (max-width: 45em) {
    .product {
      width: calc(50% - .8rem); }
      .product:nth-child(3n+1) {
        clear: none;
        margin-left: 1.5rem; }
      .product:nth-child(2n+1) {
        clear: left;
        margin-left: 0; } }
  @media screen and (max-width: 30em) {
    .product {
      float: none;
      width: 100%;
      max-width: 39rem;
      margin-left: auto;
      margin-right: auto; }
      .product + .product, .product:nth-child(3n+1), .product:nth-child(2n+1) {
        margin-left: auto; } }
  @media screen and (max-width: 20em) {
    .product_improved .product__picture-container {
      display: block; } }

/*  Product pictos
    -------------------------------------------------------------------------- */
.product__pictos {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0; }

.product-picto {
  display: block;
  width: 2rem;
  height: 2rem;
  color: #1e0c00;
  margin-right: .8rem;
  margin-bottom: .8rem; }
  .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_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_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_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_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_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_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_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-picto_bio: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:before {
    display: block;
    font-size: 2rem; }

/*  Product tags legend
    -------------------------------------------------------------------------- */
.product-legend {
  margin-top: 3.1rem;
  margin-bottom: 2.5rem; }
  .product-legend__list {
    display: flex;
    flex-wrap: wrap; }
  .product-legend__item {
    display: flex;
    align-items: center;
    margin-right: 1.7rem;
    margin-bottom: 1rem; }
  .product-legend__item-name {
    font-size: 1.2rem;
    white-space: nowrap; }
  .product-legend .product-picto {
    width: 1.4rem;
    height: 1.4rem;
    margin-bottom: 0;
    margin-right: .7rem; }
    .product-legend .product-picto:before {
      font-size: 1.4rem;
      display: block;
      color: #ede6d6; }

/*  Add & customise buttons
    -------------------------------------------------------------------------- */
.product__buttons {
  margin-bottom: 0;
  justify-content: space-between; }
  .product__buttons:before, .product__buttons:after {
    display: none; }
.product__customise {
  width: auto; }

.product__add {
  font-size: 1.4rem;
  font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
  font-weight: 500;
  display: flex;
  position: relative;
  padding: 0;
  width: 100%;
  height: 3rem;
  line-height: 2.8rem;
  text-decoration: none;
  justify-content: center;
  cursor: pointer;
  color: #1e0c00;
  background-color: #ede6d6;
  border: none;
  padding: 0;
  border: 1px solid #eab021;
  transition: all .3s ease; }
  .product__add:hover {
    color: #1e0c00;
    background-color: #eab021; }
  .product__add .product__price,
  .product__add .product__add-value {
    float: none;
    display: inline-flex;
    width: 50%;
    margin: 0;
    justify-content: center; }
  .product__add .product__add-value:before {
    content: '';
    display: block;
    width: .1rem;
    height: 1.6rem;
    background-color: #1e0c00;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease; }
.product__customise {
  display: inline-flex;
  cursor: pointer;
  width: auto;
  color: #1e0c00;
  height: 3rem;
  line-height: 3rem;
  text-decoration: underline;
  padding: 0;
  text-align: left; }
  .product__customise:hover {
    text-decoration: none; }
  .product__customise + .product__add {
    float: none;
    display: inline-flex;
    margin: 0;
    width: 57%; }

/*  Favourite icon
    -------------------------------------------------------------------------- */
.product__favourite {
  color: #1e0c00;
  display: block;
  text-decoration: none; }
.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: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_add .product__favourite-icon:before, .product__favourite_remove .product__favourite-icon:before {
  display: block;
  margin: 0; }

.page_favourites .category__products_favourites .product_no-ordering {
  width: calc(33.33% - 1rem); }
  .page_favourites .category__products_favourites .product_no-ordering:nth-child(4n+1) {
    clear: none;
    margin-left: 1.5rem; }
  .page_favourites .category__products_favourites .product_no-ordering:first-child, .page_favourites .category__products_favourites .product_no-ordering:nth-child(3n+1) {
    clear: left;
    margin-left: 0; }
  @media screen and (max-width: 68.75em) {
    .page_favourites .category__products_favourites .product_no-ordering:nth-child(2n+1) {
      clear: none;
      margin-left: 1.5rem; }
    .page_favourites .category__products_favourites .product_no-ordering:first-child, .page_favourites .category__products_favourites .product_no-ordering:nth-child(3n+1) {
      clear: left;
      margin-left: 0; } }
  @media screen and (max-width: 40em) {
    .page_favourites .category__products_favourites .product_no-ordering {
      width: calc(50% - 0.8rem); }
      .page_favourites .category__products_favourites .product_no-ordering + .product {
        margin-left: 1.6rem; }
      .page_favourites .category__products_favourites .product_no-ordering:nth-child(3n+1) {
        clear: none;
        margin-left: 1.6rem; }
      .page_favourites .category__products_favourites .product_no-ordering:first-child, .page_favourites .category__products_favourites .product_no-ordering:nth-child(4n+1), .page_favourites .category__products_favourites .product_no-ordering:nth-child(2n+1) {
        clear: none;
        margin-left: 0; } }
  @media screen and (max-width: 30em) {
    .page_favourites .category__products_favourites .product_no-ordering {
      width: 100%; }
      .page_favourites .category__products_favourites .product_no-ordering + .product {
        margin-left: auto; }
      .page_favourites .category__products_favourites .product_no-ordering:nth-child(3n+1), .page_favourites .category__products_favourites .product_no-ordering:first-child, .page_favourites .category__products_favourites .product_no-ordering:nth-child(4n+1), .page_favourites .category__products_favourites .product_no-ordering:nth-child(2n+1) {
        clear: none;
        margin-left: auto;
        margin-right: auto; } }

/*  Deal wizard navigation: sidetouch version with narrow content area - 3 tabs in a row
    -------------------------------------------------------------------------- */
/*  Deals navigation left arrow settings
    -------------------------------------------------------------------------- */
/*  Mixings
    -------------------------------------------------------------------------- */
/*  Common
    -------------------------------------------------------------------------- */
.deal-wizard__title {
  font-size: 8rem;
  font-family: "BeniBold", Arial, Helvetica, sans-serif;
  color: #ede6d6;
  font-weight: 700; }

.deal-wizard-navigation {
  margin: 1em 0 2em;
  background-color: transparent; }
  .deal-wizard-navigation__title {
    height: 30px;
    line-height: 30px; }
    .deal-wizard-navigation__title:after {
      background: linear-gradient(to right, rgba(234, 176, 33, 0), #eab021); }
  .deal-wizard-navigation__link {
    font-size: 1.4rem;
    font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
    color: #1e0c00;
    font-weight: 500;
    text-transform: none;
    background-color: #eab021; }
    .deal-wizard-navigation__link {
      margin-right: 14px; }
    .deal-wizard-navigation__link:before, .deal-wizard-navigation__link:after {
      border-top-width: 15px;
      border-bottom-width: 15px;
      border-left-width: 14px; }
    .deal-wizard-navigation__link:before {
      border-left-color: #1e0c00; }
    .deal-wizard-navigation__link:after {
      border-left-color: #eab021; }
  .deal-wizard-navigation__tab {
    background-color: transparent;
    margin: 0;
    width: 33.33333%; }
    .deal-wizard-navigation__tab:before {
      content: '';
      display: block;
      position: absolute;
      right: 100%;
      top: 0;
      height: 100%;
      width: 3rem;
      background-color: #eab021; }
    .deal-wizard-navigation__tab:first-child:before {
      display: none; }
    .deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link {
      margin-right: 0;
      padding-right: 1rem; }
      .deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link:before, .deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link:after {
        display: none; }
    .deal-wizard-navigation__tab:nth-last-child(2):first-child, .deal-wizard-navigation__tab:nth-last-child(2):first-child ~ * {
      width: 50%; }
    .deal-wizard-navigation__tab:nth-child(1) {
      z-index: 20; }
    .deal-wizard-navigation__tab:nth-child(2) {
      z-index: 19; }
    .deal-wizard-navigation__tab:nth-child(3) {
      z-index: 18; }
    .deal-wizard-navigation__tab:nth-child(4) {
      z-index: 17;
      margin-top: 1rem; }
    .deal-wizard-navigation__tab:nth-child(5) {
      z-index: 16;
      margin-top: 1rem; }
    .deal-wizard-navigation__tab:nth-child(6) {
      z-index: 15;
      margin-top: 1rem; }
    .deal-wizard-navigation__tab:nth-child(7) {
      z-index: 14;
      margin-top: 1rem; }
    .deal-wizard-navigation__tab:nth-child(8) {
      z-index: 13;
      margin-top: 1rem; }
    .deal-wizard-navigation__tab:nth-child(9) {
      z-index: 12;
      margin-top: 1rem; }
    .deal-wizard-navigation__tab:nth-child(3) .deal-wizard-navigation__link:before, .deal-wizard-navigation__tab:nth-child(6) .deal-wizard-navigation__link:before {
      border-left-color: #1e0c00;
      background-color: #1e0c00; }
    .deal-wizard-navigation__tab:nth-child(3) .deal-wizard-navigation__link:after, .deal-wizard-navigation__tab:nth-child(6) .deal-wizard-navigation__link:after {
      background-color: #1e0c00; }
    .deal-wizard-navigation__tab:nth-child(4), .deal-wizard-navigation__tab:nth-child(7) {
      clear: left; }
      .deal-wizard-navigation__tab:nth-child(4):before, .deal-wizard-navigation__tab:nth-child(7):before {
        display: none; }
  .deal-wizard-navigation__tab_active:before {
    background-color: #eab021; }
  .deal-wizard-navigation__tab_active .deal-wizard-navigation__title:after {
    background: linear-gradient(to right, rgba(234, 176, 33, 0), #eab021); }
  .deal-wizard-navigation__tab_active .deal-wizard-navigation__link {
    color: #1e0c00;
    background-color: #eab021; }
    .deal-wizard-navigation__tab_active .deal-wizard-navigation__link {
      margin-right: 14px; }
    .deal-wizard-navigation__tab_active .deal-wizard-navigation__link:before, .deal-wizard-navigation__tab_active .deal-wizard-navigation__link:after {
      border-top-width: 15px;
      border-bottom-width: 15px;
      border-left-width: 14px; }
    .deal-wizard-navigation__tab_active .deal-wizard-navigation__link:after {
      border-left-color: #eab021; }
  .deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab {
    background-color: #ede6d6; }
    .deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab:before {
      background-color: #ede6d6; }
    .deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__link {
      color: #1e0c00;
      background-color: #ede6d6; }
      .deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__link:before {
        border-left-color: #1e0c00; }
      .deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__link:after {
        border-left-color: #ede6d6; }
    .deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__title:after {
      background: linear-gradient(to right, rgba(237, 230, 214, 0), #ede6d6); }

/*  ==========================================================================
    Basket upselling (step 3 page)
    ========================================================================== */
.category_upselling {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #eab021; }
  .category_upselling .category__header {
    margin-bottom: 4rem; }
  .category_upselling .category__products:before {
    display: table;
    content: ""; }
  .category_upselling .category__products:after {
    display: table;
    content: "";
    clear: both; }

/*  ==========================================================================
    BASKET
    ========================================================================== */
/*  Basket header
    -------------------------------------------------------------------------- */
.basket {
  background-color: #ede6d6;
  border: 1px solid #ede6d6; }
  .basket__header {
    background-color: #ede6d6;
    border-radius: 0 0 0 0;
    padding: 1.5rem 1rem;
    border-bottom: 1px solid #1e0c00;
    display: flex;
    justify-content: space-between; }
    .basket__header:before, .basket__header:after {
      display: none; }
    @media screen and (max-width: 60em) {
      .basket__header {
        border-radius: 0;
        flex-direction: column;
        padding-right: 4rem; } }
  .basket_step-basket .basket__header {
    border-radius: 0; }
  .basket__title, .basket__repeat {
    float: none; }
  .basket__title {
    font-size: 1.4rem;
    font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
    color: #1e0c00;
    font-weight: 500;
    text-transform: none;
    line-height: 2rem;
    order: 1; }
  .basket__repeat {
    font-size: 1.4rem;
    font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
    color: #1e0c00;
    font-weight: 400;
    text-transform: none;
    line-height: 2rem;
    margin-top: 0;
    order: 2; }
    @media screen and (max-width: 60em) {
      .basket__repeat {
        padding: 0;
        margin-top: .5rem; } }
  .basket__close {
    order: 3;
    margin: 0;
    color: #1e0c00;
    position: absolute;
    top: 1.5rem;
    right: 1rem; }
  .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;
    display: block; }

/*  Basket item
    -------------------------------------------------------------------------- */
.basket__items {
  background-color: #ede6d6;
  padding: 1rem; }
.basket__empty {
  font-size: 1.4rem;
  font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
  color: #1e0c00;
  font-weight: 400;
  line-height: 2rem;
  background-color: rgba(30, 12, 0, 0.1);
  font-weight: 500; }

.basket-item + .basket-item {
  margin-top: .5rem; }
.basket-item__title {
  font-size: 1.4rem;
  font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
  color: #1e0c00;
  font-weight: 400;
  line-height: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .basket-item__title:before, .basket-item__title:after {
    display: none; }
.basket-item__link {
  display: block; }
  .basket-item__link:hover {
    color: #1e0c00; }
@media screen and (max-width: 75em) {
  .basket-item__name {
    width: 55% !important; } }
.basket-item__details {
  display: flex;
  justify-content: space-between;
  width: 40%; }
  @media screen and (max-width: 75em) {
    .basket-item__details {
      width: 44%; } }
.basket-item__quantity {
  display: flex;
  margin-right: .5rem; }
.basket-item__quantity-text {
  width: 2rem;
  text-align: center; }
.basket-item__quantity-btn {
  display: flex;
  align-items: center; }
.basket-item__quantity-minus-icon:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: 0em;
  margin-left: 0em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }
.basket-item__quantity-plus-icon:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: 0em;
  margin-left: 0em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }
.basket-item__quantity-minus-icon, .basket-item__quantity-plus-icon {
  color: #1e0c00; }
  .basket-item__quantity-minus-icon:before, .basket-item__quantity-plus-icon:before {
    display: block; }
.basket-item__wrapper_price {
  display: flex;
  justify-content: space-between; }
.basket-item__delete-icon {
  display: block;
  color: #1e0c00;
  font-size: 1.4rem; }
  .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-icon:before {
    display: block;
    border: none;
    box-sizing: border-box;
    border-radius: 50%;
    width: 1.6rem;
    height: 1.6rem; }
.basket-item__delete {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-left: .5rem; }
  .basket-item__delete:hover .basket-item__delete-icon {
    color: #1e0c00; }
.basket-item__options {
  margin-top: 0; }
.basket-item__option {
  font-size: 1.4rem;
  font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
  color: rgba(30, 12, 0, 0.7);
  font-weight: 400;
  line-height: 1.6rem; }
  .basket-item__option:first-child {
    margin-top: .3rem; }
.basket-item__option-name {
  padding-left: 0; }

.basket_step-basket .basket-item__details {
  width: 35%; }

/*  Basket deal title
    -------------------------------------------------------------------------- */
.basket-deal__header {
  background-color: #1e0c00;
  padding: .4rem 1rem;
  display: flex;
  justify-content: space-between; }
  .basket-deal__header:before, .basket-deal__header:after {
    display: none; }
.basket-deal__title, .basket-deal__delete {
  float: none; }
.basket-deal__title {
  font-size: 1.4rem;
  font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
  color: #ede6d6;
  font-weight: 400;
  line-height: 2rem;
  order: 1; }
.basket-deal__link {
  display: block; }
  .basket-deal__link:hover {
    color: #ede6d6; }
.basket-deal__delete {
  order: 2;
  display: flex;
  align-items: center;
  width: 1.6rem;
  margin-left: .5rem; }
  .basket-deal__delete:hover .basket-deal__delete-icon {
    color: #ede6d6; }
.basket-deal__delete-icon {
  color: #ede6d6;
  font-size: 1.4rem;
  display: block;
  padding-left: 0; }
  .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-icon:before {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem; }

/*  Basket deal item
    -------------------------------------------------------------------------- */
.basket-deal__items {
  background-color: rgba(30, 12, 0, 0.1);
  padding: 1rem; }
.basket-deal__item + .basket-deal__item {
  margin-top: .5rem; }
.basket-deal__item-title {
  font-size: 1.4rem;
  font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
  color: #1e0c00;
  font-weight: 400;
  line-height: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .basket-deal__item-title:before, .basket-deal__item-title:after {
    display: none; }
.basket-deal__item-link {
  display: block; }
  .basket-deal__item-link:hover {
    color: #1e0c00; }
.basket-deal__item-name, .basket-deal__item-details {
  float: none; }
.basket-deal__item-name {
  width: 59%; }
  @media screen and (max-width: 75em) {
    .basket-deal__item-name {
      width: 55%; } }
.basket-deal__item-details {
  display: flex;
  justify-content: space-between;
  width: 40%;
  padding-right: 2.1rem;
  position: relative; }
  @media screen and (max-width: 75em) {
    .basket-deal__item-details {
      width: 44%; } }
.basket-deal__item-quantity {
  margin: 0;
  width: 4.8rem;
  text-align: center;
  display: block;
  float: none; }
.basket-deal__item-delete {
  display: flex;
  align-items: center;
  text-decoration: none;
  position: absolute;
  top: .2rem;
  right: 0; }
  .basket-deal__item-delete:hover .basket-deal__item-delete-icon {
    color: #1e0c00; }
.basket-deal__item-delete-icon {
  display: block;
  color: #1e0c00;
  font-size: 1.4rem; }
  .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: 0;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  .basket-deal__item-delete-icon:before {
    display: block;
    border: none;
    box-sizing: border-box;
    border-radius: 50%;
    width: 1.6rem;
    height: 1.6rem; }
.basket-deal__item-options {
  margin-top: 0; }
.basket-deal__item-option {
  font-size: 1.4rem;
  font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
  color: rgba(30, 12, 0, 0.7);
  font-weight: 400;
  line-height: 1.6rem; }
  .basket-deal__item-option:first-child {
    margin-top: .3rem; }
.basket-deal__item-option-name {
  padding-left: 0; }

/*  Basket tips for the driver
    -------------------------------------------------------------------------- */
.basket-tip {
  background-color: #1e0c00;
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: flex;
  justify-content: space-between;
  padding: 1rem; }
  .basket-tip.basket__footer-row {
    padding: 1rem; }
  .basket-tip:before, .basket-tip:after {
    display: none; }
  .basket-tip__title, .basket-tip__details {
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6rem;
    color: #ede6d6; }
  .basket-tip__title {
    width: 59%;
    box-sizing: border-box;
    padding-right: .5rem; }
    @media screen and (max-width: 75em) {
      .basket-tip__title {
        width: 55%; } }
  .basket-tip__details {
    width: 40%;
    float: none;
    margin: 0;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 75em) {
      .basket-tip__details {
        width: 44%; } }
  .basket-tip__buttons {
    width: 4.8rem;
    display: flex;
    justify-content: space-between; }
  .basket-tip__button {
    font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    text-decoration: none;
    text-align: center;
    color: #ede6d6;
    box-sizing: border-box;
    overflow: hidden;
    padding-left: 1.4rem;
    position: relative;
    margin-top: .1rem; }
    .basket-tip__button_add:before {
      font-family: 'fontello';
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      min-width: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-right: 0;
      margin-left: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
    .basket-tip__button_remove:before {
      font-family: 'fontello';
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      min-width: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-right: 0;
      margin-left: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
    .basket-tip__button_add:before, .basket-tip__button_remove:before {
      position: absolute;
      top: 0;
      left: 0;
      display: block; }
  .basket-tip__button + .basket-tip__button {
    margin-left: 0; }
  .basket-tip__amount {
    box-sizing: border-box;
    padding-right: 2.1rem;
    margin-left: 0;
    font-weight: 400; }

/*  Delivery method switcher
    -------------------------------------------------------------------------- */
.basket__delivery_radio {
  font-size: 2.4rem;
  font-family: "BeniBold", Arial, Helvetica, sans-serif;
  color: #ede6d6;
  font-weight: 700;
  border: none;
  border-radius: 0; }
.basket__delivery-option {
  border: 1px solid #eab021;
  box-sizing: border-box;
  border-radius: 0 0 0 0;
  overflow: hidden; }
  .basket__delivery-option + .basket__delivery-option {
    border-radius: 0 0 0 0; }
  .basket__delivery-option.active {
    border: solid 1px #eab021;
    cursor: default; }
    .basket__delivery-option.active .basket__delivery-method {
      color: #1e0c00;
      background-color: #eab021; }
.basket__delivery-method {
  padding: 0 1rem;
  background-color: #1e0c00;
  line-height: 3.6rem; }
.basket__time .nice-select__container {
  margin: 0; }
.basket__time .nice-select.open .list {
  max-height: 27rem;
  max-height: 25rem;
  overflow-y: scroll; }

/*  Basket footer
    -------------------------------------------------------------------------- */
.basket__footer {
  padding-bottom: 1rem;
  padding-top: 1rem;
  color: #1e0c00;
  background-color: #ede6d6;
  border-radius: 0 0 0 0; }
  @media screen and (max-width: 60em) {
    .basket__footer {
      border-radius: 0; } }
.basket_step-basket .basket__footer {
  border-radius: 0; }
.basket__footer-row {
  padding: .5rem 1rem; }
.basket__savings {
  color: #ede6d6;
  background-color: rgba(30, 12, 0, 0.1); }
.basket__charge-title, .basket__charge-amount {
  font-size: 2rem;
  font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
  color: #1e0c00;
  font-weight: 400;
  line-height: 3rem; }
.basket__total-title, .basket__total-amount {
  font-size: 2rem;
  font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
  color: #1e0c00;
  font-weight: 500;
  text-transform: none;
  line-height: 3rem; }
.basket__button-link {
  font-size: 2.4rem;
  font-family: "BeniBold", Arial, Helvetica, sans-serif;
  color: #ede6d6;
  font-weight: 700;
  color: #1e0c00;
  background-color: #eab021;
  border: none;
  padding: 0 1rem;
  border: 1px solid #eab021;
  transition: all .3s ease;
  line-height: 3.6rem;
  transition: all .3s ease; }
  .basket__button-link:hover {
    color: #ede6d6;
    background-color: #1e0c00; }

/*  Basket messages
    -------------------------------------------------------------------------- */
.basket__footer-red-message, .basket__error {
  font-size: 1.4rem;
  font-weight: 400;
  color: #ede6d6;
  background-color: #ee4036;
  margin: .5rem 0;
  padding: 1rem; }

/*  Basket coupon code
    -------------------------------------------------------------------------- */
.basket__coupon {
  font-size: 1.4rem;
  font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
  color: #1e0c00;
  font-weight: 400;
  line-height: 3rem; }
  .basket__coupon:before, .basket__coupon:after {
    display: none; }
.basket__coupon-enable, .basket__coupon-enabled {
  padding: 0; }
.basket__coupon-enabled strong {
  color: #1e0c00; }
.basket__coupon-link {
  color: #1e0c00;
  text-decoration: underline; }
  .basket__coupon-link:hover {
    text-decoration: none; }
.basket__coupon-input {
  font-size: 1.4rem;
  font-weight: 400;
  color: #1e0c00;
  box-sizing: border-box;
  border: solid 1px #1e0c00;
  background-color: transparent;
  padding: 0 1rem;
  line-height: 2.8rem;
  height: 3rem;
  margin: 0 .5rem; }
.basket__coupon-form {
  display: flex;
  justify-content: flex-end; }

/*  Basket upselling
    -------------------------------------------------------------------------- */
.basket-upselling {
  position: relative;
  margin-top: 2rem;
  background-color: #ede6d6;
  box-sizing: border-box;
  padding: 2.2rem 2rem 2rem; }
  @media screen and (max-width: 60em) {
    .basket-upselling {
      border-radius: 0; } }
  .basket-upselling__header {
    margin-bottom: 1.8rem; }
  .basket-upselling__image {
    display: block;
    margin-bottom: 1.8rem; }
  .basket-upselling__title {
    margin: 0 0 1rem;
    font-size: 2.4rem;
    font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
    color: #1e0c00;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 3rem; }
  .basket-upselling__description {
    color: #1e0c00; }
    .basket-upselling__description p {
      margin: 0; }
  .basket-upselling__footer .nice-select__container,
  .basket-upselling__footer .nice-select {
    width: 100%; }
  .basket-upselling__footer .nice-select {
    border: solid 1px #1e0c00;
    padding: 0 3.5rem 0 1rem;
    line-height: 3.2rem;
    height: 3.4rem; }
    .basket-upselling__footer .nice-select:after {
      right: 1.2rem;
      margin-top: -.5rem;
      border-bottom-color: #1e0c00;
      border-right-color: #1e0c00; }
    .basket-upselling__footer .nice-select .list {
      max-width: 100%;
      max-height: 20rem;
      overflow-y: auto; }
    .basket-upselling__footer .nice-select > .current,
    .basket-upselling__footer .nice-select .option {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      display: block; }
    .basket-upselling__footer .nice-select .option {
      padding: 0 1rem; }
  .basket-upselling__button {
    font-size: 2.4rem;
    font-family: "BeniBold", Arial, Helvetica, sans-serif;
    color: #1e0c00;
    font-weight: 700;
    text-transform: uppercase;
    color: #1e0c00;
    background-color: #eab021;
    border: none;
    padding: 0 1rem;
    border: 1px solid #eab021;
    margin-left: 0;
    line-height: 3.6rem;
    display: block;
    width: 100%;
    margin-top: 1rem;
    cursor: pointer;
    transition: all .3s ease; }
    .basket-upselling__button:hover {
      color: #ede6d6;
      background-color: #1e0c00; }

/*  ==========================================================================
    CUSTOMIZATION POPUP
    ========================================================================== */
.popup {
  color: #ede6d6;
  background-color: #1e0c00;
  border-radius: 0; }
  @media screen and (max-width: 52.5em) {
    .popup {
      border-radius: 0; } }
  .popup.popup_full-height {
    height: 100%; }
  .popup .popup__title {
    font-size: 2.4rem;
    font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
    color: #ede6d6;
    font-weight: 700;
    line-height: 2.7rem;
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 1rem; }
    .popup .popup__title .product__pictos {
      margin: 0;
      width: auto;
      display: flex;
      flex-wrap: nowrap; }
    @media screen and (max-width: 52.5em) {
      .popup .popup__title {
        padding: 1rem 0; } }
    @media screen and (max-width: 40em) {
      .popup .popup__title {
        flex-direction: column; } }
  .popup .popup__wrapper {
    margin: 0;
    padding: 0; }
  .popup_improved {
    overflow: hidden;
    padding-bottom: 4rem; }
    .popup_improved .popup__wrapper {
      margin: 0;
      padding-bottom: 2rem; }
    .popup_improved.popup_scrolled .popup__title {
      padding-left: 4rem;
      padding-right: 4rem;
      background-color: #1e0c00;
      box-shadow: 0 3px 3px rgba(237, 230, 214, 0.2); }
      @media screen and (max-width: 52.5em) {
        .popup_improved.popup_scrolled .popup__title {
          padding-left: 2rem;
          padding-right: 2rem; } }
    .popup_improved .popup__description {
      margin-top: 0; }
    .popup_improved .popup__header {
      margin-bottom: .8rem; }
    .popup_improved .popup__title-mobile-close-icon {
      line-height: 2.6rem;
      font-size: 2.6rem; }
      .popup_improved .popup__title-mobile-close-icon:before {
        font-family: 'fontello';
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        min-width: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        margin-right: .2em;
        margin-left: .2em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: ""; }
      .popup_improved .popup__title-mobile-close-icon:before {
        margin-left: 0;
        width: auto; }
  .popup__title-wrapper {
    display: inline-block;
    vertical-align: top;
    margin-right: 3.5rem; }
  .popup__top {
    padding: 2rem 4rem 4rem;
    border-radius: 0 0 0 0; }
    .popup__top:before {
      display: table;
      content: ""; }
    .popup__top:after {
      display: table;
      content: "";
      clear: both; }
    .popup__top + .popup-row {
      padding-top: 3.6rem; }
    @media screen and (max-width: 52.5em) {
      .popup__top {
        padding: 0 2rem 2rem; }
        .popup__top + .popup-row {
          padding-top: 1.8rem; } }
  .popup__header {
    padding-right: 1rem; }
  .popup__picture {
    max-height: 17rem; }
    .popup__picture_mobile {
      display: none;
      float: none;
      margin: 2rem 0;
      width: 100%;
      text-align: center; }
    @media screen and (max-width: 52.5em) {
      .popup__picture_desktop {
        display: none; }
      .popup__picture_mobile {
        display: block; } }
  .popup__picture-image {
    max-height: 17rem; }
  .popup__group {
    margin-top: 3rem;
    padding: 0; }
  .popup__description {
    font-size: 1.4rem;
    font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
    color: #ede6d6;
    line-height: 1.8rem; }
  .popup__price {
    font-size: 2rem;
    font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
    color: #ede6d6;
    font-weight: 700; }
  .popup__close {
    border: 1px solid #ede6d6; }
  .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 .product-picto {
    color: #ede6d6; }
  .popup__pictos {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    padding: .1rem 0; }
    .popup__pictos .product__pictos {
      float: none;
      clear: none;
      margin: 0;
      overflow: hidden; }
  .popup .nice-select {
    min-width: 9rem;
    background-color: transparent;
    height: 2.2rem;
    line-height: 2.1rem;
    border-bottom-color: #ede6d6; }
    .popup .nice-select > .current {
      color: #ede6d6; }
    .popup .nice-select:after {
      border-bottom-color: #ede6d6;
      border-right-color: #ede6d6; }

/*  Popup group
    -------------------------------------------------------------------------- */
.popup-group__label, .popup-group__single-choice {
  font-size: 1.4rem;
  font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
  color: #ede6d6;
  font-weight: 400;
  text-transform: uppercase;
  text-transform: uppercase; }
.popup-group .popup-group__label {
  width: 10.5rem;
  line-height: 2.2rem;
  font-weight: 400; }
.popup-group .popup-group__quantity-field {
  color: #ede6d6;
  width: 3.3rem;
  line-height: 2.2rem;
  margin: 0 .5rem;
  font-size: 1.4rem;
  background-color: transparent;
  border: none; }
.popup-group__quantity-button {
  height: 2.2rem; }
.popup-group__quantity-minus-icon:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: .2em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }
.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 {
  color: #ede6d6;
  display: inline-flex;
  box-sizing: border-box;
  height: 2.2rem;
  width: 2.2rem;
  border: 1px solid #ede6d6;
  border-radius: 50%; }
  .popup-group__quantity-minus-icon:before, .popup-group__quantity-plus-icon:before {
    line-height: 2rem; }

/*  Popup row
    -------------------------------------------------------------------------- */
.popup-row {
  padding: 1.8rem 4rem; }
  .popup-row:first-child {
    padding-top: 3.6rem; }
  @media screen and (max-width: 52.5em) {
    .popup-row {
      padding: .9rem 2rem; } }
  .popup-row__description {
    color: #ede6d6;
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 1.6rem; }
  .popup-row__title {
    font-size: 1.4rem;
    font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
    color: #ede6d6;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.6rem;
    margin-bottom: 1.2rem; }
  .popup-row_enum .popup-row__title {
    margin-bottom: 2rem; }

/*  Popup enum
    -------------------------------------------------------------------------- */
.popup-enum__option {
  margin-bottom: 1rem;
  margin-right: 1rem; }
.popup-enum__text {
  font-size: 1.4rem;
  font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
  color: #ede6d6;
  font-weight: 400;
  padding: 0 2rem;
  height: 3rem;
  line-height: 2.8rem;
  background-color: transparent;
  border: 1px solid #eab021;
  border-radius: 0;
  box-sizing: border-box;
  transition: all .3s ease; }
.popup-enum__radio:checked + .popup-enum__text {
  color: #1e0c00;
  background-color: #eab021;
  border-color: #eab021;
  cursor: default; }
.popup-enum__radio:disabled + .popup-enum__text {
  color: #1e0c00;
  background-color: rgba(237, 230, 214, 0.7);
  cursor: default; }

/*  Popup set
    -------------------------------------------------------------------------- */
.popup-set__option {
  margin-bottom: 2.5rem; }
  @media screen and (max-width: 52.5em) {
    .popup-set__option {
      margin-bottom: 1.5rem; } }
.popup-set__group-title {
  font-size: 1.4rem;
  font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
  color: #ede6d6;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.6rem; }
.popup-set__label {
  padding: 0;
  display: inline-block;
  vertical-align: top; }
.popup-set input[type="checkbox"] {
  padding: 0; }
  .popup-set input[type="checkbox"]:checked + .popup-set__text {
    font-weight: 400; }
.popup-set__text {
  font-size: 1.4rem;
  font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
  color: #ede6d6;
  display: inline-block;
  vertical-align: top;
  line-height: 1.6rem;
  padding: 0 .5rem 0 2.6rem;
  position: relative; }
  .popup-set__text:before, .popup-set__text:after {
    left: 0;
    top: 0; }
  .popup-set__text:before {
    border-color: #eab021;
    background-color: #ede6d6; }
  .popup-set__text:after {
    background-color: #eab021; }

/*  Double toppings
    -------------------------------------------------------------------------- */
@media screen and (max-width: 40em) {
  .popup-set__wrapper_double-title .popup-set__option {
    display: none; }
    .popup-set__wrapper_double-title .popup-set__option:nth-child(3) {
      display: block; } }

.popup-set__option[data-double] {
  display: flex;
  position: relative;
  padding-left: 4rem;
  padding-right: 1rem;
  box-sizing: border-box;
  margin: 1.5rem 0; }
  .popup-set__option[data-double] .popup-set__label {
    width: 1.6rem;
    height: 1.6rem;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box; }
    .popup-set__option[data-double] .popup-set__label + .popup-set__label {
      left: 2rem; }
    .popup-set__option[data-double] .popup-set__label:before {
      display: block;
      content: '';
      width: 1.6rem;
      height: 1.6rem;
      border: 1px solid #eab021;
      background-color: #ede6d6;
      box-sizing: border-box;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .popup-set__option[data-double] .popup-set__label .popup-set__phantom {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2;
      width: 100%;
      height: 100%; }
      .popup-set__option[data-double] .popup-set__label .popup-set__phantom:after {
        display: block;
        content: '';
        background-color: #eab021;
        width: .8rem;
        height: .8rem;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        margin: .4rem;
        opacity: 0;
        transition: all .3s ease; }
    .popup-set__option[data-double] .popup-set__label input[type=checkbox]:checked ~ .popup-set__phantom:after {
      opacity: 1; }
    .popup-set__option[data-double] .popup-set__label input[type=checkbox].popup-set__psevdo-selection ~ .popup-set__phantom:after {
      opacity: 1; }
    .popup-set__option[data-double] .popup-set__label_phantom {
      opacity: .7;
      cursor: default;
      pointer-events: none; }
      .popup-set__option[data-double] .popup-set__label_phantom .popup-set__phantom:after {
        opacity: 1; }
  .popup-set__option[data-double] .popup-set__text {
    padding-left: 0; }
  .popup-set__option[data-double] .popup-set__text:before,
  .popup-set__option[data-double] .popup-set__text:after {
    display: none; }
  .popup-set__option[data-double].popup-set__option_ingredient-disabled .popup-set__label {
    pointer-events: none;
    opacity: .4; }
    .popup-set__option[data-double].popup-set__option_ingredient-disabled .popup-set__label input[type=checkbox] {
      pointer-events: none; }
    .popup-set__option[data-double].popup-set__option_ingredient-disabled .popup-set__label .popup-set__phantom:after,
    .popup-set__option[data-double].popup-set__option_ingredient-disabled .popup-set__label input[type=checkbox] ~ .popup-set__phantom:after {
      opacity: 0; }

/*  Double toppings titles fix
    -------------------------------------------------------------------------- */
.popup-set__wrapper_double-title .popup-set__option {
  display: list-item; }
  .popup-set__wrapper_double-title .popup-set__option:nth-of-type(2), .popup-set__wrapper_double-title .popup-set__option:nth-of-type(3) {
    display: none; }
.popup-set:has(.popup-set__option[data-double]:nth-of-type(2)) .popup-set__wrapper_double-title .popup-set__option:nth-of-type(2), .popup-set:has(.popup-set__option[data-double]:nth-of-type(3)) .popup-set__wrapper_double-title .popup-set__option:nth-of-type(3) {
  display: list-item; }
.popup-set__option[data-double] .popup-set__label:before {
  border-color: #eab021;
  background-color: #ede6d6; }
.popup-set__option[data-double] .popup-set__label .popup-set__phantom:after {
  background-color: #eab021; }
@media screen and (max-width: 40em) {
  .popup-set__option:nth-child(2n+1) {
    clear: none; }
  .popup-set:has(.popup-set__option[data-double]:nth-of-type(3)) .popup-set__wrapper_double-title .popup-set__option:nth-of-type(3) {
    display: none; } }
@media screen and (max-width: 30em) {
  .popup-set:has(.popup-set__option[data-double]:nth-of-type(2)) .popup-set__wrapper_double-title .popup-set__option:nth-of-type(2) {
    display: none; } }

/*  Popup deal line
    -------------------------------------------------------------------------- */
.popup-deal-line__label {
  font-size: 1.4rem;
  font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
  color: #ede6d6;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: .8rem;
  line-height: 1.2; }
.popup-deal-line__description {
  font-size: 1.4rem;
  font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
  color: #ede6d6; }
.popup-deal-line__single-option {
  font-size: 1.4rem;
  font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
  color: #ede6d6; }

/*  Popup buttons
    -------------------------------------------------------------------------- */
.popup-buttons__button {
  font-size: 2.4rem;
  font-family: "BeniBold", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #1e0c00;
  background-color: #eab021;
  border: none;
  padding: 0;
  border: 1px solid #eab021;
  height: 4rem;
  text-transform: none;
  font-weight: 400;
  min-width: 26rem;
  text-align: center;
  transition: all .3s ease; }
  .popup-buttons__button:hover {
    color: #ede6d6;
    background-color: #1e0c00; }
.popup-buttons__button-price {
  display: block;
  float: left;
  position: relative;
  width: 50%; }
  .popup-buttons__button-price + .popup-buttons__button-text {
    display: block;
    width: 50%;
    float: right; }
  .popup-buttons__button-price:after {
    content: '|';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0; }
.popup-buttons__link {
  color: #eab021;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 0;
  margin: 1rem 0 1rem 4rem; }
.popup-buttons_improved .popup-buttons__button {
  height: 4rem;
  line-height: 3.8rem; }
.popup-buttons_improved .popup-buttons__link {
  padding: 0;
  line-height: 2rem; }
@media screen and (max-width: 52.5em) {
  .popup-buttons__link {
    display: none; }
  .popup-buttons__button {
    width: 100%; } }

/*  ==========================================================================
    CHECKOUT, ACCOUNT & ORDER PAGES
    ========================================================================== */
.checkout {
  max-width: 77rem;
  margin: 0 auto; }
  .checkout__title {
    font-size: 8rem;
    font-family: "BeniBold", Arial, Helvetica, sans-serif;
    color: #ede6d6;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4rem; }
  .checkout__section {
    padding-top: 4rem; }
    .checkout__section + .checkout__section {
      padding-top: 5rem;
      margin-top: 5rem;
      border-top: 1px solid #eab021; }
      .checkout__section + .checkout__section.checkout__section_no-separation {
        padding-top: 5rem;
        margin-top: 5rem;
        border-top: 1px solid #eab021; }
  .checkout__fieldset {
    max-width: 38rem; }
  .checkout__description {
    font-size: 1.4rem;
    font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
    color: #ede6d6; }
  .checkout__footer {
    margin-top: 4rem; }

.checkout-delimiter {
  position: relative; }
  .checkout-delimiter__text {
    position: relative;
    padding: 0 .6rem;
    background-color: #1e0c00;
    text-transform: none;
    font-weight: 400;
    z-index: 1; }
  .checkout-delimiter:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #eab021; }

/*  Form checkbox styling
    ---------------------------------------------------- */
.checkout-row {
  padding-left: 0;
  margin-bottom: 2rem; }
  .checkout-row__label, .checkout-row__group-label {
    font-size: 1.4rem;
    font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
    color: #ede6d6; }
  .checkout-row__label {
    padding-top: .7rem;
    line-height: 1.6rem;
    width: 13rem;
    margin-left: -13rem; }
    @media screen and (max-width: 52.5em) {
      .checkout-row__label {
        padding: 0;
        margin-left: 0;
        width: auto;
        float: none;
        margin-bottom: .6rem; } }
  .checkout-row__field-text {
    font-size: 1.4rem;
    font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
    color: #ede6d6;
    line-height: 2.8rem;
    padding: 0 1rem;
    border: 1px solid #1e0c00;
    color: #1e0c00;
    background-color: #ede6d6;
    box-sizing: border-box; }
    .checkout-row__field-text + .checkout-row__group-label_checkbox {
      margin-top: 1.4rem; }
  .checkout-row__field-textarea {
    font-size: 1.4rem;
    font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
    color: #ede6d6;
    line-height: 2.8rem;
    padding: .8rem 1rem;
    border: 1px solid #1e0c00;
    color: #1e0c00;
    background-color: #ede6d6;
    box-sizing: border-box; }
  .checkout-row__group {
    font-size: 1.4rem;
    font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
    color: #ede6d6; }
  .checkout-row__group-item {
    margin-top: 0; }
    .checkout-row__group-item + .checkout-row__group-item {
      margin-top: 1.4rem; }
  .checkout-row__group-item_helper {
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #ede6d6; }
  .checkout-row__group-item_forgot-password {
    color: #ede6d6; }
    .checkout-row__group-item_forgot-password a {
      color: #eab021; }
  .checkout-row__group-label_checkbox {
    display: inline-block;
    position: relative;
    font-size: 1.4rem;
    cursor: pointer; }
    .checkout-row__group-label_checkbox .checkout-row__field-checkbox {
      position: absolute;
      left: 0;
      top: 0;
      margin: 0;
      padding: 0;
      opacity: 0; }
      .checkout-row__group-label_checkbox .checkout-row__field-checkbox:checked + .checkout-row__label-text:after {
        display: block; }
    .checkout-row__group-label_checkbox .checkout-row__label-text {
      position: relative;
      display: block;
      padding-left: 2.5rem;
      line-height: 1.6rem; }
      .checkout-row__group-label_checkbox .checkout-row__label-text:before, .checkout-row__group-label_checkbox .checkout-row__label-text:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 1.6rem;
        height: 1.6rem;
        box-sizing: border-box;
        border: 1px solid #eab021;
        background-color: #ede6d6; }
      .checkout-row__group-label_checkbox .checkout-row__label-text:after {
        display: none;
        margin: .4rem;
        width: .8rem;
        height: .8rem;
        border: none;
        background-color: #eab021; }
  .checkout-row__field-text_small {
    width: 6rem; }
  .checkout-row__group-item_atoms {
    display: flex; }
  .checkout-row__group-atom {
    width: calc(50% - 3rem);
    margin: 0;
    text-align: right; }
    .checkout-row__group-atom .checkout-row__group-label_atom {
      width: 5.3rem;
      text-align: left; }
    .checkout-row__group-atom:first-child {
      width: 6rem; }
      .checkout-row__group-atom:first-child .checkout-row__group-label_atom {
        padding-top: .7rem;
        line-height: 1.6rem;
        width: 13rem;
        margin-left: -13rem; }
    @media screen and (max-width: 52.5em) {
      .checkout-row__group-atom {
        width: 30%;
        text-align: left; }
        .checkout-row__group-atom .checkout-row__field-text_small {
          width: 100%; }
        .checkout-row__group-atom + .checkout-row__group-atom {
          margin-left: 5%; }
        .checkout-row__group-atom .checkout-row__group-label_atom {
          width: 100%;
          float: none;
          margin-bottom: .6rem; }
        .checkout-row__group-atom:first-child {
          width: 30%; }
          .checkout-row__group-atom:first-child .checkout-row__group-label_atom {
            width: 100%;
            margin-left: 0;
            float: none; } }

/*  Checkout variant
    ---------------------------------------------------- */
@media screen and (max-width: 62em) {
  .checkout-variant {
    padding-left: 0; } }
.checkout-variant__helper {
  font-size: 1.4rem;
  font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
  color: #ede6d6;
  padding-top: 1rem; }
.checkout-variant__label {
  font-size: 1.4rem;
  font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
  color: #ede6d6;
  position: relative;
  cursor: pointer; }
.checkout-variant__radio {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0; }
  .checkout-variant__radio:checked ~ .checkout-variant__text {
    font-weight: 400; }
    .checkout-variant__radio:checked ~ .checkout-variant__text:after {
      display: block; }
.checkout-variant__text {
  position: relative;
  padding-left: 3.2rem;
  margin-left: -16.2rem;
  line-height: 1.6rem;
  display: inline-block;
  vertical-align: top; }
  .checkout-variant__text:before, .checkout-variant__text:after {
    content: '';
    width: 1.6rem;
    height: 1.6rem;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ede6d6;
    border: 1px solid #eab021;
    border-radius: 50%;
    box-sizing: border-box; }
  .checkout-variant__text:after {
    display: none;
    width: 1rem;
    height: 1rem;
    margin: .3rem;
    border: none;
    background-color: #eab021; }
  @media screen and (max-width: 68.5em) {
    .checkout-variant__text {
      margin-left: -11.5rem; } }
  @media screen and (max-width: 60em) {
    .checkout-variant__text {
      margin-left: -16.2rem; } }
  @media screen and (max-width: 46.5em) {
    .checkout-variant__text {
      margin-left: -3.2rem; } }
  @media screen and (max-width: 30em) {
    .checkout-variant__text {
      margin-left: 0; } }
.checkout-variant__select {
  padding-left: 0;
  margin-top: 1.4rem; }
.checkout-variant__select-input {
  height: 3rem; }
.checkout-variant__select-label {
  font-size: 1.4rem;
  font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
  color: #ede6d6;
  line-height: 1.6rem;
  text-transform: uppercase;
  width: 13rem;
  margin-left: -13rem; }
  @media screen and (max-width: 68.5em) {
    .checkout-variant__select-label {
      margin-left: -11.5rem;
      width: 11.5rem; } }
  @media screen and (max-width: 60em) {
    .checkout-variant__select-label {
      width: 13rem;
      margin-left: -13rem; } }
  @media screen and (max-width: 46.5em) {
    .checkout-variant__select-label {
      margin-left: 0;
      margin-bottom: .5rem;
      display: inline-block;
      width: auto;
      float: none; } }
.checkout-variant .nice-select__container {
  width: 44%; }
  .checkout-variant .nice-select__container + .nice-select__container {
    margin-left: 12%; }
.checkout-variant[data-checkout-area-variant=collection] .nice-select__container {
  padding-left: .5rem;
  width: calc(44% - .5rem); }
  .checkout-variant[data-checkout-area-variant=collection] .nice-select__container + .nice-select__container {
    margin-left: 10%; }
  @media screen and (max-width: 46.5em) {
    .checkout-variant[data-checkout-area-variant=collection] .nice-select__container {
      padding-left: 0;
      width: 44%; } }
.checkout-variant .nice-select {
  width: 100%;
  border-bottom-color: #ede6d6;
  background-color: transparent; }
  .checkout-variant .nice-select > .current {
    color: #ede6d6; }
  .checkout-variant .nice-select.open .list {
    max-height: 20rem;
    overflow-y: auto; }
  .checkout-variant .nice-select:after {
    border-bottom-color: #ede6d6;
    border-right-color: #ede6d6; }
.checkout-variant .message_error {
  margin-top: 1.4rem;
  padding: .5rem 1rem;
  font-weight: 400;
  font-size: 1.4rem;
  color: #ede6d6; }
  .checkout-variant .message_error .checkout-error__list {
    margin-left: 0;
    padding-left: 0; }

/*  Form buttons
    Contain a button on the right and a cancel link on the left.
    -------------------------------------------------------------------------- */
.form-buttons__button {
  cursor: pointer;
  min-width: 12rem;
  font-size: 2.4rem;
  font-family: "BeniBold", Arial, Helvetica, sans-serif;
  color: #1e0c00;
  font-weight: 700;
  line-height: 3.6rem;
  text-align: center;
  box-sizing: border-box;
  color: #ede6d6;
  background-color: #1e0c00;
  border: none;
  padding: 0 2rem;
  border: 1px solid #eab021;
  transition: all .3s ease; }
  .form-buttons__button:hover {
    color: #1e0c00;
    background-color: #eab021; }
.form-buttons__link {
  line-height: 3.8rem;
  padding: 0;
  font-size: 1.4rem;
  color: #eab021; }

/*  Order step 2 switcher
    -------------------------------------------------------------------------- */
.switcher-btns {
  margin: 0 auto 3rem; }
  @media screen and (max-width: 37.5em) {
    .switcher-btns {
      flex-direction: column;
      align-items: center; } }

.switcher-btn {
  width: 32%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .8rem .5rem;
  box-sizing: border-box;
  font-size: 2.6rem;
  line-height: 2.8rem;
  color: #ede6d6;
  border: 1px solid #eab021;
  transition: all .3s ease; }
  .switcher-btn_active, .switcher-btn:hover {
    color: #1e0c00;
    background-color: #eab021; }
  .switcher-btn + .switcher-btn {
    margin-left: 2%; }
  @media screen and (max-width: 37.5em) {
    .switcher-btn {
      width: 100%;
      max-width: 38rem; }
      .switcher-btn + .switcher-btn {
        margin-left: 0;
        margin-top: 2rem; } }

/*  Checkout login/register/login as guest (step2)
    -------------------------------------------------------------------------- */
.page_order_step2 .content {
  padding-bottom: 6rem; }
.page_order_step2 .checkout {
  margin: 0; }
  .page_order_step2 .checkout__section + .checkout__section.checkout__section_no-separation {
    margin-top: 0;
    border-top: none; }
  .page_order_step2 .checkout__section_login {
    padding-top: 2.1rem; }
    .page_order_step2 .checkout__section_login .checkout__description {
      text-align: center; }
@media screen and (max-width: 63.5em) {
  .page_order_step2 .checkout-row__label {
    float: none;
    padding: 0;
    width: auto;
    margin: 0 0 .6rem; }
  .page_order_step2 .checkout__description {
    text-align: center; } }
@media screen and (max-width: 60em) {
  .page_order_step2 .checkout {
    margin: 0 auto; } }

/*  Checkout delivery variant (step3)
    -------------------------------------------------------------------------- */
.page_order_step3 .content {
  padding-bottom: 6rem; }
.page_order_step3 .checkout__section {
  padding-top: 2.1rem; }
.page_order_step3 .checkout-row__field-text_half {
  width: 100%; }
@media screen and (max-width: 63.5em) {
  .page_order_step3 .checkout__description,
  .page_order_step3 .checkout__map-comment {
    text-align: center; }
  .page_order_step3 .checkout-row__label {
    float: none;
    padding: 0;
    width: auto;
    margin: 0 0 .6rem; }
  .page_order_step3 .checkout-row__group-atom {
    width: 30%;
    text-align: left; }
    .page_order_step3 .checkout-row__group-atom .checkout-row__field-text_small {
      width: 100%; }
    .page_order_step3 .checkout-row__group-atom + .checkout-row__group-atom {
      margin-left: 5%; }
    .page_order_step3 .checkout-row__group-atom .checkout-row__group-label_atom {
      width: 100%;
      float: none;
      margin-bottom: .6rem; }
    .page_order_step3 .checkout-row__group-atom:first-child {
      width: 30%; }
      .page_order_step3 .checkout-row__group-atom:first-child .checkout-row__group-label_atom {
        width: 100%;
        margin-left: 0;
        float: none; } }

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

/*  Checkout confirmation page (step5)
    -------------------------------------------------------------------------- */
.checkout-confirm__title {
  font-size: 1.6rem;
  font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
  color: #ede6d6;
  font-weight: 500;
  margin-bottom: 1.5rem; }
.checkout-confirm__content {
  font-size: 1.4rem;
  font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
  color: #ede6d6;
  word-break: break-all; }
.checkout-confirm a {
  color: #eab021; }

.checkout-terms-acceptance_error {
  color: #ede6d6;
  background-color: #ee4036; }

.page_order_step5 .content {
  padding-bottom: 6rem; }
.page_order_step5 .checkout__section {
  padding-top: 2.1rem; }

/*  Thank you page
    -------------------------------------------------------------------------- */
.page_thank_you .content__main {
  width: 100%;
  float: none;
  padding-bottom: 6rem; }

/*  Facebook login
    -------------------------------------------------------------------------- */
.facebook-login {
  padding: 1rem 4.7rem;
  border-radius: 0;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  position: relative; }
  .facebook-login__icon {
    width: 3.6rem;
    line-height: 2rem;
    height: 2rem;
    border-right: solid 1px #fff;
    margin: 0;
    position: absolute;
    top: 1rem;
    left: 1rem; }
    .facebook-login__icon:before {
      line-height: 2rem;
      margin-left: -1rem; }

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

/*  Account pages
    -------------------------------------------------------------------------- */
.page_account .content__main {
  width: 100%;
  float: none;
  padding-bottom: 6rem; }
.page_account .checkout__title {
  text-align: center; }
.page_account .checkout-row__group,
.page_account .checkout-row__label {
  margin-left: 0;
  line-height: 2rem; }

.page_edit_account .content__main {
  width: 100%;
  float: none;
  padding-bottom: 6rem; }
.page_edit_account .checkout__title {
  text-align: center; }
.page_edit_account .checkout-row__field-text_half {
  width: 100%; }
.page_edit_account .checkout-row__group-atom:first-child .checkout-row__group-label_atom, .page_edit_account .checkout-row__label {
  width: 16rem;
  margin-left: -16rem; }
@media screen and (max-width: 52.5em) {
  .page_edit_account .checkout-row__group-atom:first-child .checkout-row__group-label_atom, .page_edit_account .checkout-row__label {
    width: 100%;
    margin-left: 0; } }
.page_edit_account #delete_account .checkout-row__label {
  padding-top: 0;
  margin-top: -.1rem; }
  @media screen and (max-width: 52.5em) {
    .page_edit_account #delete_account .checkout-row__label {
      margin-top: 0; } }

/*  Order page
    -------------------------------------------------------------------------- */
.page_orders .checkout__section {
  padding-top: 1.1rem; }

/*  Order table
    -------------------------------------------------------------------------- */
.order-table {
  overflow: hidden;
  border-radius: 0; }
  .order-table__header {
    color: #1e0c00;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #eab021;
    border-radius: 0 0 0 0; }
  .order-table__header-item {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem; }
    .order-table__header-item:nth-child(2) {
      width: 15%; }
    .order-table__header-item:nth-child(4) {
      width: 25%; }
  .order-table__show-more a {
    color: #1e0c00; }
  @media screen and (max-width: 33.75em) {
    .order-table {
      overflow-x: auto; }
      .order-table__header {
        width: 54rem; } }

/*  Order row
    -------------------------------------------------------------------------- */
.order-row__header {
  color: #1e0c00;
  font-size: 1.4rem;
  background-color: #ede6d6;
  border-top: 1px solid rgba(237, 230, 214, 0.9); }
  .order-row__header:hover {
    color: #1e0c00 !important;
    background-color: rgba(237, 230, 214, 0.8) !important;
    transition: all .3s ease; }
.order-row:nth-child(even) .order-row__header {
  color: #1e0c00;
  background-color: rgba(237, 230, 214, 0.9); }
.order-row__order {
  border-top: 1px solid rgba(237, 230, 214, 0.9); }
.order-row__header-item_total {
  width: 15%; }
.order-row__header-item_show {
  width: 25%; }
@media screen and (max-width: 33.75em) {
  .order-row {
    width: 54rem; } }

/*  Order
    -------------------------------------------------------------------------- */
.order {
  color: #1e0c00;
  font-size: 1.4rem;
  background-color: #ede6d6;
  padding: 1rem 2rem 2rem; }
  .order__group:not(:first-child) {
    margin-top: 3rem; }
  .order__group_col-2 + .order__group_col-2 {
    margin-top: 0; }
  .order__group-title {
    font-size: 1.4rem;
    line-height: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: .7rem; }
  .order__add-button {
    font-family: "BeniBold", Arial, Helvetica, sans-serif;
    font-family: 700;
    font-size: 2.4rem;
    line-height: 2.6rem;
    color: #1e0c00;
    background-color: #eab021;
    border: none;
    padding: 0 2rem;
    margin-top: 0;
    min-width: 8rem;
    cursor: pointer;
    transition: all .3s ease; }
    .order__add-button:hover {
      color: #ede6d6;
      background-color: #1e0c00; }
  .order__repeat-button {
    font-family: "BeniBold", Arial, Helvetica, sans-serif;
    font-family: 700;
    font-size: 2.4rem;
    line-height: 3.6rem;
    color: #1e0c00;
    background-color: #eab021;
    border: none;
    padding: 0 2rem;
    border: 1px solid #eab021;
    min-width: 18.2rem;
    cursor: pointer;
    transition: all .3s ease; }
    .order__repeat-button:hover {
      color: #ede6d6;
      background-color: #1e0c00; }
  .order__repeat-empty-basket {
    line-height: 3.8rem;
    color: #1e0c00; }
  .order__items-container {
    border: none; }
  .order__items-table {
    max-width: 63rem;
    overflow: hidden;
    color: #1e0c00;
    font-size: 1.4rem;
    background-color: #ede6d6;
    border: none; }
  .order .order__items-column {
    line-height: 2.6rem; }
    .order .order__items-column:first-child {
      padding-left: 1.5rem;
      padding-right: 1rem; }
  .order__items-price {
    padding-right: .8rem; }
  .order__add {
    padding-right: 1.5rem;
    padding-left: .8rem; }
  .order__items-deal {
    color: #1e0c00;
    background-color: rgba(30, 12, 0, 0.1); }
    .order__items-deal tr:nth-last-child(2) .order__items-column {
      padding-bottom: 1rem; }
  .order__items-deal-title {
    color: #ede6d6;
    background-color: #1e0c00; }
    .order__items-deal-title + tr .order__items-column {
      padding-top: 1rem; }
  .order__items-deal-header-column {
    line-height: 2rem;
    font-weight: 400;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .order__items-default tr:first-child .order__items-column {
    padding-top: 1rem; }
  .order__items-default tr:last-child .order__items-column {
    padding-bottom: 1rem; }
  .order__items-attribute {
    color: rgba(30, 12, 0, 0.4);
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-style: normal; }
  .order__items-footer {
    border-top-color: #1e0c00; }
    .order__items-footer td:first-child {
      text-align: left;
      padding-left: 1.5rem; }
    .order__items-footer td:last-child {
      padding-left: .8rem; }
    .order__items-footer .order__items-total-price {
      padding-left: 4rem;
      padding-right: .8rem; }
  .order__total {
    font-size: 2rem;
    border-top-color: #1e0c00; }
    .order__total td {
      padding-top: 1.7rem; }
      .order__total td:first-child {
        text-align: right; }

/*  ==========================================================================
    Page Login, Forgot password, Reset password
    ========================================================================== */
.page_reset_password .content__main,
.page_forgot_password .content__main,
.page_login .content__main {
  width: 100%;
  float: none;
  padding-bottom: 6rem; }
.page_reset_password .checkout__title,
.page_forgot_password .checkout__title,
.page_login .checkout__title {
  text-align: center; }
.page_reset_password .checkout__description,
.page_forgot_password .checkout__description,
.page_login .checkout__description {
  text-align: center; }

/*  ==========================================================================
    MESSAGES
    ========================================================================== */
.message__content {
  padding: 1rem; }

/*  Transient information message displayed at the top
    Eg. when a product has just been added
    -------------------------------------------------------------------------- */
.message_info {
  color: #1e0c00;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #eab021; }
  .message_info a,
  .message_info a:hover {
    color: #1e0c00; }

/*  Important (warning/error) message displayed at the top
    Eg. someone tries to access /account without being logged in
    -------------------------------------------------------------------------- */
.message_error {
  color: #ede6d6;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #ee4036; }
  .message_error a,
  .message_error a:hover {
    color: #ede6d6; }

/*  ==========================================================================
    HOMEPAGE
    ========================================================================== */
/*  Homepage: slideshow at the top
    -------------------------------------------------------------------------- */
.slider {
  margin-bottom: 2rem; }
  .slider__wrapper {
    width: 100%; }
  .slider .unslider-nav {
    display: none; }
    .slider .unslider-nav ol li {
      border-color: #ede6d6; }
      .slider .unslider-nav ol li.unslider-active {
        background-color: #ede6d6; }

@media screen and (max-width: 60em) {
  .index-slideshow__container_desktop {
    display: none; }
  .index-slideshow__container_mobile {
    display: block; } }

.index-slideshow-links {
  display: none;
  gap: 1.5rem;
  justify-content: center;
  box-sizing: border-box;
  padding: 1.5rem 2rem;
  background-color: #ede6d6; }
  .index-slideshow-links__link {
    font-size: 2.4rem;
    font-family: "BeniBold", Arial, Helvetica, sans-serif;
    color: #1e0c00;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    height: 3.8rem;
    line-height: 3.6rem;
    text-decoration: none;
    background-color: #eab021;
    border: 1px solid #eab021;
    padding: 0 3rem;
    float: none;
    box-sizing: border-box;
    transition: all .3s ease; }
    .index-slideshow-links__link:hover {
      color: #ede6d6;
      background-color: #1e0c00; }
  @media screen and (max-width: 60em) {
    .index-slideshow-links {
      display: flex;
      position: static; } }
  @media screen and (max-width: 27.5em) {
    .index-slideshow-links {
      flex-wrap: wrap; }
      .index-slideshow-links__link {
        display: block;
        width: 100%;
        max-width: 32rem; } }

.index-locator {
  background-color: #1e0c00; }
  .index-locator__title {
    font-size: 6rem;
    font-family: "BeniBold", Arial, Helvetica, sans-serif;
    color: #ede6d6;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    padding: 1.5rem 1rem;
    box-sizing: border-box; }
    @media screen and (max-width: 52.5em) {
      .index-locator__title {
        max-width: 38.4rem;
        margin: 0 auto; } }
  .index-locator__methods {
    border: 1px solid #eab021; }
  .index-locator__method {
    position: relative; }
    .index-locator__method input {
      margin: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
      .index-locator__method input:checked ~ .index-locator__method-name {
        color: #1e0c00;
        background-color: #eab021; }
  .index-locator__method-name {
    font-size: 2.4rem;
    font-family: "BeniBold", Arial, Helvetica, sans-serif;
    color: #ede6d6;
    font-weight: 700;
    text-transform: uppercase; }
  .index-locator__postcode-input::placeholder {
    color: #1e0c00; }

.index-locator-restaurant {
  border-top-color: #eab021; }
  .index-locator-restaurant__name {
    font-size: 4rem;
    font-family: "BeniBold", Arial, Helvetica, sans-serif;
    color: #ede6d6;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    text-align: left; }
  .index-locator-restaurant__details {
    text-align: left; }
  .index-locator-restaurant__map a {
    color: #eab021; }
  .index-locator-restaurant__button {
    font-size: 2.4rem;
    font-family: "BeniBold", Arial, Helvetica, sans-serif;
    color: #1e0c00;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #eab021;
    border: 1px solid #eab021;
    height: 3.8rem;
    line-height: 3.6rem;
    cursor: pointer;
    transition: all .3s ease; }
    .index-locator-restaurant__button:hover {
      color: #ede6d6;
      background-color: #1e0c00; }

/*  Homepage: connected customer
    -------------------------------------------------------------------------- */
.index-connected-customer {
  margin: 2rem 0; }
  .index-connected-customer__wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 96%; }
    .index-connected-customer__wrapper:before {
      display: table;
      content: ""; }
    .index-connected-customer__wrapper:after {
      display: table;
      content: "";
      clear: both; }
  .index-connected-customer__item {
    padding: 1.5rem 1.5rem 6.6rem;
    position: relative;
    color: #1e0c00;
    background-color: #ede6d6;
    border: 1px solid #ede6d6; }
    .index-connected-customer__item:nth-child(1) {
      background-color: transparent;
      color: #ede6d6;
      border-color: #eab021; }
      .index-connected-customer__item:nth-child(1) .index-connected-customer__title {
        color: #ede6d6; }
      .index-connected-customer__item:nth-child(1) .index-connected-customer__content {
        text-align: left; }
      .index-connected-customer__item:nth-child(1) .index-connected-customer__button {
        padding: 0 3rem; }
        .index-connected-customer__item:nth-child(1) .index-connected-customer__button:hover {
          border-color: #eab021; }
      .index-connected-customer__item:nth-child(1) .index-connected-customer__button_other {
        background-color: transparent;
        color: #ede6d6;
        margin-right: 0; }
        .index-connected-customer__item:nth-child(1) .index-connected-customer__button_other:hover {
          color: #1e0c00;
          background-color: #eab021; }
  @media screen and (max-width: 52.5em) {
    .index-connected-customer__item + .index-connected-customer__item {
      margin-top: 2rem; } }
  .index-connected-customer__title {
    font-size: 4rem;
    font-family: "BeniBold", Arial, Helvetica, sans-serif;
    color: #1e0c00;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 4rem;
    margin-bottom: 1rem; }
  .index-connected-customer__content {
    min-height: 3rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem; }
  .index-connected-customer__content__label {
    font-weight: 400; }
  .index-connected-customer__buttons {
    margin-top: .5rem;
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center; }
  .index-connected-customer__button {
    display: inline-block;
    font-size: 2.4rem;
    font-family: "BeniBold", Arial, Helvetica, sans-serif;
    color: #1e0c00;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 3.6rem;
    margin: 0;
    cursor: pointer;
    box-sizing: border-box;
    text-decoration: none;
    color: #1e0c00;
    background-color: #eab021;
    border: none;
    padding: 0 4rem;
    border: 1px solid #eab021;
    transition: all .3s ease; }
    .index-connected-customer__button:hover {
      color: #ede6d6;
      background-color: #1e0c00; }
  @media screen and (max-width: 52.5em) {
    .index-connected-customer {
      margin: 1rem 0 2rem; } }

/*  Homepage: microblog - a series of short blocks (image + text)
    -------------------------------------------------------------------------- */
.index-microblog {
  margin-bottom: 2rem; }
  .index-microblog__wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 96%; }
    .index-microblog__wrapper:before {
      display: table;
      content: ""; }
    .index-microblog__wrapper:after {
      display: table;
      content: "";
      clear: both; }
  .index-microblog__post {
    color: #ede6d6;
    background-color: #1e0c00;
    position: relative; }
  .index-microblog__title {
    font-size: 5rem;
    font-family: "BeniBold", Arial, Helvetica, sans-serif;
    color: #ede6d6;
    font-weight: 700;
    text-transform: uppercase;
    margin: 2rem 0 1rem;
    line-height: 1; }
  .index-microblog__content, .index-microblog__content p, .index-microblog__content h4 {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 1rem; }
    .index-microblog__content:last-child, .index-microblog__content p:last-child, .index-microblog__content h4:last-child {
      margin-bottom: 0; }
  .index-microblog__content {
    margin-bottom: 0; }
  .index-microblog__content h4 {
    color: #ede6d6;
    font-size: 1.8rem;
    font-weight: 700; }
  .index-microblog__spacer {
    height: 5rem; }
  .index-microblog__footer {
    position: absolute;
    bottom: 1.5rem;
    right: 2rem;
    left: 2rem;
    text-align: left; }
  .index-microblog__link {
    display: inline-block;
    vertical-align: top;
    font-size: 2.4rem;
    font-family: "BeniBold", Arial, Helvetica, sans-serif;
    color: #1e0c00;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 3.6rem;
    cursor: pointer;
    box-sizing: border-box;
    text-decoration: none;
    color: #1e0c00;
    background-color: #eab021;
    border: none;
    padding: 0 2rem;
    border: 1px solid #eab021;
    transition: all .3s ease; }
    .index-microblog__link:hover {
      color: #ede6d6;
      background-color: #1e0c00; }
  @media screen and (max-width: 60em) {
    .index-microblog__link {
      padding: 0 1.5rem; } }
  @media screen and (max-width: 52.5em) {
    .index-microblog {
      margin: 0 auto 2rem;
      width: 450px;
      max-width: 100%; }
      .index-microblog__content span {
        font-size: .8rem !important; }
      .index-microblog__link {
        padding: 0 2rem; } }

/*  Homepage: About us
    -------------------------------------------------------------------------- */
.index-about {
  margin-bottom: 2rem;
  color: #ede6d6; }
  .index-about__wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 96%;
    font-size: 1.4rem;
    line-height: 2.4rem; }
    .index-about__wrapper:before {
      display: table;
      content: ""; }
    .index-about__wrapper:after {
      display: table;
      content: "";
      clear: both; }
  .index-about h3, .index-about h4, .index-about h5, .index-about h6 {
    font-weight: 700;
    line-height: 2rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
    color: #ede6d6; }
  .index-about h3 {
    font-size: 2.2rem;
    line-height: 2.4rem; }
  .index-about h4 {
    font-size: 1.8rem;
    line-height: 2.4rem; }
  .index-about h5, .index-about h6 {
    font-size: 1.4rem; }
  .index-about p {
    line-height: 2.4rem;
    margin-bottom: 2rem; }
  .index-about .index-about__title {
    font-size: 8rem;
    font-family: "BeniBold", Arial, Helvetica, sans-serif;
    color: #ede6d6;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 2rem; }

/*  Homepage: signup form
    -------------------------------------------------------------------------- */
.index-newsletter {
  margin-bottom: 2rem;
  padding: 2rem 1rem;
  color: #1e0c00;
  background-color: #ede6d6; }
  .index-newsletter__wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 96%; }
    .index-newsletter__wrapper:before {
      display: table;
      content: ""; }
    .index-newsletter__wrapper:after {
      display: table;
      content: "";
      clear: both; }
  .index-newsletter__title {
    font-size: 3rem;
    font-family: "Monigue", Arial, Helvetica, sans-serif;
    color: #1e0c00;
    font-weight: 400;
    margin-left: -30rem;
    line-height: 3.8rem; }
  .index-newsletter__fieldset {
    padding: 0 11rem 0 30rem; }
  .index-newsletter__field {
    font-size: 1.4rem;
    padding: 0 1.5rem;
    height: 3.8rem;
    line-height: 3.8rem;
    color: #ede6d6;
    background-color: #1e0c00;
    border: none; }
    .index-newsletter__field::placeholder {
      font-size: 1.4rem; }
  .index-newsletter__button {
    font-size: 2.4rem;
    font-family: "BeniBold", Arial, Helvetica, sans-serif;
    color: #ede6d6;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: -11rem;
    width: 10rem;
    height: 3.8rem;
    line-height: 3.8rem;
    cursor: pointer;
    box-sizing: border-box;
    color: #1e0c00;
    background-color: #eab021;
    border: none;
    padding: 0 2rem;
    border: 1px solid #eab021;
    transition: all .3s ease; }
    .index-newsletter__button:hover {
      color: #ede6d6;
      background-color: #1e0c00; }
  @media screen and (max-width: 52.5em) {
    .index-newsletter__wrapper {
      max-width: 45rem; }
    .index-newsletter .index-newsletter__title {
      margin-bottom: 1rem;
      text-align: left; }
    .index-newsletter .index-newsletter__button {
      margin-top: 1rem; } }
  @media screen and (max-width: 40em) {
    .index-newsletter {
      padding: 2rem 0; }
      .index-newsletter__field-wrapper {
        width: 50%;
        padding: 0 .5%; }
        .index-newsletter__field-wrapper + .index-newsletter__field-wrapper {
          margin-top: 0; } }

/*  Homepage: list of restaurants
    -------------------------------------------------------------------------- */
.index-shop-list {
  margin: 3rem 0 1rem; }
  .index-shop-list__wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 96%; }
    .index-shop-list__wrapper:before {
      display: table;
      content: ""; }
    .index-shop-list__wrapper:after {
      display: table;
      content: "";
      clear: both; }
  .index-shop-list__header {
    margin-bottom: 0;
    text-align: center; }
  .index-shop-list__title {
    display: none;
    font-size: 8rem;
    font-family: "BeniBold", Arial, Helvetica, sans-serif;
    color: #ede6d6;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 2rem;
    text-align: left; }
  .index-shop-list__shops {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4rem 0; }
    .index-shop-list__shops:after, .index-shop-list__shops:before {
      display: none; }
  .index-shop-list__shop {
    padding: 0 1rem;
    width: 33.33%;
    font-size: 1.4rem;
    line-height: 2.4rem;
    float: none; }
  .index-shop-list__shop-order {
    font-size: 3rem;
    font-family: "BeniBold", Arial, Helvetica, sans-serif;
    color: #ede6d6;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 3rem;
    margin-bottom: 0; }
  .index-shop-list__shop-title {
    font-size: 7rem;
    font-family: "BeniBold", Arial, Helvetica, sans-serif;
    color: #ede6d6;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 5rem;
    margin-bottom: 1rem; }
  .index-shop-list__shop-link {
    width: 100%;
    max-width: 17.5rem;
    display: inline-flex;
    font-size: 2.4rem;
    font-family: "BeniBold", Arial, Helvetica, sans-serif;
    color: #ede6d6;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    text-decoration: none;
    line-height: 2.2rem;
    text-align: center;
    justify-content: center;
    color: #1e0c00;
    background-color: #eab021;
    border: none;
    padding: 0.6rem 1rem;
    border: 1px solid #eab021;
    box-sizing: border-box;
    transition: all .3s ease; }
    .index-shop-list__shop-link:hover {
      color: #ede6d6;
      background-color: #1e0c00; }
  .index-shop-list__shop-direction {
    margin-bottom: 2rem; }
  .index-shop-list__shop-direction-link {
    width: 100%;
    max-width: 17.5rem;
    display: inline-flex;
    font-size: 2.4rem;
    font-family: "BeniBold", Arial, Helvetica, sans-serif;
    color: #ede6d6;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    justify-content: center;
    line-height: 3.6rem;
    color: #ede6d6;
    background-color: #1e0c00;
    border: none;
    padding: 0 2rem;
    border: 1px solid #eab021;
    box-sizing: border-box;
    transition: all .3s ease; }
    .index-shop-list__shop-direction-link:hover {
      color: #1e0c00;
      background-color: #eab021; }
  .index-shop-list__shop-address {
    margin-bottom: 2rem; }
  .index-shop-list__shop-phone {
    margin: 0; }
  @media screen and (max-width: 63.5em) {
    .index-shop-list__shop {
      width: 50%; } }
  @media screen and (max-width: 40em) {
    .index-shop-list__shops {
      justify-content: center; }
    .index-shop-list__shop {
      padding: 0;
      width: 100%;
      max-width: 45rem; } }

/*  Static page
    -------------------------------------------------------------------------- */
.static-page {
  line-height: 1.7;
  max-width: 77rem;
  margin: 0 auto; }
  .static-page h1, .static-page h2 {
    font-weight: 700;
    line-height: 1;
    font-size: 8rem;
    text-transform: uppercase;
    color: #ede6d6;
    text-align: left;
    margin-bottom: 2rem; }
  .static-page .static-page__title {
    font-size: 8rem;
    font-family: "BeniBold", Arial, Helvetica, sans-serif;
    color: #ede6d6;
    font-weight: 700;
    margin-bottom: 4rem; }
  .static-page h3, .static-page h4 {
    font-size: 4rem;
    font-family: "Monigue", Arial, Helvetica, sans-serif;
    color: #ede6d6;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    margin: 2rem 0; }
  .static-page h4 {
    font-size: 3rem; }
  .static-page h5, .static-page h6 {
    margin: 2rem 0;
    font-size: 2.2rem;
    font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
    color: #ede6d6;
    font-weight: 700;
    line-height: 1.2;
    text-align: left; }
  .static-page h6 {
    font-size: 1.8rem; }
  .static-page p {
    line-height: inherit; }
    .static-page p a {
      color: #eab021; }
  .static-page img {
    display: block;
    margin: 2rem auto; }
  .static-page ul,
  .static-page ol {
    margin: 0 0 1.5rem 0;
    padding-left: 1.8rem; }
  .static-page ul {
    padding-left: 0; }
  .static-page ul li,
  .static-page ol li {
    padding-left: .5rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
    text-align: left; }
  .static-page ul li {
    list-style: none;
    position: relative;
    padding-left: 2rem; }
    .static-page ul li:before {
      content: '';
      display: block;
      border-radius: 50%;
      width: .8rem;
      height: .8rem;
      position: absolute;
      top: .6rem;
      left: 0;
      background-color: #ede6d6; }

/*  --------------------------------------------------------------------------
    LOCATOR
    (optional page)
    --------------------------------------------------------------------------
    Page which lets the user pick a restaurant based on his address.
    Functionality is similar to index shop picker, but on its own page.
    -------------------------------------------------------------------------- */
.locator {
  margin-top: 6rem;
  color: #ede6d6; }
  .locator__title {
    font-size: 6rem;
    font-family: "BeniBold", Arial, Helvetica, sans-serif;
    color: #ede6d6;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 auto 3.5rem;
    text-align: center; }
  .locator__methods {
    border: 1px solid #eab021;
    background-color: #eab021;
    margin-bottom: 3rem;
    overflow: hidden; }
  .locator__method input[type=radio]:checked + .locator__method-name {
    color: #1e0c00;
    background-color: #eab021; }
  .locator__method-name {
    font-size: 2.4rem;
    font-family: "BeniBold", Arial, Helvetica, sans-serif;
    color: #ede6d6;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #1e0c00;
    height: 3.8rem;
    line-height: 3.8rem; }
  .locator__postcode-input-wrapper {
    padding-right: 0; }
    .locator__postcode-input-wrapper [role="status"] {
      display: block;
      margin: 0 0 .5rem 1.5rem;
      font-size: 1.2rem; }
  .locator__postcode-input {
    font-size: 1.4rem;
    font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
    color: #1e0c00;
    font-weight: 400;
    height: 34px;
    line-height: 34px;
    float: left;
    padding: 0 1.5rem;
    width: 100%;
    box-sizing: border-box;
    background-color: #ede6d6;
    border: none;
    border-radius: 0; }
  .locator__postcode-button {
    display: none;
    color: #1e0c00;
    background-color: #eab021;
    border: none;
    padding: 0 0;
    cursor: pointer;
    height: 34px;
    line-height: 34px;
    float: left;
    margin-right: -70px;
    width: 70px; }
    .locator__postcode-button:hover {
      color: #ede6d6;
      background-color: #1e0c00; }
  .locator__search-icon {
    font-size: 2rem; }
    .locator__search-icon:before {
      font-family: 'fontello';
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      min-width: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-right: .2em;
      margin-left: .2em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
  .locator__postcode-warning {
    color: #ede6d6;
    font-size: 1.4rem;
    line-height: 1.8rem; }
  .locator__selected {
    font-size: 2rem;
    font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
    color: #ede6d6;
    font-weight: 400;
    text-transform: uppercase; }
  .locator__selected-link {
    color: #eab021;
    font-size: 1.4rem;
    font-weight: 400;
    text-decoration: underline;
    text-transform: none; }
  .locator[data-locator-selected-method="delivery"] .locator__restaurants {
    margin: 0 auto;
    padding: 0;
    width: 450px;
    max-width: 100%; }
  .locator[data-locator-selected-method="delivery"] .locator-restaurant {
    padding: 3rem 0; }

/*  Locator restaurant
    -------------------------------------------------------------------------- */
.locator-restaurant {
  padding: 2rem 2rem; }
  .locator-restaurant + .locator-restaurant {
    margin-top: 0;
    border-top: 1px solid #eab021; }
  .locator-restaurant__name {
    font-size: 4rem;
    font-family: "BeniBold", Arial, Helvetica, sans-serif;
    color: #ede6d6;
    font-weight: 700;
    line-height: 3.8rem; }
  .locator-restaurant__toggle {
    color: #eab021;
    font-size: 1.4rem;
    line-height: 3.8rem; }
  .locator-restaurant__content-name {
    font-size: 4rem;
    font-family: "BeniBold", Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 3.8rem;
    margin-top: 0; }
  .locator-restaurant__opening-times {
    background-color: transparent;
    margin: 2rem 0 0;
    padding: 0; }
  .locator-restaurant__address {
    font-size: 1.4rem;
    line-height: 1.6rem; }
  .locator-restaurant__phone {
    font-size: 1.6rem; }
  .locator-restaurant__map a {
    color: #eab021; }
  .locator-restaurant__button {
    display: inline-block;
    font-size: 2.4rem;
    font-family: "BeniBold", Arial, Helvetica, sans-serif;
    color: #1e0c00;
    font-weight: 700;
    line-height: 3.6rem;
    text-decoration: none;
    margin-top: .5rem;
    cursor: pointer;
    color: #1e0c00;
    background-color: #eab021;
    border: none;
    padding: 0 1.5rem;
    border: 1px solid #eab021;
    box-sizing: border-box;
    transition: all .3s ease; }
    .locator-restaurant__button:hover {
      color: #ede6d6;
      background-color: #1e0c00; }
    .locator-restaurant__button_content {
      margin-top: 0; }
  @media screen and (max-width: 52.5em) {
    .locator-restaurant__button-wrapper {
      position: absolute;
      margin-top: 0;
      text-align: left; } }
  @media screen and (max-width: 40em) {
    .locator-restaurant__header {
      text-align: center; }
    .locator-restaurant__name {
      float: none; }
    .locator-restaurant__toggle {
      margin: 1rem 0 2rem;
      display: block;
      float: none; }
    .locator-restaurant__button_header {
      float: none; }
    .locator-restaurant__button-wrapper {
      position: initial;
      margin-top: 2rem; }
    .locator-restaurant__embed-map {
      margin-top: 2rem; } }

/*  Static slideshow
    -------------------------------------------------------------------------- */
.static-slideshow {
  margin: 0 auto; }
  .static-slideshow .static-slideshow__image {
    display: block;
    margin: auto; }
  .static-slideshow .static-slideshow__slider li {
    list-style: none; }
  .static-slideshow .unslider-nav {
    display: none; }
    .static-slideshow .unslider-nav ol li {
      border-color: #ede6d6; }
      .static-slideshow .unslider-nav ol li.unslider-active {
        background-color: #ede6d6; }

/*  Static custom pages
    -------------------------------------------------------------------------- */
.custom-static-page .content__wrapper {
  padding-top: 4rem; }
.custom-static-page h1, .custom-static-page h2 {
  font-weight: 700;
  line-height: 1;
  font-size: 8rem;
  text-transform: uppercase;
  color: #ede6d6;
  text-align: left;
  margin-bottom: 2rem; }
.custom-static-page__title {
  font-size: 8rem;
  font-family: "BeniBold", Arial, Helvetica, sans-serif;
  color: #ede6d6;
  font-weight: 700;
  margin-bottom: 4rem; }
.custom-static-page h3, .custom-static-page h4 {
  font-size: 4rem;
  font-family: "Monigue", Arial, Helvetica, sans-serif;
  color: #ede6d6;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  margin: 2rem 0; }
.custom-static-page h4 {
  font-size: 3rem; }
.custom-static-page h5, .custom-static-page h6 {
  margin: 2rem 0;
  font-size: 2.2rem;
  font-family: "VremenaGrotesk", Arial, Helvetica, sans-serif;
  color: #ede6d6;
  font-weight: 700;
  line-height: 1.2;
  text-align: left; }
.custom-static-page h6 {
  font-size: 1.8rem; }
.custom-static-page__image {
  display: block;
  margin: 3rem auto 4rem; }
.custom-static-page p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #ede6d6;
  margin-bottom: 3rem; }

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