@charset "UTF-8";
/* ==========================================================================
   GENERAL
   ========================================================================== */
/* Imports
   -------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
@font-face {
  font-family: 'fontello';
  src: url("/assets-fonts/fontello.woff2") format("woff2"), url("/assets-fonts/fontello.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* Fonts
   -------------------------------------------------------------------------- */
/* Base font
   -------------------------------------------------------------------------- */
body {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #000;
  background: #f4eee6 url("/assets-images/background.jpg") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

input, select, textarea {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #212121; }

/* Page header
   -------------------------------------------------------------------------- */
.header {
  background-color: transparent;
  padding: .85rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.header__logo-image {
  max-width: 397px; }

.header__logo-image.mobile {
  display: none; }

.header__logo-link {
  display: inline-block;
  vertical-align: middle; }

@media screen and (max-width: 62em) {
  .header__logo {
    clear: both;
    text-align: center;
    display: block;
    float: none; } }
@media screen and (max-width: 52.5em) {
  .page_categories.page_improved .page__header,
  .page_favourites.page_improved .page__header,
  .page_categories_meal_deals.page_improved .page__header {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }

  .header {
    padding: 1.3rem .85rem;
    border-bottom: 1px solid rgba(103, 9, 11, 0.1);
    background: #f4eee6 url("/assets-images/background.jpg") center no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }

  .header__logo-image.mobile {
    display: block; }

  .header__logo-image.desktop {
    display: none; }

  .header__logo {
    clear: none; }

  .header__basket-menu {
    margin-top: 1em; }

  .burger-menu__button {
    padding-top: 17px; } }
/* Page footer
   -------------------------------------------------------------------------- */
.footer {
  color: #ebdecc;
  background-color: #67090b; }

.footer__wrapper {
  padding: 1rem 0; }

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

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

.footer__links li {
  margin: 0; }

.footer__links li + li {
  margin-left: 1.5em; }

.footer__link {
  color: #ebdecc;
  text-decoration-color: #a9736b;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.footer__link:hover {
  color: #fff;
  text-decoration: underline; }

.footer .social-icons__link {
  padding: 0;
  margin: 0 .5rem;
  color: #ebdecc; }

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

.footer__nav {
  padding-bottom: 0; }

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

@media screen and (max-width: 52.5em) {
  .footer__nav {
    display: flex;
    flex-direction: column; }

  .footer__nav .social-icons__link {
    margin: 0 .2em; }

  .footer__links {
    order: 2; }

  .footer .social-icons {
    order: 1; }

  .footer__links, .footer__text, .footer .social-icons {
    margin: 0; }

  .footer__links {
    margin-top: 1.25rem; }

  .footer__wrapper {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 0;
    padding-top: 2.5rem; }

  .footer__nav ~ .footer__credits {
    margin-top: 2.25rem; }

  .footer__credits {
    margin: 0;
    background: rgba(0, 0, 0, 0.18);
    padding: .65em;
    box-sizing: border-box; } }
/* 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__link {
  padding: 0;
  width: auto;
  height: auto;
  border: none;
  -webkit-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s; }

.social-icons i {
  display: inline-block;
  font-size: 2.5rem; }

/* Scroll up button
   -------------------------------------------------------------------------- */
.scroll-up {
  bottom: 6rem;
  padding: 1rem;
  color: #fff;
  font-size: 2.2rem;
  background-color: #9b1518; }

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

/* NiceSelect (used as a <select> replacement)
   -------------------------------------------------------------------------- */
.nice-select__container {
  max-width: 100%; }

.nice-select {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: transparent;
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  border: 1px solid rgba(61, 61, 61, 0.4);
  border-radius: 0em;
  line-height: 28px;
  height: 30px;
  max-width: 100%;
  padding-left: 9px; }

.popup-group__line .nice-select, .popup-group__quantity-field {
  background: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 24px;
  height: 26px;
  border-color: rgba(174, 174, 174, 0.7); }

.nice-select .list {
  min-width: 100%;
  box-shadow: 0 0 0 1px #626262;
  box-sizing: border-box; }

.nice-select .list {
  height: 0;
  overflow-y: hidden; }

.nice-select.open .list {
  height: auto;
  overflow-y: auto; }

.nice-select .option {
  min-height: 24px;
  line-height: 22px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding-left: 9px; }

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

.nice-select .option.focus {
  color: #fff;
  background-color: #9b1518; }

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

.nice-select .option.selected {
  font-weight: 400; }

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

.nice-select.open, .nice-select:hover {
  background: #fff;
  border: 1px solid #626262; }

.nice-select.open {
  border-bottom: 0; }

.nice-select:after {
  border-width: 1px;
  border-color: #3d3d3d;
  height: 6px;
  width: 6px;
  margin-top: -5px; }

.basket__time .nice-select.open .list,
.nice-select.open .list {
  margin-top: 0;
  max-height: 160px;
  overflow-y: auto; }

.basket__time .nice-select .list {
  width: auto; }

.product__sku-select {
  height: 26px;
  line-height: 22px; }

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

.nice-select > .current {
  display: inline-block;
  max-width: 100%;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis; }

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

.category-navigation__item {
  font-size: 1.8rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 1px 0; }

.category-navigation__link {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: .4em 1.1em; }

.category-navigation__link:hover,
.category-navigation__item_active .category-navigation__link {
  color: #67090b;
  background-color: #fff; }

.category-navigation_mobile {
  background: transparent; }
.category-navigation_mobile .category-navigation__list {
  margin-left: 0; }
.category-navigation_mobile .category-navigation__item {
  margin: 0 1.2rem;
  color: #000;
  font-size: 1.9rem; }
.category-navigation_mobile .category-navigation__item:first-child {
  margin-left: 0; }
.category-navigation_mobile .category-navigation__item:last-child {
  margin-right: 0; }
.category-navigation_mobile .category-navigation__link {
  padding: .3rem 0;
  color: #67090b;
  background-color: transparent;
  border-bottom: 3px solid transparent; }
.category-navigation_mobile .category-navigation__item_active .category-navigation__link {
  color: #08b0ee;
  border-bottom-color: #08b0ee; }
.category-navigation_mobile .category-navigation__favourite-icon {
  margin: 0 -3px 0 0; }

.fixed-topbar .category-navigation_mobile {
  background: #f4eee6 url("/assets-images/background.jpg") center no-repeat;
  background-size: cover; }

.account-navigation {
  background-color: #67090b; }

.account-navigation__item {
  font-size: 1.8rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 1px 0; }

.account-navigation__link {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: .4em 1.1em; }

.account-navigation__link:hover,
.account-navigation__item_active .account-navigation__link {
  color: #67090b;
  background-color: #fff; }

@media screen and (max-width: 52.5em) and (min-width: 30em) {
  .page_index .category-navigation__wrapper, .index-microblog, .index-about {
    padding: 0 1.4rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }
/* Desktop navigation:
   * category pages (sidetouch only)
   -------------------------------------------------------------------------- */
.category-navigation_sidetouch {
  background-color: transparent; }

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

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

/* Desktop navigation:
   * checkout pages
   -------------------------------------------------------------------------- */
.checkout-navigation__list {
  font-size: 0;
  letter-spacing: 0; }

.checkout-navigation {
  background-color: #67090b; }

.checkout-navigation__item {
  font-size: 1.8rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 38px;
  height: 38px;
  margin: 1px 0;
  position: relative; }

.checkout-navigation__item-nb {
  z-index: 9;
  position: relative; }

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

.checkout-navigation__item-title {
  position: relative;
  z-index: 9; }

.checkout-navigation__item:before {
  content: '';
  display: block;
  position: absolute;
  width: 26.5px;
  height: 26.5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -14px;
  top: 50%;
  margin-top: -14.5px;
  background: #67090b;
  border-top: 1px solid #905253;
  border-right: 1px solid #905253;
  z-index: 5; }

.checkout-navigation__item_active:before {
  background: #fff; }

@media screen and (max-width: 50em) {
  .checkout-navigation__item {
    padding: 0 1em 0 1.5em; } }
@media screen and (max-width: 30em) {
  .checkout-navigation__item {
    padding: 0 0 0 1.7em; } }
/* Desktop: user and shop menus
   -------------------------------------------------------------------------- */
.dropdown-menu__header-link {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #000;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 0;
  margin: 5.1rem 1rem 1rem; }

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

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

.dropdown-menu__body {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #000;
  background-color: #eef8fc;
  border: 1px solid #d0eefa; }

.dropdown-menu__body-link {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif; }

.dropdown-menu_loyalty .dropdown-menu__header-link {
  text-decoration: underline; }

.dropdown-menu__item-link {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #1f1f1f;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
  z-index: 9;
  padding: .45rem 1rem .7rem; }

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

.dropdown-menu__body:after {
  border-top: 1px solid #d0eefa;
  border-left: 1px solid #d0eefa;
  background: #eef8fc;
  top: -5px;
  right: 17px;
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.dropdown-menu__header__points-value {
  font-weight: 700; }

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

.off-canvas_left {
  background: #eef8fc; }

.off-canvas_right {
  background: #f4eee6 url("/assets-images/background.jpg") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

/* Mobile: menu on the left (navigation)
   -------------------------------------------------------------------------- */
.burger-menu__line {
  border-top: 2px solid #9b1518;
  height: 6px; }

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

.mobile-menu__close-icon {
  color: #9b1518;
  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 {
  padding: 1.9rem 1rem 1.9rem 1.5rem;
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #000;
  background-color: #eef8fc;
  border-top: 1px solid rgba(62, 55, 52, 0.3); }

.mobile-menu__section_login {
  border-top: 1px solid rgba(62, 55, 52, 0.3); }

.mobile-menu__section {
  border-bottom: 1px solid rgba(62, 55, 52, 0.3); }

.mobile-menu__section-link {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #000;
  background-color: #eef8fc;
  padding: 2rem 1rem 2rem 1.5rem; }

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

.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 rgba(186, 186, 186, 0.2); }

.mobile-menu__item-link {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #000;
  background-color: #eef8fc;
  padding: 2rem 1rem 2rem 1.5rem; }

.mobile-menu__item_active .mobile-menu__item-link {
  color: #000;
  background-color: rgba(183, 221, 232, 0.3); }

.mobile-menu__icon {
  font-style: normal; }

/* Mobile: menu on the right (basket)
   -------------------------------------------------------------------------- */
.basket-menu__basket-icon {
  width: 25px;
  height: 27px;
  background: url("/assets-images/sprites.png") -6px -90px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle; }

.basket-menu__items {
  background-color: #00aeef;
  border: 0;
  width: 15px;
  height: 15px;
  top: 3px;
  right: -1px;
  line-height: 16px;
  color: #fff;
  font-size: 1.2rem; }

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

.shop-info__title {
  font-size: 1.8rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #2a211b;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3; }

.shop-info__feature-title {
  font-size: 1.8rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #2a211b;
  font-weight: 700;
  text-transform: uppercase; }

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

.shop-info__feature-content p + p {
  margin-top: 0; }

.shop-info__link {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #000;
  text-decoration: underline; }

.shop-info__link:hover {
  color: #67090b;
  text-decoration: underline; }

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

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

.shop-info__social-icons .social-icons__link {
  width: auto;
  height: auto;
  line-height: 1; }

.shop-info__social-icons .social-icons__icon {
  margin-left: 1.5rem; }

.index-map .shop-info__social-icons .social-icons__icon {
  margin-left: 0;
  margin-right: 1.5rem; }

.shop-info_desktop {
  padding: 3rem 2.5rem 1.5rem; }

.shop-info_desktop .shop-info__feature-content {
  padding-top: 4px; }

@media screen and (max-width: 52.5em) {
  .mobile-menu__submenu .shop-info__social-icons {
    clear: both;
    float: none;
    padding-top: 7px; }

  .mobile-menu__submenu .shop-info__social-icons .social-icons__icon:first-child {
    margin-left: 0; } }
/* ==========================================================================
   CATEGORY PAGE
   ========================================================================== */
/* Page header
   -------------------------------------------------------------------------- */
.category__title {
  font-size: 3rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #00aeef;
  font-weight: 700;
  text-transform: uppercase; }

.category_upselling .category__title {
  font-size: 2.4rem; }

.category__subcategory-title {
  font-size: 1.8rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #67090b;
  font-weight: 700;
  text-transform: uppercase; }

.category__description {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #212121; }

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

.category__subcategory + .category__subcategory {
  margin-top: 0; }

.category_upselling {
  margin-top: 3.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(174, 174, 174, 0.33); }

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

@media screen and (max-width: 52.5em) {
  .category_improved {
    margin-bottom: 3rem; }

  .category_improved .category__title,
  .category_improved .category__subcategory-title,
  .category_improved .category__description {
    text-align: left; } }
/* Product
   -------------------------------------------------------------------------- */
.product {
  margin-bottom: 2.5rem; }

.product__name {
  font-size: 1.8rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #08b0ef;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2; }

.product__name-wrapper {
  display: inline; }

.product__description {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #000; }

.product__price {
  font-size: 1.8rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  line-height: 1.2; }

.product__sku-label {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #000;
  line-height: 26px; }

.product__picture {
  width: auto;
  display: table;
  margin: 0 auto;
  max-height: 100%;
  zoom: 2; }

.product__picture-container {
  margin: 0 -1rem .7em; }

.product__wrapper {
  background: rgba(255, 255, 255, 0.4);
  padding: 0 1rem 1.5rem; }

.category_upselling .product__wrapper {
  background: url("/assets-images/wood-bg.jpg") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 0 1rem 1.5rem; }

.product__top {
  margin-bottom: 1rem; }

.category_product__pictos-wrap {
  margin-top: 1.75rem;
  border-top: 1px solid rgba(103, 9, 11, 0.13);
  padding-top: 15px; }

.product__wrapper .product__pictos span {
  margin: 0 2px; }

.product__pictos span {
  font-weight: 600;
  line-height: 1; }

.product__pictos {
  font-size: 1.5rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  padding: .5rem 0;
  text-align: justify; }

.product_pictos_block {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 1rem;
  padding-right: 2rem; }

.product_pictos_name {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: none;
  padding-left: 9px;
  font-weight: 400 !important; }

.eggs {
  color: #d68920; }

.gluten {
  color: #25408f; }

.dairy {
  color: #00aeef; }

.seafood {
  color: #d84046; }

.contain_nuts {
  color: #8a658f; }

.mustard {
  color: #a7030a; }

.hot {
  background-repeat: no-repeat;
  width: 58px;
  height: 20px;
  background: url("/assets-images/sprites.png") -6px -6px;
  display: inline-block;
  vertical-align: middle; }

.medium_spiced {
  background-repeat: no-repeat;
  width: 37px;
  height: 20px;
  background: url("/assets-images/sprites.png") -6px -34px;
  display: inline-block;
  vertical-align: middle; }

.slightly_spiced {
  background-repeat: no-repeat;
  width: 16px;
  height: 20px;
  background: url("/assets-images/sprites.png") -6px -62px;
  display: inline-block;
  vertical-align: middle; }

.product_improved .product__mobile-price {
  margin-top: 1rem; }
.product_improved .product__mobile-price-from,
.product_improved .product__mobile-price-value {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", Helvetica, sans-serif; }

/* product counter */
.product_with-counter::after {
  background-color: #9b1518; }

.product_improved .product__counter:not(:empty)::before {
  display: inline-block;
  margin-right: 0;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: sans-serif; }

.product_improved .product__counter {
  color: #9b1518;
  font-weight: 700;
  font-family: "Open Sans", Helvetica, sans-serif; }

/* Product zebra. Used in:
   * sidetouch categories page
   * touch & sidetouch favourites page
   -------------------------------------------------------------------------- */
.product_sidetouch {
  background-color: rgba(255, 255, 255, 0.4); }

.product_sidetouch:nth-child(2n+1) {
  background-color: rgba(255, 255, 255, 0.4); }

.product_favourites {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 2rem 1rem .5rem;
  margin-bottom: 1rem; }

.product_favourites:nth-child(2n+1) {
  background-color: rgba(255, 255, 255, 0.4); }

.product_favourites .product__wrapper {
  background: transparent; }

.product_favourites .product__sku-buttons {
  float: left;
  padding-top: .3rem; }

.product_favourites .sku-buttons__item {
  min-width: 80px; }

.product_favourites .sku-buttons__text {
  line-height: 22px;
  height: 22px; }

.product_favourites .product__buttons {
  margin: 1rem 0 0 0; }

.product_favourites .product__add {
  min-width: 120px; }

@media screen and (max-width: 33em) {
  .product_favourites .product__sku-buttons {
    float: none;
    padding-bottom: 1rem; } }
/* Add & customise buttons
   -------------------------------------------------------------------------- */
.product__add {
  color: #fff;
  background-color: #9b1518;
  border: none;
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .product__add:hover {
    color: #fff;
    background-color: #720a0d; }

.product__customise {
  color: #000;
  background-color: transparent;
  border: none;
  text-decoration: underline;
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: .8rem 0;
  width: auto;
  line-height: 1;
  height: auto; }
  .product__customise:hover {
    color: #9b1518;
    background-color: transparent; }

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

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

.product__favourite_add .product__favourite-icon:before, .product__favourite_remove .product__favourite-icon:before {
  position: relative;
  top: -2px; }

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

/* Deal wizard
   -------------------------------------------------------------------------- */
.deal-wizard__header {
  margin-bottom: 2.5rem; }

.deal-wizard__title {
  font-size: 3rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #00aeef;
  font-weight: 700;
  text-transform: uppercase; }

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

.deal-wizard-navigation__tab {
  background-color: #f7efe4;
  border-left: 1px solid #f5bd67;
  border-top: 1px solid #f5bd67;
  border-bottom: 1px solid #f5bd67;
  margin-bottom: .5rem; }

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

.deal-wizard-navigation__link {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #414141;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #f7efe4; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link {
  color: #fff;
  background-color: #f5bd67; }

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

.deal-wizard-navigation__wrapper {
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.deal-wizard-navigation__link {
  margin-right: 0; }

.deal-wizard-navigation__link:before, .deal-wizard-navigation__link:after, .deal-wizard-navigation__tab_active .deal-wizard-navigation__link:after {
  border: 0; }

.deal-wizard-navigation__title {
  overflow: visible; }

.deal-wizard-navigation__title:after {
  width: 24.5px;
  right: -13px;
  height: 24.5px;
  z-index: 1;
  top: 5px;
  border-top: 1px solid #f5bd67;
  border-right: 1px solid #f5bd67;
  background: #f7efe4;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.deal-wizard-navigation__tab:last-child .deal-wizard-navigation__title:after {
  top: -1px;
  bottom: -1px;
  border-bottom: 1px solid #f5bd67;
  height: auto;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0g);
  -ms-transform: rotate(0g);
  -o-transform: rotate(0g);
  transform: rotate(0g); }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__title:after {
  background: #f5bd67; }

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

/* Basket header
   -------------------------------------------------------------------------- */
.basket__header {
  border-bottom: 1px solid rgba(103, 9, 11, 0.17); }

.basket__title {
  font-size: 1.8rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #08b0ef;
  font-weight: 700;
  text-transform: uppercase; }

.basket__repeat {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #000;
  text-decoration: underline; }

.basket__repeat:hover {
  color: #67090b;
  text-decoration: underline; }

.basket__close {
  margin-right: -.8rem;
  color: #9b1518; }

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

@media screen and (max-width: 52.5em) {
  .basket__repeat {
    padding-top: .2em; } }
/* Basket tip
   --------------------------------------------------------------------------*/
.basket-tip {
  background: rgba(152, 222, 248, 0.7);
  overflow: hidden;
  padding: 1.5rem 1.2rem 1.3rem;
  margin-bottom: .4em; }

.basket-tip__title {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  float: left; }

.basket-tip__details {
  float: right;
  padding-right: 22px; }

.basket-tip__details > span {
  padding-left: 24px; }

.basket-tip__buttons a {
  font-size: 1.7rem;
  color: #9b1518;
  background: #fff;
  width: 36px;
  text-align: center;
  height: 20px;
  line-height: 20px;
  border: 1px solid #9b1518;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle; }

.basket-tip__buttons a:hover {
  border-color: #fff;
  color: #fff;
  background: #9b1518; }

@media screen and (max-width: 72em) and (min-width: 52.5em) {
  .basket-tip__details > span {
    padding-left: 11px; }

  .basket-tip__buttons a {
    width: 20px; } }
@media screen and (max-width: 23em) {
  .basket-tip__details > span {
    padding-left: 11px; }

  .basket-tip__buttons a {
    width: 20px; } }
/* Basket item
   -------------------------------------------------------------------------- */
.basket-item__title {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #000;
  font-weight: 400; }

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

.basket-item__option {
  font-size: 1.2rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #5f5f5f;
  font-weight: 400; }

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

.basket-item__delete:hover .basket-item__delete-icon {
  color: #720a0d; }

.basket__empty {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #000;
  font-weight: 400; }

.basket__error {
  color: #fff;
  background: #e8a131; }

/* Basket deal title
   -------------------------------------------------------------------------- */
.basket-deal__header {
  background-color: rgba(244, 172, 59, 0.74);
  padding: .29em 1.2rem; }

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

.basket-deal__link {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

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

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

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

/* Basket deal item
   -------------------------------------------------------------------------- */
.basket-deal__items {
  background-color: rgba(237, 216, 182, 0.25); }

.basket-deal__item-title {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #000;
  font-weight: 400; }

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

.basket-deal__item-option {
  font-size: 1.2rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #5f5f5f;
  font-weight: 400; }

.basket-deal__item-delete-icon {
  color: #c4b5a7;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .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: #720a0d; }

/* Delivery method switcher
   -------------------------------------------------------------------------- */
.basket__delivery_radio {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #9b1518;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0em;
  overflow: hidden; }

.basket__delivery-option {
  border: 1px solid #9b1518;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.basket__delivery-method {
  background-color: transparent;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: .6em 0; }

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

.basket__delivery-radio:checked + .basket__delivery-method {
  color: #fff;
  background-color: #9b1518; }

.basket__delivery-radio {
  display: none; }

/* Basket footer
   -------------------------------------------------------------------------- */
.basket__footer {
  color: #000;
  padding-bottom: 1rem; }

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

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

.basket__savings {
  color: #fff;
  background-color: rgba(237, 216, 182, 0.25); }

.basket__charge-title,
.basket__charge-amount {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #000;
  font-weight: 700; }

.basket__total-title,
.basket__total-amount {
  font-size: 1.8rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase; }

.basket__button-link {
  color: #fff;
  background-color: #9b1518;
  border: none;
  border-radius: 0px;
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .basket__button-link:hover {
    color: #fff;
    background-color: #720a0d; }

.basket__coupon {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #000;
  font-weight: 400; }

.basket__coupon-enable, .basket__coupon-enabled {
  padding: 6px 0 5px; }

.basket__coupon-link {
  position: relative;
  padding-right: 10px; }

.basket__coupon-link:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
  top: 50%;
  margin-top: -1px;
  border-top: 1px solid #000;
  border-right: 1px solid #000; }

.basket__coupon-link, .basket__coupon-validate {
  color: #000;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.basket__coupon-link:hover, .basket__coupon-validate:hover {
  color: #9b1518;
  text-decoration: underline; }

.basket__coupon-input {
  margin: 0 .5rem; }

.mobile-basket-button__icon {
  border-bottom-color: #fff; }

.mobile-basket-button__icon:after {
  border-left-color: #fff; }

.mobile-basket-button__link {
  color: #fff;
  background-color: #9b1518;
  border: none;
  border-radius: 0px;
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase; }
  .mobile-basket-button__link:hover {
    color: #fff;
    background-color: #720a0d; }

.mobile-basket-button .mobile-basket-button__link::after {
  border-right: 3px solid; }

/* ==========================================================================
   CUSTOMIZATION POPUP
   ========================================================================== */
.popup {
  border-radius: 0px;
  background: url("/assets-images/background.jpg") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

.popup__group {
  padding: 1.5em 0; }

.popup__description {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #000; }

.popup__close {
  background: #9b1518;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 26px;
  height: 26px;
  top: -11px;
  right: -14px; }

.popup__close:hover {
  background: #720a0d; }

.popup__close-icon {
  color: #fff;
  font-size: 14px;
  line-height: 26px; }
  .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: "Open Sans Condensed", Helvetica, sans-serif;
  color: #00aeef;
  font-weight: 700;
  text-transform: uppercase; }

.popup__price {
  color: #000; }

.popup_improved .popup__title-mobile-close {
  margin-top: .3rem;
  color: #9b1518; }

.popup_improved.popup_scrolled .popup__title {
  background: #f7edeb url("/assets-images/background.jpg") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

/* Popup group
   -------------------------------------------------------------------------- */
.popup-group__quantity-field {
  margin: 0 .5rem;
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: transparent;
  border: none; }

.popup-group__quantity-button {
  color: #9b1518;
  font-size: 1.6rem;
  border: 1px solid;
  border-radius: 100%; }

.popup-group__quantity-minus-icon {
  display: inline-block;
  margin-right: 0rem;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center; }
  .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 {
  display: inline-block;
  margin-right: 0rem;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center; }
  .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_improved .popup-group__label {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #00aeef;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 26px; }

.popup-group__single-choice,
.popup-group_improved .popup-group__single-choice {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", Helvetica, sans-serif; }

@media screen and (max-width: 52.5em) {
  .popup-group__quantity-button {
    font-size: 1rem; } }
/* Popup row
   -------------------------------------------------------------------------- */
.popup-row {
  padding-bottom: .4em; }

.popup-row__description {
  color: #000;
  margin-bottom: 0; }

.popup-row__title {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #00aeef;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(155, 21, 24, 0.17);
  padding-bottom: 4px; }

/* Popup enum
   -------------------------------------------------------------------------- */
.popup-enum__text {
  font-size: 1.4rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #9b1518;
  font-weight: 700;
  text-transform: uppercase;
  padding: .5rem 1.5rem;
  border: 1px solid #9b1518;
  background-color: transparent; }

.popup-enum__radio:checked + .popup-enum__text {
  color: #fff;
  background-color: #9b1518; }

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

.popup-enum__option {
  margin: 0 5px 5px 0; }

.popup-enum {
  padding: 16px 0 0; }

/* Popup set
   -------------------------------------------------------------------------- */
.popup-set {
  margin-top: 1.3em; }

.popup-set__group-title {
  font-size: 1.6rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #777;
  font-weight: 700; }

.popup-set__title {
  color: #000; }

.popup-set__text {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px; }

.popup-set__text:before {
  border-color: #9b1518;
  background-color: transparent;
  top: 50%;
  margin-top: -8px; }

.popup-set__text:after {
  background-color: #9b1518;
  top: 50%;
  margin-top: -5px; }

.popup-set__label {
  padding: 0;
  margin: 10px 5px 8px 21px; }

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

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

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

/* Popup deal line
   -------------------------------------------------------------------------- */
.popup-deal-line__label {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #000;
  font-weight: 700; }

.popup-deal-line__description {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #000; }

.popup-deal-line__single-option {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #000; }

/* Popup buttons
   -------------------------------------------------------------------------- */
.popup-buttons__button {
  color: #fff;
  background-color: #9b1518;
  border: none;
  padding: 0.6em 1.1em;
  border-radius: 0em;
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .popup-buttons__button:hover {
    color: #fff;
    background-color: #720a0d; }

.popup-buttons__link {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #000;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.popup-buttons__link:hover {
  color: #9b1518;
  text-decoration: underline; }

/* ==========================================================================
   CHECKOUT, ACCOUNT & ORDER PAGES
   ========================================================================== */
.page_login .content {
  margin-top: 0;
  padding-top: 6.3rem;
  position: relative; }

.page_login .content:after {
  background: #67090b;
  content: '';
  top: 0;
  height: 4.3rem;
  width: 100%;
  position: absolute; }

.checkout {
  background: rgba(255, 255, 255, 0.4);
  padding: 2rem 2rem 4rem; }

.page_orders .checkout {
  background: transparent;
  padding: 0 0 4rem; }

.checkout__header {
  margin-bottom: 1rem; }

.page_order_step4 .checkout__header {
  margin-bottom: 2rem; }

.page_login .checkout__header, .page_order_step2 .checkout__header {
  margin-bottom: 4rem; }

.checkout__section + .checkout__section {
  margin-top: 3.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(174, 174, 174, 0.33); }

.page_order_step2 .checkout__fieldset, .page_login .checkout__fieldset, .page_edit_account .checkout__fieldset {
  max-width: 530px;
  padding-right: 20%; }

.page_order_step4 .checkout__fieldset {
  max-width: none;
  padding: 0 60px; }

.checkout__title,
.credit-page__title {
  font-size: 2.4rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #00aeef;
  font-weight: 700;
  text-transform: uppercase; }

.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: "Open Sans", Helvetica, sans-serif;
  color: #000;
  font-weight: 400; }

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

.checkout-row__field-text_half {
  width: 100%; }

.checkout-row__field-textarea, .checkout-row__field-text, .basket__coupon-input {
  border: 1px solid rgba(194, 171, 140, 0.8);
  background: transparent;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: .3em .7em; }

.checkout-row {
  margin-bottom: 2rem; }

.checkout-row__label-text, .checkout-variant__text, .checkout-loyalty__use-text {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding-left: 25px;
  position: relative; }

.checkout-variant__text {
  margin-left: -25px; }

.checkout-row__label-text:before, .checkout-variant__text:before, .checkout-loyalty__use-text:before {
  border: 1px solid #9b1518;
  width: 14px;
  height: 14px;
  background-color: transparent;
  top: 50%;
  margin-top: -8px;
  content: '';
  position: absolute;
  left: 0; }

.checkout-row__label-text:after, .checkout-variant__text:after, .checkout-loyalty__use-text:after {
  background-color: transparent;
  top: 50%;
  margin-top: -5px;
  content: '';
  position: absolute;
  left: 3px;
  width: 10px;
  height: 10px; }

#emailing_authorization:checked + .checkout-row__label-text:after, #loyalty_opt_in_authorization:checked + .checkout-row__label-text:after, #sms_authorization:checked + .checkout-row__label-text:after, .checkout-variant__radio:checked + .checkout-variant__text:after, .checkout-loyalty__use-input_checkbox:checked + .checkout-loyalty__use-text:after {
  background: #9b1518; }

.checkout-variant__radio:checked ~ .checkout-variant__text {
  font-weight: 400; }

#emailing_authorization, #sms_authorization, #loyalty_opt_in_authorization, .checkout-variant__radio, .checkout-loyalty__use-input_checkbox, .delivery_method {
  display: none; }

.loyalty_opt_in_container {
  padding: 20px 0; }

input:-webkit-autofill, textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
  transition: background-color 5000s ease-in-out 0s; }

@media screen and (max-width: 62em) {
  .page_order_step4 .checkout__fieldset {
    padding: 0; } }
@media screen and (max-width: 40em) {
  .page_order_step2 .checkout__fieldset, .page_login .checkout__fieldset, .page_edit_account .checkout__fieldset {
    padding-right: 0; } }
/* Form buttons
   Contain a button on the right and a cancel link on the left.
   -------------------------------------------------------------------------- */
.form-buttons__button {
  color: #fff;
  background-color: #9b1518;
  border: none;
  padding: 0.45em 0.5em;
  border-radius: 0em;
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  min-width: 150px;
  text-align: center; }
  .form-buttons__button:hover {
    color: #fff;
    background-color: #720a0d; }

.form-buttons__link {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #212121;
  padding: 0;
  margin: .45em 0; }

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

/* Loyalty (step4)
   -------------------------------------------------------------------------- */
.checkout-loyalty__balance {
  font-size: 1.8rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #00aeef;
  font-weight: 700;
  text-transform: uppercase; }

.checkout-loyalty__balance__points {
  color: #000; }

.checkout-loyalty {
  padding: 4rem 0 4rem 25rem !important;
  min-height: 110px;
  border-top: 1px solid rgba(103, 9, 11, 0.17);
  position: relative; }

.checkout-loyalty:after {
  content: none; }

.checkout-loyalty_points-icon {
  font-size: 2rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 150px;
  background-position: 0 -279px !important;
  top: 4rem;
  left: 3rem;
  width: 150px;
  height: 150px;
  content: '';
  position: absolute;
  background: url(/assets-images/loyalty-logo.png) no-repeat; }

@media screen and (max-width: 35em) {
  .checkout-loyalty {
    padding: 20rem 0 4rem !important;
    min-height: 1px;
    text-align: center; }

  .checkout-loyalty_points-icon {
    top: 2rem;
    left: 50%;
    margin-left: -75px; } }
/* Checkout confirmation page (step5)
   -------------------------------------------------------------------------- */
.checkout-confirm__title {
  font-size: 1.8rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase; }

.checkout-confirm__content {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #000; }

.checkout-confirm__content a:hover {
  text-decoration: underline;
  color: #9b1518; }

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

/* Facebook login
   -------------------------------------------------------------------------- */
.checkout__facebook-login-button {
  border-radius: 0em;
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: .57em .5em; }

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

.checkout__facebook-login-separator {
  position: relative; }

.checkout__facebook-login-separator:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  height: 0;
  width: 46.5%;
  border-top: 1px solid rgba(69, 69, 69, 0.24); }

.checkout__facebook-login-separator:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  height: 0;
  width: 46.5%;
  border-top: 1px solid rgba(69, 69, 69, 0.24); }

.checkout__facebook-login-separator-text {
  font-size: 1.4rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #303030;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding: 0 .5em;
  line-height: 20px;
  text-transform: uppercase; }

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

/* Order page
   -------------------------------------------------------------------------- */
.order-table {
  margin-top: 1rem;
  overflow: auto; }

.order-table__header {
  min-width: 450px;
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #67090b; }

.order-row, .order-table__show-more {
  min-width: 450px; }

.order-row:nth-child(even) .order-row__header {
  color: #000;
  background-color: rgba(255, 255, 255, 0.6); }

.order-row__header {
  color: #000;
  font-size: 1.3rem;
  background-color: rgba(255, 255, 255, 0.3);
  border-top: 0px solid #fff; }

.order-row__header_active + .order-row__order {
  margin-top: 2px; }

.order-row__header:hover {
  color: #fff !important;
  background-color: #67090b !important;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

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

.order-row__header {
  margin-top: 2px; }

.order-table__print-button:hover {
  text-decoration: underline; }

.order {
  color: #000;
  font-size: 1.3rem;
  background-color: rgba(255, 255, 255, 0.3); }

.order-row:nth-child(even) .order {
  background-color: rgba(255, 255, 255, 0.6); }

.order__repeat {
  margin-left: -1rem; }

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

.order__add {
  padding-right: 0; }

.order__add-button, .order__repeat-button {
  color: #fff;
  background-color: #9b1518;
  border: none;
  border-radius: 0;
  text-align: center;
  line-height: 1.2;
  font-size: 1.4rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .order__add-button:hover, .order__repeat-button:hover {
    color: #fff;
    background-color: #720a0d; }

.order__repeat-empty-basket {
  font-size: 1.4rem;
  margin-top: .5rem; }

.order__repeat-empty-basket:hover {
  color: #67090b;
  text-decoration: underline; }

.order__repeat-button {
  min-width: 160px;
  padding: .7rem 1rem; }

.order__add-button {
  min-width: 80px;
  padding: .45rem 0;
  font-size: 1.3rem; }

.order__items-container {
  border-top: 0;
  overflow-x: visible; }

.order__items-table {
  color: #000;
  font-size: 1.3rem;
  border: none;
  min-width: 1px; }

.order__items-attribute {
  color: #5f5f5f;
  font-style: normal; }

.order__items-deal {
  color: #000; }

.order__items-deal > tr {
  background-color: #f7f0e5; }

.order__items-separator {
  background-color: transparent !important;
  height: 1rem; }

.order__items-deal-title {
  font-size: 1.4rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #f6be67 !important; }

.order__items-footer {
  border-top-color: rgba(162, 162, 162, 0.21);
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase; }

.order__items-total-price {
  padding: 1rem; }

.order__total {
  border-top-color: rgba(162, 162, 162, 0.21);
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase; }

.order__info-item:not(:first-child) {
  margin-top: 0; }

.order__items-column, .order__items-deal-header-column {
  padding: .5rem 1rem; }

.order__add {
  padding-right: 0; }

.order-row__header-item_full-width a:hover {
  text-decoration: underline; }

@media screen and (max-width: 30em) {
  .order__repeat-label {
    clear: none;
    margin: .5rem 0 0 2rem; } }
/* 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: #9b1518;
  border: none;
  border-radius: 0;
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .credit-page__form__button:hover {
    color: #fff;
    background-color: #720a0d; }

.credit-table__header {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  background-color: #67090b; }

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

.credit-table__row:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.6); }

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

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

/* ==========================================================================
   MESSAGES
   ========================================================================== */
.message__content {
  padding: 1.3em 1em; }

/* Transient information message displayed at the top
   Eg. when a product has just been added
   -------------------------------------------------------------------------- */
.message_info {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #2b2b2b;
  background-color: #cfe9f0;
  opacity: 0.9; }

.message_info a,
.message_info a:hover {
  color: #2b2b2b; }

/* 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: "Open Sans", Helvetica, sans-serif;
  color: #fff;
  background-color: #e8a131;
  opacity: 1; }

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

/* ==========================================================================
   HOMEPAGE
   ========================================================================== */
.content_index {
  margin-top: 0;
  margin-bottom: 0; }

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

/* Homepage: slideshow at the top
   -------------------------------------------------------------------------- */
.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; }

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

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

.category-navigation__order-button {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: #9b1518;
  border: none;
  padding: 0 2em;
  border-radius: 0em;
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  width: 100%; }
  .category-navigation__order-button:hover {
    color: #fff;
    background-color: #720a0d; }

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

.index-slideshow-links__link {
  display: inline-block;
  min-width: 200px;
  margin: .5em .3em;
  box-sizing: border-box;
  color: #fff;
  background-color: #9b1518;
  border: none;
  padding: 0.45em 0.5em;
  border-radius: 0em;
  font-size: 1.5rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .index-slideshow-links__link:hover {
    color: #fff;
    background-color: #720a0d; }

.index-slideshow-links__link:hover {
  color: #000;
  background-color: #fff; }

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

  .index-slideshow-links {
    position: static;
    margin-top: 1em; } }
/* Homepage: shop picker above the slideshow
   -------------------------------------------------------------------------- */
.index-locator__container {
  padding-right: 0;
  margin-bottom: 11rem;
  min-height: 242px; }

.index-locator__wrapper {
  padding-bottom: 0; }

.index-locator {
  color: #000;
  background: url("/assets-images/locator-background.png") center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  max-width: 720px;
  width: 100%;
  bottom: -8rem;
  left: 50%;
  right: auto;
  margin-left: -360px;
  min-height: 1px;
  top: auto;
  overflow: auto;
  padding: 4.5rem 1rem; }

.index-locator:after {
  content: '';
  position: absolute;
  left: 4%;
  height: 153px;
  top: 50%;
  margin-top: -72px;
  width: 124px;
  background: url("/assets-images/order-image.png") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

.index-locator__title {
  display: none;
  font-size: 1.8rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #00aeef;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  background-color: transparent; }

.index-locator__methods {
  margin: 0 auto 1.5rem;
  border: 1px solid #9b1518; }

.index-locator__method input {
  display: none; }

.index-locator__method {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #9b1518;
  font-weight: 700;
  text-transform: uppercase; }

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

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

.index-locator__postcode-input {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  border: 1px solid #d1d1d1;
  margin-bottom: 1.5rem;
  padding: 0 1.5em; }

.index-locator__postcode-input::placeholder, .index-locator__postcode-input:-moz-placeholder, .index-locator__postcode-input:-ms-input-placeholder {
  color: #9f9f9f; }

.index-locator__postcode-button {
  color: #fff;
  background-color: #9b1518;
  border: none;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .index-locator__postcode-button:hover {
    color: #fff;
    background-color: #720a0d; }

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

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

.index-locator__postcode-selected {
  font-size: 1.5rem;
  font-family: "Open Sans", 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: none; }

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

.index-locator-restaurant__phone {
  font-size: 1.6rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #67090b;
  font-weight: 600;
  line-height: 1;
  margin-bottom: .1rem; }

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

.index-locator-restaurant__map {
  margin-bottom: .6rem; }

.index-locator-restaurant__map a:hover {
  text-decoration: underline;
  color: #67090b; }

.index-locator-restaurant__address {
  margin-bottom: 0; }

.index-locator-restaurant__button {
  color: #fff;
  background-color: #9b1518;
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .index-locator-restaurant__button:hover {
    color: #fff;
    background-color: #720a0d; }

@media screen and (max-width: 52.5em) {
  .index-locator__container {
    margin-bottom: 3rem; }

  .index-locator {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto; }

  .index-locator:after {
    content: none; } }
/* Homepage: connected customer
   -------------------------------------------------------------------------- */
.index-connected-customer {
  margin: 3rem 0; }

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

.index-connected-customer__item {
  padding: 2rem 2rem .7rem;
  text-align: center;
  color: #000;
  background-color: rgba(255, 255, 255, 0.4); }

.index-connected-customer__title {
  margin-bottom: .2em;
  font-size: 1.8rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #08b0ef;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1; }

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

.index-connected-customer__button {
  display: inline-block;
  color: #fff;
  background-color: #9b1518;
  border: none;
  padding: 1.2rem 2rem;
  border-radius: 0;
  font-size: 1.4rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 160px;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .index-connected-customer__button:hover {
    color: #fff;
    background-color: #720a0d; }

.index-connected-customer__item:first-of-type {
  color: #000;
  text-align: left;
  background: urL("/assets-images/popup.jpg") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

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

.index-connected-customer__item:first-of-type .index-connected-customer__button {
  min-width: 48%;
  text-align: center;
  padding: 1.2rem .5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.index-connected-customer__item:first-of-type .index-connected-customer__button_other {
  border: 1px solid #9b1518;
  background-color: #fff;
  color: #9b1518; }

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

.index-connected-customer__item:first-of-type .index-connected-customer__buttons {
  text-align: justify; }

.index-connected-customer__item:first-of-type .index-connected-customer__buttons:after {
  content: '';
  display: inline-block;
  width: 100%; }

.index-connected-customer__item:last-of-type .index-connected-customer__title:after {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  color: #c33d40;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: .2em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

@media screen and (max-width: 52.5em) {
  .index-connected-customer__item + .index-connected-customer__item {
    margin-top: 2rem; }

  .index-connected-customer__item {
    padding: 2rem 4rem; } }
/* Homepage: microblog - a series of short blocks (image + text)
   -------------------------------------------------------------------------- */
.index-microblog {
  margin-bottom: 3rem;
  margin-top: 3rem; }

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

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

.index-microblog__post {
  color: #000;
  background-color: rgba(255, 255, 255, 0.4);
  position: relative; }

.index-microblog__title {
  font-size: 1.8rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #00aeef;
  font-weight: 700;
  text-transform: uppercase;
  margin: 1.5rem 0 1rem;
  line-height: 1.2; }

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

.index-microblog__content p {
  line-height: 1.75;
  margin-bottom: 0; }

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

.index-microblog__image {
  width: 100%; }

.index-microblog__spacer {
  height: 4rem; }

.index-microblog__footer {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  left: 2rem;
  text-align: right; }

.index-microblog__link {
  display: inline-block;
  color: #fff;
  background-color: #9b1518;
  border: none;
  padding: 0.4rem 1.35rem;
  border-radius: 0em;
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .index-microblog__link:hover {
    color: #fff;
    background-color: #720a0d; }

@media screen and (max-width: 52.5em) {
  .index-microblog, .index-microblog__post + .index-microblog__post {
    margin-top: 3rem; } }
/* Homepage: About us
   -------------------------------------------------------------------------- */
.index-about {
  margin-bottom: 3rem;
  color: #000; }

.index-about__wrapper {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.75;
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
  padding: 4rem 7% 5.4rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  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: 2.4rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #00aeef;
  font-weight: 700;
  text-transform: uppercase; }

@media screen and (max-width: 40em) {
  .index-about__title {
    font-size: 2.5rem; } }
/* Homepage: newsletter signup form
   -------------------------------------------------------------------------- */
.index-newsletter {
  margin-bottom: 2.5rem;
  padding: 2.5rem 1rem;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.4); }

.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__form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px; }

.index-newsletter__title {
  font-size: 2.4rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #00aeef;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: -300px;
  line-height: 40px; }

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

.index-newsletter__field {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1.4rem;
  border: 1px solid #c2ab8c;
  height: 40px;
  line-height: 40px;
  padding: 0 1.4em; }

.index-newsletter__field::placeholder, .index-newsletter__field:-ms-input-placeholder, .index-newsletter__field:-moz-placeholder {
  color: #9f9f9f; }

.index-newsletter__button {
  color: #fff;
  background-color: #9b1518;
  border: none;
  padding: 0;
  border-radius: 0em;
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  margin-right: -200px;
  width: 190px;
  height: 40px;
  line-height: 40px; }
  .index-newsletter__button:hover {
    color: #fff;
    background-color: #720a0d; }

.index-newsletter__field-wrapper {
  padding: 0 1rem; }

@media screen and (max-width: 62.5em) {
  .index-newsletter__form {
    padding: 0; } }
@media screen and (max-width: 52.5em) {
  .index-newsletter {
    margin-bottom: 0; }

  .index-newsletter__field-wrapper {
    padding: 0 .5%; } }
/* Homepage: map showing the position of the restaurant
   -------------------------------------------------------------------------- */
.index-map {
  margin-top: 3rem;
  margin-bottom: 3rem; }
  .index-map__image {
    display: block;
    max-width: 100%;
    margin: 0 auto; }

/* Homepage: list of restaurants (franchises only)
   -------------------------------------------------------------------------- */
.index-shop-list {
  margin: 4rem 0 0;
  background-color: #f8f5f1; }
  .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: 4rem;
    text-align: center;
    padding-top: 3.7rem; }
  .index-shop-list__title {
    font-size: 2.4rem;
    font-family: "Open Sans Condensed", Helvetica, sans-serif;
    color: #00aeef;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px; }
  .index-shop-list__shop {
    font-size: 1.4rem;
    line-height: 24px;
    text-align: center;
    color: #000;
    width: 33.33%;
    padding-bottom: 7.5rem; }
    @media screen and (max-width: 52.5em) {
      .index-shop-list__shop {
        width: 100%;
        display: block;
        padding-bottom: 5.5rem;
        float: none; } }
    .index-shop-list__shop-title {
      margin-bottom: 2rem;
      font-size: 1.8rem;
      font-family: "Open Sans Condensed", Helvetica, sans-serif;
      color: #00aeef;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 18px; }
    .index-shop-list__shop-phone {
      line-height: 40px;
      color: #67090b; }

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

/* ==========================================================================
   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
   -------------------------------------------------------------------------- */
.product__sku-buttons {
  margin: 0; }

.sku-buttons__list {
  border: 1px solid #f1b65a;
  border-left: 0; }

.sku-buttons {
  border-radius: 0em; }

.sku-buttons__text {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 1.2rem;
  color: #da9325;
  background-color: transparent;
  border-left: 1px solid #f1b65a; }

.sku-buttons__text:hover {
  background: #da9120;
  color: #fff; }

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

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

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

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

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

/* --------------------------------------------------------------------------
   GROUPED SKUS
   (optional feature)
   --------------------------------------------------------------------------
   Group size selection at the top of the page (instead of for every product).
   To activate, create a 'size_group' tag and set it on one or several main (topmost) categories.
   -------------------------------------------------------------------------- */
.grouped-skus__title {
  font-size: 1.6rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #212121;
  font-weight: 700; }

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

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

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

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

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

/* --------------------------------------------------------------------------
   CYO
   (optional page)
   --------------------------------------------------------------------------
   Makes a product editable in its own page instead of a popup.
   To activate, create a 'cyo' tag in theme.xml and set this tag on the product.
   -------------------------------------------------------------------------- */
.cyo__add-button {
  color: #fff;
  background-color: #9b1518;
  border: none;
  padding: 0.6em 1.1em;
  border-radius: 0em;
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase; }
  .cyo__add-button:hover {
    color: #fff;
    background-color: #720a0d; }

.cyo__fieldset-title {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #00aeef;
  font-weight: 700;
  text-transform: uppercase; }

.cyo__fieldset-description {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #000; }

.cyo-enum__text {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #000;
  color: #9b1518;
  background-color: transparent; }

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

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

.cyo-set__label input[type=checkbox]:checked + .cyo-set__text:after {
  display: block;
  background-color: #9b1518; }

.cyo-set__group-title {
  font-size: 1.6rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #777;
  font-weight: 700; }

.cyo-set__text {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #000; }

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

.cyo-set__text:after {
  color: #fff;
  background-color: #9b1518; }

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

.cyo-icon-enum__text_small:before {
  background-position: 10px 0; }

.cyo-icon-enum__text_medium:before {
  background-position: -73px 0; }

.cyo-icon-enum__text_large:before {
  background-position: -167px 0; }

/* --------------------------------------------------------------------------
   LOCATOR
   (optional page)
   --------------------------------------------------------------------------
   Page which lets the user pick a restaurant based on his address.
   Functionality is similar to index shop picker, but on its own page.
   -------------------------------------------------------------------------- */
.page_locator .header__logo {
  display: none; }
  @media screen and (max-width: 52.5em) {
    .page_locator .header__logo {
      display: block; } }

.locator {
  width: 786px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.4); }
  .locator__wrapper {
    padding: 3rem 0;
    text-align: center; }
  .locator_logo {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 3rem; }
    @media screen and (max-width: 52.5em) {
      .locator_logo {
        display: none; } }
  .locator_image {
    display: block; }
  .locator__title {
    font-size: 3rem;
    font-family: "Open Sans Condensed", Helvetica, sans-serif;
    color: #00aeef;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2.4rem;
    margin-bottom: 2.7rem; }
  .locator__methods {
    border: 1px solid #9b1518; }
  .locator__method {
    font-size: 1.4rem;
    font-family: "Open Sans Condensed", Helvetica, sans-serif;
    color: #9b1518;
    font-weight: 700;
    text-transform: uppercase; }
    .locator__method-name {
      background-color: #fff;
      height: 38px;
      line-height: 38px; }
    .locator__method input[type=radio]:checked + span {
      color: #fff;
      background-color: #9b1518;
      font-size: 1.6rem; }
  .locator__postcode-input {
    font-size: 1.4rem;
    font-family: "Open Sans", Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    border: 1px solid #d1d1d1;
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-right: none;
    padding-left: 1.7rem; }
    .locator__postcode-input-wrapper {
      padding-right: 60px; }
    .locator__postcode-input::-webkit-input-placeholder, .locator__postcode-input::-moz-placeholder, .locator__postcode-input:-ms-input-placeholder {
      color: #9f9f9f; }
  .locator__postcode-input[data-locator-error] {
    background-color: transparent; }
  .locator__postcode-button {
    color: #fff;
    background-color: #9b1518;
    border: none;
    padding: 0;
    border-radius: 0;
    font-size: 1.6rem;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    float: left;
    margin-right: -60px;
    width: 60px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease;
    box-sizing: border-box;
    border: solid 1px #9b1518; }
    .locator__postcode-button:hover {
      color: #9b1518;
      background-color: #fff; }
  .locator__postcode-warning {
    color: #000;
    font-size: 1.4rem;
    line-height: 20px;
    margin-top: 2rem;
    text-align: left; }
  .locator__search-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  .locator__selected {
    font-size: 1.4rem;
    font-family: "Open Sans", Helvetica, sans-serif;
    color: #262323;
    font-weight: 700;
    margin-bottom: 2rem; }
    .locator__selected-value {
      color: #262323;
      font-weight: 700;
      text-transform: uppercase; }
    .locator__selected-link {
      text-decoration: underline;
      text-transform: uppercase; }
  .locator__restaurants {
    margin-left: 0;
    margin-right: 0; }
  .locator-restaurant {
    background-color: #transparent;
    border-top: solid 1px #efebe7;
    padding: 2.6rem 5.6rem;
    text-align: left; }
    .locator-restaurant + .locator-restaurant {
      margin-top: 0; }
    .locator-restaurant__name {
      padding-top: 0;
      padding-bottom: 0;
      color: #00aeef; }
    .locator-restaurant__name, .locator-restaurant__content-name {
      font-size: 2.4rem;
      font-family: "Open Sans Condensed", Helvetica, sans-serif;
      color: #00aeef;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 30px; }
    .locator-restaurant__button {
      color: #fff;
      background-color: #9b1518;
      border: none;
      padding: 0.5rem 2rem;
      border-radius: 0em;
      font-size: 1.6rem;
      font-family: "Open Sans Condensed", Helvetica, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 20px;
      min-width: 12rem;
      box-sizing: border-box;
      -webkit-transition: background-color .2s ease, color .2s ease;
      transition: background-color .2s ease, color .2s ease;
      text-align: center; }
      .locator-restaurant__button:hover {
        color: #fff;
        background-color: #720a0d; }
    .locator-restaurant__toggle {
      font-size: 1.4rem;
      font-family: "Open Sans", Helvetica, sans-serif;
      line-height: 20px; }
    .locator-restaurant__opening-times {
      background-color: rgba(0, 174, 239, 0.05); }
    .locator-restaurant__address, .locator-restaurant__phone {
      font-size: 1.4rem;
      line-height: 20px; }

[data-locator-selected-method=delivery] .locator__restaurants {
  padding: 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: "Open Sans", Helvetica, sans-serif;
  color: #fff; }

.password-checker__text {
  font-size: 1.2rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #212121;
  letter-spacing: -0.2px; }

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

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

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

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

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

.password-checker__input-message {
  font-size: 1.2rem;
  font-family: "Open Sans", 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-dropdown {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #0a0a0a;
  font-weight: 400;
  padding-right: 12rem; }

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

.loyalty-dropdown__title {
  font-size: 1.8rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #00aeef;
  font-weight: 700;
  text-transform: uppercase; }

.loyalty-dropdown__rules p {
  line-height: 1.45; }

.loyalty-dropdown__more-link {
  color: #0a0a0a;
  text-decoration: underline;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.loyalty-dropdown__more-link:hover {
  text-decoration: underline;
  color: #67090b; }

.loyalty-dropdown-number {
  text-indent: -999999px;
  color: transparent;
  font-size: 0;
  position: absolute;
  right: 15px;
  top: 50px; }

.loyalty-dropdown-number .dropdown-menu__header__points-value {
  font-size: 1.2rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  display: block;
  text-indent: 0; }

.loyalty-dropdown-number .dropdown-menu__header__points-value:after {
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  content: '';
  background-position: 0px -179px !important;
  width: 89px;
  height: 90px;
  right: 0;
  background: url(/assets-images/loyalty-logo.png) no-repeat; }

.loyalty-page__banner__content {
  font-size: 1.6rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #fff;
  font-weight: 400; }

.loyalty-page__banner__title {
  font-size: 3rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #08b0ef;
  font-weight: 700;
  text-transform: uppercase; }

.loyalty-page__banner__p {
  color: #fff;
  margin-bottom: 0; }

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

.loyalty-page__banner__note {
  color: #fff;
  font-size: 1.2rem;
  max-width: 250px;
  line-height: 1.2;
  margin-top: 1.5rem; }

.loyalty-page__howto {
  background-color: rgba(255, 255, 255, 0.4);
  padding-bottom: 3rem; }

.loyalty-page__howto:before {
  right: 0;
  top: 50%;
  margin-top: -85px;
  background-position: 0 0;
  width: 131px;
  height: 170px;
  background-size: auto;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0); }

.reward-stamp-drobdown-menu {
  background-position: 0px -180px;
  width: 89px;
  height: 89px; }

.reward-stamp-step-4 {
  background-position: 0px -279px;
  width: 150px;
  height: 150px; }

.loyalty-page__howto__wrapper {
  color: #010101;
  font-weight: 400;
  line-height: 1.45; }

.loyalty-page__howto__title {
  font-size: 1.8rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #08b0ee;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.2rem; }

.loyalty-table__row_show-more-link:hover {
  text-decoration: underline; }

.loyalty-page__howto p + p {
  margin-top: 1.5rem; }

.loyalty-page__howto ul li {
  position: relative;
  padding-left: 1.8rem;
  margin-left: 0;
  list-style: none; }

.loyalty-page__howto ul li:after {
  content: '';
  position: absolute;
  width: 6px;
  left: 0;
  top: 7px;
  height: 6px;
  background: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }

.loyalty-table__header {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #67090b; }

.loyalty-table__row {
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.loyalty-table__row:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.6); }

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

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

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

@media screen and (max-width: 30em) {
  .loyalty-page__howto:before {
    content: none; } }
/* --------------------------------------------------------------------------
    Basket upselling
   -------------------------------------------------------------------------- */
.basket-upselling {
  position: relative;
  margin: 2rem 0; }

.basket-upselling__header {
  position: absolute;
  left: 2rem;
  right: 2rem;
  top: 2rem;
  max-width: 190px; }

.basket-upselling__footer {
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  max-width: 190px; }

.basket-upselling__image-wrapper img {
  width: 100%;
  min-height: 170px; }

.basket-upselling__description {
  font-size: 2.2rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #2a211b;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  text-shadow: 0px 0px 12px #fff; }

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

.basket-upselling__button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: block;
  border: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-align: center;
  width: 100%;
  padding: .4rem 0;
  cursor: pointer;
  clear: both;
  background: #9b1518;
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase; }

.basket-upselling__button:hover {
  background: #720a0d; }

.basket-upselling__select {
  width: 100%;
  max-width: 100%;
  border-color: #bcbcbc;
  background-color: #fff;
  margin-bottom: .5rem; }

.basket-upselling__select .list {
  min-width: 100%;
  width: auto; }

.basket-upselling__select .list .option {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* --------------------------------------------------------------------------
    Static page
   -------------------------------------------------------------------------- */
.page_static .content_static {
  position: relative;
  margin-top: 0;
  padding-top: 6.3rem;
  margin-bottom: 4rem; }

.page_static .content_static:after {
  position: absolute;
  content: '';
  top: 0;
  height: 43px;
  background: #67090b;
  width: 100%; }

.page_static .content__main {
  float: none;
  max-width: 755px;
  margin: 0 auto;
  width: 100%; }

.static-page h1, .static-page h2, .static-page h3, .static-page h4, .static-page h5, .static-page h6 {
  margin: 0; }

.static-page h1, .static-page h2 {
  font-size: 1.8rem; }

.static-page {
  background: rgba(255, 255, 255, 0.4);
  padding: 2rem 4.5rem; }

h2, .static-page h3 {
  font-size: 1.8rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #00aeef;
  font-weight: 700;
  text-transform: uppercase; }

.static-page h3 {
  color: #67090b; }

h2.static-page__title {
  font-size: 2.4rem;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  color: #00aeef;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.5rem; }

.static-page p {
  line-height: 1.75; }

.static-page h4 {
  font-size: 1.4rem;
  font-weight: 700; }

@media screen and (max-width: 40em) {
  .static-page {
    padding: 2rem 1rem 1rem; } }
@media screen and (max-width: 52.5em) {
  .header__burger-menu {
    margin-top: 1.9rem; }

  .header__burger-menu .burger-menu__button {
    padding: 10px 10px 4px 0; }

  .header__burger-menu .burger-menu__link {
    display: block; }

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