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

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

.page__wrapper {
  overflow-x: hidden; }

/* Page header
   -------------------------------------------------------------------------- */
.header {
  background-color: #1f1f1f;
  border-bottom: solid 1px #3e3b39;
  padding: 0.5rem 0; }
  @media screen and (max-width: 52.5em) {
    .header {
      border-bottom: none; } }
  .header__wrapper {
    overflow-x: visible;
    position: relative; }
    .header__wrapper:before, .header__wrapper:after {
      content: '';
      display: block;
      width: 50rem;
      height: 1.3rem;
      top: 50%;
      transform: translate(0, -50%); }
      @media screen and (max-width: 52.5em) {
        .header__wrapper:before, .header__wrapper:after {
          display: none; } }
    .header__wrapper:before {
      background: url("/assets-images/header-decoration-bg-left.png") top right no-repeat;
      position: absolute;
      right: 100%; }
    .header__wrapper:after {
      background: url("/assets-images/header-decoration-bg-right.png") top left no-repeat;
      position: absolute;
      left: 100%; }
  .header__logo {
    float: none;
    margin-left: 2rem; }
    @media screen and (max-width: 52.5em) {
      .header__logo {
        margin-left: 6rem;
        text-align: center; } }
    .header__logo-link {
      display: inline-block;
      vertical-align: top; }
    .header__logo-image_mobile {
      display: none; }
      @media screen and (max-width: 52.5em) {
        .header__logo-image_mobile {
          display: block; } }
    @media screen and (max-width: 52.5em) {
      .header__logo-image_desktop {
        display: none; } }
  .header__shop-menu, .header__user-menu, .header__loyalty-menu, .header__ordering-menu, .header__language-menu {
    border-right: solid 1px #f49c00;
    margin-top: 2.5rem; }
  .header__user-menu {
    border-right: none; }
    .header__user-menu .dropdown-menu__header-link {
      padding-right: 1.8rem; }

/* Desktop: user and shop menus
   -------------------------------------------------------------------------- */
.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-right: 0;
  margin-left: .2em; }
.dropdown-menu__header-link {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
  padding: 1rem 2.3rem; }
  .dropdown-menu__header-link:hover {
    color: #fff;
    background-color: transparent; }
