@charset "UTF-8";
/* ==========================================================================
   GENERAL
   ========================================================================== */
/* Imports
   -------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@font-face {
  font-family: 'fontello';
  src: url("/assets-fonts/fontello.woff2") format("woff2"), url("/assets-fonts/fontello.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* Fonts
   -------------------------------------------------------------------------- */
@font-face {
  font-family: 'Gloss_And_Bloom';
  src: url("/assets-fonts/GlossAndBloom.woff2") format("woff2"), url("/assets-fonts/GlossAndBloom.woff") format("woff"); }
@font-face {
  font-family: 'Calibri';
  src: url("/assets-fonts/Calibri.woff2") format("woff2"), url("/assets-fonts/Calibri.woff") format("woff"); }
/* Base font
   -------------------------------------------------------------------------- */
body {
  font-size: 1.4rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #212121; }

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

/* Page header
   -------------------------------------------------------------------------- */
.header {
  padding: 1.8rem 1rem;
  background: #000 url("/assets-images/header-lines.png") no-repeat 0 0; }

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

@media screen and (max-width: 52.5em) {
  .header {
    padding: 0.8rem 0;
    border-bottom: 1px solid #000; }

  .header__logo-image {
    max-width: 85px; } }
/* Page content
   -------------------------------------------------------------------------- */
.page__content {
  background: #000 url("/assets-images/bg.jpg") repeat-y 0 0/100% auto; }

.content {
  margin: 0;
  padding: 2.4rem 0; }

/* Page footer
   -------------------------------------------------------------------------- */
.footer {
  font-size: 14px;
  color: #fff;
  background-color: #000; }

.footer__wrapper {
  padding: 2.3rem 0; }

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

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

.footer__link {
  margin-right: 1.5rem;
  color: #fff; }

.footer__link:last-child {
  margin-right: 0; }

.footer__link:hover {
  color: #bf2227; }

.footer .social-icons__link {
  margin: 0;
  padding: .4rem .7em;
  font-size: 18px;
  color: #fff; }

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

/* 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__link:hover {
  color: #bf2227 !important; }

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

.footer__nav .social-icons__link i:before {
  font-size: 1em; }

@media screen and (max-width: 52.5em) {
  .footer__nav .social-icons__link {
    margin: 0 .2em; } }
/* Scroll up button
   -------------------------------------------------------------------------- */
.scroll-up {
  bottom: 8.4rem;
  padding: 0.8rem 0.6rem;
  font-size: 24px;
  color: #fff;
  background-color: #bf2227;
  border-radius: 0em; }

.scroll-up_show {
  right: 5%; }

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

/* NiceSelect (used as a <select> replacement)
   -------------------------------------------------------------------------- */
.nice-select {
  font-size: 1.4rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  border: 1px solid #bf2227;
  border-radius: 0em;
  background-color: transparent; }

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

.nice-select:hover,
.nice-select:focus {
  background-color: #3f3f3f;
  border-color: #bf2227; }

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

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

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

.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #bf2227; }

.nice-select > .current {
  color: #fff;
  text-transform: uppercase; }

.nice-select .list {
  font-family: "Open Sans", Arial, sans-serif;
  background-color: #3f3f3f; }

/* ==========================================================================
   NAVIGATION
   ========================================================================== */
/* Desktop navigation:
   * account pages
   * category pages (touch only)
   -------------------------------------------------------------------------- */
.category-navigation {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.5); }

.category-navigation__item {
  font-size: 1.9rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase; }

.category-navigation__link {
  padding: 0.9rem 1.5rem; }

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

.account-navigation {
  background-color: rgba(0, 0, 0, 0.5); }

.account-navigation__item {
  font-size: 1.9rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase; }

.account-navigation__link:hover,
.account-navigation__item_active .account-navigation__link {
  color: #bf2227;
  background-color: transparent; }

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

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

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

/* Desktop navigation:
   * checkout pages
   -------------------------------------------------------------------------- */
.checkout-navigation {
  background-color: rgba(0, 0, 0, 0.5); }

.checkout-navigation__item {
  font-size: 1.8rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  height: 36px;
  line-height: 36px; }

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

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

/* Desktop: user and shop menus
   -------------------------------------------------------------------------- */
.dropdown-menu {
  margin-top: 23px; }

.dropdown-menu__header-link {
  font-size: 1.4rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase; }

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

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

.dropdown-menu__body {
  font-size: 1.4rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #3f3f3f;
  border: 1px solid #000; }

.dropdown-menu_shop .dropdown-menu__body {
  width: 440px; }

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

.dropdown-menu__item-link {
  padding: .7rem 1rem;
  text-transform: uppercase; }

.dropdown-menu__item-link:hover,
.dropdown-menu__item-link:focus {
  background-color: #bf2227;
  text-decoration: none; }

/* Mobile: off-canvas
   -------------------------------------------------------------------------- */
.off-canvas_open {
  background: #000 url("/assets-images/bg.jpg") repeat-y 0 0/auto; }

/* Mobile: menu on the left (navigation)
   -------------------------------------------------------------------------- */
.burger-menu__button {
  padding: 6px 10px 5px 0; }

.burger-menu__line {
  height: 4px;
  margin: 4px 0;
  border-radius: 4px;
  border: none;
  background-color: #fff; }

.mobile-menu__header {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000; }

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

.mobile-menu__section_user {
  font-size: 1.8rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.5); }

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

.mobile-menu__section-link {
  font-size: 1.8rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent; }

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

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

.mobile-menu__item-link {
  font-size: 1.8rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent; }

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

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

.basket-menu__items {
  top: -0.5rem;
  height: 22px;
  line-height: 22px;
  font-size: 1.4rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  background-color: #e21a20;
  border: none; }

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

.shop-info_mobile {
  background-color: transparent; }

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

.shop-info__title {
  font-size: 1.8rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #bf2227;
  font-weight: 700;
  line-height: 1.2; }

.shop-info__feature-title {
  font-size: 1.6rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #dc262c;
  font-weight: 700; }

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

.shop-info__link {
  color: #fff; }

.shop-info__google-maps iframe {
  height: 245px; }

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

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

.shop-info .social-icons__link i:before {
  line-height: 22px;
  font-size: 1.8rem; }

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

.shop-info .social-icons__icon:not(:last-child) {
  margin-right: 25px; }

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

.category__title {
  margin-bottom: 1.3rem;
  font-size: 2.4rem;
  font-family: "Gloss_And_Bloom", Arial, sans-serif;
  color: #bf2227;
  text-align: center; }

.category__subcategory-title {
  font-size: 2rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700; }

.category__description {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff; }

/* Product Filter
   -------------------------------------------------------------------------- */
.product-filter {
  margin-bottom: 2rem; }

.product-filter__wrapper {
  padding: 1.5rem 1.8rem;
  background-color: rgba(0, 0, 0, 0.5); }

.product-filter__wrapper:after {
  content: '';
  display: table;
  clear: both; }

.product-filter__title {
  float: left;
  width: 90px;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase; }

.product-filter__label {
  display: block;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  cursor: pointer; }

.product-filter__name {
  display: block;
  padding: 0.2rem 0px; }

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

.product-filter__list {
  float: right;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: calc(100% - 95px);
  justify-content: flex-start;
  border: 1px solid #bf2227; }

.product-filter__item {
  flex-grow: 1;
  flex-basis: 0; }

.product-filter__item:not(:last-child) {
  border-right: 1px solid #bf2227; }

.product-filter__summary {
  display: none;
  margin: 0.4rem 0;
  padding-bottom: 0.4rem;
  color: #fff;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  font-size: 1.4rem; }

.product-filter__title-product {
  display: none !important;
  margin-left: 1.5rem;
  text-transform: capitalize;
  font-weight: 400; }

.product-filter__summary-content {
  padding: .5rem 0; }

.product-filter__input {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  display: none; }

.product-filter__selected {
  display: none;
  font-size: 1.3rem;
  text-decoration: none;
  line-height: 21px;
  text-transform: uppercase;
  color: #fff; }

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

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

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

.product-filter__selected-icon:before {
  -webkit-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out; }

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

@media (min-width: 841px) and (max-width: 999px) {
  .product-filter__wrapper {
    padding: 0 1.5rem 2rem; }

  .product-filter__title {
    margin: 10px 0;
    width: 100%;
    text-align: center; }

  .product-filter__name {
    font-size: 1.2rem; }

  .product-filter__list {
    width: 100%; } }
@media (max-width: 42.5em) {
  .product-filter__wrapper {
    position: relative; }

  .product-filter__selected {
    display: inline-block;
    position: absolute;
    top: 1px;
    right: 0;
    padding-right: 1.5rem;
    line-height: 1.4;
    width: 100%;
    height: 53px;
    text-align: right;
    box-sizing: border-box; }

  .product-filter__selected-icon {
    display: inline-block;
    margin-top: 17px; }

  .product-filter__title {
    float: none;
    width: 100%;
    display: inline-block; }

  .product-filter__title-product {
    display: block !important; }

  .product-filter__list {
    float: none;
    width: auto;
    margin: 10px auto 0;
    padding: 2rem 0;
    flex-direction: column;
    display: none;
    border: none; }

  .product-filter__list:after {
    content: '';
    display: table;
    clear: both; }

  .product-filter__item {
    width: 50%;
    float: left;
    margin-bottom: 15px;
    box-sizing: border-box;
    border: 1px solid #bf2227; }

  .product-filter__item:nth-child(odd):not(:last-of-type) {
    border-right: none; }

  .product-filter__label {
    font-size: 1.6rem; }

  .product-filter__name {
    line-height: 20px; }

  .product-filter__selected_open {
    border-bottom: 1px solid #272727; }

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

  .product-filter__summary-criteria {
    display: inline-block; } }
/* Product
   -------------------------------------------------------------------------- */
.product__name {
  font-size: 1.8rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase; }

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

.product__price {
  margin-left: 5px;
  font-size: 1.8rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #bf2227;
  font-weight: 700; }

/* Product-img
   -------------------------------------------------------------------------- */
.product__picture-container {
  margin-bottom: 0.2rem;
  padding: 1.5rem 1.2rem;
  background-color: rgba(0, 0, 0, 0.5); }

/* Product-descr
   -------------------------------------------------------------------------- */
.product_descr {
  padding: 1.5rem 1.5rem 1.7rem;
  background-color: rgba(0, 0, 0, 0.5); }

.product__sku + .product__sku {
  margin-top: 5px; }

.product__sku-label {
  width: 30px;
  color: #fff; }

.product__sku-select {
  width: 100px; }

.product__sku-select .list {
  width: 100%; }

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

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

.product_favourites {
  background-color: #fafafa; }

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

/* Add & customise buttons
   -------------------------------------------------------------------------- */
.product__add {
  color: #fff;
  background-color: #bf2227;
  border: none;
  font-size: 1.4rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase; }
  .product__add:hover {
    color: #fff;
    background-color: #941a1e; }

.product__customise {
  display: inline-block;
  width: auto;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: underline; }

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

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

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

/* Deal wizard
   -------------------------------------------------------------------------- */
.deal-wizard__title {
  font-size: 2.4rem;
  font-family: "Gloss_And_Bloom", Arial, sans-serif;
  color: #bf2227;
  text-align: center; }

.deal-wizard-navigation {
  margin-bottom: 0; }

.deal-wizard-navigation__wrapper {
  padding-right: 15px; }

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

.deal-wizard-navigation__tab {
  width: 25%;
  margin-bottom: 2rem;
  background-color: #000; }

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

.deal-wizard-navigation__link {
  margin-right: 0;
  padding-left: 17px;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #000; }

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

.deal-wizard-navigation__link:before {
  border-left-color: #3a3a3a;
  z-index: 1; }

.deal-wizard-navigation__link:after {
  border-left-color: #000;
  z-index: 1; }

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

.deal-wizard-navigation__title:after {
  background: -webkit-linear-gradient(left, transparent, #000);
  background: linear-gradient(to right, transparent, #000); }

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

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

/* Basket header
   -------------------------------------------------------------------------- */
.basket__header {
  padding: 0.4rem 1rem 0; }

.basket__title {
  font-size: 1.8rem;
  font-family: "Gloss_And_Bloom", Arial, sans-serif;
  color: #bf2227; }

.basket__repeat {
  margin-top: 0.7rem;
  font-size: 1.3rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400; }

.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__header {
    padding: 2.2rem 1rem 1.7rem;
    text-align: center; }

  .basket__repeat {
    margin-top: -0.1rem;
    padding-left: 0; } }
/* Basket item
   -------------------------------------------------------------------------- */
.basket__items {
  background-color: transparent; }

.basket-item + .basket-item {
  margin-top: 1rem; }

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

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

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

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

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

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

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

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

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

.basket-deal__delete-icon {
  color: #151707; }
  .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: #bf2227; }

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

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

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

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

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

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

.basket__delivery-method {
  padding: 1.1rem 0;
  background-color: transparent; }

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

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

.basket__footer-row {
  padding: 1.2rem; }

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

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

.basket__savings {
  color: #fff;
  background-color: #2c2c2c; }

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

.basket__button-link {
  color: #fff;
  background-color: #bf2227;
  border: none;
  border-radius: 0px;
  font-size: 1.8rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase; }
  .basket__button-link:hover {
    color: #fff;
    background-color: #941a1e; }

#coupon_code_link {
  padding-right: 18px;
  position: relative; }
  #coupon_code_link: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: ""; }

#coupon_code_link:before {
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 1.2rem; }

.basket__coupon-input {
  margin-right: 10px;
  color: #fff;
  border: 1px solid #bf2227;
  background-color: transparent; }

/* Basket promotions
   -------------------------------------------------------------------------- */
.basket__clickable-promotions {
  margin-top: 27px; }
  .basket__clickable-promotions:before {
    display: table;
    content: ""; }
  .basket__clickable-promotions:after {
    display: table;
    content: "";
    clear: both; }

.clickable-promotion:nth-child(2n+1) {
  float: left;
  width: 48%;
  margin-bottom: 1rem; }

.clickable-promotion:nth-child(2n) {
  float: right;
  width: 48%;
  margin-bottom: 1rem; }

.clickable-promotion__form {
  text-align: center; }

@media screen and (max-width: 52.5em) {
  .basket__clickable-promotions .clickable-promotion {
    width: 46%;
    margin: 0 2% 1rem; } }
/* ==========================================================================
   CUSTOMIZATION POPUP
   ========================================================================== */
.popup {
  border-radius: 0px;
  background: #000 url("/assets-images/bg.jpg") no-repeat 0 0/cover; }

.popup__wrapper {
  margin: 5rem 5.5% 4rem; }

.popup__picture {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5); }

.popup__description {
  margin-top: 2.2rem;
  font-size: 1.4rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff; }

.popup__close {
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  color: #000;
  background-color: transparent;
  box-shadow: none; }

.popup__close:hover {
  color: #bf2227; }

.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 {
  font-size: 2.4rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase; }

.popup__price {
  font-size: 2.4rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #e21a20;
  font-weight: 700; }

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

/* Popup group
   -------------------------------------------------------------------------- */
.popup-group__quantity-field {
  font-size: 2.4rem;
  color: #e21a20;
  background-color: transparent;
  border: none; }

.popup-group__quantity-button {
  margin-top: 5px;
  font-size: 1.7rem;
  color: #e21a20; }

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

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

.popup-group__label {
  width: 110px; }

.popup-group__label,
.popup-group__single-choice {
  font-size: 1.8rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 32px; }

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

.popup__group .nice-select {
  width: 120px; }

.popup__group .nice-select .list {
  width: 100%; }

.popup-group__line + .popup-group__line {
  margin-top: .7rem; }

/* Popup row
   -------------------------------------------------------------------------- */
.popup-row {
  padding-bottom: 0; }

.popup-row:last-of-type {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8); }

.popup-row__description {
  margin-bottom: 2rem;
  color: #8b8b8b; }

.popup-row__title {
  margin-bottom: 2rem;
  padding: 8px 0;
  font-size: 1.8rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8); }

/* Popup enum
   -------------------------------------------------------------------------- */
.popup-enum__option {
  margin-right: 15px;
  margin-bottom: 10px; }

.popup-enum__text {
  font-size: 1.6rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  border: 1px solid #bf2227; }

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

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

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

.popup-set__title {
  color: #fff; }

.popup-set__text {
  font-size: 1.4rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: capitalize; }

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

.popup-set__text:before,
.popup-set__text:after {
  top: 0;
  left: -25px; }

.popup-set__text:before {
  border-color: #bf2227;
  background-color: transparent; }

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

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

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

/* Popup buttons
   -------------------------------------------------------------------------- */
.popup__buttons {
  margin-top: 3.5rem; }

.popup-buttons__button {
  color: #fff;
  background-color: #bf2227;
  border: none;
  padding: 1.4rem 5rem;
  border-radius: 0em;
  font-size: 1.8rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 700; }
  .popup-buttons__button:hover {
    color: #fff;
    background-color: #941a1e; }

.popup-buttons__link {
  font-size: 1.4rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: underline; }

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

/* ==========================================================================
   CHECKOUT, ACCOUNT & ORDER PAGES
   ========================================================================== */
.checkout__section {
  padding: 30px 35px 40px;
  background-color: rgba(0, 0, 0, 0.5); }

.checkout__header {
  margin-bottom: 4rem; }

.checkout-row {
  max-width: 380px;
  margin-bottom: 2rem; }

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

.checkout__title {
  font-size: 2.4rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase; }

.checkout-row__label,
.checkout-row__group-label_atom,
.checkout-variant__label,
.checkout-variant__select-label,
.card-entry__label,
.card-entry__saved-card-label {
  font-size: 1.4rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase; }

.checkout-row__group-label,
.checkout__description,
.checkout-row__group,
.card-entry__instructions,
.card-entry__cvcode-label {
  font-size: 1.4rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff; }

.checkout-row__field-text,
.checkout-row__field-textarea {
  font-size: 1.4rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #000; }

.checkout-row__group-item_forgot-password,
.checkout-row__group-label:not(.checkout-row__group-label_atom) {
  color: #8b8b8b; }

.checkout-row__group-item {
  margin-top: 1.2rem; }

.checkout-row__group-item_forgot-password {
  margin-top: 5rem; }

.checkout-variant__select-label {
  margin-top: 0.7rem; }

.checkout-loyalty {
  color: #fff; }

/* Custom checkboxes
   -------------------------------------------------------------------------- */
.checkout-row__group-label_checkbox {
  padding-left: 25px; }

.checkout-row__group-label_checkbox .checkout-row__label-text {
  position: relative; }

.checkout-row__group-label_checkbox input[type=checkbox] {
  display: none; }

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

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

.checkout-row__group-label_checkbox .checkout-row__label-text:after {
  display: none;
  margin: 3px;
  width: 10px;
  height: 10px;
  background-color: #bf2227; }

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

/* Form buttons
   Contain a button on the right and a cancel link on the left.
   -------------------------------------------------------------------------- */
.form-buttons__button {
  color: #fff;
  background-color: #bf2227;
  border: none;
  padding: 0.7rem 4rem;
  border-radius: 0em;
  font-size: 1.8rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  text-transform: uppercase; }
  .form-buttons__button:hover {
    color: #fff;
    background-color: #941a1e; }

.form-buttons__link {
  font-size: 1.4rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: underline; }

.form-buttons__link:hover {
  color: #fff;
  text-decoration: none; }

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

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

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

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

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

.checkout__facebook-login-separator {
  position: relative;
  margin-top: 2rem; }

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

.checkout__facebook-login-separator:before {
  left: 0; }

.checkout__facebook-login-separator:after {
  right: 0; }

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

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

/* Checkout upsellings
   -------------------------------------------------------------------------- */
.checkout__upselling {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2.3rem 3rem 0; }

.checkout__upselling {
  margin-top: 3.1rem; }

.checkout__upselling .category_upselling {
  margin-top: 0; }

.checkout__upselling .category__title {
  font-size: 2.4rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 30px;
  text-align: left; }

.checkout__upselling .category__title .category__title-text {
  display: block; }

.checkout__upselling .category__header {
  margin-bottom: 2.3rem; }

.checkout__upselling .product {
  margin-bottom: 3.2rem; }

.checkout__upselling .product__top {
  background-color: rgba(0, 0, 0, 0.5);
  padding: .9rem 1.4rem 0; }

.checkout__upselling .product__name {
  font-weight: 400; }

.checkout__upselling .product__bottom {
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: 0;
  padding-top: .5em; }

.checkout__upselling .product__buttons {
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: 0;
  padding: .7em 1.5rem 1.7rem; }

/* Order page
   -------------------------------------------------------------------------- */
.order-table__header {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: transparent;
  border: 1px solid #bf2227; }

.order-table__header-item {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

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

.order-row__header {
  color: #fff;
  font-size: 1.4rem;
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: 2px; }

.order-row__header:hover {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.75) !important;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

.order-row__order {
  border-top: 2px solid transparent; }

.order {
  color: #fff;
  font-size: 1.4rem;
  background-color: transparent; }

.order__group-title {
  font-size: 1.4rem;
  font-weight: 400; }

.order__add {
  padding-right: 1.5rem; }

.order__add-button, .order__repeat-button {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: #fff;
  background-color: #bf2227;
  border: none;
  border-radius: 0;
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 1.2;
  -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: #941a1e; }

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

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

.order__items-deal {
  color: #fff;
  background-color: #2c2c2c; }

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

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

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

.order__items-column,
.order__items-deal-header-column {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.order__items-footer td {
  padding: 1rem 1.5rem; }

.order__items-total-title,
.order__items-total-price {
  text-align: left; }

/* ==========================================================================
   MESSAGES
   ========================================================================== */
/* Transient information message displayed at the top
   Eg. when a product has just been added
   -------------------------------------------------------------------------- */
.message_info {
  font-size: 1.8rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #689c1e;
  opacity: 1; }

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

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

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

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

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

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

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

.unslider-nav ol li {
  background-color: #fff;
  border-radius: 0;
  border: none; }

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

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

.index-slideshow-links__link {
  display: inline-block;
  min-width: 200px;
  margin: .5em .3em;
  box-sizing: border-box;
  color: #fff;
  background-color: #bf2227;
  border: none;
  padding: 0.7rem 4rem;
  border-radius: 0em;
  font-size: 1.5rem;
  font-family: "Calibri", Arial, 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: #941a1e; }

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

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

  .index-slideshow-links {
    position: static;
    margin-top: 1em; } }
/* Homepage: shop picker above the slideshow
   -------------------------------------------------------------------------- */
.index-locator {
  width: 32%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5); }

.index-locator__container {
  padding-right: 32%; }

.index-locator__wrapper {
  width: auto;
  padding-right: 3rem;
  padding-left: 3rem; }

@media screen and (max-width: 52.5em) {
  .index-locator__wrapper {
    padding-bottom: 2rem; }

  .index-locator {
    width: 100%; }

  .index-locator__wrapper {
    width: 376px; }

  .index-locator__container {
    padding-right: 0; } }
.index-locator__title {
  margin-top: 15px;
  font-size: 2.8rem;
  font-family: "Gloss_And_Bloom", Arial, sans-serif;
  color: #bf2227;
  font-weight: 400;
  line-height: 1.2;
  text-align: center; }

.index-locator__method input {
  display: none; }

.index-locator__method {
  font-size: 1.8rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #bf2227;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #bf2227;
  box-sizing: border-box; }

.index-locator__method-name {
  background-color: transparent; }

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

.index-locator__postcode-input {
  padding: 0 0.8rem;
  font-size: 1.4rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  border: 1px solid #fff;
  background-color: transparent; }

.index-locator__postcode-button {
  color: #fff;
  background-color: #bf2227;
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 1.8rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .index-locator__postcode-button:hover {
    color: #fff;
    background-color: #941a1e; }

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

.index-locator__text {
  font-size: 1.4rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 300;
  margin-top: 2rem; }

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

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

.index-locator-restaurant {
  color: #fff;
  font-size: 1.6rem;
  border-top: 1px solid #000;
  text-align: center; }

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

.index-locator-restaurant__phone {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1; }

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

.index-locator-restaurant__button {
  color: #fff;
  background-color: #bf2227;
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 1.6rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  -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: #941a1e; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-left: -3rem;
  margin-right: -3rem; }

.index-microblog__post {
  padding: 1.5rem 3rem 3rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5); }

.index-microblog__post img {
  width: 100%; }

.index-microblog__title {
  margin-top: 10px;
  font-size: 2.4rem;
  font-family: "Gloss_And_Bloom", Arial, sans-serif;
  color: #bf2227;
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 1.5; }

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

.index-microblog__content p {
  text-align: justify; }

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

.index-microblog__footer {
  margin-top: 2rem;
  text-align: right; }

.index-microblog__link {
  display: inline-block;
  color: #fff;
  border: none;
  padding: 1rem 2.5rem;
  border-radius: 0;
  font-size: 1.4rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #fff;
  -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: #941a1e; }

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

.index-about__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
  padding: 3rem 5%;
  font-size: 1.8rem;
  text-align: center;
  background-color: #ddd;
  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: 3.5rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 600;
  text-transform: uppercase; }

@media screen and (max-width: 40em) {
  .index-about__title {
    font-size: 2.5rem; } }
/* Homepage: newsletter signup form
   -------------------------------------------------------------------------- */
.index-newsletter {
  margin-top: 5rem;
  padding: 2rem 1rem;
  color: #fff;
  background-color: #000; }

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

@media screen and (min-width: 52.51em) {
  .index-newsletter__field-wrapper {
    padding: 0 1.5rem; } }
.index-newsletter__title {
  font-size: 2.4rem;
  font-family: "Gloss_And_Bloom", Arial, sans-serif;
  color: #bf2227;
  font-weight: 400;
  margin-left: -240px;
  line-height: 35px; }

.index-newsletter__fieldset {
  max-width: 830px;
  padding: 0 135px 0 240px; }

.index-newsletter__field {
  padding: 0 0.8rem;
  color: #fff;
  border: 1px solid #fff;
  height: 35px;
  line-height: 35px;
  background-color: transparent; }

.index-newsletter__button {
  color: #fff;
  background-color: #bf2227;
  border: none;
  padding: 0;
  border-radius: 0em;
  font-size: 1.6rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  font-weight: 700;
  margin-right: -135px;
  width: 120px;
  height: 35px;
  line-height: 35px; }
  .index-newsletter__button:hover {
    color: #fff;
    background-color: #941a1e; }

/* Homepage: map showing the position of the restaurant
   -------------------------------------------------------------------------- */
.index-map__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%; }
  .index-map__wrapper:before {
    display: table;
    content: ""; }
  .index-map__wrapper:after {
    display: table;
    content: "";
    clear: both; }

.index-map__shop {
  width: 370px;
  margin: 3rem 0;
  background-color: #000;
  font-size: 1.4rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400; }

@media screen and (max-width: 52.5em) {
  .index-map__shop {
    margin-left: auto;
    margin-right: auto; } }
.index-map__shop-title {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #bf2227;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1; }

.index-map__shop p,
.index-map__shop-open {
  line-height: 2; }

p.index-map__shop-phone {
  margin-top: .5em;
  font-size: 1.8rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700; }

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

.index-map__shop .social-icons__link {
  color: #fff; }

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

.index-map .social-icons__link i:before {
  line-height: 36px;
  font-size: 2.3rem; }

.index-map__order-button {
  color: #fff;
  background-color: #bf2227;
  border: none;
  padding: 0.7em 0;
  border-radius: 0em;
  font-size: 1.6rem;
  font-family: "Calibri", Arial, 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;
  display: block;
  margin-top: 1rem;
  width: 100%;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box; }
  .index-map__order-button:hover {
    color: #fff;
    background-color: #941a1e; }

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

@media screen and (max-width: 40em) {
  width: auto; }
/* Homepage: list of restaurants (franchises only)
   -------------------------------------------------------------------------- */
.index-shop-list {
  margin: 4rem 0 1rem; }

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

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

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

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

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

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

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

  .index-shop-list__header {
    margin-bottom: 2rem; } }
@media screen and (max-width: 40em) {
  .index-shop-list__title {
    font-size: 2.5rem; } }
/* ==========================================================================
   STATIC PAGE
   ========================================================================== */
.static-page__about-us {
  padding: 2.5rem 0;
  background-color: rgba(0, 0, 0, 0.5); }

.static-page__descr {
  padding: 0 3rem; }

.static-page__title {
  font-size: 2.8rem;
  font-family: "Gloss_And_Bloom", Arial, sans-serif;
  color: #bf2227;
  text-align: center; }

.static-page h3,
.static-page h4 {
  font-size: 2.4rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #bf2227; }

.static-page p {
  color: #fff; }

.static-page ul {
  color: #fff; }

.static-page ul li {
  margin-bottom: 3rem; }

@media screen and (max-width: 52.5em) {
  .static-page__descr {
    padding: 0 4%; } }
/* ==========================================================================
   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 0 1.5rem; }

.sku-buttons__part + .sku-buttons__part {
  margin-top: 1rem; }

.sku-buttons__list {
  border: 1px solid #bf2227; }

.sku-buttons__part-label {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400; }

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

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

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

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

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

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

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

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

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

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

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

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

/* Locator (optional page, for franchises only)
   Page which lets the user pick a restaurant based on his address.
   Functionality is similar to index shop picker, but on its own page.
   -------------------------------------------------------------------------- */
.locator {
  color: #212121;
  background-color: #efefef; }

.locator__title {
  font-size: 1.8rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2; }

.locator__methods {
  border: 1px solid #212121; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.locator-restaurant__name {
  font-size: 1.9rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #212121; }

.locator-restaurant__toggle {
  font-size: 1.4rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  line-height: 1.9rem; }

.locator-restaurant__content-name {
  font-size: 1.9rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1; }

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

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

.locator-restaurant__phone {
  font-size: 1.7rem; }

.locator-restaurant__button {
  color: #fff;
  background-color: #bf2227;
  border: none;
  padding: 0.5rem 2rem;
  border-radius: 0em;
  font-size: 1.4rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.9rem;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .locator-restaurant__button:hover {
    color: #fff;
    background-color: #941a1e; }

/* Password checker on the 'register' and 'order_step2' pages
   -------------------------------------------------------------------------- */
.password-checker {
  background-color: #fff;
  border-color: #818181; }

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

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

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

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

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

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

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

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

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

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

/* Loyalty dropdown
   -------------------------------------------------------------------------- */
.header__loyalty-menu .dropdown-menu__header-link {
  color: #fff; }

.dropdown-menu__body_loyalty {
  border-color: transparent;
  background-color: #3f3f3f; }

.loyalty-dropdown {
  padding: 1.7rem 15.5rem 2.2rem 2.7rem; }

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

.dropdown-menu_loyalty .dropdown-menu__body {
  width: 36rem; }

.loyalty-dropdown__title {
  font-size: 1.8rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2.4rem;
  margin-bottom: .8rem; }

.loyalty-dropdown__rules {
  font-size: 1.4rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  line-height: 2rem;
  margin-top: .8rem; }

.loyalty-dropdown__rules p {
  margin: 0; }

.loyalty-dropdown__more-link {
  font-size: 1.4rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #d01b21;
  font-weight: 400;
  line-height: 2rem;
  margin-top: .8rem;
  padding: 0;
  text-decoration: underline;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

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

/* Loyalty popup reward
   -------------------------------------------------------------------------- */
.loyalty-dropdown__reward {
  display: block;
  width: 10.3rem;
  height: 8.3rem;
  position: absolute;
  top: 3.6rem;
  right: 2.6rem;
  text-align: center;
  background: url("../assets-images/dropdown-reward.png") center center no-repeat; }

.loyalty-dropdown__reward_count {
  width: 5.2rem;
  float: left;
  text-align: center;
  font-size: 1.8rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #bf2227;
  font-weight: 700;
  line-height: 2.4rem;
  margin-top: 3rem; }

.dropdown-menu__header__points-value {
  color: #ee312c; }

/* Loyalty checkout
   -------------------------------------------------------------------------- */
.checkout-loyalty {
  box-sizing: border-box;
  padding-right: 42%;
  max-width: 100%;
  padding-left: 2.9rem;
  position: relative;
  min-height: 24rem; }

@media screen and (max-width: 60em) {
  .checkout-loyalty {
    padding-left: 0;
    padding-right: 0; } }
.step4_loyalty_points {
  width: 43%;
  position: absolute;
  top: 4rem;
  right: 0;
  min-height: 16.1rem; }

@media screen and (max-width: 60em) {
  .step4_loyalty_points {
    display: block;
    width: 100%;
    position: static;
    margin-bottom: 2rem;
    text-align: center; } }
.step4_loyalty_points, .step4_loyalty_content {
  display: inline-block;
  vertical-align: top; }

.step4_loyalty_points .step4_loyalty_points-reward {
  display: block;
  width: 19.9rem;
  height: 16.1rem;
  background: url("../assets-images/loyalty-reward.png") 0 0 no-repeat;
  margin-top: 0;
  margin-right: 5.4rem;
  position: absolute;
  top: 0;
  right: 0; }

@media screen and (max-width: 65em) {
  .step4_loyalty_points .step4_loyalty_points-reward {
    margin-right: 0; } }
@media screen and (max-width: 60em) {
  .step4_loyalty_points .step4_loyalty_points-reward {
    position: relative;
    margin: 0 auto;
    padding-top: 6rem;
    box-sizing: border-box; } }
.step4_loyalty_points-reward_count {
  font-size: 3.6rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #bf2227;
  font-weight: 700;
  line-height: 4.4rem;
  text-align: center;
  margin-top: 6rem;
  width: 10rem; }

@media screen and (max-width: 60em) {
  .step4_loyalty_points-reward_count {
    margin-top: 0; } }
@media screen and (max-width: 30em) {
  .checkout-loyalty {
    padding-left: 0; }

  .step4_loyalty_points {
    display: block;
    margin: 0 auto;
    position: static;
    width: 100%;
    min-height: auto; }

  .step4_loyalty_points .step4_loyalty_points-reward {
    position: static;
    margin: 2rem auto; } }
.checkout__section_payment .checkout-loyalty {
  max-width: 100%;
  margin-left: 0; }

.checkout-loyalty__balance {
  font-size: 2.4rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.4rem;
  line-height: 3rem;
  text-align: left;
  margin-bottom: 0; }

.checkout-loyalty__balance__points {
  color: #bf2227; }

.checkout-loyalty__teaser, .checkout-loyalty__cannot-use, .checkout-loyalty__use {
  font-size: 1.4rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  line-height: 2.4rem;
  margin-bottom: 1.2rem; }

.checkout-loyalty__use .checkout-loyalty__use-label_checkbox {
  line-height: 1.6rem;
  position: relative; }

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

.checkout-loyalty__use .checkout-loyalty__use-text {
  padding-left: 3.4rem;
  box-sizing: border-box;
  position: relative; }
  .checkout-loyalty__use .checkout-loyalty__use-text:before, .checkout-loyalty__use .checkout-loyalty__use-text:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0; }
  .checkout-loyalty__use .checkout-loyalty__use-text:before {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    border: solid 0.1rem #fff;
    border-radius: 0.2rem;
    background-color: #fff;
    z-index: 1;
    margin: 0; }
  .checkout-loyalty__use .checkout-loyalty__use-text:after {
    display: none;
    width: 1rem;
    height: 1rem;
    border: none;
    border-radius: 0.2rem;
    background-color: #bf2227;
    z-index: 2;
    margin: 0.3rem; }

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

/* --------------------------------------------------------------------------
   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-page__banner {
  background: url("../assets-images/loyalty-banner.png") center center no-repeat;
  background-size: cover; }

.loyalty-page__banner__title {
  font-size: 3rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 4rem;
  margin-bottom: 2.2rem; }

.loyalty-page__banner__content {
  font-size: 1.4rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  line-height: 2.4rem;
  padding: 3.2rem 2rem 1.7rem; }

.loyalty-page__banner__p {
  font-size: 2.4rem;
  line-height: 3rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0; }

.loyalty-page__banner__points-value {
  color: #bf2227;
  font-weight: 700; }

.loyalty-page__banner__note {
  color: #fff;
  margin-top: 2.3rem; }

/* Loyalty page - how to
   -------------------------------------------------------------------------- */
.loyalty-page__howto {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2.3rem 30rem 3.9rem 2.8rem;
  min-height: 19rem; }

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

.loyalty-page__howto__wrapper {
  color: #fff;
  padding-right: 0;
  min-height: auto; }

.loyalty-page__howto__title {
  font-size: 3rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 4rem;
  margin-bottom: 2rem; }

.loyalty-page__howto__content {
  font-size: 1.4rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  line-height: 2.4rem; }

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

/* Loyalty page - how to custom reward
   -------------------------------------------------------------------------- */
.loyalty-page__howto__reward {
  display: block;
  width: 19.9rem;
  height: 16.1rem;
  position: absolute;
  top: 50%;
  right: 5.4rem;
  transform: translate(0, -50%);
  background: url("../assets-images/loyalty-reward.png") center center no-repeat; }

.loyalty-page__howto__reward_count {
  font-size: 3.6rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #bf2227;
  font-weight: 700;
  line-height: 2.4rem;
  width: 10rem;
  text-align: center;
  margin-top: 7rem; }

@media screen and (max-width: 40em) {
  .loyalty-page__howto {
    padding-right: 3.9rem; }

  .loyalty-page__howto__reward {
    position: static;
    margin: 2rem auto;
    transform: none;
    box-sizing: border-box;
    padding-top: 7rem; }

  .loyalty-page__howto__reward_count {
    margin-top: 0; } }
/* Loyalty page - loyalty table
   -------------------------------------------------------------------------- */
.loyalty-table__header {
  font-size: 1.6rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #bf2227; }

.loyalty-table__header th {
  line-height: 4.4rem;
  padding: 0 .5rem; }

.loyalty-table__row td {
  background-color: transparent; }

.loyalty-table__row:nth-child(odd) td {
  background-color: rgba(0, 0, 0, 0.5); }

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

.loyalty-table td {
  font-size: 1.4rem;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  line-height: 2.4rem;
  padding: .6rem .5rem;
  border-top: solid .3rem transparent; }

.loyalty-table__row plus, .loyalty-table__row minus {
  font-weight: 400; }

.loyalty-table__row plus {
  color: #70bf45; }

.loyalty-table__row minus {
  color: #e21a20; }

@media screen and (max-width: 52.5em) {
  .content__wrapper {
    width: 100%; } }
@media screen and (max-width: 26.25em) {
  .loyalty-page__history {
    padding-bottom: 2rem; } }
.checkout-variant__helper {
  color: #fff; }

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