@charset "UTF-8";
/* ==========================================================================
   GENERAL
   ========================================================================== */
/* Imports
   -------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Signika:300,400,600");
@import url("https://fonts.googleapis.com/css?family=Sansita");
@import url("https://fonts.googleapis.com/css?family=Chewy");
@font-face {
  font-family: 'fontello';
  src: url("/assets-fonts/fontello.woff2") format("woff2"), url("/assets-fonts/fontello.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* Fonts
   -------------------------------------------------------------------------- */
/* Base font
   -------------------------------------------------------------------------- */
body {
  font-size: 1.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 300;
  background: #231609 url("/assets-images/body-bg.jpg") no-repeat 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed; }

input, select, textarea {
  font-size: 1.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 300;
  outline: 0; }

input:focus, select:focus, textarea:focus {
  outline: 0; }

/* Page header
   -------------------------------------------------------------------------- */
.header {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 1.2em 0; }

@media screen and (max-width: 52.5em) {
  .header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.8); } }
/* Page footer
   -------------------------------------------------------------------------- */
.footer {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8); }

.footer__wrapper {
  padding: 1.9em 0; }

.footer__credits {
  padding-top: .55em; }

.footer__links {
  padding-top: .2em; }

.footer__link {
  color: #fff; }

.footer__link:hover {
  color: #fff; }

.footer .social-icons__link {
  margin: 0;
  color: #fff; }

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

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

.index-map__shop .shop-info__social-icons {
  margin: 0 0 1.8rem; }

.shop-info__social-icons .social-icons__link {
  width: auto;
  height: auto;
  margin-right: 1.5rem; }

.shop-info__social-icons .social-icons__link i:before {
  line-height: 1.6;
  font-size: 2.7rem; }

.footer__nav .social-icons__link i {
  display: inline-block;
  margin: 0 .4em; }

.footer__nav .social-icons__link i:before {
  line-height: 1.2;
  font-size: 2.7rem; }

@media screen and (max-width: 52.5em) {
  .footer__nav .social-icons__link {
    margin: 0 .2em; } }
/* Scroll up button
   -------------------------------------------------------------------------- */
.scroll-up {
  color: #000;
  background-color: #fff;
  border-radius: 0.5em;
  line-height: 1.4; }

.scroll-up:after {
  content: '';
  position: absolute;
  left: .1rem;
  right: .1rem;
  top: .1rem;
  bottom: .1rem;
  border-radius: .5em;
  border: 2px dotted #000;
  transition: all .2s ease; }

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

/* NiceSelect (used as a <select> replacement)
   -------------------------------------------------------------------------- */
.nice-select {
  font-size: 1.2rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #bcbcbc;
  border: 0.5px solid #545454;
  border-radius: 1rem;
  background: #000; }

.nice-select:after {
  border-bottom: 2px solid #bcbcbc;
  border-right: 2px solid #bcbcbc; }

.nice-select .option {
  color: #000; }

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

.nice-select .option.selected {
  color: #fff;
  background-color: #000; }

.nice-select .product__sku-select {
  background: rgba(0, 0, 0, 0.7); }

.nice-select .product__sku-select .current {
  font-size: 1.2rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #bcbcbc; }

.nice-select .product__sku-select:after {
  border-bottom-color: #9a9a9a;
  border-right-color: #9a9a9a; }

.nice-select > .current {
  font-size: 1.2rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #bcbcbc; }

.nice-select .list:hover .option:not(:hover) {
  color: #000; }

.nice-select .option.disabled,
.nice-select .option.selected.disabled,
.nice-select .option.disabled.focus,
.nice-select .option.selected.disabled.focus,
.nice-select .list:hover .option.disabled:not(:hover) {
  color: #ccc !important;
  background-color: transparent !important; }

/* ==========================================================================
   NAVIGATION
   ========================================================================== */
/* Desktop navigation:
   * account pages
   * category pages (touch only)
   -------------------------------------------------------------------------- */
.category-navigation {
  background-color: #fff;
  position: relative; }

.fixed-topbar {
  position: fixed !important; }

.category-navigation:after {
  content: '';
  position: absolute;
  left: .2rem;
  right: .2rem;
  top: .2rem;
  bottom: .2rem;
  border-top: 2px dotted #000;
  border-bottom: 2px dotted #000;
  display: block; }

.category-navigation__wrapper {
  position: relative;
  z-index: 50; }

.category-navigation__item {
  font-size: 1.8rem;
  font-family: Sansita, Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase; }

.category-navigation__link {
  padding: .54em 1.11em .68em;
  line-height: 1;
  position: relative; }

.category-navigation__link:hover,
.category-navigation__item_actives .category-navigation__link {
  color: #fff;
  background-color: #000; }

.category-navigation__item_active .category-navigation__link:after,
.category-navigation__item_active .category-navigation__link:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  width: 15px;
  height: 3px;
  left: 0;
  background: url(/assets-images/menu-sprite.png) -1px 0 no-repeat; }

.category-navigation__item_active .category-navigation__link:after {
  left: auto;
  right: 0;
  background-position: -17px 0; }

.account-navigation {
  background-color: #fff;
  position: relative; }

.account-navigation__wrapper {
  position: relative;
  z-index: 2; }

.account-navigation:after {
  z-index: 1;
  content: '';
  position: absolute;
  left: .2rem;
  right: .2rem;
  top: .2rem;
  bottom: .2rem;
  border-top: 2px dotted #000;
  border-bottom: 2px dotted #000;
  display: block; }

.account-navigation__item {
  font-size: 1.8rem;
  font-family: Sansita, Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  position: relative; }

.account-navigation__item_active:after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  top: 2px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 15px solid; }

.account-navigation__link {
  padding: 0.6em 1.5em; }

.account-navigation__item_active .account-navigation__link {
  color: #fff;
  background-color: #000;
  margin: 2px 0 1px; }

/* Desktop navigation:
   * category pages (sidetouch only)
   -------------------------------------------------------------------------- */
.category-navigation_sidetouch {
  background-color: transparent; }

.category-navigation_sidetouch .category-navigation__item {
  font-size: 1.6rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #777;
  font-weight: 700;
  text-transform: uppercase; }

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

/* Desktop navigation:
   * checkout pages
   -------------------------------------------------------------------------- */
.checkout-navigation {
  background-color: #fff;
  position: relative; }

.checkout-navigation:before {
  content: '';
  position: absolute;
  top: .2rem;
  bottom: .2rem;
  left: 0;
  right: 0;
  display: block;
  border-top: 2px dotted #000;
  border-bottom: 2px dotted #000; }

.checkout-navigation__item {
  font-size: 1.8rem;
  font-family: Sansita, Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  height: 36px;
  line-height: 36px;
  margin: .2rem 0; }

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

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

/* Desktop: user and shop menus
   -------------------------------------------------------------------------- */
.dropdown-menu__header-link {
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #f0eeef; }

.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;
  background-color: transparent; }

.dropdown-menu__body {
  border-radius: .2rem;
  font-size: 1.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 2px 1px rgba(117, 117, 117, 0.5);
  z-index: 10; }

.dropdown-menu__body:before {
  content: '';
  position: absolute;
  left: .15rem;
  right: .15rem;
  top: .15rem;
  bottom: .15rem;
  border-radius: .2rem;
  border: 2px dotted #000; }

.dropdown-menu__body:after {
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0;
  left: auto;
  right: 13px;
  bottom: auto;
  width: 0;
  height: 0;
  z-index: 10;
  top: -8px;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; }

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

.dropdown-menu__items {
  position: relative;
  z-index: 50;
  padding: .2rem; }

.dropdown-menu__items:before {
  content: '';
  position: absolute;
  top: -3px;
  right: 15px;
  width: 7px;
  height: 7px;
  background: #fff;
  border: 2px dotted #000;
  z-index: 50;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.dropdown-menu__items:after {
  content: '';
  position: absolute;
  top: 3px;
  right: 13px;
  width: 15px;
  height: 10px;
  background: #fff;
  z-index: 100; }

.dropdown-menu__item {
  position: relative;
  z-index: 200; }

.dropdown-menu__item-link {
  font-size: 1.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 400; }

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

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

.off-canvas_right.off-canvas_open {
  background-color: transparent; }

/* Mobile: menu on the left (navigation)
   -------------------------------------------------------------------------- */
.burger-menu__line {
  border-top: 4px solid #fff; }

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

.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: Sansita, Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #fff;
  padding: 1.9rem 1rem 1.9rem 1.5rem; }

.mobile-menu__section {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.6); }

.mobile-menu__section-link {
  font-size: 1.6rem;
  font-family: Sansita, Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #fff;
  padding: 1.9rem 1rem 1.9rem 1.5rem;
  position: relative; }

.mobile-menu__section-link:before {
  content: '';
  z-index: 0;
  top: .2rem;
  bottom: .2rem;
  left: 0;
  right: 0;
  position: absolute;
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff; }

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

.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 transparent; }

.mobile-menu__item-link {
  font-size: 1.6rem;
  font-family: Sansita, Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #fff;
  padding: 2rem 1rem 2rem 1.5rem; }

.mobile-menu__item_active .mobile-menu__item-link {
  color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

/* Mobile: menu on the right (basket)
   -------------------------------------------------------------------------- */
.basket-menu__basket-icon {
  color: #fff; }
  .basket-menu__basket-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

.basket-menu__items {
  background-color: #000;
  border: 1px solid #fff;
  width: 20px;
  height: 20px;
  line-height: 22px; }

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

.shop-info__title {
  font-size: 1.8rem;
  font-family: Sansita, Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.2;
  margin: .5rem .5rem .5rem 0; }

.shop-info__feature-title {
  font-size: 1.6rem;
  font-family: Sansita, Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 400;
  text-transform: uppercase; }

.shop-info__feature-content {
  font-size: 1.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #000; }

.shop-info__link {
  color: #212121; }

.shop-info .social-icons__link {
  color: #000; }

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

.shop-info_desktop {
  position: relative;
  background-color: transparent;
  padding: 1.5em; }

.shop-info_desktop:before {
  content: '';
  position: absolute;
  top: -3px;
  right: 15px;
  width: 7px;
  height: 7px;
  background: #fff;
  border: 2px dotted #000;
  z-index: 50;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.shop-info_desktop:after {
  content: '';
  position: absolute;
  top: 3px;
  right: 13px;
  width: 15px;
  height: 10px;
  background: #fff;
  z-index: 100; }

.shop-info_desktop .social-icons__link {
  margin: 0 0 0 1rem; }

.shop-info_desktop .shop-info__social-icons .social-icons__link i:before {
  line-height: 1; }

/* ==========================================================================
   CATEGORY PAGE
   ========================================================================== */
/* Page header
   -------------------------------------------------------------------------- */
.category__title {
  font-size: 2.3rem;
  font-family: Sansita, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase; }

.category__subcategory-title {
  font-size: 1.6rem;
  font-family: Sansita, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase; }

.category__description {
  font-size: 1.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #ababab; }

.page_order_step3 .category_upselling {
  margin-top: 2em;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 47px; }

/* Product
   -------------------------------------------------------------------------- */
.product__wrapper {
  background: rgba(0, 0, 0, 0.6);
  padding: 3px 10px;
  margin: 7px 0; }

.product__wrapper {
  position: relative; }

.product__wrapper:after,
.product__wrapper:before {
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  height: 7px;
  display: block;
  background-image: url(/assets-images/bg-border_top.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%; }

.product__wrapper:before {
  top: auto;
  bottom: -7px;
  background-image: url(/assets-images/bg-border_bottom.png); }

.product__name {
  font-size: 1.6rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600; }

.product__description {
  font-size: 1.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #bcbcbc; }

.product__price {
  font-size: 1.6rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600; }

/* Product zebra (sidetouch only)
   -------------------------------------------------------------------------- */
.product_sidetouch {
  background-color: #fafafa; }

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

/* Add & customise buttons
   -------------------------------------------------------------------------- */
.product__add {
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 1rem;
  font-size: 1.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  height: 35px;
  line-height: 30px;
  position: relative;
  position: relative;
  padding: 0 1.7em; }
  .product__add:hover {
    color: #fff;
    background-color: #000; }
  .product__add:hover:after {
    border: 2px dotted #fff; }
  .product__add:after {
    content: '';
    top: .2rem;
    left: .2rem;
    right: .2rem;
    bottom: .2rem;
    display: block;
    position: absolute;
    border-radius: 1rem;
    border: 2px dotted #000;
    transition: all .2s ease; }

.product__customise + .product__add {
  width: 40%;
  padding: 0; }

.product__customise {
  font-size: 1.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  text-align: left;
  height: auto;
  line-height: 1;
  text-decoration: underline;
  font-size: 1.2rem;
  padding-top: 1rem; }

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

/* Product filter
   -------------------------------------------------------------------------- */
/* Grouped skus: product fileter theming
   *********************************************************/
.product-filter {
  margin-bottom: .5rem; }

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

.product-filter__set + .product-filter__set {
  margin-top: .5rem; }

.product-filter__wrapper {
  padding-left: 140px; }
  .product-filter__wrapper:before {
    display: table;
    content: ""; }
  .product-filter__wrapper:after {
    display: table;
    content: "";
    clear: both; }

.product-filter__title {
  text-align: center;
  display: inline-block;
  float: left;
  padding: .2rem 0;
  margin-left: -140px;
  width: 140px;
  position: relative;
  font-size: 1.8rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase; }

.product-filter__title:after,
.product-filter__title:before {
  content: '';
  position: absolute;
  top: -1rem;
  width: 134px;
  height: 6px;
  left: 0;
  background: url(/assets-images/menu-sprite.png) 0 -4px no-repeat; }

.product-filter__title:after {
  top: auto;
  bottom: -1rem;
  background-position: 0px -10px; }

.product-filter__list {
  float: left;
  width: 100%; }
  .product-filter__list:before {
    display: table;
    content: ""; }
  .product-filter__list:after {
    display: table;
    content: "";
    clear: both; }

.product-filter__item {
  float: left;
  width: 20%;
  padding: 0 .5em;
  box-sizing: border-box; }

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

.product-filter__input {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden; }

.product-filter__name {
  display: block;
  position: relative;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  background-color: #000;
  padding: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  margin-bottom: .5rem; }

.product-filter__name:after {
  content: '';
  top: .2rem;
  left: .2rem;
  right: .2rem;
  bottom: .2rem;
  display: block;
  position: absolute;
  border-radius: 1rem;
  border: 2px dotted #fff;
  transition: all .2s ease; }

.product-filter__input:checked + .product-filter__name {
  background: #fff;
  color: #000; }

.product-filter__input:checked + .product-filter__name:after {
  border-color: #000; }

.product-filter__summary {
  margin: 1.5rem 0 2.5rem;
  color: #ababab;
  font-size: 1.4rem;
  font-weight: 300; }

.product-filter__summary-link {
  color: #ababab; }

.product-filter__summary-link:hover {
  text-decoration: none; }

.product-filter__bottom-margin {
  height: 0; }

.grouped-skus ~ .product-filter__bottom-margin,
.product-filter ~ .product-filter__bottom-margin {
  margin-bottom: 3rem; }

.product-filter__selected {
  display: none;
  font-size: 1.4rem;
  font-weight: 300;
  text-decoration: none; }

.product-filter__selected-name {
  display: inline-block;
  padding-right: .5rem; }

.product-filter__selected-name br {
  display: none; }

.product-filter__selected-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-filter__selected-icon:before {
  -webkit-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out; }

.product-filter__selected_open .product-filter__selected-icon:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

@media screen and (max-width: 60em) {
  .product-filter__title {
    margin-top: .5rem; }

  .product-filter__item {
    width: 50%; }

  .product-filter__item:nth-child(4n+1) {
    clear: left; } }
@media screen and (max-width: 52.5em) {
  .product-filter {
    display: table;
    margin: 0 auto 4rem; }

  .product-filter__wrapper {
    padding-left: 0 !important;
    text-align: center; }

  .product-filter__title {
    display: table;
    margin: 0 auto 2rem !important;
    float: none;
    padding: 0; }

  .product-filter__selected {
    display: inline-block; }

  .product-filter__list {
    display: none;
    clear: both;
    margin: 1rem -1rem -1rem;
    padding: 1rem; }

  .product-filter__selected_open ~ .product-filter__list {
    display: block; }

  .product-filter__name {
    display: block;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    background-color: #1c1c1c;
    overflow-x: visible; }

  .product-filter__name:before {
    left: 50%;
    margin-left: -10px; } }
@media screen and (max-width: 30em) {
  .product-filter__item {
    width: 33%; }

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

  .product-filter__item:nth-child(4n+1) {
    clear: none; } }
@media screen and (max-width: 20em) {
  .product-filter__item {
    width: 50%; }

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

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

/* Deal wizard
   -------------------------------------------------------------------------- */
.deal-wizard-navigation {
  background-color: transparent; }

.deal-wizard-navigation__tab {
  margin-bottom: 8px; }

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

.deal-wizard-navigation__link {
  font-size: 1.6rem;
  margin-right: 0;
  padding: 0; }

.deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link:after {
  content: none; }

.deal-wizard-navigation__tab:last-child .deal-wizard-navigation__title {
  margin-right: 0; }

.deal-wizard-navigation__link:before {
  bottom: 0;
  height: auto;
  left: -22px;
  width: 22px;
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  border-left: 0; }

.deal-wizard-navigation__tab:nth-child(3n + 1) .deal-wizard-navigation__link:before {
  content: none; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link:before {
  display: block;
  background: #711c1a; }

.deal-wizard-navigation__link:after,
.deal-wizard-navigation__tab_active .deal-wizard-navigation__link:after {
  width: 28px;
  height: 27px;
  background: rgba(113, 28, 26, 0.2);
  transform: rotate(45deg);
  margin-left: -36px;
  margin-top: 6px;
  z-index: 50;
  border: 1px dotted white;
  border-left: 0;
  border-bottom: 0; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link:after {
  background: #711c1a; }

.deal-wizard-navigation__tab:first-child .deal-wizard-navigation__title {
  border-left-width: 1px; }

.deal-wizard-navigation__tab:last-child .deal-wizard-navigation__title {
  border-right-width: 1px; }

.deal-wizard-navigation__tab:nth-child(3n + 1) .deal-wizard-navigation__title {
  border-left-width: 1px; }

.deal-wizard-navigation__title {
  border: 1px dotted #fff;
  border-right-width: 0;
  border-left-width: 0;
  width: auto;
  margin-right: 22px;
  color: #fff;
  background-color: rgba(113, 28, 26, 0.2); }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__title {
  color: #fff;
  background-color: #711c1a; }

/* ==========================================================================
   BASKET
   ========================================================================== */
.basket {
  background: rgba(0, 0, 0, 0.6); }

.basket {
  position: relative; }

.basket:after,
.basket:before {
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  height: 7px;
  display: block;
  background-image: url(/assets-images/bg-border_top.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%; }

.basket:before {
  top: auto;
  bottom: -7px;
  background-image: url(/assets-images/bg-border_bottom.png); }

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

.basket__title {
  font-size: 1.6rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600; }

.basket__repeat {
  font-size: 1.2rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff; }

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

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

.basket-item {
  margin: 15px 0; }

.basket-item__name {
  width: 60%; }

.basket-item__details {
  width: 40%; }

.basket-item__title {
  font-size: 1.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff; }

.basket-item__link {
  text-decoration: underline; }

.basket-item__link:hover {
  text-decoration: none; }

.basket-item__option {
  font-size: 1.2rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #999;
  margin: 10px 0; }

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

.basket-item__delete:hover .basket-item__delete-icon {
  color: rgba(255, 255, 255, 0.5); }

.basket__empty {
  font-size: 1.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: transparent; }

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

.basket-deal__title {
  font-size: 1.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600; }

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

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

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

/* Basket deal item
   -------------------------------------------------------------------------- */
.basket-deal__item {
  margin: 13px 0; }

.basket-deal__items {
  background-color: transparent; }

.basket-deal__item-details {
  width: 40%; }

.basket-deal__item-name {
  width: 60%; }

.basket-deal__item-title {
  font-size: 1.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff; }

.basket-deal__item-link {
  text-decoration: underline;
  font-weight: 300; }

.basket-deal__item-link:hover {
  text-decoration: none; }

.basket-deal__item-options {
  margin-top: 1rem; }

.basket-deal__item-option {
  font-size: 1.2rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #999; }

.basket-deal__item-delete-icon {
  color: rgba(113, 28, 26, 0.7); }
  .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: #711c1a; }

/* Delivery method switcher
   -------------------------------------------------------------------------- */
.basket__delivery_radio {
  font-size: 1.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  margin: 0 -4px; }

.basket__delivery-method {
  color: #fff;
  background-color: #000;
  border: none;
  border-radius: 1rem;
  position: relative;
  padding: .7em 0;
  margin: 0 4px; }
  .basket__delivery-method:hover {
    color: #000;
    background-color: #fff; }
  .basket__delivery-method:hover:after {
    border: 2px dotted #000; }
  .basket__delivery-method:after {
    content: '';
    top: .2rem;
    left: .2rem;
    right: .2rem;
    bottom: .2rem;
    display: block;
    position: absolute;
    border-radius: 1rem;
    border: 2px dotted #fff;
    transition: all .2s ease; }

.basket__delivery-radio:checked + .basket__delivery-method {
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 1rem;
  position: relative;
  font-weight: 600; }
  .basket__delivery-radio:checked + .basket__delivery-method:hover {
    color: #fff;
    background-color: #000; }
  .basket__delivery-radio:checked + .basket__delivery-method:hover:after {
    border: 2px dotted #fff; }
  .basket__delivery-radio:checked + .basket__delivery-method:after {
    content: '';
    top: .2rem;
    left: .2rem;
    right: .2rem;
    bottom: .2rem;
    display: block;
    position: absolute;
    border-radius: 1rem;
    border: 2px dotted #000;
    transition: all .2s ease; }

/* Basket footer
   -------------------------------------------------------------------------- */
.basket__footer {
  color: #fff;
  background-color: transparent; }

.basket__footer-orange-message {
  color: #212121;
  background-color: #ffe480; }

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

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

.basket__charge-title,
.basket__charge-amount {
  font-size: 1.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700; }

.basket__total {
  padding: 2rem 1rem; }

.basket__total-title,
.basket__total-amount {
  font-size: 2.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600; }

.basket__button-link {
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 1rem;
  font-size: 1.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  font-weight: 600;
  position: relative;
  padding: 1em .5em;
  margin-bottom: 25px; }
  .basket__button-link:hover {
    color: #fff;
    background-color: #000; }
  .basket__button-link:hover:after {
    border: 2px dotted #fff; }
  .basket__button-link:after {
    content: '';
    top: .2rem;
    left: .2rem;
    right: .2rem;
    bottom: .2rem;
    display: block;
    position: absolute;
    border-radius: 1rem;
    border: 2px dotted #000;
    transition: all .2s ease; }

.basket__coupon-input {
  color: #000; }

/* ==========================================================================
   Basket upselling
   ========================================================================== */
.basket-upselling {
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url("/assets-images/upselling_img.png");
  background-repeat: no-repeat;
  background-position: center left;
  margin-top: 20px;
  padding: 12px 10px 20px 50%; }

.basket-upselling__button {
  font-size: 1.4rem;
  font-family: "Chewy", cursive;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  width: 100%;
  background-color: #701c1a;
  text-transform: uppercase;
  border: none;
  border-radius: 1rem;
  height: 36px;
  line-height: 30px;
  position: relative; }

.basket-upselling__button:after {
  content: '';
  top: .2rem;
  left: .2rem;
  right: .2rem;
  bottom: .2rem;
  display: block;
  position: absolute;
  border-radius: 1rem;
  border: 2px dotted #fff;
  transition: all .2s ease; }

.basket-upselling__button:hover {
  background: #000; }

.basket-upselling .nice-select__container {
  display: block; }

.basket-upselling__select {
  margin: 8px 0;
  float: none !important; }

/* ==========================================================================
   CUSTOMIZATION POPUP
   ========================================================================== */
.popup {
  border-radius: 0px;
  background: transparent url(/assets-images/popup-bg.png) center no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%; }

.popup__wrapper {
  margin: 6rem 3.5rem; }

.popup__description {
  font-size: 1.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff; }

.popup__close {
  display: none; }

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

.popup__title,
.popup__price {
  font-size: 2.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600; }

/* Popup group
   -------------------------------------------------------------------------- */
.popup-group__quantity-field {
  font-size: 1.6rem;
  color: #fff;
  background: transparent;
  padding: 1px 0.5em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 1rem; }

.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: Signika, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  line-height: 32px; }

/* Popup row
   -------------------------------------------------------------------------- */
.popup-row__description {
  color: #fff;
  margin-bottom: 2rem; }

.popup-row__title {
  font-size: 1.8rem;
  font-family: Sansita, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1.8rem;
  padding-bottom: 1rem;
  border-bottom: 1px dotted rgba(230, 230, 230, 0.6); }

.popup-row__title span {
  position: relative;
  padding: 0 26px; }

.popup-row__title span:before,
.popup-row__title span:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  width: 15px;
  height: 3px;
  left: 0;
  background: url(/assets-images/menu-sprite.png) -33px 0 no-repeat; }

.popup-row__title span:after {
  left: auto;
  right: 0;
  background-position: -50px 0; }

/* Popup enum
   -------------------------------------------------------------------------- */
.popup-enum__text {
  font-size: 1.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff;
  color: #fff;
  background-color: #000;
  border-radius: 1rem;
  position: relative; }

.popup-enum__text:after {
  content: '';
  position: absolute;
  left: .1rem;
  right: .1rem;
  top: .1rem;
  bottom: .1rem;
  border-radius: 1rem;
  border: 2px dotted #fff; }

.popup-enum__radio:checked + .popup-enum__text {
  font-weight: 400;
  color: #000;
  background-color: #fff; }

.popup-enum__radio:checked + .popup-enum__text:after {
  border-color: #000; }

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

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

.popup-set__title {
  color: #bcbcbc; }

.popup-set__text {
  font-size: 1.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff; }

.popup-set__text:before {
  border-radius: .5rem;
  border: 2px solid #fff;
  background-color: transparent; }

.popup-set__text:after {
  background: #fff url(/assets-images/checkmark.png) center no-repeat;
  margin: 2px;
  width: 12px;
  height: 12px; }

.popup-set__label {
  padding-bottom: 25px; }

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

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

/* Popup buttons
   -------------------------------------------------------------------------- */
.popup-buttons {
  border-top: 1px dotted rgba(230, 230, 230, 0.6);
  padding-top: 4rem; }

.popup-buttons__button {
  color: #000;
  background-color: #fff;
  border: none;
  padding: 0.95em 3.6em;
  border-radius: 1rem;
  font-size: 1.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400; }
  .popup-buttons__button:hover {
    color: #fff;
    background-color: #000; }

.popup-buttons__button {
  position: relative; }

.popup-buttons__button:after {
  content: '';
  position: absolute;
  left: .1rem;
  right: .1rem;
  top: .1rem;
  bottom: .1rem;
  border-radius: 1rem;
  border: 2px dotted #000; }

.popup-buttons__button:hover:after {
  border-color: #fff; }

.popup-buttons__link {
  font-size: 1.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff; }

.popup-buttons__link:hover {
  text-decoration: none; }

/* ==========================================================================
   CHECKOUT, ACCOUNT & ORDER PAGES
   ========================================================================== */
.checkout {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 27px 16px; }

.checkout {
  position: relative; }

.checkout:after,
.checkout:before {
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  height: 7px;
  display: block;
  background-image: url(/assets-images/bg-border_top.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%; }

.checkout:before {
  top: auto;
  bottom: -7px;
  background-image: url(/assets-images/bg-border_bottom.png); }

.checkout__title {
  font-size: 2.3rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase; }

.checkout__title span {
  position: relative; }

.checkout__title span:before,
.checkout__title span:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  width: 15px;
  height: 3px;
  left: -24px;
  background: url(/assets-images/menu-sprite.png) -33px 0 no-repeat; }

.checkout__title span:after {
  left: auto;
  right: -24px;
  background-position: -51px 0; }

.checkout__header {
  margin-bottom: 2em; }

.checkout__footer {
  margin-top: 1em; }

.checkout__section + .checkout__section {
  margin-top: 2em;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 47px; }

.checkout-row {
  margin-bottom: 1.8em; }

.checkout-row__group-item {
  margin-top: 1.5em;
  font-size: 1.4rem; }

.checkout-row__group-label {
  font-size: 1.6rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff; }

.checkout-row__group-label_checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 1.7; }

.checkout-row__label-text:before,
.checkout-row__label-text:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 0; }

.checkout-row__label-text:before {
  border-radius: .5rem;
  border: 2px solid #fff;
  background-color: transparent; }

.checkout-row__label-text:after {
  background: #fff url(/assets-images/checkmark.png) center no-repeat;
  margin: 2px;
  display: none; }

.checkout-row__group-label input[type=checkbox]:checked + .checkout-row__label-text:after {
  display: block; }

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

.checkout-row__label,
.checkout-variant__label,
.checkout-variant__select-label,
.card-entry__label,
.card-entry__saved-card-label {
  font-size: 1.6rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff; }

.checkout-row__field-text,
.checkout-row__field-textarea,
.checkout__description,
.card-entry__instructions,
.card-entry__cvcode-label {
  font-size: 1.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff;
  padding: 0.3em .5em; }

.checkout-row__group {
  font-size: 1.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff; }

.checkout-row__field-text {
  border-radius: 10px;
  border: 1px solid #bababa;
  background-color: rgba(255, 255, 255, 0.02);
  opacity: 0.9; }

.card-entry__input,
.checkout-row__field-textarea {
  color: #000; }

@media screen and (max-width: 40em) {
  .checkout-row__group {
    padding: .3em 0; } }
#building_unit_floor_door .checkout-row__field-text {
  margin: 0 1em; }

@media screen and (max-width: 30em) {
  #building_unit_floor_door .checkout-row__field-text {
    margin: 0; } }
/* Form buttons
   Contain a button on the right and a cancel link on the left.
   -------------------------------------------------------------------------- */
.form-buttons__button {
  color: #000;
  background-color: #fff;
  border: none;
  padding: 0.95em 4.7em;
  border-radius: 1rem;
  font-size: 1.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  font-weight: 400;
  position: relative; }
  .form-buttons__button:hover {
    color: #fff;
    background-color: #000; }
  .form-buttons__button:hover:after {
    border: 2px dotted #fff; }
  .form-buttons__button:after {
    content: '';
    top: .2rem;
    left: .2rem;
    right: .2rem;
    bottom: .2rem;
    display: block;
    position: absolute;
    border-radius: 1rem;
    border: 2px dotted #000;
    transition: all .2s ease; }

.form-buttons__link {
  font-size: 1.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 300; }

.form-buttons__link:hover {
  color: #cecece; }

/* Checkout confirmation page (step5)
   -------------------------------------------------------------------------- */
.checkout-confirm__title {
  font-size: 1.6rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff; }

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

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

/* Facebook login
   -------------------------------------------------------------------------- */
.checkout__facebook-login-button {
  border-radius: 1rem;
  font-size: 1.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  font-weight: 400; }

.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;
  margin-top: 1.3em; }

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

.checkout__facebook-login-separator:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  height: 0;
  width: 45%;
  border-top: 1px solid #fff; }

.checkout__facebook-login-separator-text {
  display: inline-block;
  position: relative;
  padding: 0 .5em;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.3rem; }

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

/* Order page
   -------------------------------------------------------------------------- */
.order__button {
  color: #fff;
  background-color: #212121;
  border: none;
  padding: 0.3em 0.5em;
  border-radius: 0em;
  font-size: 1.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif; }
  .order__button:hover {
    color: #fff;
    background-color: #555; }

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

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

/* Important (warning/error) message displayed at the top
   Eg. someone tries to access /account without being logged in
   -------------------------------------------------------------------------- */
.message_error {
  font-size: 1.6rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #eb9708;
  opacity: 1; }

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

/* ==========================================================================
   HOMEPAGE
   ========================================================================== */
.content {
  margin-bottom: 6.5em; }

.content_index {
  margin-top: 0;
  margin-bottom: 5.5em; }

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

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

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

.unslider-nav ol li {
  border: 1px solid #fff;
  width: 10px;
  height: 10px; }

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

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

.index-slideshow-links__link {
  position: relative;
  display: inline-block;
  min-width: 220px;
  margin: .5em .3em;
  box-sizing: border-box;
  color: #000;
  background-color: #fff;
  border: none;
  padding: 0.95em 4.7em;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .index-slideshow-links__link:hover {
    color: #fff;
    background-color: #000; }

.index-slideshow-links__link:after {
  content: '';
  position: absolute;
  left: .2rem;
  right: .2rem;
  top: .2rem;
  bottom: .2rem;
  border-radius: 1rem;
  border: 2px dotted #000;
  transition: all .2s ease; }

.index-slideshow-links__link:hover:after {
  border-color: #fff; }

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

  .index-slideshow-links {
    position: static;
    margin-top: 1em; } }
.index-slideshow__image {
  margin: auto;
  width: 100%; }

/* Homepage: shop picker above the slideshow
   -------------------------------------------------------------------------- */
.index-locator {
  color: #000;
  background-color: #ddd; }

@media screen and (max-width: 52.5em) {
  .index-locator__wrapper {
    padding-bottom: 2rem; } }
.index-locator__title {
  font-size: 1.8rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  background-color: #686868; }

.index-locator__method {
  font-size: 1.5rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #191919;
  font-weight: 600;
  text-transform: uppercase; }

.index-locator__method-name {
  background-color: #b6b6b6; }

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

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

.index-locator__postcode-button {
  color: #fff;
  background-color: #000;
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 1.6rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .index-locator__postcode-button:hover {
    color: #fff;
    background-color: #555; }

.index-locator__postcode-warning {
  color: #191919;
  font-size: 1.3rem; }

.index-locator__text {
  font-size: 1.3rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400; }

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

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

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

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

.index-locator-restaurant__phone {
  margin-top: .7rem;
  font-size: 1.6rem;
  font-weight: 700; }

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

.index-locator-restaurant__map {
  margin-top: .7rem;
  font-size: 1.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 600; }

.index-locator-restaurant__button {
  color: #fff;
  background-color: #000;
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 1.5rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .index-locator-restaurant__button:hover {
    color: #fff;
    background-color: #555; }

/* Homepage: connected customer
   -------------------------------------------------------------------------- */
.index-connected-customer {
  margin: 2rem 0; }

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

.index-connected-customer__item {
  padding: 1rem;
  text-align: center;
  color: #000;
  background-color: #ddd; }

.index-connected-customer__title {
  margin-bottom: .5em;
  font-size: 1.8rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1; }

.index-connected-customer__content {
  min-height: 3.6rem; }

.index-connected-customer__buttons {
  margin-top: 2rem; }

.index-connected-customer__button {
  display: inline-block;
  color: #000;
  background-color: #fff;
  border: none;
  padding: 1rem 2rem;
  border-radius: 0;
  font-size: 1.5rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .index-connected-customer__button:hover {
    color: #fff;
    background-color: #000; }

.index-connected-customer__item:first-of-type {
  color: #fff;
  text-align: left;
  background-color: #474747;
  border-radius: 1rem; }

.index-connected-customer__item:first-of-type .index-connected-customer__title {
  color: #fff; }

.index-connected-customer__item:first-of-type .index-connected-customer__button {
  min-width: 35%;
  text-align: center;
  border-radius: .5rem;
  padding: 1rem .5rem; }

.index-connected-customer__item:first-of-type .index-connected-customer__button_other {
  margin-left: 1rem;
  background-color: #fff;
  color: #000; }

.index-connected-customer__item:first-of-type .index-connected-customer__button_other:hover {
  color: #fff;
  background-color: #555; }

/* Homepage: Title
   -------------------------------------------------------------------------- */
.index-title {
  position: relative;
  text-align: center;
  font-size: 2.8rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.16rem;
  margin: 4rem 0 4.7rem;
  padding: 1.8rem 0; }

.index-title:before,
.index-title:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 406px;
  height: 10px;
  margin-left: -203px;
  background: url(/assets-images/title-sprite.png) 0 0 no-repeat; }

.index-title:after {
  top: auto;
  bottom: 0;
  background-position: 0 -12px; }

.index-title span {
  position: relative; }

.index-title span:before,
.index-title span:after {
  content: '';
  position: absolute;
  left: -45px;
  top: 50%;
  width: 26px;
  height: 5px;
  margin-top: -2.5px;
  background: url(/assets-images/title-sprite.png) 0 -24px no-repeat; }

.index-title span:after {
  left: auto;
  right: -45px;
  background-position: 0 -32px; }

@media screen and (max-width: 40em) {
  .index-title:before, .index-title:after {
    margin-left: -67px;
    width: 134px;
    height: 6px;
    background: url(/assets-images/menu-sprite.png) 0 -3px no-repeat; }

  .index-title:after {
    background-position: 0 -9px; }

  .index-title span:before,
  .index-title span:after {
    content: none; } }
/* Homepage: microblog - a series of short blocks (image + text)
   -------------------------------------------------------------------------- */
.index-microblog {
  margin-top: 3rem; }

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

.index-microblog__post {
  padding: 3rem 3.7rem;
  overflow: visible;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6); }

.index-microblog__post {
  position: relative; }

.index-microblog__post:after,
.index-microblog__post:before {
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  height: 7px;
  display: block;
  background-image: url(/assets-images/bg-border_top.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%; }

.index-microblog__post:before {
  top: auto;
  bottom: -7px;
  background-image: url(/assets-images/bg-border_bottom.png); }

.index-microblog__title {
  font-size: 1.6rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  margin-bottom: .5rem;
  line-height: 1.2; }

.index-microblog__content {
  line-height: 1.6;
  text-align: justify; }

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

.index-microblog__content img {
  display: block;
  margin: 0 auto; }

.index-microblog__footer {
  margin-top: 1em; }

.index-microblog__link {
  display: inline-block;
  color: #000;
  background-color: #fff;
  border: none;
  padding: 1rem 2rem;
  border-radius: 1rem;
  font-size: 1.5rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .index-microblog__link:hover {
    color: #fff;
    background-color: #000; }

/* Homepage: About us
   -------------------------------------------------------------------------- */
.index-about {
  margin: 5rem 0; }

.index-about__wrapper {
  position: relative; }

.index-about__wrapper:after,
.index-about__wrapper:before {
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  height: 7px;
  display: block;
  background-image: url(/assets-images/bg-border_top.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%; }

.index-about__wrapper:before {
  top: auto;
  bottom: -7px;
  background-image: url(/assets-images/bg-border_bottom.png); }

.index-about__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
  padding: 3.2rem 3.6rem;
  line-height: 1.6;
  font-size: 1.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0.6);
  box-sizing: border-box; }
  .index-about__wrapper:before {
    display: table;
    content: ""; }
  .index-about__wrapper:after {
    display: table;
    content: "";
    clear: both; }

.index-about__title {
  margin-bottom: 1.8rem;
  font-size: 1.6rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600; }

/* Homepage: newsletter signup form
   -------------------------------------------------------------------------- */
.index-newsletter {
  margin-top: 5rem;
  padding: 2rem 1rem;
  color: #fff;
  background-color: #474747; }

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

.index-newsletter__title {
  font-size: 1.9rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  margin-left: -300px;
  line-height: 36px; }

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

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

.index-newsletter__button {
  color: #000;
  background-color: #fff;
  border: none;
  padding: 0;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  margin-right: -120px;
  width: 115px;
  height: 36px;
  line-height: 36px; }
  .index-newsletter__button:hover {
    color: #fff;
    background-color: #000; }

/* Homepage: map showing the position of the restaurant
   -------------------------------------------------------------------------- */
.index-map {
  margin-top: 5rem; }

.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 {
  padding: 1.5rem 2rem 4rem;
  width: 376px;
  background: url(/assets-images/index-map_bg.png) no-repeat center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%; }

.index-map__shop-title {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  line-height: 1.1; }

.index-map__shop-phone {
  margin: .5em 0;
  font-size: 1.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600; }

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

.index-map__shop-open {
  line-height: 1.6; }

.index-map__order-button {
  color: #000;
  background-color: #fff;
  border: none;
  padding: 0.85em 0;
  border-radius: 1rem;
  font-size: 1.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  position: relative;
  display: block;
  margin-top: 1rem;
  width: 100%;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box; }
  .index-map__order-button:hover {
    color: #fff;
    background-color: #000; }

.index-map__order-button:after {
  content: '';
  position: absolute;
  left: .2rem;
  right: .2rem;
  top: .2rem;
  bottom: .2rem;
  border-radius: 1rem;
  border: 2px dotted #000;
  transition: all .2s ease; }

.index-map__order-button:hover:after {
  border-color: #fff; }

.index-map__shop-info {
  margin-top: 2.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: 40em) {
  .index-map__embed-image {
    -ms-transform: translate(-60%, -40%);
    -webkit-transform: translate(-60%, -40%);
    transform: translate(-60%, -40%); } }
/* Homepage: list of restaurants (franchises only)
   -------------------------------------------------------------------------- */
.index-title_shop-list {
  margin: 3rem 0; }

.index-shop-list__header {
  display: none; }

.index-shop-list {
  margin: 3rem 0 0; }

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

.index-shop-list__filter {
  display: inline-block; }

.index-shop-list__shops {
  font-size: 0;
  text-align: center; }

.index-shop-list__shop {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 2rem 2% 0;
  padding: 3.5rem 2rem;
  width: 29%;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  box-sizing: border-box; }

.index-shop-list__shop {
  position: relative; }

.index-shop-list__shop:after,
.index-shop-list__shop:before {
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  height: 7px;
  display: block;
  background-image: url(/assets-images/bg-border_top.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%; }

.index-shop-list__shop:before {
  top: auto;
  bottom: -7px;
  background-image: url(/assets-images/bg-border_bottom.png); }

.index-shop-list__shop-title {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2; }

@media screen and (max-width: 52.5em) {
  .index-shop-list {
    margin: 2rem 0 0; }

  .index-shop-list__shop {
    width: 46%; } }
@media screen and (max-width: 30em) {
  .index-shop-list__shop {
    margin: 4rem 0 0 0;
    width: 100%; }

  .index-shop-list__shop:first-child {
    margin-top: 2rem; } }
/* ==========================================================================
   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: Signika, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase; }

.grouped-skus__text {
  font-size: 1.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  background-color: #000;
  border-radius: 1rem; }

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

.grouped-skus__radio {
  left: 0;
  width: 100%;
  height: 100%; }

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

.grouped-skus__radio:disabled + .grouped-skus__text {
  color: #fff;
  background-color: #000; }

/* Locator (optional page, for franchises only)
   Page which lets the user pick a restaurant based on his address.
   Functionality is similar to index shop picker, but on its own page.
   -------------------------------------------------------------------------- */
.page_locator .header {
  padding: 2rem 3rem 3.8rem;
  background-color: transparent; }

.page_locator .dropdown-menu__header-link {
  font-size: 1.5rem;
  line-height: 1.6rem;
  padding: 0; }

.page_locator .header__logo {
  display: none; }

.page_locator .locator .header__logo {
  display: block;
  float: none;
  width: 100%;
  padding: 3.1rem 1.5rem;
  background-color: #000;
  text-align: center;
  font-size: 0;
  box-sizing: border-box; }

.page_locator .locator .header__logo-link {
  display: inline-block;
  vertical-align: top; }

.page_locator .locator__wrapper {
  padding: 0; }

.locator {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0 auto 8.2rem;
  width: 78.6rem;
  text-align: center;
  padding-bottom: 2.8rem;
  border-radius: 0 0 1rem 1rem; }

.locator__title {
  font-size: 2.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2.4rem;
  margin-top: 2.9rem;
  margin-bottom: 3rem;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 2.6rem; }

.locator__title:before, .locator__title:after {
  position: absolute;
  z-index: 2;
  content: "";
  display: block;
  width: 1.5rem;
  height: 0.3rem;
  top: 50%;
  background: url(/assets-images/locator-title-design-element.png) top left no-repeat; }

.locator__title:before {
  left: 0;
  transform: translate(0, -50%); }

.locator__title:after {
  right: 0;
  transform: translate(0, -50%) rotate(-180deg); }

.locator__fields-wrapper {
  width: 44rem; }

@media screen and (max-width: 52.5em) {
  .page_locator .header__logo {
    display: block; }

  .page_locator .header {
    background-color: #000;
    padding: 2rem 3rem;
    box-sizing: border-box; }

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

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

  .locator__title {
    max-width: 96%;
    box-sizing: border-box; }

  .locator__fields-wrapper {
    max-width: 96%; } }
.locator__methods {
  border: none;
  margin-bottom: 1.5rem; }

.locator__method {
  font-size: 1.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 1rem;
  width: calc(50% - 0.5rem); }

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

.locator__method-name {
  background-color: #000;
  height: 4rem;
  line-height: 4rem;
  border-radius: 1rem;
  position: relative; }

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

.locator__method-name:after {
  position: absolute;
  width: calc(100% - 0.8rem);
  display: block;
  height: 3.2rem;
  content: "";
  border-radius: 1rem;
  left: 0.2rem;
  top: 0.2rem;
  right: 0.2rem;
  bottom: 0.2rem;
  z-index: 2;
  border: dotted 0.2rem #fff; }

.locator__method input[type=radio]:checked + span:after {
  border: dotted 0.2rem #000; }

.locator__postcode-input-wrapper {
  padding-right: 6.8rem;
  border-radius: 1rem;
  margin-top: 1.2rem;
  margin-bottom: 1.5rem; }

.locator__postcode-input {
  font-size: 1.5rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #aaa9a8;
  font-weight: 400;
  height: 4rem;
  line-height: 4rem;
  border: 1px solid #aaa9a8;
  float: left;
  width: 100%;
  box-sizing: border-box;
  border-radius: 1rem 0 0 1rem;
  background: transparent;
  border-right: none;
  padding: 0 1.6rem; }

[data-google-locator-instance] .locator__postcode-input {
  border-right: 1px solid #aaa9a8; }

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

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

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

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

.locator__postcode-button {
  color: #000;
  background-color: #fff;
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 1.6rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  float: left;
  margin-right: -6.8rem;
  width: 6.8rem;
  height: 4rem;
  line-height: 4rem;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  border-radius: 0 1rem 1rem 0;
  position: relative; }
  .locator__postcode-button:hover {
    color: #fff;
    background-color: #000; }

.locator__postcode-button:after {
  position: absolute;
  width: calc(100% - 0.8rem);
  display: block;
  height: 3.2rem;
  content: "";
  border-radius: 0 1rem 1rem 0;
  left: 0.2rem;
  top: 0.2rem;
  right: 0.2rem;
  bottom: 0.2rem;
  z-index: 2;
  border: dotted 0.2rem #000; }

.locator__postcode-button:hover:after {
  border: dotted 0.2rem #fff; }

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

.locator__postcode-warning {
  color: #bcbcbc;
  font-size: 1.5rem;
  text-align: left;
  margin-top: 1.5rem;
  line-height: 1.8rem;
  margin-bottom: 2.7rem; }

.locator__selected {
  font-size: 1.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 3rem;
  margin-top: 1.5rem;
  margin-bottom: 1.2rem; }

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

.locator__selected-link {
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase; }

.locator__restaurants {
  margin: 0; }

.locator-restaurant {
  background-color: transparent;
  border-top: solid 0.1rem rgba(186, 186, 186, 0.17);
  padding: 3rem 5.6rem; }

.locator-restaurant + .locator-restaurant {
  margin-top: 0; }

.locator__restaurants .locator-restaurant:last-child {
  border-bottom: solid 0.1rem rgba(186, 186, 186, 0.17); }

.locator-restaurant__name {
  font-size: 1.6rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 3.5rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0; }

.locator-restaurant__toggle {
  font-size: 1.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  line-height: 3.5rem;
  padding-top: 0;
  padding-bottom: 0; }

.locator-restaurant_open .locator-restaurant__content:after {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  font-size: 2rem;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 0.8rem;
  margin-right: 0;
  margin-left: 0;
  content: "";
  color: #81807f;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 2;
  margin-left: 1.7rem; }

.locator-restaurant__content-name {
  font-size: 1.6rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 3.5rem;
  text-align: left; }

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

.locator-restaurant__address {
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: left;
  color: #c9b8b8; }

.locator-restaurant__address p:last-child {
  margin-bottom: 0; }

.locator-restaurant__phone {
  font-size: 1.5rem;
  color: #c9b8b8; }

.locator-restaurant__button {
  color: #000;
  background-color: #fff;
  border: none;
  padding: 0 0;
  border-radius: 1rem;
  font-size: 1.4rem;
  font-family: Signika, Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 3.5rem;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  width: 13rem;
  position: relative; }
  .locator-restaurant__button:hover {
    color: #fff;
    background-color: #000; }

.locator-restaurant__button:after {
  position: absolute;
  width: calc(100% - 0.8rem);
  display: block;
  height: 2.7rem;
  content: "";
  border-radius: 1rem;
  left: 0.2rem;
  top: 0.2rem;
  right: 0.2rem;
  bottom: 0.2rem;
  z-index: 2;
  border: dotted 0.2rem #000; }

.locator-restaurant__button:hover:after {
  border: dotted 0.2rem #fff; }

[data-locator-selected-method=delivery] .locator__restaurants {
  width: 100%;
  padding: 0; }

[data-locator-selected-method=delivery] .locator-restaurant .locator-restaurant__content {
  max-width: 45rem;
  margin: 0 auto; }

[data-locator-selected-method=delivery] .locator-restaurant_open .locator-restaurant__content:after {
  display: none; }

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

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

.text-below-basket {
  background-color: #ffe480;
  color: #212121;
  text-align: center;
  margin: 3rem 0 2.5rem;
  padding: 1rem; }

/* Referral sections styles */
.checkout__section + .checkout__section_referral {
  padding-top: 5rem; }

.checkout__title span,
.checkout__section_referral .checkout__title span {
  padding-left: 2.4rem;
  box-sizing: border-box; }

.checkout__title span:before,
.checkout__section_referral .checkout__title span:before {
  left: 0;
  top: 1.5rem; }

.checkout__section_referral .checkout__header {
  margin-bottom: 2.3rem; }

.checkout__section_referral .checkout__description {
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-bottom: 2.3rem;
  padding: 0; }

.checkout__section_referral .checkout__description ~ .checkout__form {
  margin-top: 2.3rem;
  margin-bottom: 2.3rem; }

.checkout__section_referral .checkout__fieldset {
  max-width: 100%; }

.checkout__section_referral .checkout-row__field-text {
  max-width: 19.5rem; }

.checkout__section_thank-you .checkout-confirm,
.checkout__section_thank-you .checkout-confirm__content {
  font-size: 1.5rem;
  line-height: 2.2rem; }

.checkout__section_referral .checkout__referral-banner,
.checkout-confirm__referral-banner {
  display: block;
  width: 37.1rem;
  height: 13rem;
  margin: 2.3rem auto 2.3rem 0;
  background: url(/assets-images/checkout-referral-banner.jpg) top left no-repeat;
  background-color: #0a0805;
  box-sizing: border-box;
  padding-left: 13rem;
  border: dotted .1rem #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 13rem;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize; }

.checkout__section_thank-you .checkout__title span {
  box-sizing: border-box;
  padding-left: 2.4rem; }

.checkout__section_thank-you .checkout__title span::before {
  left: 0;
  top: 1.5rem; }

@media screen and (max-width: 26.25em) {
  .checkout__section_referral .checkout__referral-banner,
  .checkout-confirm__referral-banner {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4rem; } }
.hybrid_app .burger-menu {
  display: none; }
@media screen and (max-width: 52.5em) {
  .hybrid_app .header__burger-menu--app-visible .burger-menu {
    display: block; } }