.dropdown-menu_shop .dropdown-menu__body {
  border: solid 1px #303030; }

.dropdown-menu__body {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #555555;
  background-color: #fff;
  border: 1px solid #fff; }
  .dropdown-menu__body-link {
    font-size: 1.4rem;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #555555;
    font-weight: 300;
    line-height: 30px; }
.dropdown-menu__item {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #555555;
  font-weight: 300; }
  .dropdown-menu__item-link {
    display: block;
    padding: 1rem 1.5rem;
    text-decoration: none;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease; }
    .dropdown-menu__item-link:hover {
      color: #fff;
      background-color: #c12928;
      text-decoration: none; }
.dropdown-menu_user .dropdown-menu__items {
  position: relative; }
  .dropdown-menu_user .dropdown-menu__items:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 10px 6px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -1rem;
    right: 1.8rem; }

/* ==========================================================================
   NAVIGATION
   ========================================================================== */
/* Desktop navigation:
   * account pages
   * category pages (touch only)
   -------------------------------------------------------------------------- */
.category-navigation {
  background-color: #c12928; }
  .category-navigation__wrapper {
    box-sizing: border-box;
    padding-left: 0.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .category-navigation__list {
    font-size: 0; }
  .category-navigation__item {
    font-size: 1.6rem;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    .category-navigation__item_active .category-navigation__link {
      color: #fff;
      background-color: #c12928;
      border-bottom: solid 3px #000; }
  .category-navigation__link {
    line-height: 20px;
    text-transform: uppercase;
    padding: 0.5rem 0 0.2rem;
    border-bottom: solid 3px transparent; }
    .category-navigation__link:hover, .category-navigation__link:focus {
      color: #fff;
      background-color: #c12928;
      border-bottom: solid 3px #000; }
  .category-navigation__order-button {
    display: inline-block;
    float: right;
    margin: 0 1.8rem 0 0.6rem;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #f49c00;
    border: none;
    padding: 0 1.3rem;
    border-radius: 1.2rem;
    font-size: 1.4rem;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease; }
    .category-navigation__order-button:hover {
      color: #c12928;
      background-color: #fff; }

.category-navigation_mobile {
  background-color: #2e2e2e;
  border-top: none;
  height: 5rem;
  position: relative; }
  .category-navigation_mobile .category-navigation__wrapper {
    position: relative;
    max-width: 94%;
    padding: 0; }
  .category-navigation_mobile:before, .category-navigation_mobile:after {
    content: '';
    display: block;
    width: 2.4rem;
    height: 2.3rem;
    position: absolute;
    top: 1rem;
    z-index: 3; }
  .category-navigation_mobile:before {
    left: 0.5rem;
    background: url("/assets-images/category-navigation-arr-left.png") left center no-repeat, linear-gradient(90deg, #2e2e2e 40%, rgba(46, 46, 46, 0)); }
  .category-navigation_mobile:after {
    right: 0.5rem;
    background: url("/assets-images/category-navigation-arr-right.png") right center no-repeat, linear-gradient(270deg, #2e2e2e 40%, rgba(46, 46, 46, 0)); }
  .category-navigation_mobile .category-navigation__item {
    color: #fff; }
    .category-navigation_mobile .category-navigation__item_active {
      color: #fff; }
      .category-navigation_mobile .category-navigation__item_active .category-navigation__link {
        color: #fff;
        background-color: transparent;
        font-weight: 600;
        border-bottom: solid 2px #c12928; }
  .category-navigation_mobile .category-navigation__link {
    font-weight: 600;
    border-bottom: solid 2px transparent; }
    .category-navigation_mobile .category-navigation__link:hover, .category-navigation_mobile .category-navigation__link:focus {
      color: #fff;
      background-color: transparent;
      font-weight: 600;
      border-bottom: solid 2px #c12928; }

/* Shop info.
   * desktop: displayed in a popup
   * mobile: displayed in the left menu
   -------------------------------------------------------------------------- */
.shop-info {
  background-color: #000;
  box-sizing: border-box;
  position: relative; }
  .shop-info_desktop {
    padding: 2.3rem;
    position: relative; }
    .shop-info_desktop:before, .shop-info_desktop:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 7px 10px 7px;
      position: absolute;
      right: 2.2rem; }
    .shop-info_desktop:before {
      border-color: transparent transparent #303030 transparent;
      top: -1rem;
      z-index: 1; }
    .shop-info_desktop:after {
      border-color: transparent transparent #000 transparent;
      top: -0.8rem;
      z-index: 2; }
  .shop-info_mobile {
    background-color: #2f2f2f; }
  .shop-info__header {
    margin-bottom: 2.3rem; }
  .shop-info__title {
    font-size: 1.4rem;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #f49c00;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px; }
  .shop-info__feature-title {
    font-size: 1.4rem;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #f49c00;
    font-weight: 400;
    text-transform: uppercase; }
  .shop-info__feature-content {
    font-size: 1.4rem;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 300; }
  .shop-info__feature-title, .shop-info__feature-content {
    line-height: 24px; }
  .shop-info__link {
    color: #fff; }
  .shop-info__google-maps {
    margin-bottom: 1.5rem; }
  @media screen and (max-width: 52.5em) {
    .shop-info__social-icons {
      float: none;
      display: block;
      clear: left; } }
  .shop-info .social-icons {
    font-size: 0; }
    .shop-info .social-icons__icon + .social-icons__icon {
      margin-left: 0.6rem; }
    .shop-info .social-icons__link {
      font-size: 1.8rem;
      width: 3rem;
      height: 30px;
      line-height: 30px;
      color: #fff;
      background-color: #c12928; }
      .shop-info .social-icons__link:hover {
        color: #c12928;
        background-color: #fff; }
      .shop-info .social-icons__link i:before {
        line-height: 30px;
        font-size: 1.8rem; }

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

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

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

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

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

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

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

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

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

.mobile-menu__header {
  background-color: #1f1f1f; }
.mobile-menu__close-icon {
  color: #f49c00;
  font-size: 2.5rem; }
  .mobile-menu__close-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
.mobile-menu__section {
  border-bottom: 1px solid #252525; }
  .mobile-menu__section_user {
    font-size: 1.4rem;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 300;
    background-color: #212121;
    padding: 2rem; }
  .mobile-menu__section-link {
    font-size: 1.4rem;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 300;
    background-color: #2f2f2f;
    padding: 2rem; }
  .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: #c12928; }
  .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 #252525; }
  .mobile-menu__item-link {
    font-size: 1.4rem;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 300;
    background-color: #2f2f2f;
    padding: 2rem; }
  .mobile-menu__item_active .mobile-menu__item-link {
    color: #fff;
    background-color: #212121; }

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

/* Page footer
   -------------------------------------------------------------------------- */
.footer {
  color: #fff;
  background-color: #000;
  border-top: solid 1px #2e2e2e; }
  @media screen and (max-width: 52.5em) {
    .footer {
      border-top: none;
      border-bottom: solid 1px #2f2f2f; } }
  .footer__wrapper {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem; }
    @media screen and (max-width: 52.5em) {
      .footer__wrapper {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem; } }
  .footer__credits {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    .footer__credits-copyright, .footer__credits-powered-by {
      display: inline-block;
      vertical-align: top;
      line-height: 20px; }
    @media screen and (max-width: 52.5em) {
      .footer__credits {
        margin-top: 0;
        padding-top: 0; }
        .footer__credits .footer__link {
          margin-bottom: 0; } }
  .footer__nav {
    padding: 0; }
    .footer__nav .social-icons__link i {
      margin: 0; }
      .footer__nav .social-icons__link i:before {
        font-size: 1.8rem; }
  .footer__links {
    padding-top: 0.5rem; }
    .footer__links li {
      margin-left: 1.5rem;
      margin-right: 1.5rem; }
    @media screen and (max-width: 52.5em) {
      .footer__links {
        margin-top: 0;
        padding-top: 0; } }
  .footer__link {
    font-size: 1.4rem;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 300;
    line-height: 20px; }
    .footer__link:hover {
      color: #c12928;
      text-decoration: underline; }
    @media screen and (max-width: 52.5em) {
      .footer__link {
        margin-bottom: 1.5rem; } }
  .footer .social-icons {
    font-size: 0;
    margin-left: 1.5rem; }
    @media screen and (max-width: 52.5em) {
      .footer .social-icons {
        margin: 0 auto 1.5rem; } }
    .footer .social-icons__icon {
      display: inline-block;
      vertical-align: middle; }
      .footer .social-icons__icon + .social-icons__icon {
        margin-left: 0.6rem; }
    .footer .social-icons__link {
      margin: 0;
      padding: 0;
      color: #fff;
      border: none;
      border-radius: 50%;
      background-color: #c12928;
      -webkit-transition: background-color .2s ease, color .2s ease;
      transition: background-color .2s ease, color .2s ease; }
      .footer .social-icons__link i,
      .footer .social-icons__link i:before {
        display: block;
        margin: 0;
        width: 3rem;
        height: 30px;
        line-height: 30px;
        font-size: 1.8rem; }
      .footer .social-icons__link:hover {
        color: #c12928;
        border: none;
        background-color: #fff; }

/* Scroll up button
   -------------------------------------------------------------------------- */
.scroll-up {
  color: #fff;
  background-color: #191919;
  border-radius: 0;
  bottom: 5.7rem;
  right: 2rem; }
  .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: ""; }
  @media screen and (max-width: 52.5em) {
    .scroll-up {
      display: none; } }

/* NiceSelect (used as a <select> replacement)
   -------------------------------------------------------------------------- */
.nice-select {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
  border: 1px solid #cbcbcb;
  border-radius: 12px;
  height: 30px;
  line-height: 28px; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #ccc; }
  .nice-select > .current {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    line-height: 28px; }
  .nice-select.open {
    border-radius: 12px 12px 0 0; }
    .nice-select.open .list {
      margin-top: 0;
      box-shadow: 0 0 0 1px #ccc;
      width: 100%;
      max-width: 100%; }
  .nice-select .list {
    margin-top: 0;
    border-radius: 0 0 12px 12px;
    border-top: none; }
    .nice-select .list:hover .option.selected:not(:hover) {
      background-color: #c12928 !important;
      font-weight: 300; }
  .nice-select .option {
    min-height: 30px;
    line-height: 30px;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .nice-select .option:hover {
      color: #fff;
      background-color: #c12928; }
    .nice-select .option.focus {
      color: #000;
      background-color: #c12928; }
    .nice-select .option.selected.focus {
      color: #fff;
      background-color: #c12928;
      font-weight: 300; }
      .nice-select .option.selected.focus:hover {
        color: #fff;
        background-color: #c12928; }

/* ==========================================================================
   BASKET
   ========================================================================== */
.basket {
  border: none;
  background-color: #000; }

/* Basket header
   -------------------------------------------------------------------------- */
.basket__header {
  background-color: #000;
  padding: 1rem 1.5rem; }
.basket__title {
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #f49c00;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px; }
.basket__repeat {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 300;
  line-height: 20px;
  margin-top: 0; }
  @media screen and (max-width: 52.5em) {
    .basket__repeat {
      display: block;
      max-width: 60%;
      padding-left: 0;
      padding-top: 0;
      margin-bottom: 1rem; } }
.basket__empty {
  background-color: #eac176;
  font-size: 1.4rem;
  line-height: 20px;
  padding: 0.5rem 1.5rem;
  font-weight: 300;
  color: #1f1f1f; }
.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-right: 0;
  position: absolute;
  top: 1rem;
  right: 1.5rem; }

/* Delivery method switcher
   -------------------------------------------------------------------------- */
.basket__delivery_radio {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #c12928;
  border-radius: 12px;
  overflow: hidden; }
.basket__delivery-method {
  color: #c12928;
  background-color: #fff;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #c12928; }
  .basket__delivery-method:hover {
    color: #a4a4a4;
    background-color: #3c3c3c;
    border: solid 1px #3c3c3c; }
.basket__delivery-radio:checked + .basket__delivery-method {
  color: #fff;
  background-color: #c12928; }
  .basket__delivery-radio:checked + .basket__delivery-method:hover {
    border: 1px solid #c12928; }
.basket__delivery-option .basket__delivery-method {
  border-radius: 12px 0 0 12px; }
.basket__delivery-option + .basket__delivery-option .basket__delivery-method {
  border-radius: 0 12px 12px 0; }

/* Basket delivery time nice select */
.basket__time .nice-select .list {
  max-height: .1rem; }

/* Basket footer
   -------------------------------------------------------------------------- */
.basket__footer {
  color: #fff;
  background-color: #000;
  padding: .7rem 0 .8rem; }
  .basket__footer-row {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }

/* Basket item
   -------------------------------------------------------------------------- */
.basket__items {
  background-color: #000;
  padding: 2.2rem 1.5rem; }
.basket-item__title {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 300;
  line-height: 16px; }
.basket-item__link:hover {
  color: #fff; }
.basket-item__options {
  margin-top: 0.4rem; }
.basket-item__option {
  font-size: 1.2rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 300; }
.basket-item__delete-icon {
  color: #fff; }
  .basket-item__delete-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: 0em;
    margin-left: 0em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
.basket-item__delete:hover .basket-item__delete-icon {
  color: #fff; }

/* Basket deal title
   -------------------------------------------------------------------------- */
.basket-deal__header {
  background-color: #eac176;
  line-height: 20px;
  padding: 0.5rem 1.5rem; }
.basket-deal__title {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #1f1f1f;
  font-weight: 300;
  line-height: 20px; }
.basket-deal__link:hover {
  color: #1f1f1f; }
.basket-deal__delete-icon {
  color: #1f1f1f; }
  .basket-deal__delete-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: 0em;
    margin-left: 0em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
.basket-deal__delete:hover .basket-deal__delete-icon {
  color: #1f1f1f; }

/* Basket deal item
   -------------------------------------------------------------------------- */
.basket-deal__items {
  background-color: #1f1f1f;
  padding: 1.6rem 1.5rem; }
.basket-deal__item + .basket-deal__item {
  margin-top: 1.3rem; }
.basket-deal__item-title {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 300;
  line-height: 16px; }
.basket-deal__item-options {
  margin-top: 0.4rem;
  margin-bottom: 0; }
.basket-deal__item-link:hover {
  color: #fff; }
.basket-deal__item-option {
  font-size: 1.2rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 300;
  line-height: 16px; }
.basket-deal__item-delete-icon {
  color: #fff; }
  .basket-deal__item-delete-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: 0em;
    margin-left: 0em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
.basket-deal__item-delete:hover .basket-deal__item-delete-icon {
  color: #fff; }

.basket__footer-red-message, .basket__error {
  color: #fff;
  background-color: #d28600;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  padding: 0.8rem 1.5rem;
  box-sizing: border-box; }
.basket__error {
  margin-top: 1rem; }
.basket__savings {
  color: #1f1f1f;
  background-color: #1f1f1f; }
.basket__charge-title, .basket__charge-amount {
  font-size: 2.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #f49c00;
  font-weight: 600; }
.basket__total-title, .basket__total-amount {
  font-size: 2.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #f49c00;
  font-weight: 600; }
.basket__button-link {
  color: #fff;
  background-color: #c12928;
  border: none;
  border-radius: 0;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  line-height: 20px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 12px; }
  .basket__button-link:hover {
    color: #c12928;
    background-color: #fff; }
.basket__coupon {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 300;
  color: #fff;
  font-weight: 300; }
  .basket__coupon-enable {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .basket__coupon-link {
    color: #fff;
    font-weight: 300;
    line-height: 20px;
    display: inline-block; }
  .basket__coupon-input {
    padding: 0 1rem;
    border-radius: 12px;
    border: solid 1px #cecece;
    height: 30px;
    line-height: 28px;
    box-sizing: border-box;
    margin: 0 0.5rem; }
  .basket__coupon-form span, .basket__coupon-validate {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px; }

.mobile-basket-button__nb-items {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  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: #c12928;
  border: none;
  border-radius: 0;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase; }
  .mobile-basket-button__link:hover {
    color: #c12928;
    background-color: #fff; }

.text-below-basket {
  color: #fff;
  background-color: #d28600;
  box-sizing: border-box;
  padding: 2.7rem;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 24px;
  text-align: center; }

.page_categories .content,
.page_deal_wizard .content,
.page_menu .content {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem; }
.page_categories .page__content,
.page_deal_wizard .page__content,
.page_menu .page__content {
  background: url("/assets-images/index-posts-bg.jpg") top center; }

/* ==========================================================================
   CATEGORY PAGE
   ========================================================================== */
/* Page header
   -------------------------------------------------------------------------- */
.category__title {
  font-size: 2.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #f49c00;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
  margin-top: 1.6rem;
  text-align: center; }
  .category__title + .category__description {
    margin-top: 1.7rem; }
.category__description {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 300;
  line-height: 24px;
  text-align: center; }
.category__subcategory-title {
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #f49c00;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
  text-align: center;
  margin-top: 3rem; }
  .category__subcategory-title + .category__description {
    margin-bottom: 2rem; }
.category .category__subcategory .category__subcategory-title {
  font-size: 2.4rem; }
.category .category__subcategory .category__subcategory .category__subcategory-title {
  font-size: 1.6rem;
  margin-top: 0; }

/* Product
   -------------------------------------------------------------------------- */
.product__wrapper {
  background-color: rgba(21, 21, 21, 0.53);
  padding-bottom: 1rem; }
.product__picture-container {
  margin-bottom: 1rem; }
.product__top {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box; }
.product__name {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #f49c00;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
  word-break: break-all; }
.product__description {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 300;
  line-height: 18px;
  margin-top: 1.1rem; }
.product__bottom {
  margin-top: 1.8rem;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem; }
.product__buttons {
  margin-top: 1.4rem;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media screen and (max-width: 75em) and (min-width: 60.0625em), screen and (max-width: 47.5em) and (min-width: 42.0625em) {
    .product__buttons {
      height: 60px;
      position: relative; }
      .product__buttons .product__add {
        margin-top: 3rem; }
      .product__buttons .product__customise {
        display: block;
        width: 100%;
        position: absolute;
        top: -1.4rem; }
        .product__buttons .product__customise + .product__add {
          width: 100%; } }

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

.product__counter {
  color: #c12928; }

.product_improved.product_with-counter:after {
  width: 5px;
  border-radius: 0 2px 2px 0; }

.product_improved .product__mobile-price-from {
  font-weight: 400;
  color: #a4a4a4; }

/* Add & customise buttons
   -------------------------------------------------------------------------- */
.product__add {
  color: #fff;
  background-color: #c12928;
  border: none;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  border-radius: 12px;
  height: 30px;
  padding: 0.7rem 0;
  font-weight: 600;
  line-height: 16px;
  text-align: center; }
  .product__add:hover {
    color: #c12928;
    background-color: #fff; }
  .product__add .product__add-value,
  .product__add .product__price {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 16px;
    color: #fff;
    box-sizing: border-box; }
  .product__add .product__add-value {
    border-left: solid 1px #fff; }
  .product__add .product__price {
    float: left; }
  .product__add:hover .product__add-value,
  .product__add:hover .product__price {
    color: #c12928; }
  .product__add:hover .product__price + .product__add-value {
    border-left: solid 1px #c12928; }

.product__customise {
  color: #fff;
  background-color: transparent;
  border: none;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  line-height: 30px;
  font-size: 1.4rem;
  font-weight: 300;
  width: 40%;
  text-align: left;
  text-decoration: underline; }
  .product__customise:hover {
    color: #c12928;
    background-color: transparent; }
  .product__customise:hover {
    color: #c12928;
    text-decoration: underline; }
  .product__customise + .product__add {
    font-size: 0;
    width: 57%; }

.product__sku-label {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #f49c00;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
  width: 6rem;
  margin-right: 1rem; }
  .product__sku-label ~ .nice-select__container {
    width: calc(100% - 7rem); }
    .product__sku-label ~ .nice-select__container .nice-select {
      width: 100%; }
      .product__sku-label ~ .nice-select__container .nice-select .list {
        width: 100%; }
.product__sku-value {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #a4a4a4;
  font-weight: 300;
  line-height: 30px;
  padding: 0 0.5rem;
  box-sizing: border-box;
  border-radius: 12px;
  background-color: #3c3c3c;
  display: inline-block;
  width: calc(100% - 7rem);
  text-align: center; }
.product__sku .sku-buttons__list {
  border-radius: 12px;
  overflow: hidden; }
.product__sku .sku-buttons__item + .sku-buttons__item {
  border-left: solid 1px #936920;
  box-sizing: border-box; }
.product__sku .sku-buttons__text {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #a4a4a4;
  font-weight: 300;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  background-color: #3c3c3c;
  border: none; }
.product__sku .sku-buttons__radio:checked + .sku-buttons__text {
  color: #fff;
  background-color: #f49c00; }
.product__sku + .product__sku {
  margin-top: 0.5rem; }

/* Deal wizard
   -------------------------------------------------------------------------- */
.page_deal_wizard .product__add {
  font-size: 1.4rem;
  font-weight: 600; }

.deal-wizard__title {
  font-size: 2.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #f49c00;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
  text-align: center; }
.deal-wizard-navigation {
  background-color: transparent; }
  .deal-wizard-navigation__link {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 33px;
    color: #1f1f1f;
    background-color: #eac176; }
    .deal-wizard-navigation__link:before, .deal-wizard-navigation__link:after {
      border-top: 16.5px solid transparent;
      border-bottom: 16.5px solid transparent; }
    .deal-wizard-navigation__link:before {
      border-left: 15px solid #2e2e2e;
      left: calc(100% + 1px); }
    .deal-wizard-navigation__link:after {
      border-left-color: #eac176; }
  .deal-wizard-navigation__tab {
    background-color: transparent;
    margin-bottom: 1rem; }
    .deal-wizard-navigation__tab:before {
      content: '';
      display: block;
      position: absolute;
      right: 100%;
      top: 0;
      width: 15px;
      height: 100%;
      background-color: #eac176; }
    .deal-wizard-navigation__tab:nth-child(3n), .deal-wizard-navigation__tab:last-child {
      background-color: transparent; }
    .deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link {
      margin-right: 0;
      padding-right: 15px; }
      .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: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_active:before {
      background-color: #eac176; }
    .deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab:before {
      background-color: #1f1f1f; }
    .deal-wizard-navigation__tab_active .deal-wizard-navigation__link {
      color: #1f1f1f;
      background-color: #eac176; }
      .deal-wizard-navigation__tab_active .deal-wizard-navigation__link:before {
        display: block;
        border-left: 15px solid #2e2e2e; }
      .deal-wizard-navigation__tab_active .deal-wizard-navigation__link:after {
        border-left-color: #eac176;
        margin-left: -1px; }
    .deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__link {
      color: #fff;
      background-color: #1f1f1f; }
      .deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__link:after {
        border-left-color: #1f1f1f; }
  .deal-wizard-navigation__title {
    height: 33px;
    line-height: 33px; }

/* ==========================================================================
   CUSTOMIZATION POPUP
   ========================================================================== */
.popup {
  border-radius: 0;
  background-color: #000; }
  .popup__wrapper {
    margin: 5rem 6%; }
  .popup__close {
    top: -9px;
    right: -5px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    font-size: 1.6rem;
    background-color: #c12928; }
    .popup__close-icon {
      display: inline-block;
      line-height: 26px; }
      .popup__close-icon:before {
        font-family: 'fontello';
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        min-width: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        margin-right: .2em;
        margin-left: .2em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: ""; }
      .popup__close-icon:before {
        line-height: 26px; }
  .popup__description {
    font-size: 1.4rem;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 300; }
  .popup__title, .popup__price {
    font-size: 2.4rem;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #f49c00;
    font-weight: 600;
    text-transform: uppercase; }

.popup_improved.popup_scrolled .popup__title {
  background-color: #000;
  border-bottom: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
.popup_improved .popup__title-mobile-close {
  padding-top: 0;
  margin-top: 0;
  line-height: 33px;
  height: 33px; }
  .popup_improved .popup__title-mobile-close-icon {
    font-size: 2.5rem;
    line-height: 33px; }
    .popup_improved .popup__title-mobile-close-icon:before {
      font-family: 'fontello';
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      min-width: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-right: 0;
      margin-left: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
    .popup_improved .popup__title-mobile-close-icon:before {
      height: 33px;
      line-height: 33px; }

.popup__title-wrapper {
  line-height: 33px;
  display: block; }

/* Popup group
   -------------------------------------------------------------------------- */
.popup-group__skus {
  margin-top: 2rem; }
  .popup-group__skus_desktop {
    display: block; }
  .popup-group__skus_mobile {
    display: none; }
  @media screen and (max-width: 52.5em) {
    .popup-group__skus_desktop {
      display: none; }
    .popup-group__skus_mobile {
      display: block; }
    .popup-group__skus .sku-buttons__item:nth-last-child(2):first-child,
    .popup-group__skus .sku-buttons__item:nth-last-child(2):first-child ~ .sku-buttons__item,
    .popup-group__skus .sku-buttons__item {
      width: auto;
      overflow: hidden; }
      .popup-group__skus .sku-buttons__item:nth-last-child(2):first-child + .sku-buttons__item,
      .popup-group__skus .sku-buttons__item:nth-last-child(2):first-child ~ .sku-buttons__item + .sku-buttons__item,
      .popup-group__skus .sku-buttons__item + .sku-buttons__item {
        border-left: none; }
        .popup-group__skus .sku-buttons__item:nth-last-child(2):first-child + .sku-buttons__item .sku-buttons__text,
        .popup-group__skus .sku-buttons__item:nth-last-child(2):first-child ~ .sku-buttons__item + .sku-buttons__item .sku-buttons__text,
        .popup-group__skus .sku-buttons__item + .sku-buttons__item .sku-buttons__text {
          border-left: none; }
    .popup-group__skus .sku-buttons__item:first-child, .popup-group__skus .sku-buttons__item:first-child .sku-buttons__text {
      border-radius: 12px 0 0 12px; }
    .popup-group__skus .sku-buttons__item:last-child, .popup-group__skus .sku-buttons__item:last-child .sku-buttons__text {
      border-radius: 0 12px 12px 0; }
    .popup-group__skus .product__sku + .product__sku {
      margin-top: 2rem; }
    .popup-group__skus .product__sku-label {
      display: block;
      width: 100%;
      margin: 0 0 1.2rem 0;
      float: none; }
    .popup-group__skus .sku-buttons__text {
      padding: 0 3rem;
      box-sizing: border-box;
      font-weight: 600;
      text-transform: uppercase;
      color: #c12928;
      background-color: #fff;
      line-height: 32px;
      height: 34px;
      border: solid 1px #c12928; }
    .popup-group__skus .sku-buttons__radio:checked + .sku-buttons__text {
      color: #fff;
      background-color: #c12928; } }
.popup-group__quantity-field {
  background-color: #000;
  font-size: 1.4rem;
  font-weight: 300;
  border: none;
  padding: 0 1rem;
  margin: 0;
  color: #fff;
  height: 20px;
  line-height: 20px;
  box-sizing: border-box;
  width: 4rem; }
.popup-group__quantity-button {
  font-size: 1.4rem; }
.popup-group__quantity-minus-icon {
  margin-right: 0; }
  .popup-group__quantity-minus-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
.popup-group__quantity-plus-icon {
  margin-left: 0; }
  .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__quantity-minus-icon, .popup-group__quantity-plus-icon {
  width: 2rem;
  height: 20px;
  line-height: 20px;
  border-radius: 50px;
  color: #fff;
  background-color: #c12928;
  display: block;
  position: relative; }
  .popup-group__quantity-minus-icon:before, .popup-group__quantity-plus-icon:before {
    margin: 0;
    display: block;
    width: 2rem;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0; }
.popup-group__label, .popup-group__single-choice {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #f49c00;
  font-weight: 600;
  text-transform: uppercase; }
.popup-group_improved .nice-select {
  height: 30px;
  line-height: 28px; }
.popup-group_improved .popup-group__label,
.popup-group_improved .popup-group__single-choice {
  height: 30px;
  line-height: 30px; }
.popup-group_improved .popup-group__single-choice {
  width: auto;
  white-space: nowrap; }
.popup-group_improved .popup-group__label_quantity {
  line-height: 20px;
  height: 20px; }

/* Popup row
   -------------------------------------------------------------------------- */
.popup-row + .popup-row {
  border-top: none; }
.popup-row__title {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #f49c00;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 28px;
  border-bottom: solid 1px rgba(244, 156, 0, 0.5);
  margin-bottom: 1.6rem; }
  @media all and (max-width: 52.5em) {
    .popup-row__title {
      border-bottom: none; } }
.popup-row__description {
  font-size: 1.2rem;
  line-height: 14px;
  color: #fff;
  margin-bottom: 1.6rem; }

/* Popup enum
   -------------------------------------------------------------------------- */
.popup-enum {
  font-size: 0;
  overflow: hidden;
  box-sizing: border-box; }
  .popup-enum__option {
    margin: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box; }
    .popup-enum__option + .popup-enum__option {
      border: none; }
      .popup-enum__option + .popup-enum__option .popup-enum__text {
        border-left: none; }
    .popup-enum__option:first-child .popup-enum__text {
      border-radius: 12px 0 0 12px; }
    .popup-enum__option:last-child .popup-enum__text {
      border-radius: 0 12px 12px 0; }
  .popup-enum__text {
    font-size: 1.4rem;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #c12928;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 2.2rem;
    height: 34px;
    border: solid 1px #c12928; }
  .popup-enum__radio:checked + .popup-enum__text {
    color: #fff;
    background-color: #c12928; }
  .popup-enum__radio:disabled + .popup-enum__text {
    color: #999;
    background-color: #eee; }

/* Popup set
   -------------------------------------------------------------------------- */
.popup-set__group-title {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700; }
.popup-set__title {
  color: #fff; }
.popup-set__label {
  padding-left: 2.5rem;
  padding-bottom: 2.8rem; }
.popup-set__text {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 14px;
  font-weight: 300;
  color: #fff; }
  .popup-set__text:before {
    border-color: #fff;
    background-color: #fff;
    border-radius: 2px;
    top: 0;
    left: -2.5rem;
    box-sizing: border-box;
    width: 1.4rem;
    height: 1.4rem; }
  .popup-set__text:after {
    background-color: #c12928;
    border-radius: 2px;
    top: 0;
    left: -2.5rem;
    box-sizing: border-box;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0.3rem; }
.popup-set__label input[type=checkbox]:checked + .popup-set__text {
  font-weight: 300; }

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

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

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

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

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

/* Popup buttons
   -------------------------------------------------------------------------- */
.popup-buttons__button {
  color: #fff;
  background-color: #c12928;
  border: none;
  padding: 1.9rem 0;
  border-radius: 12px 0 0 0;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 14px;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .popup-buttons__button:hover {
    color: #c12928;
    background-color: #fff; }
  .popup-buttons__button:hover {
    background-color: #fff; }
.popup-buttons__link {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff; }
  .popup-buttons__link:hover {
    color: #c12928; }
.popup-buttons_improved .popup-buttons__button {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  height: 52px;
  line-height: 52px; }
  @media screen and (max-width: 52.5em) {
    .popup-buttons_improved .popup-buttons__button {
      border-radius: 0; } }
.popup-buttons_improved .popup-buttons__link {
  line-height: 52px; }

.popup_improved {
  padding-bottom: 52px; }
  .popup_improved.popup_full-height {
    height: 100%; }

/* Desktop navigation:
   * checkout pages
   -------------------------------------------------------------------------- */
.checkout-navigation {
  background-color: #c12928; }
  .checkout-navigation__list {
    font-size: 0; }
  .checkout-navigation__item {
    font-size: 1.4rem;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 600;
    line-height: 33px;
    height: 33px;
    position: relative;
    background-color: transparent; }
    .checkout-navigation__item + .checkout-navigation__item {
      margin-left: 0; }
    .checkout-navigation__item:nth-child(6) {
      z-index: 1; }
    .checkout-navigation__item:nth-child(5) {
      z-index: 2; }
    .checkout-navigation__item:nth-child(4) {
      z-index: 3; }
    .checkout-navigation__item:nth-child(3) {
      z-index: 4; }
    .checkout-navigation__item:nth-child(2) {
      z-index: 5; }
    .checkout-navigation__item:nth-child(1) {
      z-index: 6; }
    .checkout-navigation__item:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      width: 0;
      height: 0;
      border-top: 16.5px solid transparent;
      border-bottom: 16.5px solid transparent;
      left: 100%;
      border-left: 15px solid #c12928; }
    .checkout-navigation__item_active {
      color: #fff;
      background-color: #f49c00; }
      .checkout-navigation__item_active:after {
        content: '';
        display: block;
        position: absolute;
        right: -15px;
        top: 0;
        width: 0;
        height: 0;
        border-bottom: 16.5px solid transparent;
        border-left: 15px solid #f49c00;
        border-top: 16.5px solid transparent; }

@media screen and (max-width: 26.25em) {
  .checkout-navigation__item_active .checkout-navigation__item-title {
    display: none; } }
/*ACCOUNT NAVIGATION*/
.account-navigation {
  background-color: #c12928; }
  .account-navigation__list {
    font-size: 0; }
  .account-navigation__item {
    padding: 1.8rem 1.4rem 1.4rem; }
    .account-navigation__item_active .account-navigation__link {
      border-bottom: solid 3px #000; }
  .account-navigation__link {
    padding: 0;
    font-size: 1.4rem;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: solid 3px transparent; }

/* ==========================================================================
   MESSAGES
   ========================================================================== */
/* Transient information message displayed at the top
   Eg. when a product has just been added
   -------------------------------------------------------------------------- */
.message_info {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #fff;
  opacity: 1;
  line-height: 18px; }
  .message_info .message__content {
    padding-top: 20px;
    padding-bottom: 20px; }
  .message_info a,
  .message_info a:hover {
    color: #000; }

@media screen and (max-width: 52.5em) {
  .page_menu.page_improved .message_info {
    bottom: auto;
    top: 0;
    text-align: center;
    background-color: transparent; }
    .page_menu.page_improved .message_info .message__wrapper {
      display: inline-block;
      background-color: #fff; } }
/* Important (warning/error) message displayed at the top
   Eg. someone tries to access /account without being logged in
   -------------------------------------------------------------------------- */
.message_error {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #d28600;
  opacity: 1;
  line-height: 18px; }
  .message_error .message__content {
    padding-top: 20px;
    padding-bottom: 20px; }
  .message_error a,
  .message_error a:hover {
    color: #fff; }

/* ==========================================================================
   HOMEPAGE
   ========================================================================== */
.content_index {
  margin-top: 0;
  margin-bottom: 0;
  background: url("/assets-images/index-posts-bg.jpg") top center; }
  .content_index .content__wrapper {
    width: 100%;
    max-width: none; }

/* Homepage: slideshow at the top
   -------------------------------------------------------------------------- */
.slider {
  margin-bottom: 0; }
  .slider__wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 96%;
    width: 100%;
    max-width: none; }
    .slider__wrapper:before {
      display: table;
      content: ""; }
    .slider__wrapper:after {
      display: table;
      content: "";
      clear: both; }

/* Slideshow controls */
.unslider-nav {
  bottom: 4.5rem; }
  @media screen and (max-width: 52.5em) {
    .unslider-nav {
      bottom: 2.5rem; } }
  .unslider-nav ol {
    box-sizing: border-box;
    font-size: 0; }
    .unslider-nav ol li {
      width: 1.2rem;
      height: 1.2rem;
      border: solid 1px #fff;
      margin: 0 0.3rem;
      background-color: transparent;
      box-sizing: border-box; }
      .unslider-nav ol li.unslider-active {
        background-color: #fff; }

.index-slideshow-links {
  position: static;
  background-color: #000;
  font-size: 0;
  color: #fff;
  padding: 1.7rem 0;
  box-sizing: border-box; }
  .index-slideshow-links__separator, .index-slideshow-links__link {
    line-height: 8.2rem;
    font-size: 2.3rem;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none; }
  .index-slideshow-links__link_emporter, .index-slideshow-links__link_livrasion {
    display: inline-flex;
    position: relative;
    padding: 0 1.8rem 0 7.9rem;
    box-sizing: border-box;
    background-color: #f49c00;
    border-radius: 1.2rem; }
    .index-slideshow-links__link_emporter:after, .index-slideshow-links__link_livrasion:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 2.1rem;
      width: 4.8rem;
      height: 4.8rem;
      background: url("/assets-images/index-links-sprite.png") left center no-repeat; }
  .index-slideshow-links__link_livrasion {
    padding-left: 9rem; }
    .index-slideshow-links__link_livrasion:after {
      width: 5.2rem;
      background-position: -4.8rem center; }
  .index-slideshow-links__link:first-child {
    margin-right: 10.6rem; }
  .index-slideshow-links__separator {
    margin: 0 2.4rem; }
  @media screen and (max-width: 62.5em) {
    .index-slideshow-links__link:first-child {
      margin-right: calc(100% - 60rem - 24rem); }
    .index-slideshow-links__separator {
      margin: 0 2rem; } }
  @media screen and (max-width: 52.5em) {
    .index-slideshow-links {
      padding-top: 0; }
      .index-slideshow-links__separator, .index-slideshow-links__link {
        line-height: 6rem;
        font-size: 2rem; }
      .index-slideshow-links__link_emporter, .index-slideshow-links__link_livrasion {
        padding: 0 1rem 0 7rem; }
        .index-slideshow-links__link_emporter:after, .index-slideshow-links__link_livrasion:after {
          left: 1rem; }
      .index-slideshow-links__link:first-child {
        margin-right: calc(50% - 15rem);
        margin-left: calc(50% - 15rem); }
      .index-slideshow-links__separator {
        margin: 0 1rem; } }
  @media screen and (max-width: 28.75em) {
    .index-slideshow-links {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .index-slideshow-links__separator, .index-slideshow-links__link {
        line-height: 5rem;
        font-size: 1.8rem; }
      .index-slideshow-links__link_livrasion {
        padding: 0 2rem 0 7.8rem; }
        .index-slideshow-links__link_livrasion:after {
          left: 1.9rem; }
      .index-slideshow-links__separator {
        line-height: 3.6rem; } }

/* Homepage: promotion section
   -------------------------------------------------------------------------- */
.index-promotion {
  display: block;
  width: 100%;
  background-color: #000;
  box-sizing: border-box;
  padding: 0.7rem 0;
  text-align: center; }
  .index-promotion__content {
    display: inline-block;
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
    padding-left: 8.6rem;
    padding-right: 8.6rem;
    text-align: center; }
    .index-promotion__content:before, .index-promotion__content:after {
      content: '';
      display: block;
      width: 4rem;
      height: 13px;
      background: url("/assets-images/index-promotion-content-psevdo-bg-desktop.png") top left no-repeat;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%); }
    .index-promotion__content:before {
      left: 2.3rem; }
    .index-promotion__content:after {
      right: 2.3rem; }
    @media screen and (max-width: 52.5em) {
      .index-promotion__content {
        width: 100%;
        padding-left: 5.3rem;
        padding-right: 5.3rem; }
        .index-promotion__content:before, .index-promotion__content:after {
          width: 3rem; }
        .index-promotion__content:before {
          left: 0;
          background-position: top right; }
        .index-promotion__content:after {
          right: 0;
          background-position: top left; } }
  .index-promotion__title {
    font-size: 2.4rem;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 0.6rem;
    margin-top: 0.6rem; }
  .index-promotion__description {
    font-size: 1.2rem;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 16px; }

/* Homepage: microblog - a series of short blocks (image + text)
   -------------------------------------------------------------------------- */
.index-microblog {
  margin-top: 4rem;
  margin-bottom: 4.4rem; }
  .index-microblog__wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 96%;
    box-sizing: border-box;
    padding: 0 2rem; }
    .index-microblog__wrapper:before {
      display: table;
      content: ""; }
    .index-microblog__wrapper:after {
      display: table;
      content: "";
      clear: both; }
  .index-microblog__post {
    color: #fff;
    background-color: transparent;
    position: relative;
    padding: 0; }
    @media screen and (max-width: 52.5em) {
      .index-microblog__post {
        margin-bottom: 4.4rem; }
        .index-microblog__post:last-child {
          margin-bottom: 0; } }
  .index-microblog__title {
    font-size: 1.6rem;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #f49c00;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 16px;
    margin-bottom: 1rem;
    text-align: center; }
  .index-microblog__image-wrapper {
    margin: 0 0 2rem; }
  .index-microblog__content {
    margin-bottom: 4.3rem; }
    .index-microblog__content p {
      font-size: 1.4rem;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      color: #fff;
      font-weight: 300;
      line-height: 24px; }
    .index-microblog__content + p {
      margin-top: 1rem; }
    @media screen and (max-width: 52.5em) {
      .index-microblog__content {
        margin-bottom: 1.8rem; } }
  .index-microblog__footer {
    position: absolute;
    bottom: 0;
    right: 2rem;
    left: 2rem;
    text-align: center; }
  .index-microblog__link {
    display: inline-block;
    color: #fff;
    background-color: #c12928;
    border: none;
    padding: 0.5rem 2.5rem;
    border-radius: 12px;
    font-size: 1.4rem;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease; }
    .index-microblog__link:hover {
      color: #c12928;
      background-color: #fff; }
  .index-microblog__spacer {
    height: 3rem; }

/* Homepage: About us
   -------------------------------------------------------------------------- */
.index-about {
  margin-bottom: 0;
  color: #fff;
  border-radius: 4px 4px 0 0;
  background-color: rgba(21, 21, 21, 0.53); }
  .index-about__wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 96%;
    padding: 3.4rem 5% 4.9rem;
    text-align: center;
    background-color: transparent;
    box-sizing: border-box;
    width: 100%; }
    .index-about__wrapper:before {
      display: table;
      content: ""; }
    .index-about__wrapper:after {
      display: table;
      content: "";
      clear: both; }
    .index-about__wrapper p {
      font-size: 1.4rem;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      color: #fff;
      font-weight: 300;
      line-height: 30px; }
  .index-about__title {
    margin-bottom: 1.7rem;
    font-size: 2.4rem;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #f49c00;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px; }

/* Homepage: map showing the position of the restaurant
   -------------------------------------------------------------------------- */
.index-map__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%; }
  .index-map__wrapper:before {
    display: table;
    content: ""; }
  .index-map__wrapper:after {
    display: table;
    content: "";
    clear: both; }
.index-map__shop {
  width: 40.4rem;
  background-color: #2f2f2f;
  border: none;
  padding: 3.3rem 1rem 1rem;
  box-sizing: border-box;
  position: relative;
  margin-top: 2.6rem;
  margin-bottom: 1.4rem; }
  .index-map__shop:before, .index-map__shop:after {
    display: block;
    content: '';
    width: calc(100% - 2rem);
    height: 4px;
    border-radius: 2px;
    background-color: #f49c00;
    position: absolute; }
  .index-map__shop:before {
    top: 1rem; }
  .index-map__shop:after {
    top: 1.9rem; }
  .index-map__shop-title {
    margin-bottom: 0.2rem;
    font-size: 2.4rem;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px; }
  .index-map__shop p {
    font-size: 1.4rem;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 300;
    line-height: 24px; }
  .index-map__shop-phone, .index-map__shop-open {
    margin: 0.5rem 0;
    font-size: 1.4rem;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 300;
    line-height: 24px; }
    .index-map__shop-phone a, .index-map__shop-open a {
      color: #fff; }
  .index-map__shop .shop-info__social-icons {
    margin: 1.6rem 0; }
    .index-map__shop .shop-info__social-icons .social-icons {
      font-size: 0; }
    .index-map__shop .shop-info__social-icons .social-icons__icon + .social-icons__icon {
      margin-left: 0.6rem; }
    .index-map__shop .shop-info__social-icons .social-icons__link {
      border: none;
      width: 3rem;
      height: 30px;
      background-color: #c12928;
      color: #fff; }
      .index-map__shop .shop-info__social-icons .social-icons__link i,
      .index-map__shop .shop-info__social-icons .social-icons__link i:before {
        line-height: 30px;
        display: block;
        font-size: 1.8rem;
        margin: 0 auto; }
.index-map__order-button {
  color: #fff;
  background-color: #c12928;
  border: none;
  padding: 1rem 2.5rem;
  border-radius: 12px;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  display: block;
  margin-top: 1.6rem;
  width: 100%;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box; }
  .index-map__order-button:hover {
    color: #c12928;
    background-color: #fff; }
.index-map__shop-image {
  margin-top: 1.8rem; }
  .index-map__shop-image img {
    display: block;
    margin: 0 auto; }
.index-map__shop-info {
  margin-top: 0.7rem;
  box-sizing: border-box;
  padding: 0 1rem;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 300;
  line-height: 20px; }
.index-map__embed-image {
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media screen and (max-width: 52.5em) {
    .index-map__embed-image {
      -ms-transform: translate(-65%, -46%);
      -webkit-transform: translate(-65%, -46%);
      transform: translate(-65%, -46%); } }

.product_improved .product__picture-container_mobile {
  display: none; }

@media screen and (max-width: 52.5em) {
  .content__wrapper {
    width: 100%; }

  .product_improved .product__wrapper {
    padding: 0; }

  .product__top {
    padding-top: 1.5rem;
    padding-bottom: 4.5rem;
    padding-right: 15.4rem;
    min-height: 144px; }

  .product__description {
    margin-top: .5rem; }

  .product_improved .product__mobile-price {
    position: absolute;
    bottom: 1.5rem;
    left: 1rem;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 600; }

  .product_improved {
    font-size: 0; }

  .product_improved .product__picture-container {
    display: none; }

  .product_improved .product__picture-container_mobile {
    display: block;
    width: 144px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%); }

  .page_categories .content {
    padding-bottom: 4.6rem; } }
/*** Simple content ***/
.page_static .page__content {
  background: url("/assets-images/index-posts-bg.jpg") top center; }

.page_static .content {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 5rem;
  padding-top: 4rem; }

.page_static .content__main {
  width: 100%;
  max-width: 80rem;
  box-sizing: border-box;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0 auto;
  float: none; }
  .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 {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #f49c00;
    font-weight: 600;
    text-transform: uppercase;
    margin: 1.2rem 0;
    text-align: center; }
  .page_static .content__main h1 {
    font-size: 2.4rem;
    line-height: 24px; }
  .page_static .content__main h2 {
    font-size: 2.4rem;
    line-height: 24px; }
  .page_static .content__main h1,
  .page_static .content__main h2,
  .page_static .content__main .static-page__title {
    margin-bottom: 1.6rem;
    text-align: center; }
    .page_static .content__main h1 + p,
    .page_static .content__main h2 + p,
    .page_static .content__main .static-page__title + p {
      text-align: left;
      font-size: 1.4rem; }
  .page_static .content__main h3 {
    font-size: 1.6rem;
    line-height: 16px;
    font-weight: 600;
    color: #f49c00;
    margin-bottom: 1.6rem; }
  .page_static .content__main h4 {
    font-size: 1.4rem;
    line-height: 14px;
    color: #f49c00;
    margin-bottom: 1.6rem; }
  .page_static .content__main h5 {
    font-size: 1.4rem;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #f49c00;
    margin-bottom: 1.6rem; }
  .page_static .content__main h6 {
    font-size: 1.4rem;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #f49c00;
    margin-bottom: 1.6rem; }
  .page_static .content__main p {
    font-size: 1.4rem;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 1.5rem; }
    .page_static .content__main p + h2,
    .page_static .content__main p + h3,
    .page_static .content__main p + h4,
    .page_static .content__main p + h5,
    .page_static .content__main p + h6 {
      margin-top: 3rem;
      margin-bottom: 3.5rem; }
  .page_static .content__main ul,
  .page_static .content__main ol {
    margin-left: 0;
    padding-left: 0; }
    .page_static .content__main ul li,
    .page_static .content__main ol li {
      font-size: 1.4rem;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      color: #fff;
      font-weight: 300;
      margin-bottom: 1.5rem;
      position: relative;
      padding-left: 2.5rem;
      font-size: 1.4rem; }
  .page_static .content__main ul li {
    list-style: none; }
    .page_static .content__main ul li:before {
      content: '';
      display: block;
      width: 0.8rem;
      height: 0.8rem;
      border-radius: 5rem;
      background-color: #f49c00;
      position: absolute;
      top: 0.8rem;
      left: 0;
      z-index: 1; }
  .page_static .content__main h3 + ul,
  .page_static .content__main h3 + ol,
  .page_static .content__main h4 + ul,
  .page_static .content__main h4 + ol,
  .page_static .content__main h5 + ul,
  .page_static .content__main h5 + ol,
  .page_static .content__main h6 + ul,
  .page_static .content__main h6 + ol {
    margin-top: -2rem; }

/* ==========================================================================
   CHECKOUT, ACCOUNT & ORDER PAGES
   ========================================================================== */
/* LOGIN PAGE */
.page_login .page__content,
.page_forgot_password .page__content,
.page_reset_password .page__content,
.page_order_step2 .page__content,
.page_order_step3 .page__content,
.page_order_step4 .page__content,
.page_order_step5 .page__content,
.page_thank_you .page__content,
.page_account .page__content,
.page_edit_account .page__content,
.page_orders .page__content {
  background: url("/assets-images/index-posts-bg.jpg") top center; }
.page_login .content,
.page_forgot_password .content,
.page_reset_password .content,
.page_order_step2 .content,
.page_order_step3 .content,
.page_order_step4 .content,
.page_order_step5 .content,
.page_thank_you .content,
.page_account .content,
.page_edit_account .content,
.page_orders .content {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 45px;
  padding-bottom: 20px; }

.checkout__section {
  padding-bottom: 3.5rem; }
  .checkout__section + .checkout__section {
    margin-top: 0;
    padding-top: 4.5rem;
    border-top: solid 1px #f49c00; }
  @media screen and (max-width: 52.5em) {
    .checkout__section {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      box-sizing: border-box; }
      .checkout__section .checkout__title,
      .checkout__section .checkout__description {
        padding-left: 0; } }
.checkout__header {
  margin-bottom: 2.7rem; }
.checkout__fieldset {
  max-width: 50.6rem; }
  .checkout__fieldset .checkout-row:last-child {
    margin-bottom: 0; }
.checkout__description {
  text-align: center;
  padding-left: 12.5rem; }
.checkout-row {
  padding-left: 12.5rem;
  margin-bottom: 2rem; }
  @media screen and (max-width: 40em) {
    .checkout-row {
      padding-left: 0; }
      .checkout-row .checkout-row__label {
        padding: 0;
        margin-left: 0;
        width: 100%; } }
.checkout__footer {
  margin-top: 3.3rem; }

.checkout__title {
  font-size: 2.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #f49c00;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  text-align: center;
  padding-left: 12.5rem; }

.checkout-row__label,
.checkout-row__group-label,
.checkout-variant__label,
.checkout-variant__select-label,
.card-entry__label,
.card-entry__saved-card-label {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 300;
  line-height: 24px;
  width: 12.5rem;
  margin-left: -12.5rem;
  box-sizing: border-box;
  padding: .3rem .8rem .3rem 0; }

.checkout-variant__helper,
.checkout-row__field-text,
.checkout-row__field-textarea,
.checkout__description,
.checkout-row__group,
.card-entry__instructions,
.card-entry__cvcode-label {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 300;
  line-height: 24px; }

.checkout-row__field-text {
  border-radius: 12px;
  line-height: 28px;
  height: 30px;
  border: solid 1px #c7cbd2;
  box-sizing: border-box;
  padding: 0 1.5rem;
  background-color: #fff;
  color: #000; }

.checkout-row__field-textarea {
  border-radius: 12px;
  line-height: 28px;
  height: 30px;
  border: solid 1px #c7cbd2;
  box-sizing: border-box;
  padding: 0.5rem 1.5rem;
  background-color: #fff;
  color: #000;
  resize: none;
  min-height: 10rem; }

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

/* Form buttons
   Contain a button on the right and a cancel link on the left.
   -------------------------------------------------------------------------- */
.form-buttons__button {
  color: #fff;
  background-color: #c12928;
  border: none;
  padding: 0.5rem 2rem;
  border-radius: 12px;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  min-width: 12rem;
  box-sizing: border-box;
  text-align: center; }
  .form-buttons__button:hover {
    color: #c12928;
    background-color: #fff; }
.form-buttons__link {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 20px;
  padding: 0.6rem 0; }
  .form-buttons__link:hover {
    color: #c12928;
    text-decoration: underline; }

.checkout-row__group-label {
  padding: 0;
  box-sizing: border-box;
  margin-left: 0;
  margin-top: 1.4rem;
  line-height: 16px; }
  .checkout-row__group-label_checkbox {
    position: relative; }
    .checkout-row__group-label_checkbox .checkout-row__field-checkbox {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0; }
    .checkout-row__group-label_checkbox .checkout-row__label-text {
      display: inline-block;
      padding-left: 2.5rem;
      line-height: 16px;
      position: relative; }
      .checkout-row__group-label_checkbox .checkout-row__label-text:before, .checkout-row__group-label_checkbox .checkout-row__label-text:after {
        content: '';
        display: block;
        width: 1.6rem;
        height: 1.6rem;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 2px;
        box-sizing: border-box;
        border: solid 1px #666666;
        background-color: #fff; }
      .checkout-row__group-label_checkbox .checkout-row__label-text:after {
        display: none;
        width: 0.8rem;
        height: 0.8rem;
        margin: 0.4rem;
        border-radius: 0;
        border: none;
        background-color: #c12928; }
    .checkout-row__group-label_checkbox .checkout-row__field-checkbox:checked + .checkout-row__label-text:after {
      display: block; }

/* Facebook login
   -------------------------------------------------------------------------- */
.checkout__facebook-login-button {
  border-radius: 12px;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase; }
.checkout__facebook-login-icon:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: .2em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }
.checkout__facebook-login-separator {
  margin-top: 1.8rem;
  text-align: center;
  position: relative;
  margin-bottom: 0.5rem; }
  .checkout__facebook-login-separator:before {
    display: none; }
  .checkout__facebook-login-separator-text {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 20px;
    text-transform: none;
    color: #fff;
    padding: 0 0.8rem;
    box-sizing: border-box;
    font-weight: 300;
    background-color: transparent;
    min-width: 36px; }
    .checkout__facebook-login-separator-text:before, .checkout__facebook-login-separator-text:after {
      content: '';
      display: block;
      position: absolute;
      top: 1rem;
      height: 0;
      width: 100%;
      border-top: 1px solid #f49c00;
      width: calc(50% - 18px); }
    .checkout__facebook-login-separator-text:before {
      left: 0; }
    .checkout__facebook-login-separator-text:after {
      left: auto;
      right: 0; }

/* PAGE ORDER STEP 3 STYLES */
.checkout-variant__select-set .nice-select .list {
  max-height: .1rem; }

.page_order_step3 .checkout__fieldset {
  margin-left: 7rem; }
  @media screen and (max-width: 40em) {
    .page_order_step3 .checkout__fieldset {
      margin-left: auto;
      margin-right: auto; } }
.page_order_step3 .checkout__title {
  padding-left: 0; }
.page_order_step3 .checkout-variant + .checkout-variant {
  margin-top: 4rem; }
.page_order_step3 .checkout-variant__label {
  margin-left: 0;
  position: relative;
  padding: 0;
  line-height: 16px; }
  .page_order_step3 .checkout-variant__label .checkout-variant__radio {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0; }
  .page_order_step3 .checkout-variant__label .checkout-variant__text {
    line-height: 16px;
    display: inline-block;
    vertical-align: top; }
    .page_order_step3 .checkout-variant__label .checkout-variant__text:before, .page_order_step3 .checkout-variant__label .checkout-variant__text:after {
      box-sizing: border-box;
      content: '';
      border-radius: 50px;
      position: absolute;
      top: 0;
      left: -3.3rem; }
    .page_order_step3 .checkout-variant__label .checkout-variant__text:before {
      border: solid 1px #1b1b1b;
      display: block;
      background-color: #fff;
      width: 1.6rem;
      height: 1.6rem; }
    .page_order_step3 .checkout-variant__label .checkout-variant__text:after {
      border: none;
      display: none;
      background-color: #c12928;
      width: 1rem;
      height: 1rem;
      margin: 0.3rem; }
  .page_order_step3 .checkout-variant__label .checkout-variant__radio:checked + .checkout-variant__text {
    font-weight: 300; }
    .page_order_step3 .checkout-variant__label .checkout-variant__radio:checked + .checkout-variant__text:after {
      display: block; }
.page_order_step3 .checkout-variant__select {
  padding-bottom: 0;
  padding-left: 20rem; }
  @media screen and (max-width: 32.5em) {
    .page_order_step3 .checkout-variant__select {
      padding-left: 0; } }
  @media screen and (max-width: 32.5em) {
    .page_order_step3 .checkout-variant__select .checkout-variant__select-label,
    .page_order_step3 .checkout-variant__select .checkout-variant__select-set {
      display: block;
      width: 100%;
      float: none;
      margin-left: 0; } }
  @media screen and (max-width: 32.5em) {
    .page_order_step3 .checkout-variant__select .checkout-variant__select-set {
      margin-top: 1rem; } }
  .page_order_step3 .checkout-variant__select-set {
    display: inline-block; }
    .page_order_step3 .checkout-variant__select-set .nice-select__container {
      min-width: 20rem;
      vertical-align: top; }
      .page_order_step3 .checkout-variant__select-set .nice-select__container .nice-select {
        width: 100%;
        margin: 0; }
  .page_order_step3 .checkout-variant__select-label {
    width: 20rem;
    margin-left: -20rem;
    margin-top: 0;
    font-weight: 600;
    text-transform: uppercase; }
.page_order_step3 .checkout-row__group .nice-select__container {
  min-width: 14.6rem;
  vertical-align: top; }
  .page_order_step3 .checkout-row__group .nice-select__container .nice-select {
    width: 100%; }
.page_order_step3 .checkout-row + div,
.page_order_step3 .checkout-row + div + div {
  margin-top: 2rem; }
.page_order_step3 .checkout-row__field-textarea {
  border-radius: 12px;
  line-height: 28px;
  height: 30px;
  border: solid 1px #c7cbd2;
  box-sizing: border-box;
  padding: 0.5rem 1.5rem;
  background-color: #fff;
  color: #000;
  resize: none;
  min-height: 10rem; }
@media screen and (max-width: 52.5em) {
  .page_order_step3 .checkout {
    box-sizing: border-box;
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }

/*CHECKOUT ATOMS FIXES*/
.checkout-row__group-item_atoms {
  max-width: 38.1rem;
  font-size: 0; }
.checkout-row__group-atom {
  margin: 0 0.2rem 0 0;
  width: calc(50% - 3.3rem); }
  .checkout-row__group-atom:first-child {
    width: 6.2rem; }
    .checkout-row__group-atom:first-child .checkout-row__group-label_atom {
      margin-top: 0;
      width: 12.5rem;
      margin-left: -12.5rem;
      padding-top: 0;
      line-height: 3rem;
      text-align: left; }
  .checkout-row__group-atom:last-child {
    margin-right: 0; }
  .checkout-row__group-atom .checkout-row__group-label_atom {
    width: calc(100% - 6rem);
    padding-top: 0;
    line-height: 3rem;
    text-align: right;
    padding-right: .5rem;
    box-sizing: border-box; }
.checkout-row__field-text_small {
  width: 6rem; }

@media screen and (max-width: 64rem) {
  .checkout-row__group-item.checkout-row__group-item_atoms {
    font-size: 0; }
  .checkout-row__group-atom {
    display: inline-block;
    vertical-align: middle;
    width: 32%;
    margin: 0; }
    .checkout-row__group-atom + .checkout-row__group-atom {
      margin-left: 2%; }
    .checkout-row__group-atom:first-child {
      width: 32%; }
    .checkout-row__group-atom .checkout-row__group-label_atom, .checkout-row__group-atom:first-child .checkout-row__group-label_atom {
      text-align: left;
      display: block;
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      margin: 0; }
  .checkout-row__field-text_small {
    width: 100%; } }
@media screen and (max-width: 52.5em) {
  .page_login .form-buttons__button {
    min-width: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }

  .checkout-variant__select {
    padding-left: 0; }
    .checkout-variant__select .checkout-variant__select-set,
    .checkout-variant__select .checkout-variant__select-label {
      display: block;
      width: 100%; }
    .checkout-variant__select-label {
      margin: 0; }

  .checkout-variant__helper,
  .checkout-row__group-item_helper {
    padding-left: 0; } }
@media screen and (max-width: 40em) {
  .checkout-row__group-item_atoms {
    max-width: 100%; } }
/* PAGE ORDER STEP 4 STYLES */
@media screen and (max-width: 40em) {
  .page_order_step4 .checkout-variant {
    padding-left: 3.2rem; } }
.page_order_step4 .checkout-variant__label {
  margin-left: 0;
  line-height: 16px;
  padding: 0; }
  .page_order_step4 .checkout-variant__label .checkout-variant__text {
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    position: relative; }
    .page_order_step4 .checkout-variant__label .checkout-variant__text:before, .page_order_step4 .checkout-variant__label .checkout-variant__text:after {
      box-sizing: border-box;
      content: '';
      border-radius: 50px;
      position: absolute;
      top: 0;
      left: -3.3rem; }
    .page_order_step4 .checkout-variant__label .checkout-variant__text:before {
      border: solid 1px #1b1b1b;
      display: block;
      background-color: #fff;
      width: 1.6rem;
      height: 1.6rem; }
    .page_order_step4 .checkout-variant__label .checkout-variant__text:after {
      border: none;
      display: none;
      background-color: #c12928;
      width: 1rem;
      height: 1rem;
      margin: 0.3rem; }
.page_order_step4 .checkout-variant__radio {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0; }
  .page_order_step4 .checkout-variant__radio:checked + .checkout-variant__text {
    font-weight: 300; }
    .page_order_step4 .checkout-variant__radio:checked + .checkout-variant__text:after {
      display: block; }
.page_order_step4 .card-entry__new-card {
  padding-left: 0; }
.page_order_step4 .card-entry__label {
  width: 15rem;
  margin-left: -15rem; }
  @media screen and (max-width: 40em) {
    .page_order_step4 .card-entry__label {
      margin-left: 0;
      display: block;
      width: 100%; } }
.page_order_step4 .card-entry__input {
  font-size: 1.4rem;
  color: #000;
  border: 1px solid #cbcbcb;
  border-radius: 12px;
  height: 30px;
  line-height: 28px;
  padding: 0 1.8rem;
  box-sizing: border-box; }
.page_order_step4 .card-entry__checkbox-wrapper {
  position: relative; }
  .page_order_step4 .card-entry__checkbox-wrapper .card-entry__checkbox {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0; }
    .page_order_step4 .card-entry__checkbox-wrapper .card-entry__checkbox:checked + .card-entry__checkbox-helper:after {
      display: block; }
  .page_order_step4 .card-entry__checkbox-wrapper .card-entry__checkbox-helper {
    position: relative;
    padding-top: 0;
    display: inline-block;
    vertical-align: top;
    padding-left: 2.5rem; }
    .page_order_step4 .card-entry__checkbox-wrapper .card-entry__checkbox-helper:before, .page_order_step4 .card-entry__checkbox-wrapper .card-entry__checkbox-helper:after {
      content: '';
      display: block;
      width: 1.6rem;
      height: 1.6rem;
      position: absolute;
      top: 0.8rem;
      left: 0;
      border-radius: 2px;
      box-sizing: border-box;
      border: solid 1px #666666;
      background-color: #fff; }
    .page_order_step4 .card-entry__checkbox-wrapper .card-entry__checkbox-helper:after {
      display: none;
      width: 0.8rem;
      height: 0.8rem;
      margin: 0.4rem;
      border-radius: 0;
      border: none;
      background-color: #c12928; }
.page_order_step4 .nice-select__container {
  width: 70%; }
  .page_order_step4 .nice-select__container .nice-select {
    width: 100%; }

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

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

/* User registration error (invalid/empty fields)
   -------------------------------------------------------------------------- */
.checkout-error {
  padding: 0 0 0 12.5rem;
  box-sizing: border-box; }
  @media screen and (max-width: 52.5em) {
    .checkout-error {
      padding-left: 0; } }
  .checkout-error .checkout-error__wrapper {
    box-sizing: border-box;
    width: 100%;
    padding: 4rem;
    background-color: #d28600; }
    .checkout-error .checkout-error__wrapper .checkout-error__item {
      font-size: 1.4rem;
      line-height: 24px;
      font-weight: 300;
      color: #fff; }

.checkout__section_account .checkout-row__label {
  padding-bottom: 0; }

/* Order page
   -------------------------------------------------------------------------- */
.order-table__header {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #c12928; }

.order-row__header {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  background-color: #313131;
  border-top: none; }
  .order-row__header:hover {
    color: #fff !important;
    background-color: #313131 !important;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease; }
.order-row:nth-child(even) .order-row__header {
  color: #fff;
  background-color: #1f1f1f; }
.order-row__order {
  border-top: none; }

.order {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
  background-color: #000;
  padding-left: 1.2rem;
  padding-right: 1.2rem; }
  .order__group-title {
    font-size: 1.6rem;
    font-weight: 600; }
  .order__add {
    padding-right: 0.5rem; }
  .order__add-button, .order__repeat-button {
    color: #fff;
    background-color: #c12928;
    border: none;
    border-radius: 12px;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
    .order__add-button:hover, .order__repeat-button:hover {
      color: #c12928;
      background-color: #fff; }
  .order__add-button {
    line-height: 24px;
    box-sizing: border-box; }
  .order__repeat-empty-basket {
    font-size: 1.4rem;
    line-height: 30px;
    font-weight: 300; }
  .order__group-title {
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #f49c00; }
  .order__group-content {
    font-size: 1.4rem;
    width: 85%; }
    @media screen and (max-width: 60em) {
      .order__group-content {
        width: 100%; } }
  .order__items-container {
    border-top-color: #f49c00; }
  .order__items-table {
    color: #fff;
    font-size: 1.6rem;
    background-color: #000;
    border: none; }
  .order__items-deal {
    color: #fff;
    background-color: #1f1f1f; }
    .order__items-deal-title {
      color: #000;
      background-color: #eac176; }
    .order__items-deal-header-column {
      padding-left: 15px;
      padding-right: 15px;
      box-sizing: border-box;
      font-size: 1.4rem;
      font-weight: 300;
      text-transform: none; }
  .order__items-column {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 24px;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    .order__items-column:last-child {
      padding-right: 0.5rem; }
  .order__items-attribute {
    font-size: normal;
    line-height: 14px;
    font-weight: 300;
    font-style: normal;
    margin-top: 1rem; }
  .order__items-footer {
    border-top-color: #f49c00;
    font-size: 2.4rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #f49c00; }
    .order__items-footer td {
      padding: 1.2rem 1.5rem; }
  .order__total {
    border-top-color: #f49c00; }

@media screen and (max-width: 40em) {
  .order-table {
    padding-bottom: 2rem;
    overflow-y: hidden;
    width: 100%;
    overflow-x: auto; }

  .order-table__header,
  .order-row_order {
    width: 64rem; } }
.card-entry__group.StripeElement {
  padding: 7px 6px;
  box-sizing: border-box;
  border-radius: 12px;
  background-color: #fff;
  color: #000 !important; }

.card-entry__group#stripe_card_errors {
  color: #fff;
  margin-top: 1rem; }

/* lOCATOR PAGE

                     ------------------------------*/
.page_locator .page__content {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: url("/assets-images/index-posts-bg.jpg") top center; }
.page_locator .locator {
  max-width: 62.4rem;
  width: 96%;
  margin-top: 6.5rem; }
.page_locator .locator__wrapper {
  padding: 3.9rem 5.3rem 2.7rem;
  border: .2rem solid #c12928;
  background-color: #000;
  border-radius: 1.2rem; }
.page_locator .locator__title {
  display: none;
  font-size: 2.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #f49c00;
  font-weight: 600;
  text-transform: uppercase; }
.page_locator .locator__restaurants {
  margin: 0;
  border: 0.2rem solid #f49c00;
  background-color: #f4f2f2;
  border-radius: 1.2rem;
  padding: 0 3rem; }
.page_locator .locator-restaurant {
  padding: 2.2rem 0; }
.page_locator .locator-restaurant__content-name, .page_locator .locator-restaurant__name {
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #bf2120;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 4rem;
  padding-top: 0;
  padding-bottom: 0; }
.page_locator .locator-restaurant__name {
  width: 31%; }
.page_locator .locator-restaurant__toggle {
  color: #000;
  font-size: 1.4rem;
  line-height: 4rem;
  padding: 0;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .page_locator .locator-restaurant__toggle:hover {
    color: #c12928;
    text-decoration: underline; }
.page_locator .locator-restaurant__opening-times, .page_locator .locator-restaurant__address {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #2a2a2a;
  line-height: 2.4rem; }
.page_locator .locator-restaurant__button {
  color: #fff;
  background-color: #f49c00;
  border: none;
  padding: 0 2rem;
  border-radius: 1.2rem;
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border: 0.2rem solid #f49c00;
  line-height: 3.6rem;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  min-width: 13rem;
  box-sizing: border-box;
  text-align: center; }
  .page_locator .locator-restaurant__button:hover {
    color: #f49c00;
    background-color: #f4f2f2; }
.page_locator .locator-restaurant + .locator-restaurant {
  margin-top: 0;
  border-top: solid .2rem #1f1f1f; }
@media screen and (max-width: 52.5em) {
  .page_locator .locator-restaurant__button-wrapper {
    position: absolute;
    margin-top: 0; } }
@media screen and (max-width: 40em) {
  .page_locator .locator__wrapper {
    padding-left: 2rem;
    padding-right: 2rem; }
  .page_locator .locator-restaurant__toggle {
    clear: none; }
  .page_locator .locator-restaurant__button_header {
    float: right;
    clear: none; }
  .page_locator .locator-restaurant__button-wrapper {
    position: initial;
    text-align: center;
    margin-top: 1rem; }
  .page_locator .locator-restaurant__content-name {
    text-align: center; } }
@media screen and (max-width: 36em) {
  .page_locator .locator-restaurant__header {
    text-align: center; }
  .page_locator .locator-restaurant__button_header {
    float: none; }
  .page_locator .locator-restaurant__name, .page_locator .locator-restaurant__toggle, .page_locator .locator-restaurant__button {
    float: none;
    max-width: 20rem;
    margin: 1rem auto;
    display: block; }
  .page_locator .locator-restaurant__name {
    width: 100%; }
  .page_locator .locator-restaurant__toggle {
    clear: left;
    padding-bottom: 1rem; }
  .page_locator .locator-restaurant__embed-map {
    margin-bottom: 2rem; } }
@media screen and (max-width: 33em) {
  .page_locator .locator__wrapper {
    padding-left: 1rem;
    padding-right: 1rem; } }

.locator__fields-wrapper {
  width: 100%; }

.locator__methods {
  margin-top: 0;
  margin-bottom: 3.5rem; }

.locator__method {
  font-size: 2.1rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #f49c00;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 22.4rem; }
  .locator__method:last-child {
    float: right; }

.locator__method-name {
  position: relative;
  height: auto;
  line-height: 5rem;
  padding-left: 6.2rem;
  border-radius: 1.2rem;
  background-color: #f4f2f2;
  border: 0.2rem solid #f49c00; }
  .locator__method-name:after {
    content: "";
    display: block;
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2.1rem;
    background: url("/assets-images/locator-icon-sprite.png") left center no-repeat; }

.locator__method_delivery .locator__method-name {
  padding-left: 6.2rem; }
  .locator__method_delivery .locator__method-name:after {
    left: 2rem;
    width: 4.7rem;
    background-position: -8.8rem center; }

.locator__method_delivery input[type=radio]:checked + span:after {
  background-position: -4rem center; }

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

@media screen and (max-width: 33em) {
  .locator__method {
    float: none;
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 1rem auto; }
    .locator__method + .locator__method {
      margin-top: 2rem; }
    .locator__method:last-child {
      float: none; }

  .locator__method-name {
    padding-left: 5.2rem; }
    .locator__method-name:after {
      left: 50%;
      transform: translate(-230%, -50%); }

  .locator__method_delivery .locator__method-name {
    padding-left: 6.4rem; }
    .locator__method_delivery .locator__method-name:after {
      left: 50%;
      transform: translate(-190%, -50%); } }
.locator__postcode {
  padding: 0 0 2rem; }

.locator__postcode-input-wrapper {
  margin: 0 auto;
  padding-right: 0; }

.locator__postcode-input {
  font-size: 2.2rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #f49c00;
  font-weight: 400;
  font-style: italic;
  height: 4.6rem;
  line-height: 4.6rem;
  border: 0.2rem solid #f49c00;
  border-radius: 1.2rem;
  background-color: #f4f2f2;
  padding-left: 2.1rem;
  padding-right: 2.1rem;
  float: left;
  width: 100%;
  box-sizing: border-box; }

.locator__postcode-input::-webkit-input-placeholder {
  color: #f49c00;
  font-size: 2.2rem; }

.locator__postcode-input::-moz-placeholder {
  color: #f49c00;
  font-size: 2.2rem; }

.locator__postcode-input:-ms-input-placeholder {
  color: #f49c00;
  font-size: 2.2rem; }

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

.locator__postcode-button {
  display: none;
  color: #fff;
  background-color: #c12928;
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 2.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  float: left;
  margin-right: -6rem;
  width: 6rem;
  height: 4.6rem;
  line-height: 4.6rem;
  border-top-right-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .locator__postcode-button:hover {
    color: #c12928;
    background-color: #c6c6c6; }

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

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

.locator__selected {
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff; }

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

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

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

.locator-restaurant__name-distance,
.locator-restaurant__content-name-distance {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 400;
  text-transform: uppercase; }

/* marketing_menu page */
.page_marketing_menu .content {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem; }
.page_marketing_menu .page__content {
  background: url("/assets-images/index-posts-bg.jpg") top center; }
.page_marketing_menu .header__basket-menu,
.page_marketing_menu .content__side {
  display: none; }
.page_marketing_menu .content__main {
  width: 100%;
  float: none; }
.page_marketing_menu .product {
  width: 25%; }
  .page_marketing_menu .product:nth-child(3n+1) {
    clear: none; }
  .page_marketing_menu .product:nth-child(4n+1) {
    clear: left; }
  @media screen and (max-width: 60em) {
    .page_marketing_menu .product {
      width: 33%; }
      .page_marketing_menu .product:nth-child(2n+1), .page_marketing_menu .product:nth-child(4n+1) {
        clear: none; }
      .page_marketing_menu .product:nth-child(3n+1) {
        clear: left; } }
  @media screen and (max-width: 52.5em) {
    .page_marketing_menu .product {
      float: none;
      width: 100%; } }

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

.page_marketing_menu .product .product__buttons,
.content_marketing .product .product__buttons {
  display: none; }
.page_marketing_menu .product .product__buttons + .product__buttons,
.content_marketing .product .product__buttons + .product__buttons {
  display: block; }
@media screen and (max-width: 52.5em) {
  .page_marketing_menu .product__top,
  .content_marketing .product__top {
    padding-bottom: 6.5rem; }
  .page_marketing_menu .product__buttons,
  .content_marketing .product__buttons {
    position: absolute;
    bottom: 1.5rem;
    left: 1rem;
    padding: 0;
    max-width: 20rem;
    width: 100%;
    margin-top: 0;
    height: auto; }
    .page_marketing_menu .product__buttons .product__add,
    .content_marketing .product__buttons .product__add {
      margin-top: 0; }
  .page_marketing_menu .product__mobile-price,
  .content_marketing .product__mobile-price {
    display: none; } }
@media screen and (max-width: 24em) {
  .page_marketing_menu .product__buttons,
  .content_marketing .product__buttons {
    max-width: 18rem; } }

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