@charset "UTF-8";
/* ==========================================================================
   GENERAL
   ========================================================================== */
/* Imports
   -------------------------------------------------------------------------- */
@import url(intlTelInput.css);
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap");
@font-face {
  font-family: 'fontello';
  src: url("/assets-fonts/fontello.woff2") format("woff2"), url("/assets-fonts/fontello.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* Fonts
   -------------------------------------------------------------------------- */
/* Fonts init
   -------------------------------------------------------------------------- */
body {
  font-size: 1.4rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  box-sizing: border-box; }

input, select, textarea {
  font-size: 1.4rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif; }

.content {
  margin: 0;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .content_index {
    padding-top: 0;
    padding-bottom: 0; }

.page__content {
  background: url("/assets-images/page-bg.jpg") top center; }
  @media screen and (max-width: 52.5em) {
    .page__content {
      background: none;
      background-color: #fff; } }

.page_account .content__wrapper,
.page_edit_account .content__wrapper {
  width: 100%; }

@media screen and (max-width: 77.5em) {
  .page_edit_account .content__wrapper {
    width: 96%; } }
@media screen and (max-width: 52.5em) {
  .content__wrapper {
    width: 100%; } }
/* ==========================================================================
   ELEMENTS
   ========================================================================== */
/* NiceSelect
   -------------------------------------------------------------------------- */
.nice-select {
  font-size: 1.4rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #4e4f53;
  font-weight: 400;
  text-transform: none;
  height: 4rem;
  line-height: 3.8rem;
  border: 1px solid #b9b9b9;
  border-radius: .5rem;
  padding-left: 0;
  padding-right: 3rem;
  background-color: #fff; }
  .nice-select: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: ""; }
  .nice-select:hover {
    border-bottom: 1px solid #b9b9b9; }
  .nice-select:before {
    font-size: 2rem;
    line-height: 3.8rem;
    color: #a92620;
    width: 3rem;
    right: 0;
    top: 0;
    position: absolute;
    transition: transform .3s ease; }
  .nice-select:after {
    display: none; }
  .nice-select > .current {
    display: block;
    width: 100%;
    line-height: 3.8rem;
    color: #4e4f53;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 2.5rem;
    box-sizing: border-box; }
  .nice-select .list {
    box-shadow: none;
    padding: .2rem;
    background-color: #a92620; }
    .nice-select .list:hover .option.selected:not(:hover) {
      color: #a92620 !important;
      background-color: #fff !important; }
  .nice-select .option {
    color: #fff;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 .8rem;
    line-height: 4rem;
    height: 4rem;
    min-height: 4rem; }
    .nice-select .option.selected {
      font-weight: 400; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus:hover, .nice-select .option.selected.focus {
      color: #a92620;
      background-color: #fff; }
  .nice-select.open:before {
    transform: rotate(-180deg); }
  .nice-select.open .list {
    margin-top: 1px;
    width: 100%; }

/* Social icons
   -------------------------------------------------------------------------- */
.social-icons {
  font-size: 0; }
  .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 i {
    display: block;
    margin: 0;
    width: 4rem;
    height: 4rem;
    line-height: 3.8rem;
    text-align: center;
    box-sizing: border-box;
    border-radius: 50%;
    border: solid .1rem #a9261f; }
    .social-icons__link i:before {
      font-size: 2.4rem;
      line-height: 4rem;
      display: block;
      margin: 0 auto; }
  @media screen and (max-width: 52.5em) {
    .social-icons__link i {
      width: 3rem;
      height: 3rem;
      line-height: 2.8rem;
      border: solid .1rem #000; }
      .social-icons__link i:before {
        font-size: 2rem;
        line-height: 2.8rem; } }
  .social-icons__icon + .social-icons__icon {
    margin-left: 1rem; }

.index-map__shop .social-icons__link i:before {
  font-size: 2rem;
  color: #a9261f; }
  @media screen and (max-width: 52.5em) {
    .index-map__shop .social-icons__link i:before {
      font-size: 1.6rem;
      color: #000; } }

/* Page header
   -------------------------------------------------------------------------- */
.header {
  background-color: #fff;
  border-bottom: none;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .header__logo {
    float: none;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 52.5em) {
      .header__logo {
        margin: 0; } }
  .header__burger-menu {
    margin-top: 0; }
  .header__user-menu .dropdown-menu__body, .header__shop-menu .dropdown-menu__body {
    right: 0;
    left: auto; }
    .header__user-menu .dropdown-menu__body:before, .header__user-menu .dropdown-menu__body:after, .header__shop-menu .dropdown-menu__body:before, .header__shop-menu .dropdown-menu__body:after {
      left: auto;
      right: .6rem; }
  .header__basket-menu {
    margin-top: 0; }
  @media screen and (max-width: 52.5em) {
    .header {
      padding-top: 1.1rem;
      padding-bottom: 1.1rem;
      text-align: center; }
      .header .header__basket-menu,
      .header .header__burger-menu {
        margin-top: .3rem; } }

/* Page footer
   -------------------------------------------------------------------------- */
.footer {
  color: #fff;
  background-color: #4e4f53; }
  .footer__wrapper {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem; }
    @media screen and (max-width: 52.5em) {
      .footer__wrapper {
        padding-top: 4rem;
        padding-bottom: 2.1rem; } }
  .footer__nav, .footer__links, .footer__credits {
    padding: 0; }
  .footer__links {
    font-size: 0;
    margin-top: 1.1rem; }
    .footer__links li {
      display: inline-block;
      vertical-align: top;
      margin: 0;
      box-sizing: border-box;
      padding: 0 .8rem; }
      .footer__links li:first-child {
        margin-left: 0; }
      .footer__links li:last-child {
        margin-right: 0; }
      .footer__links li + li {
        border-left: solid .1rem #fff; }
      @media screen and (max-width: 52.5em) {
        .footer__links li {
          padding: 0 1.5rem; }
          .footer__links li + li {
            border-left: none; } }
    @media screen and (max-width: 52.5em) {
      .footer__links {
        margin-top: 2.8rem;
        order: 2; } }
  .footer__link {
    font-size: 1.4rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 400;
    text-transform: none;
    line-height: 1.8rem;
    vertical-align: top;
    text-decoration: underline;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease; }
    .footer__link:hover {
      color: #fff;
      text-decoration: underline; }
    @media screen and (max-width: 52.5em) {
      .footer__link {
        line-height: 2rem; } }
  .footer__credits {
    font-size: 1.4rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 400;
    text-transform: none;
    line-height: 1.8rem;
    margin-top: 1.1rem; }
    @media screen and (max-width: 52.5em) {
      .footer__credits {
        line-height: 2rem;
        color: rgba(255, 255, 255, 0.5); }
        .footer__credits .footer__link {
          color: rgba(255, 255, 255, 0.5); } }
  @media screen and (max-width: 52.5em) {
    .footer__nav {
      display: flex;
      flex-direction: column; }
      .footer__nav ~ .footer__credits {
        margin-top: 4.2rem; } }

/* Footer social icons
   -------------------------------------------------------------------------- */
.footer .social-icons {
  margin-top: 0;
  margin-left: 3.3rem; }
  .footer .social-icons__link {
    margin: 0;
    padding: 0;
    color: #fff;
    background-color: transparent;
    border: none;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease; }
    .footer .social-icons__link:hover {
      color: #fff;
      border-color: #fff;
      background-color: transparent; }
    .footer .social-icons__link i {
      border-color: #fff; }
      @media screen and (max-width: 52.5em) {
        .footer .social-icons__link i {
          width: 3rem;
          height: 3rem; }
          .footer .social-icons__link i:before {
            font-size: 1.6rem;
            line-height: 2.8rem; } }
  @media screen and (max-width: 52.5em) {
    .footer .social-icons {
      margin-left: 0;
      margin-top: 0;
      order: 1; }
      .footer .social-icons__icon + .social-icons__icon {
        margin-left: .7rem; } }

/* Scroll up button
   -------------------------------------------------------------------------- */
.scroll-up {
  color: #fff;
  background-color: #93183a;
  border-radius: .5rem;
  bottom: 6.6rem;
  box-sizing: border-box;
  padding: 0;
  line-height: 4rem;
  width: 4rem;
  height: 4rem;
  text-align: center; }
  .scroll-up__icon {
    font-size: 1.4rem;
    line-height: 4rem;
    display: block; }
    .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: ""; }
    .scroll-up__icon:before {
      margin: 0;
      line-height: 4rem; }

/* Dropdown menus
   -------------------------------------------------------------------------- */
.dropdown-menu__header-link {
  font-size: 1.4rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #ab1916;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 2.4rem;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  padding: 0; }
  .dropdown-menu__header-link:hover {
    color: #ab1916;
    background-color: transparent; }
.dropdown-menu__header-icon {
  display: inline-block;
  vertical-align: top; }
  .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-icon:before {
    margin: 0;
    width: 2.4rem;
    height: 2.4rem;
    font-size: 2rem;
    line-height: 2.4rem; }

.header__loyalty-menu,
.header__user-menu,
.header__shop-menu,
.header__language-menu,
.header__ordering-menu {
  margin-left: 5rem;
  margin-top: 1.2rem;
  text-align: left; }
  @media screen and (max-width: 60em) {
    .header__loyalty-menu,
    .header__user-menu,
    .header__shop-menu,
    .header__language-menu,
    .header__ordering-menu {
      margin-left: 2.5rem; } }

.header__language-menu {
  display: none; }

/* Dropdown menu dropdown body
   -------------------------------------------------------------------------- */
.dropdown-menu__body {
  background-color: #a92620;
  border: solid .2rem #fff;
  box-sizing: border-box;
  padding: 0;
  min-width: 20.9rem;
  right: 0;
  border-radius: .2rem;
  transition: all .3s ease;
  height: 0;
  overflow: visible; }
  .dropdown-menu__body:before, .dropdown-menu__body:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0; }
  .dropdown-menu__body:before {
    top: -0.4rem;
    right: 0.4rem;
    border-left: 0.4rem solid transparent;
    border-right: 0.4rem solid transparent;
    border-bottom: 0.4rem solid #a92620; }
  .dropdown-menu__body:after {
    top: -0.4rem;
    right: 0.4rem;
    border-left: 0.4rem solid transparent;
    border-right: 0.4rem solid transparent;
    border-bottom: 0.4rem solid #a92620; }
.dropdown-menu__item-link {
  display: block;
  font-size: 1.4rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 4rem;
  padding: 0 2.2rem;
  text-decoration: none;
  background-color: #a92620;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .dropdown-menu__item-link:hover {
    color: #a92620;
    background-color: #fff;
    text-decoration: none; }
.dropdown-menu__item_active .dropdown-menu__item-link {
  font-weight: 600;
  background-color: #fff; }

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

/* ==========================================================================
   NAVIGATIONS
   ========================================================================== */
/* Categories navigation
   -------------------------------------------------------------------------- */
.category-navigation {
  background: url("/assets-images/category-navigation-bg.png") top center no-repeat;
  background-color: transparent;
  min-height: 10.9rem;
  position: relative;
  z-index: 11; }
  @media screen and (max-width: 52.5em) {
    .category-navigation {
      z-index: 1; } }
  .category-navigation__wrapper {
    position: relative;
    min-height: 10.9rem; }
  .category-navigation__list {
    font-size: 0;
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .category-navigation__item {
    font-size: 2.4rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #e49491;
    font-weight: 600;
    text-transform: none;
    line-height: 3rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem; }
    .category-navigation__item_active .category-navigation__link {
      color: #fff;
      background-color: transparent; }
    .category-navigation__item_favourites .category-navigation__favourite-icon {
      color: #4f9346;
      float: right;
      margin-left: 1rem; }
    @media screen and (max-width: 68.75em) {
      .category-navigation__item {
        font-size: 2rem; } }
    @media screen and (max-width: 60em) {
      .category-navigation__item {
        font-size: 1.8rem;
        margin-left: 1rem;
        margin-right: 1rem; } }
  .category-navigation__link {
    padding: 0;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease; }
    .category-navigation__link:hover {
      color: #fff;
      background-color: transparent; }
  .category-navigation__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: 0;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  .category-navigation.fixed-topbar {
    background: none;
    background-color: #a92620; }

/* Categories mobile navigation
   -------------------------------------------------------------------------- */
.category-navigation_mobile {
  background: url("/assets-images/category-navigation-bg-mobile.png") top center no-repeat;
  background-color: #fff;
  border-top: none;
  height: 6.1rem;
  min-height: 6.1rem;
  position: relative; }
  .category-navigation_mobile .category-navigation__wrapper {
    width: calc(100% - 4.8rem);
    min-height: 6.1rem; }
  .category-navigation_mobile .category-navigation__list {
    font-size: 0;
    padding: 0;
    position: static;
    transform: none;
    padding-top: 1.05rem; }
  .category-navigation_mobile .category-navigation__item {
    font-size: 2.4rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #e49491;
    font-weight: 600;
    text-transform: none;
    line-height: 4rem;
    margin-left: 3.5rem;
    margin-right: 3.5rem;
    border-bottom: none; }
    .category-navigation_mobile .category-navigation__item_active {
      color: #fff;
      border-bottom: none; }
      .category-navigation_mobile .category-navigation__item_active .category-navigation__link {
        color: #fff;
        background-color: transparent; }
  .category-navigation_mobile .category-navigation__link {
    font-size: 2.4rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #e49491;
    font-weight: 600;
    text-transform: none;
    line-height: 4rem;
    padding: 0;
    white-space: nowrap; }
    .category-navigation_mobile .category-navigation__link:hover, .category-navigation_mobile .category-navigation__link:focus {
      color: #fff;
      background-color: transparent; }
  .category-navigation_mobile-icon-left {
    left: 0; }
    .category-navigation_mobile-icon-left:before {
      font-family: 'fontello';
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      min-width: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-right: .2em;
      margin-left: .2em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
  .category-navigation_mobile-icon-right {
    right: 0; }
    .category-navigation_mobile-icon-right:before {
      font-family: 'fontello';
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      min-width: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-right: .2em;
      margin-left: .2em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
  .category-navigation_mobile-icon-left, .category-navigation_mobile-icon-right {
    display: block;
    width: 2.4rem;
    height: 6.1rem;
    background-color: transparent;
    position: absolute;
    top: 0; }
    .category-navigation_mobile-icon-left:before, .category-navigation_mobile-icon-right:before {
      margin: 0;
      line-height: 6.1rem;
      color: #fff; }

/* Account navigation
   -------------------------------------------------------------------------- */
.account-navigation {
  background: url("/assets-images/category-navigation-bg.png") top center no-repeat;
  height: 10.9rem;
  position: relative;
  z-index: 3; }
  .account-navigation__list {
    font-size: 0;
    display: block;
    width: 100%;
    max-width: 120rem;
    position: absolute;
    top: 50%;
    left: calc(50% - 60rem);
    transform: translate(0, -50%); }
    @media screen and (max-width: 77.5em) {
      .account-navigation__list {
        left: 2rem; } }
  .account-navigation__item {
    font-size: 2.4rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #e49491;
    font-weight: 600;
    text-transform: none;
    line-height: 3rem;
    margin-left: 3.5rem;
    margin-right: 3.5rem; }
    .account-navigation__item:first-child {
      margin-left: 0; }
    .account-navigation__item:last-child {
      margin-right: 0; }
    .account-navigation__item_active .account-navigation__link {
      color: #fff;
      background-color: transparent; }
  .account-navigation__link {
    padding: 0;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease; }
  .account-navigation.fixed-topbar {
    background: none;
    background-color: #a92620;
    height: 6rem; }

/* Checkout navigation
   -------------------------------------------------------------------------- */
.checkout-navigation {
  background-color: #cd5650;
  height: 6rem;
  box-sizing: border-box;
  overflow: hidden;
  position: relative; }
  .checkout-navigation.fixed-topbar {
    background: none;
    background-color: #cd5650; }
  .checkout-navigation:before {
    display: block;
    content: '';
    width: 100%;
    height: 6rem;
    position: absolute;
    top: 0;
    right: calc(48% + 60rem);
    background-color: #a92620; }
    @media screen and (max-width: 75em) {
      .checkout-navigation:before {
        right: 98%; } }
    @media screen and (max-width: 52.5em) {
      .checkout-navigation:before {
        height: 4rem; } }
  .checkout-navigation__list {
    font-size: 0; }
  .checkout-navigation__item {
    font-size: 2.2rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 6rem;
    height: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #a92620; }
    .checkout-navigation__item_active {
      background-color: #a92620; }
      .checkout-navigation__item_active ~ .checkout-navigation__item {
        color: #fff;
        background-color: transparent; }
        .checkout-navigation__item_active ~ .checkout-navigation__item:after {
          display: none; }
    .checkout-navigation__item + .checkout-navigation__item {
      margin-left: 0;
      padding-left: 3.3rem; }
      @media screen and (max-width: 24em) {
        .checkout-navigation__item + .checkout-navigation__item {
          padding-left: 2.5rem; } }
    .checkout-navigation__item:after {
      content: '';
      display: block;
      position: absolute;
      left: 100%;
      top: 0;
      width: 0;
      height: 0;
      border-bottom: 3rem solid transparent;
      border-top: 3rem solid transparent;
      border-left: 2rem solid #a92620; }
    .checkout-navigation__item:last-child:after {
      display: none; }
    @media screen and (max-width: 52.5em) {
      .checkout-navigation__item {
        font-size: 1.6rem;
        line-height: 4rem;
        height: 4rem; }
        .checkout-navigation__item:after {
          border-bottom: 2rem solid transparent;
          border-top: 2rem solid transparent; } }
    @media screen and (max-width: 24em) {
      .checkout-navigation__item {
        font-size: 1.2rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
  @media screen and (max-width: 52.5em) {
    .checkout-navigation {
      height: 4rem; } }

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

/* Mobile: burger menu
   -------------------------------------------------------------------------- */
.burger-menu__button {
  padding: 1.2rem .8rem; }
.burger-menu__link {
  display: block; }
.burger-menu__line {
  display: block;
  width: 2.5rem;
  height: .2rem;
  border-top: none;
  background-color: #a92720; }
  .burger-menu__line + .burger-menu__line {
    margin-top: .6rem; }

/* Mobile: menu on the left (navigation)
   -------------------------------------------------------------------------- */
.mobile-menu__header {
  background-color: #a92620;
  padding: 1.3rem 1.8rem; }
.mobile-menu__close-icon {
  color: #fff;
  font-size: 2.4rem; }
  .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__close-icon:before {
    margin: 0;
    display: block; }
.mobile-menu__section {
  border-bottom: 1px solid #c3c3c3; }
  .mobile-menu__section_user {
    font-size: 1.4rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 2.4rem;
    padding: 1.8rem;
    background-color: #f1f1f1; }
  .mobile-menu__section-link {
    font-size: 1.4rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 2.4rem;
    padding: 1.8rem;
    background-color: #fff; }
  .mobile-menu__section-icon {
    -webkit-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
    .mobile-menu__section-icon:before {
      font-family: 'fontello';
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      min-width: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-right: .2em;
      margin-left: .2em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
  .mobile-menu__section_unfolded .mobile-menu__section-link {
    color: #fff;
    background-color: #a92620; }
  .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 #c3c3c3; }
  .mobile-menu__item-link {
    font-size: 1.4rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 2.4rem;
    padding: 1.8rem;
    background-color: #fff; }
  .mobile-menu__item_active .mobile-menu__item-link {
    color: #fff;
    background-color: #a92620; }
  .mobile-menu__item_favourites .mobile-menu__item-link {
    overflow: hidden; }
.mobile-menu__favourite-icon {
  color: #509346; }
  .mobile-menu__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: 0;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
.mobile-menu__favourite-name {
  float: left;
  margin-right: .5rem; }

.mobile-credits {
  display: none; }

/* Mobile: menu on the right (basket)
   -------------------------------------------------------------------------- */
.basket-menu__link {
  padding: 0;
  display: block; }
.basket-menu__items {
  margin: 0;
  display: block;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  min-width: 2rem;
  width: auto;
  height: 2rem;
  background-color: #397d42;
  border: none;
  position: absolute;
  top: 50%;
  right: -.2rem;
  left: auto;
  transform: translate(0, -50%); }
.basket-menu__basket-button {
  display: block; }
.basket-menu__basket-icon {
  width: 4.2rem;
  height: 4.2rem;
  display: block;
  background: url("/assets-images/mobile-basket-icon.png") center center no-repeat; }

/* Shop info
   -------------------------------------------------------------------------- */
.shop-info {
  background-color: #a9261f;
  padding: 2.2rem 2.8rem 2.8rem; }
  .shop-info__header {
    margin-bottom: 1.1rem; }
  .shop-info__title {
    font-size: 1.4rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 3rem;
    margin-bottom: 0; }
    @media screen and (max-width: 52.5em) {
      .shop-info__title {
        margin-right: 0;
        margin-bottom: .9rem;
        display: block;
        width: 100%; } }
  .shop-info__link {
    color: #fff; }
  .shop-info__google-maps {
    border: solid .1rem #91211b; }
    .shop-info__google-maps iframe {
      display: block; }
    @media screen and (max-width: 52.5em) {
      .shop-info__google-maps {
        border: none; } }
  .shop-info__feature-title {
    font-size: 1.4rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 2.4rem; }
  .shop-info__feature-content {
    font-size: 1.4rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 400;
    line-height: 2.4rem; }
  .shop-info .social-icons {
    font-size: 0; }
    .shop-info .social-icons li {
      display: inline-block;
      vertical-align: top; }
    .shop-info .social-icons__icon {
      width: 3rem;
      height: 3rem; }
      .shop-info .social-icons__icon + .social-icons__icon {
        margin-left: .7rem; }
    .shop-info .social-icons__link {
      color: #fff;
      background-color: #a9261f;
      width: 3rem;
      height: 3rem;
      font-size: 1.6rem;
      -webkit-transition: background-color .2s ease, color .2s ease;
      transition: background-color .2s ease, color .2s ease; }
      .shop-info .social-icons__link i {
        border-color: #fff;
        width: 3rem;
        height: 3rem;
        line-height: 2.8rem; }
        .shop-info .social-icons__link i:before {
          line-height: 2.8rem;
          font-size: 1.6rem;
          color: #fff; }
      .shop-info .social-icons__link:hover {
        color: #fff;
        background-color: #a9261f; }
  .shop-info .card-icon {
    margin: .4rem .4rem 0 0; }
  @media screen and (max-width: 52.5em) {
    .shop-info .shop-info__social-icons {
      float: none; } }

/* ==========================================================================
   CATEGORY PAGE
   ========================================================================== */
/* Page header
   -------------------------------------------------------------------------- */
.category__header {
  box-sizing: border-box;
  padding: .8rem 2rem;
  background-color: #fff;
  text-align: left;
  margin-bottom: 2.4rem; }
  .category__header_img {
    position: relative;
    font-size: 0; }
    .category__header_img .category__header-titles {
      display: inline-block;
      vertical-align: top;
      box-sizing: border-box;
      width: calc(100% - 16rem); }
      @media screen and (max-width: 52.5em) {
        .category__header_img .category__header-titles {
          display: block;
          width: 100%; } }
    .category__header_img .category__picture {
      display: inline-block; }
      @media screen and (max-width: 52.5em) {
        .category__header_img .category__picture {
          display: none; } }
  .category__header .category__description {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0; }
    @media screen and (max-width: 52.5em) {
      .category__header .category__description {
        text-align: center; } }
.category__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3rem;
  color: #4e4f53;
  text-transform: uppercase;
  margin-bottom: 0; }
.category__description {
  font-size: 1.6rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #7f8187;
  font-weight: 400;
  text-transform: none;
  line-height: 2rem;
  margin-top: .1rem;
  margin-bottom: 2.4rem;
  text-align: center; }
  @media screen and (max-width: 52.5em) {
    .category__description {
      padding-left: 2.3rem;
      padding-right: 2.3rem; } }
.category__subcategory-title {
  font-size: 2.4rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #4f9346;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 3rem;
  margin-bottom: 2.4rem;
  text-align: center; }
  @media screen and (max-width: 52.5em) {
    .category__subcategory-title {
      padding-left: 2.3rem;
      padding-right: 2.3rem; } }
.category__products {
  margin-top: 2.4rem; }
.category__picture {
  display: none;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  max-width: 16rem;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: 0;
  text-align: right; }
  .category__picture-image {
    display: block;
    margin: 0 0 0 auto; }
.category__products {
  margin: 0 -.5rem; }

/* Product
   -------------------------------------------------------------------------- */
.product_improved.product, .product_improved.product_favourites {
  margin-bottom: 2.4rem;
  padding: 0 .5rem;
  width: 33.33%;
  float: left; }
  @media screen and (max-width: 60em) {
    .product_improved.product, .product_improved.product_favourites {
      width: 50%; } }
  @media screen and (max-width: 52.5em) {
    .product_improved.product, .product_improved.product_favourites {
      margin-bottom: 1.7rem;
      width: 100%;
      padding: 0; } }
.product_improved .product__wrapper {
  background-color: #f1f1f1; }
  @media screen and (max-width: 52.5em) {
    .product_improved .product__wrapper {
      padding: 0; } }
.product_improved .product__top, .product_improved .product__bottom {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media screen and (max-width: 52.5em) {
    .product_improved .product__top, .product_improved .product__bottom {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-bottom: 4.8rem; } }
@media screen and (max-width: 52.5em) {
  .product_improved .product__top {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    padding-left: 2.7rem; } }
.product_improved .product__bottom {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem; }
  @media screen and (max-width: 52.5em) {
    .product_improved .product__bottom {
      display: block;
      padding-left: 2.7rem; } }
.product_improved .product__name {
  font-size: 1.8rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #a92620;
  font-weight: 600;
  text-transform: none;
  line-height: 2.3rem;
  word-break: break-word;
  box-sizing: border-box;
  padding-right: 2.3rem;
  position: relative; }
.product_improved .product__price {
  font-size: 1.4rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: none;
  line-height: 1.8rem; }
.product_improved .product__description {
  font-size: 1.4rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.8rem;
  margin-top: 0; }
.product_improved .product__sku {
  display: block;
  width: 100%; }
  .product_improved .product__sku + .product__sku {
    margin-top: 1rem; }
  .product_improved .product__sku-label,
  .product_improved .product__sku .nice-select__container,
  .product_improved .product__sku .nice-select__container .nice-select {
    display: block;
    width: 100%;
    float: none; }
  .product_improved .product__sku-label {
    font-size: 1.4rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 4rem; }
  .product_improved .product__sku-value {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 3.8rem;
    border-bottom: 1px solid #b9b9b9; }
  .product_improved .product__sku-list {
    display: none; }
.product_improved .product__picture-container {
  width: 100%;
  float: none;
  margin-left: 0;
  background-color: #c6c6c6;
  margin-bottom: 1.4rem;
  overflow: hidden; }
  @media screen and (max-width: 52.5em) {
    .product_improved .product__picture-container {
      margin-bottom: 0;
      width: 20rem;
      float: right; } }
  @media screen and (max-width: 30em) {
    .product_improved .product__picture-container {
      width: 15rem; } }
  @media screen and (max-width: 23.75em) {
    .product_improved .product__picture-container {
      float: none;
      width: 20rem;
      margin-left: auto;
      margin-right: auto; } }
.product_improved .product__mobile-price {
  font-size: 1.3rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  position: absolute;
  left: 2.7rem;
  bottom: 1.1rem;
  margin-top: 0;
  line-height: 2.9rem;
  text-align: center;
  padding-right: 3rem; }
  .product_improved .product__mobile-price-outer {
    padding: 0 1.5rem;
    background-color: #a92620;
    box-sizing: border-box; }
  .product_improved .product__mobile-price-from, .product_improved .product__mobile-price-value {
    font-size: 1.3rem;
    line-height: 2.9rem;
    font-weight: 600; }
  .product_improved .product__mobile-price .product__counter {
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.9rem;
    color: #4f9346;
    position: absolute;
    right: 0;
    top: 0; }
.product_improved .product__counter {
  color: #4f9346; }
  .product_improved .product__counter:not(:empty):before {
    font-size: 1.6rem;
    line-height: 2.9rem; }
.product_improved.product_with-counter:after {
  background-color: #000;
  width: .4rem; }
.product_improved.product_favourites .product__sku-list {
  display: none; }
.product_improved.product_favourites .product__picture-container {
  width: 100%;
  float: none;
  margin-left: 0;
  background-color: #c6c6c6;
  margin-bottom: 1.4rem;
  overflow: hidden; }
  .product_improved.product_favourites .product__picture-container ~ * {
    margin-left: 0; }
  @media screen and (max-width: 52.5em) {
    .product_improved.product_favourites .product__picture-container {
      margin-bottom: 0;
      width: 20rem;
      float: right; } }
  @media screen and (max-width: 30em) {
    .product_improved.product_favourites .product__picture-container {
      width: 15rem; } }
  @media screen and (max-width: 23.75em) {
    .product_improved.product_favourites .product__picture-container {
      float: none;
      width: 20rem;
      margin-left: auto;
      margin-right: auto; } }
.product_improved.product_greyed-out {
  position: relative; }
  .product_improved.product_greyed-out:after {
    display: block;
    content: '';
    width: calc(100% - 1rem);
    height: 100%;
    position: absolute;
    top: 0;
    left: .5rem;
    z-index: 9;
    background: url("/assets-images/product_disabled_over.png") top 40% center no-repeat;
    background-color: rgba(26, 26, 26, 0.4); }
    @media screen and (max-width: 52.5em) {
      .product_improved.product_greyed-out:after {
        width: 100%;
        left: 0; } }

/* Add & customise buttons
   -------------------------------------------------------------------------- */
.product__buttons, .product_favourites .product__buttons {
  float: none;
  margin-top: 0;
  padding: 0 1rem 1rem; }
.product__add,
.product .product__customise + .product__add, .product_favourites .product__add, .product_favourites .product__customise + .product__add {
  color: #fff;
  background-color: #a92620;
  border: none;
  font-size: 1.4rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: none;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  line-height: 1.8rem;
  padding: .5rem 0;
  height: 2.8rem;
  box-sizing: border-box;
  display: block;
  width: 100%;
  font-size: 0; }
  .product__add:hover,
  .product .product__customise + .product__add:hover, .product_favourites .product__add:hover, .product_favourites .product__customise + .product__add:hover {
    color: #fff;
    background-color: #a92620; }
.product__add .product__price,
.product__add .product__add-value {
  display: inline-block;
  vertical-align: top;
  width: 50%; }
.product__add .product__price {
  float: none;
  font-size: 1.4rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: none;
  line-height: 1.8rem;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .product__add .product__price + .product__add-value:before {
    display: block;
    width: .1rem;
    height: 1.8rem;
    background-color: #fff;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease; }
  .product__add .product__price[data-product-price-empty] {
    display: none; }
    .product__add .product__price[data-product-price-empty] + .product__add-value {
      width: 100%; }
      .product__add .product__price[data-product-price-empty] + .product__add-value:before {
        display: none; }
.product__add .product__add-value {
  font-size: 1.4rem;
  position: relative; }
.product__add:hover .product__add-value:before {
  background-color: #fff; }
.product__add:hover .product__price {
  color: #fff; }
.product__customise, .product_favourites .product__customise {
  color: #4f9346;
  background-color: transparent;
  border: none;
  font-size: 1.4rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: none;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  line-height: 3rem;
  padding: 0;
  height: 3rem;
  text-decoration: underline;
  box-sizing: border-box;
  display: inline-block;
  width: auto; }
  .product__customise:hover, .product_favourites .product__customise:hover {
    color: #4f9346;
    background-color: transparent; }
  .product__customise:hover, .product_favourites .product__customise:hover {
    text-decoration: none; }

/* Favourite icon
   -------------------------------------------------------------------------- */
.product_improved .product__favourite {
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0; }
  .product_improved .product__favourite_add .product__favourite-icon {
    color: #4f9346; }
    .product_improved .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_improved .product__favourite_add .product__favourite-icon:before {
      margin: 0; }
  .product_improved .product__favourite_remove .product__favourite-icon {
    color: #4f9346; }
    .product_improved .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: ""; }
    .product_improved .product__favourite_remove .product__favourite-icon:before {
      margin: 0; }

/* Deal wizard
   -------------------------------------------------------------------------- */
.deal-wizard__header {
  margin-bottom: 2.8rem; }
  @media screen and (max-width: 52.5em) {
    .deal-wizard__header {
      box-sizing: border-box;
      padding-left: 2%;
      padding-right: 2%; } }
.deal-wizard__title {
  font-size: 3rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #4e4f53;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 4rem;
  text-align: left; }

.deal-wizard-navigation {
  background-color: transparent; }
  .deal-wizard-navigation__tab {
    background-color: transparent;
    margin-bottom: 2.8rem; }
    .deal-wizard-navigation__tab:first-child, .deal-wizard-navigation__tab:first-child .deal-wizard-navigation__link {
      border-radius: .5rem 0 0 .5rem; }
    .deal-wizard-navigation__tab:last-child, .deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link {
      border-radius: 0 .5rem .5rem 0; }
    .deal-wizard-navigation__tab:first-child:last-child, .deal-wizard-navigation__tab:first-child:last-child .deal-wizard-navigation__link {
      border-radius: .5rem; }
    .deal-wizard-navigation__tab:nth-child(3n), .deal-wizard-navigation__tab:last-child {
      background-color: transparent; }
    .deal-wizard-navigation__tab:nth-child(3n-2):before {
      display: none; }
    .deal-wizard-navigation__tab:nth-child(3n) {
      z-index: 7; }
    .deal-wizard-navigation__tab:nth-child(3n-1) {
      z-index: 8; }
    .deal-wizard-navigation__tab:nth-child(3n-2) {
      z-index: 9; }
    .deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link {
      margin-right: 0; }
      .deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link:before, .deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link:after {
        display: none; }
    .deal-wizard-navigation__tab:before {
      content: '';
      display: block;
      position: absolute;
      right: 100%;
      top: 0;
      width: 2.9rem;
      height: 100%;
      box-sizing: border-box;
      background-color: #4f9346; }
    .deal-wizard-navigation__tab_active .deal-wizard-navigation__link {
      color: #fff;
      background-color: #4f9346; }
      .deal-wizard-navigation__tab_active .deal-wizard-navigation__link:before {
        display: block; }
      .deal-wizard-navigation__tab_active .deal-wizard-navigation__link:after {
        border-left-color: #4f9346;
        margin-left: -.1rem; }
    .deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__link {
      color: #4e4f53;
      background-color: #a2cc9d; }
      .deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__link:before {
        border-left-color: #91b68c; }
      .deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__link:after {
        border-left-color: #a2cc9d; }
    .deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab:before {
      background-color: #a2cc9d;
      box-sizing: border-box; }
  .deal-wizard-navigation__link {
    font-size: 1.8rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #4e4f53;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 5.2rem;
    height: 5.2rem;
    background-color: #4f9346; }
    .deal-wizard-navigation__link:before, .deal-wizard-navigation__link:after {
      border-top: 2.6rem solid transparent;
      border-bottom: 2.6rem solid transparent;
      border-left: 2.9rem solid; }
    .deal-wizard-navigation__link:before {
      border-left-color: #91b68c; }
    .deal-wizard-navigation__link:after {
      border-left-color: #4f9346; }
  .deal-wizard-navigation__title {
    line-height: 5.2rem;
    height: 5.2rem; }
    @media screen and (max-width: 52.5em) {
      .deal-wizard-navigation__title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; } }
  @media screen and (max-width: 52.5em) {
    .deal-wizard-navigation {
      box-sizing: border-box;
      padding-left: 2%;
      padding-right: 2%; } }

/* ==========================================================================
   BASKET
   ========================================================================== */
.basket {
  border: solid .1rem #b5b5b5;
  border-radius: .5rem;
  background-color: #fff; }
  .basket__header {
    background-color: #000;
    border-radius: .5rem .5rem 0 0;
    padding: 1rem 2rem; }
  .basket__title {
    font-size: 2.4rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 3rem; }
    @media screen and (max-width: 52.5em) {
      .basket__title {
        padding-top: .3rem;
        line-height: 2.7rem; } }
  .basket__repeat {
    font-size: 1.6rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 400;
    line-height: 2rem;
    margin-top: .5rem;
    text-decoration: underline;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease; }
    .basket__repeat:hover {
      color: #fff;
      text-decoration: none; }
    @media screen and (max-width: 52.5em) {
      .basket__repeat {
        line-height: 3rem;
        padding-top: 0;
        padding-left: 0;
        margin-top: 0; } }
  .basket__close {
    margin-right: -.7rem; }
    .basket__close-icon {
      display: block;
      margin: 0;
      width: 3rem;
      height: 3rem;
      line-height: 3rem; }
      .basket__close-icon:before {
        font-family: 'fontello';
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        min-width: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        margin-right: .2em;
        margin-left: .2em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: ""; }
      .basket__close-icon:before {
        margin: 0;
        font-size: 1.6rem;
        width: 3rem;
        height: 3rem;
        display: block;
        line-height: 3rem; }
  .basket__empty {
    font-size: 1.4rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 2rem;
    background-color: #f1f1f1;
    padding: .8rem 1.5rem; }

/* Basket item
   -------------------------------------------------------------------------- */
.basket__items {
  background-color: transparent;
  padding: .5rem 2rem; }
.basket-item__title {
  font-size: 1.6rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #4e4f53;
  font-weight: 400;
  text-transform: none;
  line-height: 2rem; }
.basket-item__details, .basket-item__quantity, .basket-item__price, .basket-item__delete {
  display: inline-block;
  vertical-align: top; }
.basket-item__link:hover {
  color: #4e4f53; }
.basket-item__option {
  font-size: 1.2rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #4e4f53;
  font-weight: 400;
  text-transform: none;
  line-height: 16px; }
.basket-item__delete-icon {
  color: #a92620;
  padding: 0;
  margin-left: 1rem;
  display: block;
  width: 2rem;
  height: 2rem; }
  .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-icon:before {
    font-size: 2rem;
    line-height: 2rem;
    width: 2rem;
    height: 2rem; }
.basket-item__delete:hover .basket-item__delete-icon {
  color: #a92620; }
@media screen and (max-width: 75em) {
  .basket-item__name {
    width: 60%; }
  .basket-item__details {
    width: 40%; } }
@media screen and (max-width: 63.75em) {
  .basket-item__name {
    width: 55%; }
  .basket-item__details {
    width: 45%; } }

/* Basket deal title
   -------------------------------------------------------------------------- */
.basket-deal__header {
  background-color: #4f9346;
  padding: .5rem 2rem; }
.basket-deal__title {
  font-size: 1.4rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 2rem; }
.basket-deal__link:hover {
  color: #4f9346; }
.basket-deal__delete-icon {
  color: #fff;
  padding: 0;
  margin-left: 1rem;
  width: 2rem;
  height: 2rem;
  display: block; }
  .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-icon:before {
    font-size: 2rem;
    line-height: 2rem;
    width: 2rem;
    height: 2rem; }
.basket-deal__delete:hover .basket-deal__delete-icon {
  color: #fff; }

/* Basket deal item
   -------------------------------------------------------------------------- */
.basket-deal__items {
  background-color: #f4ecec;
  padding: .5rem 2rem; }
.basket-deal__item-title {
  font-size: 1.6rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #4f9346;
  font-weight: 600;
  text-transform: none;
  line-height: 2rem; }
.basket-deal__item-link {
  display: block; }
  .basket-deal__item-link:hover {
    color: #4f9346; }
.basket-deal__item-quantity, .basket-deal__item-price {
  display: inline-block;
  vertical-align: top; }
.basket-deal__item-option {
  font-size: 1.2rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #4f9346;
  font-weight: 600;
  text-transform: none;
  line-height: 1.6rem; }
.basket-deal__item-delete-icon {
  color: #a92620;
  padding: 0;
  margin-left: 1rem;
  width: 2rem;
  height: 2rem;
  display: block; }
  .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-icon:before {
    font-size: 2rem;
    line-height: 2rem;
    width: 2rem;
    height: 2rem; }
.basket-deal__item-delete:hover .basket-deal__item-delete-icon {
  color: #a92620; }
@media screen and (max-width: 75em) {
  .basket-deal__item-name {
    width: 60%; }
  .basket-deal__item-details {
    width: 40%; } }
@media screen and (max-width: 63.75em) {
  .basket-deal__item-name {
    width: 55%; }
  .basket-deal__item-details {
    width: 45%; } }

/* Delivery method switcher
   -------------------------------------------------------------------------- */
.basket__delivery_radio {
  border: none;
  border-radius: .5rem;
  overflow: hidden; }
.basket__delivery-method {
  display: block;
  background-color: #fff;
  font-size: 1.4rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #93183a;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 2rem;
  padding: .9rem 0;
  border: .1rem solid #a92620;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  border-radius: .5rem 0 0 .5rem; }
.basket__delivery-option + .basket__delivery-option .basket__delivery-method {
  border-radius: 0 .5rem .5rem 0; }
.basket__delivery-radio:checked + .basket__delivery-method {
  color: #fff;
  background-color: #a92620; }
.basket__delivery-method:hover, .basket__delivery-radio:checked + .basket__delivery-method:hover {
  color: #fff;
  background-color: #a92620; }

/* Basket footer
   -------------------------------------------------------------------------- */
.basket__footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff; }
  .basket__footer-row {
    padding: 1rem 2rem; }
.basket__time {
  margin-top: 1rem; }
  .basket__time .nice-select__container {
    margin: 0;
    width: calc(50% - .7rem); }
    .basket__time .nice-select__container ~ .nice-select__container {
      margin-left: 1.4rem; }
.basket__tip {
  font-size: 0;
  box-sizing: border-box; }
  .basket__tip__title, .basket__tip__details {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.8rem;
    color: #4f9346; }
  .basket__tip__details {
    text-align: right; }
.basket__charge-title, .basket__charge-amount {
  font-size: 2.4rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #4e4f53;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 3rem; }
.basket__total-title, .basket__total-amount {
  font-size: 2.4rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #4e4f53;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 3rem; }

/* Basket order button
   -------------------------------------------------------------------------- */
.basket__button-link {
  color: #fff;
  background-color: transparent;
  border: none;
  padding: 0 1.5rem;
  border-radius: 0;
  font-size: 1.4rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  border: none;
  line-height: 4.3rem;
  height: 4.3rem;
  width: 100%;
  max-width: 28.2rem;
  margin: 0 auto;
  background: url("/assets-images/basket-order-button-bg.png") center center no-repeat;
  -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: transparent; }
  .basket__button-link:hover {
    color: #fff;
    background-color: #a9261f; }

/* Basket error messages
   -------------------------------------------------------------------------- */
.basket__footer-red-message,
.basket__error {
  color: #fff;
  background-color: #a92620;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  width: calc(100% - 4rem);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box; }

/* Basket message at the bottom
   -------------------------------------------------------------------------- */
.text-below-basket {
  font-size: 1.4rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: none;
  line-height: 2rem;
  background-color: #a92620;
  padding: 3.2rem 4rem; }

.basket__savings {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2rem;
  background-color: #a92620;
  box-sizing: border-box;
  width: calc(100% - 4rem);
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.5rem; }

/* Basket coupon
   -------------------------------------------------------------------------- */
.basket__coupon {
  font-size: 1.4rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #93183a;
  font-weight: 400;
  line-height: 3rem; }
  .basket__coupon-link, .basket__coupon-validate {
    display: inline-block;
    vertical-align: top;
    color: #93183a;
    text-decoration: underline;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease; }
    .basket__coupon-link:hover, .basket__coupon-validate:hover {
      color: #93183a;
      text-decoration: none; }
  .basket__coupon-enable, .basket__coupon-enabled {
    padding: 0; }
  .basket__coupon-form {
    font-size: 0; }
  .basket__coupon-form span, .basket__coupon-input, .basket__coupon-validate {
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #93183a;
    font-weight: 400;
    line-height: 3rem; }
  .basket__coupon-input {
    outline: none;
    box-shadow: none;
    margin: 0 1rem;
    padding: 0 1.5rem;
    line-height: 2.8rem;
    height: 3rem;
    background-color: transparent;
    border: solid .1rem #b0aeae;
    box-sizing: border-box; }

/* Basket upsellings
   -------------------------------------------------------------------------- */
.basket__upselling {
  margin-top: 2rem; }

.basket-upselling {
  display: block;
  box-sizing: border-box;
  border: solid .3rem #4f9346;
  background-color: #fff; }
  .basket-upselling__image {
    display: block;
    margin: 0 auto; }
    .basket-upselling__image-wrapper {
      margin-bottom: 0;
      padding-top: 2rem; }
  .basket-upselling__title {
    font-size: 2.6rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 3.4rem;
    margin-bottom: 2rem;
    text-align: center; }
  .basket-upselling__description {
    font-size: 1.4rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 1.8rem;
    margin-top: 2rem;
    text-align: center; }
  .basket-upselling__header {
    padding: 2.2rem 2rem 0;
    margin-bottom: 2rem; }
  .basket-upselling__footer {
    padding: 0 2.7rem 2.9rem;
    margin-top: 1.4rem; }
    .basket-upselling__footer .nice-select__container,
    .basket-upselling__footer .basket-upselling__button {
      display: block;
      width: 100%; }
    .basket-upselling__footer .basket-upselling__button {
      font-size: 1.6rem;
      font-family: "Quicksand", Arial, Helvetica, sans-serif;
      color: #fff;
      font-weight: 600;
      text-transform: none;
      line-height: 4rem;
      box-shadow: none;
      outline: none;
      border: none;
      border-radius: 0;
      padding: 0;
      margin-top: .8rem;
      text-align: center;
      background-color: #a92620;
      -webkit-transition: background-color .2s ease, color .2s ease;
      transition: background-color .2s ease, color .2s ease; }
      .basket-upselling__footer .basket-upselling__button:hover {
        color: #fff;
        background-color: #a92620; }
  .basket-upselling__select {
    float: none;
    line-height: 3.8rem;
    height: 4rem;
    border: solid .1rem #a09e9e;
    background-color: #fff;
    padding-right: 4rem;
    overflow: hidden; }
    .basket-upselling__select.open {
      overflow: visible; }
      .basket-upselling__select.open .list {
        max-height: 20rem;
        overflow-y: auto;
        height: auto; }
    .basket-upselling__select:after {
      right: 2rem; }
    .basket-upselling__select .list {
      left: 0;
      height: 0;
      box-sizing: border-box;
      max-width: 100%; }

/* Mobile basket button
   -------------------------------------------------------------------------- */
.mobile-basket-button__nb-items {
  font-size: 1.4rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase; }
.mobile-basket-button__icon {
  border-bottom-color: #fff; }
  .mobile-basket-button__icon:after {
    border-left-color: #fff; }
.mobile-basket-button__link {
  color: #fff;
  background-color: #a9261f;
  border: none;
  border-radius: 0;
  font-size: 1.4rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase; }
  .mobile-basket-button__link:hover {
    color: #fff;
    background-color: #a9261f; }

/* ==========================================================================
   CUSTOMIZATION POPUP
   ========================================================================== */
.popup_improved.popup {
  border-radius: 0;
  width: 100%;
  max-width: 90rem;
  background-color: #fff;
  padding-bottom: 6.9rem; }
  .popup_improved.popup .popup__top {
    padding: 2rem 4rem 2.1rem;
    background-color: #f1f1f1;
    font-size: 0; }
    @media screen and (max-width: 52.5em) {
      .popup_improved.popup .popup__top {
        background-color: transparent;
        padding: 0; } }
  .popup_improved.popup .popup__group {
    padding: 2.7rem 0 2.1rem;
    margin-top: 0; }
  .popup_improved.popup .popup__wrapper {
    padding: 0; }
    @media screen and (max-width: 52.5em) {
      .popup_improved.popup .popup__wrapper {
        padding: 1.5rem 2rem; } }
  .popup_improved.popup .popup__header {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: calc(100% - 23rem); }
    @media screen and (max-width: 30em) {
      .popup_improved.popup .popup__header {
        display: block;
        width: 100%; } }
  .popup_improved.popup .popup__picture {
    float: none;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 21rem;
    margin-right: 2rem; }
    .popup_improved.popup .popup__picture_mobile {
      display: none; }
    .popup_improved.popup .popup__picture-image {
      display: block;
      max-width: 21rem;
      width: auto; }
      .popup_improved.popup .popup__picture-image_desktop, .popup_improved.popup .popup__picture-image_mobile {
        max-height: auto; }
    .popup_improved.popup .popup__picture ~ .popup__header {
      overflow: visible; }
    @media screen and (max-width: 52.5em) {
      .popup_improved.popup .popup__picture {
        margin-top: 0;
        margin-bottom: 0; } }
    @media screen and (max-width: 30em) {
      .popup_improved.popup .popup__picture {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2rem; } }
  .popup_improved.popup .popup__title, .popup_improved.popup .popup__price {
    font-size: 2.4rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #a92620;
    font-weight: 400;
    text-transform: none;
    line-height: 2.3rem;
    margin-top: 0; }
  .popup_improved.popup .popup__description {
    font-size: 1.4rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 1.8rem;
    margin-top: .5rem;
    display: block;
    width: 100%; }
  .popup_improved.popup .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_improved.popup .product-pictos_allergens .product-picto {
    width: 2.1rem;
    height: 2.1rem;
    background-size: 29.4rem 2.1rem; }
    .popup_improved.popup .product-pictos_allergens .product-picto_gluten {
      background-position: 0 0; }
    .popup_improved.popup .product-pictos_allergens .product-picto_ceufs {
      background-position: -2.1rem 0; }
    .popup_improved.popup .product-pictos_allergens .product-picto_lait {
      background-position: -4.2rem 0; }
    .popup_improved.popup .product-pictos_allergens .product-picto_arachides {
      background-position: -6.3rem 0; }
    .popup_improved.popup .product-pictos_allergens .product-picto_fruits-a-coques {
      background-position: -8.4rem 0; }
    .popup_improved.popup .product-pictos_allergens .product-picto_soja {
      background-position: -10.5rem 0; }
    .popup_improved.popup .product-pictos_allergens .product-picto_sesame {
      background-position: -12.6rem 0; }
    .popup_improved.popup .product-pictos_allergens .product-picto_lupin {
      background-position: -14.7rem 0; }
    .popup_improved.popup .product-pictos_allergens .product-picto_sulfites {
      background-position: -16.8rem 0; }
    .popup_improved.popup .product-pictos_allergens .product-picto_moutardes {
      background-position: -18.9rem 0; }
    .popup_improved.popup .product-pictos_allergens .product-picto_celeri {
      background-position: -21rem 0; }
    .popup_improved.popup .product-pictos_allergens .product-picto_mollusques {
      background-position: -23.1rem 0; }
    .popup_improved.popup .product-pictos_allergens .product-picto_crustaces {
      background-position: -25.2rem 0; }
    .popup_improved.popup .product-pictos_allergens .product-picto_poissons {
      background-position: -27.3rem 0; }
  @media screen and (max-width: 52.5em) {
    .popup_improved.popup {
      padding-bottom: 4.6rem; } }
@media screen and (max-width: 52.5em) {
  .popup_improved.popup_full-height {
    height: 100%; } }
.popup_improved.popup_scrolled .popup__title {
  background-color: #fff;
  border-bottom: solid .1rem #c3c3c3;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  line-height: 2.3rem;
  box-sizing: border-box;
  padding: 1.7rem 4rem;
  margin-top: 0; }
  @media screen and (max-width: 52.5em) {
    .popup_improved.popup_scrolled .popup__title {
      padding-left: 2rem;
      padding-right: 2rem; } }

/* Popup close icon
   -------------------------------------------------------------------------- */
.popup_improved .popup__title-mobile-close {
  display: none;
  padding-top: 0;
  padding-right: 1rem;
  width: 2.2rem;
  height: 2rem; }
  .popup_improved .popup__title-mobile-close-icon {
    display: block;
    background: url("/assets-images/popup-arrow-left.png") left center no-repeat;
    width: 2.2rem;
    height: 2rem; }
    .popup_improved .popup__title-mobile-close-icon:before {
      display: none; }

/* Popup group
   -------------------------------------------------------------------------- */
.popup-group_improved.popup-group .popup-group__quantity {
  font-size: 0;
  vertical-align: top; }
  .popup-group_improved.popup-group .popup-group__quantity-field {
    font-size: 1.8rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    text-transform: none;
    line-height: 2.2rem;
    height: 2.2rem;
    outline: none;
    box-shadow: none;
    border: none;
    background-color: transparent;
    width: 3.3rem;
    padding: 0 .5rem;
    box-sizing: border-box;
    text-align: center; }
  .popup-group_improved.popup-group .popup-group__quantity-field, .popup-group_improved.popup-group .popup-group__quantity-button {
    display: inline-block;
    vertical-align: top; }
  .popup-group_improved.popup-group .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_improved.popup-group .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_improved.popup-group .popup-group__quantity-minus-icon, .popup-group_improved.popup-group .popup-group__quantity-plus-icon {
    margin: 0;
    display: block;
    border-radius: 50%;
    width: 2.2rem;
    height: 2.2rem;
    line-height: 2.2rem;
    box-sizing: border-box;
    display: block; }
    .popup-group_improved.popup-group .popup-group__quantity-minus-icon:before, .popup-group_improved.popup-group .popup-group__quantity-plus-icon:before {
      width: 2.2rem;
      height: 2.2rem;
      display: block;
      margin: 0;
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 2.2rem;
      color: #000;
      background-color: #f1f1f1;
      border-radius: 50%;
      box-sizing: border-box;
      border: solid .1rem #000; }
.popup-group_improved.popup-group .popup-group__label, .popup-group_improved.popup-group .popup-group__single-choice, .popup-group_improved.popup-group .popup-group__label_quantity {
  font-size: 1.4rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 2.2rem;
  width: 10.8rem; }
.popup-group_improved.popup-group .popup-group__line + .popup-group__line {
  margin-top: 1.6rem; }
  .popup-group_improved.popup-group .popup-group__line + .popup-group__line .nice-select__container {
    min-width: 14.4rem; }
  .popup-group_improved.popup-group .popup-group__line + .popup-group__line .nice-select {
    line-height: 3.8rem;
    height: 4rem;
    width: 100%; }
  .popup-group_improved.popup-group .popup-group__line + .popup-group__line .popup-group__label {
    line-height: 4rem;
    color: #4f9346; }

/* Popup row
   -------------------------------------------------------------------------- */
.popup-row__title {
  font-size: 1.4rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  color: #4f9346;
  line-height: 1.8rem;
  margin-bottom: 1rem; }
  .popup-row__title + .popup-row__description {
    margin-top: 1rem; }
.popup-row__description {
  font-size: 1.4rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.8rem;
  margin-bottom: 1rem; }

/* Popup enum
   -------------------------------------------------------------------------- */
.popup-enum {
  box-sizing: border-box; }
  .popup-enum__option {
    margin: 0 0 1rem 1rem; }
    .popup-enum__option:first-child {
      margin-left: 0; }
  .popup-enum__text {
    font-size: 1.4rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 2.8rem;
    color: #000;
    background-color: #fff;
    box-sizing: border-box;
    border: solid .1rem #000;
    padding: 0 1.1rem;
    min-width: 8rem;
    text-align: center; }
  .popup-enum__radio:checked + .popup-enum__text {
    color: #fff;
    font-weight: 600;
    background-color: #a92620;
    border: solid .1rem #a92620; }
  .popup-enum__radio:disabled + .popup-enum__text {
    color: #999;
    background-color: #eee; }

.popup-row_enum {
  padding: 2rem 4rem; }
  .popup-row_enum + .popup-row_enum {
    border-top: none;
    padding-top: 0; }
  @media screen and (max-width: 52.5em) {
    .popup-row_enum {
      padding-left: 0;
      padding-right: 0; } }

/* Popup set
   -------------------------------------------------------------------------- */
.popup-set {
  margin-top: 1.4rem; }
  .popup-set__group-title {
    font-size: 1.4rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.8rem;
    margin-bottom: 1rem; }
  .popup-set__title {
    color: #000; }
  .popup-set__label {
    padding: 0;
    margin-bottom: 2.7rem;
    position: relative; }
    .popup-set__label input[type=checkbox]:checked + .popup-set__text {
      font-weight: 400; }
  .popup-set__text {
    font-size: 1.4rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    text-transform: none;
    line-height: 1.6rem;
    padding-left: 2.7rem;
    position: relative; }
    .popup-set__text:before, .popup-set__text:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0; }
    .popup-set__text:before {
      display: block;
      width: 1.6rem;
      height: 1.6rem;
      border: solid 0.1rem #000;
      border-radius: 0;
      background-color: #fff;
      z-index: 1;
      margin: 0; }
    .popup-set__text:after {
      display: none;
      width: 1rem;
      height: 1rem;
      border: none;
      border-radius: 0;
      background-color: #a92620;
      z-index: 2;
      margin: 0.3rem; }

.popup-row_set {
  padding-left: 4rem;
  padding-right: 4rem; }
  .popup-row_set .popup-row__title {
    color: #000; }
  @media screen and (max-width: 52.5em) {
    .popup-row_set {
      padding-left: 0;
      padding-right: 0; } }

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

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

/* Popup buttons
   -------------------------------------------------------------------------- */
.popup-buttons_improved.popup-buttons {
  padding-left: 4rem;
  bottom: 2.9rem;
  box-sizing: border-box; }
  @media screen and (max-width: 52.5em) {
    .popup-buttons_improved.popup-buttons {
      padding-left: 0;
      bottom: 0; } }
  .popup-buttons_improved.popup-buttons .popup-buttons__button {
    color: #fff;
    background-color: #a92620;
    border: none;
    padding: 1.2rem 0;
    border-radius: 0;
    font-size: 1.4rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: none;
    line-height: 1.6rem;
    height: 4rem;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease; }
    .popup-buttons_improved.popup-buttons .popup-buttons__button:hover {
      color: #fff;
      background-color: #a92620; }
    .popup-buttons_improved.popup-buttons .popup-buttons__button:hover {
      background-color: #a92620; }
    @media screen and (max-width: 52.5em) {
      .popup-buttons_improved.popup-buttons .popup-buttons__button {
        height: 4.6rem;
        padding: 1.3rem 0; } }
  .popup-buttons_improved.popup-buttons .popup-buttons__link {
    font-size: 1.3rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #a92620;
    font-weight: 400;
    line-height: 2rem;
    text-decoration: underline;
    padding: 0;
    margin-top: 1rem;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease; }
    .popup-buttons_improved.popup-buttons .popup-buttons__link:hover {
      color: #a92620;
      text-decoration: underline; }

/* ==========================================================================
   CHECKOUT PAGES
   ========================================================================== */
.checkout {
  padding: 0; }
  .checkout__section {
    box-sizing: border-box;
    background-color: #fff;
    padding: 1.8rem 2.3rem 1.4rem; }
    .checkout__section + .checkout__section {
      margin-top: 2.6rem; }
  .checkout__header {
    margin-bottom: 3.4rem;
    text-align: left; }
  .checkout__title {
    font-size: 3rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #55565a;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 4.4rem;
    padding: 0;
    border-bottom: solid .1rem #bababa; }
  .checkout__description {
    line-height: 2rem; }
  .checkout__footer {
    margin-top: 3.5rem;
    padding-top: 1.9rem;
    border-top: solid .1rem #bababa; }
  .checkout__fieldset {
    max-width: 38rem; }
  .checkout-row {
    margin-bottom: 2rem;
    padding-left: 0; }
  @media screen and (max-width: 52.5em) {
    .checkout {
      padding-left: 2rem;
      padding-right: 2rem; } }

.checkout-variant__helper,
.checkout-row__group-item_helper,
.checkout-row__field-text,
.checkout-row__field-textarea,
.checkout__description,
.checkout-row__group,
.card-entry__instructions,
.card-entry__cvcode-label,
.card-entry__input {
  font-size: 1.4rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #5e5e5e;
  font-weight: 400;
  text-transform: none; }

.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: "Quicksand", Arial, Helvetica, sans-serif;
  color: #606165;
  font-weight: 400;
  text-transform: none;
  line-height: 2.4rem;
  padding-top: .3rem;
  width: 16rem;
  margin-left: -16rem; }
  @media screen and (max-width: 75em) {
    .checkout-row__label,
    .checkout-row__group-label,
    .checkout-variant__label,
    .checkout-variant__select-label,
    .card-entry__label,
    .card-entry__saved-card-label {
      width: 100%;
      display: block;
      padding-top: 0;
      margin-bottom: .8rem;
      margin-left: 0; } }

/* Checkout fieldset
   -------------------------------------------------------------------------- */
.checkout__section_delivery-method .checkout__fieldset,
.checkout__section_payment .checkout__fieldset {
  max-width: 56.9rem;
  margin-left: 3.8rem; }
  @media screen and (max-width: 62em) {
    .checkout__section_delivery-method .checkout__fieldset,
    .checkout__section_payment .checkout__fieldset {
      margin-left: 0; } }

/* Checkout variant
   -------------------------------------------------------------------------- */
.checkout-variant {
  position: relative;
  box-sizing: border-box; }
  .checkout-variant + .checkout-variant {
    margin-top: 3.8rem; }
  .checkout-variant__label {
    width: 100%;
    position: relative;
    padding-top: 0;
    display: block;
    margin: 0;
    margin-bottom: 1.8rem;
    line-height: 2rem; }
  .checkout-variant__radio {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    margin: 0; }
    .checkout-variant__radio:checked + .checkout-variant__text {
      font-weight: 400; }
      .checkout-variant__radio:checked + .checkout-variant__text:after {
        display: block; }
  .checkout-variant__text {
    padding-left: 3.4rem;
    box-sizing: border-box;
    line-height: 1.6rem;
    display: inline-block;
    vertical-align: top; }
    .checkout-variant__text:before, .checkout-variant__text:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0; }
    .checkout-variant__text:before {
      display: block;
      width: 1.6rem;
      height: 1.6rem;
      border: solid 0.1rem #0a0a0a;
      border-radius: 50%;
      background-color: #f1f1f1;
      z-index: 1;
      margin: 0; }
    .checkout-variant__text:after {
      display: none;
      width: 1rem;
      height: 1rem;
      border: none;
      border-radius: 50%;
      background-color: #a92620;
      z-index: 2;
      margin: 0.3rem; }
    .checkout-variant__text:before {
      box-sizing: border-box; }
  .checkout-variant__select {
    padding-left: 19.4rem;
    padding-bottom: 0;
    margin: 0; }
    .checkout-variant__select-label {
      font-size: 1.4rem;
      font-family: "Quicksand", Arial, Helvetica, sans-serif;
      color: #000;
      font-weight: 500;
      text-transform: uppercase;
      line-height: 2rem;
      width: 16rem;
      margin-left: -16rem;
      padding-top: 1rem;
      margin-top: 0; }
      .checkout-variant__select-label .nice-select__container {
        vertical-align: top; }
      @media screen and (max-width: 65em) {
        .checkout-variant__select-label {
          margin-bottom: 0; } }
      @media screen and (max-width: 30em) {
        .checkout-variant__select-label {
          padding-top: 0;
          display: block;
          width: 100%;
          margin-left: 0; } }
    .checkout-variant__select-set .nice-select__container {
      width: calc(50% - 1rem);
      display: inline-block;
      vertical-align: top; }
      .checkout-variant__select-set .nice-select__container .nice-select {
        width: 100%; }
      .checkout-variant__select-set .nice-select__container + .nice-select__container {
        margin-left: 2rem; }
    .checkout-variant__select-set .nice-select.open .list {
      max-height: 28.4rem; }
    @media screen and (max-width: 34em) {
      .checkout-variant__select-set .nice-select__container {
        width: 100%; }
        .checkout-variant__select-set .nice-select__container + .nice-select__container {
          margin-left: 0;
          margin-top: 2rem; } }
    @media screen and (max-width: 30em) {
      .checkout-variant__select-set {
        display: block;
        width: 100%; } }
    @media screen and (max-width: 30em) {
      .checkout-variant__select {
        padding-left: 3.4rem; } }
  .checkout-variant__helper {
    line-height: 2rem;
    padding: 1rem 0 0 19.4rem; }
    @media screen and (max-width: 30em) {
      .checkout-variant__helper {
        padding: 1rem 0 0 3.4rem; } }
  .checkout-variant__info {
    margin-top: 0; }
  @media screen and (max-width: 62em) {
    .checkout-variant {
      padding-left: 0; } }

/* Checkout row
   -------------------------------------------------------------------------- */
.checkout-row__group-label_checkbox {
  margin-left: 0;
  width: 100%;
  padding-top: 0;
  line-height: 1.6rem;
  position: relative; }
.checkout-row__field-checkbox {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }
  .checkout-row__field-checkbox:checked + .checkout-row__label-text:after {
    display: block;
    background: url("/assets-images/checkmark.png") center center no-repeat;
    width: 1.6rem;
    height: 1.6rem;
    margin: 0; }
.checkout-row__label-text {
  display: block;
  padding-left: 2.3rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #3c3c3c;
  position: relative; }
  .checkout-row__label-text:before, .checkout-row__label-text:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0; }
  .checkout-row__label-text:before {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    border: none;
    border-radius: 0.2rem;
    background-color: #93183a;
    z-index: 1;
    margin: 0; }
  .checkout-row__label-text:after {
    display: none;
    width: 1.4rem;
    height: 1.3rem;
    border: none;
    border-radius: 0;
    background-color: transparent;
    z-index: 2;
    margin: 0.1rem; }
.checkout-row__group-item {
  margin-top: 1.5rem;
  line-height: 2.4rem; }
  .checkout-row__group-item > a {
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease;
    color: #93183a; }
    .checkout-row__group-item > a:hover {
      color: #93183a;
      text-decoration: none; }
  .checkout-row__group-item_helper {
    line-height: 2.4rem;
    margin-top: 1rem; }
.checkout-row__field-text {
  line-height: 2.8rem;
  height: 3rem;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  border-radius: .2rem;
  padding: 0 1.5rem;
  border: solid .1rem #c6c6c6;
  background-color: transparent; }
  .checkout-row__field-text[disabled] {
    border-color: rgba(33, 33, 33, 0.36); }
.checkout-row__field-textarea {
  line-height: 2.4rem;
  height: 10rem;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  padding: .5rem 1.5rem;
  border: solid .1rem #c6c6c6;
  border-radius: .2rem;
  background-color: transparent;
  resize: none;
  display: inline-block;
  vertical-align: top; }
  .checkout-row__field-textarea[disabled] {
    border-color: rgba(33, 33, 33, 0.36); }

/* Checkout atoms
   -------------------------------------------------------------------------- */
.checkout-row__group-atom {
  margin: 0;
  width: 50%;
  display: inline-block;
  vertical-align: top; }
  .checkout-row__group-atom:first-child, .checkout-row__group-atom:nth-child(3) {
    width: 50%; }
    .checkout-row__group-atom:first-child .checkout-row__group-label_atom, .checkout-row__group-atom:nth-child(3) .checkout-row__group-label_atom {
      width: 16rem;
      margin-left: -16rem;
      text-align: left; }
  .checkout-row__group-atom:last-child {
    margin-right: 0; }
  .checkout-row__group-atom:nth-child(3), .checkout-row__group-atom:nth-child(4) {
    margin-top: 2rem; }
  .checkout-row__group-atom .checkout-row__field-text {
    display: inline-block;
    vertical-align: top; }
  .checkout-row__group-atom .checkout-row__group-label_atom {
    width: calc(100% - 10rem);
    margin-left: 0;
    text-align: right;
    display: inline-block;
    vertical-align: top; }
.checkout-row__group-item_atoms {
  font-size: 0; }
.checkout-row__field-text_small {
  width: 10rem; }
  @media screen and (max-width: 75em) {
    .checkout-row__field-text_small {
      width: 50%; } }
@media screen and (max-width: 75em) {
  .checkout-row__group-atom {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 0; }
    .checkout-row__group-atom + .checkout-row__group-atom {
      margin-top: 2rem; }
    .checkout-row__group-atom:first-child, .checkout-row__group-atom:nth-child(3) {
      width: 100%; }
    .checkout-row__group-atom .checkout-row__group-label_atom, .checkout-row__group-atom:first-child .checkout-row__group-label_atom, .checkout-row__group-atom:nth-child(3) .checkout-row__group-label_atom {
      text-align: left;
      display: block;
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      margin: 0; } }

/* Form buttons
   Contain a button on the right and a cancel link on the left.
   -------------------------------------------------------------------------- */
.form-buttons__button {
  color: #fff;
  background-color: #a92620;
  border: none;
  padding: 0 2.3rem;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: none;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  line-height: 4rem;
  text-align: center;
  min-width: 15.1rem; }
  .form-buttons__button:hover {
    color: #fff;
    background-color: #a92620; }
.form-buttons__link {
  font-size: 1.8rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #93183a;
  font-weight: 400;
  text-transform: none;
  line-height: 2.4rem;
  padding: 0;
  text-decoration: underline;
  margin-top: .8rem;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .form-buttons__link:hover {
    color: #93183a;
    text-decoration: none; }
@media screen and (max-width: 26.25em) {
  .form-buttons {
    text-align: center; }
    .form-buttons__button {
      display: block;
      margin-left: auto;
      margin-right: auto;
      float: none; }
    .form-buttons__link {
      float: none;
      margin-top: 1.5rem; } }

/* Checkout upselling
   -------------------------------------------------------------------------- */
.checkout__upselling {
  margin-top: 4rem;
  border-top: solid .1rem #1b1b1b;
  padding-top: 3.4rem; }
  .checkout__upselling .category_upselling {
    margin-top: 0; }
  .checkout__upselling .category__header {
    text-align: center; }
  .checkout__upselling .category__title {
    font-size: 3rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #55565a;
    font-weight: 400;
    text-transform: uppercase; }
  .checkout__upselling .product__wrapper,
  .checkout__upselling .product_improved .product__wrapper {
    background-color: #f1f1f1; }

/* Card entry - Payments (step 4)
   -------------------------------------------------------------------------- */
.card-entry__input {
  line-height: 2.8rem;
  height: 3rem;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  border-radius: .2rem;
  padding: 0 1.5rem;
  border: solid .1rem #c6c6c6;
  background-color: transparent; }
  .card-entry__input[disabled] {
    border-color: rgba(33, 33, 33, 0.36); }
.card-entry .card-entry__instructions {
  line-height: 2.4rem;
  padding-left: 3.4rem;
  margin-bottom: 1.8rem; }
.card-entry .card-entry__label {
  padding-top: .3rem; }
.card-entry .card-entry__input_small {
  width: 5.8rem; }
.card-entry .card-entry__checkbox {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }
  .card-entry .card-entry__checkbox-wrapper {
    position: relative; }
  .card-entry .card-entry__checkbox-helper {
    font-size: 1.4rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #5e5e5e;
    font-weight: 400;
    text-transform: none;
    display: inline-block;
    vertical-align: top;
    padding-left: 3.4rem;
    box-sizing: border-box;
    line-height: 1.6rem;
    margin-top: .7rem;
    position: relative; }
    .card-entry .card-entry__checkbox-helper:before, .card-entry .card-entry__checkbox-helper:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0; }
    .card-entry .card-entry__checkbox-helper:before {
      display: block;
      width: 1.6rem;
      height: 1.6rem;
      border: solid 0.1rem #000;
      border-radius: 0;
      background-color: #fff;
      z-index: 1;
      margin: 0; }
    .card-entry .card-entry__checkbox-helper:after {
      display: none;
      width: 1rem;
      height: 1rem;
      border: none;
      border-radius: 0;
      background-color: #a92620;
      z-index: 2;
      margin: 0.3rem; }
  .card-entry .card-entry__checkbox:checked + .card-entry__checkbox-helper:after {
    display: block; }
@media screen and (max-width: 65em) {
  .card-entry .card-entry__row {
    padding-left: 0; }
  .card-entry .card-entry__new-card {
    padding-left: 3.4rem; } }
.card-entry .nice-select__container {
  min-width: 70%;
  vertical-align: top; }
  .card-entry .nice-select__container .nice-select {
    width: 100%; }
.card-entry__fieldset {
  margin-top: 2rem;
  margin-bottom: 2rem;
  box-sizing: border-box;
  padding-left: 3.4rem; }
  .card-entry__fieldset label {
    display: block;
    position: relative;
    width: 100%;
    line-height: 1.6rem;
    margin: 0; }
    .card-entry__fieldset label span {
      display: inline-block;
      vertical-align: top;
      font-size: 1.6rem;
      line-height: 1.6rem;
      font-weight: 400;
      color: #606165;
      box-sizing: border-box;
      padding-left: 3.4rem; }
      .card-entry__fieldset label span:before, .card-entry__fieldset label span:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box; }
      .card-entry__fieldset label span:before {
        display: block;
        width: 1.6rem;
        height: 1.6rem;
        border: solid .1rem #0a0a0a;
        border-radius: 50%;
        background-color: #f1f1f1;
        z-index: 1;
        margin: 0; }
      .card-entry__fieldset label span:after {
        display: none;
        width: 1rem;
        height: 1rem;
        border: none;
        border-radius: 50%;
        background-color: #a92620;
        z-index: 2;
        margin: .3rem; }
    .card-entry__fieldset label .card-entry__radio {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
      .card-entry__fieldset label .card-entry__radio:checked + span:after {
        display: block; }

/* Checkout confirmation page (step5)
   -------------------------------------------------------------------------- */
.checkout-confirm__title {
  font-size: 1.4rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 3rem; }
.checkout-confirm__content {
  font-size: 1.4rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #5e5e5e;
  font-weight: 400;
  text-transform: none;
  line-height: 2.2rem;
  margin-top: .2rem; }
  .checkout-confirm__content a {
    color: #a92620;
    text-decoration: underline;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease; }
    .checkout-confirm__content a:hover {
      color: #a92620;
      text-decoration: underline; }
.checkout-confirm + .checkout-confirm {
  margin-top: 1.8rem; }

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

/* Facebook login
   -------------------------------------------------------------------------- */
.checkout__facebook-login-button {
  border-radius: 0;
  font-size: 1.4rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: none;
  line-height: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem; }
.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, .checkout-delimiter {
  margin-top: 2rem;
  margin-bottom: 0;
  text-align: center;
  position: relative; }
  .checkout__facebook-login-separator:before, .checkout-delimiter:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 1rem;
    height: 0;
    width: 100%;
    border-top: solid .1rem #bababa; }
.checkout__facebook-login-separator-text, .checkout-delimiter__text {
  display: inline-block;
  text-align: center;
  min-width: 3rem;
  position: relative;
  padding: 0 .5rem;
  line-height: 2rem;
  background-color: #fff;
  font-size: 1.4rem;
  color: #606165;
  text-transform: uppercase; }

/* User registration error (invalid/empty fields)
   -------------------------------------------------------------------------- */
.checkout-error {
  font-size: 1.8rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  line-height: 2.4rem;
  color: #fff;
  background-color: #a92620;
  margin-left: -16rem;
  padding: 1rem 1.5rem;
  box-sizing: border-box; }
  .checkout-error__wrapper {
    width: 100%; }
  .checkout-error__list {
    margin-left: 0; }
  .checkout-error__item {
    margin-bottom: 0;
    text-transform: uppercase; }
  @media screen and (max-width: 65em) {
    .checkout-error {
      margin-left: 0; } }

/* ==========================================================================
   ACCOUNT PAGES
   ========================================================================== */
.checkout__section_account .checkout-row__group {
  line-height: 2.4rem; }

.page_edit_account .checkout-row__group .nice-select__container,
.checkout__form_delivery .checkout-row__group .nice-select__container {
  min-width: 19rem; }
  .page_edit_account .checkout-row__group .nice-select__container .nice-select,
  .checkout__form_delivery .checkout-row__group .nice-select__container .nice-select {
    width: 100%; }

/* Orders page
   -------------------------------------------------------------------------- */
.page_orders .checkout__footer {
  margin-top: 0;
  border-top: none; }
@media screen and (max-width: 52.5em) {
  .page_orders .checkout__section {
    padding: 0; } }

/* Orders table
   -------------------------------------------------------------------------- */
.order-table {
  border-bottom: solid .1rem #c3c3c3; }
  .order-table__header {
    font-size: 1.4rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #a92620; }
    .order-table__header-item {
      line-height: 2.4rem;
      padding: 1.1rem .5rem; }
  .order-table__print-button {
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease; }
    .order-table__print-button:hover {
      color: #000;
      text-decoration: underline; }

/* Orders table - order row
   -------------------------------------------------------------------------- */
.order-row__header {
  font-size: 1.4rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 2rem;
  background-color: #fff;
  border-top: .1rem solid #c3c3c3; }
  .order-row__header-item {
    padding: .8rem .3rem; }
    .order-row__header-item:first-child {
      border-left: solid .1rem #c3c3c3; }
    .order-row__header-item:last-child {
      border-right: solid .1rem #c3c3c3; }
  .order-row__header:hover, .order-row__header_active {
    color: #000 !important;
    background-color: #c3c3c3 !important;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease; }
.order-row__order {
  border-top: .1rem solid #c3c3c3; }
  .order-row__order a {
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease; }
    .order-row__order a:hover {
      color: #000;
      text-decoration: underline; }
.order-row:nth-child(even) .order-row__header {
  color: #000;
  background-color: #f1f1f1; }

/* Orders table - order
   -------------------------------------------------------------------------- */
.order {
  color: #000;
  background-color: #fff;
  font-size: 1.4rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 2.4rem;
  padding: 1.4rem 1.1rem; }
  .order__repeat {
    margin-bottom: 1.7rem; }
  .order__group-title {
    font-size: 1.4rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2.4rem;
    margin-bottom: .6rem; }
  .order__group:not(:first-child) {
    margin-top: 0; }
  .order__group_columns {
    margin-bottom: 1.6rem; }
  .order__add-button {
    min-width: 8rem; }
  .order__add-button, .order__repeat-button {
    color: #fff;
    background-color: #a92620;
    border: none;
    border-radius: 0;
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding: 0 .5rem;
    text-transform: uppercase;
    -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: #a92620; }
  .order__repeat-button, .order__repeat-empty-basket {
    line-height: 3rem;
    padding: 0 2.4rem; }
  .order__repeat-empty-basket {
    padding: 0;
    margin-left: 2rem;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease; }
    .order__repeat-empty-basket:hover {
      color: #000;
      text-decoration: underline; }

/* Orders table - deals
   -------------------------------------------------------------------------- */
.order__items-container {
  border-top-color: #c3c3c3; }
.order__items-table {
  color: #000;
  font-size: 1.4rem;
  background-color: #fff;
  border: none; }
.order__items-deal {
  color: #000;
  background-color: #f1f1f1; }
  .order__items-deal-title {
    font-size: 1.4rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 3rem;
    color: #fff;
    background-color: #a92620; }
  .order__items-deal-header-column {
    padding: 0 1.5rem;
    font-weight: 400; }
.order__items-column {
  line-height: 2.4rem;
  box-sizing: border-box; }
  .order__items-column:first-child {
    padding-left: 1.5rem; }
.order__add {
  padding-right: .4rem; }

/* Orders table - attributes
   -------------------------------------------------------------------------- */
.order__items-attribute {
  line-height: 1.8rem;
  margin-top: .6rem;
  font-style: normal;
  font-size: 1.4rem;
  color: #000; }
.order__items-footer {
  font-size: 2.4rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 3rem;
  border-top-color: #c3c3c3; }
.order__items-total-title, .order__items-total-price {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem; }
.order__total {
  border-top-color: #c3c3c3; }

@media screen and (max-width: 40em) {
  .order-table {
    max-width: 100%;
    overflow-x: auto;
    margin-bottom: 2.4rem; }
    .order-table .order-table__header,
    .order-table .order-row {
      width: 64rem; } }
/* ==========================================================================
   MESSAGES
   ========================================================================== */
.message {
  font-size: 1.8rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 2.4rem; }
  .message__content {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .message_info {
    color: #a92620;
    background-color: #fff;
    opacity: 1; }
    .message_info a,
    .message_info a:hover {
      color: #a92620; }
  .message_error {
    color: #fff;
    background-color: #a92620;
    opacity: 1; }
    .message_error a,
    .message_error a:hover {
      color: #a92620; }

/* Static page
   -------------------------------------------------------------------------- */
.page_static .content__main {
  max-width: 104.4rem;
  width: 100%;
  margin: 0 auto;
  float: none;
  text-align: center;
  padding: 2.8rem 3.8rem 3.8rem;
  background-color: #fff;
  box-sizing: border-box; }
  .page_static .content__main .static-page__title,
  .page_static .content__main h1 {
    font-size: 3rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #4e4f53;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 4rem; }
  .page_static .content__main h2 {
    font-size: 2.4rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #4e4f53;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 3rem; }
  .page_static .content__main h3 {
    font-size: 2rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #4e4f53;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 2.6rem; }
  .page_static .content__main h4 {
    font-size: 1.8rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #4e4f53;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 2.4rem; }
  .page_static .content__main h5 {
    font-size: 1.6rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #4e4f53;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 2rem; }
  .page_static .content__main h6 {
    font-size: 1.4rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #4e4f53;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 2rem; }
  .page_static .content__main .static-page__title,
  .page_static .content__main h1,
  .page_static .content__main h2,
  .page_static .content__main h3,
  .page_static .content__main h4,
  .page_static .content__main h5,
  .page_static .content__main h6 {
    text-align: left;
    margin-bottom: 1.1rem;
    margin-top: 1.5rem; }
  .page_static .content__main .static-page__title {
    margin-top: 0; }
  .page_static .content__main p {
    font-size: 1.6rem;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #4e4f53;
    font-weight: 400;
    line-height: 3rem;
    margin-bottom: 1.5rem;
    text-align: left; }
    .page_static .content__main p strong {
      font-size: 2rem;
      font-weight: 400;
      line-height: 3rem; }
  .page_static .content__main img {
    display: block; }
  .page_static .content__main ul,
  .page_static .content__main ol {
    margin: 0 0 1.5rem 0;
    padding-left: 1.5rem; }
    .page_static .content__main ul li,
    .page_static .content__main ol li {
      font-size: 1.6rem;
      font-family: "Quicksand", Arial, Helvetica, sans-serif;
      color: #4e4f53;
      font-weight: 400;
      line-height: 3rem;
      padding-left: 1.1rem;
      margin-bottom: 1.5rem;
      text-align: left; }
  .page_static .content__main ul {
    padding-left: 0; }
    .page_static .content__main ul li {
      list-style: none;
      position: relative;
      padding-left: 2.6rem; }
      .page_static .content__main ul li:before {
        content: '';
        display: block;
        border-radius: 50%;
        width: .8rem;
        height: .8rem;
        position: absolute;
        top: 1.1rem;
        left: 0;
        background-color: #a92620; }

/* INDEX CONNECTED CUSTOMER */
.index-connected-customer {
  margin-bottom: 1.6rem;
  margin-top: 1.6rem; }
  .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__items {
    display: flex; }
    @media screen and (max-width: 60em) {
      .index-connected-customer__items {
        display: block; } }
  .index-connected-customer__item {
    box-sizing: border-box;
    position: relative;
    padding-top: 1.2rem;
    padding-bottom: 1.1rem; }
    .index-connected-customer__item:before, .index-connected-customer__item:after {
      display: block;
      content: '';
      width: 100%;
      position: absolute;
      left: 0; }
    .index-connected-customer__item:before {
      height: 1.2rem;
      top: 0;
      z-index: 4;
      background: url("/assets-images/ICCW-top.png") top left no-repeat;
      background-size: 100% 1.2rem; }
    .index-connected-customer__item:after {
      height: 1.1rem;
      bottom: 0;
      z-index: 3;
      background: url("/assets-images/ICCW-bottom.png") top left no-repeat;
      background-size: 100% 1.1rem; }
    .index-connected-customer__item-wrapper {
      position: relative;
      width: calc(100% - 2rem);
      margin-left: 1rem;
      background-color: #a92620;
      box-sizing: border-box;
      padding: 1.2rem 1.2rem 5.6rem;
      height: 100%; }
      .index-connected-customer__item-wrapper:before, .index-connected-customer__item-wrapper:after {
        display: block;
        content: '';
        width: 1rem;
        height: 100%;
        position: absolute;
        top: 0;
        background-size: 1rem 100%; }
      .index-connected-customer__item-wrapper:before {
        left: -1rem;
        z-index: 2;
        background: url("/assets-images/ICCW-left.png") top left no-repeat;
        background-size: 1rem 100%; }
      .index-connected-customer__item-wrapper:after {
        left: auto;
        right: -1rem;
        z-index: 1;
        background: url("/assets-images/ICCW-right.png") top left no-repeat;
        background-size: 1rem 100%; }
    .index-connected-customer__item_variant:before {
      background: url("/assets-images/ICCW-variant-top.png") top left no-repeat;
      background-size: 100% 1.2rem; }
    .index-connected-customer__item_variant:after {
      background: url("/assets-images/ICCW-variant-bottom.png") top left no-repeat;
      background-size: 100% 1.1rem; }
    .index-connected-customer__item_variant .index-connected-customer__item-wrapper {
      background-color: #fff;
      text-align: center; }
      .index-connected-customer__item_variant .index-connected-customer__item-wrapper:before {
        background: url("/assets-images/ICCW-variant-left.png") top left no-repeat;
        background-size: 1rem 100%; }
      .index-connected-customer__item_variant .index-connected-customer__item-wrapper:after {
        background: url("/assets-images/ICCW-variant-right.png") top left no-repeat;
        background-size: 1rem 100%; }
    .index-connected-customer__item_variant .index-connected-customer__title, .index-connected-customer__item_variant .index-connected-customer__content {
      color: #4e4f53; }
    .index-connected-customer__item_variant .index-connected-customer__button {
      background-color: #a92620; }
    @media screen and (max-width: 60em) {
      .index-connected-customer__item {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 39rem; }
        .index-connected-customer__item + .index-connected-customer__item {
          margin-top: 1.6rem; }
        .index-connected-customer__item:last-child {
          margin-right: auto; } }
  .index-connected-customer__title {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.4rem;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: .9rem; }
    @media screen and (max-width: 60em) {
      .index-connected-customer__title {
        text-align: center; } }
  .index-connected-customer__content {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6rem;
    color: #fff;
    margin-bottom: 2.4rem; }
  .index-connected-customer__buttons {
    font-size: 0;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 1.2rem;
    box-sizing: border-box;
    padding: 0 1.2rem; }
    @media screen and (max-width: 60em) {
      .index-connected-customer__buttons {
        text-align: center; } }
  .index-connected-customer__button {
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
    font-weight: 400;
    color: #fff;
    line-height: 4.4rem;
    text-transform: uppercase;
    padding: 0 2.1rem;
    border-radius: .8rem;
    background-color: #cd5650;
    text-decoration: none; }
    .index-connected-customer__button_other {
      color: #4e4f53;
      background-color: #fff;
      margin-left: 1.5rem; }

/* INDEX SLIDESHOW */
.slider {
  margin-top: 0; }

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

.index-slideshow-links {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
  display: block;
  position: static;
  margin-top: 2.2rem;
  margin-bottom: 3.9rem;
  font-size: 0; }
  .index-slideshow-links:before {
    display: table;
    content: ""; }
  .index-slideshow-links:after {
    display: table;
    content: "";
    clear: both; }
  .index-slideshow-links__link {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 2rem);
    font-size: 3.3rem;
    font-weight: 500;
    line-height: 4.3rem;
    color: #4f9346;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
    padding: 1.6rem 1rem 1.7rem 1.4rem; }
    .index-slideshow-links__link:before {
      display: block;
      content: '';
      width: 100%;
      height: 1.6rem;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 4;
      background: url("/assets-images/index-slideshow-links-top.png") top left no-repeat;
      background-size: 100% 1.6rem; }
    .index-slideshow-links__link:after {
      display: block;
      content: '';
      width: 100%;
      height: 1.7rem;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 3;
      background: url("/assets-images/index-slideshow-links-bottom.png") top left no-repeat;
      background-size: 100% 1.7rem; }
    .index-slideshow-links__link .index-slideshow-links__link-content {
      display: block;
      width: 100%;
      position: relative;
      box-sizing: border-box;
      padding-top: 5.65rem;
      padding-bottom: 5.65rem;
      background: url("/assets-images/index-slideshow-link-bg.png") left 2.6rem bottom -0.5rem no-repeat;
      background-size: 7.5rem auto;
      background-color: #fff; }
      .index-slideshow-links__link .index-slideshow-links__link-content:before {
        display: block;
        content: '';
        width: 1.4rem;
        height: 100%;
        position: absolute;
        top: 0;
        left: -1.4rem;
        z-index: 2;
        background: url("/assets-images/index-slideshow-links-left.png") top left no-repeat;
        background-size: 1.4rem 100%; }
        @media screen and (max-width: 52.5em) {
          .index-slideshow-links__link .index-slideshow-links__link-content:before {
            width: .9rem;
            left: -.9rem;
            background-size: .9rem 100%; } }
      .index-slideshow-links__link .index-slideshow-links__link-content:after {
        display: block;
        content: '';
        width: 1rem;
        height: 100%;
        position: absolute;
        top: 0;
        right: -1rem;
        z-index: 2;
        background: url("/assets-images/index-slideshow-links-right.png") top left no-repeat;
        background-size: 1rem 100%; }
        @media screen and (max-width: 52.5em) {
          .index-slideshow-links__link .index-slideshow-links__link-content:after {
            width: .65rem;
            right: -.65rem;
            background-size: .65rem 100%; } }
      @media screen and (max-width: 65em) {
        .index-slideshow-links__link .index-slideshow-links__link-content {
          background: url("/assets-images/index-slideshow-link-bg.png") left 2.6rem bottom -0.5rem no-repeat;
          background-size: 5.5rem auto;
          background-color: #fff; } }
    .index-slideshow-links__link_light {
      color: #ab1916;
      margin-left: 4rem; }
      .index-slideshow-links__link_light:before {
        background: url("/assets-images/index-slideshow-links-light-top.png") top left no-repeat;
        background-size: 100% 1.6rem; }
      .index-slideshow-links__link_light:after {
        background: url("/assets-images/index-slideshow-links-light-bottom.png") top left no-repeat;
        background-size: 100% 1.7rem; }
      .index-slideshow-links__link_light .index-slideshow-links__link-content {
        background: url("/assets-images/index-slideshow-link-light-bg.png") left 3rem bottom -0.9rem no-repeat;
        background-size: 10.9rem auto;
        background-color: #fff; }
        .index-slideshow-links__link_light .index-slideshow-links__link-content:before {
          background: url("/assets-images/index-slideshow-links-light-left.png") top left no-repeat;
          background-size: 1.4rem 100%; }
          @media screen and (max-width: 52.5em) {
            .index-slideshow-links__link_light .index-slideshow-links__link-content:before {
              background-size: .9rem 100%; } }
        .index-slideshow-links__link_light .index-slideshow-links__link-content:after {
          background: url("/assets-images/index-slideshow-links-light-right.png") top left no-repeat;
          background-size: 1rem 100%; }
          @media screen and (max-width: 52.5em) {
            .index-slideshow-links__link_light .index-slideshow-links__link-content:after {
              background-size: .65rem 100%; } }
        @media screen and (max-width: 65em) {
          .index-slideshow-links__link_light .index-slideshow-links__link-content {
            background: url("/assets-images/index-slideshow-link-light-bg.png") left 3rem bottom -0.9rem no-repeat;
            background-size: 8.9rem auto;
            background-color: #fff; } }
    @media screen and (max-width: 75em) {
      .index-slideshow-links__link {
        display: block;
        width: 100%;
        max-width: 55.6rem;
        margin-left: auto;
        margin-right: auto; }
        .index-slideshow-links__link + .index-slideshow-links__link {
          margin-top: 1.6rem; } }
    @media screen and (max-width: 65em) {
      .index-slideshow-links__link {
        font-size: 2.5rem;
        line-height: 3.5rem; } }
    @media screen and (max-width: 52.5em) {
      .index-slideshow-links__link {
        max-width: 38rem;
        padding: 1.6rem .65rem 1.7rem .9rem; } }

/* INDEX MICROBLOG */
.index-microblog {
  margin: 3.9rem auto 2.7rem; }
  .index-microblog__wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 96%;
    font-size: 0; }
    .index-microblog__wrapper:before {
      display: table;
      content: ""; }
    .index-microblog__wrapper:after {
      display: table;
      content: "";
      clear: both; }
  .index-microblog__post {
    width: calc(33.33% - 2.4rem);
    padding: 0; }
    .index-microblog__post:nth-child(2) {
      margin-left: 3.6rem;
      margin-right: 3.6rem; }
    @media screen and (max-width: 52.5em) {
      .index-microblog__post {
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 38rem; }
        .index-microblog__post:nth-child(2) {
          margin-left: auto;
          margin-right: auto; } }
  .index-microblog__image-wrapper {
    margin: 0 0 1.4rem; }
  .index-microblog__title {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 3rem;
    color: #ab1916;
    margin-bottom: .5rem;
    text-transform: uppercase; }
  .index-microblog__content {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    margin-top: .5rem;
    color: #000;
    margin-bottom: .3rem; }
  .index-microblog__link {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8rem;
    color: #93183a;
    text-decoration: none; }

/* INDEX MAP */
.index-map__shop {
  width: 37.6rem;
  box-shadow: 2.5px 4.33px 8px 0px rgba(35, 31, 32, 0.15);
  background-color: #fff;
  border: none;
  padding: 2.8rem 2rem 2.4rem; }
  .index-map__shop-title {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 3rem;
    color: #4e4f53;
    text-transform: uppercase;
    margin-bottom: .5rem; }
    @media screen and (max-width: 52.5em) {
      .index-map__shop-title {
        font-size: 1.6rem;
        line-height: 2.4rem;
        color: #000;
        text-transform: none; } }
  .index-map__shop-address, .index-map__shop-address p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    color: #7f8187; }
    @media screen and (max-width: 52.5em) {
      .index-map__shop-address, .index-map__shop-address p {
        font-size: 1.4rem;
        color: #000; } }
  .index-map__shop-address {
    margin-bottom: 1.5rem; }
  .index-map__shop-address p {
    margin-bottom: 0; }
  .index-map__shop-phone, .index-map__shop-address .index-map__shop-phone {
    color: #7cac3e; }
    @media screen and (max-width: 52.5em) {
      .index-map__shop-phone, .index-map__shop-address .index-map__shop-phone {
        font-weight: 600;
        color: #000; } }
  .index-map__shop-image {
    margin-top: 3rem; }
  @media screen and (max-width: 52.5em) {
    .index-map__shop {
      width: 100%;
      max-width: 38rem;
      background-color: #f1f1f1;
      margin-bottom: 2rem; } }
.index-map__embed-image {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
.index-map__contact__info-health {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  color: #4e4f53;
  margin: 0; }
.index-map__contact__link-health {
  color: #76122e;
  text-decoration: underline; }
.index-map__order-button {
  display: block;
  box-sizing: border-box;
  width: 25.5rem;
  height: 4.2rem;
  line-height: 4.2rem;
  padding: 0 .5rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  background: url("/assets-images/index-shop-info-btn-bg.png") center center no-repeat; }
  .index-map__order-button + .shop-info__social-icons .social-icons__icon {
    margin-top: .1rem;
    margin-left: 1.2rem; }
  @media screen and (max-width: 52.5em) {
    .index-map__order-button {
      margin-left: auto;
      margin-right: auto; } }
.index-map__location-image {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(0, -50%);
  z-index: 3; }
  @media screen and (max-width: 52.5em) {
    .index-map__location-image {
      display: none; } }
.index-map-info {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
  box-sizing: border-box;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  .index-map-info:before {
    display: table;
    content: ""; }
  .index-map-info:after {
    display: table;
    content: "";
    clear: both; }

.page_categories .page__content,
.page_account .page__content,
.page_edit_account .page__content,
.page_deal_wizard .page__content,
.page_orders .page__content {
  position: relative; }
  .page_categories .page__content:before,
  .page_account .page__content:before,
  .page_edit_account .page__content:before,
  .page_deal_wizard .page__content:before,
  .page_orders .page__content:before {
    display: block;
    content: '';
    width: 100%;
    height: 5.5rem;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1; }
    @media screen and (max-width: 52.5em) {
      .page_categories .page__content:before,
      .page_account .page__content:before,
      .page_edit_account .page__content:before,
      .page_deal_wizard .page__content:before,
      .page_orders .page__content:before {
        display: none; } }

.topbar-fixed.page_categories .page__content:before,
.topbar-fixed.page_account .page__content:before,
.topbar-fixed.page_edit_account .page__content:before,
.topbar-fixed.page_deal_wizard .page__content:before,
.topbar-fixed.page_orders .page__content:before {
  display: none; }

/*PRODUCT TAGS AND ALLERGENS*/
.product-pictos {
  font-size: 0;
  display: inline; }
  .product-pictos .product-picto {
    display: inline-block;
    vertical-align: top;
    width: 2.3rem;
    height: 2.3rem;
    background-image: url("/assets-images/tags.png");
    background-repeat: no-repeat;
    margin-right: .5rem; }
    .product-pictos .product-picto_ananas {
      width: 1.5rem;
      background-position: 0 0; }
    .product-pictos .product-picto_bio {
      background-position: -1.5rem 0; }
    .product-pictos .product-picto_champignons {
      background-position: -3.8rem 0; }
    .product-pictos .product-picto_chorizo {
      width: 3.5rem;
      background-position: -6.1rem 0; }
    .product-pictos .product-picto_creme_fraiche {
      width: 1.7rem;
      background-position: -52.1rem 0; }
    .product-pictos .product-picto_de_la_mer {
      width: 1.9rem;
      background-position: -9.6rem 0; }
    .product-pictos .product-picto_incontournable {
      width: 2.4rem;
      background-position: -47.9rem 0; }
    .product-pictos .product-picto_fromage {
      width: 2rem;
      background-position: -11.5rem 0; }
    .product-pictos .product-picto_gusto_piace {
      background-position: -43.7rem 0; }
    .product-pictos .product-picto_hallal {
      width: 2.4rem;
      background-position: -13.5rem 0; }
    .product-pictos .product-picto_jambon {
      width: 1.7rem;
      background-position: -15.9rem 0; }
    .product-pictos .product-picto_kebab {
      width: 1.2rem;
      background-position: -17.6rem 0; }
    .product-pictos .product-picto_lardon_pancetta {
      width: 3rem;
      background-position: -18.8rem 0; }
    .product-pictos .product-picto_merguez {
      width: 4rem;
      background-position: -21.8rem 0; }
    .product-pictos .product-picto_poivrons {
      width: 1.8rem;
      background-position: -25.8rem 0; }
    .product-pictos .product-picto_pomme_de_terre {
      width: 2.6rem;
      background-position: -27.6rem 0; }
    .product-pictos .product-picto_poulet {
      width: 2.5rem;
      background-position: -30.2rem 0; }
    .product-pictos .product-picto_sans_porc {
      background-position: -32.7rem 0; }
    .product-pictos .product-picto_sans_viande {
      background-position: -35rem 0; }
    .product-pictos .product-picto_sauce_bbq {
      width: 1.5rem;
      background-position: -56.1rem 0; }
    .product-pictos .product-picto_sauce_curry {
      background-position: -53.8rem 0; }
    .product-pictos .product-picto_sauce_tomate {
      width: 1.8rem;
      background-position: -50.3rem 0; }
    .product-pictos .product-picto_special {
      width: 2.5rem;
      background-position: -37.3rem 0; }
    .product-pictos .product-picto_steack_hache {
      width: 2.1rem;
      background-position: -39.8rem 0; }
    .product-pictos .product-picto_traditionnel {
      width: 1.8rem;
      background-position: -41.9rem 0; }
    .product-pictos .product-picto_tradizione {
      width: 1.9rem;
      background-position: -46rem 0; }
  .product-pictos_allergens {
    font-size: 0;
    display: block;
    width: 100%; }
    .product-pictos_allergens .product-picto {
      display: inline-block;
      vertical-align: top;
      width: 1.8rem;
      height: 1.8rem;
      background-image: url("/assets-images/product-allergens.png");
      background-repeat: no-repeat; }
      .product-pictos_allergens .product-picto_gluten {
        background-position: 0 0; }
      .product-pictos_allergens .product-picto_ceufs {
        background-position: -1.8rem 0; }
      .product-pictos_allergens .product-picto_lait {
        background-position: -3.6rem 0; }
      .product-pictos_allergens .product-picto_arachides {
        background-position: -5.4rem 0; }
      .product-pictos_allergens .product-picto_fruits-a-coques {
        background-position: -7.2rem 0; }
      .product-pictos_allergens .product-picto_soja {
        background-position: -9rem 0; }
      .product-pictos_allergens .product-picto_sesame {
        background-position: -10.8rem 0; }
      .product-pictos_allergens .product-picto_lupin {
        background-position: -12.6rem 0; }
      .product-pictos_allergens .product-picto_sulfites {
        background-position: -14.4rem 0; }
      .product-pictos_allergens .product-picto_moutardes {
        background-position: -16.2rem 0; }
      .product-pictos_allergens .product-picto_celeri {
        background-position: -18rem 0; }
      .product-pictos_allergens .product-picto_mollusques {
        background-position: -19.8rem 0; }
      .product-pictos_allergens .product-picto_crustaces {
        background-position: -21.6rem 0; }
      .product-pictos_allergens .product-picto_poissons {
        background-position: -23.4rem 0; }

.product__name .product-pictos {
  padding-top: 0; }

.allergens {
  margin: 0 0 2.4rem 0;
  padding: .5rem 0;
  font-size: 0;
  list-style: none;
  display: block;
  width: 100%;
  text-align: center;
  background-color: #4f9346; }
  .allergens__item {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.8rem;
    padding-left: 2rem;
    margin: .5rem;
    position: relative; }
    .allergens__item:after {
      display: block;
      content: '';
      width: 1.8rem;
      height: 1.8rem;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url("/assets-images/allergens.png");
      background-repeat: no-repeat; }
    .allergens__item_gluten:after {
      background-position: 0 0; }
    .allergens__item_ceufs:after {
      background-position: -1.8rem 0; }
    .allergens__item_lait:after {
      background-position: -3.6rem 0; }
    .allergens__item_arachides:after {
      background-position: -5.4rem 0; }
    .allergens__item_fruits-a-coques:after {
      background-position: -7.2rem 0; }
    .allergens__item_soja:after {
      background-position: -9rem 0; }
    .allergens__item_sesame:after {
      background-position: -10.8rem 0; }
    .allergens__item_lupin:after {
      background-position: -12.6rem 0; }
    .allergens__item_sulfites:after {
      background-position: -14.4rem 0; }
    .allergens__item_moutardes:after {
      background-position: -16.2rem 0; }
    .allergens__item_celeri:after {
      background-position: -18rem 0; }
    .allergens__item_mollusques:after {
      background-position: -19.8rem 0; }
    .allergens__item_crustaces:after {
      background-position: -21.6rem 0; }
    .allergens__item_poissons:after {
      background-position: -23.4rem 0; }
  @media screen and (max-width: 52.5em) {
    .allergens {
      width: calc(100% - 4rem);
      margin-left: auto;
      margin-right: auto; } }

/*PRODUCT FILTER*/
.product-filter {
  display: block;
  width: 100%;
  max-width: 74.5rem;
  margin: 0 auto 2.4rem 0;
  position: relative;
  z-index: 10; }
  .product-filter__search-bar {
    font-size: 0;
    box-sizing: border-box;
    display: block;
    width: 100%;
    background: url("/assets-images/product-filter-bg.png") center center no-repeat; }
    @media screen and (max-width: 52.5em) {
      .product-filter__search-bar {
        background: none; } }
  .product-filter__title, .product-filter__categories {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box; }
  .product-filter__title {
    width: 25%;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    line-height: 3.7rem;
    text-transform: uppercase;
    padding-left: 2.2rem; }
    @media screen and (max-width: 52.5em) {
      .product-filter__title {
        display: none; } }
  .product-filter__categories {
    width: 75%;
    padding: 0;
    margin: 0;
    font-size: 0;
    list-style: none;
    box-sizing: border-box;
    padding-right: 2.2rem; }
    @media screen and (max-width: 52.5em) {
      .product-filter__categories {
        display: block;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        padding-left: 2rem;
        padding-right: 2rem; } }
  .product-filter__category {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    position: relative;
    box-sizing: border-box; }
    .product-filter__category-link {
      display: block;
      width: 100%;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 3.7rem;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      box-sizing: border-box;
      padding-left: 1.3rem;
      position: relative;
      padding-right: 4rem;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      .product-filter__category-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: 0;
        margin-left: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: ""; }
      .product-filter__category-link:before {
        font-size: 2.4rem;
        line-height: 3.7rem;
        width: 3.6rem;
        position: absolute;
        top: 0;
        right: 0; }
      @media screen and (max-width: 52.5em) {
        .product-filter__category-link {
          color: #397d42;
          line-height: 3rem;
          padding-left: 1rem;
          padding-right: 2.5rem;
          text-transform: none; }
          .product-filter__category-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: 0;
            margin-left: 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: ""; }
          .product-filter__category-link:before {
            font-size: 1.6rem;
            width: 2rem;
            line-height: 3rem; } }
    @media screen and (max-width: 52.5em) {
      .product-filter__category {
        width: 11.6rem;
        border: solid .1rem #397d42;
        margin-left: .5rem;
        margin-right: .5rem;
        margin-bottom: 1rem; } }
  .product-filter__options {
    display: none; }
  .product-filter__option {
    box-sizing: border-box;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    transition: all .3s ease; }
    .product-filter__option-link {
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 2.4rem;
      color: #fff;
      box-sizing: border-box;
      display: block;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      text-decoration: none; }
      @media screen and (max-width: 52.5em) {
        .product-filter__option-link {
          color: #397d42; } }
    .product-filter__option:hover {
      background-color: #fff; }
      .product-filter__option:hover .product-filter__option-link {
        color: #a9261f; }
    .product-filter__option_open .product-filter__options {
      display: block;
      width: 100%;
      position: absolute;
      top: 2.7rem;
      left: 0;
      background-color: #a92620;
      box-sizing: border-box;
      padding-top: .9rem;
      padding-bottom: .9rem; }
      @media screen and (max-width: 52.5em) {
        .product-filter__option_open .product-filter__options {
          top: 3rem;
          width: calc(100% + .2rem);
          margin-left: -.1rem;
          border: solid .1rem #397d42;
          background-color: #fff; }
          .product-filter__option_open .product-filter__options .product-filter__option:hover {
            background-color: #397d42; }
            .product-filter__option_open .product-filter__options .product-filter__option:hover .product-filter__option-link {
              color: #fff; } }
  .product-filter__summary {
    margin-top: 1.4rem; }
  @media screen and (max-width: 52.5em) {
    .product-filter {
      margin-left: auto;
      margin-right: auto; }
      .product-filter__summary {
        text-align: center; } }

/*ABOUT US PAGE*/
.page_about_us .content__main {
  width: 100%;
  max-width: 120rem; }
.page_about_us .content__side {
  display: none; }
.page_about_us .static-page__title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 4rem;
  color: #4e4f53;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2rem; }
.page_about_us .static-page__images, .page_about_us .static-page__content {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  margin-top: 4rem;
  width: calc(50% - 1.25rem); }
  @media screen and (max-width: 52.5em) {
    .page_about_us .static-page__images, .page_about_us .static-page__content {
      display: block;
      width: 100%; } }
.page_about_us .static-page__images {
  margin-left: 2.5rem; }
  @media screen and (max-width: 52.5em) {
    .page_about_us .static-page__images {
      margin-left: auto;
      margin-right: auto;
      margin-top: 0; } }
.page_about_us .static-page__side-img {
  display: block;
  width: 100%;
  max-width: 100%; }
  .page_about_us .static-page__side-img + .static-page__side-img {
    margin-top: 3.2rem; }
  @media screen and (max-width: 52.5em) {
    .page_about_us .static-page__side-img {
      width: auto;
      display: block;
      margin-left: auto;
      margin-right: auto; } }
.page_about_us .static-page__content {
  background-color: #fff;
  padding: 2.2rem .9rem 2.5rem; }
.page_about_us .static-page_2cols {
  font-size: 0; }
  @media screen and (max-width: 52.5em) {
    .page_about_us .static-page_2cols {
      box-sizing: border-box;
      padding-left: 2rem;
      padding-right: 2rem; } }

.static-page__content-title,
.page_about_us .static-page__content-title,
.static-page__content-subtitle,
.page_about_us .static-page__content-subtitle,
.static-page__content-text,
.page_about_us .static-page__content-text {
  font-weight: 400;
  line-height: 3rem;
  color: #4e4f53;
  margin-bottom: 0;
  margin-top: 0; }

.static-page__content-title,
.page_about_us .static-page__content-title {
  font-size: 2.4rem;
  text-transform: uppercase;
  margin-bottom: 3.3rem; }

.static-page__content-subtitle,
.page_about_us .static-page__content-subtitle {
  font-size: 2rem; }

.static-page__content-text,
.page_about_us .static-page__content-text {
  font-size: 1.6rem; }

.static-page__content-text + .static-page__content-title,
.static-page__content-text + .static-page__content-subtitle {
  margin-top: 2.8rem; }

.checkout-row__hint_phone {
  font-size: 1.4rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  margin-top: .5rem;
  line-height: 2rem;
  background-color: #a92620;
  padding: 1rem;
  box-sizing: border-box; }
  .checkout-row__hint_phone.hidden {
    display: none; }

.checkout-row__group-item_register-phone .iti,
.checkout-row__group-item_register-phone .checkout-row__field-text {
  margin-bottom: 1.5rem; }

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

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