@charset "UTF-8";
/* ==========================================================================
   GENERAL
   ========================================================================== */
/* Imports
   -------------------------------------------------------------------------- */
@font-face {
  font-family: 'fontello';
  src: url("/assets-fonts/fontello.woff2") format("woff2"), url("/assets-fonts/fontello.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* Fonts
   -------------------------------------------------------------------------- */
@font-face {
  font-family: 'Rokkitt';
  src: url("/assets-fonts/Rokkitt-Regular.woff2") format("woff2"), url("/assets-fonts/Rokkitt-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Rokkitt';
  src: url("/assets-fonts/Rokkitt-Medium.woff2") format("woff2"), url("/assets-fonts/Rokkitt-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Rokkitt';
  src: url("/assets-fonts/Rokkitt-SemiBold.woff2") format("woff2"), url("/assets-fonts/Rokkitt-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
/* Base font
   -------------------------------------------------------------------------- */
/* Nice Select (used as a <select> replacement)
   -------------------------------------------------------------------------- */
.nice-select__container {
  max-width: 100%; }

.nice-select {
  padding-left: 0;
  padding-right: 20px;
  line-height: 30px;
  color: #000;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d0d0d0;
  box-sizing: border-box; }

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

.nice-select::after {
  right: 3px;
  border-color: rgba(0, 0, 0, 0.5); }

.nice-select .current {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; }

.nice-select .list {
  min-width: 100%;
  background-color: #eef4f5;
  box-shadow: 0 0 0 1px #007d6a; }

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

.nice-select .option.focus {
  color: #000;
  background-color: #007d6a; }

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

/* Common
   -------------------------------------------------------------------------- */
body {
  font-size: 1.6rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #1b1b1b; }

input, select, textarea {
  font-size: 1.6rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #1b1b1b;
  border: 1px solid #717171; }

.page {
  background: url("/assets-images/page-bg.jpg") repeat center top; }

.content__main {
  padding: 2rem;
  background-color: #fff;
  box-sizing: border-box; }

@media screen and (max-width: 52.5em) {
  .page {
    background: #fff; }

  .content__main {
    padding: 0; } }
/* Page header
   -------------------------------------------------------------------------- */
.header {
  padding: 1rem 0;
  background-color: #00a087;
  border: none; }

.header__logo-link {
  padding: 1.5rem 0;
  color: #fff; }

.header__burger-menu {
  margin-top: 0; }

@media screen and (max-width: 52.5em) {
  .header__logo {
    text-align: center; }

  .header__logo-link {
    display: inline-block;
    padding: 1.5rem 0;
    color: #fff; } }
@media screen and (max-width: 20em) {
  .header__logo {
    text-align: left; } }
/* Page footer
   -------------------------------------------------------------------------- */
.footer {
  padding: 2.5rem 0 5rem;
  color: #fff;
  line-height: 18px;
  background: #000 url("/assets-images/footer-bg.png") no-repeat center bottom; }

.footer__wrapper {
  padding: 0; }

.footer__credits {
  padding: .5rem 0; }

.footer__nav {
  padding: 0; }

.footer .social-icons {
  margin: 0 0 0 1rem; }

.footer__links {
  padding: 0; }

.footer__links .footer__link {
  padding: .5rem 0; }

.footer__link {
  color: #fff;
  transition: color .1s; }

.footer__link:hover {
  color: #00a087; }

@media screen and (max-width: 52.5em) {
  .footer__links {
    margin: 0; }

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

  .footer__nav ~ .footer__credits {
    margin-top: 1.5rem; } }
/* Social icons
   -------------------------------------------------------------------------- */
.social-icons__facebook {
  color: #5976cc; }
  .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__twitter {
  color: #7bc2ce; }
  .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__instagram {
  color: #5a9f86; }
  .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__youtube {
  color: #c63a2a; }
  .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__google-plus {
  color: #f3df34; }
  .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__email {
  color: #7d7f82; }
  .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__tiktok {
  color: #da9f32; }
  .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__icon {
  font-size: 0; }

.social-icons__link {
  padding: .5rem;
  overflow: hidden;
  transition: all .1s; }

.social-icons__link i {
  float: left; }

.social-icons__link i::before {
  float: left; }

.shop-info .social-icons__link {
  width: auto;
  height: auto;
  background: none;
  border-radius: 0; }
.shop-info .social-icons__link i {
  font-size: 2.2rem; }
.shop-info .social-icons__link:hover {
  background-color: #ebf0f1; }

.footer .social-icons__icon {
  float: left;
  margin: 0; }
.footer .social-icons__link i {
  float: left;
  font-size: 1.8rem; }
.footer .social-icons__link:hover {
  background-color: #3f6d75; }
.footer .social-icons__link:hover .social-icons__facebook {
  color: #8ea9f8; }
.footer .social-icons__link:hover .social-icons__email {
  color: #ccc; }

@media screen and (max-width: 52.5em) {
  .footer .social-icons__icon {
    float: none;
    margin: 0 .5rem !important; } }
/* Scroll up button
   -------------------------------------------------------------------------- */
.scroll-up {
  bottom: .7rem;
  width: 4rem;
  height: 4rem;
  padding: 0;
  color: #fff;
  text-align: center;
  background-color: #00a087;
  border-radius: 50%; }

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

/* ==========================================================================
   NAVIGATION
   ========================================================================== */
/* Desktop navigation:
   * account pages
   * category pages (touch only)
   -------------------------------------------------------------------------- */
.category-navigation {
  font-size: 0;
  background-color: #007d6a; }

.category-navigation__item {
  font-size: 1.6rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 1px; }

.category-navigation__link {
  padding: 1rem 1.5rem;
  line-height: 1;
  transition: all .15s; }

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

.category-navigation_mobile .category-navigation__list {
  padding: .3rem 0; }
.category-navigation_mobile .category-navigation__link {
  padding: 0 1rem;
  line-height: 3.6rem; }

.category-navigation_mobile {
  position: relative;
  z-index: 5; }
.category-navigation_mobile .category-navigation__wrapper {
  position: relative;
  z-index: 6; }
.category-navigation_mobile .category-navigation__list {
  position: relative;
  z-index: 7; }

.category-navigation_mobile-icon-left,
.category-navigation_mobile-icon-right {
  display: none;
  position: absolute;
  top: 0;
  width: 23px;
  height: 100%;
  z-index: 20; }

.category-navigation_mobile-icon-left {
  left: 0;
  background: -webkit-linear-gradient(left, #007d6a 0%, rgba(0, 125, 106, 0) 100%);
  background: linear-gradient(to right, #007d6a 0%, rgba(0, 125, 106, 0) 100%);
  border-left: 7px solid #007d6a; }

.category-navigation_mobile-icon-right {
  right: 0;
  background: -webkit-linear-gradient(right, #007d6a 0%, rgba(0, 125, 106, 0) 100%);
  background: linear-gradient(to left, #007d6a 0%, rgba(0, 125, 106, 0) 100%);
  border-right: 7px solid #007d6a; }

.category-navigation_mobile-hidden-left .category-navigation_mobile-icon-left,
.category-navigation_mobile-hidden-right .category-navigation_mobile-icon-right {
  display: block; }

.category-navigation_mobile-icon-left,
.category-navigation_mobile-icon-right {
  color: #fff;
  font-size: 1.9rem; }

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

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

.category-navigation_mobile-icon-left::before,
.category-navigation_mobile-icon-right::before {
  position: absolute;
  top: 50%;
  margin-top: -.9rem;
  line-height: 1;
  z-index: 21; }

.category-navigation_mobile-icon-left::before {
  left: -1rem; }

.category-navigation_mobile-icon-right::before {
  right: -1rem; }

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

.account-navigation {
  font-size: 0;
  background-color: #007d6a; }

.account-navigation__item {
  font-size: 1.6rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 1px; }

.account-navigation__link {
  padding: 1rem 1.5rem;
  line-height: 1;
  transition: all .15s; }

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

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

.checkout-navigation__item {
  font-size: 1.6rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 2rem;
  height: 36px;
  line-height: 36px; }

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

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

/* Desktop: user and shop menus
   -------------------------------------------------------------------------- */
.dropdown-menu__header-link {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.8rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 500;
  line-height: 2rem; }

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

.dropdown-menu__header-icon {
  font-size: 1.2rem;
  line-height: 12px; }
  .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.6rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #1b1b1b;
  background-color: #fff;
  border: 2px solid #007d6a; }
  .dropdown-menu__body:before, .dropdown-menu__body:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0; }
  .dropdown-menu__body:before {
    top: -1rem;
    right: 1.6rem;
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
    border-bottom: 0.9rem solid #007d6a; }
  .dropdown-menu__body:after {
    top: -0.9rem;
    right: 1.6rem;
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
    border-bottom: 0.9rem solid #fff; }

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

.header__shop-menu .dropdown-menu__body {
  border: 1px solid #59a4d9; }
  .header__shop-menu .dropdown-menu__body:before, .header__shop-menu .dropdown-menu__body:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0; }
  .header__shop-menu .dropdown-menu__body:before {
    top: -1rem;
    right: 1.8rem;
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
    border-bottom: 0.8rem solid #59a4d9; }
  .header__shop-menu .dropdown-menu__body:after {
    top: -0.8rem;
    right: 1.8rem;
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
    border-bottom: 0.8rem solid #fff; }

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

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

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

/* Mobile: menu on the left (navigation)
   -------------------------------------------------------------------------- */
.burger-menu {
  margin-top: 0; }

.burger-menu__link {
  float: left; }

.burger-menu__line {
  height: 6px;
  border-top: 2px solid #fff; }

.burger-menu__button {
  float: left;
  padding: 16px 10px 10px 0; }

.mobile-menu__header {
  background-color: #00a087; }

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

.mobile-menu__section_user {
  font-size: 1.6rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #1b1b1b;
  background-color: #eef4f5; }

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

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

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

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

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

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

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

.mobile-menu__item_active .mobile-menu__item-link {
  color: #1b1b1b;
  background-color: #f6f6f6; }

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

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

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

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

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

.shop-info__title {
  font-size: 1.6rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #b4786c;
  font-weight: 400;
  line-height: 1.2;
  margin-top: .7rem; }

.shop-info__feature-title {
  font-size: 1.4rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #b4786c;
  font-weight: 400;
  text-transform: uppercase; }

.shop-info__feature-content {
  font-size: 1.6rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #1b1b1b; }

.shop-info__link {
  color: #1b1b1b; }

.shop-info_mobile .shop-info__title {
  float: none;
  margin-top: 0; }
.shop-info_mobile .shop-info__social-icons {
  float: none;
  margin: 1rem 0 .5rem; }

.shop-info__booking {
  display: block;
  margin-top: .5rem;
  font-size: 1.6rem;
  font-weight: 600; }

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

.category__header {
  text-align: center; }

.category__title {
  font-size: 2.4rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #007d6a;
  font-weight: 500;
  text-transform: uppercase; }

.category__description {
  font-size: 1.6rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #1b1b1b; }

.category__subcategory-title {
  font-size: 1.6rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #b4786c;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center; }

.category__subcategory-title + .category__description {
  margin: -1rem 0 2rem; }

.category__products {
  margin-left: auto;
  margin-right: auto;
  max-width: 580px; }

.product {
  padding: 0 2rem;
  width: 50%; }

.product:nth-child(3n+1) {
  clear: none; }

.product:nth-child(2n+1) {
  clear: left; }

@media screen and (max-width: 60em) {
  .product {
    padding: 0 1rem; } }
@media screen and (max-width: 32em) {
  .product {
    padding: 0;
    width: 100%; } }
@media screen and (max-width: 52.5em) {
  .category_improved .category__products {
    max-width: none; }

  .product_improved {
    float: none;
    padding: 0;
    margin: 0 0 1rem;
    width: 100%; }
  .product_improved .product__picture-container {
    width: 200px; } }
@media screen and (max-width: 30em) {
  .product_improved .product__picture-container {
    width: 150px; } }
/* Product
   -------------------------------------------------------------------------- */
.product__wrapper {
  padding: 1rem;
  background-color: #eef4f5; }

.product__picture-container {
  margin: -1rem -1rem 1rem; }

.product__name {
  font-size: 1.8rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #1b1b1b;
  font-weight: 500;
  text-transform: capitalize;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden; }

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

.product__sku-label {
  line-height: 26px; }

@media screen and (max-width: 52.5em) {
  .product__picture-container,
  .product_improved .product__picture-container {
    margin: -1rem -1rem -1rem 1rem; } }
/* product counter */
.product_with-counter:after {
  background-color: #19c1cd; }

.product__counter {
  color: #19c1cd;
  font-size: 1.6rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif !important; }

.product__counter::before {
  font-size: 1.5rem !important; }

.product_improved .product__mobile-price {
  margin-top: 1.5rem; }
.product_improved .product__mobile-price-from {
  color: #706f6f;
  text-transform: lowercase; }
.product_improved .product__mobile-price-value {
  font-size: 2.6rem;
  font-weight: 400; }

/* Add & customise buttons
   -------------------------------------------------------------------------- */
.product__add {
  float: right;
  padding: 0;
  width: auto !important;
  height: 2.4rem;
  font-size: 0;
  white-space: nowrap;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  background: transparent; }
.product__add .product__add-text {
  display: inline-block;
  vertical-align: top;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 1;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  background-color: #19c1cd;
  border-radius: 50%;
  transition: background-color .15s; }
.product__add .product__add-text_start {
  padding: .5rem 1.5rem;
  width: auto;
  height: auto;
  line-height: 1;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  border-radius: .4rem; }
.product__add:hover .product__add-text {
  color: #fff;
  background-color: #138890; }
.product__add .product__price {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin: .2rem 0 0 .5rem;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 2.4rem; }

.product__customise {
  display: inline-block;
  padding: 0;
  height: 2.4rem;
  line-height: 2.4rem;
  color: #1b1b1b;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: underline;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  -webkit-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
  width: auto; }
  .product__customise:hover {
    color: #00a087;
    text-decoration: underline; }

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

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

/* Deal wizard
   -------------------------------------------------------------------------- */
.deal-wizard-navigation {
  margin-bottom: 3rem; }

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

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

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

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

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

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

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

.deal-wizard-navigation__tab:nth-child(3) ~ .deal-wizard-navigation__tab {
  margin-top: 1rem; }

.deal-wizard-navigation__link {
  font-size: 1.6rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #86c765; }

.deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__link {
  color: #1b1b1b;
  background-color: #ebeeef; }

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

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

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link::before {
  display: block; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link::after {
  margin-left: -1px; }

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

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

.deal-wizard-navigation__title::after {
  background: -webkit-linear-gradient(left, rgba(134, 199, 101, 0), #86c765);
  background: linear-gradient(to right, rgba(134, 199, 101, 0), #86c765); }

.deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__title::after {
  background: -webkit-linear-gradient(left, rgba(235, 238, 239, 0), #ebeeef);
  background: linear-gradient(to right, rgba(235, 238, 239, 0), #ebeeef); }

.deal-wizard-navigation__title {
  height: 34px;
  line-height: 34px; }

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

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

.deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link::after {
  width: 17px;
  height: 100%;
  border: none;
  background-color: #86c765; }

.deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link::after {
  background-color: #ebeeef; }

/* Product tags / pictos
   -------------------------------------------------------------------------- */
.product-picto {
  display: inline-block;
  width: 20px;
  height: 21px;
  background: url("/assets-images/product-pictos.png") no-repeat 0 0;
  overflow: hidden; }

.product-picto_vegetarian {
  background-position: -99px 0; }

.product-picto_vegan {
  background-position: -296px 0; }

.product-picto_gluten-free {
  background-position: -197px 0; }

.product-picto_new {
  background-position: -394px 0; }

.product-picto_halal {
  background-position: -493px 0; }

.product-picto_chilli {
  background-position: -591px 0; }

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

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

/* Product filter
   -------------------------------------------------------------------------- */
/* Grouped skus: product fileter theming
   *********************************************************/
.product-filter__default {
  display: block; }

.product-filter__mobile {
  display: none; }

@media screen and (max-width: 52.5em) {
  .product-filter__default {
    display: none; }

  .product-filter__mobile {
    display: block; } }
.product-filter__default {
  margin-bottom: 2rem; }

.product-filter__default .product-filter__wrapper {
  padding-left: 115px;
  background-color: #eef4f5; }

.product-filter__title {
  display: block;
  float: left;
  margin-left: -115px;
  padding-top: 1.1rem;
  width: 115px;
  color: #0e4a4e;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box; }

@media screen and (max-width: 78.75em) {
  .product-filter__default .product-filter__wrapper {
    padding-left: 85px; }

  .product-filter__title {
    margin-left: -85px;
    width: 85px; } }
.product-filter__default .product-filter__list {
  text-align: justify;
  font-size: 0; }
.product-filter__default .product-filter__item {
  display: inline-block;
  padding: .1rem;
  box-sizing: border-box; }
@media screen and (max-width: 57em) {
  .product-filter__default .product-filter__list {
    text-align: left; } }

.product-filter__label {
  display: block;
  position: relative;
  padding: .5rem 1rem .5rem .7rem;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer; }

.product-filter__input {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  clip: rect(0, 0, 0, 0); }

.product-filter__name {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-top: .4rem;
  line-height: 1;
  font-size: 1.6rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #1b1b1b;
  font-weight: 500; }

.product-filter .product-picto {
  position: relative;
  float_: left;
  vertical-align: top;
  margin-right: .5rem; }

.product-filter__active-bg {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #c8d5d7;
  transition: opacity .15s; }

.product-filter__item:hover .product-filter__active-bg,
.product-filter__input:checked ~ .product-filter__active-bg,
[data-filter-selected="true"] .product-filter__active-bg {
  opacity: 1; }

.product-filter__mobile {
  position: fixed;
  top: 2rem;
  right: 2%;
  z-index: 900;
  box-sizing: border-box; }

.product-filter__mobile .nice-select__container {
  display: block;
  width: 100%; }
.product-filter__mobile .nice-select {
  padding: 0 1.7rem 0 0;
  width: 100%;
  height: auto;
  line-height: 1;
  color: #1b1b1b;
  border: none; }
.product-filter__mobile .nice-select .current {
  padding: .9rem 0;
  color: #fff;
  text-transform: capitalize; }
.product-filter__mobile .nice-select::after {
  border-color: #fff; }
.product-filter__mobile .nice-select .list {
  left: auto;
  right: 0;
  height: 0;
  padding: 0;
  background-color: #eef4f5;
  border: 1px solid #70c8bb;
  box-shadow: none; }
.product-filter__mobile .nice-select.open .list {
  height: auto; }
.product-filter__mobile .nice-select .option {
  padding: 0;
  min-height: 20px;
  line-height: 20px; }
.product-filter__mobile .product-filter__name {
  font-weight: 400; }
.product-filter__mobile .nice-select .option:hover,
.product-filter__mobile .nice-select .option.focus,
.product-filter__mobile .nice-select .option.selected.focus,
.product-filter__mobile .nice-select .option[data-filter-selected="true"] {
  background-color: transparent; }

.product-filter__summary {
  margin: 1.5rem 0 0; }

.product-filter__summary-link:hover {
  color: #007d6a; }

/* ==========================================================================
   BASKET
   ========================================================================== */
/* Basket header
   -------------------------------------------------------------------------- */
.basket__header {
  background-color: #fff066; }

.basket__title {
  font-size: 1.6rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #0e4a4e;
  font-weight: 500;
  text-transform: uppercase;
  float: left;
  line-height: 1.4; }

.basket__repeat {
  font-size: 1.6rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #0e4a4e;
  line-height: 1.4;
  margin-top: 0; }

.basket__close {
  margin: 0 -.5rem 0 0; }

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

@media screen and (max-width: 52.5em) {
  .basket__title,
  .basket__repeat {
    line-height: 3rem; }

  .basket__repeat {
    padding-top: 0; } }
/* Basket item
   -------------------------------------------------------------------------- */
.basket__items {
  background-color: #eef4f5; }

.basket-item__title {
  font-size: 1.6rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #1b1b1b; }

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

.basket-item__option {
  font-size: 1.5rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #9c9c9c;
  line-height: 1; }

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

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

.basket__empty {
  font-size: 1.6rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #1b1b1b;
  background-color: #eef4f5; }

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

.basket-deal__title {
  font-size: 1.6rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  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: #1b1b1b; }

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

.basket-deal__item-title {
  font-size: 1.6rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #1b1b1b; }

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

.basket-deal__item-option {
  font-size: 1.5rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #9c9c9c;
  line-height: 1; }

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

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

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

/* Basket accessory
   -------------------------------------------------------------------------- */
.basket__accessory-items__title {
  color: #fff;
  background-color: #86c765; }

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

/* Delivery method switcher
   -------------------------------------------------------------------------- */
.basket__delivery_radio {
  font-size: 1.4rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #1b1b1b;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #00a087;
  border-radius: 0.4rem;
  overflow: hidden; }

.basket__delivery-method {
  padding: 0;
  line-height: 28px;
  background-color: #eef4f5; }

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

/* Basket footer
   -------------------------------------------------------------------------- */
.basket__footer {
  color: #1b1b1b;
  background-color: #eef4f5; }

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

.text-below-basket {
  color: #fff;
  background-color: #d55b4b; }

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

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

.basket__charge-title,
.basket__charge-amount {
  font-size: 1.6rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #1b1b1b;
  font-weight: 500; }

.basket__total-title,
.basket__total-amount {
  font-size: 3rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #840000;
  font-weight: 500; }

.basket__button-link {
  display: inline-block;
  padding: 0 1rem;
  height: 30px;
  line-height: 30px;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  border-radius: 0.4rem;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background-color: #00a087;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease; }
  .basket__button-link:hover {
    color: #fff;
    background-color: #007d6a; }

.basket__coupon {
  font-size: 1.6rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #1b1b1b; }

.basket__coupon-link {
  color: #1b1b1b; }

.mobile-basket-button__nb-items {
  font-size: 1.8rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  font-weight: 500;
  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: #00a087;
  border: none;
  border-radius: 0;
  font-size: 1.8rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  transition: background-color .2s; }
  .mobile-basket-button__link:hover {
    color: #fff;
    background-color: #007d6a; }

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

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

.clickable-promotion__form {
  display: block; }

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

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

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

.popup__description {
  font-size: 1.6rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #1b1b1b; }

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

.popup__title,
.popup__price {
  font-size: 2.4rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #1b1b1b;
  font-weight: 500;
  text-transform: capitalize; }

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

.popup__picture_mobile {
  text-align: center; }

.popup_improved .popup__title-mobile-close {
  margin-top: .3rem;
  padding-top: .3rem;
  color: #00a087; }

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

.popup__group + .popup-row {
  border-top: 4px solid #00a087; }

@media screen and (max-width: 52.5em) {
  .popup {
    border: none; } }
/* Popup group
   -------------------------------------------------------------------------- */
.popup-group__quantity-field {
  font-size: 1.6rem;
  border: none; }

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

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

.popup-group__quantity-minus-icon,
.popup-group__quantity-plus-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  color: #fff;
  text-align: center;
  background-color: #00a087;
  border-radius: 50%; }

.popup-group__quantity-minus-icon::before,
.popup-group__quantity-plus-icon::before {
  line-height: 2rem; }

.popup-group__label,
.popup-group__single-choice {
  font-size: 1.6rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #b4786c;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 32px; }

/* Popup row
   -------------------------------------------------------------------------- */
.popup-row__title {
  font-size: 1.6rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #b4786c;
  font-weight: 400;
  text-transform: uppercase; }

/* Popup enum
   -------------------------------------------------------------------------- */
.popup-enum__option {
  margin-right: -1px;
  border: 1px solid #00a087;
  overflow: hidden; }

.popup-enum__option:first-child {
  border-radius: .4rem 0 0 .4rem; }

.popup-enum__option:last-child {
  border-radius: 0 .4rem .4rem 0; }

.popup-enum__text {
  padding: 0 1.5em;
  line-height: 28px;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #1b1b1b;
  background-color: #fff; }

.popup-set__text::after {
  margin: 4px;
  width: 8px;
  height: 8px; }

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

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

/* Popup set
   -------------------------------------------------------------------------- */
.popup-set__group-title {
  font-size: 1.4rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #00a087;
  font-weight: 500;
  text-transform: uppercase; }

.popup-set__title {
  color: #1b1b1b; }

.popup-set__text {
  font-size: 1.6rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #1b1b1b; }

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

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

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

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

/* Popup deal line
   -------------------------------------------------------------------------- */
.popup-deal-line__label {
  font-size: 1.6rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #1b1b1b;
  font-weight: 700; }

.popup-deal-line__description {
  font-size: 1.6rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #1b1b1b; }

.popup-deal-line__single-option {
  font-size: 1.6rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #1b1b1b; }

/* Popup buttons
   -------------------------------------------------------------------------- */
.popup-buttons_improved .popup-buttons__button {
  display: inline-block;
  padding: 0 1rem;
  height: 40px;
  line-height: 40px;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  border-radius: 0.4rem;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background-color: #00a087;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  border-radius: .4rem 0 0 0; }
  .popup-buttons_improved .popup-buttons__button:hover {
    color: #fff;
    background-color: #007d6a; }
.popup-buttons_improved .popup-buttons__link {
  display: inline-block;
  padding: 0;
  height: 40px;
  line-height: 40px;
  color: #1b1b1b;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: underline;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  -webkit-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
  padding: 0 2rem; }
  .popup-buttons_improved .popup-buttons__link:hover {
    color: #00a087;
    text-decoration: underline; }

@media screen and (max-width: 52.5em) {
  .popup-buttons_improved .popup-buttons__button {
    border-radius: 0; }
  .popup-buttons_improved .popup-buttons__link {
    display: none !important; } }
/* ==========================================================================
   CHECKOUT, ACCOUNT & ORDER PAGES
   ========================================================================== */
.checkout__section + .checkout__section {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #d0d0d0; }

.checkout__title,
.credit-page__title {
  font-size: 2.4rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #007d6a;
  font-weight: 400;
  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.6rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #1b1b1b; }

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

.checkout__description {
  text-align: center; }

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

.checkout-variant {
  padding: 0 3rem; }

.checkout__fieldset {
  max-width: none; }

.checkout-row {
  padding-right: 150px; }

@media screen and (max-width: 62em) and (min-width: 52.5625em), screen and (max-width: 48em) {
  .checkout-row {
    padding-right: 50px; } }
@media screen and (max-width: 40em) {
  .checkout-row {
    padding-right: 0; } }
.checkout-row__group_emphisized {
  padding: 1rem;
  color: #000;
  background-color: #f9eeba; }

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

/* Form checkbox styling
   ---------------------------------------------------- */
.checkout-row__group-label_checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer; }

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

.checkout-row__field-checkbox .checkout-row__label-text {
  position: relative;
  display: block; }

.checkout-row__group-label_checkbox .checkout-row__label-text::before,
.checkout-row__group-label_checkbox .checkout-row__label-text::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  box-sizing: border-box; }

.checkout-row__group-label_checkbox .checkout-row__label-text::before {
  width: 16px;
  height: 16px;
  border: 1px solid #858585; }

.checkout-row__group-label_checkbox .checkout-row__label-text::after {
  display: none;
  margin: 4px;
  width: 8px;
  height: 8px; }

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

.checkout-row__group-label_checkbox .checkout-row__label-text::before {
  border-color: #1b1b1b;
  background-color: #fff; }

.checkout-row__group-label_checkbox .checkout-row__label-text::after {
  background-color: #00a087; }

.checkout-variant__label {
  position: relative;
  line-height: 18px; }

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

.checkout-variant__text {
  position: relative;
  display: block; }

.checkout-variant__text::before,
.checkout-variant__text::after {
  content: "";
  display: block;
  position: absolute;
  left: -23px;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-sizing: border-box; }

.checkout-variant__text::before {
  width: 16px;
  height: 16px;
  border: 1px solid; }

.checkout-variant__text::after {
  display: none;
  margin: 4px;
  width: 8px;
  height: 8px; }

.checkout-variant__radio:checked + .checkout-variant__text::after {
  display: block; }

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

.card-entry__checkbox {
  position: absolute;
  left: 0;
  top: 0;
  clip: rect(0, 0, 0, 0);
  opacity: 0; }

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

.card-entry__checkbox-helper::before,
.card-entry__checkbox-helper::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  box-sizing: border-box; }

.card-entry__checkbox-helper::before {
  width: 16px;
  height: 16px;
  border: 1px solid #1b1b1b;
  background-color: #fff; }

.card-entry__checkbox-helper::after {
  display: none;
  margin: 4px;
  width: 8px;
  height: 8px;
  background-color: #00a087; }

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

.checkout-variant__text::before {
  border-color: #1b1b1b;
  background-color: #fff; }

.checkout-variant__text::after {
  border-color: #1b1b1b;
  background-color: #00a087; }

.checkout-variant .nice-select {
  min-width: 160px; }

.card-entry .nice-select {
  min-width: 120px; }

/* Form buttons
   Contain a button on the right and a cancel link on the left.
   -------------------------------------------------------------------------- */
.form-buttons__button {
  display: inline-block;
  padding: 0 1rem;
  height: 30px;
  line-height: 30px;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  border-radius: 0.4rem;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background-color: #00a087;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  padding: 0 3rem; }
  .form-buttons__button:hover {
    color: #fff;
    background-color: #007d6a; }

.form-buttons__link {
  display: inline-block;
  padding: 0;
  height: 30px;
  line-height: 30px;
  color: #1b1b1b;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: underline;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  -webkit-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  .form-buttons__link:hover {
    color: #00a087;
    text-decoration: underline; }

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

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

.checkout-confirm__content {
  font-size: 1.6rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #1b1b1b; }

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

/* Checkout upselling
   -------------------------------------------------------------------------- */
.category_upselling .category__title {
  font-size: 2.4rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #007d6a;
  font-weight: 400;
  text-transform: uppercase; }

/* Facebook login
   -------------------------------------------------------------------------- */
.checkout__facebook-login-button {
  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 #d0d0d0; }

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

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

/* Order page
   -------------------------------------------------------------------------- */
.order-table__header {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #007d6a; }

.order-row:nth-child(even) .order-row__header {
  color: #1b1b1b;
  background-color: #f6f6f6; }

.order-row__header {
  color: #1b1b1b;
  font-size: 1.6rem;
  background-color: #fff;
  border-top: 0 solid #fff; }

.order-row__header:hover {
  color: #1b1b1b !important;
  background-color: #ebebeb !important;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease; }

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

.order {
  color: #1b1b1b;
  font-size: 1.6rem;
  background-color: #fff; }

.order__group-title {
  color: #b4786c;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: uppercase; }

.order__add {
  padding-right: 0; }

.order__add-button, .order__repeat-button {
  display: inline-block;
  padding: 0 1rem;
  height: 26px;
  line-height: 26px;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  border-radius: 0.4rem;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background-color: #00a087;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease; }
  .order__add-button:hover, .order__repeat-button:hover {
    color: #fff;
    background-color: #007d6a; }

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

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

.order__items-table {
  color: #1b1b1b;
  font-size: 1.6rem;
  background-color: #fff;
  border: none; }

.order__items-deal {
  color: #1b1b1b;
  background-color: #ebeeef; }

.order__items-deal-title {
  color: #fff;
  background-color: #86c765; }

.order__items-attribute {
  color: #999;
  font-size: 1.5rem;
  font-style: normal; }

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

.order__total {
  color: #840000;
  font-size: 3rem;
  font-weight: 400;
  text-transform: none;
  border-top-color: #dfdfdf; }

/* Credit
   -------------------------------------------------------------------------- */
.credit-page__main {
  color: #0a0a0a;
  background-color: #f4f5f6; }

.credit-page__status__balance {
  font-size: 2rem;
  font-weight: 400; }

.credit-page__status__balance-amount {
  font-size: 2.4rem;
  margin-top: .5rem; }

.credit-page__status__rules {
  font-size: 1.6rem;
  line-height: 1.4; }

.credit-page__form__teaser {
  font-size: 1.6rem;
  color: #3f3e3e;
  font-weight: 700; }

.credit-page__form__input {
  border: 1px solid #ddd;
  background-color: #fff; }

.credit-page__form__button {
  color: #fff;
  background-color: #1b1b1b;
  border: none;
  border-radius: 0;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease; }
  .credit-page__form__button:hover {
    color: #fff;
    background-color: #555; }

.credit-table__header {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #007d6a; }

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

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

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

.credit-table td {
  font-size: 1.6rem;
  color: #1b1b1b; }

/* ==========================================================================
   MESSAGES
   ========================================================================== */
/* Transient information message displayed at the top
   Eg. when a product has just been added
   -------------------------------------------------------------------------- */
.message_info {
  font-size: 1.6rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #1b1b1b;
  background-color: #e1e9ea; }

.message_info a,
.message_info a:hover {
  color: #1b1b1b; }

@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: #e1e9ea; } }
/* 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: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #d55b4b; }

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

/* ==========================================================================
   SPECIAL FEATURES
   ========================================================================== */
/* --------------------------------------------------------------------------
   LOCATOR
   (optional page)
   --------------------------------------------------------------------------
   Page which lets the user pick a restaurant based on his address.
   Functionality is similar to index shop picker, but on its own page.
   -------------------------------------------------------------------------- */
.page_locator {
  background: url("/assets-images/locator-page-bg.jpg") no-repeat 0 0;
  background-size: cover; }
.page_locator .header {
  background-color: transparent; }
.page_locator .header__logo {
  display: none; }

.locator {
  position: relative;
  margin-top: 220px;
  color: #1b1b1b;
  background-color: #fff;
  border: 8px solid #00a087;
  box-sizing: border-box; }

.locator__logo {
  display: block;
  position: absolute;
  top: -260px;
  left: 50%;
  margin-left: -83px;
  width: 166px;
  height: 225px;
  text-decoration: none;
  background: url("/assets-images/logo-v2.png") no-repeat 0 0;
  background-size: contain;
  border: none; }

@media screen and (max-width: 52.5em) {
  .locator {
    margin-top: 110px; }

  .locator__logo {
    top: -170px;
    margin-left: -50px;
    width: 100px;
    height: 136px; } }
.locator__title {
  margin-bottom: 3rem;
  font-size: 3rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #00a087;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1; }

.locator__methods {
  border: 1px solid #00a087;
  border-radius: .4rem;
  overflow: hidden; }

.locator__method {
  font-size: 1.6rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: "Rokkitt", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase; }

.locator__method-name {
  background-color: #fff;
  height: 40px;
  line-height: 40px; }

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

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

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

[data-element="pac-container"] .locator__postcode-input {
  border-radius: .4rem; }

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

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

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

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

.locator__postcode-button {
  color: #fff;
  background-color: #00a087;
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 1.6rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  float: left;
  margin-right: -70px;
  width: 70px;
  height: 40px;
  line-height: 40px;
  border-radius: 0 .4rem .4rem 0;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease; }
  .locator__postcode-button:hover {
    color: #fff;
    background-color: #007d6a; }

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

.locator__selected {
  font-size: 1.7rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #1b1b1b; }

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

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

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

.locator-restaurant + .locator-restaurant {
  border-top: 1px solid #f1f1f1; }

.locator-restaurant__name {
  font-size: 1.8rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #1b1b1b;
  font-weight: 500;
  line-height: 1;
  padding: .6rem 1rem .6rem 0; }

.locator-restaurant__toggle {
  font-size: 1.6rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  line-height: 1.8rem; }

.locator-restaurant__content-name {
  font-size: 1.8rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1; }

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

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

.locator-restaurant__button {
  display: inline-block;
  padding: 0 1rem;
  height: 30px;
  line-height: 30px;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  border-radius: 0.4rem;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background-color: #00a087;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease; }
  .locator-restaurant__button:hover {
    color: #fff;
    background-color: #007d6a; }

.locator-restaurant__name-distance,
.locator-restaurant__content-name-distance {
  font-size: 1.6rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #1b1b1b;
  font-weight: 400;
  text-transform: uppercase; }

/* --------------------------------------------------------------------------
   PASSWORD STRENGTH CHECKER
   --------------------------------------------------------------------------
   On the 'register' and 'order_step2' pages
   -------------------------------------------------------------------------- */
.password-checker {
  background-color: #fff;
  border-color: #818181; }

.password-checker:before {
  border-left-color: #818181;
  border-right-color: #818181; }

.password-checker:after {
  border-left-color: #fff;
  border-right-color: #fff; }

.password-checker__label {
  font-size: 1rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #fff; }

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

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

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

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

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

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

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

/* Static page
   --------------------------------------------------------------------------*/
.content_static .content__side {
  float: none;
  width: 100%; }
.content_static .content__main {
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 5%;
  width: 900px;
  max-width: 100%;
  box-sizing: border-box; }

.static-page {
  margin-left: auto;
  margin-right: auto;
  width: 768px;
  max-width: 100%; }

.static-page, .static-page p {
  line-height: 1.5; }
.static-page h1, .static-page h2, .static-page h3, .static-page h4, .static-page h5, .static-page h6 {
  color: #007d6a;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase; }
.static-page h3 {
  color: #b4786c; }
.static-page h5 {
  font-size: 1.5rem; }
.static-page h6 {
  font-size: 1.4rem; }
.static-page .static-page__title {
  font-size: 2.4rem;
  font-family: "Rokkitt", Arial, Helvetica, sans-serif;
  color: #007d6a;
  font-weight: 500;
  text-transform: uppercase; }
.static-page a:hover {
  text-decoration: underline; }

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