@charset "UTF-8";
/* ==========================================================================
   GENERAL
   ========================================================================== */
/* Imports
   -------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Condensed:700|Lato:900&display=swap");
@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
   -------------------------------------------------------------------------- */
/* Nice Select (used as a <select> replacement)
   -------------------------------------------------------------------------- */
.nice-select__container {
  max-width: 100%; }

.nice-select {
  max-width: 100%;
  line-height: 34px;
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 300;
  border: 1px solid #c4c4c4; }

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

.nice-select .list {
  margin-top: 1px !important;
  min-width: 100%;
  box-shadow: 0 0 0 1px #c4c4c4; }

.nice-select .option {
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 300; }

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

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

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

.popup .nice-select {
  height: 28px;
  line-height: 26px; }

/* Base font
   -------------------------------------------------------------------------- */
body, input, select, textarea {
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #141414;
  font-weight: 300;
  -webkit-text-size-adjust: none; }

body {
  background-color: #e9cc58; }

/* Page header
   -------------------------------------------------------------------------- */
.header {
  padding: 2rem 0;
  background-color: #87bebe;
  border-bottom: none; }

.header__logo {
  width: 216px; }

.header__logo-image {
  display: none; }

.header__logo-image_desktop {
  display: block; }

@media screen and (max-width: 52.5em) {
  .header {
    padding: .9rem 0; }

  .header__logo {
    margin: auto;
    width: 56px; }

  .header__logo-image_desktop {
    display: none; }

  .header__logo-image_mobile {
    display: block; } }
/* Desktop: user and shop menus
   -------------------------------------------------------------------------- */
.dropdown-menu {
  margin-top: 2.2rem; }

.dropdown-menu__header-link {
  padding: 0 2.3rem 0 2rem;
  min-height: 34px;
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 17px;
  background: none; }

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

.header__loyalty-menu .dropdown-menu__header-link {
  padding: 0 .5rem 0 3.5rem;
  background: url("/assets-images/icon-header-loyalty.png") no-repeat left center; }

.dropdown-menu__header-link-row {
  display: block;
  white-space: nowrap;
  line-height: inherit; }

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

.dropdown-menu__body {
  margin-top: .3rem;
  color: #141414;
  background-color: #fff;
  border: 1px solid #fff; }
  .dropdown-menu__body:before, .dropdown-menu__body:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0; }
  .dropdown-menu__body:before {
    top: -0.9rem;
    right: 0.1rem;
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
    border-bottom: 0.9rem solid #fff; }
  .dropdown-menu__body:after {
    top: -0.9rem;
    right: 0.1rem;
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
    border-bottom: 0.9rem solid #fff; }

.dropdown-menu__body_loyalty {
  margin-top: 1rem;
  background-color: #ce5068;
  border-color: #ce5068; }
  .dropdown-menu__body_loyalty:before, .dropdown-menu__body_loyalty:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0; }
  .dropdown-menu__body_loyalty:before {
    top: -0.9rem;
    right: 0.1rem;
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
    border-bottom: 0.9rem solid #ce5068; }
  .dropdown-menu__body_loyalty:after {
    top: -0.9rem;
    right: 0.1rem;
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
    border-bottom: 0.9rem solid #ce5068; }

.loyalty_opt_in_container {
  padding: 20px 0; }

.dropdown-menu__item-link {
  display: block;
  padding: 1rem 1.5rem;
  color: #565656;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: none; }

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

/* Page footer
   -------------------------------------------------------------------------- */
.footer {
  color: #fff;
  background-color: #141414;
  font-size: 1.2rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4; }

.footer__nav {
  padding: 0; }

.footer__links {
  padding: .6rem 0; }

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

.footer__credits {
  padding: .6rem 0; }

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

.footer__link {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: color 0.2s, border-color 0.2s;
  -ms-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s; }

.footer__link:hover {
  color: #cd5069;
  border-bottom-color: rgba(205, 80, 105, 0.5); }

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

.footer .social-icons__link {
  color: #141414;
  background-color: #fff; }

.footer .social-icons__link:hover {
  color: #fff;
  background-color: #b35168; }

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

  .footer__links li {
    padding: .6rem 0; }

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

  .footer__nav + .footer__credits {
    margin: 1.5rem 0 0; }

  .footer .social-icons__icon {
    margin: 0 .5rem !important; } }
/* 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 {
  font-size: 0; }

.social-icons .social-icons__link {
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 1.8rem !important;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  -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; }

.social-icons .social-icons__link i:before {
  line-height: 30px !important; }

/* Scroll up button
   -------------------------------------------------------------------------- */
.scroll-up {
  color: #fff;
  background-color: #141414; }

.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: ""; }

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

.category-navigation__item {
  margin-right: 2rem;
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase; }

.category-navigation__item:last-child {
  margin-right: 0; }

.category-navigation__link {
  padding: .7rem 0 .2rem;
  line-height: 1;
  background-color: transparent; }

.category-navigation__link::after {
  content: '';
  display: block;
  padding-top: .3rem;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 0.2s;
  -ms-transition: border-color 0.2s;
  transition: border-color 0.2s; }

.category-navigation__link:hover::after,
.category-navigation__item_active .category-navigation__link::after {
  color: #fff;
  border-color: #fff; }

.category-navigation__item_favourites,
.category-navigation__item_favourites:last-child {
  margin-right: 3rem; }

.category-navigation__favourite-icon {
  display: block;
  float: right;
  margin: -.4rem -3rem 0 0;
  width: 21px;
  height: 21px;
  background: url("/assets-images/icon-favourite-sm.png") no-repeat 0 0; }

.category-navigation_index-mobile {
  padding: 0;
  text-align: center; }

.category-navigation_index-mobile .category-navigation__order-button {
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 45px;
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none; }

.category-navigation_mobile {
  padding: 0;
  background-color: #e9cc58; }
.category-navigation_mobile .category-navigation__item {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase; }
.category-navigation_mobile .category-navigation__item_active {
  color: #000; }
.category-navigation_mobile .category-navigation__link {
  padding: .8rem .5rem .5rem; }
.category-navigation_mobile .category-navigation__item_active .category-navigation__link {
  color: #000; }
.category-navigation_mobile .category-navigation__link::after {
  padding-top: .1rem;
  border-bottom: 2px solid transparent; }
.category-navigation_mobile .category-navigation__item_active .category-navigation__link::after {
  border-bottom-color: #000; }
.category-navigation_mobile .category-navigation__item_favourites:last-child {
  margin-right: 2.7rem; }
.category-navigation_mobile .category-navigation__favourite-icon {
  margin-right: -2.7rem; }

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

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

.category-navigation_mobile-icon-left {
  left: 0;
  background: -webkit-linear-gradient(left, #e9cc58 0%, rgba(233, 204, 88, 0) 100%);
  background: linear-gradient(to right, #e9cc58 0%, rgba(233, 204, 88, 0) 100%);
  border-left: 7px solid #e9cc58; }

.category-navigation_mobile-icon-right {
  right: 0;
  background: -webkit-linear-gradient(right, #e9cc58 0%, rgba(233, 204, 88, 0) 100%);
  background: linear-gradient(to left, #e9cc58 0%, rgba(233, 204, 88, 0) 100%);
  border-right: 7px solid #e9cc58; }

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

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

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

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

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

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

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

.account-navigation {
  padding: 1rem 0;
  background-color: #e9cc58; }

.account-navigation__item {
  margin-right: 2rem;
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase; }

.account-navigation__item:last-child {
  margin-right: 0; }

.account-navigation__link {
  padding: .7rem 0 .2rem;
  line-height: 1;
  background-color: transparent; }

.account-navigation__link::after {
  content: '';
  display: block;
  padding-top: .1rem;
  border-bottom: 3px solid transparent;
  -webkit-transition: border-color 0.2s;
  -ms-transition: border-color 0.2s;
  transition: border-color 0.2s; }

.account-navigation__link:hover::after,
.account-navigation__item_active .account-navigation__link::after {
  color: #000;
  border-color: #000; }

/* Desktop navigation:
   * checkout pages
   -------------------------------------------------------------------------- */
.checkout-navigation {
  padding: 1rem 0;
  font-size: 0;
  background-color: #e9cc58; }

.checkout-navigation__item {
  position: relative;
  padding: 0 2.1rem 0 4rem;
  height: 32px;
  line-height: 32px;
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #fff; }

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

.checkout-navigation__item:first-child {
  padding-left: 3rem; }

.checkout-navigation__item:last-child {
  padding-right: 2.5rem; }

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

.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_active {
  color: #fff;
  background-color: #000; }

.checkout-navigation__item:before {
  content: none;
  display: none; }

.checkout-navigation__item:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 19px;
  height: 100%;
  background: url("/assets-images/checkout-navigation-bg-w.png") no-repeat right center;
  border: none; }

.checkout-navigation__item_active:after {
  background-image: url("/assets-images/checkout-navigation-bg-b.png"); }

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

  .checkout-navigation__item:first-child {
    padding-left: 2rem; }

  .checkout-navigation__item:last-child {
    padding-right: 1.5rem; } }
/* Mobile: off-canvas
   -------------------------------------------------------------------------- */
.off-canvas_open {
  background-color: #e9cc58; }

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

.burger-menu {
  margin-top: .7rem; }

.burger-menu__link {
  display: block; }

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

.mobile-menu__header {
  background-color: #87bebe; }

.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.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #141414;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #ecd478; }

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

.mobile-menu__section-link {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #141414;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #e9cc58; }

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

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

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

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

.mobile-menu__item-link {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #141414;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #e9cc58; }

.mobile-menu__item_active .mobile-menu__item-link {
  color: #141414;
  background-color: #ecd478; }

.mobile-menu__item_favourites .mobile-menu__item-link {
  padding: 1.3rem 1rem 1.3rem 1.5rem; }

.mobile-menu__favourite-name {
  display: block;
  float: left;
  line-height: 23px; }

.mobile-menu__favourite-icon {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 0 .5rem;
  width: 21px;
  height: 21px;
  background: url("/assets-images/icon-favourite-sm.png") no-repeat 0 0; }

/* Mobile: menu on the right (basket)
   -------------------------------------------------------------------------- */
.page_index .header__basket-menu {
  display: none; }

.header__basket-menu {
  margin-top: .9rem; }

.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 {
  right: -.3rem;
  background-color: #fff;
  border: 2px solid #000; }

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

.shop-info__title {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #b35168;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: .9rem; }

.shop-info__feature-title {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #b35168;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4; }

.shop-info__feature-content {
  font-size: 1.3rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #141414;
  font-weight: 400;
  line-height: 1.4; }

.shop-info__link {
  color: #141414; }

.shop-info .social-icons {
  font-size: 1.6rem; }

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

.shop-info .social-icons__link:hover {
  color: #fff;
  background-color: #b35168; }

.shop-info_mobile {
  background-color: #e9cc58; }
.shop-info_mobile .shop-info__title {
  float: none;
  margin: 0 0 1rem; }
.shop-info_mobile .shop-info__social-icons {
  float: none; }
.shop-info_mobile .social-icons__link {
  color: #000;
  background-color: #fff; }

/* ==========================================================================
   CATEGORY PAGE
   ========================================================================== */
/* Page header
   -------------------------------------------------------------------------- */
.category__title,
.deal-wizard__title,
.category__subcategory-title,
.category__description {
  text-align: center; }

.category__title,
.deal-wizard__title,
.category > .category__subcategory > .category__subcategory-title {
  font-size: 2.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #cd5069;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1; }

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

.category__description {
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #141414;
  font-weight: 300;
  line-height: 1.6; }

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

.category__title-text,
.deal-wizard__title-text {
  display: inline-block;
  position: relative;
  padding: 0 57px; }
.category__title-text:before, .category__title-text:after,
.deal-wizard__title-text:before,
.deal-wizard__title-text:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 43px;
  height: 17px;
  background: url("/assets-images/title-bg.png") no-repeat 0 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
.category__title-text:before,
.deal-wizard__title-text:before {
  left: 0;
  background-position: left top; }
.category__title-text:after,
.deal-wizard__title-text:after {
  right: 0;
  background-position: right top; }

.category__title-text {
  padding: 0; }

.category__title-text::before,
.category__title-text::after {
  content: none;
  display: none; }

.category__title .category__title-text,
.category > .category__subcategory > .category__subcategory-title .category__title-text {
  padding: 0 57px; }
.category__title .category__title-text::before,
.category__title .category__title-text::after,
.category > .category__subcategory > .category__subcategory-title .category__title-text::before,
.category > .category__subcategory > .category__subcategory-title .category__title-text::after {
  content: '';
  display: block; }

/* Category banner
  -------------------------------------------------------------------------- */
.category-banner {
  position: relative;
  margin-bottom: 3rem; }

.category-banner::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("/assets-images/category-wave-bg.png") repeat-x center bottom; }

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

.category-banner__image {
  display: none; }

.category-banner__image_default {
  display: block; }

@media screen and (max-width: 52.5em) {
  .category-banner {
    margin-bottom: 1rem; }

  .category-banner__image_default {
    display: none; }

  .category-banner__image_mobile {
    display: block; } }
/* Product
   -------------------------------------------------------------------------- */
.product__wrapper {
  position: relative;
  padding: 0 1rem 1rem;
  background-color: #fff; }

.product .product__wrapper:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-top: 1rem solid transparent;
  border-right: 1rem solid #e9cc58; }

.product__picture-container {
  margin-left: -1rem;
  margin-right: -1rem;
  border-bottom: 5px solid #000; }

.product__name {
  font-size: 1.8rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1; }

.product__name {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden; }

.product__description {
  font-size: 1.3rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #141414;
  font-weight: 300;
  line-height: 1.5;
  margin-top: .7rem; }

.product__sku-label {
  display: none; }

.product__sku .nice-select__container {
  width: 100%; }
.product__sku .nice-select {
  width: 100%; }

@media screen and (max-width: 52.5em) {
  .product .product__wrapper {
    padding-right: 260px; }

  .product_improved .product__wrapper {
    padding-right: 260px; }

  .product__picture-container,
  .product_improved .product__picture-container {
    width: 24.4rem; }

  .product .product__wrapper:after {
    content: none;
    display: none; } }
/* Product improved layout
   -------------------------------------------------------------------------- */
.product_with-counter:after {
  background-color: #cd5069; }

.product__counter {
  color: #cd5069; }

.product__counter:before {
  float: right;
  font-size: 1.2rem !important;
  line-height: 2rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; }

.product__mobile-price {
  font-size: 1.8rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700; }

@media screen and (max-width: 52.5em) {
  .product_improved {
    margin-bottom: 2rem; }
  .product_improved .product__wrapper {
    position: relative;
    padding-right: 253px;
    min-height: 150px; }
  .product_improved .product__picture-container {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 244px;
    border-left: 5px solid #000;
    border-bottom: none;
    overflow: hidden; }
  .product_improved .product__picture {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    max-width: none;
    width: auto;
    min-height: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }
@media screen and (max-width: 30em) {
  .product_improved .product__wrapper {
    padding-right: 140px;
    min-height: 87px; }
  .product_improved .product__picture-container {
    width: 130px; }
  .product_improved .product__picture {
    width: 100%;
    min-height: auto; }
  .product_improved .product__favourite {
    top: 50%;
    transform: translate(0, -50%); } }
@media screen and (max-width: 20em) {
  .product_improved .product__wrapper {
    padding-right: 110px; }
  .product_improved .product__picture-container {
    width: 100px; } }
/* Product pictos
   -------------------------------------------------------------------------- */
.product-picto {
  display: inline-block;
  height: 22px;
  vertical-align: bottom;
  background: url("/assets-images/icon-product-pictos.png") no-repeat;
  overflow: hidden; }

.product-picto_wraps {
  width: 21px;
  background-position: -1px 2px; }

.product-picto_vegan {
  width: 19px;
  background-position: -205px 2px; }

.product-picto_veg {
  width: 18px;
  background-position: -125px 2px; }

.product-picto_spicy {
  width: 19px;
  background-position: -44px 2px; }

.product-picto_meals {
  width: 16px;
  background-position: -246px 2px; }

.product-picto_new {
  width: 18px;
  background-position: -85px 2px; }

.product-picto_top {
  width: 18px;
  background-position: -165px 2px; }

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

.product-filter__mobile {
  display: none; }

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

  .product-filter__mobile {
    display: block; } }
.product-filter__list {
  padding: .5rem 2rem .5rem 0;
  font-size: 0;
  text-align: justify;
  background-color: #000; }

.product-filter__item {
  display: inline-block;
  margin: .5rem 0 .5rem 1.4rem; }

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

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

@media screen and (max-width: 67em) {
  .product-filter__list {
    padding: .5rem  1rem; }

  .product-filter__item {
    margin: .5rem 0;
    width: 25%; } }
.product-filter__name {
  display: block;
  line-height: 29px;
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #808080;
  font-weight: 500;
  -webkit-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease; }

.product-filter__name:hover,
.product-filter__input:checked + .product-filter__name {
  color: #87bebe !important; }

.product-filter__name::before {
  content: '';
  display: inline-block;
  background: #fff url("/assets-images/icon-product-filter.png") no-repeat;
  overflow: hidden; }

.product-filter__default .product-filter__name::before {
  vertical-align: bottom;
  margin-right: .6rem;
  width: 29px;
  height: 29px;
  border-radius: 50%; }

.product-filter__mobile .product-filter__name {
  color: #7f7f7f;
  line-height: 22px;
  font-weight: 400; }
.product-filter__mobile .product-filter__name:hover,
.product-filter__mobile [data-filter-selected="true"] .product-filter__name {
  color: #87bebe !important; }
.product-filter__mobile .product-filter__name::before {
  float: left;
  margin-right: .6rem;
  width: 22px;
  height: 22px; }

.product-filter__default [data-filter-tag=""] .product-filter__name::before {
  background-position: 7px -86px; }
.product-filter__default [data-filter-tag="wraps"] .product-filter__name::before {
  background-position: -53px -87px; }
.product-filter__default [data-filter-tag="vegan"] .product-filter__name::before {
  background-position: -109px -86px; }
.product-filter__default [data-filter-tag="vegetarian"] .product-filter__name::before {
  background-position: -164px -86px; }
.product-filter__default [data-filter-tag="spicy"] .product-filter__name::before {
  background-position: -222px -87px; }
.product-filter__default [data-filter-tag="meals"] .product-filter__name::before {
  background-position: -277px -86px; }
.product-filter__default [data-filter-tag="new"] .product-filter__name::before {
  background-position: -337px -86px; }
.product-filter__default [data-filter-tag="top sellers"] .product-filter__name::before {
  background-position: -394px -87px; }
.product-filter__default [data-filter-tag=""] .product-filter__input:checked + .product-filter__name::before {
  background-position: 7px -41px; }
.product-filter__default [data-filter-tag="wraps"] .product-filter__input:checked + .product-filter__name::before {
  background-position: -53px -42px; }
.product-filter__default [data-filter-tag="vegan"] .product-filter__input:checked + .product-filter__name::before {
  background-position: -109px -41px; }
.product-filter__default [data-filter-tag="vegetarian"] .product-filter__input:checked + .product-filter__name::before {
  background-position: -164px -41px; }
.product-filter__default [data-filter-tag="spicy"] .product-filter__input:checked + .product-filter__name::before {
  background-position: -222px -42px; }
.product-filter__default [data-filter-tag="meals"] .product-filter__input:checked + .product-filter__name::before {
  background-position: -277px -41px; }
.product-filter__default [data-filter-tag="new"] .product-filter__input:checked + .product-filter__name::before {
  background-position: -337px -41px; }
.product-filter__default [data-filter-tag="top sellers"] .product-filter__input:checked + .product-filter__name::before {
  background-position: -394px -42px; }

.product-filter__mobile [data-filter-tag=""] .product-filter__name::before {
  background-position: -453px 0px; }
.product-filter__mobile [data-filter-tag="wraps"] .product-filter__name::before {
  background-position: -56px 0px; }
.product-filter__mobile [data-filter-tag="vegan"] .product-filter__name::before {
  background-position: -112px 0px; }
.product-filter__mobile [data-filter-tag="vegetarian"] .product-filter__name::before {
  background-position: -167px 0px; }
.product-filter__mobile [data-filter-tag="spicy"] .product-filter__name::before {
  background-position: -225px 0px; }
.product-filter__mobile [data-filter-tag="meals"] .product-filter__name::before {
  background-position: -280px 0px; }
.product-filter__mobile [data-filter-tag="new"] .product-filter__name::before {
  background-position: -340px 0px; }
.product-filter__mobile [data-filter-tag="top sellers"] .product-filter__name::before {
  background-position: -397px 0px; }
.product-filter__mobile [data-filter-tag=""][data-filter-selected="true"] .product-filter__name::before {
  background-position: -453px -45px; }
.product-filter__mobile [data-filter-tag="wraps"][data-filter-selected="true"] .product-filter__name::before {
  background-position: -56px -45px; }
.product-filter__mobile [data-filter-tag="vegan"][data-filter-selected="true"] .product-filter__name::before {
  background-position: -112px -45px; }
.product-filter__mobile [data-filter-tag="vegetarian"][data-filter-selected="true"] .product-filter__name::before {
  background-position: -167px -45px; }
.product-filter__mobile [data-filter-tag="spicy"][data-filter-selected="true"] .product-filter__name::before {
  background-position: -225px -45px; }
.product-filter__mobile [data-filter-tag="meals"][data-filter-selected="true"] .product-filter__name::before {
  background-position: -280px -45px; }
.product-filter__mobile [data-filter-tag="new"][data-filter-selected="true"] .product-filter__name::before {
  background-position: -340px -45px; }
.product-filter__mobile [data-filter-tag="top sellers"][data-filter-selected="true"] .product-filter__name::before {
  background-position: -397px -45px; }

.product-filter__mobile {
  position: fixed;
  top: 2rem;
  right: 2%;
  z-index: 900;
  width: 130px;
  background-color: #fff;
  box-sizing: border-box; }

.product-filter__mobile .nice-select__container {
  display: block;
  width: 100%; }
.product-filter__mobile .nice-select {
  padding: 0 2.4rem 0 1.5rem;
  width: 100%;
  color: #7f7f7f;
  font-weight: 300;
  height: auto;
  line-height: 1;
  background-color: #fff;
  border: none; }
.product-filter__mobile .nice-select .current {
  padding: .9rem 0;
  color: #191919;
  font-weight: 400;
  text-transform: capitalize; }
.product-filter__mobile .nice-select .list {
  left: auto;
  right: 0;
  margin-top: 0 !important;
  padding: 0 1rem 1rem;
  min-width: 100%;
  background-color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  overflow: visible; }
.product-filter__mobile .nice-select .option {
  padding: .5rem 0;
  min-height: 22px;
  line-height: 22px; }
.product-filter__mobile .nice-select .option:hover,
.product-filter__mobile .nice-select .option.focus,
.product-filter__mobile .nice-select .option.selected.focus,
.product-filter__mobile .nice-select .option[data-filter-selected="true"] {
  color: #87bebe;
  background-color: #fff; }
.product-filter__mobile .nice-select .option:hover .product-filter__name,
.product-filter__mobile .nice-select .option.focus .product-filter__name,
.product-filter__mobile .nice-select .option.selected.focus .product-filter__name,
.product-filter__mobile .nice-select .option[data-filter-selected="true"] .product-filter__name {
  color: #7f7f7f; }

@media screen and (max-width: 30em) {
  .product-filter__mobile {
    width: 105px; }
  .product-filter__mobile .nice-select {
    padding: 0 2rem 0 1rem; }
  .product-filter__mobile .nice-select::after {
    right: 10px; }
  .product-filter__mobile .nice-select .current {
    font-size: 1.3rem; }
  .product-filter__mobile .product-filter__name {
    font-size: 1.3rem;
    font-weight: 400; } }
.product-filter__summary {
  margin: 1.5rem 0;
  color: #000;
  font-size: 1.4rem;
  font-weight: 300; }

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

.product-filter__summary-link:hover {
  color: #cd5069;
  text-decoration: underline;
  white-space: wrap; }

/* Product zebra. Used in:
   * sidetouch categories page
   * touch & sidetouch favourites page
   -------------------------------------------------------------------------- */
.product_favourites {
  margin-bottom: 2rem; }
.product_favourites .product__wrapper {
  padding: 1.5rem;
  padding-left: 275px;
  min-height: 170px; }
.product_favourites .product__picture-container ~ * {
  margin-left: 0; }
.product_favourites .product__picture-container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  width: 260px;
  border-right: 5px solid #000;
  border-bottom: none;
  overflow: hidden; }
.product_favourites .product__picture {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  max-width: none;
  width: auto;
  min-height: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media screen and (max-width: 70em) {
  .product_favourites .product__wrapper {
    padding-left: 200px; }
  .product_favourites .product__picture-container {
    width: 185px; } }
@media screen and (max-width: 52.5em) {
  .product_favourites .product__wrapper {
    padding: 1rem;
    padding-right: 195px;
    min-height: 150px; }
  .product_favourites .product__picture-container {
    left: auto;
    right: 0;
    width: 185px;
    border-right: none;
    border-left: 5px solid #000; } }
@media screen and (max-width: 30em) {
  .product_favourites .product__wrapper {
    padding-right: 140px; }
  .product_favourites .product__picture-container {
    width: 130px; } }
@media screen and (max-width: 20em) {
  .product_favourites .product__wrapper {
    padding-right: 110px; }
  .product_favourites .product__picture-container {
    display: block !important;
    width: 100px; } }
/* Add & customise buttons
   -------------------------------------------------------------------------- */
.product__add {
  display: inline-block;
  padding: 0 1rem;
  height: 36px;
  line-height: 34px;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  border: 1px solid #000;
  float: right;
  padding: 0; }
  .product__add:hover {
    color: #000;
    background-color: #fff; }
  .product__add:hover {
    border-color: #000; }

.product__add {
  position: relative; }
.product__add .product__price {
  display: block;
  float: left;
  box-sizing: border-box; }
.product__add .product__price:not(:empty) {
  width: 50%; }
.product__add .product__add-text {
  display: block;
  overflow: hidden;
  box-sizing: border-box; }
.product__add .product__price::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 1.1rem;
  height: 1.4rem;
  border-left: 2px solid; }
.product__add .product__price:empty::after {
  content: none;
  display: none; }

.product__customise + .product__add .product__price:not(:empty) {
  width: 57%; }
.product__customise + .product__add .product__price::after {
  left: 57%; }

.product_no-ordering .product__add {
  width: 100%;
  font-size: 1.6rem; }

.product__customise {
  display: inline-block;
  padding: 0;
  height: 36px;
  line-height: 36px;
  color: #000;
  font-size: 1.4rem;
  font-weight: 300;
  text-decoration: underline;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  -webkit-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
  width: auto; }
  .product__customise:hover {
    color: #cd5069;
    text-decoration: underline; }

.product__customise + .product__add {
  width: 60%; }

.product_favourites .product__add {
  padding: 0;
  min-width: 150px; }
.product_favourites .product__price:not(:empty) {
  width: 50% !important; }
.product_favourites .product__price::after {
  left: 50% !important; }

/* Favourite icon
   -------------------------------------------------------------------------- */
.product__favourite {
  display: block;
  position: absolute !important;
  z-index: 20;
  top: 0;
  right: 0;
  padding: 1rem; }

.product__favourite-icon {
  display: block;
  width: 35px;
  height: 35px;
  background: url("/assets-images/icon-favourite.png") no-repeat;
  overflow: hidden; }

.product__favourite_add .product__favourite-icon {
  background-position: 0 0; }

.product__favourite_remove .product__favourite-icon {
  background-position: -59px 0; }

.product_favourites .product__favourite {
  right: auto;
  left: 0; }

@media screen and (max-width: 52.5em) {
  .product_favourites .product__favourite {
    right: 0;
    left: auto; } }
/* Deal wizard
   -------------------------------------------------------------------------- */
.deal-wizard-navigation {
  background-color: transparent; }

.deal-wizard-navigation__tab {
  margin-bottom: .5rem; }

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

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

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

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

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

.deal-wizard-navigation__tab:before {
  background-color: #cd5069;
  border-top: 1px solid #d0bb6a;
  border-bottom: 1px solid #d0bb6a;
  box-sizing: border-box; }

.deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab:before {
  background-color: #ebd479;
  border-top: 1px solid #d0bb6a;
  border-bottom: 1px solid #d0bb6a;
  box-sizing: border-box; }

.deal-wizard-navigation__link {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  background-color: #cd5069;
  border-top: 1px solid #d0bb6a;
  border-bottom: 1px solid #d0bb6a; }

.deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__link {
  color: #000;
  background-color: #ebd479; }

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

.deal-wizard-navigation__link:before,
.deal-wizard-navigation__link:after {
  content: none;
  display: none; }

.deal-wizard-navigation__arrow {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 0;
  clip: rect(-1px, 32px, 33px, 0); }

.deal-wizard-navigation__arrow::before {
  content: '';
  display: block;
  position: absolute;
  right: -10px;
  top: 0;
  width: 32px;
  height: 32px;
  background-color: #ccc;
  transform: rotate(45deg);
  box-sizing: border-box; }

.deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link {
  margin-right: 0; }
.deal-wizard-navigation__tab:last-child .deal-wizard-navigation__title {
  padding-right: 15px; }
.deal-wizard-navigation__tab:last-child .deal-wizard-navigation__arrow::before {
  content: none;
  display: none; }

.deal-wizard-navigation__tab:nth-child(3n-2) .deal-wizard-navigation__link {
  border-left: 1px solid #d0bb6a; }

.deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link {
  border-right: 1px solid #d0bb6a; }

.deal-wizard-navigation__arrow::before {
  background-color: #cd5069;
  border: 1px solid #d0bb6a; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__arrow::before {
  box-shadow: 0 0 0 3px #e9cc58; }

.deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__arrow::before {
  box-shadow: 0 0 0 3px #e9cc58;
  background-color: #ebd479; }

.deal-wizard-navigation__title:after {
  background: -webkit-linear-gradient(left, rgba(205, 80, 105, 0), #cd5069);
  background: linear-gradient(to right, rgba(205, 80, 105, 0), #cd5069); }

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

/* ==========================================================================
   BASKET
   ========================================================================== */
.basket {
  border: 2px solid #000;
  background-color: #e9cc58; }

/* Basket header
   -------------------------------------------------------------------------- */
.basket__header {
  padding: 1.5rem 1rem;
  background-color: #e9cc58; }

.basket__title {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2; }

.basket__repeat {
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 300;
  margin-top: 0;
  line-height: 1; }

.basket__close {
  margin: -.7rem -.3rem 0 .5rem;
  color: #000; }

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

@media screen and (max-width: 52.5em) {
  .basket__title {
    line-height: 20px; }

  .basket__repeat {
    padding-top: 0;
    line-height: 20px; } }
/* Basket item
   -------------------------------------------------------------------------- */
.basket__items {
  background-color: #e9cc58; }

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

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

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

.basket-item__delete-icon {
  color: #141414; }
  .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: #cd5069; }

.basket__empty {
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #141414;
  background-color: #e9cc58; }

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

.basket-deal__title {
  font-size: 1.2rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase; }

.basket-deal__link {
  display: inline-block;
  line-height: 20px; }

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

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

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

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

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

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

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

.basket-deal__item-delete-icon {
  color: #141414; }
  .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: #cd5069; }

/* Delivery method switcher
   -------------------------------------------------------------------------- */
.basket__delivery_radio {
  font-size: 1.2rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #141414;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #141414;
  border-radius: 0;
  overflow: hidden; }

.basket__delivery-method {
  padding: 1.1rem 0;
  line-height: 1;
  background-color: #fff;
  -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__delivery-radio:checked + .basket__delivery-method {
  color: #fff;
  background-color: #141414; }

.basket__delivery-option:last-child .basket__delivery-method {
  border-left: 1px solid #fff; }

.basket__delivery-method:hover {
  color: #fff;
  background-color: #141414; }

/* Basket footer
   -------------------------------------------------------------------------- */
.basket__footer {
  color: #141414;
  background-color: #e9cc58; }

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

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

.basket__error {
  margin: .7rem 0;
  padding: 1rem 1.2rem;
  color: #fff;
  background-color: #75419d; }

.basket__savings {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #141414;
  font-weight: 700;
  text-transform: uppercase;
  margin: 1rem 0;
  border-bottom: 1px solid #dec665;
  background-color: #ebd479; }

.basket__charge-title,
.basket__charge-amount {
  font-size: 1.6rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #141414;
  font-weight: 700;
  text-transform: uppercase; }

.basket__total {
  margin: 1rem 0; }

.basket__total-title,
.basket__total-amount {
  font-size: 2.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #141414;
  font-weight: 700;
  text-transform: uppercase; }

.basket__button-link {
  display: inline-block;
  padding: 0 1rem;
  height: 36px;
  line-height: 34px;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  border: 1px solid #000; }
  .basket__button-link:hover {
    color: #000;
    background-color: #fff; }
  .basket__button-link:hover {
    border-color: #000; }

.basket__coupon {
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #141414; }

.basket__coupon-link {
  color: #141414; }

.mobile-basket-button__icon,
.mobile-basket-button__icon:before,
.mobile-basket-button__icon:after {
  border-left-color: inherit; }

.mobile-basket-button__link {
  display: inline-block;
  padding: 0 1rem;
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  border: 1px solid #000;
  border: none;
  border-top: 1px solid #000; }
  .mobile-basket-button__link:hover {
    color: #000;
    background-color: #fff; }
  .mobile-basket-button__link:hover {
    border-color: #000; }

/* Basket clickable promotions
   -------------------------------------------------------------------------- */
.clickable-promotion {
  margin-top: 2rem; }

.clickable-promotion__image {
  width: 100%; }

/* Basket upsellings
-------------------------------------------------------------------------- */
.basket-upselling {
  position: relative;
  margin-top: 2rem;
  padding: 2.5rem 1rem; }

.basket-upselling__image-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.basket-upselling__image {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: none;
  min-width: 100%;
  width: auto;
  min-height: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.basket-upselling__header {
  position: relative;
  margin-bottom: 2rem; }

.basket-upselling__title {
  font-size: 4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; }

.basket-upselling__description {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.4;
  margin-top: 1rem; }

.basket-upselling__description p {
  margin: 0;
  line-height: inherit; }

.basket-upselling__footer {
  position: relative; }

.basket-upselling .nice-select__container {
  width: 100%; }
.basket-upselling .nice-select {
  width: 100%; }
.basket-upselling .nice-select .list {
  width: 100%;
  max-height: 130px;
  overflow: auto; }
.basket-upselling .nice-select .option {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box; }

.basket-upselling__button {
  display: inline-block;
  padding: 0 1rem;
  height: 36px;
  line-height: 34px;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  border: 1px solid #000;
  width: 100%;
  margin-top: .5rem; }
  .basket-upselling__button:hover {
    color: #000;
    background-color: #fff; }
  .basket-upselling__button:hover {
    border-color: #000; }

/* ==========================================================================
   CUSTOMIZATION POPUP
   ========================================================================== */
.popup {
  background-color: #e9cc58; }

.popup__description {
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400; }

.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: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2 !important; }

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

.popup__picture_mobile {
  text-align: center; }

.popup__picture_mobile img {
  width: 250px; }

.popup_improved .popup__title-mobile-close {
  padding-top: .3rem; }

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

/* Popup group
   -------------------------------------------------------------------------- */
.popup-group__quantity-field {
  font-size: 1.6rem;
  font-weight: 700;
  border: none;
  background-color: transparent; }

.popup-group__quantity-minus-icon,
.popup-group__quantity-plus-icon {
  display: inline-block;
  margin-right: .7em;
  height: 22px;
  width: 22px;
  text-align: center;
  color: #fff;
  background-color: #000;
  border-radius: 50%; }

.popup-group__quantity-minus-icon::before,
.popup-group__quantity-plus-icon::before {
  line-height: 20px; }

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

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

.popup-group__label,
.popup-group__single-choice {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 28px !important; }

.popup__group {
  padding-bottom: 2rem; }

.popup__group + .popup-row {
  padding-top: 2rem;
  border-top: 5px solid #000; }

.popup .nice-select {
  line-height: 28px;
  border: none; }
.popup .nice-select .option {
  padding-left: 15px;
  padding-right: 15px; }

.popup__group .nice-select__container {
  min-width: 170px; }
.popup__group .nice-select {
  width: 100%; }

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

.popup-row__description {
  color: #000; }

/* Popup enum
   -------------------------------------------------------------------------- */
.popup-enum__option {
  margin-right: 0; }

.popup-enum__text {
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  color: #141414;
  background-color: #fff;
  border-right: 1px solid #e2e2e2; }

.popup-enum__option:last-child .popup-enum__text {
  border: none; }

.popup-enum__radio:checked + .popup-enum__text {
  color: #fff;
  background-color: #000;
  border-right-color: #000; }

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

/* Popup set
   -------------------------------------------------------------------------- */
.popup-set__group-title {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 500; }

.popup-set__title {
  color: #000; }

.popup-set__text {
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400; }

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

.popup-set__text:after {
  margin: 4px;
  width: 8px;
  height: 8px;
  background-color: #cd5069; }

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

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

/* Popup deal line
   -------------------------------------------------------------------------- */
.popup-deal-line__label {
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  font-weight: 700;
  line-height: 28px; }

.popup-deal-line__description {
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400; }

.popup-deal-line__single-option {
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 28px; }

/* Popup buttons
   -------------------------------------------------------------------------- */
.popup-buttons__button {
  display: inline-block;
  padding: 0 1rem;
  height: 46px;
  line-height: 44px;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  border: 1px solid #000;
  border-right: none;
  border-bottom: none; }
  .popup-buttons__button:hover {
    color: #000;
    background-color: #fff; }
  .popup-buttons__button:hover {
    border-color: #000; }

.popup-buttons__link {
  display: inline-block;
  padding: 0;
  height: 46px;
  line-height: 46px;
  color: #000;
  font-size: 1.4rem;
  font-weight: 300;
  text-decoration: underline;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  -webkit-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  .popup-buttons__link:hover {
    color: #cd5069;
    text-decoration: underline; }

.popup-buttons__link:hover {
  color: #000; }

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

.checkout__title,
.credit-page__title {
  font-size: 2.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #cd5069;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1; }

.checkout__title-text {
  display: inline-block;
  position: relative;
  padding: 0 57px; }
.checkout__title-text:before, .checkout__title-text:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 43px;
  height: 17px;
  background: url("/assets-images/title-bg.png") no-repeat 0 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
.checkout__title-text:before {
  left: 0;
  background-position: left top; }
.checkout__title-text:after {
  right: 0;
  background-position: right top; }

.checkout__description {
  text-align: center; }

.checkout-row__label,
.checkout-row__group-label,
.checkout-variant__label,
.checkout-variant__select-label,
.card-entry__label,
.card-entry__saved-card-label {
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #141414;
  font-weight: 400; }

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

.checkout-row__field-text,
.checkout-row__field-textarea,
.card-entry__input {
  border: none; }

.checkout-row__label {
  padding-top: .5rem; }

.checkout-row__field-text {
  padding: .7rem .5rem; }

.checkout-variant {
  padding-left: 2.5rem; }

.checkout__fieldset {
  max-width: none; }

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

.checkout-error {
  margin-right: 150px; }

@media screen and (max-width: 62em) and (min-width: 52.5625em), screen and (max-width: 48em) {
  .checkout-row {
    padding-right: 50px; }

  .checkout-error {
    margin-right: 50px; } }
@media screen and (max-width: 40em) {
  .checkout-row {
    padding-right: 0; }

  .checkout-error {
    margin-right: 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;
  width: 16px;
  height: 16px;
  box-sizing: border-box; }

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

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

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

.checkout-row__group-label_checkbox {
  font-size: 1.4rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.checkout-variant__text::after {
  border-color: #141414;
  background-color: #cd5069; }

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

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

/* Form buttons
   Contain a button on the right and a cancel link on the left.
   -------------------------------------------------------------------------- */
.form-buttons__button {
  display: inline-block;
  padding: 0 1rem;
  height: 36px;
  line-height: 34px;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  border: 1px solid #000;
  padding: 0 3.5rem; }
  .form-buttons__button:hover {
    color: #000;
    background-color: #fff; }
  .form-buttons__button:hover {
    border-color: #000; }

.form-buttons__link {
  display: inline-block;
  padding: 0;
  height: 36px;
  line-height: 36px;
  color: #000;
  font-size: 1.4rem;
  font-weight: 300;
  text-decoration: underline;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  -webkit-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  .form-buttons__link:hover {
    color: #cd5069;
    text-decoration: underline; }

/* Loyalty (step4)
   -------------------------------------------------------------------------- */
.checkout-loyalty {
  margin: 3rem 0 5rem;
  padding-top: 3rem;
  font-weight: 400;
  border-top: 1px solid #ddc35d; }
  .checkout-loyalty:before {
    display: table;
    content: ""; }
  .checkout-loyalty:after {
    display: table;
    content: "";
    clear: both; }

.checkout-loyalty__badge {
  float: left;
  margin-bottom: 1.5rem;
  width: 30%;
  min-width: 190px; }

.checkout-loyalty__balance {
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #cd5069;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1; }

.checkout-loyalty__teaser {
  margin-bottom: 1.5rem; }

.checkout-loyalty__cannot-use,
.checkout-loyalty__use {
  margin-top: 1.5rem; }

@media screen and (max-width: 40em) {
  .checkout-loyalty {
    text-align: center; }

  .checkout-loyalty__use {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto; }

  .checkout-loyalty__badge {
    float: none;
    margin: 0 0 3rem 0;
    width: 100%; }

  .loyalty-badge {
    margin: 0 auto; } }
.checkout-loyalty__use-label_checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer; }

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

.checkout-loyalty__use-label_checkbox .checkout-loyalty__use-text {
  position: relative;
  display: block; }

.checkout-loyalty__use-label_checkbox .checkout-loyalty__use-text:before,
.checkout-loyalty__use-label_checkbox .checkout-loyalty__use-text:after {
  content: "";
  display: block;
  position: absolute;
  left: -25px;
  top: 0;
  box-sizing: border-box; }

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

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

.checkout-loyalty__use-input_checkbox:checked + .checkout-loyalty__use-text:after {
  display: block; }

.checkout-loyalty__use-label_checkbox .checkout-loyalty__use-text:before {
  border-color: #141414;
  background-color: #fff; }

.checkout-loyalty__use-label_checkbox .checkout-loyalty__use-text:after {
  background-color: #cd5069; }

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

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

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

/* Facebook login
   -------------------------------------------------------------------------- */
.checkout__facebook-login-button {
  border-radius: 0em;
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif; }

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

.checkout__facebook-login-separator {
  margin-top: 1em;
  text-align: center;
  position: relative; }

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

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

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

/* Checkout upselling
   -------------------------------------------------------------------------- */
.category_upselling {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #ddc35d; }

.category_upselling .category__header {
  margin-bottom: 3rem; }

/* Order page
   -------------------------------------------------------------------------- */
.order-table {
  border: 2px solid #000;
  border-top: none; }

.order-table__header {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  background-color: #0a0a0a; }

.order-row:nth-child(even) .order-row__header {
  color: #000;
  background-color: #e1c556; }

.order-row__header {
  color: #000;
  font-size: 1.4rem;
  background-color: #ead26f;
  border-top: 0 solid #fff; }

.order-row__header:hover {
  color: #000 !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease; }

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

.order {
  color: #000;
  font-size: 1.4rem;
  background-color: #e9cc58; }

.order__group-title {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase; }

.order__add {
  padding-right: 0; }

.order__repeat-button {
  display: inline-block;
  padding: 0 1rem;
  height: 30px;
  line-height: 28px;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  border: 1px solid #000;
  padding: 0 2rem; }
  .order__repeat-button:hover {
    color: #000;
    background-color: #fff; }
  .order__repeat-button:hover {
    border-color: #000; }

.order__repeat-empty-basket {
  display: inline-block;
  padding: 0;
  height: 30px;
  line-height: 30px;
  color: #000;
  font-size: 1.4rem;
  font-weight: 300;
  text-decoration: underline;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  -webkit-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase; }
  .order__repeat-empty-basket:hover {
    color: #cd5069;
    text-decoration: underline; }

.order__add-button {
  display: inline-block;
  padding: 0 1rem;
  height: 24px;
  line-height: 22px;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  border: 1px solid #000; }
  .order__add-button:hover {
    color: #000;
    background-color: #fff; }
  .order__add-button:hover {
    border-color: #000; }

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

.order__items-table {
  color: #000;
  font-size: 1.4rem;
  background-color: #e9cc58;
  border: none; }

.order__items-deal {
  color: #000;
  background-color: #ebd479; }

.order__items-deal-title {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  background-color: #cd5069; }

.order__items-attribute {
  color: #8c7a35;
  font-size: 1.2rem;
  font-style: normal; }

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

.order__total {
  font-size: 2.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  border-top-color: #d0bd71; }

/* 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 {
  color: #fff;
  background-color: #141414;
  border: none;
  border-radius: 0;
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease; }
  .credit-page__form__button:hover {
    color: #fff;
    background-color: #555; }

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

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

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

.credit-table__row:hover {
  background-color: rgba(255, 255, 255, 0.5); }

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

/* ==========================================================================
   MESSAGES
   ========================================================================== */
/* Transient information message displayed at the top
   Eg. when a product has just been added
   -------------------------------------------------------------------------- */
.message_info {
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #fff;
  background-color: #7a8397; }

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

@media screen and (max-width: 52.5em) {
  .page_menu.page_improved .message_info {
    bottom: auto;
    top: 0;
    text-align: center;
    background-color: transparent; }
  .page_menu.page_improved .message_info .message__wrapper {
    display: inline-block;
    background-color: #7a8397; } }
/* 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: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #fff;
  background-color: #75419d; }

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

/* ==========================================================================
   HOMEPAGE
   ========================================================================== */
.content_index {
  margin: 0;
  overflow-x: hidden; }

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

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

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

.index-slideshow {
  position: relative; }

.index-slideshow::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 17px;
  background: url("/assets-images/category-wave-bg.png") repeat-x center -22px; }

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

.index-slideshow__slide-link {
  display: block; }

.unslider-nav {
  bottom: 2.5rem; }

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

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

@media screen and (max-width: 52.5em) {
  .index-slideshow__image {
    max-width: 100%;
    min-height: 0; } }
/* Homepage: shop picker above the slideshow
   -------------------------------------------------------------------------- */
.index-locator__container {
  padding: 0; }

.index-locator {
  top: 7rem;
  right: 3rem;
  min-height: 0;
  color: #000;
  background-color: #fff; }

.index-locator__title {
  margin: 2rem 1rem;
  padding: 1rem 0 0;
  font-size: 2.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  border-top: 6px solid #000; }

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

  .index-locator {
    margin: 0 auto;
    padding: 2rem 0;
    width: 420px; }

  .index-locator__wrapper {
    margin: 0;
    padding: 0;
    width: 100%; }

  .index-locator__title {
    margin: 0 0 2rem;
    padding: 1rem 0 0; } }
.index-locator__methods {
  border: 1px solid #000; }

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

.index-locator__method-name {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #fff;
  -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-locator__method input[type=radio]:checked + span {
  color: #fff;
  background-color: #000;
  cursor: default; }

.index-locator__method:last-child .index-locator__method-name {
  border-left: 1px solid #fff; }

.index-locator__method-name:hover {
  color: #fff;
  background-color: #000; }

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

.index-locator__postcode-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6); }

.index-locator__postcode-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6); }

.index-locator__postcode-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6); }

.index-locator__postcode-button {
  display: inline-block;
  padding: 0 1rem;
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  border: 1px solid #000;
  font-size: 1.4rem;
  font-weight: 700; }
  .index-locator__postcode-button:hover {
    color: #000;
    background-color: #fff; }
  .index-locator__postcode-button:hover {
    border-color: #000; }

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

.index-locator__text {
  font-size: 1.3rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  margin: 1rem 0 .5rem; }

.index-locator__postcode-selected {
  font-size: 1.5rem;
  font-family: "Roboto", 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.4rem;
  border-top: 1px solid #000; }

.index-locator-restaurant__name {
  font-size: 1.8rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1; }

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

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

.index-locator-restaurant__button {
  display: inline-block;
  padding: 0 1rem;
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  border: 1px solid #000;
  font-size: 1.4rem;
  font-weight: 700; }
  .index-locator-restaurant__button:hover {
    color: #000;
    background-color: #fff; }
  .index-locator-restaurant__button:hover {
    border-color: #000; }

/* Homepage: connected customer
   -------------------------------------------------------------------------- */
.index-connected-customer {
  padding: 2.5rem 0;
  background-color: #87bebe; }

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

.index-connected-customer__item {
  padding: 1.5rem 2rem;
  text-align: center;
  color: #000;
  background-color: #fff; }

.index-connected-customer__title {
  margin-bottom: .5em;
  font-size: 2.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  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;
  padding: 0 1rem;
  height: 30px;
  line-height: 28px;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  border: 1px solid #000;
  padding: 0 2rem; }
  .index-connected-customer__button:hover {
    color: #000;
    background-color: #fff; }
  .index-connected-customer__button:hover {
    border-color: #000; }

.index-connected-customer__item:first-of-type {
  color: #000;
  text-align: left;
  background-color: #f0cd50; }

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

.index-connected-customer__item:first-of-type .index-connected-customer__button {
  min-width: 35%;
  text-align: center;
  padding: 0 .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: #000; }

.index-connected-customer__item:last-child
.index-connected-customer__title {
  display: inline-block;
  padding-right: 30px;
  background: url("/assets-images/icon-favourite-sm.png") no-repeat right center; }

@media screen and (max-width: 52.5em) {
  .index-connected-customer__content {
    min-height: 0; }

  .index-connected-customer__item:first-of-type {
    text-align: center; } }
/* Homepage: microblog - a series of short blocks (image + text)
   -------------------------------------------------------------------------- */
.index-microblog {
  position: relative;
  padding: 1rem 0 9rem; }

.index-microblog::before,
.index-microblog::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: url("/assets-images/index-blog-bg.png") no-repeat;
  overflow: hidden; }

.index-microblog::before {
  left: 0;
  width: 320px;
  background-position: left bottom; }

.index-microblog::after {
  right: 0;
  width: 235px;
  background-position: right top; }

.index-microblog__section-title {
  margin: 0 0 4rem;
  font-size: 4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #cd5069;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  text-align: center; }

.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 {
  position: relative;
  padding-bottom: 3rem;
  color: #000;
  background-color: #fff;
  position: relative; }

.index-microblog__post:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 1.5rem solid transparent;
  border-top: 1.5rem solid transparent;
  border-right: 1.5rem solid #e9cc58; }

.index-microblog__title {
  margin: 0rem 0 .5rem;
  padding-top: 1rem;
  font-size: 2.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  border-top: 6px solid #000; }

.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: 1.5rem;
  right: 2rem;
  left: 2rem; }

.index-microblog__link {
  display: inline-block;
  padding: 0 1rem;
  height: 36px;
  line-height: 34px;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  border: 1px solid #000;
  width: 100%; }
  .index-microblog__link:hover {
    color: #000;
    background-color: #fff; }
  .index-microblog__link:hover {
    border-color: #000; }

@media screen and (max-width: 52.5em) {
  .index-microblog__wrapper {
    max-width: 420px; }

  .index-microblog__title {
    text-align: center; } }
/* Homepage: About us
   -------------------------------------------------------------------------- */
.index-about {
  padding: 5rem 0;
  color: #cd5069;
  background-color: #cd5069; }

.index-about__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
  padding: 5rem 5%;
  font-size: 3rem;
  text-align: center;
  background-color: #f0cd50;
  box-sizing: border-box; }
  .index-about__wrapper:before {
    display: table;
    content: ""; }
  .index-about__wrapper:after {
    display: table;
    content: "";
    clear: both; }

.index-about__title {
  margin-bottom: 2rem;
  font-size: 5rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #cd5069;
  font-weight: 700;
  text-transform: uppercase; }

@media screen and (max-width: 40em) {
  .index-about__wrapper {
    font-size: 2rem; }

  .index-about__title {
    font-size: 3.5rem; } }
/* Homepage: newsletter signup form
   -------------------------------------------------------------------------- */
.index-newsletter {
  margin: 3rem 0;
  padding: 2rem 1rem;
  color: #fff;
  background-color: #000; }

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

.index-newsletter__title {
  font-size: 1.8rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: -250px;
  line-height: 36px; }

.index-newsletter__fieldset {
  padding: 0 150px 0 250px; }

.index-newsletter__field {
  border: none;
  height: 36px;
  line-height: 36px; }

.index-newsletter__button {
  display: inline-block;
  padding: 0 1rem;
  height: 36px;
  line-height: 34px;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background-color: #830705;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  border: 1px solid #830705;
  font-size: 1.8rem;
  margin-right: -150px;
  width: 145px; }
  .index-newsletter__button:hover {
    color: #000;
    background-color: #fceded; }
  .index-newsletter__button:hover {
    border-color: #830705; }

@media screen and (max-width: 52.5em) {
  .index-newsletter {
    margin: 0;
    padding: 3rem 1rem; } }
/* Homepage: map showing the position of the restaurant
   -------------------------------------------------------------------------- */
.index-map {
  padding: 2rem 0; }

.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;
  background-color: #87bebe;
  border: 1px solid #c6c6c6; }

.index-map__shop-title {
  margin: 0 0 1rem;
  padding-top: .5rem;
  font-size: 2.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  border-top: 6px solid #000; }

.index-map__shop-phone {
  margin: .5em 0;
  font-size: 1.8rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 600; }

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

.index-map__shop .social-icons {
  font-size: 1.6rem; }
.index-map__shop .social-icons__link {
  background-color: #fff; }
.index-map__shop .social-icons__link:hover {
  color: #fff;
  background-color: #b35168; }

.index-map__order-button {
  display: inline-block;
  padding: 0 1rem;
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  border: 1px solid #000;
  margin: 0 0 1rem;
  width: 100%; }
  .index-map__order-button:hover {
    color: #000;
    background-color: #fff; }
  .index-map__order-button:hover {
    border-color: #000; }

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

@media screen and (max-width: 52.5em) {
  .index-map {
    padding: 0;
    background-color: #67bfbf; }

  .index-map__shop {
    margin: 3rem auto;
    width: 420px;
    background-color: #fff; }

  .index-map__shop .social-icons__link {
    border: 1px solid #000; }

  .index-map__shop .social-icons__link:hover {
    border-color: #b35168; } }
@media screen and (max-width: 40em) {
  .index-map__embed-image {
    -webkit-transform: translate(-60%, -40%);
    -ms-transform: translate(-60%, -40%);
    transform: translate(-60%, -40%); } }
/* Homepage: list of restaurants (franchises only)
   -------------------------------------------------------------------------- */
.index-shop-list {
  margin: 4rem 0 1rem; }

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

.index-shop-list__header {
  margin-bottom: 3rem;
  text-align: center; }

.index-shop-list__title {
  font-size: 3.5rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 600;
  text-transform: uppercase; }

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

.index-shop-list__shop {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center; }

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

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

  .index-shop-list__header {
    margin-bottom: 2rem; } }
@media screen and (max-width: 40em) {
  .index-shop-list__title {
    font-size: 2.5rem; } }
/* ==========================================================================
   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: #141414;
  background-color: #ddd;
  border-left: 1px solid #fff; }

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

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

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

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

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

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

.grouped-skus__text {
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #141414;
  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: #141414; }

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

/* --------------------------------------------------------------------------
   CYO
   (optional page)
   --------------------------------------------------------------------------
   Makes a product editable in its own page instead of a popup.
   To activate, create a 'cyo' tag in theme.xml and set this tag on the product.
   -------------------------------------------------------------------------- */
.cyo__header-title {
  font-size: 2.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: .5rem; }

.cyo__description {
  line-height: 1.4; }

.cyo__add-button {
  display: inline-block;
  padding: 0 1rem;
  height: 36px;
  line-height: 34px;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  border: 1px solid #000;
  padding: 0 2rem; }
  .cyo__add-button:hover {
    color: #000;
    background-color: #fff; }
  .cyo__add-button:hover {
    border-color: #000; }

.cyo__add-button-price {
  margin-right: 1.5rem;
  padding-right: 1.5rem; }

.cyo__add-button-price::after {
  top: -.3rem;
  font-size: 2rem;
  line-height: 1; }

.page_cyo .cyo__content {
  padding: 2rem;
  border: 2px solid #000; }

.page_half_half .hh-side {
  padding: 2rem;
  border: 2px solid #000; }

.hh-side__label {
  font-size: 2.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1; }

.hh-side__product-name {
  font-size: 1.8rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2; }

.cyo__fieldset-title {
  font-size: 1.8rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  padding: 0;
  border: none; }

.cyo__fieldset-description {
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400; }

.cyo-enum__text {
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  color: #141414;
  background-color: #fff; }

.cyo-enum__radio:checked + .cyo-enum__text {
  color: #fff;
  background-color: #000; }

.cyo-enum__radio:disabled + .cyo-enum__text {
  color: #707070;
  background-color: #eee;
  cursor: default; }

.cyo-set__group-title {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 500; }

.cyo-set__text {
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400; }

.cyo-set__text:before {
  border-color: #141414;
  background-color: #fff; }

.cyo-set__text:after {
  margin: 4px;
  width: 8px;
  height: 8px;
  color: #fff;
  background-color: #cd5069; }

.cyo-icon-enum__option {
  margin-right: 10%;
  margin-bottom: 2rem; }

.cyo-icon-enum__text {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700; }

.cyo-icon-enum__text:before {
  height: 72px;
  background: url("/assets-images/cyo_sizes.png") no-repeat; }

.cyo-icon-enum__text__7_:before {
  width: 45px;
  background-position: 0 0; }

.cyo-icon-enum__text__9_:before {
  width: 57px;
  background-position: -155px 0; }

.cyo-icon-enum__text__12_:before {
  width: 70px;
  background-position: -332px 0; }

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

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

/* --------------------------------------------------------------------------
   ADVANCED LOYALTY
   (optional feature)
   --------------------------------------------------------------------------
   Can be activated by setting the "loyalty_page" boolean parameter
   - Adds a /loyalty page
   - Adds links to this page in user, account and mobile menus
   -------------------------------------------------------------------------- */
.loyalty-badge {
  position: relative; }

.loyalty-badge__points-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  line-height: 1;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.loyalty-badge__points-value {
  display: block; }

.loyalty-badge__points-units {
  display: block; }

.dropdown-menu_loyalty .loyalty-badge {
  width: 105px;
  height: 76px;
  background: url("/assets-images/loyalty-badge-bg-sm.png") no-repeat 0 0; }
.dropdown-menu_loyalty .loyalty-badge__points-value {
  font-size: 3.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  line-height: 1; }
.dropdown-menu_loyalty .loyalty-badge__points-units {
  font-size: 1rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase; }

.checkout-loyalty__badge .loyalty-badge,
.loyalty-page__howto-badge .loyalty-badge {
  width: 169px;
  height: 122px;
  background: url("/assets-images/loyalty-badge-bg.png") no-repeat 0 0; }
.checkout-loyalty__badge .loyalty-badge__points-value,
.loyalty-page__howto-badge .loyalty-badge__points-value {
  font-size: 5.5rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700; }
.checkout-loyalty__badge .loyalty-badge__points-units,
.loyalty-page__howto-badge .loyalty-badge__points-units {
  font-size: 1.1rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase; }

.loyalty-dropdown {
  font-size: 1.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 300;
  padding: 1.2rem 2rem 2rem; }

.loyalty-dropdown:before {
  content: none;
  display: none; }

.loyalty-dropdown__title {
  font-size: 2.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: capitilize;
  line-height: 1;
  margin-bottom: 1.5rem; }

.loyalty-dropdown__badge {
  float: right;
  margin-top: -1rem;
  margin-left: 1rem; }

.loyalty-dropdown__rules {
  overflow: hidden; }

.loyalty-dropdown__rules,
.loyalty-dropdown__rules p {
  line-height: 1; }

.loyalty-dropdown__more-link {
  color: #fff;
  text-decoration: underline; }

.loyalty-dropdown__more-link:hover {
  text-decoration: none; }

.loyalty-page__banner {
  background: url("/assets-images/loyalty-banner.jpg") no-repeat calc(100% + 20px) top;
  background-color: #87bebe;
  background-size: auto 100%; }

.loyalty-page__banner__content {
  font-size: 2.4rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400; }

.loyalty-page__banner__title {
  font-size: 6rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase; }

.loyalty-page__banner__p {
  margin-bottom: 0;
  color: #000;
  font-size: 1.4rem; }

.loyalty-page__banner__points-value {
  color: #000;
  font-weight: 400; }

.loyalty-page__banner__note {
  color: #000;
  font-size: 1.2rem; }

.loyalty-page__howto {
  margin-top: 4.5rem;
  padding: 0;
  max-width: 650px; }
  .loyalty-page__howto:before {
    display: table;
    content: ""; }
  .loyalty-page__howto:after {
    display: table;
    content: "";
    clear: both; }

.loyalty-page__howto:before {
  content: none;
  display: none; }

.loyalty-page__howto__wrapper {
  padding: 0; }

.loyalty-page__howto__title {
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #cd5069;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1; }

.loyalty-page__howto-badge {
  float: right;
  width: 220px; }

.loyalty-page__howto-badge .loyalty-badge {
  float_: right;
  margin: auto; }

.loyalty-page__howto__content,
.loyalty-page__howto__content p {
  line-height: 1;
  font-weight: 400; }

.loyalty-page__howto ul,
.loyalty-page__howto ol {
  margin: 1rem 0; }

.loyalty-page__howto ul li,
.loyalty-page__howto ol li {
  margin-bottom: .5rem; }

@media screen and (max-width: 74em) {
  .loyalty-page__banner {
    background-position: calc(100% + 150px) 0; } }
@media screen and (max-width: 60em) {
  .loyalty-page__banner__title {
    font-size: 5rem; }

  .loyalty-page__banner {
    background-position: calc(100% + 150px) 0; } }
@media screen and (max-width: 40em) {
  .loyalty-page__banner {
    background-position: calc(100% + 200px) 0; } }
@media screen and (max-width: 30em) {
  .loyalty-page__banner__title {
    font-size: 3.5rem; }

  .loyalty-page__banner {
    background-position: calc(100% + 230px) 0; }

  .loyalty-page__howto {
    text-align: center; }

  .loyalty-page__howto-badge {
    float: none;
    margin: 3rem 0;
    width: 100%; }

  .loyalty-page__howto-badge .loyalty-badge {
    float: none;
    margin: 0 auto; } }
.loyalty-page__history {
  border: 2px solid #000;
  border-top: none; }

.loyalty-table__header {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #0a0a0a; }

.loyalty-table__row {
  background-color: #ead26f; }

.loyalty-table__row:nth-child(odd) {
  background-color: #e1c556; }

.loyalty-table__row:hover {
  background-color: rgba(255, 255, 255, 0.5); }

.loyalty-table td {
  font-size: 1.4rem;
  color: #000; }

.loyalty-table__row plus {
  color: #42b522;
  font-weight: 400; }

.loyalty-table__row minus {
  color: #ce5033;
  font-weight: 400; }

/* Static page
   --------------------------------------------------------------------------*/
.content_static .content__side,
.content_static .content__main {
  float: none;
  width: 100%; }

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

.static-page, .static-page p {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400; }
.static-page h1, .static-page h2, .static-page h3, .static-page h4, .static-page h5, .static-page h6 {
  color: #cd5069;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; }
.static-page h1 {
  font-size: 4rem; }
.static-page h2 {
  font-size: 3rem; }
.static-page h3 {
  font-size: 2.4rem; }
.static-page h4 {
  font-size: 2rem; }
.static-page h5 {
  font-size: 1.8rem; }
.static-page h6 {
  font-size: 1.6rem; }
.static-page .static-page__title {
  font-size: 2.4rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #cd5069;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-top: 2rem; }
.static-page a:hover {
  text-decoration: underline; }

.static-page_2cols {
  width: 1150px; }

.static-page__2cols-wrapper {
  padding: 3rem;
  background-color: #cd5069; }
  .static-page__2cols-wrapper:before {
    display: table;
    content: ""; }
  .static-page__2cols-wrapper:after {
    display: table;
    content: "";
    clear: both; }

@media screen and (max-width: 52.5em) {
  .static-page__2cols-wrapper {
    padding: 2rem; } }
.static-page_2cols, .static-page_2cols h1, .static-page_2cols h2, .static-page_2cols h3, .static-page_2cols h4, .static-page_2cols h5, .static-page_2cols h6 {
  color: #e9cc58;
  text-align: left; }
.static-page_2cols .static-page__title {
  font-size: 4rem;
  text-align: left;
  margin: 0 0 2rem; }
.static-page_2cols a {
  color: #87bebe; }
.static-page_2cols a:hover {
  color: #e9cc58; }

.static-page__images {
  float: left;
  padding-right: 3%;
  max-width: 45%;
  width: 440px;
  box-sizing: border-box; }

.static-page__content {
  overflow: hidden; }

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

.static-page__images img {
  width: 100%; }

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

@media screen and (max-width: 52.5em) {
  .static-page__images {
    float: none;
    margin-bottom: 2rem;
    padding-right: 0;
    max-width: 100%;
    width: 100%;
    text-align: center; }

  .static-page__images img {
    max-width: 48%; }

  .static-page__images img + img {
    margin-top: 0; } }
.hybrid_app .burger-menu {
  display: none; }
@media screen and (max-width: 52.5em) {
  .hybrid_app .header__burger-menu--app-visible .burger-menu {
    display: block; } }
