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

input,
textarea {
  font-size: 1.4rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #fff;
  border: 1px solid #747474; }

select {
  font-family: Montserrat, Arial, Helvetica, sans-serif; }

/*  Page header
    -------------------------------------------------------------------------- */
.header {
  padding: 1.3rem 0;
  background-color: #ff6300; }
  @media screen and (max-width: 52.5em) {
    .header {
      padding: .7rem 0; } }
  .header .header__wrapper {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: min-content 1fr;
    grid-template-areas: "burger logo ordering lang location shop loyalty account basket"; }
    @media screen and (max-width: 52.5em) {
      .header .header__wrapper {
        min-height: 5rem;
        position: relative; } }
    .header .header__wrapper:before, .header .header__wrapper:after {
      display: none; }
    .header .header__wrapper .header__shop-location,
    .header .header__wrapper .header__loyalty-menu,
    .header .header__wrapper .header__user-menu,
    .header .header__wrapper .header__shop-menu,
    .header .header__wrapper .header__ordering-menu,
    .header .header__wrapper .header__language-menu,
    .header .header__wrapper .header__burger-menu,
    .header .header__wrapper .header__basket-menu,
    .header .header__wrapper .header__logo {
      align-self: center; }
    .header .header__wrapper .header__shop-location {
      grid-area: location; }
    .header .header__wrapper .header__loyalty-menu {
      grid-area: loyalty; }
    .header .header__wrapper .header__user-menu {
      grid-area: account; }
    .header .header__wrapper .header__shop-menu {
      grid-area: shop; }
    .header .header__wrapper .header__ordering-menu {
      grid-area: ordering;
      margin-right: 1.4rem; }
    .header .header__wrapper .header__language-menu {
      grid-area: lang; }
    .header .header__wrapper .header__burger-menu {
      grid-area: burger;
      margin-top: 0; }
      @media screen and (max-width: 52.5em) {
        .header .header__wrapper .header__burger-menu {
          position: absolute;
          left: 2%;
          top: 50%;
          transform: translate(0, -50%); } }
    .header .header__wrapper .header__basket-menu {
      grid-area: basket; }
      @media screen and (max-width: 52.5em) {
        .header .header__wrapper .header__basket-menu {
          position: absolute;
          left: auto;
          top: 50%;
          right: 2%;
          transform: translate(0, -50%); } }
    .header .header__wrapper .header__logo {
      grid-area: logo; }
  .header .header__shop-location .dropdown-menu__header-link {
    position: relative;
    padding-left: calc(1em + 2.2rem); }
    .header .header__shop-location .dropdown-menu__header-link: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: ""; }
    .header .header__shop-location .dropdown-menu__header-link:before {
      font-size: 2.6rem;
      position: absolute;
      left: .9rem;
      top: 50%;
      transform: translateY(-50%); }
  @media screen and (max-width: 52.5em) {
    .header .header__shop-location {
      display: none; } }
  .header .header__logo {
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    align-items: center;
    display: flex; }
    .header .header__logo-link {
      display: inline-flex; }
    .header .header__logo-name {
      color: #fff; }
    .header .header__logo-image {
      max-width: 20.7rem; }
    .header .header__logo-image_mobile {
      display: none; }
    @media screen and (max-width: 52.5em) {
      .header .header__logo {
        margin: 0 auto;
        width: auto; }
        .header .header__logo-link {
          display: inline-flex; }
        .header .header__logo-image {
          display: none; }
        .header .header__logo-image_mobile {
          display: block;
          padding: .4rem 0;
          max-width: 12.7rem; } }

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

/*  Social icons - new default
    -------------------------------------------------------------------------- */
.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 {
  display: flex; }
  .social-icons:before, .social-icons:after {
    display: none; }
  .social-icons__icon, .social-icons__link, .social-icons__link i {
    display: flex;
    align-items: center;
    justify-content: center; }
  .social-icons__icon + .social-icons__icon {
    margin-left: 1rem; }
  .social-icons__link {
    width: 2.4rem;
    height: 2.4rem;
    margin: 0;
    padding: 0;
    font-size: 2rem;
    color: #fff;
    background-color: transparent;
    border: solid 1px #000;
    border-radius: 0.4rem;
    transition: all .3s ease;
    box-sizing: border-box; }
    .social-icons__link:hover {
      color: #ff6300;
      background-color: transparent;
      border: solid 1px #000; }
  .social-icons__link i {
    margin: 0; }
    .social-icons__link i:before {
      display: block;
      margin: 0;
      width: auto;
      line-height: 1; }

/*  Social icons - new default for footer
    -------------------------------------------------------------------------- */
.footer .social-icons {
  float: none;
  margin: 0 0 0 1rem; }
  @media screen and (max-width: 60em) {
    .footer .social-icons {
      margin-left: 0;
      margin-bottom: 1rem; } }
  .footer .social-icons__icon:first-child {
    margin-left: 0; }
  .footer .social-icons__link {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 2rem;
    color: #fff;
    background-color: transparent;
    border: solid 1px #000;
    border-radius: 0.4rem; }
    .footer .social-icons__link:hover {
      color: #ff6300;
      background-color: transparent;
      border: solid 1px #000; }

/*  Social icons - new default for shop info
    -------------------------------------------------------------------------- */
.shop-info__social-icons .social-icons__link {
  width: 2.4rem;
  height: 2.4rem;
  font-size: 2rem;
  color: #fff;
  background-color: transparent;
  border: solid 1px #000;
  border-radius: 0.4rem; }
  .shop-info__social-icons .social-icons__link:hover {
    color: #ff6300;
    background-color: transparent;
    border: solid 1px #000; }

/*  Social icons - new default for index shop info
    -------------------------------------------------------------------------- */
.index-map__shop .social-icons__link {
  width: 2.4rem;
  height: 2.4rem;
  font-size: 2rem;
  color: #fff;
  background-color: transparent;
  border: solid 1px #000;
  border-radius: 0.4rem; }
  .index-map__shop .social-icons__link:hover {
    color: #ff6300;
    background-color: transparent;
    border: solid 1px #000; }

/* Scroll up button
   -------------------------------------------------------------------------- */
.scroll-up {
  color: #fff;
  background-color: #949494;
  border-radius: 0.5rem;
  bottom: 5.6rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem; }
  .scroll-up__icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  .scroll-up__icon:before {
    font-size: 1.6rem;
    margin: 0;
    display: block;
    line-height: 4.4rem; }

/*  GDPR consent
    -------------------------------------------------------------------------- */
.gdpr-consent {
  padding: 1.5rem 2rem;
  font-size: 1.3rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #e3e3e3;
  box-shadow: 0 -0.3rem 0.6rem rgba(0, 0, 0, 0.2); }
  .gdpr-consent__title {
    font-size: 1.8rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700;
    margin: 1.4rem 0 1rem;
    line-height: 1.2; }
  .gdpr-consent__button {
    padding: 0 1.5rem;
    height: 3.8rem;
    line-height: 3.8rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    background-color: #ff6300;
    border-radius: 0.5rem;
    transition: background-color .2s ease, color .2s ease; }
    .gdpr-consent__button:hover {
      color: #fff;
      background-color: #6d757d; }

/*  NiceSelect (used as a <select> replacement)
    -------------------------------------------------------------------------- */
.nice-select {
  font-size: 1.4rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #e3e3e3;
  border: 1px solid #747474;
  border-radius: 0; }
  .nice-select > .current {
    color: #000; }
  .nice-select:after {
    border-right-color: #000;
    border-bottom-color: #000; }
  .nice-select .list {
    background-color: #fff; }
  .nice-select .option:hover {
    color: #000;
    background-color: #ff6300; }
  .nice-select .option.focus {
    color: #000;
    background-color: #ff6300; }
  .nice-select .option.selected.focus:hover {
    color: #000;
    background-color: #ff6300; }
  .nice-select .option.selected,
  .nice-select .list:hover .option.selected:not(:hover) {
    background-color: #ff6300 !important; }
  .nice-select .list:hover .option.selected:not(:hover) {
    opacity: .65; }

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

/*  ==========================================================================
    NAVIGATION
    ========================================================================== */
/*  Desktop navigation:
    * account pages
    * category pages (touch only)
    -------------------------------------------------------------------------- */
.category-navigation {
  background-color: #6d757d; }
  .category-navigation__wrapper {
    max-width: 100%; }
  .category-navigation__list {
    width: 28rem; }
  .category-navigation__item {
    font-size: 1.6rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700; }
    .category-navigation__item_active .category-navigation__link {
      color: #fff;
      background-color: #ff6300; }
  .category-navigation__link:hover {
    color: #fff;
    background-color: #ff6300; }
  .category-navigation.category-navigation_index {
    height: 5rem;
    position: relative;
    overflow: hidden; }
    .category-navigation.category-navigation_index .category-navigation__wrapper {
      width: calc(100% - 3.84rem);
      padding-bottom: 2rem;
      overflow-x: auto;
      overflow-y: hidden; }
    .category-navigation.category-navigation_index .category-navigation__list {
      white-space: nowrap;
      font-size: 0; }
    .category-navigation.category-navigation_index .category-navigation__link {
      transition: all .3s ease; }
    .category-navigation.category-navigation_index .category-navigation_mobile-icon-left,
    .category-navigation.category-navigation_index .category-navigation_mobile-icon-right,
    .category-navigation.category-navigation_index .category-navigation_icon-left,
    .category-navigation.category-navigation_index .category-navigation_icon-right {
      display: block;
      width: 1.92rem;
      height: 5rem;
      background-color: transparent;
      position: absolute;
      top: 0;
      box-shadow: 0 0.24rem 0.24rem rgba(0, 0, 0, 0.4);
      cursor: pointer; }
      .category-navigation.category-navigation_index .category-navigation_mobile-icon-left:hover:before, .category-navigation.category-navigation_index .category-navigation_mobile-icon-left:hover:before,
      .category-navigation.category-navigation_index .category-navigation_mobile-icon-right:hover:before,
      .category-navigation.category-navigation_index .category-navigation_mobile-icon-right:hover:before,
      .category-navigation.category-navigation_index .category-navigation_icon-left:hover:before,
      .category-navigation.category-navigation_index .category-navigation_icon-left:hover:before,
      .category-navigation.category-navigation_index .category-navigation_icon-right:hover:before,
      .category-navigation.category-navigation_index .category-navigation_icon-right:hover:before {
        color: #ff6300; }
    .category-navigation.category-navigation_index .category-navigation_mobile-icon-left,
    .category-navigation.category-navigation_index .category-navigation_icon-left {
      left: 0; }
      .category-navigation.category-navigation_index .category-navigation_mobile-icon-left:before,
      .category-navigation.category-navigation_index .category-navigation_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: .2em;
        margin-left: .2em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: ""; }
    .category-navigation.category-navigation_index .category-navigation_mobile-icon-right,
    .category-navigation.category-navigation_index .category-navigation_icon-right {
      right: 0; }
      .category-navigation.category-navigation_index .category-navigation_mobile-icon-right:before,
      .category-navigation.category-navigation_index .category-navigation_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: .2em;
        margin-left: .2em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: ""; }
    .category-navigation.category-navigation_index .category-navigation_mobile-icon-left:before,
    .category-navigation.category-navigation_index .category-navigation_mobile-icon-right:before,
    .category-navigation.category-navigation_index .category-navigation_icon-left:before,
    .category-navigation.category-navigation_index .category-navigation_icon-right:before {
      margin: 0;
      line-height: 5rem;
      color: #000;
      font-size: 1.6rem;
      font-weight: 900;
      transition: all .3s ease; }

.category-navigation_mobile {
  background-color: #6d757d;
  border-top: none;
  height: 4.8rem;
  position: relative; }
  .category-navigation_mobile .category-navigation__wrapper {
    width: calc(100% - 6rem);
    margin-left: auto;
    margin-right: auto; }
  .category-navigation_mobile .category-navigation_mobile-icon-left,
  .category-navigation_mobile .category-navigation_mobile-icon-right {
    display: block;
    width: 3rem;
    height: 4.8rem;
    background-color: transparent;
    position: absolute;
    top: 0;
    cursor: pointer; }
    .category-navigation_mobile .category-navigation_mobile-icon-left:hover:before, .category-navigation_mobile .category-navigation_mobile-icon-left:hover:before,
    .category-navigation_mobile .category-navigation_mobile-icon-right:hover:before,
    .category-navigation_mobile .category-navigation_mobile-icon-right:hover:before {
      color: #ff6300; }
  .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: .2em;
      margin-left: .2em;
      -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: .2em;
      margin-left: .2em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
  .category-navigation_mobile .category-navigation_mobile-icon-left:before,
  .category-navigation_mobile .category-navigation_mobile-icon-right:before {
    margin: 0;
    line-height: 4.8rem;
    color: #000;
    font-size: 1.6rem;
    font-weight: 900;
    transition: all .3s ease; }
  .category-navigation_mobile .category-navigation__list {
    padding: 0;
    display: flex; }
    .category-navigation_mobile .category-navigation__list:has(.category-navigation__link-icon) .category-navigation__link {
      padding-top: .6rem;
      padding-bottom: .6rem;
      padding-left: 5rem;
      min-height: 4.4rem;
      display: flex;
      align-items: center; }
  .category-navigation_mobile .category-navigation__item {
    color: #fff;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin: 0 .9rem; }
    .category-navigation_mobile .category-navigation__item_active {
      color: #fff;
      border-bottom: 4px solid #ff6300;
      background-color: #6d757d; }
      .category-navigation_mobile .category-navigation__item_active .category-navigation__link {
        color: #fff;
        background-color: #6d757d; }
  .category-navigation_mobile .category-navigation__link:hover, .category-navigation_mobile .category-navigation__link:focus {
    color: #fff;
    background-color: #6d757d; }
  .category-navigation_mobile .category-navigation__link-icon {
    width: 3.6rem;
    height: auto; }

/*  Favourite icon
    -------------------------------------------------------------------------- */
.category-navigation__favourite-icon {
  width: 6.6rem;
  height: 5.6rem;
  position: absolute;
  top: 50%;
  left: .6rem;
  transform: translate(0, -50%);
  text-align: center; }
  .category-navigation__favourite-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: 0;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  .category-navigation__favourite-icon:before {
    line-height: 5.6rem; }

/*  Account navigation
    -------------------------------------------------------------------------- */
.account-navigation {
  background-color: #6d757d; }
  .account-navigation__item {
    font-size: 1.6rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 1.4rem;
    color: #fff;
    text-transform: uppercase; }
    .account-navigation__item_active .account-navigation__link {
      color: #fff;
      background-color: #ff6300; }
  .account-navigation__link {
    border-radius: .5rem;
    line-height: 2rem;
    padding: 1.4rem; }
    .account-navigation__link:hover {
      color: #fff;
      background-color: #ff6300; }

/*  Desktop navigation:
    * checkout pages
    -------------------------------------------------------------------------- */
.checkout-navigation {
  background-color: #6d757d; }
  .checkout-navigation__item {
    font-size: 1.4rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    height: 4.8rem;
    line-height: 4.8rem; }
    .checkout-navigation__item_active {
      color: #fff;
      background-color: #ff6300; }
      .checkout-navigation__item_active:after {
        content: '';
        display: block;
        position: absolute;
        right: -19px;
        top: 0;
        width: 0;
        height: 0;
        border-bottom: 24px solid transparent;
        border-left: 19px solid #ff6300;
        border-top: 24px solid transparent; }
  @media screen and (max-width: 45em) {
    .checkout-navigation__item {
      padding-right: 1.5rem;
      padding-left: 2rem; }
      .checkout-navigation__item_active + .checkout-navigation__item {
        padding-left: 2.8rem; } }
  @media screen and (max-width: 40em) {
    .checkout-navigation__item:not(.checkout-navigation__item_active) .checkout-navigation__item-nb {
      margin-right: 0; } }

/*  Desktop: user and shop menus
    -------------------------------------------------------------------------- */
.dropdown-menu__header-link {
  font-size: 1.4rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #fff;
  transition: background-color .2s ease, color .2s ease;
  border-radius: .5rem; }
  .dropdown-menu__header-link:hover {
    color: #fff;
    background-color: #ff6300; }
.dropdown-menu_ordering .dropdown-menu__header-link {
  color: #fff;
  background-color: #ff6300; }
.dropdown-menu__header-icon:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: .2em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }
.dropdown-menu__body {
  font-size: 1.4rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #fff;
  border: 1px solid #747474; }
.dropdown-menu_shop .dropdown-menu__body, .dropdown-menu_loyalty .dropdown-menu__body {
  position: fixed;
  z-index: 1001;
  top: -100%;
  left: 50%;
  transform: scale(0.75) translate(-50%, -50%);
  opacity: 0; }
.dropdown-menu_shop[data-dropdown-open] .dropdown-menu__body, .dropdown-menu_loyalty[data-dropdown-open] .dropdown-menu__body {
  top: 50%;
  opacity: 1;
  transform: scale(1) translate(-50%, -50%); }
.dropdown-menu_user .dropdown-menu__body {
  overflow: hidden; }
.dropdown-menu__body-link {
  font-size: 1.4rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #000;
  color: #000; }
.dropdown-menu__item-link {
  display: block;
  padding: 1rem 1.5rem;
  text-decoration: none;
  color: #000;
  transition: background-color .2s ease, color .2s ease; }
  .dropdown-menu__item-link:hover {
    color: #fff;
    background-color: #ff6300;
    text-decoration: none; }

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

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

.mobile-menu__header {
  background-color: #6d757d; }
.mobile-menu__close-icon {
  color: #fff;
  font-size: 2.5rem; }
  .mobile-menu__close-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
.mobile-menu__section-link {
  font-size: 1.6rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #fff; }
.mobile-menu__section-icon {
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
  .mobile-menu__section-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
.mobile-menu__section {
  border-bottom: 1px solid #d1d1d1; }
  .mobile-menu__section_user {
    font-size: 1.6rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #ff6300; }
  .mobile-menu__section_unfolded .mobile-menu__section-link {
    color: #fff;
    background-color: #ff6300; }
  .mobile-menu__section_unfolded .mobile-menu__section-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .mobile-menu__section_location .mobile-menu__section-link {
    position: relative;
    padding-left: calc(1em + 2.2rem); }
    .mobile-menu__section_location .mobile-menu__section-link:before {
      font-family: 'fontello';
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      min-width: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-right: 0;
      margin-left: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
    .mobile-menu__section_location .mobile-menu__section-link:before {
      font-size: 2.6rem;
      position: absolute;
      left: .9rem;
      top: 50%;
      transform: translateY(-50%); }
.mobile-menu__item-link {
  font-size: 1.6rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  box-sizing: border-box;
  padding-left: 3rem;
  background-color: #fff; }
.mobile-menu__item {
  border-top: 1px solid #d1d1d1; }
  .mobile-menu__item_active .mobile-menu__item-link {
    color: #000;
    background-color: #ff6300; }
  .mobile-menu__item_favourites .mobile-menu__item-link {
    overflow: hidden; }
.mobile-menu__favourite-icon:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: 0;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }
.mobile-menu__favourite-name {
  float: left;
  margin-right: .5rem; }

/*  Mobile menu credits info  */
.mobile-credits {
  color: #000;
  font-size: .86em;
  line-height: 1;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #d1d1d1; }

/*  Mobile: menu on the right (basket)
    -------------------------------------------------------------------------- */
.basket-menu__basket-button {
  padding-top: .2rem; }
.basket-menu__basket-icon {
  color: #fff; }
  .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 {
  color: #fff;
  background-color: #000;
  border: none;
  font-size: 1rem;
  top: .3rem;
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center; }

/*  Shop info.
    * desktop: displayed in a popup
    * mobile: displayed in the left menu
    -------------------------------------------------------------------------- */
.shop-info {
  background-color: #fff; }
  .shop-info__title {
    font-size: 2rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700;
    line-height: 1.2; }
  .shop-info__feature-title {
    font-size: 1.4rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700; }
  .shop-info__feature-content {
    font-size: 1.4rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #000; }
  .shop-info__link {
    color: #000; }
  .shop-info .social-icons__link {
    color: #000;
    background-color: transparent;
    font-size: 1.8rem;
    border: none; }
    .shop-info .social-icons__link:hover {
      color: #ff6300;
      background-color: transparent;
      border: none; }
  @media screen and (max-width: 52.5em) {
    .shop-info__title {
      margin-bottom: 1rem; }
    .shop-info_mobile .shop-info__google-maps iframe {
      width: 100%; }
    .shop-info .shop-info__social-icons {
      float: left; } }

/*  ==========================================================================
    CATEGORY PAGE
    ========================================================================== */
.category__title {
  font-size: 2rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #ff6300;
  font-weight: 700;
  text-transform: uppercase; }
.category__subcategory-title {
  font-size: 2rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #ff6300;
  font-weight: 700;
  text-transform: uppercase; }
.category__description {
  font-size: 1.4rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #000; }

@media screen and (max-width: 52.5em) {
  .topbar-fixed .category__subcategory {
    padding-top: 6rem; }
    .topbar-fixed .category__subcategory + .category__subcategory {
      margin-top: 1rem; } }

/*  Product
    -------------------------------------------------------------------------- */
@media screen and (max-width: 26.25em) {
  .product {
    width: 100%; }
    .product:nth-child(3n+1) {
      clear: none; } }
.product__wrapper {
  padding: 1rem;
  background-color: #e3e3e3; }
.product__name {
  font-size: 2rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700; }
.product__description {
  font-size: 1.1rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #000; }
.product__price {
  font-size: 2rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #ff6300;
  font-weight: 700;
  margin-bottom: 1rem; }
.product__sku-label {
  font-size: 1.1rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #000; }
.product__counter {
  color: #ff6300; }
.product__mobile-price {
  color: #ff6300; }
.product_with-counter:after {
  background-color: #ff6300; }

/*  Product zebra. Used in:
    * sidetouch categories page
    * touch & sidetouch favourites page
    -------------------------------------------------------------------------- */
.product_favourites {
  background-color: #6d757d; }
  .product_favourites:nth-child(2n+1) {
    background-color: #e3e3e3; }

/*  Add & customise buttons
    -------------------------------------------------------------------------- */
.product__add {
  color: #000;
  background-color: #ff6300;
  border: none;
  font-size: 1.4rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  height: 3rem;
  line-height: 3rem;
  padding: 0; }
  .product__add:hover {
    color: #000;
    background-color: #ff6300; }

.product__customise {
  color: #000;
  background-color: #000;
  border: none;
  font-size: 1.4rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  height: 3rem;
  line-height: 3rem;
  padding: 0; }
  .product__customise:hover {
    color: #000;
    background-color: #000; }

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

/*  Deal wizard
    -------------------------------------------------------------------------- */
.deal-wizard__title {
  color: #ff6300;
  text-transform: uppercase; }

.deal-wizard-navigation {
  margin: 1em 0 2em;
  /* Tabs */
  /* Link */ }
  .deal-wizard-navigation__tab {
    background-color: transparent;
    border-bottom: 1px solid #e3e3e3;
    /* More accurate active tab shape*/ }
    .deal-wizard-navigation__tab:nth-child(3n), .deal-wizard-navigation__tab:last-child {
      background-color: transparent;
      border-bottom: none; }
      .deal-wizard-navigation__tab:nth-child(3n) .deal-wizard-navigation__link, .deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link {
        border-bottom: 1px solid #e3e3e3; }
        .deal-wizard-navigation__tab:nth-child(3n) .deal-wizard-navigation__link:before, .deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link:before {
          background-color: #fff; }
    .deal-wizard-navigation__tab:before {
      content: '';
      display: block;
      position: absolute;
      right: 100%;
      top: 0;
      width: 15px;
      height: 100%;
      background-color: #ff6300; }
    .deal-wizard-navigation__tab:nth-child(3n-2):before {
      display: none; }
    .deal-wizard-navigation__tab:nth-child(3n) {
      z-index: 7; }
    .deal-wizard-navigation__tab:nth-child(3n-1) {
      z-index: 8; }
    .deal-wizard-navigation__tab:nth-child(3n-2) {
      z-index: 9; }
    .deal-wizard-navigation__tab_active:before {
      background-color: #ff6300; }
    .deal-wizard-navigation__tab_active .deal-wizard-navigation__link {
      color: #fff;
      background-color: #ff6300; }
      .deal-wizard-navigation__tab_active .deal-wizard-navigation__link:after {
        border-left-color: #ff6300; }
    .deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab:before {
      background-color: #6d757d; }
    .deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__title:after {
      background: -webkit-linear-gradient(left, rgba(109, 117, 125, 0), #6d757d);
      background: linear-gradient(to right, rgba(109, 117, 125, 0), #6d757d); }
    .deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__link {
      color: #fff;
      background-color: #6d757d; }
      .deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__link:after {
        border-left-color: #6d757d; }
  .deal-wizard-navigation__link {
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #ff6300; }
    .deal-wizard-navigation__link:before {
      border-left-color: #fff; }
    .deal-wizard-navigation__link:after {
      border-left-color: #ff6300; }
  .deal-wizard-navigation__title:after {
    background: -webkit-linear-gradient(left, rgba(255, 99, 0, 0), #ff6300);
    background: linear-gradient(to right, rgba(255, 99, 0, 0), #ff6300); }
  .deal-wizard-navigation__tab_active .deal-wizard-navigation__title:after {
    background: -webkit-linear-gradient(left, rgba(255, 99, 0, 0), #ff6300);
    background: linear-gradient(to right, rgba(255, 99, 0, 0), #ff6300); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*  Product legend  */
.product-legend {
  margin-top: 2rem; }
  .product-legend__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    font-size: 0; }
  .product-legend__item {
    display: inline-block;
    margin: .5rem .7rem;
    font-size: 1.4rem;
    box-sizing: border-box; }
  .product-legend__item-name {
    display: inline-block;
    vertical-align: top;
    line-height: 23px;
    white-space: nowrap; }
  .product-legend .product-picto {
    display: inline-block;
    vertical-align: top;
    margin-right: .2rem;
    line-height: 23px; }

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

/*  Basket header
    -------------------------------------------------------------------------- */
.basket__header {
  background-color: #6d757d; }
.basket__title {
  font-size: 1.6rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2rem; }
.basket__repeat {
  font-size: 1.2rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 2rem;
  margin-top: 0; }
  .basket__repeat:hover {
    text-decoration: none; }
.basket__close {
  color: #fff;
  margin: -.3rem -.8rem 0 0; }
  .basket__close:hover {
    color: #ff6300; }
.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: 0;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }
@media screen and (max-width: 52.5em) {
  .basket__header {
    display: flex;
    flex-direction: column-reverse;
    position: relative; }
  .basket__close {
    float: none;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    margin: 0; }
  .basket__repeat {
    padding: 0;
    line-height: 1.6rem; } }

/*  Basket item
    -------------------------------------------------------------------------- */
.basket__items {
  background-color: #fff; }

.basket-item__title {
  font-size: 1.4rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #000; }
.basket-item__link {
  color: #000; }
  .basket-item__link:hover {
    color: #000; }
.basket-item__option {
  font-size: 1.2rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #6d757d; }
.basket-item__option-price {
  display: inline-block;
  vertical-align: top; }
.basket-item__quantity-minus-icon {
  color: #000; }
  .basket-item__quantity-minus-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: 0em;
    margin-left: 0em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
.basket-item__quantity-plus-icon {
  color: #000; }
  .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-btn:hover i {
  color: #6d757d; }
.basket-item__delete-icon {
  color: #000; }
  .basket-item__delete-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: 0em;
    margin-left: 0em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
.basket-item__delete:hover .basket-item__delete-icon {
  color: #6d757d; }

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

/*  Basket deal title
    -------------------------------------------------------------------------- */
.basket-deal__header {
  background-color: #ff6300; }
.basket-deal__title {
  font-size: 1.4rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700; }
.basket-deal__link {
  color: #fff; }
  .basket-deal__link:hover {
    color: #fff; }
.basket-deal__delete-icon {
  color: #fff; }
  .basket-deal__delete-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: 0em;
    margin-left: 0em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
.basket-deal__delete:hover .basket-deal__delete-icon {
  color: #6d757d; }

/*  Basket deal item
    -------------------------------------------------------------------------- */
.basket-deal__items {
  background-color: #e3e3e3; }
.basket-deal__item-title {
  font-size: 1.4rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #000; }
.basket-deal__item-link {
  color: #000; }
  .basket-deal__item-link:hover {
    color: #000; }
.basket-deal__item-option {
  font-size: 1.2rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #6d757d; }
.basket-deal__item-delete-icon {
  color: #000; }
  .basket-deal__item-delete-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: 0em;
    margin-left: 0em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
.basket-deal__item-delete:hover .basket-deal__item-delete-icon {
  color: #6d757d; }

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

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

/*  Delivery method switcher
    -------------------------------------------------------------------------- */
.basket__delivery_radio {
  font-size: 1.4rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  overflow: hidden; }
.basket__delivery-method {
  background-color: #6d757d;
  padding: 0;
  line-height: 3.2rem; }
.basket__delivery-radio:checked + .basket__delivery-method {
  color: #fff;
  background-color: #ff6300; }

/*  Basket footer
    -------------------------------------------------------------------------- */
.basket__footer {
  border-top: 1px solid #d1d1d1;
  padding-bottom: 1rem;
  color: #000;
  background-color: #fff; }
.basket__charge-title, .basket__charge-amount {
  font-size: 1.4rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700; }
.basket__charge-quantity, .basket__total-title, .basket__total-amount {
  font-size: 1.8rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700; }
.basket__time .nice-select {
  background-color: transparent; }

/*  Basket order button
    -------------------------------------------------------------------------- */
.basket__button-link {
  color: #fff;
  background-color: #ff6300;
  border: none;
  padding: 1rem;
  border-radius: 0;
  line-height: 2rem;
  font-size: 1.6rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: background-color .2s ease, color .2s ease; }
  .basket__button-link:hover {
    color: #fff;
    background-color: #6d757d; }

/*  Mobile basket button
    -------------------------------------------------------------------------- */
.mobile-basket-button__nb-items {
  font-size: 1.6rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase; }
.mobile-basket-button__icon {
  border-bottom-color: #fff; }
.mobile-basket-button__icon:after {
  border-left-color: #fff; }
.mobile-basket-button__link {
  color: #fff;
  background-color: #ff6300;
  border: none;
  border-radius: 0;
  font-size: 1.6rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase; }
  .mobile-basket-button__link:hover {
    color: #fff;
    background-color: #6d757d; }

/*  Basket savings
    -------------------------------------------------------------------------- */
.basket__savings {
  color: #fff;
  background-color: #14a800; }

/*  Basket tip
    -------------------------------------------------------------------------- */
.basket-tip__title, .basket-tip__amount {
  font-size: 1.4rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  line-height: 2rem; }
.basket-tip__button {
  color: #fff;
  background-color: #ff6300;
  border: none;
  padding: 0 1rem;
  border-radius: 0;
  transition: background-color .2s, color .2s;
  line-height: 2rem;
  font-size: 1.4rem;
  font-weight: 400; }
  .basket-tip__button:hover {
    color: #fff;
    background-color: #6d757d; }

/*  Basket coupon
    -------------------------------------------------------------------------- */
.basket__coupon {
  font-size: 1.4rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #000; }
  .basket__coupon .nice-select {
    background-color: transparent; }
    .basket__coupon .nice-select.open .list {
      width: 100%; }
.basket__coupon-link {
  color: #000; }
.basket__coupon-form {
  margin-top: 1rem; }
.basket__coupon-enabled strong {
  color: #14a800; }
.basket__coupon-input {
  padding: 0 .5rem;
  box-sizing: border-box;
  background-color: transparent; }
.basket__coupon-add-button {
  font-size: 1.4rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 3.2rem;
  color: #fff;
  background-color: #ff6300;
  border: none;
  padding: 0 1rem;
  border-radius: 0.5rem;
  transition: background-color .2s ease, color .2s ease; }
  .basket__coupon-add-button:hover {
    color: #fff;
    background-color: #6d757d; }

/*  Basket messages
    -------------------------------------------------------------------------- */
.text-below-basket {
  color: #000;
  background-color: #e3e3e3; }

.basket__footer-red-message {
  color: #fff;
  background-color: #ff0000; }
.basket__error {
  color: #fff;
  background-color: #ff0000;
  margin-top: .5rem; }

/*  Basket clickable promotions
    -------------------------------------------------------------------------- */
.basket__clickable-promotions {
  margin: 1rem -0.5rem 0;
  font-size: 0; }
  @media screen and (max-width: 52.5em) {
    .basket__clickable-promotions {
      margin: 1rem .8rem 0; } }

.clickable-promotion {
  display: inline-block;
  vertical-align: top;
  padding: 1rem 0.5rem 0;
  width: 50%;
  box-sizing: border-box; }
  .clickable-promotion__form {
    display: block; }
  .clickable-promotion__link {
    display: block;
    text-decoration: none; }
  .clickable-promotion__image {
    display: block;
    width: 100%;
    border: none; }

/*  ==========================================================================
    CUSTOMIZATION POPUP
    ========================================================================== */
.popup {
  border-radius: 0;
  background-color: #fff; }
  .popup__description {
    font-size: 1.4rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #000; }
  .popup__title, .popup__price {
    font-size: 2rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700; }
  .popup__picture_mobile {
    text-align: center; }
  .popup .popup__close {
    display: block !important;
    top: 1.3rem;
    right: 1.4rem;
    color: #000;
    background-color: transparent;
    box-shadow: none;
    width: 2.4rem;
    height: 2.4rem; }
    .popup .popup__close: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 .popup__close:before {
      margin: 0.2rem; }
    .popup .popup__close:hover {
      color: #6d757d; }
    @media screen and (max-width: 52.5em) {
      .popup .popup__close {
        display: none !important; } }
  .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.popup_improved .popup__title-mobile-close {
    padding-top: .3rem; }
  .popup.popup_improved .popup__title-mobile-close-icon {
    font-size: 2.5rem; }
    .popup.popup_improved .popup__title-mobile-close-icon:before {
      font-family: 'fontello';
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      min-width: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-right: 0;
      margin-left: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
  .popup.popup_improved.popup_scrolled .popup__title {
    background-color: #fff;
    border-bottom: 1px solid #747474;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    padding: 1rem 2rem; }
    @media screen and (max-width: 52.5em) {
      .popup.popup_improved.popup_scrolled .popup__title {
        padding: 1rem 1.5rem; } }
  @media screen and (max-width: 52.5em) {
    .popup.popup_improved.popup_full-height {
      height: 100%;
      border-radius: 0; } }

/*  Popup group
    -------------------------------------------------------------------------- */
.popup-group__quantity-field {
  font-size: 1.6rem;
  color: #000;
  background-color: #fff;
  border-color: #747474;
  font-weight: 700; }
.popup-group__quantity-button:hover {
  color: #6d757d; }
.popup-group__quantity-minus-icon {
  margin-right: 1rem; }
  .popup-group__quantity-minus-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
.popup-group__quantity-plus-icon {
  margin-left: 1rem; }
  .popup-group__quantity-plus-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
.popup-group__label, .popup-group__single-choice {
  font-size: 1.4rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 3.2rem; }

/*  Popup row
    -------------------------------------------------------------------------- */
.popup-row__title {
  font-size: 1.4rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #747474; }
.popup-row__description {
  color: #000;
  font-size: 1.4rem; }

/*  Popup enum
    -------------------------------------------------------------------------- */
.popup-enum {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem .7rem; }
  .popup-enum:after, .popup-enum:before {
    display: none; }
  .popup-enum__text {
    font-size: 1.4rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700;
    color: #fff;
    background-color: #6d757d;
    border: 1px solid #6d757d;
    transition: all .2s ease; }
    .popup-enum__text:hover {
      color: #fff;
      background-color: #ff6300;
      border-color: #ff6300; }
  .popup-enum__radio:checked + .popup-enum__text {
    color: #fff;
    background-color: #ff6300;
    border-color: #ff6300; }
  .popup-enum__radio:disabled + .popup-enum__text {
    color: #949494;
    background-color: #000;
    border-color: #000; }
    .popup-enum__radio:disabled + .popup-enum__text:hover {
      color: #949494;
      background-color: #000;
      border-color: #000; }
  .popup-enum__option {
    float: none;
    margin-bottom: 0;
    margin-right: 0; }

/*  Popup set
    -------------------------------------------------------------------------- */
.popup-set {
  /* double toppings */ }
  .popup-set__group-title {
    font-size: 1.4rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700; }
  .popup-set__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem 0; }
    .popup-set__wrapper:after, .popup-set__wrapper:before {
      display: none; }
  .popup-set__title {
    color: #000; }
  .popup-set__option {
    float: none; }
  .popup-set__label {
    line-height: 1.6rem;
    padding-bottom: 0;
    display: inline-block;
    vertical-align: top; }
    .popup-set__label input[type=checkbox]:checked + .popup-set__text {
      font-weight: 400; }
      .popup-set__label input[type=checkbox]:checked + .popup-set__text:before {
        background-color: #ff6300;
        border-color: #ff6300; }
      .popup-set__label input[type=checkbox]:checked + .popup-set__text:after {
        opacity: 1;
        top: 0; }
  .popup-set__text {
    font-size: 1.4rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #000;
    line-height: 1.6rem;
    display: inline-block;
    vertical-align: top; }
    .popup-set__text:before {
      background-color: #e3e3e3;
      border: 2px solid #747474;
      transition: background-color .2s ease, border-color .2s ease; }
    .popup-set__text:after {
      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: "";
      color: #fff;
      margin: 0 0 0 2px;
      width: auto;
      height: auto;
      opacity: 0;
      transition: opacity .2s ease; }
  .popup-set__wrapper_double-title {
    margin-bottom: 1rem;
    display: none; }
    .popup-set__wrapper_double-title .popup-set__option {
      display: block; }
      .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(.set__wrapper_label .popup-set__label:nth-of-type(2)) .popup-set__wrapper_double-title {
    display: flex; }
  .popup-set:has(.set__wrapper_label .popup-set__option:nth-of-type(2)) .popup-set__wrapper_double-title .popup-set__option:nth-of-type(2) {
    display: block; }
    @media screen and (max-width: 26.25em) {
      .popup-set:has(.set__wrapper_label .popup-set__option:nth-of-type(2)) .popup-set__wrapper_double-title .popup-set__option:nth-of-type(2) {
        display: none; } }
  .popup-set:has(.set__wrapper_label .popup-set__option:nth-of-type(3)) .popup-set__wrapper_double-title .popup-set__option:nth-of-type(3) {
    display: block; }
    @media screen and (max-width: 40em) {
      .popup-set:has(.set__wrapper_label .popup-set__option:nth-of-type(3)) .popup-set__wrapper_double-title .popup-set__option:nth-of-type(3) {
        display: none; } }
  .popup-set__option[data-double] {
    margin: 0; }
    .popup-set__option[data-double] .popup-set__label:before {
      border: 2px solid #747474;
      background-color: #e3e3e3; }
    .popup-set__option[data-double] .popup-set__label .popup-set__phantom:after {
      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: "";
      margin: 0;
      width: 1.2rem;
      height: 1.2rem;
      line-height: 1.2rem;
      color: #fff;
      background-color: #ff6300;
      border: 2px solid #ff6300; }
  @media screen and (max-width: 30em) {
    .popup-set__option {
      width: 50%; } }
  @media screen and (max-width: 26.25em) {
    .popup-set__option {
      width: 100%; } }

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

/*  Popup buttons
    -------------------------------------------------------------------------- */
.popup-buttons__button {
  color: #fff;
  background-color: #ff6300;
  border: none;
  padding: 1em 2em;
  border-radius: 0;
  font-size: 1.4rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  transition: background-color .2s ease, color .2s ease; }
  .popup-buttons__button:hover {
    color: #fff;
    background-color: #6d757d; }
  .popup-buttons__button:hover {
    background-color: #6d757d; }
.popup-buttons__link {
  font-size: 1.4rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #000; }
  .popup-buttons__link:hover {
    color: #000; }
.popup-buttons_improved .popup-buttons__link {
  line-height: 2.6rem;
  padding: 0;
  margin: 1rem 2rem; }
.popup-buttons.popup-buttons_improved .popup-buttons__button {
  font-size: 1.6rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

/*  ==========================================================================
    CHECKOUT, ACCOUNT & ORDER PAGES
    ========================================================================== */
.checkout {
  padding: 2rem;
  background-color: #e3e3e3;
  max-width: 80rem;
  margin: 0 auto; }
  .checkout__section + .checkout__section {
    margin-top: 3rem;
    padding-top: 2.5rem;
    border-top: 1px solid #747474; }
  .checkout__section_thank-you .checkout-confirm,
  .checkout__section_thank-you .checkout__header, .checkout__section_confirm .checkout-confirm,
  .checkout__section_confirm .checkout__header {
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto; }
  .checkout__section_login .checkout__description {
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto; }
  @media screen and (max-width: 25em) {
    .checkout__section_login .form-buttons, .checkout__section_register .form-buttons, .checkout__section_guest_checkout .form-buttons {
      text-align: center; }
      .checkout__section_login .form-buttons__link, .checkout__section_register .form-buttons__link, .checkout__section_guest_checkout .form-buttons__link {
        float: none;
        margin-top: 1rem; }
      .checkout__section_login .form-buttons__button, .checkout__section_register .form-buttons__button, .checkout__section_guest_checkout .form-buttons__button {
        float: none;
        width: 100%; } }
  @media screen and (max-width: 21.5em) {
    .checkout__section_confirm .form-buttons {
      display: flex;
      flex-direction: column-reverse;
      align-items: center; }
      .checkout__section_confirm .form-buttons__link {
        float: none;
        margin-top: 1rem; }
      .checkout__section_confirm .form-buttons form, .checkout__section_confirm .form-buttons__button {
        float: none;
        width: 100%; } }

.checkout__title,
.credit-page__title {
  font-size: 2rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center; }

.checkout-row__label,
.checkout-row__group-label,
.checkout-variant__label,
.checkout-variant__select-label,
.card-entry__label,
.card-entry__saved-card-label {
  font-size: 1.4rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #000; }

.checkout-variant__label {
  line-height: 1.6rem;
  cursor: pointer;
  position: relative; }
  .checkout-variant__label .checkout-variant__radio {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    opacity: 0; }
    .checkout-variant__label .checkout-variant__radio:checked ~ .checkout-variant__text:after {
      display: block; }
  .checkout-variant__label .checkout-variant__text {
    display: inline-block;
    padding-left: 2.7rem;
    position: relative; }
    .checkout-variant__label .checkout-variant__text:before, .checkout-variant__label .checkout-variant__text:after {
      content: '';
      display: block;
      width: 1.4rem;
      height: 1.4rem;
      position: absolute;
      top: 0;
      left: 0;
      border: 1px solid #747474;
      background-color: transparent;
      border-radius: 50%; }
    .checkout-variant__label .checkout-variant__text:after {
      display: none;
      width: 1rem;
      height: 1rem;
      border: none;
      margin: .3rem;
      background-color: #ff6300; }

.checkout-row__group-item_atoms {
  display: flex;
  justify-content: space-between; }
.checkout-row__group-atom {
  margin: 0; }
  .checkout-row__group-atom .checkout-row__field-text {
    width: 10rem; }
@media screen and (max-width: 36em) {
  .checkout-row__group-atom {
    width: 30%; }
    .checkout-row__group-atom .checkout-row__group-label {
      margin-bottom: .3em; }
    .checkout-row__group-atom .checkout-row__field-text {
      width: 100%; } }

.checkout-row__group-label_atom,
.checkout-row__label {
  line-height: 2rem;
  padding-top: .8rem; }
  @media screen and (max-width: 40em) {
    .checkout-row__group-label_atom,
    .checkout-row__label {
      padding-top: 0; } }

.checkout-row__group-label_checkbox {
  line-height: 1.6rem;
  font-size: 1.4rem;
  position: relative;
  cursor: pointer; }
  .checkout-row__group-label_checkbox .checkout-row__field-checkbox {
    position: absolute;
    top: 0;
    left: 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 {
    display: inline-block;
    vertical-align: top;
    padding-left: 2.7rem;
    position: relative; }
    .checkout-row__group-label_checkbox .checkout-row__label-text:before, .checkout-row__group-label_checkbox .checkout-row__label-text:after {
      content: '';
      width: 1.4rem;
      height: 1.4rem;
      position: absolute;
      top: 0;
      left: 0;
      border: 1px solid #747474;
      background-color: transparent;
      border-radius: .2rem; }
    .checkout-row__group-label_checkbox .checkout-row__label-text:after {
      display: none;
      width: 1rem;
      height: 1rem;
      margin: .3rem;
      background-color: #ff6300;
      border: none; }

.checkout-variant__helper,
.checkout-row__field-text,
.checkout-row__field-textarea,
.checkout__description,
.checkout-row__group,
.card-entry__instructions,
.card-entry__cvcode-label {
  font-size: 1.4rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #000; }

.checkout-row__field-text {
  line-height: 3.4rem;
  padding: 0 1rem; }

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

/*  Contact free delivery
    -------------------------------------------------------------------------- */
.checkout-row__group_emphisized {
  padding: 1rem;
  color: #000;
  background-color: #000; }
.checkout-row__group-item_description {
  line-height: 1.3; }

/*  Form buttons
    Contain a button on the right and a cancel link on the left.
    -------------------------------------------------------------------------- */
.form-buttons__link {
  font-size: 1.4rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 2rem;
  padding: 0;
  margin-top: .7rem;
  text-decoration: underline; }
  .form-buttons__link:hover {
    color: #000;
    text-decoration: none; }

.form-buttons__button {
  color: #fff;
  background-color: #ff6300;
  border: none;
  padding: 0 1.5rem;
  border-radius: 0;
  line-height: 3.4rem;
  transition: background-color .2s ease, color .2s ease;
  font-size: 1.4rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase; }
  .form-buttons__button:hover {
    color: #fff;
    background-color: #6d757d; }

/*  Switcher buttons as radio buttons
    -------------------------------------------------------------------------- */
.switcher-btns {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 0 3px; }
  @media screen and (max-width: 40em) {
    .switcher-btns {
      flex-wrap: wrap;
      gap: 3px 0; } }

.switcher-btn {
  color: #fff;
  background-color: #6d757d;
  border: none;
  padding: 1em 2em;
  font-size: 1.4rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: background-color .2s ease, color .2s ease;
  cursor: pointer;
  text-decoration: none; }
  .switcher-btn:hover {
    color: #fff;
    background-color: #ff6300; }
  .switcher-btn:first-child {
    border-radius: .5rem 0 0 .5rem; }
  .switcher-btn:last-child {
    border-radius: 0 .5rem .5rem 0; }
  .switcher-btn_active {
    color: #fff;
    background-color: #ff6300;
    border: none;
    padding: 1em 2em;
    border-radius: 0;
    cursor: default; }
    .switcher-btn_active:hover {
      color: #fff;
      background-color: #ff6300; }
  @media screen and (max-width: 40em) {
    .switcher-btn {
      width: 100%; }
      .switcher-btn:first-child {
        border-radius: .5rem .5rem 0 0; }
      .switcher-btn:last-child {
        border-radius: 0 0 .5rem .5rem; } }

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

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

.checkout-terms-acceptance_error {
  color: #fff;
  background-color: #ff0000;
  border-radius: .5rem; }

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

/*  Facebook login
    -------------------------------------------------------------------------- */
.checkout__facebook-login-button {
  border-radius: 0;
  font-size: 1.4rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase; }
.checkout__facebook-login-icon:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: .2em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }
.checkout__facebook-login-separator {
  margin-top: 1em;
  text-align: center;
  position: relative; }
  .checkout__facebook-login-separator:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    height: 0;
    width: 100%;
    border-top: 1px solid #747474; }
.checkout__facebook-login-separator-text {
  display: inline-block;
  position: relative;
  padding: 0 .5em;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #e3e3e3; }

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

/*  Checkout/Account referral program
    -------------------------------------------------------------------------- */
.checkout__referral-banner {
  color: #000; }
.checkout__referral-program-rules {
  font-size: 1.275rem; }
.checkout__referral-link {
  margin: 1rem 0;
  color: #fff;
  background-color: #ff6300;
  border: none;
  padding: 1rem 2rem;
  border-radius: 0;
  font-size: 1.4rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  min-width: 15rem;
  text-align: center; }
  .checkout__referral-link:hover {
    color: #fff;
    background-color: #6d757d; }
  .checkout__referral-link:hover {
    color: #000;
    background-color: #ff6300; }
  .checkout__referral-link span[data-copied] {
    padding: 1rem 0;
    color: #000; }

.checkout-confirm__referral-banner {
  color: #000;
  background-color: #14a800;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease; }
  .checkout-confirm__referral-banner:hover {
    color: #000;
    background-color: #14a800; }
  .checkout-confirm__referral-banner .referral-banner {
    text-shadow: none; }

/*  Order page
    -------------------------------------------------------------------------- */
/*  Order table  */
.order-table__header {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #000; }
.order-table__header-item:first-child, .order-table__header-item:nth-child(2) {
  width: 15%; }
.order-table__header-item:nth-child(4), .order-table__header-item:last-child {
  width: 25%; }
@media screen and (max-width: 35em) {
  .order-table {
    overflow-x: auto; }
    .order-table__header {
      width: 56rem; } }

@media screen and (max-width: 35em) {
  .checkout .order-table {
    overflow-x: auto; } }

/*  Order row  */
.order-row__header {
  color: #000;
  font-size: 1.2rem;
  background-color: #fff;
  border-top: 2px solid #747474;
  transition: background-color .2s ease, color .2s ease; }
  .order-row__header:hover {
    color: #000 !important;
    background-color: #ccc !important; }
.order-row__header-item:first-child, .order-row__header-item:nth-child(2) {
  width: 15%; }
.order-row__header-item:last-child, .order-row__header-item:nth-child(4) {
  width: 25%; }
.order-row:nth-child(even) .order-row__header {
  color: #000;
  background-color: #e3e3e3; }
.order-row__order {
  border-top: 2px solid #747474; }
@media screen and (max-width: 35em) {
  .order-row_order, .order-row__header {
    width: 56rem; } }

/*  Order  */
.order {
  color: #000;
  font-size: 1.2rem;
  background-color: #fff; }
  .order__group-title {
    font-size: 1.2rem;
    font-weight: 700; }
  .order__add {
    padding-right: 0; }
  .order__add-button, .order__repeat-button {
    color: #fff;
    background-color: #ff6300;
    border: none;
    border-radius: 0;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    transition: background-color .2s ease, color .2s ease;
    cursor: pointer; }
    .order__add-button:hover, .order__repeat-button:hover {
      color: #fff;
      background-color: #6d757d; }
  .order__repeat-empty-basket {
    line-height: 2.4rem; }
  .order__items-container {
    border-top-color: transparent; }
  .order__items-table {
    color: #000;
    font-size: 1.2rem;
    background-color: #fff;
    border: none; }
  .order__items-deal {
    color: #000;
    background-color: #e3e3e3; }
  .order__items-deal-title {
    color: #fff;
    background-color: #ff6300; }
  .order__items-attribute {
    padding-left: .5rem;
    font-size: 1.2rem; }
  .order__items-footer {
    border-top-color: #747474;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase; }
  .order__total {
    border-top-color: #747474; }

/*  Credit
    -------------------------------------------------------------------------- */
.credit-page__main {
  color: #000;
  background-color: #000; }
.credit-page__status__balance {
  font-size: 2rem;
  font-weight: 400; }
.credit-page__status__balance-amount {
  font-size: 2.4rem;
  margin-top: .5rem; }
.credit-page__status__rules {
  font-size: 1.4rem;
  line-height: 1.4; }
.credit-page__form__teaser {
  font-size: 1.6rem;
  color: #949494;
  font-weight: 700; }
.credit-page__form__input {
  border: 1px solid #747474;
  background-color: #e3e3e3; }
.credit-page__form__button {
  color: #fff;
  background-color: #ff6300;
  border: none;
  border-radius: 0;
  font-size: 1.4rem;
  font-weight: 700;
  transition: background-color .2s ease, color .2s ease; }
  .credit-page__form__button:hover {
    color: #fff;
    background-color: #6d757d; }

/*  Credit table
    -------------------------------------------------------------------------- */
.credit-table__header {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #000; }
.credit-table__row {
  background-color: #fff; }
  .credit-table__row:nth-child(odd) {
    background-color: #e3e3e3; }
  .credit-table__row:hover {
    background-color: #ccc; }
.credit-table td {
  font-size: 1.2rem;
  color: #000; }

/*  ==========================================================================
    MESSAGES
    ========================================================================== */
.message_info {
  font-size: 1.6rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #6d757d;
  opacity: 0.9; }
  .message_info a,
  .message_info a:hover {
    color: #fff; }

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

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

/*  Homepage: slideshow at the top
    -------------------------------------------------------------------------- */
.slider {
  margin: 0 auto 3rem; }
  .slider__wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 96%;
    width: 100%;
    max-width: 100%; }
    .slider__wrapper:before {
      display: table;
      content: ""; }
    .slider__wrapper:after {
      display: table;
      content: "";
      clear: both; }
  .slider .unslider-nav {
    display: none; }
  @media screen and (max-width: 52.5em) {
    .slider {
      margin-bottom: 0; } }

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

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

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

  .index-slideshow-links {
    position: static;
    margin-top: 1em; } }
/*  Homepage: shop picker above the slideshow
    -------------------------------------------------------------------------- */
.index-locator {
  color: #000;
  background-color: #fff; }
  .index-locator__title {
    font-size: 2rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    background-color: #000; }
  .index-locator__method {
    font-size: 1.6rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase; }
    .index-locator__method input[type=radio]:checked + span {
      color: #fff;
      background-color: #ff6300; }
  .index-locator__method-name {
    background-color: #6d757d; }
  .index-locator__postcode-input {
    font-size: 1.7rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    border: 1px solid #747474;
    background-color: transparent; }
    .index-locator__postcode-input::placeholder {
      color: #949494; }
  .index-locator__postcode-button {
    color: #fff;
    background-color: #ff6300;
    border: none;
    padding: 0;
    border-radius: 0;
    font-size: 1.6rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    transition: background-color .2s ease, color .2s ease;
    cursor: pointer; }
    .index-locator__postcode-button:hover {
      color: #fff;
      background-color: #6d757d; }
  .index-locator__postcode-warning {
    color: #ff0000;
    font-size: 1.3rem; }
  .index-locator__text {
    font-size: 1.3rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400; }
  .index-locator__postcode-selected {
    font-size: 1.5rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700;
    text-transform: uppercase; }
  .index-locator__postcode-link {
    color: #000;
    font-weight: 400; }
  @media screen and (max-width: 52.5em) {
    .index-locator__container_centered {
      display: flex;
      flex-direction: column-reverse; } }

.header-banner .index-locator,
.index-locator__container_centered .index-locator {
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1rem; }
  .header-banner .index-locator .index-locator__title,
  .index-locator__container_centered .index-locator .index-locator__title {
    border-radius: 1rem 1rem 0 0; }
  .header-banner .index-locator .index-locator__methods,
  .header-banner .index-locator .index-locator__postcode-input,
  .header-banner .index-locator .index-locator__postcode-button,
  .header-banner .index-locator .index-locator-restaurant__button,
  .index-locator__container_centered .index-locator .index-locator__methods,
  .index-locator__container_centered .index-locator .index-locator__postcode-input,
  .index-locator__container_centered .index-locator .index-locator__postcode-button,
  .index-locator__container_centered .index-locator .index-locator-restaurant__button {
    border-radius: .5rem;
    overflow: hidden; }
  @media screen and (max-width: 52.5em) {
    .header-banner .index-locator,
    .index-locator__container_centered .index-locator {
      position: static;
      transform: none; }
      .header-banner .index-locator .index-locator__wrapper,
      .index-locator__container_centered .index-locator .index-locator__wrapper {
        width: 100%;
        padding: 0;
        max-width: 96%; }
      .header-banner .index-locator .index-locator__title,
      .index-locator__container_centered .index-locator .index-locator__title {
        border-radius: 0; } }

.index-locator-restaurant {
  color: #000;
  font-size: 1.4rem;
  border-top: 1px solid #000; }
  .index-locator-restaurant__name {
    font-size: 1.7rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700;
    line-height: 1; }
  .index-locator-restaurant__phone {
    font-size: 1.7rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700;
    line-height: 1; }
    .index-locator-restaurant__phone a {
      color: #000;
      text-decoration: none; }
  .index-locator-restaurant__button {
    color: #fff;
    background-color: #ff6300;
    border: none;
    padding: 0;
    border-radius: 0;
    font-size: 1.6rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    transition: background-color .2s ease, color .2s ease;
    cursor: pointer; }
    .index-locator-restaurant__button:hover {
      color: #fff;
      background-color: #6d757d; }

@media screen and (max-width: 52.5em) {
  .index-locator__wrapper {
    padding-bottom: 2rem; } }
/*  Homepage: connected customer
    -------------------------------------------------------------------------- */
.index-connected-customer {
  margin: 2rem 0; }
  .index-connected-customer__wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 96%; }
    .index-connected-customer__wrapper:before {
      display: table;
      content: ""; }
    .index-connected-customer__wrapper:after {
      display: table;
      content: "";
      clear: both; }
  .index-connected-customer__item {
    padding: 1.5rem 2rem;
    text-align: center;
    color: #000;
    background-color: #e3e3e3; }
    .index-connected-customer__item:first-of-type {
      color: #fff;
      text-align: left;
      background-color: #6d757d; }
      .index-connected-customer__item:first-of-type .index-connected-customer__title {
        color: #fff; }
      .index-connected-customer__item:first-of-type .index-connected-customer__button_other {
        margin-left: 1rem;
        background-color: #e3e3e3;
        color: #000; }
        .index-connected-customer__item:first-of-type .index-connected-customer__button_other:hover {
          color: #ff6300;
          background-color: #000; }
  .index-connected-customer__title {
    margin-bottom: .5em;
    font-size: 1.8rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1; }
  .index-connected-customer__content {
    min-height: 3.6rem; }
    @media screen and (max-width: 52.5em) {
      .index-connected-customer__content {
        min-height: 0; } }
  .index-connected-customer__buttons {
    margin-top: 2rem;
    display: flex;
    justify-content: center; }
  .index-connected-customer__button {
    color: #fff;
    background-color: #ff6300;
    border: none;
    padding: 1rem 2rem;
    border-radius: 0;
    font-size: 1.5rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    transition: background-color .2s ease, color .2s ease; }
    .index-connected-customer__button:hover {
      color: #ff6300;
      background-color: #000; }
    @media screen and (max-width: 67.5em) {
      .index-connected-customer__button {
        font-size: 1.4rem;
        padding: 1rem; } }
    @media screen and (max-width: 56.25em) {
      .index-connected-customer__button {
        font-size: 1.2rem; } }

/*  Homepage: microblog - a series of short blocks (image + text)
    -------------------------------------------------------------------------- */
.index-microblog {
  margin: 3rem auto; }
  .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: #fff;
    background-color: #ff6300;
    position: relative;
    padding: 2rem; }
  .index-microblog__image-wrapper {
    margin: 0 auto 2rem; }
  .index-microblog__title {
    font-size: 2rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
    line-height: 1.2;
    text-align: center; }
  .index-microblog__content {
    line-height: 1.5;
    font-size: 1.2rem; }
    .index-microblog__content p {
      margin-bottom: 1rem;
      line-height: 1.5; }
    .index-microblog__content p + p {
      margin-top: 1rem; }
    @media screen and (max-width: 52.5em) {
      .index-microblog__content {
        text-align: center; } }
  .index-microblog__spacer {
    height: 4.6rem; }
  .index-microblog__footer {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    left: 2rem;
    text-align: center; }
  .index-microblog__link {
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 5.2rem;
    color: #fff;
    background-color: #000;
    border: none;
    padding: 1.2rem 2.6rem;
    border-radius: 0;
    font-size: 1.4rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease; }
    .index-microblog__link:hover {
      color: #fff;
      background-color: #6d757d; }
  @media screen and (max-width: 52.5em) {
    .index-microblog {
      margin: 1rem auto; }
      .index-microblog__title {
        font-size: 2.4rem; }
      .index-microblog__content {
        font-size: 1.4rem; }
      .index-microblog__post + .index-microblog__post {
        margin-top: 1rem; } }

/*  Homepage: About us
    -------------------------------------------------------------------------- */
.index-about {
  margin-bottom: 3rem;
  color: #fff; }
  .index-about__wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 96%;
    padding: 3rem 5%;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    background-color: #6d757d;
    box-sizing: border-box; }
    .index-about__wrapper:before {
      display: table;
      content: ""; }
    .index-about__wrapper:after {
      display: table;
      content: "";
      clear: both; }
  .index-about__title {
    margin-bottom: 2rem;
    font-size: 3.5rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase; }
  @media screen and (max-width: 52.5em) {
    .index-about {
      margin-bottom: 1rem; }
      .index-about__wrapper {
        font-size: 1.6rem; }
      .index-about__title {
        font-size: 2.4rem; } }

/*  Homepage: newsletter signup form
    -------------------------------------------------------------------------- */
.index-newsletter {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 2.5rem 0;
  color: #fff;
  background-color: #000; }
  .index-newsletter__wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 96%; }
    .index-newsletter__wrapper:before {
      display: table;
      content: ""; }
    .index-newsletter__wrapper:after {
      display: table;
      content: "";
      clear: both; }
  .index-newsletter__title {
    font-size: 1.8rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: -30rem;
    line-height: 3.6rem; }
  .index-newsletter__fieldset {
    padding: 0 12rem 0 30rem; }
  .index-newsletter__field {
    border: none;
    height: 3.6rem;
    line-height: 3.6rem;
    color: #000;
    background-color: #fff; }
    .index-newsletter__field::placeholder {
      color: #949494; }
  .index-newsletter__button {
    color: #fff;
    background-color: #ff6300;
    border: none;
    padding: 0;
    border-radius: 0;
    font-size: 1.6rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    transition: background-color .2s ease, color .2s ease;
    margin-right: -12rem;
    width: 11.5rem;
    height: 3.6rem;
    line-height: 3.6rem;
    cursor: pointer; }
    .index-newsletter__button:hover {
      color: #fff;
      background-color: #6d757d; }

/*  Homepage: map showing the position of the restaurant
    -------------------------------------------------------------------------- */
.index-map {
  margin-top: 3rem; }
  .index-map__wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 96%; }
    .index-map__wrapper:before {
      display: table;
      content: ""; }
    .index-map__wrapper:after {
      display: table;
      content: "";
      clear: both; }
  .index-map__shop {
    width: 35rem;
    color: #fff;
    background-color: #000;
    border: 1px solid #747474; }
    .index-map__shop .social-icons__link {
      border: 1px solid transparent; }
    @media screen and (max-width: 52.5em) {
      .index-map__shop {
        margin: 0rem auto 3rem; } }
  .index-map__shop-title {
    font-size: 1.8rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #ff6300;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 1rem; }
  .index-map__shop-phone {
    font-size: 1.8rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 700;
    margin: 1rem 0; }
    .index-map__shop-phone a {
      color: #fff; }
  .index-map__order-button {
    color: #fff;
    background-color: #ff6300;
    border: none;
    padding: 1rem 0;
    border-radius: 0;
    font-size: 1.6rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    transition: background-color .2s ease, color .2s ease;
    line-height: 2rem;
    display: block;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box; }
    .index-map__order-button:hover {
      color: #fff;
      background-color: #6d757d; }
  .index-map__shop-image {
    margin-top: 1rem; }
  .index-map__embed-image {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 40em) {
      .index-map__embed-image {
        transform: translate(-60%, -40%); } }

/*  Homepage: list of restaurants (franchises only)
    -------------------------------------------------------------------------- */
.index-shop-list {
  margin: 3rem 0 0; }
  .index-shop-list__wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 96%;
    padding: 3rem 5%;
    background-color: #000;
    box-sizing: border-box; }
    .index-shop-list__wrapper:before {
      display: table;
      content: ""; }
    .index-shop-list__wrapper:after {
      display: table;
      content: "";
      clear: both; }
  .index-shop-list__header {
    margin-bottom: 3rem;
    text-align: center; }
    @media screen and (max-width: 52.5em) {
      .index-shop-list__header {
        margin-bottom: 2rem; } }
  .index-shop-list__title {
    font-size: 3.4rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #ff6300;
    font-weight: 700;
    text-transform: uppercase; }
    @media screen and (max-width: 40em) {
      .index-shop-list__title {
        font-size: 2.4rem; } }
  .index-shop-list__filter {
    display: inline-block; }
  .index-shop-list__shop {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.8rem;
    text-align: center;
    box-sizing: border-box;
    padding: 0 1rem; }
  .index-shop-list__shop-title {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #ff6300;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2rem; }
  .index-shop-list__shop-link {
    color: #fff; }
  .index-shop-list p, .index-shop-list__shop-address, .index-shop-list__shop-address p {
    margin-bottom: 1rem; }
  @media screen and (max-width: 52.5em) {
    .index-shop-list {
      margin: 2rem 0 0; } }

/*  ==========================================================================
    SPECIAL FEATURES
    ========================================================================== */
/*  --------------------------------------------------------------------------
    SKU BUTTONS
    (optional feature, available on touch but NOT on sidetouch)
    --------------------------------------------------------------------------
    Shows product sizes (skus) as buttons instead of selects.
    To activate, create a 'size_buttons' tag and set it on the chosen products/categories
    -------------------------------------------------------------------------- */
.sku-buttons {
  border-radius: 0; }
  .sku-buttons__text {
    color: #000;
    background-color: #000;
    border-left: 1px solid #747474; }
  .sku-buttons__radio:checked + .sku-buttons__text {
    color: #000;
    background-color: #ff6300; }
  .sku-buttons__radio:disabled + .sku-buttons__text {
    color: #949494;
    background-color: #ccc; }

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

/*  --------------------------------------------------------------------------
    GROUPED SKUS
    (optional feature)
    --------------------------------------------------------------------------
    Group size selection at the top of the page (instead of for every product).
    To activate, create a 'size_group' tag and set it on one or several main (topmost) categories.
    -------------------------------------------------------------------------- */
.grouped-skus__title {
  font-size: 1.6rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700; }
.grouped-skus__list {
  border-radius: 0; }
.grouped-skus__text {
  font-size: 1.4rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  background-color: #000;
  border-left: 1px solid #747474; }
.grouped-skus__item:first-child .grouped-skus__text {
  border-left: none; }
.grouped-skus__radio:checked + .grouped-skus__text {
  color: #000;
  background-color: #ff6300; }
.grouped-skus__radio:disabled + .grouped-skus__text {
  color: #949494;
  background-color: #6d757d; }

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

.cyo-enum__text {
  font-size: 1.4rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #000;
  color: #fff;
  background-color: #6d757d; }
.cyo-enum__radio:checked + .cyo-enum__text {
  color: #fff;
  background-color: #ff6300; }
.cyo-enum__radio:disabled + .cyo-enum__text {
  color: #949494;
  background-color: #000; }

.cyo-set__label input[type=checkbox]:checked + .cyo-set__text:after {
  display: block;
  background-color: #ff6300; }
.cyo-set__group-title {
  font-size: 1.4rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700; }
.cyo-set__text {
  font-size: 1.4rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #000; }
  .cyo-set__text:before {
    border-color: #747474;
    background-color: #e3e3e3; }
  .cyo-set__text:after {
    color: #e3e3e3;
    background-color: #fff; }

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

/*  --------------------------------------------------------------------------
    LOCATOR
    (optional page)
    --------------------------------------------------------------------------
    Page which lets the user pick a restaurant based on his address.
    Functionality is similar to index shop picker, but on its own page.
    -------------------------------------------------------------------------- */
.locator {
  color: #000;
  background-color: #e3e3e3;
  border-radius: 1rem;
  overflow: hidden;
  width: 60rem;
  margin-top: 6rem; }
  .locator__wrapper {
    padding: 0 0 1.2rem; }
  .locator__title {
    font-size: 2rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2.2rem;
    padding: 1.3rem 1rem;
    background-color: #000; }
  .locator__fields-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box; }
  .locator__methods {
    border: none;
    margin-bottom: 1rem;
    border-radius: .5rem;
    overflow: hidden; }
  .locator__method {
    font-size: 1.6rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase; }
    .locator__method input[type=radio]:checked + span {
      color: #fff;
      background-color: #ff6300; }
  .locator__method-name {
    background-color: #6d757d;
    height: 4.4rem;
    line-height: 4.4rem; }
  .locator__postcode-input-wrapper {
    padding-right: 7rem; }
  .locator__postcode-input {
    font-size: 1.7rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    height: 4.4rem;
    line-height: 4.4rem;
    border: 1px solid #747474;
    border-right-color: #ff6300;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1rem;
    border-radius: .5rem 0 0 .5rem; }
    .locator__postcode-input::placeholder {
      color: #949494;
      font-size: 1.4rem; }
    .locator__postcode-input[data-locator-error] {
      background-color: #ff0000; }
  .locator__postcode-button {
    color: #fff;
    background-color: #ff6300;
    border: none;
    padding: 0;
    border-radius: 0 0.5rem 0.5rem 0;
    font-size: 2rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    float: left;
    margin-right: -7rem;
    width: 7rem;
    height: 4.4rem;
    line-height: 4.4rem;
    transition: background-color .2s ease, color .2s ease; }
    .locator__postcode-button:hover {
      color: #fff;
      background-color: #6d757d; }
  .locator__search-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  .locator__postcode-warning {
    color: #fff;
    font-size: 1.4rem; }
  .locator__selected {
    font-size: 1.7rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #000; }
  .locator__selected-value {
    color: #000;
    font-weight: 700;
    text-transform: uppercase; }
  .locator__selected-link {
    font-size: 1.3rem;
    font-weight: 400;
    text-decoration: underline;
    text-transform: none; }
  .locator__restaurants {
    margin: 0; }

/*  Locator restaurant
    -------------------------------------------------------------------------- */
.locator-restaurant {
  color: #000;
  background-color: #e3e3e3; }
  .locator-restaurant__name {
    font-size: 1.9rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    width: 37%; }
  .locator-restaurant__toggle {
    font-size: 1.4rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    line-height: 1.9rem; }
  .locator-restaurant__content-name {
    font-size: 1.9rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2.9rem; }
  .locator-restaurant__embed-map {
    border-radius: .5rem;
    overflow: hidden; }
  .locator-restaurant__opening-times {
    background-color: #fff;
    border-radius: .5rem; }
  .locator-restaurant__address {
    font-size: 1.4rem;
    line-height: 1.2; }
  .locator-restaurant__phone {
    font-size: 1.7rem; }
  .locator-restaurant__button {
    color: #fff;
    background-color: #ff6300;
    border: none;
    padding: 0.5rem 2rem;
    border-radius: 0.5rem;
    font-size: 1.4rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.9rem;
    transition: background-color .2s ease, color .2s ease; }
    .locator-restaurant__button:hover {
      color: #fff;
      background-color: #6d757d; }
  .locator-restaurant__name-distance, .locator-restaurant__content-name-distance {
    font-size: 1.4rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    text-transform: uppercase; }
  @media screen and (max-width: 40em) {
    .locator-restaurant__header, .locator-restaurant__opening-times, .locator-restaurant__address, .locator-restaurant__content-name {
      text-align: center; }
    .locator-restaurant__embed-map {
      margin-top: .5rem; }
    .locator-restaurant__opening-times {
      margin-top: 0;
      background-color: transparent; }
    .locator-restaurant__name {
      width: 100%; }
    .locator-restaurant__address p:last-child {
      margin-bottom: 0; }
    .locator-restaurant__toggle {
      float: none;
      margin-bottom: .9rem; }
    .locator-restaurant__button_header {
      float: none;
      max-width: 16rem; } }

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

/*  Restaurant search
    -------------------------------------------------------------------------- */
.restaurants-search__input-wrapper {
  border: 1px solid #747474; }
.restaurants-search__input {
  font-size: 1.4rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #000; }
  .restaurants-search__input::placeholder {
    font-size: 1.4rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #949494; }
.restaurants-search__buttons-wrapper:after {
  border-left-color: #000; }
.restaurants-search__button {
  color: #000;
  background-color: #e3e3e3; }
.restaurants-search__warning {
  color: #fff;
  background-color: #ff0000;
  padding: .5rem; }

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

.restaurant-details {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.4; }
  .restaurant-details__name {
    font-size: 1.8rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2; }
  .restaurant-details__item_phone {
    color: #000; }
  .restaurant-details__item-icon {
    color: #000; }
  .restaurant-details__order-button {
    color: #fff;
    background-color: #ff6300;
    border: none;
    padding: 1em 2em;
    border-radius: 0;
    font-size: 1.6rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 700;
    transition: background-color .2s ease, color .2s ease; }
    .restaurant-details__order-button:hover {
      color: #fff;
      background-color: #6d757d; }

/*  --------------------------------------------------------------------------
    PASSWORD STRENGTH CHECKER
    --------------------------------------------------------------------------
    On the 'register' and 'order_step2' pages
    -------------------------------------------------------------------------- */
.password-checker {
  background-color: #000;
  border-color: #747474; }
  .password-checker:before {
    border-left-color: #747474;
    border-right-color: #747474; }
  .password-checker:after {
    border-left-color: #000;
    border-right-color: #000; }
  .password-checker__label {
    font-size: 1rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #000; }
  .password-checker__text {
    font-size: 1.2rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #000;
    letter-spacing: -0.2px; }
  .password-checker__bar {
    background-color: #e3e3e3; }
  .password-checker__score {
    background-color: #ff6300; }
    .password-checker__score.weak {
      width: 30%;
      background-color: #ff6300; }
    .password-checker__score.medium {
      width: 60%;
      background-color: #000; }
    .password-checker__score.strong {
      width: 100%;
      background-color: #14a800; }
  .password-checker__input-message {
    font-size: 1.2rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #000;
    background-color: #ff0000; }

/*  --------------------------------------------------------------------------
    ADVANCED LOYALTY
    (optional feature)
    --------------------------------------------------------------------------
    Can be activated by setting the "loyalty_page" boolean parameter
    - Adds a /loyalty page
    - Adds links to this page in user, account and mobile menus
    -------------------------------------------------------------------------- */
/* Loyalty dropdown
   -------------------------------------------------------------------------- */
.loyalty-dropdown {
  font-size: 1.4rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  padding: 2rem; }
  .loyalty-dropdown:before {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .2;
    content: none;
    display: none; }
  .loyalty-dropdown__title {
    font-size: 1.6rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700;
    text-transform: capitilize; }
  .loyalty-dropdown__rules {
    overflow: hidden; }
  .loyalty-dropdown__rules, .loyalty-dropdown__rules p {
    line-height: 1.4; }
  .loyalty-dropdown__more-link {
    color: #000;
    text-decoration: underline; }
    .loyalty-dropdown__more-link:hover {
      text-decoration: none; }

/*  Loyalty page
    -------------------------------------------------------------------------- */
/*  Loyalty banner  */
.loyalty-page__banner__content {
  font-size: 2.4rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400; }
.loyalty-page__banner__title {
  font-size: 3.6rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700; }
.loyalty-page__banner__p {
  color: #000;
  font-size: 1.8rem; }
.loyalty-page__banner__points-value {
  color: #000;
  font-weight: 400; }
.loyalty-page__banner__note {
  color: #000;
  font-size: 1.2rem; }

/*  Loyalty page how to
    -------------------------------------------------------------------------- */
.loyalty-page__howto {
  padding: 2rem;
  color: #000;
  background-color: #e3e3e3; }
  .loyalty-page__howto:before {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .13;
    content: none;
    display: none; }
  .loyalty-page__howto ul,
  .loyalty-page__howto ol {
    margin: 1rem 0; }
    .loyalty-page__howto ul li,
    .loyalty-page__howto ol li {
      margin-bottom: .5rem; }
  @media screen and (max-width: 40em) {
    .loyalty-page__howto {
      text-align: center; } }
.loyalty-page__howto__wrapper {
  color: #000;
  font-weight: 400; }
.loyalty-page__howto__title {
  font-size: 1.6rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700; }
.loyalty-page__howto-badge {
  float: right;
  width: 24rem; }
  @media screen and (max-width: 40em) {
    .loyalty-page__howto-badge {
      float: none;
      margin: 3rem 0;
      width: 100%; } }

/*  Loyalty page table
    -------------------------------------------------------------------------- */
.loyalty-table__header {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #000; }
.loyalty-table__row {
  background-color: #fff; }
  .loyalty-table__row:nth-child(odd) {
    background-color: #e3e3e3; }
  .loyalty-table__row:hover {
    background-color: #ccc; }
  .loyalty-table__row plus {
    color: #000;
    font-weight: 400; }
  .loyalty-table__row minus {
    color: #000;
    font-weight: 400; }
.loyalty-table thead tr {
  background-color: #000; }
.loyalty-table tbody tr {
  background-color: #fff;
  transition: background-color .2s ease, color .2s ease; }
  .loyalty-table tbody tr:hover {
    background-color: #ccc; }
    .loyalty-table tbody tr:hover td {
      color: #000; }
  .loyalty-table tbody tr:nth-child(even) {
    background-color: #e3e3e3; }
    .loyalty-table tbody tr:nth-child(even) td {
      color: #000; }
  .loyalty-table tbody tr td {
    border-top: 2px solid #747474; }
.loyalty-table th {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700; }
.loyalty-table td {
  font-size: 1.2rem;
  color: #000; }

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

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

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

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

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

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

.page_deal_wizard .content__wrapper,
.page_categories .content__wrapper,
.page_menu .content__wrapper {
  display: flex; }

/*  Left side category
    -------------------------------------------------------------------------- */
.content .content__main {
  box-sizing: border-box;
  width: 100%;
  float: none;
  padding-left: 2.6rem; }
.content .content__side,
.content .content__side.floater-fixed {
  width: 31.8rem !important;
  box-sizing: border-box;
  float: none;
  position: fixed; }
.content .content__side.basket-dropdown-open .content__side-wrapper {
  overflow-y: auto; }

.content__side_hidden-on-desktop {
  display: none; }

.content__primary {
  width: calc(100% - 28rem);
  box-sizing: border-box; }

.content__secondary,
.content__secondary.floater-fixed {
  float: left;
  margin: 0;
  width: 28rem;
  box-sizing: border-box;
  overflow: hidden; }
  .content__secondary .category-navigation__wrapper,
  .content__secondary.floater-fixed .category-navigation__wrapper {
    width: 100%; }

.content__secondary.floater-fixed {
  margin-top: .5rem;
  margin-bottom: 1rem;
  position: fixed; }
  .content__secondary.floater-fixed + .content__primary {
    margin-left: 28rem; }
    @media screen and (max-width: 52.5em) {
      .content__secondary.floater-fixed + .content__primary {
        margin-left: 0; } }
  .content__secondary.floater-fixed .category-navigation {
    padding-right: 0;
    width: calc(100% + 1.7rem); }

.content_menu-leftside .category-navigation {
  background-color: transparent;
  width: 30rem;
  padding-right: 2rem;
  overflow-y: auto;
  box-sizing: border-box; }
  .content_menu-leftside .category-navigation__item {
    width: 100%;
    box-sizing: border-box; }
    .content_menu-leftside .category-navigation__item + .category-navigation__item:before {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background-color: #747474;
      margin: .5rem 0; }
  .content_menu-leftside .category-navigation__link {
    display: flex;
    align-items: center;
    color: #000;
    border-radius: 0;
    font-size: 2rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    transition: all .3s ease; }
  .content_menu-leftside .category-navigation .category-navigation__link:hover,
  .content_menu-leftside .category-navigation .category-navigation__item_active .category-navigation__link {
    color: #fff;
    background-color: #ff6300; }

@media screen and (max-width: 75em) {
  .content_menu-leftside .product {
    width: 50%; }
  .content_menu-leftside .product:nth-child(2n+1) {
    clear: left; }
  .content_menu-leftside .product:nth-child(3n+1) {
    clear: none; } }
@media screen and (max-width: 52.5em) {
  .content__primary {
    margin-left: 0;
    width: 100%; }

  .content__secondary {
    display: none; }

  .content .content__main {
    float: none;
    width: 100%;
    padding: 0; }

  .content__side {
    float: none;
    width: 43rem;
    max-width: 100%; }

  .content__side_hidden-on-desktop {
    display: block;
    height: auto;
    overflow: visible; } }
/*  Images in categories titles and categories menus
    -------------------------------------------------------------------------- */
.category-navigation__list:has(.category-navigation__link-icon) .category-navigation__link {
  padding-left: 9rem;
  padding-top: .6rem;
  padding-bottom: .6rem;
  position: relative;
  border-radius: .5rem;
  box-sizing: border-box;
  min-height: 6.8rem; }
.category-navigation__list:not(.category-navigation__list:has(.category-navigation__link-icon)) .category-navigation__favourite-icon {
  position: static;
  width: auto;
  height: auto;
  transform: none;
  margin-right: .5rem; }
  .category-navigation__list:not(.category-navigation__list:has(.category-navigation__link-icon)) .category-navigation__favourite-icon:before {
    line-height: 2.4rem; }
.category-navigation_touch .category-navigation__list:has(.category-navigation__link-icon) .category-navigation__link_no-image {
  padding-left: 3rem;
  padding-right: 3rem; }
.category-navigation__link {
  line-height: 2.4rem; }
.category-navigation__link-icon {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: .5rem;
  width: 6.6rem;
  height: 5.6rem;
  object-fit: contain; }
  @media screen and (max-width: 52.5em) {
    .category-navigation__link-icon {
      left: 0; } }

.mobile-menu__submenu:has(.mobile-menu__item-link-icon) .mobile-menu__item-link {
  padding-left: 5.7rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 3.8rem;
  position: relative; }
.mobile-menu__item-link-icon {
  display: block;
  position: absolute;
  height: 3.2rem;
  width: 3.2rem;
  left: 1.7rem;
  top: 50%;
  transform: translateY(-50%);
  object-fit: contain; }

.category__title-text {
  line-height: 4.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: solid 1px #747474; }
.category__title-icon {
  width: 4.8rem;
  height: 4.8rem;
  object-fit: contain;
  margin-right: 1rem; }

/*  PRODUCT MONOBLOCK
    -------------------------------------------------------------------------- */
.product_monoblock .product__wrapper {
  position: relative;
  overflow: hidden;
  background-color: #e3e3e3;
  border: 2px solid transparent;
  transition: all .4s ease; }
  .product_monoblock .product__wrapper:hover {
    border-color: rgba(227, 227, 227, 0.6);
    transform: translate(0, -0.4rem);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); }
.product_monoblock.product_with-counter .product__wrapper {
  border-color: transparent; }
  .product_monoblock.product_with-counter .product__wrapper:hover {
    border-color: #ff6300; }
.product_monoblock.product_with-counter .product__counter {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  color: #fff;
  background-color: #ff6300; }
.product_monoblock .product__bottom,
.product_monoblock .product__buttons {
  display: none; }
.product_monoblock .product__mobile-button {
  display: block; }
.product_monoblock .product__top {
  margin-bottom: 1rem;
  padding: 0 .6rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center; }
.product_monoblock .product__name {
  order: -1;
  margin-bottom: 1rem;
  text-align: center; }
.product_monoblock .product__description {
  text-align: center; }
@media screen and (max-width: 52.5rem) {
  .product_monoblock {
    float: left;
    margin-bottom: 2rem;
    padding: 0 10px;
    box-sizing: border-box; }
    .product_monoblock.product_with-counter .product__counter {
      margin-right: 0; }
    .product_monoblock.product_with-counter:after {
      display: none; }
    .product_monoblock .product__picture-container {
      float: none;
      margin: 0 auto 1rem;
      width: 100%; }
    .product_monoblock .product__picture {
      min-height: 19rem; }
    .product_monoblock .product__price {
      display: block; }
    .product_monoblock .product__mobile-price {
      display: none; } }
@media screen and (max-width: 26.25em) {
  .product_monoblock .product__picture {
    min-height: 12rem; }
  .product_monoblock .product__top {
    padding: 0; }
  .product_monoblock .product__price,
  .product_monoblock .product__name {
    font-size: 1.8rem;
    margin-bottom: .6rem; }
  .product_monoblock .product__description {
    font-size: 1.1rem; } }
@media screen and (max-width: 23em) {
  .product_monoblock .product__picture {
    min-height: 10rem; } }

/*  PRODUCT FIXED IMAGE VIEW
    -------------------------------------------------------------------------- */
.product__picture {
  height: 10vw;
  object-fit: contain;
  min-height: 19rem;
  max-height: 25rem; }
  @media screen and (max-width: 52.5rem) {
    .product__picture {
      min-height: 10rem; } }

/*  THEME ROUNDED VIEW
    -------------------------------------------------------------------------- */
.nice-select,
.dropdown-menu__body,
.dropdown-menu__body .shop-info,
.basket__delivery_radio,
.basket__coupon-input,
.popup-group__quantity-field,
.popup-enum__text,
.product__picture-container,
.product__buttons,
.category-navigation__order-button,
.index-slideshow-links__link,
.index-microblog__link,
.index-newsletter__field,
.index-newsletter__button,
.index-map__order-button,
.index-map__shop-image img,
.checkout-row__field-text,
.form-buttons__button,
.basket-upselling__image,
.content_menu-leftside .category-navigation__link,
.basket__button-link,
.checkout-row__field-textarea,
.order__add-button,
.order__repeat-button,
.order-table,
.order__items-container,
.index-connected-customer__button {
  border-radius: 0.5rem; }

.product__picture-container,
.product__buttons,
.slider__wrapper,
.order-table,
.order__items-container {
  overflow: hidden; }

.nice-select.open .list {
  border-radius: 0 0 0.5rem 0.5rem; }

.basket {
  border-radius: 1rem; }
  .basket .basket__header {
    border-radius: 1rem 1rem 0 0; }
  .basket .basket__footer {
    border-radius: 0 0 1rem 1rem; }
  @media screen and (max-width: 52.5em) {
    .basket {
      border-radius: 0; }
      .basket .basket__footer,
      .basket .basket__header {
        border-radius: 0; } }

.text-below-basket,
.popup,
.popup.popup_improved,
.index-microblog__post,
.index-microblog__image,
.index-about__wrapper,
.index-map__wrapper,
.index-map__shop,
.loyalty-page__howto,
.loyalty-page__banner,
.loyalty-page__history,
.checkout,
.index-connected-customer__item,
.index-shop-list__wrapper {
  border-radius: 1rem; }

.product .product__wrapper,
.product.product_improved .product__wrapper,
.product.product_monoblock .product__wrapper {
  border-radius: 1rem; }

.product_monoblock.product_with-counter .product__counter {
  border-radius: 0 0 0 1rem; }

.popup-buttons_improved .popup-buttons__button {
  border-radius: 1rem 0 1rem 0; }
  @media screen and (max-width: 52.5em) {
    .popup-buttons_improved .popup-buttons__button {
      border-radius: 0; } }

/*  BASKET IN THE HEADER
    -------------------------------------------------------------------------- */
.header__basket-menu {
  display: block;
  margin: 0;
  color: #fff; }
  .header__basket-menu .mobile-basket-button,
  .header__basket-menu .basket-menu {
    display: none; }
    @media screen and (max-width: 52.5em) {
      .header__basket-menu .mobile-basket-button,
      .header__basket-menu .basket-menu {
        display: block; } }

.header-basket {
  padding: 1em; }
  .header-basket__link {
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center; }
  .header-basket__icon {
    display: block;
    width: 2.6rem;
    height: 2rem;
    background: url("/assets-images/mobile_basket_icon.png") center center no-repeat;
    margin-top: -.3rem; }
  .header-basket__count {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: -.7rem;
    right: -.7rem;
    font-size: 1rem;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    box-sizing: border-box; }
  @media screen and (max-width: 52.5em) {
    .header-basket {
      display: none; } }

.content .content__main {
  width: 100%; }

.content .content__side,
.content .content__side.floater-fixed,
.content__primary .content__side,
.content__primary .content__side.floater-fixed {
  background-color: #fff;
  float: none;
  z-index: -100;
  opacity: 0;
  position: fixed !important;
  left: auto !important;
  top: 0;
  box-sizing: border-box;
  -webkit-transform: scale(0.75) translateY(-20px);
  -ms-transform: scale(0.75) translateY(-20px);
  transform: scale(0.75) translateY(-20px);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  transition: all 0.15s ease-out, opacity 0.15s ease-out;
  box-sizing: border-box;
  z-index: 1000;
  transform: translate(50%, -100%);
  top: -100% !important;
  right: 50% !important;
  left: auto !important;
  width: 400px !important;
  max-width: 100%; }
  .content .content__side:before, .content .content__side:after,
  .content .content__side.floater-fixed:before,
  .content .content__side.floater-fixed:after,
  .content__primary .content__side:before,
  .content__primary .content__side:after,
  .content__primary .content__side.floater-fixed:before,
  .content__primary .content__side.floater-fixed:after {
    display: none; }
  .content .content__side.basket-dropdown-open,
  .content .content__side.floater-fixed.basket-dropdown-open,
  .content__primary .content__side.basket-dropdown-open,
  .content__primary .content__side.floater-fixed.basket-dropdown-open {
    border: 2px solid #fff;
    margin: 0;
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    z-index: 1000;
    top: 50% !important;
    right: 50% !important;
    left: auto !important;
    transform: translate(50%, -50%);
    border-radius: 1rem; }
  .content .content__side .off-canvas__wrapper,
  .content .content__side.floater-fixed .off-canvas__wrapper,
  .content__primary .content__side .off-canvas__wrapper,
  .content__primary .content__side.floater-fixed .off-canvas__wrapper {
    padding-bottom: 0; }
  @media screen and (max-width: 52.5em) {
    .content .content__side,
    .content .content__side.floater-fixed,
    .content__primary .content__side,
    .content__primary .content__side.floater-fixed {
      position: static !important;
      float: none;
      z-index: 1000;
      opacity: 1;
      transform: none;
      transition: none; }
      .content .content__side:before, .content .content__side:after,
      .content .content__side.floater-fixed:before,
      .content .content__side.floater-fixed:after,
      .content__primary .content__side:before,
      .content__primary .content__side:after,
      .content__primary .content__side.floater-fixed:before,
      .content__primary .content__side.floater-fixed:after {
        display: none; } }

/*  Header banner
    -------------------------------------------------------------------------- */
.header-banner {
  display: block;
  width: 100%; }
  .header-banner .header-banner__image {
    display: block;
    margin: 0 auto;
    overflow: hidden; }
    .header-banner .header-banner__image_mobile {
      display: none; }
    @media screen and (max-width: 52.5em) {
      .header-banner .header-banner__image {
        display: none; }
        .header-banner .header-banner__image_mobile {
          display: block;
          border-radius: 0; } }
  .header-banner:has(.index-locator) {
    position: relative; }
  .header-banner .index-locator {
    min-height: 0; }
    @media screen and (max-width: 52.5em) {
      .header-banner .index-locator {
        position: absolute;
        transform: translate(-50%, -50%);
        width: 384px; } }

/*  Static pages
    -------------------------------------------------------------------------- */
.page_static .content__main {
  width: 100%;
  margin: 0 auto;
  float: none;
  text-align: center;
  padding: 0 1.5rem;
  box-sizing: border-box; }
  .page_static .content__main .static-page__title,
  .page_static .content__main h1 {
    font-size: 2.4rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700;
    line-height: 4rem;
    text-transform: none;
    text-align: center;
    margin-top: 0;
    margin-bottom: 2rem; }
  .page_static .content__main h2,
  .page_static .content__main h3,
  .page_static .content__main h4,
  .page_static .content__main h5,
  .page_static .content__main h6 {
    font-size: 2.4rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
    text-transform: none; }
  .page_static .content__main h3,
  .page_static .content__main h4,
  .page_static .content__main h5,
  .page_static .content__main h6 {
    text-transform: uppercase; }
  .page_static .content__main h2 {
    font-size: 2.2rem;
    line-height: 3rem; }
  .page_static .content__main h3 {
    font-size: 2.0rem;
    line-height: 2.4rem; }
  .page_static .content__main h4 {
    font-size: 1.8rem;
    line-height: 2rem; }
  .page_static .content__main h5 {
    font-size: 1.6rem;
    line-height: 1.6rem; }
  .page_static .content__main h6 {
    font-size: 1.4rem;
    line-height: 1.4rem; }
  .page_static .content__main p {
    font-size: 1.4rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 2.4rem;
    margin-bottom: 2rem;
    text-align: left; }
  .page_static .content__main img {
    border-radius: 0.5rem;
    display: block;
    margin: 0 auto; }
  .page_static .content__main ul,
  .page_static .content__main ol {
    margin: 0 0 2rem 0;
    padding-left: 1.8rem; }
  .page_static .content__main ul {
    padding-left: 0; }
  .page_static .content__main ul li,
  .page_static .content__main ol li {
    font-size: 1.4rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 2.4rem;
    padding-left: .5rem;
    margin-bottom: 2rem;
    text-align: left; }
  .page_static .content__main ul li {
    list-style: none;
    position: relative;
    padding-left: 2rem; }
    .page_static .content__main ul li:before {
      content: '';
      display: block;
      border-radius: 50%;
      width: .8rem;
      height: .8rem;
      position: absolute;
      top: .8rem;
      left: 0;
      background-color: #ff6300; }

.page_reset_password .checkout__description,
.page_forgot_password .checkout__description {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto; }

.page_index .index-map,
.page_index .mobile-menu__section_has-submenu:last-child,
.page_index .category-navigation_index {
  display: none; }

@media screen and (max-width: 52.5em) {
  .page_menu .header .header__wrapper .header__basket-menu,
  .page_categories .header .header__wrapper .header__basket-menu,
  .page_favourites .header .header__wrapper .header__basket-menu,
  .page_deal_wizard .header .header__wrapper .header__basket-menu,
  .page_half_half .header .header__wrapper .header__basket-menu,
  .page_cyo .header .header__wrapper .header__basket-menu,
  .page_orders .header .header__wrapper .header__basket-menu {
    transform: none;
    position: static; } }

.page_index:has(.index-locator) .header__ordering-menu {
  display: none; }

@media screen and (max-width: 23.75em) {
  .page_edit_account .checkout__section .form-buttons {
    text-align: center; }
    .page_edit_account .checkout__section .form-buttons__link {
      float: none;
      margin-top: 1rem; }
    .page_edit_account .checkout__section .form-buttons__button {
      float: none;
      width: 100%; } }
@media screen and (max-width: 27.5em) {
  .page_edit_account .checkout__section:nth-of-type(3) .form-buttons {
    text-align: center; }
    .page_edit_account .checkout__section:nth-of-type(3) .form-buttons__link {
      float: none;
      margin-top: 1rem; }
    .page_edit_account .checkout__section:nth-of-type(3) .form-buttons__button {
      float: none;
      width: 100%; } }

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