@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: "Fabrikat";
  src: url("/assets-fonts/Fabrikat-Regular.woff2") format("woff2"), url("/assets-fonts/Fabrikat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Fabrikat";
  src: url("/assets-fonts/Fabrikat-Medium.woff2") format("woff2"), url("/assets-fonts/Fabrikat-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "Fabrikat";
  src: url("/assets-fonts/Fabrikat-Black.woff2") format("woff2"), url("/assets-fonts/Fabrikat-Black.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
/* Base font
   -------------------------------------------------------------------------- */
/* Mixings
   -------------------------------------------------------------------------- */
body {
  font-size: 1.4rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #7f7f7f; }

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

input, textarea {
  border: 1px solid #ddd;
  box-shadow: 0 0 0 1px #efefef inset; }

/* NiceSelect (used as a <select> replacement)
   -------------------------------------------------------------------------- */
.nice-select {
  font-size: 1.4rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #7f7f7f;
  height: 30px;
  line-height: 28px;
  background-color: #fff;
  border: 1px solid #e8e9ea; }

.nice-select:after {
  border-color: #7f7f7f; }

.nice-select > .current {
  color: #7f7f7f; }

.nice-select .list {
  min-width: 100%;
  background-color: #fff;
  border: 1px solid #e8e9ea; }

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

.nice-select .option.selected.focus {
  color: #7600ff;
  background-color: #fff; }

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

.product .nice-select {
  height: 26px;
  line-height: 24px; }

.product__sku-select .current {
  line-height: 24px; }

.popup .nice-select .list {
  max-height: 300px;
  overflow: auto; }

/* Page header
   -------------------------------------------------------------------------- */
.header {
  padding: 1.7rem 0;
  background-color: #7600ff; }

.header__logo-image {
  display: block;
  max-width: 101px; }

@media screen and (max-width: 60em) {
  .header {
    padding: 1.2rem 0; } }
.dropdown-menu__header-link {
  padding: 1.3rem 1rem;
  line-height: 1; }

.header__ordering-menu .dropdown-menu__header-link {
  display: inline-block;
  height: 40px;
  line-height: 42px;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  color: #7600ff;
  background-color: #fff;
  border: none;
  padding: 0 1rem;
  border-radius: 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;
  line-height: 40px;
  border-radius: .2rem;
  margin-left: 2rem; }
  .header__ordering-menu .dropdown-menu__header-link:hover {
    color: #fff;
    background-color: #06e3aa; }

/* Page footer
   -------------------------------------------------------------------------- */
.footer {
  color: #fff;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.3;
  background-color: #7900ff; }

.footer__credits {
  margin-right: 1rem;
  padding: 1.1rem 0 1rem; }

.footer__credits-copyright {
  margin-right: 3rem; }

.footer__credits-copyright,
.footer__credits-powered-by,
.footer__credits-designed-by {
  display: inline-block;
  white-space: nowrap; }

.footer__credits-designed-by:before {
  content: '/';
  display: inline-block;
  padding: 0 .5rem; }

.footer__nav {
  padding: 0; }

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

.footer__links {
  padding: 1.1rem 0 1rem; }

.footer__links li {
  margin: 0 1rem 0 0; }

.footer__credits .footer__link {
  color: #fff; }

.footer__nav .footer__link {
  color: #ff0; }

.footer__credits .footer__link:hover,
.footer__nav .footer__link:hover {
  color: #06e3aa;
  text-decoration: underline; }

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

  .footer__wrapper {
    padding: 0;
    width: 100%;
    max-width: none; }

  .footer__credits {
    float: none;
    margin: 0;
    padding: 1rem;
    background-color: #5200b2; }

  .footer__credits-copyright {
    margin-right: 2rem; }

  .footer__nav {
    float: none;
    margin: 2.5rem auto;
    padding: 0;
    width: 96%;
    display: flex;
    flex-direction: column; }

  .footer .social-icons {
    float: none;
    padding: 1rem 0;
    order: 1; }

  .footer .social-icons__icon {
    margin: .5rem !important; }

  .footer__links {
    float: none;
    margin: 2rem 0;
    padding: 0;
    order: 2; }

  .footer__links li {
    margin: .5rem 1rem; } }
@media screen and (max-width: 30em) {
  .footer__credits-powered-by,
  .footer__credits-designed-by {
    white-space: normal; }

  .footer__credits-designed-by {
    display: block;
    margin-top: .5rem; }

  .footer__credits-designed-by:before {
    display: none; } }
/* Social icons
   -------------------------------------------------------------------------- */
.social-icons__email:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: 0;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

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

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

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

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

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

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

.social-icons .social-icons__icon {
  margin-left: .7rem; }
.social-icons .social-icons__link {
  display: block;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  color: #7b00ff;
  text-align: center;
  background-color: #fff;
  border-radius: 0; }
.social-icons .social-icons__link:hover {
  box-shadow: 2px 2px 0 1px #3c007f; }
.social-icons .social-icons__link i {
  line-height: inherit;
  font-size: 1.6rem; }
.social-icons .social-icons__link i:before {
  line-height: inherit; }

/* Scroll up button
   -------------------------------------------------------------------------- */
.scroll-up {
  bottom: 7.2rem;
  padding: 0;
  width: 46px;
  height: 46px;
  color: #fff;
  text-align: center;
  background-color: #7600ff;
  border: 1px solid #fff; }

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

@media screen and (max-width: 60em) {
  .scroll-up {
    bottom: 4.5rem; } }
@media screen and (max-width: 30em) {
  .scroll-up {
    bottom: .5rem; } }
/* ==========================================================================
   NAVIGATION
   ========================================================================== */
/* Desktop navigation:
   * account pages
   * category pages (touch only)
   -------------------------------------------------------------------------- */
.account-navigation {
  background-color: #06e3aa; }

.account-navigation__item {
  font-size: 1.4rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #7600ff;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1; }

.account-navigation__link {
  -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: 1.1rem 2rem; }

.account-navigation__link:hover,
.account-navigation__item_active .account-navigation__link {
  color: #7600ff;
  background-color: #1ef2bb; }

/* Desktop navigation:
   * category pages (sidetouch only)
   -------------------------------------------------------------------------- */
.category-navigation_sidetouch .category-navigation__item {
  font-size: 1.6rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #7600ff;
  font-weight: 700;
  text-transform: uppercase; }

.category-navigation_sidetouch .category-navigation__link {
  -webkit-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: #7600ff; }

.category-navigation_sidetouch .category-navigation__link:hover,
.category-navigation_sidetouch .category-navigation__item_active .category-navigation__link {
  color: #ff3fba; }

.category-navigation_sidetouch .category-navigation__item_special .category-navigation__link,
.category-navigation_sidetouch .category-navigation__item_special.category-navigation__item_active .category-navigation__link {
  color: #06e3aa; }

.category-navigation_sidetouch .category-navigation__item_special .category-navigation__link:hover,
.category-navigation_sidetouch .category-navigation__item_special.category-navigation__item_active .category-navigation__link:hover {
  color: #ff3fba; }

/* Desktop navigation:
   * checkout pages
   -------------------------------------------------------------------------- */
/************************
  Checkout navigation
***********************/
.checkout-navigation__list {
  padding-right: 1.8rem; }

.checkout-navigation__item:nth-child(1) {
  z-index: 10; }

.checkout-navigation__item:nth-child(2) {
  z-index: 9; }

.checkout-navigation__item:nth-child(3) {
  z-index: 8; }

.checkout-navigation__item:nth-child(4) {
  z-index: 7; }

.checkout-navigation__item:nth-child(5) {
  z-index: 6; }

.checkout-navigation__item {
  float: left;
  font-size: 1.4rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #7600ff;
  font-weight: 600;
  text-transform: uppercase;
  height: 3.6rem;
  line-height: 3.6rem; }

.checkout-navigation__item {
  padding: 0 2rem; }

.checkout-navigation__item:not(:first-child) {
  padding-left: 3.8rem; }

.checkout-navigation__item:before,
.checkout-navigation__item:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 1.8rem solid transparent;
  border-top: 1.8rem solid transparent;
  border-left: 1.8rem solid; }

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

.checkout-navigation__item:before {
  right: -1.8rem; }

.checkout-navigation__item:after {
  right: -1.6rem; }

.checkout-navigation {
  background-color: #06e3aa; }

.checkout-navigation__item:before {
  border-left-color: #08c897; }

.checkout-navigation__item {
  color: #7600ff;
  background-color: #1ef2bb; }

.checkout-navigation__item:after {
  border-left-color: #1ef2bb; }

.checkout-navigation__item_active {
  color: #7600ff;
  background-color: #1ef2bb; }

.checkout-navigation__item_active:after {
  border-left-color: #1ef2bb; }

.checkout-navigation__item_active ~ .checkout-navigation__item {
  color: #7600ff;
  background-color: #06e3aa; }

.checkout-navigation__item_active ~ .checkout-navigation__item:after {
  border-left-color: #06e3aa; }

@media screen and (max-width: 30em) {
  .checkout-navigation__item {
    padding: 0 0rem 0 1rem; }

  .checkout-navigation__item:not(:first-child) {
    padding-left: 2.8rem;
    padding-right: 0rem; }

  .checkout-navigation__item:last-child {
    padding-right: 1rem; } }
/* Desktop: user and shop menus
   -------------------------------------------------------------------------- */
.dropdown-menu__header-link {
  font-size: 1.4rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #ff0;
  font-weight: 400;
  text-transform: uppercase;
  padding-right: 0; }

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

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

.dropdown-menu__body {
  font-size: 1.6rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #7600ff;
  border: 1px solid #48009c; }
  .dropdown-menu__body:before, .dropdown-menu__body:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0; }
  .dropdown-menu__body:before {
    top: -0.7rem;
    right: 2rem;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-bottom: 0.6rem solid #48009c; }
  .dropdown-menu__body:after {
    top: -0.6rem;
    right: 2rem;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-bottom: 0.6rem solid #7600ff; }

.dropdown-menu__body-link {
  font-size: 1.6rem; }

.dropdown-menu__item-link {
  padding: .5rem .8rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none !important; }

.dropdown-menu__item-link:hover {
  color: #7600ff;
  background-color: #fff; }

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

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

.burger-menu__link {
  float: left; }

.burger-menu__button {
  padding-bottom: 5px; }

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

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

.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: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #7600ff; }

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

.mobile-menu__section-link {
  font-size: 1.6rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #7600ff; }

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

.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 #6f00f0; }

.mobile-menu__item-link {
  font-size: 1.6rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #7600ff; }

.mobile-menu__item_active .mobile-menu__item-link {
  color: #fff;
  background-color: #470099; }

.mobile-menu__item-link_special,
.mobile-menu__item_active .mobile-menu__item-link_special {
  background-color: #06e3aa; }

/* Mobile: menu on the right (basket)
   -------------------------------------------------------------------------- */
.header__basket-menu {
  margin-top: .3rem; }

.basket-menu__link {
  padding: .3em .3em .1rem; }

.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: #fe3fba;
  border: 2px solid #fe3fba; }

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

.shop-info__title {
  font-size: 1.8rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #16e5b0;
  font-weight: 600;
  line-height: 1.2;
  margin-top: .9rem; }

.shop-info__feature-title {
  font-size: 1.8rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #16e5b0;
  font-weight: 600;
  text-transform: uppercase; }

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

.shop-info__link {
  color: #fff;
  text-decoration: underline; }

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

/* ==========================================================================
   CATEGORY PAGE
   ========================================================================== */
/* Page header
   -------------------------------------------------------------------------- */
.category__title {
  font-size: 4.5rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #7600ff;
  font-weight: 700;
  text-transform: uppercase; }

.category__subcategory-title {
  font-size: 1.6rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #747474;
  font-weight: 700;
  text-transform: uppercase; }

.category__description {
  font-size: 1.4rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #7f7f7f; }

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

/* Product
   -------------------------------------------------------------------------- */
.product__name {
  font-size: 1.8rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #06e3aa;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 25px;
  line-height: 24px;
  width: calc(100% - 7rem); }

.product__price {
  font-size: 1.8rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #06e3aa;
  font-weight: 700;
  line-height: 25px;
  line-height: 24px;
  min-width: 6rem;
  margin-left: 1rem;
  text-align: right; }
  @media screen and (max-width: 60em) {
    .product__price {
      margin-top: .75rem; } }

.product__description {
  font-size: 1.4rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #7f7f7f;
  line-height: 1.2;
  margin-top: .5rem; }

.product__sku-label {
  font-size: 1.4rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #7f7f7f;
  line-height: 1.2;
  line-height: 24px; }

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

.product_sidetouch + .product_sidetouch {
  margin-top: 1rem; }

.product_favourites {
  background-color: #f4ebff; }

/* Add & customise buttons
   -------------------------------------------------------------------------- */
.product__add {
  display: inline-block;
  height: 36px;
  line-height: 38px;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background-color: #7600ff;
  border: none;
  padding: 0 2rem;
  border-radius: 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; }
  .product__add:hover {
    color: #fff;
    background-color: #06e3aa; }

.product__customise {
  display: inline-block;
  padding: 0;
  height: 36px;
  line-height: 36px;
  color: #7600ff;
  font-size: 1.4rem;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
  margin-right: 1.5rem; }
  .product__customise:hover {
    color: #06e3aa;
    text-decoration: underline; }

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

/* Product pictos
   -------------------------------------------------------------------------- */
.product__picto {
  display: inline-block;
  height: 23px;
  background: url("/assets-images/product-pictos.png") no-repeat;
  overflow: hidden;
  margin-right: 1rem;
  vertical-align: middle; }
  @media screen and (max-width: 60em) {
    .product__picto {
      margin-top: .75rem;
      margin-bottom: .75rem; } }

.product__name .product__picto:first-child {
  margin-left: 1.5rem; }

.product__picto_vegetarian {
  width: 17px;
  background-position: -17px 0; }

.product__picto_gluten-free {
  width: 23px;
  background-position: -57px 0; }

.product__picto_dairy-free {
  width: 17px;
  background-position: -97px 0; }

.product__picto_contain-nuts {
  width: 23px;
  background-position: -137px 0; }

.product__picto_fried {
  width: 35px;
  background-position: -195px 0; }

.product__picto_grilled {
  width: 21px;
  background-position: -251px 0; }

.product__picto_spicy {
  width: 17px;
  background-position: -289px 0; }

.product__picto_no-msg {
  width: 23px;
  background-position: -329px 0; }

.product__picto_roasted {
  width: 21px;
  background-position: -373px 0; }

.product__picto_steamed {
  width: 27px;
  background-position: -421px 0; }

.product__picto_vegan {
  width: 30px;
  background-position: -478px 0; }

.category__picto-legend {
  margin-top: 3rem;
  padding: 1.5rem;
  background-color: #fdfdfd; }

.category__picto-legend-list {
  text-align: justify; }

.category__picto-legend-item {
  display: inline-block;
  margin: .7rem 1.5%;
  color: #7f7f7f;
  font-size: 1.4rem;
  line-height: 23px;
  overflow: hidden; }

.category__picto-legend-item .product__picto {
  float: left;
  margin-right: 1rem; }

/* Product filter
   *********************************************************/
/* Product filter: tags fitering
   *********************************************************/
.product-filter {
  margin: 1rem 0 2rem; }

.product-filter + .category__subcategory {
  margin-top: 3rem; }

.product-filter__set {
  padding: 1rem 1.5rem;
  background-color: #f4ebff; }

.product-filter__title {
  display: none; }

.product-filter__selected {
  display: none; }

.product-filter__summary {
  margin-top: 1rem;
  color: #7f7f7f; }

.product-filter__summary-link {
  color: #7600ff;
  text-transform: uppercase; }

.product-filter__list {
  text-align: justify; }

.product-filter__item {
  display: inline-block;
  margin: 1rem 1.5%; }

.product-filter__label {
  display: block;
  position: relative;
  cursor: pointer;
  overflow: hidden; }

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

.product-filter__name {
  display: block;
  height: 23px;
  line-height: 23px;
  overflow: hidden;
  color: #7f7f7f;
  font-size: 1.4rem;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #f4ebff; }

.product-filter__input:checked ~ .product-filter__name {
  color: #ff3fba; }

.product-filter__item-icon {
  display: block;
  float: left;
  margin-right: 1rem;
  height: 23px;
  background: url("/assets-images/product-pictos.png") no-repeat;
  overflow: hidden; }

[data-filter-tag=""] .product-filter__item-icon {
  width: 22px;
  background-position: -508px 0; }

[data-filter-tag="vegetarian"] .product-filter__item-icon {
  width: 17px;
  background-position: 0 0; }

[data-filter-tag="gluten_free"] .product-filter__item-icon {
  width: 23px;
  background-position: -34px 0; }

[data-filter-tag="dairy_free"] .product-filter__item-icon {
  width: 17px;
  background-position: -80px 0; }

[data-filter-tag="contain_nuts"] .product-filter__item-icon {
  width: 23px;
  background-position: -114px 0; }

[data-filter-tag="fried"] .product-filter__item-icon {
  width: 35px;
  background-position: -160px 0; }

[data-filter-tag="grilled"] .product-filter__item-icon {
  width: 21px;
  background-position: -230px 0; }

[data-filter-tag="spicy"] .product-filter__item-icon {
  width: 17px;
  background-position: -272px 0; }

[data-filter-tag="no_msg"] .product-filter__item-icon {
  width: 23px;
  background-position: -306px 0; }

[data-filter-tag="roasted"] .product-filter__item-icon {
  width: 21px;
  background-position: -352px 0; }

[data-filter-tag="steamed"] .product-filter__item-icon {
  width: 27px;
  background-position: -394px 0; }

[data-filter-tag="vegan"] .product-filter__item-icon {
  width: 30px;
  background-position: -448px 0; }

[data-filter-tag=""] .product-filter__input:checked + .product-filter__item-icon {
  width: 22px;
  background-position: -530px 0; }

[data-filter-tag="vegetarian"] .product-filter__input:checked + .product-filter__item-icon {
  width: 17px;
  background-position: -17px 0; }

[data-filter-tag="gluten_free"] .product-filter__input:checked + .product-filter__item-icon {
  width: 23px;
  background-position: -57px 0; }

[data-filter-tag="dairy_free"] .product-filter__input:checked + .product-filter__item-icon {
  width: 17px;
  background-position: -97px 0; }

[data-filter-tag="contain_nuts"] .product-filter__input:checked + .product-filter__item-icon {
  width: 23px;
  background-position: -137px 0; }

[data-filter-tag="fried"] .product-filter__input:checked + .product-filter__item-icon {
  width: 35px;
  background-position: -195px 0; }

[data-filter-tag="grilled"] .product-filter__input:checked + .product-filter__item-icon {
  width: 21px;
  background-position: -251px 0; }

[data-filter-tag="spicy"] .product-filter__input:checked + .product-filter__item-icon {
  width: 17px;
  background-position: -289px 0; }

[data-filter-tag="no_msg"] .product-filter__input:checked + .product-filter__item-icon {
  width: 23px;
  background-position: -329px 0; }

[data-filter-tag="roasted"] .product-filter__input:checked + .product-filter__item-icon {
  width: 21px;
  background-position: -373px 0; }

[data-filter-tag="steamed"] .product-filter__input:checked + .product-filter__item-icon {
  width: 27px;
  background-position: -421px 0; }

[data-filter-tag="vegan"] .product-filter__input:checked + .product-filter__item-icon {
  width: 30px;
  background-position: -478px 0; }

/* Deal wizard
   -------------------------------------------------------------------------- */
/************************
 Deal wizard navigation
 - up to 9 tabs support
 - done tabs styling
***********************/
.deal-wizard__title {
  font-size: 4.5rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #7600ff;
  font-weight: 700;
  text-transform: uppercase; }

.deal-wizard-navigation {
  margin: 1em 0 2em;
  background-color: transparent; }

.deal-wizard-navigation__tab {
  background-color: #fafa9a;
  margin: 0; }

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

.deal-wizard-navigation__link {
  color: #242424;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fafa9a; }

.deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__link {
  color: #4d4d4d;
  background-color: #ffffdd; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link {
  color: #242424;
  background-color: #fafa9a; }

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

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

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

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

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

.deal-wizard-navigation__title:after {
  background: -webkit-linear-gradient(left, rgba(250, 250, 154, 0), #fafa9a);
  background: linear-gradient(to right, rgba(250, 250, 154, 0), #fafa9a); }

.deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__title:after {
  background: -webkit-linear-gradient(left, rgba(255, 255, 221, 0), #ffffdd);
  background: linear-gradient(to right, rgba(255, 255, 221, 0), #ffffdd); }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__title:after {
  background: -webkit-linear-gradient(left, rgba(250, 250, 154, 0), #fafa9a);
  background: linear-gradient(to right, rgba(250, 250, 154, 0), #fafa9a); }

.deal-wizard-navigation__link {
  margin-right: 16px; }
.deal-wizard-navigation__link:before, .deal-wizard-navigation__link:after {
  border-top-width: 18px;
  border-bottom-width: 18px;
  border-left-width: 16px; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link {
  margin-right: 16px; }
.deal-wizard-navigation__tab_active .deal-wizard-navigation__link:before, .deal-wizard-navigation__tab_active .deal-wizard-navigation__link:after {
  border-top-width: 18px;
  border-bottom-width: 18px;
  border-left-width: 16px; }

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

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

.deal-wizard-navigation__tab:nth-last-child(9):first-child, .deal-wizard-navigation__tab:nth-last-child(9):first-child ~ * {
  width: 11.11111%; }

.deal-wizard-navigation__tab:nth-last-child(8):first-child, .deal-wizard-navigation__tab:nth-last-child(8):first-child ~ * {
  width: 12.5%; }

.deal-wizard-navigation__tab:nth-last-child(7):first-child, .deal-wizard-navigation__tab:nth-last-child(7):first-child ~ * {
  width: 14.28571%; }

.deal-wizard-navigation__tab:nth-last-child(6):first-child, .deal-wizard-navigation__tab:nth-last-child(6):first-child ~ * {
  width: 16.66667%; }

.deal-wizard-navigation__tab:nth-last-child(5):first-child, .deal-wizard-navigation__tab:nth-last-child(5):first-child ~ * {
  width: 20%; }

.deal-wizard-navigation__tab:nth-last-child(4):first-child, .deal-wizard-navigation__tab:nth-last-child(4):first-child ~ * {
  width: 25%; }

.deal-wizard-navigation__tab:nth-last-child(3):first-child, .deal-wizard-navigation__tab:nth-last-child(3):first-child ~ * {
  width: 33.33333%; }

.deal-wizard-navigation__tab:nth-last-child(2):first-child, .deal-wizard-navigation__tab:nth-last-child(2):first-child ~ * {
  width: 50%; }

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

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

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

.deal-wizard-navigation__tab:nth-child(4) {
  z-index: 17; }

.deal-wizard-navigation__tab:nth-child(5) {
  z-index: 16; }

.deal-wizard-navigation__tab:nth-child(6) {
  z-index: 15; }

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

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

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

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

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

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

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

.deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link {
  margin-right: 0;
  padding-right: 10px; }

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

@media screen and (max-width: 40em) {
  .deal-wizard-navigation__tab {
    width: 33.33333% !important; }

  .deal-wizard-navigation__tab:nth-last-child(2):first-child,
  .deal-wizard-navigation__tab:nth-last-child(2):first-child ~ * {
    width: 50% !important; }

  .deal-wizard-navigation__tab:nth-child(3) .deal-wizard-navigation__link,
  .deal-wizard-navigation__tab:nth-child(6) .deal-wizard-navigation__link {
    margin-right: 0;
    padding-right: 10px; }

  .deal-wizard-navigation__tab:nth-child(3) .deal-wizard-navigation__link:before,
  .deal-wizard-navigation__tab:nth-child(6) .deal-wizard-navigation__link:before,
  .deal-wizard-navigation__tab:nth-child(3) .deal-wizard-navigation__link:after,
  .deal-wizard-navigation__tab:nth-child(6) .deal-wizard-navigation__link:after {
    display: none; }

  .deal-wizard-navigation__tab:nth-child(4),
  .deal-wizard-navigation__tab:nth-child(7) {
    clear: left; }

  .deal-wizard-navigation__tab:nth-child(4):before,
  .deal-wizard-navigation__tab:nth-child(7):before {
    display: none; }

  /*
    .deal-wizard-navigation { position: relative; }
    .deal-wizard-navigation:before { content: ''; display: block; position: absolute; left:0; top: $link-height; width: 100%; height: 0; border-bottom: 1px solid #ffd467; }
  */
  .deal-wizard-navigation__tab:nth-child(4),
  .deal-wizard-navigation__tab:nth-child(5),
  .deal-wizard-navigation__tab:nth-child(6),
  .deal-wizard-navigation__tab:nth-child(7),
  .deal-wizard-navigation__tab:nth-child(8),
  .deal-wizard-navigation__tab:nth-child(9) {
    margin-top: 0.5rem; } }
@media screen and (max-width: 40em) {
  .deal-wizard-navigation__tab:nth-child(3),
  .deal-wizard-navigation__tab:nth-child(6),
  .deal-wizard-navigation__tab:nth-child(3) .deal-wizard-navigation__link,
  .deal-wizard-navigation__tab:nth-child(6) .deal-wizard-navigation__link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

  .deal-wizard-navigation__tab:nth-child(4),
  .deal-wizard-navigation__tab:nth-child(7),
  .deal-wizard-navigation__tab:nth-child(4) .deal-wizard-navigation__link,
  .deal-wizard-navigation__tab:nth-child(7) .deal-wizard-navigation__link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; } }
/* ==========================================================================
   BASKET
   ========================================================================== */
.basket {
  border: 5px solid #7600ff; }

/* Basket header
   -------------------------------------------------------------------------- */
.basket__header {
  background-color: #faf5ff; }

.basket__title {
  font-size: 1.6rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #06e3aa;
  font-weight: 700;
  text-transform: uppercase; }

.basket__repeat {
  font-size: 1.4rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #7600ff;
  text-transform: uppercase;
  margin-top: 0; }

.basket__close {
  margin: -.4rem -.9rem 0 0;
  color: #7600ff; }

.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: 60em) {
  .basket__repeat {
    padding-top: .1rem; } }
/* Basket item
   -------------------------------------------------------------------------- */
.basket__items {
  background-color: #faf5ff; }

.basket-item__title {
  font-size: 1.4rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #4d4d4d;
  text-transform: uppercase; }

.basket-item__link:hover {
  color: #4d4d4d; }

.basket-item__option {
  font-size: 1.2rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #7f7f7f; }

.basket-item__delete-icon {
  color: #ddbfff; }
  .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: 0;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

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

.basket__empty {
  font-size: 1.4rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #4d4d4d;
  text-transform: uppercase;
  background-color: #faf5ff; }

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

.basket-deal__title {
  font-size: 1.4rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #242424;
  font-weight: 600;
  text-transform: uppercase; }

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

.basket-deal__delete-icon {
  color: #242424; }
  .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: 0;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

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

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

.basket-deal__item-title {
  font-size: 1.4rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #4d4d4d;
  text-transform: uppercase; }

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

.basket-deal__item-option {
  font-size: 1.2rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #7f7f7f; }

.basket-deal__item-delete-icon {
  color: #ddbfff; }
  .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: #7600ff; }

/* Delivery method switcher
   -------------------------------------------------------------------------- */
.basket__delivery_radio {
  font-size: 1.6rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #7600ff;
  font-weight: 600;
  text-transform: uppercase;
  overflow: hidden; }

.basket__delivery-method {
  background-color: #f5f5f5; }

.basket__delivery-radio:checked + .basket__delivery-method {
  color: #fff;
  background-color: #7600ff; }

/* Basket footer
   -------------------------------------------------------------------------- */
.basket__footer {
  color: #06e3aa;
  background-color: #faf5ff; }

.basket__footer-orange-message {
  margin: 1rem 0;
  color: #212121;
  background-color: #ffe480; }

.basket__footer-red-message {
  margin: 1rem 0;
  color: #fff;
  background-color: #d9230b; }

.basket__savings {
  color: #242424;
  background-color: #ffffdd; }

.basket__charge-title,
.basket__charge-amount {
  font-size: 1.4rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #06e3aa;
  font-weight: 600;
  text-transform: uppercase; }

.basket__total-title,
.basket__total-amount {
  font-size: 1.8rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #06e3aa;
  font-weight: 700;
  text-transform: uppercase; }

.basket__button-link {
  display: inline-block;
  height: 36px;
  line-height: 38px;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background-color: #7600ff;
  border: none;
  padding: 0 2rem;
  border-radius: 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; }
  .basket__button-link:hover {
    color: #fff;
    background-color: #06e3aa; }

.basket__coupon {
  font-size: 1.4rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #4d4d4d;
  text-transform: uppercase; }

.basket__coupon-link,
.basket__coupon-validate {
  color: #7600ff;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  .basket__coupon-link:hover,
  .basket__coupon-validate:hover {
    color: #06e3aa;
    text-decoration: underline; }

/* ==========================================================================
   CUSTOMIZATION POPUP
   ========================================================================== */
.popup__wrapper {
  margin: 2rem; }

.popup__top {
  margin: -2rem -2rem 1rem -2rem;
  padding: 3.5rem 2rem 1.5rem;
  background-color: #7600ff; }

.popup__close {
  background-color: #fff;
  color: #7600ff; }

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

.popup__title,
.popup__price {
  font-size: 1.8rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #06e3aa;
  font-weight: 700;
  text-transform: uppercase; }

.popup__description {
  margin-top: 1.5rem;
  color: #fff;
  font-size: 1.6rem; }

.popup__picture {
  display: none; }

/* Popup group
   -------------------------------------------------------------------------- */
.popup-group__quantity-field {
  font-size: 1.6rem; }

.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: .2em;
    margin-left: .2em;
    -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: .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: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #7f7f7f;
  font-weight: 400;
  line-height: 30px; }

.popup-group__label_quantity {
  line-height: 24px; }

/* Popup row
   -------------------------------------------------------------------------- */
.popup-row__title {
  font-size: 1.6rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #06e3aa;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #eaeaea; }

/* Popup enum
   -------------------------------------------------------------------------- */
.popup-enum__text {
  color: #7600ff;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #f4f4f4; }

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

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

/* Popup set
   -------------------------------------------------------------------------- */
.popup-set__group-title {
  font-size: 1.6rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #777;
  font-weight: 700; }

.popup-set__text {
  font-size: 1.4rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #7f7f7f; }

.popup-set__text:before {
  border-color: #7600ff;
  background-color: #fff;
  border-radius: .3rem; }

.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: 0;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: none;
  margin: 0;
  width: 16px;
  height: 16px;
  color: #fff;
  background-color: #7600ff;
  border-radius: .3rem; }

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

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

.popup-deal-line__description {
  font-size: 1.4rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #7f7f7f; }

.popup-deal-line__single-option {
  font-size: 1.4rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #7f7f7f; }

/* Popup buttons
   -------------------------------------------------------------------------- */
.popup-buttons__button {
  display: inline-block;
  height: 36px;
  line-height: 38px;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background-color: #7600ff;
  border: none;
  padding: 0 4rem;
  border-radius: 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; }
  .popup-buttons__button:hover {
    color: #fff;
    background-color: #06e3aa; }

.popup-buttons__link {
  display: inline-block;
  padding: 0;
  height: 36px;
  line-height: 36px;
  color: #7600ff;
  font-size: 1.4rem;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  .popup-buttons__link:hover {
    color: #06e3aa;
    text-decoration: underline; }

/* ==========================================================================
   CHECKOUT, ACCOUNT & ORDER PAGES
   ========================================================================== */
.checkout {
  padding: 2rem;
  background-color: #f4ebff; }

.checkout__section + .checkout__section {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #dfdfdf; }

.checkout__title,
.credit-page__title {
  font-size: 3.5rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #7600ff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1; }

.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: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #747474;
  font-weight: 400;
  text-transform: uppercase; }

.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: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #747474; }

.checkout-row__field-text,
.checkout-row__field-textarea {
  padding: .6em .5em;
  color: #7600ff; }

.checkout-row__label,
.checkout-row__group-label_atom {
  padding: .7em .5em 0 0; }

.checkout-row__group-item_forgot-password {
  text-transform: uppercase; }

.checkout-row__group-item_forgot-password a {
  color: #7600ff;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  .checkout-row__group-item_forgot-password a:hover {
    color: #06e3aa;
    text-decoration: underline; }

@media screen and (max-width: 40em) {
  .checkout-row__label {
    padding: 0; } }
/*
  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;
  box-sizing: border-box; }

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

.checkout-row__group-label_checkbox .checkout-row__label-text:after {
  display: none; }

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

.checkout-row__group-label_checkbox .checkout-row__label-text:before {
  background-color: #fff;
  border-color: #7600ff;
  border-radius: .3rem; }

.checkout-row__group-label_checkbox .checkout-row__label-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: 0;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: none;
  margin: 0;
  width: 16px;
  height: 16px;
  color: #fff;
  background-color: #7600ff;
  border-radius: .3rem; }

.checkout-variant {
  padding-left: 0; }

.checkout-variant__label {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer; }

.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: -25px;
  top: -1px;
  box-sizing: border-box; }

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

.checkout-variant__text:after {
  display: none; }

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

.checkout-variant__text:before {
  background-color: #fff;
  border-color: #7600ff;
  border-radius: .3rem; }

.checkout-variant__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: 0;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: none;
  margin: 0;
  width: 16px;
  height: 16px;
  color: #fff;
  background-color: #7600ff;
  border-radius: .3rem; }

/* Form buttons
   Contain a button on the right and a cancel link on the left.
   -------------------------------------------------------------------------- */
.form-buttons__button {
  display: inline-block;
  height: 36px;
  line-height: 38px;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background-color: #7600ff;
  border: none;
  padding: 0 4rem;
  border-radius: 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; }
  .form-buttons__button:hover {
    color: #fff;
    background-color: #06e3aa; }

.form-buttons__link {
  display: inline-block;
  padding: 0;
  height: 36px;
  line-height: 36px;
  color: #7600ff;
  font-size: 1.4rem;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  .form-buttons__link:hover {
    color: #06e3aa;
    text-decoration: underline; }

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

/* Checkout confirmation page (step5)
   -------------------------------------------------------------------------- */
.checkout-confirm__title {
  font-size: 1.6rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #747474;
  font-weight: 700;
  text-transform: uppercase; }

.checkout-confirm__content {
  font-size: 1.4rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #747474; }

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

/* Facebook login
   -------------------------------------------------------------------------- */
.checkout__facebook-login-button {
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700; }

.checkout__facebook-login-icon {
  padding: 0 1.4rem;
  border-right: 1px solid; }
  .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 {
  position: relative; }

.checkout__facebook-login-separator:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  height: 0;
  width: 100%;
  border-top: 1px solid #dcdcdc; }

.checkout__facebook-login-separator-text {
  display: inline-block;
  position: relative;
  padding: 0 .5em;
  color: #747474;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #f4ebff; }

@media screen and (max-width: 30em) {
  .checkout__facebook-login-button {
    font-size: 1.4rem;
    font-weight: 600;
    padding-left: 3rem; }

  .checkout__facebook-login-icon {
    padding: 0 .5rem; } }
/* User registration error (invalid/empty fields)
   -------------------------------------------------------------------------- */
.checkout-error {
  color: #fff;
  background-color: #900; }

/* Order page
   -------------------------------------------------------------------------- */
.account-navigation ~ .content .checkout {
  padding: 0;
  background-color: #fff; }
.account-navigation ~ .content .checkout__header {
  margin-bottom: 1.5rem; }

.order-table {
  margin-top: 2rem; }

.order-table__header {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #7600ff; }

.order-row__header {
  font-weight: 600;
  text-transform: uppercase; }

.order-row:nth-child(even) .order-row__header {
  color: #4d4d4d;
  background-color: #fdfdfd; }

.order-row__header {
  color: #4d4d4d;
  font-size: 1.4rem;
  background-color: #f9f9f9;
  border-top: 2px solid #fff; }

.order-row__header:hover {
  color: #4d4d4d !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: 2px solid #fff; }

@media screen and (max-width: 30em) {
  .order-row__header-item {
    font-size: 1.2rem;
    font-weight: 400; } }
.order {
  color: #7f7f7f;
  font-size: 1.4rem;
  background-color: #f9f9f9; }

.order__group-title {
  color: #06e3aa;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase; }

.order__add {
  padding-right: 0; }

.order__add-button {
  display: inline-block;
  height: 24px;
  line-height: 26px;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background-color: #7600ff;
  border: none;
  padding: 0 1rem;
  border-radius: 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;
  line-height: 24px;
  font-weight: 600;
  margin-top: -.4rem; }
  .order__add-button:hover {
    color: #fff;
    background-color: #06e3aa; }

.order__repeat-button {
  display: inline-block;
  height: 30px;
  line-height: 32px;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background-color: #7600ff;
  border: none;
  padding: 0 1rem;
  border-radius: 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; }
  .order__repeat-button:hover {
    color: #fff;
    background-color: #06e3aa; }

.order__repeat-empty-basket {
  display: inline-block;
  padding: 0;
  height: 30px;
  line-height: 30px;
  color: #7600ff;
  font-size: 1.4rem;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  .order__repeat-empty-basket:hover {
    color: #06e3aa;
    text-decoration: underline; }

.order__items-container {
  border: none; }

.order__items-table {
  color: #7f7f7f;
  font-size: 1.4rem;
  background-color: #f9f9f9;
  border: none; }

.order__items-deal {
  color: #4d4d4d;
  background-color: #ffffdd; }

.order__items-deal-title {
  color: #242424;
  text-transform: uppercase;
  background-color: #fafa9a; }

.order__items-deal-header-column {
  font-weight: 600; }

.order__items-default {
  border-top: 1px solid #dfdfdf; }

.order__items-default > tr:first-child > td {
  padding-top: .7rem; }

.order__items-deal + .order__items-default {
  border-top: none; }

.order__items-deal + .order__items-default > tr:first-child > td {
  padding-top: .5rem; }

.order__items-column {
  text-transform: uppercase; }

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

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

.order__items-total-title,
.order__items-total-price {
  color: #06e3aa;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase; }

/* 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.4rem;
  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 {
  display: inline-block;
  height: 36px;
  line-height: 38px;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background-color: #7600ff;
  border: none;
  padding: 0 2rem;
  border-radius: 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; }
  .credit-page__form__button:hover {
    color: #fff;
    background-color: #06e3aa; }

.credit-table__header {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #7600ff; }

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

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

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

.credit-table td {
  font-size: 1.4rem;
  color: #4d4d4d; }

/* ==========================================================================
   MESSAGES
   ========================================================================== */
/* Transient information message displayed at the top
   Eg. when a product has just been added
   -------------------------------------------------------------------------- */
.message_info {
  font-size: 1.4rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #303030;
  background-color: #ffffdd;
  opacity: 0.9; }

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

/* Important (warning/error) message displayed at the top
   Eg. someone tries to access /account without being logged in
   -------------------------------------------------------------------------- */
.message_error {
  font-size: 1.4rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background-color: #e24d5d;
  opacity: 1; }

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

/* ==========================================================================
   HOMEPAGE
   ========================================================================== */
.content_index {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #6d00eb; }

.content_index .content__wrapper {
  width: 100%;
  max-width: none; }

/* Homepage: slideshow at the top
   -------------------------------------------------------------------------- */
.index-locator__container {
  padding: 0; }

.slider {
  margin-bottom: 7rem; }

.index-slideshow__image {
  width: auto;
  max-width: none;
  min-width: 100%;
  min-height: 350px; }

@media screen and (max-width: 48em) {
  .slider {
    margin-bottom: 5rem; }

  .index-slideshow {
    position: static;
    height: auto; }

  .index-slideshow__image {
    margin: auto;
    max-width: 100%;
    min-width: 0;
    min-height: 0; } }
/* Homepage: shop picker
   -------------------------------------------------------------------------- */
.index-locator {
  right: auto;
  left: calc(50% + 600px);
  margin-left: -414px;
  color: #fff;
  background-color: #7600ff;
  box-sizing: border-box; }

.index-locator__wrapper {
  padding: 0 2rem 2rem; }

.index-locator__title {
  padding: 2rem 0 1rem;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center; }

@media screen and (max-width: 75em) {
  .index-locator {
    right: 3rem;
    left: auto;
    margin-left: 0; } }
@media screen and (max-width: 48em) {
  .index-locator {
    margin: 2rem auto;
    width: 384px; } }
/* Homepage: shop picker above the slideshow
   -------------------------------------------------------------------------- */
.index-locator__method {
  font-size: 1.5rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase; }

.index-locator__method-name {
  background-color: #7600ff;
  border: 1px solid #fff; }

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

.index-locator__postcode-input {
  font-size: 1.7rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  border: 1px solid #ddd; }

.index-locator__postcode-button {
  display: inline-block;
  height: 40px;
  line-height: 42px;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  color: #000;
  background-color: #fff;
  border: none;
  padding: 0 2rem;
  border-radius: 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;
  font-weight: 600;
  border: 1px solid #fff; }
  .index-locator__postcode-button:hover {
    color: #fff;
    background-color: #7600ff; }

.index-locator__postcode-warning {
  color: #fff;
  font-size: 1.4rem; }

.index-locator__text {
  font-size: 1.4rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400; }

.index-locator__postcode-selected {
  font-size: 1.5rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase; }

.index-locator__postcode-link {
  color: #fff;
  font-weight: 400; }

.index-locator-restaurant {
  color: #fff;
  font-size: 1.5rem;
  border-top: 1px solid #fff; }

.index-locator-restaurant__name {
  font-size: 1.7rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  line-height: 1; }

.index-locator-restaurant__phone {
  font-size: 1.7rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  line-height: 1; }

.index-locator-restaurant__phone a {
  color: #fff;
  text-decoration: none; }

.index-locator-restaurant__button {
  display: inline-block;
  height: 40px;
  line-height: 42px;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  color: #000;
  background-color: #fff;
  border: none;
  padding: 0 2rem;
  border-radius: 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;
  font-weight: 600;
  border: 1px solid #fff; }
  .index-locator-restaurant__button:hover {
    color: #fff;
    background-color: #7600ff; }

/* Homepage: infographics
   -------------------------------------------------------------------------- */
.index-infographics {
  margin-bottom: 2rem; }

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

.index-infographics__list:before {
  display: table;
  content: ""; }
.index-infographics__list:after {
  display: table;
  content: "";
  clear: both; }

.index-infographics__item {
  position: relative;
  float: left;
  padding: 0 1rem;
  width: 25%;
  text-align: center;
  box-sizing: border-box; }

.index-infographics__item:after {
  content: '';
  display: block;
  position: absolute;
  top: 5rem;
  right: 0;
  margin-right: -7px;
  width: 15px;
  height: 28px;
  background: url("/assets-images/index-arrow.png") no-repeat 0 0; }

.index-infographics__item:last-child:after {
  display: none; }

.index-infographics__item-icon-image {
  width: 63px; }

.index-infographics__item-text {
  margin-top: 2rem;
  color: #7600ff;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.25; }

.index-infographics__bottom-graphics {
  margin-top: 5rem;
  text-align: center; }

@media screen and (max-width: 48em) {
  .index-infographics__item {
    float: none;
    margin-bottom: 10rem;
    padding: 0;
    width: 100%; }

  .index-infographics__item:last-child {
    margin-bottom: 0; }

  .index-infographics__item:after {
    top: auto;
    bottom: -5rem;
    right: 50%;
    margin: 0 -14px -7px 0;
    width: 28px;
    height: 15px;
    background: url("/assets-images/index-arrow-bottom.png") no-repeat 0 0; }

  .index-infographics__item-icon-image {
    width: 126px; } }
/* Homepage: Slogan
   -------------------------------------------------------------------------- */
.index-slogan {
  margin-bottom: 7rem;
  padding: 4.1rem 2%;
  text-align: center;
  background: url("/assets-images/index-pattern.png") repeat-x center center; }

.index-slogan__content {
  display: inline-block;
  padding: 4rem 7rem;
  color: #f8e71c;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  background-color: #ff495c; }

@media screen and (max-width: 48em) {
  .index-slogan {
    margin-bottom: 5rem;
    padding: 4.8rem 2%; }

  .index-slogan__content {
    padding: 4rem 3rem;
    font-size: 3rem; } }
/* Homepage: microblog - a series of short blocks (image + text)
   -------------------------------------------------------------------------- */
.index-microblog {
  margin-bottom: 7rem; }

.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__header {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
  margin-bottom: 6rem;
  color: #7600ff;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-align: center; }
  .index-microblog__header:before {
    display: table;
    content: ""; }
  .index-microblog__header:after {
    display: table;
    content: "";
    clear: both; }

.index-microblog__post {
  margin-right: 0 2% 0 0;
  padding: 3rem;
  width: 49%;
  color: #7f7f7f;
  background-color: #fff;
  position: relative;
  background: url("/assets-images/border-bg.png") repeat center top;
  overflow-y: visible; }

.index-microblog__post:nth-child(2) {
  margin: 0 0 0 2%; }

.index-microblog__post-wrapper {
  position: relative;
  padding: 3rem;
  background-color: #fff; }

.index-microblog__image-wrapper {
  margin: -3rem -3rem 2rem; }

.index-microblog__image {
  width: 100%; }

.index-microblog__title {
  font-size: 3rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #06e3aa;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  line-height: 1;
  text-overflow: ellipsis;
  overflow: hidden; }

.index-microblog__content {
  line-height: 1.5; }

.index-microblog__content p + p {
  margin-top: 1rem; }

.index-microblog__spacer {
  height: 5rem; }

.index-microblog__footer {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  left: 3rem; }

.index-microblog__link {
  display: inline-block;
  height: 36px;
  line-height: 38px;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background-color: #7600ff;
  border: none;
  padding: 0 2rem;
  border-radius: 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; }
  .index-microblog__link:hover {
    color: #fff;
    background-color: #06e3aa; }

@media screen and (max-width: 60em) {
  .index-microblog {
    margin-top: 0; }

  .index-microblog__wrapper {
    width: 100%; }

  .index-microblog__post {
    float: none;
    margin: 0  auto;
    padding: 2rem;
    width: 560px;
    max-width: 100%; }

  .index-microblog__post:nth-child(2) {
    margin: 3rem auto 0; }

  .index-microblog__post + .index-microblog__post {
    margin-top: 3rem; }

  .index-microblog__post-wrapper {
    padding: 2rem; }

  .index-microblog__image-wrapper {
    margin: -2rem -2rem 2rem; }

  .index-microblog__footer {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    left: 2rem; } }
@media screen and (max-width: 48em) {
  .index-microblog,
  .index-microblog__header {
    margin-bottom: 5rem; } }
/* Homepage: newsletter signup form
   -------------------------------------------------------------------------- */
.index-newsletter {
  margin-bottom: 7rem;
  padding: 6.5rem 1rem;
  color: #7600ff;
  background-color: #f7f7f7; }

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

.index-newsletter__title {
  font-size: 2rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #7600ff;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: -200px;
  line-height: 50px; }

.index-newsletter__fieldset {
  padding: 0 120px 0 200px; }

.index-newsletter__field {
  border: 1px solid #c6c6c6;
  height: 50px;
  line-height: 50px; }

.index-newsletter__button {
  display: inline-block;
  height: 50px;
  line-height: 52px;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background-color: #7600ff;
  border: none;
  padding: 0 2rem;
  border-radius: 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;
  margin-right: -120px;
  width: 115px; }
  .index-newsletter__button:hover {
    color: #fff;
    background-color: #06e3aa; }

@media screen and (max-width: 52.5em) {
  .index-newsletter {
    margin-bottom: 5rem;
    padding: 5rem 1rem; }

  .index-newsletter .index-newsletter__title {
    margin-bottom: 3rem;
    font-size: 2.4rem;
    text-align: center; } }
/* Homepage: map showing the position of the restaurant
   -------------------------------------------------------------------------- */
.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: 350px;
  color: #fff;
  font-size: 1.6rem;
  text-transform: uppercase;
  background-color: #7900ff; }

.index-map__shop-title {
  margin-bottom: .5em;
  font-size: 3rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1; }

.index-map__shop-phone {
  margin: 1rem 0; }

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

.index-map__shop .social-icons .social-icons__icon {
  margin: 0 .3rem .5rem 0; }

.index-map__order-button {
  display: inline-block;
  height: 40px;
  line-height: 42px;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  color: #7600ff;
  background-color: #fff;
  border: none;
  padding: 0 1rem;
  border-radius: 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;
  display: block;
  margin-top: 1rem;
  width: 100%;
  text-align: center;
  box-sizing: border-box; }
  .index-map__order-button:hover {
    color: #fff;
    background-color: #06e3aa; }

.index-map__shop-image {
  margin-top: 2rem; }

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

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

  .index-map__shop {
    margin: 1rem auto;
    width: 450px; }

  .index-map__embed {
    margin-top: 0;
    height: auto; }

  .index-map__embed-link {
    position: static; }

  .index-map__embed-image {
    position: static;
    max-width: 100%;
    min-height: 0;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
/* Static page
   -------------------------------------------------------------------------- */
.content_static .content__main {
  float: none;
  margin: 0 auto;
  width: 54.5em;
  max-width: 100%; }

.static-page {
  margin-top: 2rem;
  color: #7f7f7f; }
.static-page .static-page__title {
  margin-bottom: 3rem;
  color: #7600ff;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-align: center; }
.static-page h3 {
  color: #06e3aa;
  font-size: 3rem;
  text-transform: uppercase; }
.static-page h4 {
  color: #7600ff;
  text-transform: uppercase; }
.static-page h5 {
  color: #7600ff;
  font-size: 1.6rem; }
.static-page h6 {
  color: #7600ff; }

/* 2 columns layout */
.static-page__cols-wrapper:before {
  display: table;
  content: ""; }
.static-page__cols-wrapper:after {
  display: table;
  content: "";
  clear: both; }

.static-page__col {
  margin-right: 4%;
  width: 60%;
  float: left; }

.static-page__col + .static-page__col {
  margin-right: 0;
  width: 36%; }

.static-page__col > *:first-child {
  margin-top: 0; }

.static-page__image-border {
  margin-bottom: 2rem;
  padding: 2rem;
  background: url("/assets-images/border-bg.png") repeat center top;
  box-sizing: border-box; }

.static-page__image-border img {
  display: block;
  width: 100%; }

@media screen and (max-width: 60em) {
  .static-page__col {
    margin: 0;
    width: 100% !important;
    float: none; }

  .static-page__col + .static-page__col {
    margin-top: 2rem; }

  .static-page__col:before {
    display: table;
    content: ""; }
  .static-page__col:after {
    display: table;
    content: "";
    clear: both; }

  .static-page__image-border {
    float: left;
    padding: 1rem;
    width: 49%;
    margin-right: 2%; }

  .static-page__image-border + .static-page__image-border {
    margin-right: 0; } }
@media screen and (max-width: 30em) {
  .static-page__image-border {
    float: none;
    padding: 1rem;
    width: 100%;
    margin: 0 0 1rem; } }
/* ==========================================================================
   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: 0em; }

.sku-buttons__text {
  color: #212121;
  background-color: #ddd;
  border-left: 1px solid #fff; }

.sku-buttons__radio:checked + .sku-buttons__text {
  color: #fff;
  background-color: #212121; }

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

.sku-buttons-summary__name {
  color: #555; }

.sku-buttons-summary__value {
  color: #212121; }

.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: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 700; }

.grouped-skus__list {
  border-radius: 0em; }

.grouped-skus__text {
  font-size: 1.4rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 400;
  background-color: #ddd;
  border-left: 1px solid #fff; }

.grouped-skus__item:first-child .grouped-skus__text {
  border-left: none; }

.grouped-skus__radio:checked + .grouped-skus__text {
  color: #fff;
  background-color: #212121; }

.grouped-skus__radio:disabled + .grouped-skus__text {
  color: #aaa;
  background-color: #ddd; }

/* --------------------------------------------------------------------------
   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: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #fff; }

.password-checker__text {
  font-size: 1.2rem;
  font-family: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #212121;
  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: "Fabrikat", Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #900; }

/*SPECIAL CATEGORY*/
.page__content {
  overflow: hidden; }

.content {
  background-color: #faf5ff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1.5em;
  padding-bottom: 1.5em; }
  .content_special {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2.4rem;
    padding-bottom: 4.2rem;
    background-color: #ecf9f6;
    position: relative; }
    .content_special:after {
      display: block;
      width: 100%;
      content: '';
      height: 80rem;
      background-color: #ecf9f6;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: -1; }

.category_special .category__title {
  color: #06e3aa; }
.category_special .product-filter__set {
  background-color: #ddf3ee; }
.category_special .product-filter__name {
  background-color: transparent; }
.category_special .product_sidetouch {
  background-color: #ddf3ee; }
.category_special .category__picto-legend {
  background-color: #ddf3ee; }

.page_locator .page__content {
  background-color: #7600ff; }
.page_locator .header {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .page_locator .header .header__logo {
    display: none; }
.page_locator .dropdown-menu__header-link {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 22px;
  color: #fff;
  transition: all .3s ease; }
  .page_locator .dropdown-menu__header-link:hover {
    color: #06e3aa; }
.page_locator .locator__header {
  display: block;
  width: 100%;
  padding-bottom: 3.3rem; }
  .page_locator .locator__header .header__logo {
    display: block;
    width: 100%;
    text-align: center;
    float: none; }
    .page_locator .locator__header .header__logo-link {
      display: inline-block;
      vertical-align: top; }
    .page_locator .locator__header .header__logo-image {
      display: block; }
    @media screen and (max-width: 52.5em) {
      .page_locator .locator__header .header__logo {
        margin: 0 auto; } }
.page_locator .locator {
  width: 84.8rem;
  margin-top: 3.6rem;
  margin-bottom: 2.5rem; }
  .page_locator .locator__wrapper {
    padding: 0; }
  .page_locator .locator__body {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 3rem;
    background: url("/assets-images/locator-horizontal-border.jpg") top center repeat-x, url("/assets-images/locator-horizontal-border.jpg") bottom center repeat-x, url("/assets-images/locator-vertical-border.jpg") left center repeat-y, url("/assets-images/locator-vertical-border.jpg") right center repeat-y;
    background-color: #fff; }
  .page_locator .locator__title {
    padding-top: 2.7rem;
    margin-bottom: 2.7rem;
    font-size: 3rem;
    font-family: "Fabrikat", Arial, Helvetica, sans-serif;
    color: #06e3aa;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 36px; }
  .page_locator .locator__fields-wrapper {
    width: 44rem; }
  .page_locator .locator__method input:checked + .locator__method-name {
    color: #fff;
    background-color: #7600ff; }
  .page_locator .locator__method-name {
    font-size: 1.6rem;
    font-family: "Fabrikat", Arial, Helvetica, sans-serif;
    color: #7600ff;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 40px;
    background-color: #f5f5f5; }
  .page_locator .locator__postcode-warning {
    font-size: 1.4rem;
    font-family: "Fabrikat", Arial, Helvetica, sans-serif;
    color: #7f7f7f;
    font-weight: 400;
    line-height: 18px;
    margin-top: 2rem; }
  .page_locator .locator__postcode-input {
    font-size: 1.4rem;
    font-family: "Fabrikat", Arial, Helvetica, sans-serif;
    color: #7f7f7f;
    font-weight: 400;
    line-height: 40px;
    height: 40px;
    padding: 0 2.2rem;
    box-sizing: border-box;
    box-shadow: none;
    outline: none;
    border: solid 1px #7600ff; }
  .page_locator .locator__selected {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.6rem;
    font-family: "Fabrikat", Arial, Helvetica, sans-serif;
    color: #ff1dae;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase; }
    .page_locator .locator__selected-link:hover {
      text-decoration: underline; }
  .page_locator .locator__restaurants {
    margin: 0; }
    .page_locator .locator__restaurants .locator-restaurant {
      border-top: solid 1px #eaeaea;
      padding: 3rem 5.6rem;
      box-sizing: border-box; }
      @media screen and (max-width: 40em) {
        .page_locator .locator__restaurants .locator-restaurant {
          padding: 2rem; } }
      .page_locator .locator__restaurants .locator-restaurant + .locator-restaurant {
        margin-top: 0; }
      .page_locator .locator__restaurants .locator-restaurant__name {
        font-size: 1.8rem;
        font-family: "Fabrikat", Arial, Helvetica, sans-serif;
        color: #06e3aa;
        font-weight: 700;
        line-height: 30px;
        padding-top: 0;
        padding-bottom: 0;
        text-transform: uppercase; }
        @media screen and (max-width: 40em) {
          .page_locator .locator__restaurants .locator-restaurant__name {
            text-align: center; } }
        @media screen and (max-width: 40em) {
          .page_locator .locator__restaurants .locator-restaurant__name-inside {
            margin-right: 0; } }
      .page_locator .locator__restaurants .locator-restaurant__toggle {
        font-size: 1.4rem;
        font-family: "Fabrikat", Arial, Helvetica, sans-serif;
        color: #7600ff;
        font-weight: 400;
        line-height: 30px;
        padding-top: 0;
        padding-bottom: 0;
        text-transform: uppercase;
        text-decoration: underline;
        transition: all .3s ease; }
        .page_locator .locator__restaurants .locator-restaurant__toggle:hover {
          text-decoration: none; }
        @media screen and (max-width: 40em) {
          .page_locator .locator__restaurants .locator-restaurant__toggle {
            float: none; } }
      .page_locator .locator__restaurants .locator-restaurant__button {
        box-sizing: border-box;
        padding: 0 2rem;
        border: solid 1px #7600ff;
        line-height: 30px;
        height: 30px;
        font-size: 1.5rem;
        font-family: "Fabrikat", Arial, Helvetica, sans-serif;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
        transition: all .3s ease;
        background-color: #7600ff; }
        .page_locator .locator__restaurants .locator-restaurant__button:hover {
          color: #7600ff;
          background-color: #fff; }
        @media screen and (max-width: 40em) {
          .page_locator .locator__restaurants .locator-restaurant__button {
            float: none;
            max-width: 20rem;
            margin: 1rem auto 0; } }
      .page_locator .locator__restaurants .locator-restaurant__content-name {
        font-size: 1.8rem;
        font-family: "Fabrikat", Arial, Helvetica, sans-serif;
        color: #06e3aa;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 30px; }
      .page_locator .locator__restaurants .locator-restaurant__content-header {
        margin-bottom: 0; }
      .page_locator .locator__restaurants .locator-restaurant__address {
        font-size: 1.4rem;
        font-family: "Fabrikat", Arial, Helvetica, sans-serif;
        color: #7f7f7f;
        font-weight: 400;
        text-transform: none;
        line-height: 22px; }
        .page_locator .locator__restaurants .locator-restaurant__address p {
          margin: 0; }
      @media screen and (max-width: 40em) {
        .page_locator .locator__restaurants .locator-restaurant__header {
          text-align: center; } }

@media screen and (max-width: 40em) {
  [data-locator-selected-method=collection] .locator-restaurant__content_embed-map,
  [data-google-locator-instance] .locator-restaurant__content_embed-map {
    padding-left: 0; } }

.card-entry__group {
  position: relative; }
  .card-entry__group.StripeElement {
    box-sizing: border-box;
    padding: .65rem 1rem;
    background-color: #fff;
    border: solid 1px #7600ff;
    margin-top: -.5rem; }
    @media screen and (max-width: 40em) {
      .card-entry__group.StripeElement {
        margin-top: 1rem; } }

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