@charset "UTF-8";
/* ==========================================================================
   GENERAL
   ========================================================================== */
/* Imports
   -------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Lato: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; }
/* Defaults
   -------------------------------------------------------------------------- */
/* Mixings
   -------------------------------------------------------------------------- */
/* Fonts
   -------------------------------------------------------------------------- */
/* Base font
   -------------------------------------------------------------------------- */
body {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #505356; }

input, select, textarea {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #505356;
  border: 1px solid #d6d6d6;
  border-radius: 10px; }

/* Page header
   -------------------------------------------------------------------------- */
.header {
  padding: 0;
  background-color: #fff; }

.header__navigation {
  float: left; }
  .header__navigation:before {
    display: table;
    content: ""; }
  .header__navigation:after {
    display: table;
    content: "";
    clear: both; }

.header__user-menu,
.header__shop-menu {
  float: left; }

.header__navigation .dropdown-menu__header-link {
  padding: 1em .7em; }

.header__navigation > div:first-child .dropdown-menu__header-link {
  padding-left: 0; }

.header__logo {
  float: right;
  width: 14.5%; }

.header__logo-link {
  display: block;
  position: relative;
  margin-left: -77px;
  width: 154px;
  max-width: none;
  height: 65px; }

.header__logo-image_mobile {
  display: none;
  margin: 0 auto; }

.header__logo-image_desktop {
  position: absolute;
  left: 0;
  top: 7px; }

@media screen and (max-width: 60em) {
  .header__logo {
    width: 17%; }

  .header__logo-link {
    margin-left: -60px;
    width: 120px; }

  .header__logo-image_desktop {
    top: 23px; } }
@media screen and (max-width: 52.5em) {
  .header {
    padding: 1.3rem 0;
    border-bottom: 1px solid #ebebeb; }

  .header__logo {
    float: none;
    width: auto;
    text-align: center; }

  .header__logo-link {
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
    width: 90px;
    max-width: 100%;
    height: auto; }

  .header__logo-image_desktop {
    display: none !important; }

  .header__logo-image_mobile {
    display: block; } }
/* 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__icon {
  margin-left: .3rem; }

.social-icons__link {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 2rem;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

.shop-info__social-icons .social-icons__link {
  width: 30px;
  height: 30px;
  line-height: 30px; }

/* Page footer
   -------------------------------------------------------------------------- */
.footer {
  color: #fff;
  background-color: #505356; }

.footer__wrapper {
  padding: .5rem 0; }

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

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

.footer__link {
  color: #fff; }

.footer__link:hover {
  color: #fff; }

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

.footer .social-icons__link {
  color: #525355;
  text-align: center;
  background-color: #fff;
  border-radius: 50%; }

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

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

  .footer__credits {
    margin: 1rem 0;
    padding: 0; }

  .footer__links {
    margin: 1.2rem 0;
    padding: 0; }

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

  .footer .social-icons__link {
    margin: 0 .2em; } }
/* Scroll up button
   -------------------------------------------------------------------------- */
.scroll-up {
  color: #fff;
  background-color: #af1e2c;
  border-radius: 50%; }

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

/* NiceSelect (used as a <select> replacement)
   -------------------------------------------------------------------------- */
.nice-select {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #505356;
  height: 28px;
  line-height: 26px;
  border: 1px solid #d2d2d2;
  border-radius: 15px;
  box-sizing: border-box; }

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

.nice-select .list {
  border: 1px solid #d2d2d2;
  border-radius: 15px; }

/* NiceSelect: Dark theme
   -------------------------------------------------------------------------- */
.basket .nice-select {
  color: #fff;
  background-color: #636668;
  border-color: #6e7173; }
.basket .nice-select:after {
  border-color: #8c8d8d; }
.basket .nice-select .current {
  color: #fff; }
.basket .nice-select .list {
  background-color: #636668;
  border-color: #6e7173; }
.basket .nice-select .option.focus,
.basket .nice-select .option.selected,
.basket .nice-select .option.selected.focus {
  background-color: #505356; }
.basket .nice-select .option:hover {
  color: #fff;
  background-color: #505356; }
.basket .nice-select .option.focus {
  color: #fff;
  background-color: #505356; }
.basket .nice-select .option.selected.focus:hover {
  color: #fff;
  background-color: #505356; }

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

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

.category-navigation_mobile {
  height: 5rem;
  position: relative; }

.category-navigation_mobile .category-navigation__list {
  padding: 0;
  font-size: 0; }

.category-navigation_mobile .category-navigation__item {
  margin: 0; }

.category-navigation__link,
.category-navigation_mobile .category-navigation__link {
  padding: 0 1.8rem;
  display: block;
  line-height: 50px;
  height: 50px;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

@media screen and (max-width: 52.5em) {
  .category-navigation__wrapper {
    width: calc(100% - 6rem);
    padding-left: 0;
    padding-right: 0; } }

.category-navigation__link:hover,
.category-navigation__item_active .category-navigation__link {
  color: #fff;
  background-color: #881f2b; }

.category-navigation__wrapper_empty {
  padding: 2rem 0; }

.category-navigation_mobile-icon-left {
  width: 2.6rem;
  height: 5rem;
  background: url(/assets-images/mob-nav-arrow-left.png) center center no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.category-navigation_mobile-icon-right {
  width: 2.6rem;
  height: 5rem;
  background: url(/assets-images/mob-nav-arrow-right.png) center center no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: 0; }

.account-navigation {
  background-color: #505356; }

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

.account-navigation__link {
  padding: .62em .5em;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

.account-navigation__link:hover,
.account-navigation__item_active .account-navigation__link {
  color: #fff;
  background-color: #881f2b; }

/* Desktop navigation:
   * checkout pages
   -------------------------------------------------------------------------- */
.checkout-navigation {
  background-color: #af1e2c; }

.checkout-navigation__item {
  position: relative;
  float: left;
  padding: 0 1.5em;
  height: 40px;
  line-height: 40px;
  font-size: 1.6rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background-color: #505356; }

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

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

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

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

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

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

.checkout-navigation__item_active ~ .checkout-navigation__item {
  color: #fff;
  background-color: transparent; }

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

.checkout-navigation__item:before {
  right: -12px;
  border-left-color: #af1e2c; }

.checkout-navigation__item:after {
  right: -11px;
  border-left-color: #505356; }

.checkout-navigation__item_active ~ .checkout-navigation__item:before,
.checkout-navigation__item_active ~ .checkout-navigation__item:after {
  display: none; }

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

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

@media screen and (max-width: 60em) {
  .checkout-navigation__item {
    padding: 0 1.4em;
    font-size: 1.4rem; } }
/* Desktop: user and shop menus
   -------------------------------------------------------------------------- */
.dropdown-menu__header-link {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #505356;
  font-weight: 400;
  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: #000; }

.dropdown-menu__body {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #505356;
  border-radius: 0.7rem; }

.dropdown-menu__body:before {
  content: '';
  display: block;
  position: absolute;
  top: -.7rem;
  right: 12px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 7px solid #505356; }

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

.dropdown-menu__item-link {
  padding: 1rem 1rem 1rem 2rem;
  font-size: 1.4rem;
  line-height: 1.2; }

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

.dropdown-menu__item:first-child .dropdown-menu__item-link {
  border-radius: 0.7rem 0.7rem 0 0; }

.dropdown-menu__item:last-child .dropdown-menu__item-link {
  border-radius: 0 0 0.7rem 0.7rem; }

.dropdown-menu_shop .dropdown-menu__body {
  right: auto;
  left: -52px;
  height: 0;
  overflow: hidden; }

.dropdown-menu_shop .dropdown-menu__body:before {
  right: auto;
  left: 192px; }

.dropdown-menu_shop[data-dropdown-open] .dropdown-menu__body {
  height: auto;
  overflow: visible; }

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

.header__loyalty-menu .loyalty-points__value {
  color: #af1e2c; }

.header__loyalty-menu .dropdown-menu__body_loyalty {
  right: -140px;
  padding: 2rem;
  width: 430px;
  box-sizing: border-box; }

.header__loyalty-menu .dropdown-menu__body:before {
  right: 130px; }

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

/* Mobile: menu on the left (navigation)
   -------------------------------------------------------------------------- */
.burger-menu__button {
  padding-bottom: 5px; }
  @media screen and (max-width: 52.5em) {
    .burger-menu__button {
      padding: 0;
      padding-bottom: 0; } }

.burger-menu__line {
  height: 2px;
  border-top: none;
  background-color: #881f2b; }
  .burger-menu__line + .burger-menu__line {
    margin-top: .6rem; }

.burger-menu__link {
  display: block; }
  @media screen and (max-width: 52.5em) {
    .burger-menu__link {
      padding: 1.3rem 1.8rem 1.3rem 0; } }

.mobile-menu__header {
  background-color: #28292b; }

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

.mobile-menu__section_user {
  font-size: 1.6rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #505356; }

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

.mobile-menu__section-link {
  font-size: 1.6rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #505356; }

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

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

.mobile-menu__item-link {
  font-size: 1.6rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #505356; }

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

@media screen and (max-width: 52.5em) {
  .header__burger-menu {
    margin-top: 0; } }

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

.basket-menu__items {
  color: #fff;
  background-color: #f5be4e;
  border: 2px solid #f5be4e; }

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

.shop-info_desktop {
  border-radius: 0.7rem; }

.shop-info__title {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2; }

.shop-info_mobile .shop-info__title {
  margin-top: .7rem; }

.shop-info__feature-title {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase; }

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

.shop-info__link {
  color: #fff; }

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

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

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

.category__subcategory-title {
  font-size: 2rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400; }

.category__description {
  font-size: 1.6rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #505356;
  margin-bottom: 2.5rem; }

.category__subcategory-title + .category__description {
  margin-bottom: 1.5rem; }

@media screen and (max-width: 52.5em) {
  .category_improved .category__title,
  .category_improved .category__subcategory-title,
  .category_improved .category__description {
    text-align: left;
    box-sizing: border-box;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }

  .product_improved .product__wrapper {
    padding: 0 0 0 1.4rem;
    position: relative; }

  .product_improved {
    margin-bottom: 1.1rem;
    background-color: #f8f8f8; }

  .content__wrapper {
    width: 100%; }

  .product__top {
    padding-top: 1.2rem;
    padding-bottom: 4rem; }

  .product_improved .product__mobile-price {
    display: block;
    margin-top: 0;
    position: absolute;
    left: 1.5rem;
    bottom: 1rem;
    font-size: 1.8rem;
    line-height: 24px;
    color: #881f2b; } }
/* Product
   -------------------------------------------------------------------------- */
.product__name {
  font-size: 1.8rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase; }
  @media screen and (max-width: 52.5em) {
    .product__name {
      line-height: 24px; } }

.product__description {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #505356;
  line-height: 1.2; }
  @media screen and (max-width: 52.5em) {
    .product__description {
      font-size: 1.6rem;
      line-height: 20px;
      color: #505356; } }

.product__price {
  font-size: 1.8rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #af1e2c;
  font-weight: 400; }

/* Add & customise buttons
   -------------------------------------------------------------------------- */
.product__add {
  padding-top: 0;
  padding-bottom: 0;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background-color: #af1e2c;
  border: none;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .product__add:hover {
    color: #fff;
    background-color: #000; }

.product__customise {
  padding-top: 0;
  padding-bottom: 0;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background-color: #505356;
  border: none;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .product__customise:hover {
    color: #fff;
    background-color: #000; }

.product__customise {
  width: 49%; }

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

/* Favourite icon
   -------------------------------------------------------------------------- */
.product__favourite_add .product__favourite-icon {
  color: #af1e2c; }
  .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: #af1e2c; }
  .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: ""; }

@media screen and (max-width: 52.5em) {
  .product__picture-container,
  .product_improved .product__picture-container {
    width: 21rem;
    height: 21rem;
    position: relative; }
    .product__picture-container img,
    .product_improved .product__picture-container img {
      z-index: 1;
      position: relative; }
    .product__picture-container img[src="/assets-images/placeholder.png"],
    .product_improved .product__picture-container img[src="/assets-images/placeholder.png"] {
      display: none; }
    .product__picture-container:after,
    .product_improved .product__picture-container:after {
      display: block;
      width: 21rem;
      height: 21rem;
      content: '';
      background: url(/assets-images/placeholder-mobile.png) center center no-repeat;
      background-size: 15rem;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 0; } }
@media screen and (max-width: 26.25em) {
  .product__picture-container,
  .product_improved .product__picture-container {
    width: 15rem;
    height: 15rem;
    background-size: 9rem; } }

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

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

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

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

.deal-wizard-navigation__link {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #505356;
  font-weight: 300;
  background-color: #f5be4e; }

.deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__link {
  color: #505356;
  background-color: #fae0aa; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link {
  color: #505356;
  background-color: #f5be4e; }

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

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

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

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

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

.deal-wizard-navigation__title:after {
  background: -webkit-linear-gradient(left, rgba(245, 190, 78, 0), #f5be4e);
  background: linear-gradient(to right, rgba(245, 190, 78, 0), #f5be4e); }

.deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__title:after {
  background: -webkit-linear-gradient(left, rgba(250, 224, 170, 0), #fae0aa);
  background: linear-gradient(to right, rgba(250, 224, 170, 0), #fae0aa); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.deal-wizard-navigation__tab:last-child,
.deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link {
  border-top-right-radius: .7rem;
  border-bottom-right-radius: .7rem; }

@media screen and (max-width: 40em) {
  .deal-wizard-navigation__tab:nth-child(3),
  .deal-wizard-navigation__tab:nth-child(6),
  .deal-wizard-navigation__tab:nth-child(3) .deal-wizard-navigation__link,
  .deal-wizard-navigation__tab:nth-child(6) .deal-wizard-navigation__link {
    border-top-right-radius: .7rem;
    border-bottom-right-radius: .7rem; }

  .deal-wizard-navigation__tab:nth-child(4),
  .deal-wizard-navigation__tab:nth-child(7),
  .deal-wizard-navigation__tab:nth-child(4) .deal-wizard-navigation__link,
  .deal-wizard-navigation__tab:nth-child(7) .deal-wizard-navigation__link {
    border-top-left-radius: .7rem;
    border-bottom-left-radius: .7rem; } }
/* ==========================================================================
   BASKET
   ========================================================================== */
/* Basket header
   -------------------------------------------------------------------------- */
.basket {
  margin-top: 45px;
  -webkit-transition: margin .2s ease;
  transition: margin .2s ease; }

.basket_topbar-fixed {
  margin-top: 0 !important; }

.basket__header {
  background-color: #505356;
  border-bottom: 1px solid #6a6d6f;
  border-radius: 1rem 1rem 0 0; }

.basket__title {
  font-size: 2rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase; }

.basket__busy {
  display: inline-block;
  line-height: 15px; }

.basket__repeat {
  font-size: 1.3rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff; }

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

@media screen and (max-width: 60em) {
  .basket {
    margin-top: 25px; } }
@media screen and (max-width: 52.5em) {
  .basket {
    margin-top: 0; }

  .basket__repeat {
    padding-top: .5em; } }
/* Basket item
   -------------------------------------------------------------------------- */
.basket__items {
  background-color: #505356; }

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

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

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

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

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

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

.basket__empty {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fafafa;
  background-color: #505356; }

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

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

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

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

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

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

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

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

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

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

/* Delivery method switcher
   -------------------------------------------------------------------------- */
.basket__delivery-option {
  margin-right: 1%;
  width: 49%; }

.basket__delivery-option ~ .basket__delivery-option {
  margin-right: 0;
  margin-left: 1%; }

.basket__delivery_radio {
  left: 1.5rem;
  top: .5rem;
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #a5a5a5;
  font-weight: 400;
  text-transform: uppercase; }

.basket__delivery-method {
  padding: 0;
  height: 30px;
  line-height: 30px;
  background-color: #505356;
  border: 1px solid;
  border-radius: 15px; }

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

/* Basket footer
   -------------------------------------------------------------------------- */
.basket__footer {
  padding-bottom: .7rem;
  color: #fff;
  background-color: #505356;
  border-radius: 0 0 1rem 1rem; }

.basket__footer-orange-message {
  color: #505356;
  background-color: #fae0aa; }

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

.basket__savings {
  color: #505356;
  background-color: #fae0aa; }

.basket__charge-title,
.basket__charge-amount {
  font-size: 1.6rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff; }

.basket__total-title,
.basket__total-amount {
  font-size: 2.2rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase; }

.basket__button-wrapper {
  padding-top: .7rem; }

.basket__button-link {
  padding-top: 0;
  padding-bottom: 0;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background-color: #af1e2c;
  border: none;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .basket__button-link:hover {
    color: #fff;
    background-color: #000; }

.basket__coupon-form {
  margin-top: 1rem; }

.basket__coupon-input {
  padding: 0 .2rem 0 .5rem; }

.basket__coupon-add-button {
  padding-top: 0;
  padding-bottom: 0;
  height: 28px;
  line-height: 28px;
  border-radius: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background-color: #af1e2c;
  border: none;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  padding: 0 1.5rem; }
  .basket__coupon-add-button:hover {
    color: #fff;
    background-color: #000; }

/* ==========================================================================
   CUSTOMIZATION POPUP
   ========================================================================== */
.popup {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #505356;
  border-radius: 1rem; }
  @media screen and (max-width: 52.5em) {
    .popup {
      border-radius: 0; } }

.popup__close {
  background-color: #af1e2c; }

.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: 2rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.4; }

.popup__price {
  color: #af1e2c;
  font-size: 2.4rem; }

.popup__description {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #505356; }

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

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

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

.popup-group__label,
.popup-group__single-choice {
  font-size: 1.3rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 32px; }

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

/* Popup enum
   -------------------------------------------------------------------------- */
/*
.popup-enum__option { border: 1px solid $popup-enum-color; border-radius: 15px; overflow: hidden; }
.popup-enum__text { padding: 0 1em; height: 28px; line-height: 28px;
  color: $popup-enum-color; font-size: 1.4rem; text-transform: uppercase;
  background-color: $popup-enum-background-color;
}
*/
.popup-enum__option {
  overflow: hidden; }

.popup-enum__text {
  padding: 0 1em;
  height: 28px;
  line-height: 28px;
  color: #af1e2c;
  font-size: 1.4rem;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #af1e2c;
  border-radius: 15px; }

.popup-enum__radio:checked + .popup-enum__text {
  color: #fff;
  background-color: #af1e2c;
  height: 30px;
  line-height: 30px;
  border: none; }

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

/* Popup set
   -------------------------------------------------------------------------- */
.popup-set__group-title {
  font-size: 1.6rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase; }

.popup-set__title {
  color: #505356; }

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

.popup-set__text:before {
  top: 1px;
  background-color: #fff;
  border: 3px solid #af1e2c;
  border-radius: .3rem; }

.popup-set__text:after {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: 0;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: none;
  top: 2px;
  left: -20px;
  margin: 0;
  width: 1em;
  height: 1em;
  color: #fff; }

.popup-set__label input[type="checkbox"]:checked + .popup-set__text:before {
  background-color: #af1e2c; }

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

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

/* Popup buttons
   -------------------------------------------------------------------------- */
.popup-buttons__button {
  padding-top: 0;
  padding-bottom: 0;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background-color: #af1e2c;
  border: none;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  padding: 0 2rem;
  border-radius: 1.5rem 1.5rem 0 0; }
  .popup-buttons__button:hover {
    color: #fff;
    background-color: #000; }

.popup-buttons__link {
  font-size: 1.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #af1e2c;
  padding: 0;
  line-height: 30px; }

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

.popup_improved.popup_scrolled .popup__title {
  background-color: #fff; }

.popup_improved.popup_full-height {
  height: 100%; }

/* ==========================================================================
   CHECKOUT, ACCOUNT & ORDER PAGES
   ========================================================================== */
.checkout__section + .checkout__section {
  padding-top: 2rem;
  border-top: 1px solid #c7c7c7; }

.checkout__title {
  font-size: 3.6rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #505356;
  font-weight: 400;
  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.6rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #505356; }

.checkout-row__field-text,
.checkout-row__field-textarea,
.checkout__description,
.checkout-row__group,
.card-entry__instructions,
.card-entry__cvcode-label {
  font-size: 1.6rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #505356; }

.checkout-row__field-text,
.checkout-row__field-textarea {
  padding-left: 10px;
  padding-right: 10px; }

/*************************
  Form checkbox styling
*************************/
.checkout-row__group-label_checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer; }

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

.checkout-row__field-checkbox .checkout-row__label-text {
  position: relative;
  display: block; }

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

.checkout-row__group-label_checkbox .checkout-row__label-text:before {
  width: 16px;
  height: 16px;
  border: 3px solid #af1e2c;
  border-radius: 0.3rem; }

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

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

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

.checkout-row__group-label_checkbox .checkout-row__label-text:before {
  top: 1px;
  background-color: #fff;
  border: 3px solid #af1e2c;
  border-radius: 0.3rem; }

.checkout-row__group-label_checkbox .checkout-row__label-text:after {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: 0;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: none;
  top: 2px;
  left: 1px;
  margin: 0;
  width: 1em;
  height: 1em;
  color: #fff;
  font-size: 1.3rem; }

.checkout-row__field-checkbox:checked + .checkout-row__label-text:before {
  background-color: #af1e2c;
  border-color: #af1e2c; }

.order__repeat-label {
  display: block;
  position: relative;
  padding-left: 21px;
  cursor: pointer; }

.order__repeat-chkbox {
  position: absolute;
  left: -21px;
  top: 0;
  margin: 0;
  opacity: 0; }

.order__repeat-label-text {
  position: relative;
  display: block; }

.order__repeat-label-text:before,
.order__repeat-label-text:after {
  content: '';
  display: block;
  position: absolute;
  left: -21px;
  top: 1px;
  width: 16px;
  height: 16px;
  box-sizing: border-box; }

.order__repeat-label-text:before {
  width: 16px;
  height: 16px;
  border: 3px solid form-checkbox-border-color;
  border-radius: 0.3rem; }

.order__repeat-label-text:after {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: 0;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: none;
  top: 2px;
  left: -19px;
  margin: 0;
  width: 1em;
  height: 1em;
  color: #fff;
  font-size: 1.3rem; }

.order__repeat-chkbox:checked + .order__repeat-label-text:after {
  display: block; }

.order__repeat-label-text:before {
  background-color: #fff;
  border: 3px solid #af1e2c;
  border-radius: 0.3rem; }

.order__repeat-label-text:after {
  background-color: #af1e2c; }

.order__repeat-chkbox:checked + .order__repeat-label-text:before {
  background-color: #af1e2c;
  border-color: #af1e2c; }

/* Form buttons
   Contain a button on the right and a cancel link on the left.
   -------------------------------------------------------------------------- */
.form-buttons__button {
  padding-top: 0;
  padding-bottom: 0;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background-color: #af1e2c;
  border: none;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  padding: 0 3rem; }
  .form-buttons__button:hover {
    color: #fff;
    background-color: #000; }

.form-buttons__link {
  padding: 0;
  font-size: 1.6rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #b62026;
  line-height: 30px; }

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

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

.checkout-confirm__content {
  font-size: 1.6rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #505356; }

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

/* Checkout loyalty
   -------------------------------------------------------------------------- */
.checkout-loyalty {
  padding-left: 200px;
  min-height: 160px;
  background: url("/assets-images/stamp.png") no-repeat 0 0;
  font-size: 1.6rem;
  font-family: "Lato", Arial, Helvetica, sans-serif; }

.checkout-loyalty {
  background-position-y: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #eee; }

.checkout-loyalty__balance {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1; }

.checkout-loyalty .loyalty-points__value {
  color: #af1e2c;
  font-weight: 700; }

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

.checkout-loyalty__use {
  margin-top: 2rem; }

.checkout-loyalty__use-intro {
  margin: 1rem 0 2rem 0; }

.checkout-loyalty__use-label {
  margin-right: 1rem; }

.checkout-loyalty__use-input {
  padding: .3rem 1rem; }

.checkout-loyalty .checkout-row__group-item {
  margin-top: 3rem !important; }

.checkout-loyalty .checkout-row__label-text {
  font-size: 1.2rem; }

.checkout-loyalty .checkout-row__label-text:after {
  font-size: 1.4rem; }

@media screen and (min-width: 52.5625em) and (max-width: 60em), screen and (max-width: 40em) {
  .checkout-loyalty {
    padding-left: 120px;
    min-height: 100px;
    background-image: url("/assets-images/stamp-sm.png"); } }
@media screen and (max-width: 30em) {
  .checkout-loyalty {
    padding-left: 0;
    min-height: 0;
    background: none; } }
/* Facebook login
   -------------------------------------------------------------------------- */
.checkout__facebook-login-button {
  font-size: 1.5rem;
  font-weight: 400; }

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

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

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

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

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

/* Order page
   -------------------------------------------------------------------------- */
.order {
  font-size: 1.5rem; }

.order__add-button, .order__repeat-button {
  padding-top: 0;
  padding-bottom: 0;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background-color: #af1e2c;
  border: none;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  font-size: 1.3rem; }
  .order__add-button:hover, .order__repeat-button:hover {
    color: #fff;
    background-color: #000; }

/* Account page
   -------------------------------------------------------------------------- */
.checkout__section_account .checkout-row__label {
  padding-top: .2rem; }

.checkout__section_account .checkout-row__group {
  font-size: 1.6rem; }

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

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

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

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

/* ==========================================================================
   SPECIAL FEATURES
   ========================================================================== */
/* Sku buttons (optional feature, available on touch but NOT on sidetouch)
   Shows product sizes (skus) as buttons instead of selects.
   To activate, create a 'size_buttons' tag and set it on the chosen products/categories
   -------------------------------------------------------------------------- */
.sku-buttons {
  border-radius: 0em; }

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

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

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

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

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

.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
   *********************************************************/
.grouped-skus {
  margin-bottom: 2rem; }

.grouped-skus__part {
  padding-left: 90px; }
  .grouped-skus__part:before {
    display: table;
    content: ""; }
  .grouped-skus__part:after {
    display: table;
    content: "";
    clear: both; }

.grouped-skus__part + .grouped-skus__part {
  margin-top: 1rem; }

.grouped-skus__title {
  display: inline-block;
  float: left;
  margin-left: -90px;
  width: 90px;
  font-size: 2.2rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #505356;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 28px; }

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

.grouped-skus__item {
  float: left;
  padding-left: .5rem;
  width: 33.3%;
  text-align: center;
  box-sizing: border-box; }

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

.grouped-skus__label {
  display: block;
  position: relative;
  cursor: pointer;
  overflow: hidden; }

.grouped-skus__radio {
  position: absolute;
  left: 30%;
  top: 0;
  margin: 0;
  opacity: 0; }

.grouped-skus__text {
  display: block;
  position: relative;
  padding: 0 1rem;
  height: 26px;
  line-height: 26px;
  color: #505356;
  font-size: 1.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
  border: 1px solid #505356;
  border-radius: 13px;
  background-color: #fff; }

.grouped-skus__radio:checked + .grouped-skus__text {
  color: #fff;
  background-color: #b62026;
  height: 28px;
  line-height: 28px;
  border: none;
  /*border-color: $bg-color-active;*/ }

.grouped-skus__selected {
  display: none;
  padding: .6rem 0 0 1rem;
  font-size: 1.6rem;
  color: #b62026;
  text-decoration: none;
  line-height: 1; }

.grouped-skus__selected-name {
  display: inline-block; }

.grouped-skus__selected-name br {
  display: none; }

.grouped-skus__selected-icon {
  color: #505356;
  font-size: .8em; }
  .grouped-skus__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: ""; }

.grouped-skus__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; }

.grouped-skus__selected_open .grouped-skus__selected-icon:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

@media screen and (max-width: 52.5em) {
  .grouped-skus__part {
    margin: 0 -.5rem;
    padding: 1rem .5rem;
    background-color: #fcfcfc;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; }

  .grouped-skus__part + .grouped-skus__part {
    margin-top: 0;
    border-top: none; }

  .grouped-skus__title {
    float: none;
    margin-left: 0;
    width: auto;
    line-height: 1; }

  .grouped-skus__selected {
    display: inline-block; }

  .grouped-skus__list {
    display: none;
    clear: both;
    margin: 2rem auto; }

  .grouped-skus__selected_open ~ .grouped-skus__list {
    display: block; } }
@media screen and (max-width: 30em) {
  .grouped-skus__list {
    float: none;
    margin: 2rem auto 0;
    max-width: 100%;
    width: 220px; }

  .grouped-skus__item {
    float: none;
    margin-bottom: 1rem;
    padding-left: 0;
    width: 100% !important; } }
/* Locator
   -------------------------------------------------------------------------- */
/* Locator (optional page, for franchises only)
   Page which lets the user pick a restaurant based on his address.
   Functionality is similar to index shop picker, but on its own page.
   -------------------------------------------------------------------------- */
.page_locator .page__header,
.page_locator .page__footer,
.page_locator .sidr {
  display: none !important; }

.locator {
  margin: 67px auto 30px;
  max-width: 96%;
  color: #fff;
  background-color: #505356;
  border-radius: 1.5rem; }

.locator__logo {
  display: block;
  position: relative;
  float: none;
  margin: -3rem 0 0;
  height: 97px;
  width: 100%; }

.locator__logo-link {
  display: block;
  position: absolute;
  left: 50%;
  top: -57px;
  margin-left: -77px;
  width: 154px; }

.locator__title {
  margin: 2rem 0 3rem;
  font-size: 2.2rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2; }

.locator__methods {
  margin: 0 0 3rem; }

.locator__method {
  font-size: 1.6rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #a5a5a5;
  font-weight: 400;
  text-transform: uppercase;
  width: 49%; }

.locator__method + .locator__method {
  margin-left: 2%; }

.locator__method-name {
  background-color: #505356;
  height: 36px;
  line-height: 34px;
  border: 1px solid #8c8d8d;
  border-radius: 14px; }

.locator__method input[type=radio] {
  left: 1.5rem;
  top: .5rem; }

.locator__method input[type=radio]:checked + .locator__method-name {
  color: #fff;
  line-height: 36px;
  background-color: #af1e2c;
  border: none; }

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

.locator__postcode-input {
  font-size: 1.7rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  border: 1px solid #af1e2c;
  border-radius: 1rem 0 0 1rem;
  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-button {
  color: #fff;
  background-color: #af1e2c;
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 1.6rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  float: left;
  margin-right: -70px;
  width: 70px;
  height: 40px;
  line-height: 40px;
  border-radius: 0 1rem 1rem 0;
  -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: #000; }

.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 {
  margin-top: 1.7rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400; }

.locator__selected {
  margin: 2rem 0;
  font-size: 1.8rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff; }

.locator__selected-value {
  margin-left: .5rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase; }

.locator__selected-link {
  padding-left: .7rem;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  text-decoration: underline;
  text-transform: none; }

.locator__restaurants {
  margin: 3rem auto; }

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

.locator-restaurant {
  padding-top: 2rem;
  font-size: 1.3rem;
  border-top: 1px solid #686a6d; }

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

.locator-restaurant__name {
  font-color: #fff;
  font-size: 2rem;
  line-height: 1; }

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

.locator-restaurant__content-name {
  font-size: 2rem;
  line-height: 1.5; }

.locator-restaurant__opening-times {
  padding: .7em .5em;
  background-color: #5e6063; }

.locator-restaurant__address {
  color: #cbcccd;
  font-size: 1.6rem;
  line-height: 1.2; }

.locator-restaurant__button {
  padding-top: 0;
  padding-bottom: 0;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background-color: #af1e2c;
  border: none;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  padding: 0 3rem; }
  .locator-restaurant__button:hover {
    color: #fff;
    background-color: #000; }

@media screen and (max-width: 52.5em) {
  .locator-restaurant__content-name {
    line-height: 1; }

  .locator-restaurant__button-wrapper:before {
    display: table;
    content: ""; }
  .locator-restaurant__button-wrapper:after {
    display: table;
    content: "";
    clear: both; }

  .locator-restaurant__content .locator-restaurant__button {
    float: left;
    margin-top: 1rem; } }
@media screen and (max-width: 40em) {
  .locator-restaurant__button_header {
    float: left;
    margin-top: 1rem; } }
@media screen and (max-width: 52.5em) {
  .product_improved .product__counter:not(:empty) {
    text-transform: uppercase;
    color: #881f2b; }

  .product_improved .product__counter:not(:empty):before {
    font-size: 1.8rem; }

  .product_improved.product_with-counter:after {
    display: block;
    width: .5rem;
    height: 100%;
    border-radius: 0 .4rem .4rem 0;
    background-color: #881f2b;
    position: absolute;
    top: 0;
    left: 0; }

  .mobile-basket-button {
    border-radius: 1.5rem 1.5rem 0 0;
    color: #fff;
    background-color: #881f2b; }
    .mobile-basket-button .mobile-basket-button__part {
      font-size: 1.6rem;
      text-transform: uppercase; } }
.page__header.fixed-topbar .header.fixed-topbar {
  position: static !important; }

.page_login .checkout {
  max-width: 79rem;
  margin-left: 0;
  margin-right: auto;
  border-radius: 3.5rem;
  background-color: #505356; }
.page_login .checkout__section + .checkout__section {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: solid 1px rgba(255, 255, 255, 0.3); }
.page_login .checkout__section_login {
  box-sizing: border-box;
  padding: 1.6rem 3.5rem 0; }
.page_login .checkout__section_register {
  box-sizing: border-box;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-bottom: 3rem; }
.page_login .checkout__title {
  line-height: 4.4rem;
  color: #fff; }
  @media screen and (max-width: 68.75em) {
    .page_login .checkout__title {
      text-align: center; } }
.page_login .checkout__fieldset {
  max-width: 38rem; }
.page_login .checkout-row {
  margin-bottom: 2rem;
  padding-left: 0; }
  .page_login .checkout-row .checkout-row__label {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #fff;
    padding-top: .5rem;
    margin-left: -13rem;
    width: 13rem; }
    @media screen and (max-width: 68.75em) {
      .page_login .checkout-row .checkout-row__label {
        display: block;
        width: 100%;
        padding-top: 0;
        padding-right: 0;
        margin-bottom: 1rem;
        margin-left: 0; } }
  .page_login .checkout-row .checkout-row__field-text {
    font-size: 1.4rem;
    line-height: 3rem;
    height: 3rem;
    border-radius: 1.3rem;
    box-sizing: border-box;
    padding: 0 1.5rem;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.4);
    border: none; }
  .page_login .checkout-row .checkout-row__group-item {
    margin-top: 0;
    font-size: 1.3rem;
    color: #fff;
    line-height: 1.6rem; }
  .page_login .checkout-row .checkout-row__group-item_forgot-password {
    font-size: 1.3rem;
    line-height: 2rem;
    margin-top: 1.7rem;
    color: #fff; }
  .page_login .checkout-row .checkout-row__group-label_checkbox {
    display: block;
    position: relative;
    font-size: 1.3rem;
    line-height: 1.6rem;
    color: #fff;
    margin-top: 1.2rem; }
  .page_login .checkout-row .checkout-row__label-text:before {
    border: none;
    border-radius: .4rem;
    background-color: #fff; }
  .page_login .checkout-row .checkout-row__field-checkbox:checked + .checkout-row__label-text:before {
    background-color: #af1e2c; }
.page_login .checkout-delimiter {
  height: 2rem;
  line-height: 2rem;
  position: relative; }
  .page_login .checkout-delimiter .checkout-delimiter__text {
    font-size: 1.2rem;
    line-height: 2rem;
    width: 3rem;
    color: #fff;
    background-color: #505356;
    position: relative; }
  .page_login .checkout-delimiter:before {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    background-color: rgba(255, 255, 255, 0.32); }
.page_login .form-buttons__button {
  min-width: 12rem;
  text-align: center; }
.page_login .form-buttons__link {
  font-size: 1.4rem;
  line-height: 3rem;
  color: #fff; }
.page_login .content {
  margin-top: 4rem;
  margin-bottom: 2.5rem;
  box-sizing: border-box;
  padding-top: 3rem; }
.page_login .footer__wrapper {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem; }
.page_login .footer__credits {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem; }
.page_login .scroll-up {
  bottom: 8.1rem; }
.page_login .header {
  position: relative;
  margin-bottom: 4rem; }
  .page_login .header .header__wrapper {
    position: relative;
    z-index: 1; }
  .page_login .header:after {
    display: block;
    content: '';
    width: 100%;
    height: 4rem;
    background-color: #af1e2c;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 0; }

.switcher-btns {
  margin-top: 4.5rem;
  margin-bottom: 5rem;
  display: flex;
  border-radius: 1rem;
  border: solid 2px #af1e2c; }
  .switcher-btns .switcher-btn {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #505356;
    box-sizing: border-box;
    padding: .9rem 1rem;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.33%;
    text-align: center;
    transition: all .3s ease; }
    .switcher-btns .switcher-btn:hover, .switcher-btns .switcher-btn_active {
      color: #fff;
      background-color: #af1e2c; }
  .switcher-btns .switcher-btn + .switcher-btn {
    border-left: solid 2px #af1e2c; }

.page_order_step2 .checkout__fieldset {
  max-width: 100%; }
@media screen and (max-width: 52.5em) {
  .page_order_step2 .checkout {
    box-sizing: border-box;
    padding-left: 2%;
    padding-right: 2%; } }

/* INFO: on order step5 View basket button will be displayed between Back and Place order buttons on mobile view */
.page_order_step2 .mobile-basket-button,
.page_order_step2 .mobile-basket-button__link,
.page_order_step3 .mobile-basket-button,
.page_order_step3 .mobile-basket-button__link,
.page_order_step4 .mobile-basket-button,
.page_order_step4 .mobile-basket-button__link,
.page_order_step5 .mobile-basket-button,
.page_order_step5 .mobile-basket-button__link {
  display: none; }
@media screen and (max-width: 52.5em) {
  .page_order_step2 .form-buttons,
  .page_order_step3 .form-buttons,
  .page_order_step4 .form-buttons,
  .page_order_step5 .form-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 1rem;
    justify-content: space-between;
    align-items: center; }
    .page_order_step2 .form-buttons:before, .page_order_step2 .form-buttons:after,
    .page_order_step3 .form-buttons:before,
    .page_order_step3 .form-buttons:after,
    .page_order_step4 .form-buttons:before,
    .page_order_step4 .form-buttons:after,
    .page_order_step5 .form-buttons:before,
    .page_order_step5 .form-buttons:after {
      display: none; }
  .page_order_step2 .form-buttons__link,
  .page_order_step3 .form-buttons__link,
  .page_order_step4 .form-buttons__link,
  .page_order_step5 .form-buttons__link {
    margin-top: 0;
    order: 1; }
  .page_order_step2 .mobile-basket-button__link,
  .page_order_step3 .mobile-basket-button__link,
  .page_order_step4 .mobile-basket-button__link,
  .page_order_step5 .mobile-basket-button__link {
    order: 2;
    display: flex;
    white-space: nowrap; } }

.page_order_step2 .form-buttons__button,
.page_order_step3 .form-buttons__button,
.page_order_step4 .form-buttons__button {
  order: 3; }

.page_order_step5 [name="step5_form"] {
  order: 3; }

@media screen and (max-width: 52.5em) {
  .page_order_step3 .checkout,
  .page_order_step4 .checkout,
  .page_order_step5 .checkout {
    box-sizing: border-box;
    padding-left: 2%;
    padding-right: 2%; } }

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