@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Karla:wght@400;700&family=Montserrat:wght@400;600&display=swap");
:root {
  color-scheme: light only; }

/*  ==========================================================================
    GENERAL
    ========================================================================== */
/*  Imports
    -------------------------------------------------------------------------- */
@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; }
/***************************
  Header product filter
***************************/
.header__filter {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100; }
  @media screen and (max-width: 60em) {
    .header__filter {
      display: block; } }

.dropdown-menu_filter .dropdown-menu__body {
  z-index: -100;
  opacity: 0;
  -webkit-transform: scale(0.75) translateY(-20px);
  -ms-transform: scale(0.75) translateY(-20px);
  transform: scale(0.75) translateY(-20px);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: all 0.15s ease-out, opacity 0.15s ease-out;
  -ms-transition: all 0.15s ease-out, opacity 0.15s ease-out;
  transition: all 0.15s ease-out, opacity 0.15s ease-out;
  border-radius: 0; }

[data-dropdown-open] .dropdown-menu__body {
  z-index: 200;
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); }

/*  Fonts
    -------------------------------------------------------------------------- */
@font-face {
  font-family: 'TradeGothicLTStd-BdCn20';
  src: url("/assets-fonts/TradeGothicLTStd-BdCn20.woff2") format("woff2"), url("/assets-fonts/TradeGothicLTStd-BdCn20.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'TradeGothicLTStd-Cn18';
  src: url("/assets-fonts/TradeGothicLTStd-Cn18.woff2") format("woff2"), url("/assets-fonts/TradeGothicLTStd-Cn18.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/*  Base fonts
    -------------------------------------------------------------------------- */
html {
  font-size: 10px; }

body {
  font-size: 1.4rem;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  color: #000000; }

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

* {
  box-sizing: border-box; }

/*  Page header
    -------------------------------------------------------------------------- */
.header {
  background-color: #fff;
  padding: 0;
  border-bottom: solid 1px #e0e0e0; }
  @media screen and (max-width: 60em) {
    .header {
      border: none;
      padding: 1rem 0; } }
  .header__wrapper {
    padding: 3.3rem 0; }
    @media screen and (max-width: 60em) {
      .header__wrapper {
        padding: 0;
        background: none;
        position: relative;
        text-align: center; }
        .header__wrapper:before, .header__wrapper:after {
          display: none; } }
  .header__logo {
    float: none; }
  .header__nav {
    display: flex;
    align-items: center; }

/*  Custom menu in the header
    -------------------------------------------------------------------------- */
.menu-custom {
  display: flex;
  margin-left: 4.2rem; }
  @media screen and (max-width: 60em) {
    .menu-custom {
      display: none; } }
  .menu-custom__item-link {
    display: block;
    font-size: 1.6rem;
    font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 2.4rem;
    text-decoration: none;
    transition: all .3s ease; }
    .menu-custom__item-link:hover {
      text-decoration: none;
      color: #ec078d; }
  .menu-custom__item {
    margin-left: 1.8rem;
    margin-right: 1.8rem; }
    .menu-custom__item_primary .menu-custom__item-link {
      color: #ec078d; }
    @media screen and (max-width: 60em) {
      .menu-custom__item {
        margin-left: .5rem;
        margin-right: .5rem; } }

/*  Page footer
    -------------------------------------------------------------------------- */
.footer {
  color: #212121;
  background-color: #fff;
  padding-top: 4.5rem;
  border-top: solid 2px #8c8c8c; }
  @media screen and (max-width: 75em) {
    .footer {
      padding-top: 4rem; } }
  .footer__wrapper {
    padding: 0;
    max-width: 128rem;
    margin: 0 auto; }
  .footer__credits {
    float: none;
    padding: 2.5rem 0;
    width: 100%;
    margin: 0 auto;
    border-top: solid 3px #f3f6f8;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 60em) {
      .footer__credits {
        flex-wrap: wrap; } }
  .footer__credits-wrapper, .footer__credits-signature,
  .footer .social-icons {
    flex-basis: 100%;
    text-align: center; }
    @media screen and (max-width: 60em) {
      .footer__credits-wrapper, .footer__credits-signature,
      .footer .social-icons {
        flex-basis: auto; } }
  .footer__credits-wrapper {
    text-align: left; }
    @media screen and (max-width: 60em) {
      .footer__credits-wrapper {
        order: 1;
        width: 50%; } }
    @media screen and (max-width: 52.5em) {
      .footer__credits-wrapper {
        width: 100%;
        text-align: center; } }
  @media screen and (max-width: 60em) {
    .footer .social-icons {
      order: 2;
      width: 50%; } }
  @media screen and (max-width: 52.5em) {
    .footer .social-icons {
      width: 100%;
      justify-content: center; } }
  @media screen and (max-width: 60em) {
    .footer__credits-signature {
      order: 3;
      width: 100%;
      margin-top: 2.5rem; } }
  .footer__row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap; }
    @media screen and (max-width: 52.5em) {
      .footer__row {
        flex-direction: column;
        align-items: center; } }
  .footer__row + .footer__row {
    margin-top: 5rem; }
  .footer__column {
    width: auto;
    white-space: nowrap; }
    @media screen and (max-width: 75em) {
      .footer__column_logo {
        width: 100%;
        text-align: center; } }
    @media screen and (max-width: 60em) {
      .footer__column_subscribe {
        width: 100%;
        margin-top: 4rem;
        text-align: center; }
        .footer__column_subscribe .newsletter,
        .footer__column_subscribe .partners {
          margin-left: auto;
          margin-right: auto;
          justify-content: center; } }
  @media screen and (max-width: 52.5em) {
    .footer__column + .footer__column {
      margin-top: 4rem; } }
  .footer__nav {
    padding: 0; }
  .footer__links li {
    display: block;
    margin: 0; }
  .footer__link {
    color: #212121; }
    .footer__link:hover {
      color: #212121; }
  .footer__logo, .footer__logo-image {
    display: block; }
  @media screen and (max-width: 75em) {
    .footer__logo {
      max-width: 5rem;
      margin-bottom: 4rem;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 52.5em) {
    .footer__logo {
      max-width: none;
      display: inline-flex;
      margin-bottom: 0; } }

/*  Footer block
    -------------------------------------------------------------------------- */
.footer-block {
  padding: 0;
  margin: 0;
  float: none; }
  .footer-block__item {
    display: block; }
    .footer-block__item + .footer-block__item {
      margin-top: 1.7rem; }
  .footer-block__title {
    font-size: 2rem;
    font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: 400;
    line-height: 2.4rem;
    display: block;
    white-space: nowrap;
    margin-bottom: 2.8rem; }
    @media screen and (max-width: 26.25em) {
      .footer-block__title {
        white-space: normal; } }
  .footer-block__link {
    font-size: 1.4rem;
    font-family: "TradeGothicLTStd-Cn18", Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: 400;
    line-height: 1.8rem;
    text-decoration: none;
    display: inline-flex;
    width: auto; }
    .footer-block__link:hover {
      text-decoration: underline; }

/*  Footer contacts block
    -------------------------------------------------------------------------- */
.footer-contact {
  font-size: 0;
  color: #212121;
  font-weight: 400; }
  .footer-contact__address, .footer-contact__phone {
    display: inline-flex;
    font-size: 1.4rem;
    line-height: 1.8rem; }
  .footer-contact__address {
    font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif; }
  .footer-contact__phone {
    font-family: "TradeGothicLTStd-Cn18", Arial, Helvetica, sans-serif;
    margin-left: 1.2rem;
    text-decoration: none; }
    .footer-contact__phone:hover {
      text-decoration: underline; }

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

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

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

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

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

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

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

.social-icons {
  display: flex;
  justify-content: flex-end; }
  .social-icons__icon {
    margin: 0; }
    .social-icons__icon + .social-icons__icon {
      margin-left: 1.6rem; }
  .social-icons__link {
    color: #fff;
    background-color: #ec078d;
    display: block;
    font-size: 2rem; }
    .social-icons__link i,
    .social-icons__link i:before {
      display: block;
      width: 2.4rem;
      height: 2.4rem;
      line-height: 2.4rem; }

/*  Footer social icons
    -------------------------------------------------------------------------- */
.footer .social-icons {
  float: none;
  margin: 0; }
  @media screen and (max-width: 52.5em) {
    .footer .social-icons {
      margin-top: 2.5rem; } }
.footer .social-icons__icon:first-child {
  margin-left: 0; }

/*  Footer newsletter block
    -------------------------------------------------------------------------- */
.newsletter {
  width: 39rem; }
  @media screen and (max-width: 26.25em) {
    .newsletter {
      width: 100%; } }
  .newsletter__fieldset {
    width: 100%;
    position: relative; }
  .newsletter__field {
    display: none;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: #f3f6f8;
    padding: .5rem 11.8rem .5rem 2.5rem;
    font-size: 1.4rem;
    font-family: "TradeGothicLTStd-Cn18", Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: 400;
    line-height: 3.4rem; }
  .newsletter__field + .newsletter__field {
    display: block; }
  .newsletter__button {
    width: 10.8rem;
    padding: .5rem;
    font-size: 1.4rem;
    font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 400;
    line-height: 2.4rem;
    text-align: center;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: #ec078d;
    cursor: pointer;
    position: absolute;
    top: .5rem;
    right: .5rem;
    transition: all .3s ease; }
    .newsletter__button:hover {
      background-color: #fff;
      color: #ec078d; }

/*  Footer partners block
    -------------------------------------------------------------------------- */
.partners {
  margin-top: 3.5rem;
  width: 100%;
  display: flex; }
  .partners__item + .partners__item {
    margin-left: 3rem; }
  .partners__link, .partners__image {
    display: block; }

/*  Scroll up button
    -------------------------------------------------------------------------- */
.scroll-up {
  color: #fff;
  background-color: #ec078d;
  border-radius: 0; }
  .scroll-up_show {
    right: calc(50% - 64rem); }
  .scroll-up__icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

/*  NiceSelect (used as a <select> replacement)
    -------------------------------------------------------------------------- */
.nice-select {
  font-size: 1.4rem;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 2.9rem;
  border: none;
  border-bottom: 1px solid #a9a9a9;
  border-radius: 0;
  background-color: transparent;
  height: 3rem;
  padding-left: 0;
  padding-right: 2rem; }
  .nice-select:after {
    width: .6rem;
    height: .6rem;
    right: .3rem;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-right-color: #a9a9a9;
    border-bottom-color: #a9a9a9; }
  .nice-select > .current {
    color: #000; }
  .nice-select .list {
    background: #fff;
    border-radius: 0;
    border: solid 2px #000; }
  .nice-select .option {
    line-height: 5rem;
    height: 5rem;
    padding: 0 2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    transition: all .3s ease; }
    .nice-select .option:hover, .nice-select .option.selected, .nice-select .option.focus, .nice-select .option.selected.focus:hover {
      color: #000;
      background-color: #f1f1f1; }

/*  ==========================================================================
    NAVIGATION
    ========================================================================== */
/*  Desktop navigation:
    * account pages
    * category pages (touch only)
    -------------------------------------------------------------------------- */
.category-navigation {
  background-color: #ec078d; }
  .category-navigation__list {
    padding: 0;
    font-size: 0; }
  .category-navigation__item {
    font-size: 1.8rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 400;
    line-height: 5rem;
    margin: 0 .5rem 0 0; }
    .category-navigation__item:first-child {
      margin-left: 0; }
    .category-navigation__item:last-child {
      margin-right: 0; }
    .category-navigation__item_active .category-navigation__link {
      color: #fff;
      background-color: #000; }
  .category-navigation__link {
    padding: 0 1rem;
    transition: all .3s ease; }
    .category-navigation__link:hover {
      color: #fff;
      background-color: #000; }
  .category-navigation_sidetouch {
    width: 15.6rem;
    margin-right: 1.4rem;
    border-right: solid 1px #e0e0e0;
    background-color: transparent; }
    .category-navigation_sidetouch .category-navigation__wrapper {
      width: 100%;
      padding-right: .5rem; }
    .category-navigation_sidetouch .category-navigation__item {
      display: block;
      width: 100%;
      font-size: 1.4rem;
      font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
      color: #000;
      font-weight: 400;
      text-transform: uppercase;
      line-height: 2rem; }
      .category-navigation_sidetouch .category-navigation__item + .category-navigation__item {
        margin-top: .5rem; }
    .category-navigation_sidetouch .category-navigation__link {
      padding: 0;
      position: relative;
      transition: all .3s ease; }
      .category-navigation_sidetouch .category-navigation__link:before {
        content: '';
        display: block;
        width: 1.2rem;
        height: 1.2rem;
        position: absolute;
        top: .4rem;
        left: 0;
        opacity: 0;
        transition: all .3s ease;
        background: url(../assets-images/title_side_element.png) center center no-repeat;
        background-size: 1.2rem; }
      .category-navigation_sidetouch .category-navigation__link:hover {
        padding-left: 1.9rem;
        color: #ec078d;
        background-color: transparent; }
        .category-navigation_sidetouch .category-navigation__link:hover:before {
          opacity: 1; }
    .category-navigation_sidetouch .category-navigation__item_active .category-navigation__link {
      color: #ec078d;
      background-color: transparent;
      padding-left: 1.9rem; }
      .category-navigation_sidetouch .category-navigation__item_active .category-navigation__link:before {
        opacity: 1; }
    .category-navigation_sidetouch .category-navigation__favourite-name:after {
      font-family: 'fontello';
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      min-width: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-right: .2em;
      margin-left: .2em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      color: #eb008a; }

/*  Category navigation mobile
    -------------------------------------------------------------------------- */
.category-navigation_mobile {
  background-color: #ec078d;
  height: 4rem;
  position: relative; }
  @media screen and (max-width: 60em) {
    .category-navigation_mobile {
      display: block; } }
  .category-navigation_mobile .category-navigation__wrapper {
    width: calc(100% - 5.2rem); }
  .category-navigation_mobile .category-navigation__list {
    padding: 0; }
  .category-navigation_mobile .category-navigation__item {
    font-size: 1.4rem;
    font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 4rem;
    margin: 0; }
    .category-navigation_mobile .category-navigation__item_active .category-navigation__link {
      background-color: transparent;
      color: #000; }
  .category-navigation_mobile .category-navigation__link {
    padding: 0 1rem; }
    .category-navigation_mobile .category-navigation__link:hover {
      background-color: transparent;
      color: #000; }
  .category-navigation_mobile .category-navigation_mobile-icon-left,
  .category-navigation_mobile .category-navigation_mobile-icon-right {
    display: block;
    width: 2.6rem;
    height: 4rem;
    background-color: transparent;
    position: absolute;
    top: 0;
    cursor: pointer; }
  .category-navigation_mobile .category-navigation_mobile-icon-left {
    left: 0; }
    .category-navigation_mobile .category-navigation_mobile-icon-left:before {
      font-family: 'fontello';
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      min-width: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-right: .2em;
      margin-left: .2em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
  .category-navigation_mobile .category-navigation_mobile-icon-right {
    right: 0; }
    .category-navigation_mobile .category-navigation_mobile-icon-right:before {
      font-family: 'fontello';
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      min-width: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-right: .2em;
      margin-left: .2em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
  .category-navigation_mobile .category-navigation_mobile-icon-left:before,
  .category-navigation_mobile .category-navigation_mobile-icon-right:before {
    margin: 0;
    line-height: 4rem;
    color: #000;
    font-size: 1.6rem;
    font-weight: 400; }

/*  Account navigation
    -------------------------------------------------------------------------- */
.account-navigation {
  background-color: transparent; }
  .account-navigation__wrapper {
    width: 100%; }
  .account-navigation__list {
    display: flex;
    flex-direction: column; }
  .account-navigation__item {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 2rem; }
    .account-navigation__item + .account-navigation__item {
      margin-top: .5rem; }
  .account-navigation__link {
    padding: 0;
    position: relative;
    transition: all .3s ease; }
    .account-navigation__link:before {
      content: '';
      display: block;
      width: 1.2rem;
      height: 1.2rem;
      position: absolute;
      top: .4rem;
      left: 0;
      opacity: 0;
      transition: all .3s ease;
      background: url(../assets-images/title_side_element.png) center center no-repeat;
      background-size: 1.2rem; }
    .account-navigation__link:hover {
      padding-left: 1.9rem;
      color: #ec078d;
      background-color: transparent; }
      .account-navigation__link:hover:before {
        opacity: 1; }
  .account-navigation__item_active .account-navigation__link {
    color: #ec078d;
    background-color: transparent;
    padding-left: 1.9rem; }
    .account-navigation__item_active .account-navigation__link:before {
      opacity: 1; }

/*  Desktop navigation:
    * checkout pages
    -------------------------------------------------------------------------- */
.checkout-navigation {
  background-color: transparent; }
  .checkout-navigation__wrapper {
    width: 100%; }
  .checkout-navigation__list {
    display: flex;
    flex-direction: column; }
  .checkout-navigation__item {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 2rem;
    padding: 0;
    height: auto; }
  .checkout-navigation__item + .checkout-navigation__item {
    margin-top: .5rem; }
  .checkout-navigation__item-nb {
    display: none; }
  .checkout-navigation__item-title {
    padding: 0;
    position: relative;
    transition: all .3s ease;
    display: block;
    line-height: 2rem; }
    .checkout-navigation__item-title:before {
      content: '';
      display: block;
      width: 1.2rem;
      height: 1.2rem;
      position: absolute;
      top: .4rem;
      left: 0;
      opacity: 0;
      transition: all .3s ease;
      background: url(../assets-images/title_side_element.png) center center no-repeat;
      background-size: 1.2rem; }
  .checkout-navigation__item_active .checkout-navigation__item-title {
    color: #ec078d;
    background-color: transparent;
    padding-left: 1.9rem; }
    .checkout-navigation__item_active .checkout-navigation__item-title:before {
      opacity: 1; }

/*  Desktop: user and shop menus
    -------------------------------------------------------------------------- */
.dropdown-menu__header-link {
  display: inline-flex;
  font-size: 1.6rem;
  font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 2.8rem;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0 1rem;
  background-color: #ec078d;
  border-radius: .5rem;
  transition: all .3s ease; }
  .dropdown-menu__header-link:hover {
    color: #fff;
    background-color: #ec078d; }
  .dropdown-menu__header-link.dropdown-menu__header-link_image {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    min-height: 2.8rem; }
  .dropdown-menu__header-link .dropdown-menu__header-image {
    display: block; }
    .dropdown-menu__header-link .dropdown-menu__header-image.dropdown-menu__header-image_mobile {
      display: none; }
    @media screen and (max-width: 52.5em) {
      .dropdown-menu__header-link .dropdown-menu__header-image {
        display: none; }
        .dropdown-menu__header-link .dropdown-menu__header-image.dropdown-menu__header-image_mobile {
          display: block; } }

.dropdown-menu__header-icon {
  display: none; }

/*  Shop dropdown menu
    -------------------------------------------------------------------------- */
.dropdown-menu_shop {
  display: none; }
  .dropdown-menu_shop .dropdown-menu__body {
    right: auto;
    left: 0;
    overflow: visible; }
    .dropdown-menu_shop .dropdown-menu__body:before, .dropdown-menu_shop .dropdown-menu__body:after {
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      transform: rotate(0deg); }
    .dropdown-menu_shop .dropdown-menu__body:before {
      border-width: 0 4px 4px 4px;
      border-color: transparent transparent #fff transparent;
      position: absolute;
      top: -4px;
      left: 5rem;
      z-index: 2; }
    .dropdown-menu_shop .dropdown-menu__body:after {
      border-width: 0 6px 6px 6px;
      border-color: transparent transparent #000 transparent;
      position: absolute;
      top: -6px;
      left: 4.8rem;
      z-index: 1; }

.dropdown-menu__body {
  font-size: 1.4rem;
  font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 1.2rem;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  overflow: hidden; }

/*  User dropdown menu
    -------------------------------------------------------------------------- */
.dropdown-menu_user .dropdown-menu__body {
  overflow: visible;
  left: 0;
  right: auto; }
  .dropdown-menu_user .dropdown-menu__body:before, .dropdown-menu_user .dropdown-menu__body:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    transform: rotate(0deg); }
  .dropdown-menu_user .dropdown-menu__body:before {
    border-width: 0 4px 4px 4px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -4px;
    left: 5rem;
    z-index: 2; }
  .dropdown-menu_user .dropdown-menu__body:after {
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #000 transparent;
    position: absolute;
    top: -6px;
    left: 4.8rem;
    z-index: 1; }

.dropdown-menu__item-link {
  line-height: 2rem;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: all .3s ease; }
  .dropdown-menu__item-link:hover {
    background: #f1f1f1;
    text-decoration: none; }

/*  Mobile products filter in the header
    -------------------------------------------------------------------------- */
.dropdown-menu_filter .dropdown-menu__header-link {
  text-align: right;
  box-sizing: border-box; }
.dropdown-menu_filter[data-dropdown-open] .dropdown-menu__header-link {
  color: #fff;
  background-color: #ec078d;
  border-radius: 0; }
.dropdown-menu_filter .dropdown-menu__header-filter-name {
  font-size: 1.4rem;
  text-transform: uppercase; }
.dropdown-menu_filter .dropdown-menu__body {
  margin-top: 0;
  min-width: 100%;
  border-radius: 0;
  box-sizing: border-box;
  height: 0; }
.dropdown-menu_filter[data-dropdown-open] .dropdown-menu__body {
  height: auto;
  width: auto; }

/*  Header loyalty dropdown menu
    -------------------------------------------------------------------------- */
.dropdown-menu_loyalty .dropdown-menu__body {
  overflow: visible; }
  .dropdown-menu_loyalty .dropdown-menu__body:before, .dropdown-menu_loyalty .dropdown-menu__body:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    transform: rotate(0deg); }
  .dropdown-menu_loyalty .dropdown-menu__body:before {
    border-width: 0 4px 4px 4px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -4px;
    right: 5rem;
    z-index: 2; }
  .dropdown-menu_loyalty .dropdown-menu__body:after {
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #000 transparent;
    position: absolute;
    top: -6px;
    right: 4.8rem;
    z-index: 1; }
  .dropdown-menu_loyalty .dropdown-menu__body .loyalty-dropdown {
    padding: 2rem 13.3rem 2.5rem 2.1rem; }
    .dropdown-menu_loyalty .dropdown-menu__body .loyalty-dropdown:before {
      right: .9rem;
      transform: none; }
    .dropdown-menu_loyalty .dropdown-menu__body .loyalty-dropdown__title {
      font-size: 2rem;
      font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
      color: #000;
      font-weight: 400;
      line-height: 2.4rem; }

[data-dropdown-open] .dropdown-menu__body {
  z-index: 200;
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); }

/*  Loyalty table
    -------------------------------------------------------------------------- */
.loyalty-table {
  min-width: 57rem;
  border: 1px solid #0a0a0a;
  border-top: none; }
  .loyalty-table__header {
    border: 1px solid #ec078d; }
    .loyalty-table__header th {
      font-size: 1.4rem;
      font-family: "Karla", Arial, Helvetica, sans-serif;
      color: #fff;
      font-weight: 400;
      text-transform: uppercase;
      line-height: 2rem;
      padding-top: 1.2rem;
      padding-bottom: 1.2rem;
      background-color: #ec078d; }
  .loyalty-table .loyalty-table__row:nth-child(odd) {
    background-color: #d9d9d9; }
    .loyalty-table .loyalty-table__row:nth-child(odd).loyalty-table__row_show-more {
      background-color: transparent; }
  .loyalty-table .loyalty-table__row:nth-child(even) {
    background-color: transparent; }
  .loyalty-table .loyalty-table__row_show-more {
    background-color: transparent; }
  .loyalty-table .loyalty-table__row plus {
    color: #007b30; }
  .loyalty-table .loyalty-table__row minus {
    color: #ba8c00; }

/*  Loyalty how to
    -------------------------------------------------------------------------- */
.loyalty-page__howto {
  padding: 0;
  min-height: 25.2rem; }
  .loyalty-page__howto__wrapper {
    padding: 0; }
  .loyalty-page__howto__title {
    display: none;
    font-size: 2.4rem;
    font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
    color: #ec078d;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 2.4rem; }
    @media screen and (max-width: 33.75em) {
      .loyalty-page__howto__title {
        text-align: center; } }
  .loyalty-page__howto__content p {
    font-size: 1.4rem;
    line-height: 24px; }
  .loyalty-page__howto__content ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .loyalty-page__howto__content ul li {
      padding-left: 1.8rem;
      box-sizing: border-box;
      position: relative;
      list-style-type: none;
      margin-left: 0;
      line-height: 24px; }
      .loyalty-page__howto__content ul li:before {
        display: block;
        content: '';
        width: .6rem;
        height: .6rem;
        border-radius: 50%;
        position: absolute;
        top: .9rem;
        left: 0;
        background-color: #f655a0; }
      .loyalty-page__howto__content ul li ul {
        margin-bottom: 2.2rem;
        margin-top: 2.2rem;
        margin-left: 1.5rem; }
  .loyalty-page__howto-badge {
    position: absolute;
    background: url(/assets-images/loyalty-howto-logo.png) top left no-repeat;
    width: 16.1rem;
    height: 161px;
    top: 2rem;
    right: 4.5rem;
    transform: none; }
    .loyalty-page__howto-badge .loyalty-badge__points-value {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 4.5rem;
      font-family: "Karla", Arial, Helvetica, sans-serif;
      color: #fff;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 160px;
      margin-left: -.6rem; }
    @media screen and (max-width: 33.75em) {
      .loyalty-page__howto-badge {
        position: static;
        margin: 0 auto 2rem; } }
  .loyalty-page__howto:before {
    display: none; }

/*  Loyalty page
    -------------------------------------------------------------------------- */
.loyalty-page__content {
  width: 100%; }
.loyalty-page__banner {
  background: none;
  border-radius: 0;
  overflow: hidden; }
  .loyalty-page__banner__content {
    padding: 0; }
    @media screen and (max-width: 33.75em) {
      .loyalty-page__banner__content {
        padding: 1.7rem; } }
  .loyalty-page__banner__title {
    font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
    font-size: 6rem;
    line-height: 7rem;
    margin-bottom: 2rem;
    color: #000; }
    @media screen and (max-width: 33.75em) {
      .loyalty-page__banner__title {
        color: #000;
        text-align: center;
        font-size: 3rem;
        line-height: 3.6rem;
        word-break: break-word; } }
  .loyalty-page__banner__p {
    line-height: 20px;
    color: #000; }
    .loyalty-page__banner__p .loyalty-points__value {
      color: #000; }
    @media screen and (max-width: 33.75em) {
      .loyalty-page__banner__p {
        color: #000; }
        .loyalty-page__banner__p .loyalty-points__value {
          color: #000; } }
.loyalty-page__banner-image {
  border-radius: 0;
  display: block;
  max-width: 100%;
  height: auto; }
  @media screen and (max-width: 33.75em) {
    .loyalty-page__banner-image {
      margin-left: auto;
      margin-right: auto; } }
.loyalty-page__banner-inside-content {
  display: block;
  width: 100%; }
  @media screen and (max-width: 33.75em) {
    .loyalty-page__banner-inside-content {
      position: static;
      display: block;
      transform: none;
      padding: 0 1.7rem;
      margin-top: 2rem;
      margin-bottom: 2rem; } }
.loyalty-page__logo-link {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 50%;
  right: 1.1rem;
  transform: translate(0, -50%); }
  .loyalty-page__logo-link img {
    display: block; }
  @media screen and (max-width: 33.75em) {
    .loyalty-page__logo-link {
      position: static;
      display: block;
      text-align: center;
      transform: none; }
      .loyalty-page__logo-link img {
        margin: 0 auto 2rem; } }

/*  Checkout loyalty
    -------------------------------------------------------------------------- */
.checkout-loyalty {
  position: relative;
  min-height: 15rem;
  max-width: 100%;
  box-sizing: border-box; }
  @media screen and (max-width: 33.75em) {
    .checkout-loyalty {
      padding-left: 0; } }
  .checkout-loyalty__cannot-use {
    margin-top: 1.5rem; }
  .checkout-loyalty .loyalty-page__howto-badge {
    left: 0;
    top: 0;
    transform: none; }
  .checkout-loyalty .loyalty-points {
    font-size: 2.4rem;
    font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
    color: #ec078d;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 2.4rem; }
  .checkout-loyalty__use-radio-label, .checkout-loyalty__use-label_checkbox {
    cursor: pointer;
    position: relative;
    display: block; }
    .checkout-loyalty__use-radio-label .checkout-loyalty__use-text, .checkout-loyalty__use-label_checkbox .checkout-loyalty__use-text {
      display: block;
      padding-left: 3.2rem;
      line-height: 1.6rem; }
      .checkout-loyalty__use-radio-label .checkout-loyalty__use-text:before, .checkout-loyalty__use-label_checkbox .checkout-loyalty__use-text:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 14px;
        height: 14px;
        border: 1px solid #0a0a0a;
        background-color: #f1f1f1; }
      .checkout-loyalty__use-radio-label .checkout-loyalty__use-text:after, .checkout-loyalty__use-label_checkbox .checkout-loyalty__use-text:after {
        content: '';
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: .8rem;
        height: .8rem;
        margin: .4rem;
        background: #ec078d;
        z-index: 1; }
    .checkout-loyalty__use-radio-label .checkout-loyalty__use-radio,
    .checkout-loyalty__use-radio-label .checkout-loyalty__use-input_checkbox, .checkout-loyalty__use-label_checkbox .checkout-loyalty__use-radio,
    .checkout-loyalty__use-label_checkbox .checkout-loyalty__use-input_checkbox {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      margin: 0;
      padding: 0; }
      .checkout-loyalty__use-radio-label .checkout-loyalty__use-radio:checked ~ .checkout-loyalty__use-text:after,
      .checkout-loyalty__use-radio-label .checkout-loyalty__use-input_checkbox:checked ~ .checkout-loyalty__use-text:after, .checkout-loyalty__use-label_checkbox .checkout-loyalty__use-radio:checked ~ .checkout-loyalty__use-text:after,
      .checkout-loyalty__use-label_checkbox .checkout-loyalty__use-input_checkbox:checked ~ .checkout-loyalty__use-text:after {
        display: block; }
  .checkout-loyalty__use-radio-label .checkout-loyalty__use-text:before {
    border-radius: 50%; }
  .checkout-loyalty__use-radio-label .checkout-loyalty__use-text:after {
    width: 1rem;
    height: 1rem;
    margin: .3rem;
    border-radius: 50%; }

/*  Loyalty stamps
    -------------------------------------------------------------------------- */
.checkout-loyalty__stamps {
  font-size: 0;
  margin: 2rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 47.8rem; }
  .checkout-loyalty__stamps.active_stamps_0 .checkout-loyalty__stamp-item, .checkout-loyalty__stamps.active_stamps_1 .checkout-loyalty__stamp-item:nth-child(n+2), .checkout-loyalty__stamps.active_stamps_2 .checkout-loyalty__stamp-item:nth-child(n+3), .checkout-loyalty__stamps.active_stamps_3 .checkout-loyalty__stamp-item:nth-child(n+4), .checkout-loyalty__stamps.active_stamps_4 .checkout-loyalty__stamp-item:nth-child(n+5), .checkout-loyalty__stamps.active_stamps_5 .checkout-loyalty__stamp-item:nth-child(n+6), .checkout-loyalty__stamps.active_stamps_6 .checkout-loyalty__stamp-item:nth-child(n+7), .checkout-loyalty__stamps.active_stamps_7 .checkout-loyalty__stamp-item:nth-child(n+8), .checkout-loyalty__stamps.active_stamps_8 .checkout-loyalty__stamp-item:nth-child(n+9), .checkout-loyalty__stamps.active_stamps_9 .checkout-loyalty__stamp-item:nth-child(n+10), .checkout-loyalty__stamps.active_stamps_10 .checkout-loyalty__stamp-item:nth-child(n+11), .checkout-loyalty__stamps.active_stamps_11 .checkout-loyalty__stamp-item:nth-child(n+12) {
    color: #cfcbcd;
    background: url(/assets-images/loyalty-logo-unactive.png) top left no-repeat;
    background-size: 100%; }
  @media screen and (max-width: 32em) {
    .checkout-loyalty__stamps {
      max-width: 36rem; } }
  @media screen and (max-width: 23.5em) {
    .checkout-loyalty__stamps {
      max-width: 24rem; } }

.checkout-loyalty__stamp-item {
  font-size: 3.7rem;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  line-height: 100px;
  display: inline-block;
  flex-shrink: 0;
  vertical-align: top;
  margin-bottom: 2rem;
  width: 10rem;
  height: 100px;
  text-align: center;
  background: url(/assets-images/loyalty-logo.png) top left no-repeat;
  background-size: 100%; }

/*  Basket menu
    -------------------------------------------------------------------------- */
.header__basket-menu {
  display: block;
  margin-top: 0; }

.content_no-ordering .header__basket-menu {
  display: none; }

.basket-menu {
  display: block; }
  .basket-menu__button {
    font-size: 1.6rem;
    font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-flex;
    line-height: 2.4rem;
    text-transform: uppercase;
    border-radius: 0;
    padding: .7rem 2rem;
    background-color: #ec078d; }
  .basket-menu__basket-icon {
    display: none;
    vertical-align: baseline;
    font-size: 2rem !important;
    line-height: 1; }
    .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: 0;
      margin-left: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
  .basket-menu__items {
    display: none;
    vertical-align: top;
    position: static;
    margin: 0 0 0 1rem;
    width: auto;
    height: auto;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-family: inherit;
    background: none;
    border: none;
    border-radius: 0;
    overflow: visible; }
  .basket-menu__link {
    display: none; }
  .basket-menu__link_dropdown {
    display: block;
    padding: 0; }
  .basket-menu__link_franchise {
    display: block; }
  @media screen and (max-width: 52.5em) {
    .basket-menu {
      margin-left: 0; }
      .basket-menu__link_off-canvas {
        display: block; }
      .basket-menu__link_dropdown {
        display: none; } }
  .basket-menu .dropdown-menu__header-subtitle {
    display: none; }

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

@media screen and (max-width: 60em) {
  .off-canvas {
    position: fixed;
    top: 0;
    width: 35rem;
    max-width: 90%;
    height: 100%;
    z-index: 3333;
    overflow-x: hidden;
    overflow-y: auto; }
    .off-canvas_right {
      left: auto;
      right: -35rem; } }
/*  Mobile: menu on the left (navigation)
    -------------------------------------------------------------------------- */
/*  Burger menu
    -------------------------------------------------------------------------- */
.burger-menu__button {
  padding: 1.1rem .75rem;
  width: 4rem; }
.burger-menu__link {
  display: block; }
.burger-menu__line {
  border-top: none;
  height: .2rem;
  background-color: #000; }
  .burger-menu__line + .burger-menu__line {
    margin-top: .6rem; }

@media screen and (max-width: 60em) {
  .header__burger-menu {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    display: block; } }

/*  Mobile menu
    -------------------------------------------------------------------------- */
.mobile-menu__header {
  padding: 1.35rem 1.8rem;
  background-color: #0a0a0a; }
.mobile-menu__close-icon {
  color: #fff;
  font-size: 2.5rem;
  width: 2rem;
  height: 2rem;
  display: block; }
  .mobile-menu__close-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  .mobile-menu__close-icon:before {
    margin: 0;
    width: 2rem;
    height: 2rem;
    display: block;
    line-height: 2rem; }
.mobile-menu__section {
  border-bottom: 1px solid #eaeaea; }
.mobile-menu__section_user, .mobile-menu__section_login {
  font-size: 1.4rem;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 2rem; }
  .mobile-menu__section_user .mobile-menu__section-link, .mobile-menu__section_login .mobile-menu__section-link {
    background-color: #f1f1f1; }
.mobile-menu__section-link {
  font-size: 1.4rem;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 2rem;
  background-color: #fff;
  padding: 1.9rem 1.8rem;
  transition: all .3s ease; }
.mobile-menu .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: #ec078d; }
.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 #eaeaea; }
.mobile-menu__item-link {
  font-size: 1.4rem;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 2rem;
  padding: 1.9rem 1.8rem;
  background-color: #fff;
  transition: all .3s ease; }
  .mobile-menu__item-link:hover {
    color: #000;
    background-color: #f1f1f1; }
.mobile-menu__item_active .mobile-menu__item-link {
  color: #000;
  background-color: #f1f1f1; }

/*  Mobile credits
    -------------------------------------------------------------------------- */
.mobile-credits {
  color: #000; }

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

/*  Mobile: basket/order button
    -------------------------------------------------------------------------- */
.mobile-basket-button {
  display: none; }
  .mobile-basket-button .mobile-basket-button__items {
    padding-top: 0; }
  .mobile-basket-button .mobile-basket-button__link {
    color: #fff;
    font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    background-color: #ec078d; }
    .mobile-basket-button .mobile-basket-button__link:after {
      border-right-width: 2px; }
  .mobile-basket-button .mobile-basket-button__total {
    position: relative;
    margin-left: 1.5rem;
    padding-left: 1.5rem; }
  .mobile-basket-button .mobile-basket-button__icon {
    margin-top: -.5rem;
    border-bottom-width: 2px;
    border-bottom-color: #fff; }
    .mobile-basket-button .mobile-basket-button__icon:before, .mobile-basket-button .mobile-basket-button__icon:after {
      border-left-width: 2px; }
  .mobile-basket-button .mobile-basket-button__nb-items {
    font-family: "Karla", Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    line-height: 1; }
  @media screen and (max-width: 60em) {
    .mobile-basket-button {
      display: block; }
      .mobile-basket-button ~ .basket-menu {
        display: none; }
      .mobile-basket-button .mobile-basket-button__nb-items {
        font-size: 1.6rem; } }

/*  Shop info.
    * desktop: displayed in a popup
    * mobile: displayed in the left menu
    -------------------------------------------------------------------------- */
.shop-info {
  background-color: #fff; }
  .shop-info__title {
    font-size: 2rem;
    font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 2.4rem; }
  .shop-info__feature-title {
    font-size: 1.6rem;
    font-family: "TradeGothicLTStd-Cn18", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 2.4rem; }
  .shop-info__feature-content {
    font-size: 1.4rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #000;
    line-height: 2.4rem; }
  .shop-info__link {
    color: #000; }
  .shop-info .social-icons__link {
    color: #fff;
    background-color: #ec078d;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0; }
    .shop-info .social-icons__link:hover {
      color: #fff;
      background-color: #ec078d; }

/*  ==========================================================================
    CATEGORY PAGE
    ========================================================================== */
/*  Page header
    -------------------------------------------------------------------------- */
.category__header {
  margin-bottom: 2rem; }
.category__titles {
  box-sizing: border-box;
  padding: .6rem 9.3rem;
  position: relative;
  margin-bottom: 2rem; }
  .category__titles:before, .category__titles:after {
    width: 100%;
    display: block;
    content: '';
    height: .6rem;
    background-color: #ec078d;
    position: absolute;
    left: 0; }
  .category__titles:before {
    top: 0; }
  .category__titles:after {
    bottom: 0; }
  @media screen and (max-width: 30em) {
    .category__titles {
      padding: 0;
      border: solid 6px #ec078d; }
      .category__titles:before, .category__titles:after {
        display: none; } }
.category__decoration {
  display: block;
  width: 9.3rem;
  height: 100%;
  background: url(../assets-images/title-decoration.png) center center no-repeat;
  border: solid 6px #ec078d;
  position: absolute;
  top: 0;
  left: 0; }
  .category__decoration:before, .category__decoration:after {
    content: '';
    display: block;
    background-color: #ec078d;
    position: absolute;
    z-index: -1; }
  .category__decoration:before {
    width: .6rem;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0); }
  .category__decoration:after {
    height: .6rem;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translate(0, -50%); }
  @media screen and (max-width: 30em) {
    .category__decoration {
      display: none; } }
.category__decoration ~ .category__decoration {
  right: 0;
  left: auto; }
.category__title {
  font-size: 3.2rem;
  font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 4rem;
  text-align: center;
  margin-bottom: 0; }
  .category__title .category__title-text {
    display: block;
    padding: .4rem 1rem;
    box-sizing: border-box; }
.category__subcategory-title {
  font-size: 3.2rem;
  font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 4rem;
  text-align: center;
  margin-bottom: 0; }
  .category__subcategory-title .category__title-text {
    display: block;
    padding: .4rem 1rem;
    box-sizing: border-box; }
.category__description {
  font-size: 1.2rem;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.6rem;
  margin: 0;
  text-align: center;
  padding-bottom: .7rem;
  padding-left: 1rem;
  padding-right: 1rem; }
.category__subcategory .category__subcategory .category__titles {
  padding: 0; }
  .category__subcategory .category__subcategory .category__titles:before, .category__subcategory .category__subcategory .category__titles:after,
  .category__subcategory .category__subcategory .category__titles .category__decoration {
    display: none; }
.category__subcategory .category__subcategory .category__subcategory-title {
  font-size: 3.2rem;
  font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 4rem;
  text-align: left;
  margin-bottom: 0; }
  .category__subcategory .category__subcategory .category__subcategory-title .category__title-text {
    padding: .4rem 0;
    box-sizing: border-box;
    display: block;
    background: none; }
.category__subcategory .category__subcategory .category__description {
  padding-left: 0;
  padding-right: 0;
  text-align: left; }
.category__subcategory + .category__subcategory {
  margin-top: 2rem; }
.category__products {
  margin-top: 0; }

.category_upselling {
  margin-top: 5rem;
  padding-top: 4.8rem;
  border-top: 1px solid #d1d1d1; }
  .category_upselling .category__header {
    margin-bottom: 3rem; }
  .category_upselling .category__title {
    text-align: center;
    font-size: 3rem; }
  .category_upselling .category__title {
    font-size: 3rem;
    font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 3.6rem;
    text-align: center;
    padding-left: 5.8rem;
    padding-right: 5.8rem;
    position: relative;
    box-sizing: border-box;
    background-image: url(../assets-images/title-decoration.png), url(../assets-images/title-decoration.png);
    background-position: left .4rem center, right .4rem center;
    background-repeat: no-repeat, no-repeat;
    background-size: 5rem, 5rem;
    border: solid 4px #ec078d; }
    .category_upselling .category__title:before, .category_upselling .category__title:after {
      content: '';
      display: block;
      background-color: #ec078d;
      position: absolute;
      z-index: -1;
      width: .4rem;
      height: 100%;
      top: 0; }
    .category_upselling .category__title:before {
      left: 2.7rem; }
    .category_upselling .category__title:after {
      right: 2.7rem; }
  .category_upselling .category__title-text {
    display: inline-flex;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-left: solid 4px #ec078d;
    border-right: solid 4px #ec078d;
    width: 100%;
    text-align: center;
    background-color: #fff; }
    .category_upselling .category__title-text:after {
      content: '';
      display: block;
      width: 100%;
      height: .4rem;
      background-color: #ec078d;
      position: absolute;
      top: 50%;
      left: 0;
      z-index: -1;
      transform: translate(0, -50%); }

/*  Product
    -------------------------------------------------------------------------- */
.product__wrapper {
  border-radius: 0;
  background-color: #f1f1f1;
  padding: 0 1.5rem 1.4rem; }
.product__picture-container {
  margin: 0 -1.5rem 1.6rem;
  background-color: #c6c6c6;
  position: relative; }
.product__picture {
  border-radius: 0; }
.product__name {
  font-size: 1.6rem;
  font-family: "TradeGothicLTStd-Cn18", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 2.4rem;
  position: relative;
  padding-right: 5rem; }
  .product__name .product__favourite {
    display: none !important; }
.product__top {
  position: relative; }
  .product__top .product__pictos {
    display: none; }
.product__price, .product.product_improved .product__price {
  font-size: 1.6rem;
  font-family: "TradeGothicLTStd-Cn18", Arial, Helvetica, sans-serif;
  color: #ec078d;
  font-weight: 400;
  line-height: 2.4rem;
  position: absolute;
  top: 0;
  right: 0; }
  @media screen and (max-width: 52.5em) {
    .product__price, .product.product_improved .product__price {
      display: block;
      right: 1rem; } }
.product__description {
  font-size: 1.3rem;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.9rem;
  margin-top: .3rem; }
.product__sku-buttons {
  margin: 1rem 0 0 0; }
.product__name .product__pictos, .product__bottom .product__pictos {
  display: none; }
.product__bottom {
  margin-top: 0; }
@media screen and (max-width: 52.5em) {
  .product {
    width: calc(50% - 1rem);
    float: left;
    margin-bottom: 2rem; }
    .product:nth-child(2n+2) {
      margin-left: 2rem; }
    .product:nth-child(2n+3) {
      clear: left; }
    .product:nth-child(3n+1) {
      clear: none; }
    .product .product__wrapper {
      padding: 0 0 1rem; }
    .product .product__picture-container {
      float: none;
      margin: 0 auto 1rem;
      width: 100%;
      max-width: 27rem; }
    .product .product__picture {
      margin-left: auto;
      margin-right: auto; }
    .product .product__mobile-button {
      display: none; }
    .product .product__top {
      padding-left: 1rem;
      padding-right: 1rem; }
    .product .product__mobile-price {
      display: none; }
    .product .product__buttons {
      display: flex;
      padding-left: 1rem;
      padding-right: 1rem; }
    .product .product__sku-list,
    .product .product__bottom {
      display: block;
      overflow: visible; }
    .product .product__bottom {
      padding-left: 1rem;
      padding-right: 1rem; }
    .product .product__bottom .product__pictos {
      display: none; }
    .product .product__sku-buttons {
      display: block;
      padding-left: 1rem;
      padding-right: 1rem; }
    .product .product__favourite {
      position: absolute; }
    .product .product__counter {
      font-weight: 400; } }
@media screen and (max-width: 30em) {
  .product {
    width: 100%;
    max-width: 27rem;
    margin-left: auto;
    margin-right: auto;
    float: none; }
    .product:nth-child(2n+2) {
      margin-left: auto; } }

.product-indications {
  display: block;
  font-size: 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  padding: .8rem 4.6rem .8rem 1.3rem;
  min-height: 4rem; }
  .product-indications .product__favourite {
    position: absolute;
    top: .8rem;
    right: 1.3rem; }
  .product-indications .product__pictos {
    margin-top: 0; }

/*  Product counter
    -------------------------------------------------------------------------- */
.product_with-counter:after {
  display: none; }
.product__counter {
  color: #000; }
  .product__counter:not(:empty):before {
    margin-right: .2rem; }

/*  Product legend
    -------------------------------------------------------------------------- */
.product-legend {
  display: none; }
  @media screen and (max-width: 52.5em) {
    .product-legend {
      display: block; }
      .product-legend__title {
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 3rem;
        box-sizing: border-box;
        padding: 3rem 1rem;
        text-align: center;
        display: block;
        color: #000; }
      .product-legend__list {
        display: block;
        font-size: 0;
        text-align: center;
        margin: 0;
        padding: 0; }
      .product-legend__item {
        display: inline-block;
        margin: 0 1.5rem 3rem;
        box-sizing: border-box;
        white-space: nowrap; }
      .product-legend__item-name {
        font-size: 1.4rem;
        line-height: 2.5rem;
        box-sizing: border-box;
        display: inline-block;
        padding-left: .5rem;
        font-weight: 400;
        color: #000; }
      .product-legend .product__picto {
        float: left; } }

/*  Product pictos
    -------------------------------------------------------------------------- */
.product__pictos {
  margin-top: 1rem; }
.product__picto {
  display: inline-block;
  vertical-align: middle;
  margin: .2rem;
  width: 2.1rem;
  height: 2.1rem;
  background: url(../assets-images/picto-icons.png) no-repeat 0 0; }
  .product__picto_vegetarian {
    background-position: 0 -8.5rem; }
  .product__picto_gluten_free {
    background-position: 0 -2.2rem; }
  .product__picto_paleo_friendly {
    background-position: 0 -4.3rem; }
  .product__picto_spicy {
    width: 7rem;
    background-position: 0 -14.9rem; }
  .product__picto_spicy_mild {
    background-position: 0 -12.8rem; }
  .product__picto_spicy_medium {
    background-position: 0 -21.2rem;
    width: 4.7rem; }
  .product__picto_spicy_very {
    width: 9.3rem;
    background-position: 0 -17rem; }
  .product__picto_spicy_extra {
    width: 11.7rem;
    background-position: 0 -19.1rem; }

/*  Product favourites
    -------------------------------------------------------------------------- */
.category__products_favourites {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.product_favourites + .product,
.product_favourites.product_improved + .product {
  margin-top: 2rem; }
.product_favourites .product__form,
.product_favourites.product_improved .product__form {
  font-size: 0;
  position: relative; }
.product_favourites .product__wrapper,
.product_favourites.product_improved .product__wrapper {
  padding: 1rem; }
.product_favourites .product_favourites_content_deal .product__top,
.product_favourites.product_improved .product_favourites_content_deal .product__top {
  padding-bottom: 3.4rem; }
.product_favourites .product__picture-container,
.product_favourites.product_improved .product__picture-container {
  margin: 0 0 0 1rem; }
.product_favourites .product__top,
.product_favourites.product_improved .product__top {
  width: 100%;
  margin-bottom: 1rem; }
.product_favourites .product__add,
.product_favourites.product_improved .product__add {
  min-width: 15rem;
  padding: 0 .5rem; }
.product_favourites .product__bottom,
.product_favourites.product_improved .product__bottom {
  padding-bottom: 3.4rem;
  float: none; }
.product_favourites .product__buttons,
.product_favourites.product_improved .product__buttons {
  padding: 0;
  margin-top: 0;
  position: absolute;
  right: 0;
  bottom: 0; }
.product_favourites .product__picture-container,
.product_favourites.product_improved .product__picture-container {
  width: 150px;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden; }
.product_favourites .product__sku-list,
.product_favourites.product_improved .product__sku-list {
  margin: 0; }
@media screen and (max-width: 52.5em) {
  .product_favourites,
  .product_favourites.product_improved {
    float: none;
    width: 100%;
    margin-bottom: 0; }
    .product_favourites:nth-child(2n+2),
    .product_favourites.product_improved:nth-child(2n+2) {
      margin-left: 0; }
    .product_favourites .product__picture-container,
    .product_favourites.product_improved .product__picture-container {
      float: left;
      margin: 0;
      width: 150px; }
      .product_favourites .product__picture-container ~ *,
      .product_favourites.product_improved .product__picture-container ~ * {
        margin-left: 162px; } }
@media screen and (max-width: 30em) {
  .product_favourites,
  .product_favourites.product_improved {
    width: 100%;
    display: block;
    padding-bottom: 0; }
    .product_favourites:nth-child(2n+2),
    .product_favourites.product_improved:nth-child(2n+2) {
      margin-left: auto; }
    .product_favourites .product__wrapper,
    .product_favourites.product_improved .product__wrapper {
      padding: 1rem 0; }
    .product_favourites .product__picture-container,
    .product_favourites.product_improved .product__picture-container {
      float: none;
      display: block;
      margin: -1rem auto 1rem;
      width: 100%;
      max-width: 27rem; }
      .product_favourites .product__picture-container ~ *,
      .product_favourites.product_improved .product__picture-container ~ * {
        margin-left: auto;
        margin-right: auto;
        max-width: 27rem; }
    .product_favourites .product__bottom,
    .product_favourites.product_improved .product__bottom {
      float: none;
      margin-bottom: 1rem;
      padding-bottom: 0; }
    .product_favourites .product__buttons,
    .product_favourites.product_improved .product__buttons {
      position: static;
      padding: 0 1rem;
      width: 100%;
      box-sizing: border-box; }
    .product_favourites .product__add,
    .product_favourites.product_improved .product__add {
      width: 100%; }
    .product_favourites .product__customise,
    .product_favourites.product_improved .product__customise {
      padding-left: 0; }
      .product_favourites .product__customise + .product__add,
      .product_favourites.product_improved .product__customise + .product__add {
        width: 50%;
        min-width: auto; } }

/* Product zebra. Used in:
   * sidetouch categories page
   * touch & sidetouch favourites page
   -------------------------------------------------------------------------- */
.product_sidetouch {
  background-color: transparent; }
  .product_sidetouch:nth-child(2n+1) {
    background-color: transparent; }

.product_favourites {
  background-color: transparent;
  padding: 0;
  border-radius: .5rem; }
  .product_favourites:nth-child(2n+1) {
    background-color: transparent; }

/*  Add & customise buttons
    -------------------------------------------------------------------------- */
.product__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .product__buttons:before, .product__buttons:after {
    display: none; }
.product__add {
  color: #fff;
  background-color: #ec078d;
  border: none;
  font-size: 1.6rem;
  font-family: "TradeGothicLTStd-Cn18", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 0;
  line-height: 3.4rem;
  height: 3.4rem;
  border-radius: .5rem;
  text-align: center;
  font-size: 0;
  transition: background-color .2s ease, color .2s ease;
  border: none; }
  .product__add:hover {
    color: #fff;
    background-color: #ec078d; }
  .product__add .product__add-value {
    box-sizing: border-box;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 50%;
    text-align: center;
    font-size: 1.6rem;
    font-family: "TradeGothicLTStd-Cn18", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 3.4rem; }
  .product__add .product__add-value-custom {
    width: 100%; }
.product__customise {
  color: #ec078d;
  background-color: transparent;
  border: none;
  font-size: 1.4rem;
  font-family: "TradeGothicLTStd-Cn18", Arial, Helvetica, sans-serif;
  color: #ec078d;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: underline;
  text-align: left;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  line-height: 2rem;
  border-radius: 0;
  display: inline-flex;
  width: auto;
  float: none;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease;
  height: 2rem; }
  .product__customise:hover {
    color: #ec078d;
    background-color: transparent; }
  .product__customise:hover {
    text-decoration: none; }
  .product__customise + .product__add {
    display: block;
    width: 50%;
    float: none; }

/*  Favourite icon
    -------------------------------------------------------------------------- */
.product__favourite {
  line-height: 2.4rem;
  position: absolute;
  top: 0;
  right: 0; }
  .product__favourite_add .product__favourite-icon {
    color: #ec078d;
    font-size: 2rem;
    display: flex;
    width: 2.4rem;
    height: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center; }
    .product__favourite_add .product__favourite-icon:before {
      font-family: 'fontello';
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      min-width: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-right: .2em;
      margin-left: .2em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
    .product__favourite_add .product__favourite-icon:before {
      margin: 0;
      display: block; }
  .product__favourite_remove .product__favourite-icon {
    color: #ec078d;
    font-size: 1.8rem;
    display: flex;
    width: 2.4rem;
    height: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center; }
    .product__favourite_remove .product__favourite-icon:before {
      font-family: 'fontello';
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      min-width: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-right: .2em;
      margin-left: .2em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
    .product__favourite_remove .product__favourite-icon:before {
      margin: 0;
      display: block; }

/*  Grouped skus: product filter theming
    *********************************************************/
.product-filter {
  margin-top: 2.6rem;
  margin-bottom: 0;
  max-width: 15.6rem; }
  @media screen and (max-width: 60em) {
    .product-filter {
      display: none; }
      .product-filter_header {
        display: block;
        margin-bottom: 0;
        padding-top: 0;
        margin-top: 0; } }
  .product-filter__set {
    padding: 0;
    background-color: transparent;
    border-radius: 0; }
  @media screen and (max-width: 60em) {
    .product-filter__item {
      white-space: nowrap;
      text-transform: none; } }
  .product-filter__item + .product-filter__item {
    margin-top: .5rem; }
  .product-filter__title {
    font-size: 1.4rem;
    font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 2rem;
    margin-bottom: .5rem; }
  .product-filter__name {
    display: block;
    position: relative;
    padding: 0;
    font-size: 1.4rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 2rem;
    border: none;
    box-sizing: border-box;
    text-align: left;
    transition: all .3s ease;
    padding-right: 1rem;
    border-radius: .5rem; }
    .product-filter__name:before {
      display: none; }
    @media screen and (max-width: 60em) {
      .product-filter__name {
        padding-left: 1rem;
        padding-right: 1rem;
        border-radius: 0; } }
  .product-filter__label {
    display: block;
    position: relative;
    cursor: pointer;
    overflow: hidden; }
    .product-filter__label:hover .product-filter__name {
      color: #fff;
      background-color: rgba(236, 7, 141, 0.7);
      padding-left: 1rem; }
  .product-filter__input {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    opacity: 0; }
    .product-filter__input:checked + .product-filter__name {
      color: #fff;
      background-color: #ec078d;
      padding-left: 1rem; }
  .product-filter__summary {
    display: none !important;
    margin-top: 0;
    color: #000;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center; }
  .product-filter__summary-link {
    color: #000; }
    .product-filter__summary-link:hover {
      text-decoration: none; }

/*  Deal wizard navigation
    -------------------------------------------------------------------------- */
.deal-wizard {
  width: 100%; }

.deal-wizard-navigation {
  background-color: transparent; }
  .deal-wizard-navigation__link {
    font-size: 1.4rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 400;
    line-height: 3rem;
    background-color: #ec078d; }
    .deal-wizard-navigation__link:before, .deal-wizard-navigation__link:after {
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent; }
    .deal-wizard-navigation__link:before {
      border-left: 15px solid #fff; }
    .deal-wizard-navigation__link:after {
      border-left-color: #ec078d; }
  .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: 1.5rem;
      height: 100%;
      background-color: #ec078d; }
    .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: 1.5rem; }
      .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: #ec078d; }
    .deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab:before {
      background-color: #e8e8e8; }
    .deal-wizard-navigation__tab_active .deal-wizard-navigation__link {
      color: #fff;
      background-color: #ec078d; }
      .deal-wizard-navigation__tab_active .deal-wizard-navigation__link:before {
        display: block;
        border-left: 15px solid #fff; }
      .deal-wizard-navigation__tab_active .deal-wizard-navigation__link:after {
        border-left-color: #ec078d; }
    .deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__link {
      color: #000;
      background-color: #e8e8e8; }
      .deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__link:after {
        border-left-color: #e8e8e8; }
  .deal-wizard-navigation__title {
    height: 3rem;
    line-height: 3rem; }

/*  Deal wizard page
    -------------------------------------------------------------------------- */
.deal-wizard__header {
  margin-bottom: 2rem; }
.deal-wizard__title {
  font-size: 3.2rem;
  font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 4rem;
  text-align: center;
  margin-bottom: 0; }
  .deal-wizard__title .deal-wizard__title-text {
    display: block;
    padding: .4rem 1rem;
    box-sizing: border-box; }
.deal-wizard__subcategory-title {
  font-size: 3.2rem;
  font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 4rem;
  text-align: center;
  margin-bottom: 3rem; }
  .deal-wizard__subcategory-title .deal-wizard__title-text {
    padding-left: 5rem;
    background: url(../assets-images/title_side_element.png) left center no-repeat;
    background-size: 3.6rem;
    display: inline-flex; }
.deal-wizard__description {
  font-size: 1.2rem;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 2.4rem;
  margin: -2rem 0 2.5rem;
  text-align: center; }

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

/*  Basket header
    -------------------------------------------------------------------------- */
.basket__header {
  background-color: #5b5b5b;
  line-height: 3rem;
  border-bottom: 1px solid #fff; }
.basket__title {
  font-size: 2rem;
  font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase; }
.basket__repeat {
  font-size: 1.4rem;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  color: #fff; }
.basket__close-icon {
  color: #fff; }
  .basket__close-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
@media screen and (max-width: 52.5em) {
  .basket__header {
    padding-right: 1rem;
    line-height: 3rem;
    display: flex;
    flex-direction: column-reverse;
    position: relative; }
  .basket__title {
    line-height: 2rem;
    float: none; }
  .basket__repeat {
    margin-top: .5rem;
    line-height: 2rem;
    padding: 0; }
  .basket__close {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%); } }

/*  Basket item
    -------------------------------------------------------------------------- */
.basket__items {
  background-color: #5b5b5b; }

.basket-item {
  padding: .2rem 0; }
  .basket-item + .basket-item {
    margin-top: 0; }
  .basket-item__title {
    font-size: 1.2rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.8rem; }
  .basket-item__link:hover {
    color: #fff; }
  .basket-item__name {
    width: 65% !important; }
  .basket-item__price {
    margin-right: .5rem; }
  .basket-item__option {
    font-size: 1.2rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    line-height: 1.6rem; }
    .basket-item__option-name {
      padding-left: 0; }
  .basket-item__delete-icon {
    width: 1rem;
    height: 1.4rem;
    background: url(../assets-images/basket_item_remove.png) center center no-repeat; }
  .basket-item__delete {
    display: flex;
    align-items: center; }
  .basket-item__empty {
    font-size: 1.2rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #5b5b5b; }
  .basket-item__wrapper_price {
    display: flex; }
  .basket-item__quantity-btn {
    display: none; }

/*  Basket deal title
    -------------------------------------------------------------------------- */
.basket-deal__header {
  background-color: #5b5b5b;
  padding: .5rem 1.2rem; }
.basket-deal__title {
  font-size: 1.2rem;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.8rem; }
.basket-deal__link:hover {
  color: #fff; }
.basket-deal__delete-icon {
  color: #f1f1f1;
  line-height: 1.8rem; }
  .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: rgba(241, 241, 241, 0.6); }
.basket-deal__item-wrapper_price {
  display: inline-flex; }

/*  Basket deal item
    -------------------------------------------------------------------------- */
.basket-deal__items {
  background-color: #e8e8e8; }
.basket-deal__item {
  padding: .2rem 0; }
  .basket-deal__item + .basket-deal__item {
    margin-top: 0; }
.basket-deal__item-title {
  font-size: 1.2rem;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.8rem; }
.basket-deal__item-price {
  margin-right: .5rem; }
.basket-deal__item-link:hover {
  color: #000000; }
.basket-deal__item-option {
  font-size: 1.2rem;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  line-height: 1.6rem; }
  .basket-deal__item-option-name {
    padding-left: 0; }
.basket-deal__item-delete-icon {
  width: 1rem;
  height: 1.4rem;
  background: url(../assets-images/basket_item_remove.png) center center no-repeat;
  padding-left: 0; }
.basket-deal__item-delete {
  display: inline-flex;
  align-items: center; }

/*  Delivery method switcher
    -------------------------------------------------------------------------- */
.basket__delivery_radio {
  overflow: hidden; }
.basket__delivery-radio:checked + .basket__delivery-method {
  color: #fff;
  background-color: #ec078d;
  border-color: #ec078d; }
.basket__delivery-method {
  background-color: transparent;
  border: 1px solid #bdbdbd;
  transition: background-color .2s ease, color .2s ease; }
  .basket__delivery-method:hover {
    background-color: #ec078d;
    border-color: #ec078d; }
.basket__delivery-option {
  font-size: 0.9rem;
  font-family: "TradeGothicLTStd-Cn18", Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 1.8rem;
  text-transform: uppercase; }
  .basket__delivery-option .basket__delivery-method {
    border-radius: 0.5rem 0 0 0.5rem; }
  .basket__delivery-option ~ .basket__delivery-option .basket__delivery-method {
    border-radius: 0 0.5rem 0.5rem 0; }

/*  Basket footer
    -------------------------------------------------------------------------- */
/*  Order button
    -------------------------------------------------------------------------- */
/*  Important message displayed at the bottom of the basket
    -------------------------------------------------------------------------- */
/*  Warning message, for instance: the minimum delivery amount is not reached
    -------------------------------------------------------------------------- */
.basket__footer {
  color: #fff;
  background-color: #5b5b5b;
  padding-top: 0; }
.basket__footer-row {
  padding: 1rem; }
.basket__total {
  padding: .4rem 1rem; }
.basket__footer-orange-message {
  color: #fff;
  background-color: #717171;
  font-size: .8rem;
  line-height: 1.2rem; }
.basket__footer-red-message {
  color: #fff;
  background-color: #d9230b; }
.basket__savings {
  color: #fff;
  background-color: #2a2526; }
.basket__charge-title, .basket__charge-amount {
  font-size: 1.6rem;
  font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase; }
.basket__total-title, .basket__total-amount {
  font-size: 1.6rem;
  font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 2.4rem; }
.basket__button-link {
  color: #fff;
  background-color: transparent;
  border: none;
  padding: 0 1rem;
  border-radius: 0.5rem;
  font-size: 1.9rem;
  font-family: "TradeGothicLTStd-Cn18", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  transition: background-color .2s ease, color .2s ease;
  line-height: 3.9rem;
  height: 4.1rem;
  border: solid 1px #fff; }
  .basket__button-link:hover {
    color: #fff;
    background-color: transparent; }
.basket__time .nice-select__container {
  width: 100%; }
  .basket__time .nice-select__container + .nice-select__container {
    margin-left: 0;
    margin-top: 1rem; }
  .basket__time .nice-select__container .nice-select {
    border-radius: .5rem;
    border: none;
    border-radius: .5rem;
    background-color: #fff;
    line-height: 2.6rem;
    height: 2.6rem;
    font-size: 1.4rem;
    font-family: "TradeGothicLTStd-Cn18", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    text-transform: uppercase; }
    .basket__time .nice-select__container .nice-select > .current {
      padding-left: 1rem; }
    .basket__time .nice-select__container .nice-select:after {
      right: 1.2rem; }
    .basket__time .nice-select__container .nice-select .option {
      overflow: visible;
      text-overflow: unset;
      padding: 0 1rem;
      font-size: 1.4rem;
      font-family: "TradeGothicLTStd-Cn18", Arial, Helvetica, sans-serif;
      color: #000;
      font-weight: 400;
      text-transform: uppercase;
      line-height: 2.6rem;
      height: 2.6rem;
      min-height: 2.6rem; }
    .basket__time .nice-select__container .nice-select .list {
      border: none; }
.basket__time.basket__time_advanced-orders .nice-select__container ~ .nice-select__container {
  margin-left: 0; }

/*  Basket coupon
    -------------------------------------------------------------------------- */
.basket__coupon {
  padding: .4rem 1rem; }
.basket__coupon-form-wrapper {
  display: flex;
  justify-content: space-between; }
  .basket__coupon-form-wrapper .nice-select__container {
    width: 100%;
    max-width: 58%;
    min-width: 15.4rem; }
  .basket__coupon-form-wrapper .nice-select {
    width: 100%; }
    .basket__coupon-form-wrapper .nice-select.open .list {
      max-height: 15rem;
      overflow-y: auto; }
    .basket__coupon-form-wrapper .nice-select .list {
      width: 100%;
      max-height: 1rem; }
    .basket__coupon-form-wrapper .nice-select .option {
      height: 3rem;
      line-height: 3rem;
      padding: 0 .8rem; }
  .basket__coupon-form-wrapper .basket__coupon-add-button {
    max-width: 37%;
    width: 100%;
    text-align: center;
    padding: 0 1rem;
    line-height: 3rem;
    border: none;
    color: #000;
    float: none;
    margin-left: 0;
    background-color: #ec078d;
    transition: background-color .2s ease, color .2s ease; }
    .basket__coupon-form-wrapper .basket__coupon-add-button:hover {
      color: #fff; }
  .basket__coupon-form-wrapper:after, .basket__coupon-form-wrapper:before {
    display: none; }

/*  Basket uppselling
    -------------------------------------------------------------------------- */
.basket-upselling {
  border: none;
  background-color: #646464;
  margin-top: 1.1rem;
  padding: 1.5rem; }
  .basket-upselling__header {
    margin-bottom: 1rem; }
  .basket-upselling__title {
    font-size: 1.6rem;
    font-family: "TradeGothicLTStd-Cn18", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 2.4rem;
    text-align: center; }
  .basket-upselling .nice-select__container {
    width: 100%;
    margin-bottom: 1rem; }
  .basket-upselling .nice-select {
    width: 100%;
    text-align: center !important;
    border: none;
    border-radius: .5rem;
    padding-right: 3.5rem;
    padding-left: 3.5rem;
    line-height: 2.6rem;
    height: 2.6rem;
    background-color: #fff; }
    .basket-upselling .nice-select > .current {
      color: #000;
      text-align: center;
      font-size: 1rem; }
    .basket-upselling .nice-select:after {
      right: 1.5rem; }
    .basket-upselling .nice-select.open .list {
      max-height: 12rem;
      overflow-y: auto; }
    .basket-upselling .nice-select .list {
      width: 100%;
      max-height: 1rem;
      border: none; }
    .basket-upselling .nice-select .option {
      height: 2.4rem;
      line-height: 2.4rem;
      font-size: 1rem;
      padding: 0 1rem;
      min-height: 2.4rem; }
  .basket-upselling__button {
    width: 100%;
    border: none;
    line-height: 2.4rem;
    height: 2.4rem;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    background-color: #ec078d;
    padding: 0 1rem;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease;
    border-radius: .5rem; }
    .basket-upselling__button:hover {
      color: #fff; }

/*  ==========================================================================
    CUSTOMIZATION POPUP
    ========================================================================== */
.popup,
.popup_improved {
  border-radius: 0;
  background: #fff;
  width: 90rem;
  max-width: calc(100% - 4rem);
  padding-bottom: 7rem; }
  @media screen and (max-width: 52.5em) {
    .popup,
    .popup_improved {
      padding-bottom: 4.6rem; } }
  .popup .popup__wrapper,
  .popup_improved .popup__wrapper {
    margin: 0;
    padding: 0;
    max-height: 90vh; }
  .popup .popup__top,
  .popup_improved .popup__top {
    padding: 4rem;
    background-color: #f1f1f1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 3.2rem; }
    @media screen and (max-width: 52.5em) {
      .popup .popup__top,
      .popup_improved .popup__top {
        padding: 1.6rem 2rem 3.4rem;
        margin-bottom: 2.5rem; } }
  .popup .popup__info,
  .popup_improved .popup__info {
    display: flex;
    flex-direction: column;
    width: calc(100% - 24rem); }
    @media screen and (max-width: 52.5em) {
      .popup .popup__info,
      .popup_improved .popup__info {
        width: 100%; } }
  .popup .popup__picture,
  .popup_improved .popup__picture {
    float: none;
    width: 21rem;
    margin-right: 3rem; }
    @media screen and (max-width: 52.5em) {
      .popup .popup__picture,
      .popup_improved .popup__picture {
        margin: 0 auto 1.6rem; } }
  .popup .popup__picture-image,
  .popup_improved .popup__picture-image {
    display: block; }
    .popup .popup__picture-image_desktop,
    .popup_improved .popup__picture-image_desktop {
      max-height: 21rem;
      display: block; }
    .popup .popup__picture-image_mobile,
    .popup_improved .popup__picture-image_mobile {
      max-height: 21rem; }
  .popup .popup__header,
  .popup_improved .popup__header {
    margin-bottom: 1.3rem; }
    @media screen and (max-width: 52.5em) {
      .popup .popup__header,
      .popup_improved .popup__header {
        margin-bottom: 2.3rem; } }
  .popup .popup__price,
  .popup_improved .popup__price {
    font-size: 1.4rem;
    font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
    color: #0a0a0a;
    line-height: 2.5rem;
    position: absolute;
    top: 0;
    right: 0;
    float: none;
    margin-right: 0; }
  .popup .popup__title,
  .popup_improved .popup__title {
    font-size: 2.4rem;
    font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
    color: #0a0a0a;
    line-height: 2.4rem;
    font-weight: normal;
    padding-right: 6rem;
    position: relative;
    display: inline-flex;
    width: 100%; }
    @media screen and (max-width: 52.5em) {
      .popup .popup__title,
      .popup_improved .popup__title {
        padding-top: 0;
        font-size: 2rem; } }
    .popup .popup__title .product__pictos,
    .popup_improved .popup__title .product__pictos {
      display: inline-flex;
      margin-top: 0;
      margin-left: 1rem; }
  .popup .popup__description,
  .popup_improved .popup__description {
    font-size: 1.4rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 1.8rem;
    margin-top: 0;
    color: rgba(0, 0, 0, 0.84); }
    @media screen and (max-width: 52.5em) {
      .popup .popup__description,
      .popup_improved .popup__description {
        font-size: 1.4rem; } }
  .popup .popup__group,
  .popup_improved .popup__group {
    padding: 0; }
  .popup .popup-group_improved,
  .popup_improved .popup-group_improved {
    margin-top: 2.7rem; }
  .popup.popup_scrolled .popup__price,
  .popup_improved.popup_scrolled .popup__price {
    top: 1rem;
    right: 1.5rem; }
  .popup.popup_scrolled .popup__top,
  .popup_improved.popup_scrolled .popup__top {
    padding-top: 6.3rem; }
  .popup.popup_scrolled .popup__picture,
  .popup_improved.popup_scrolled .popup__picture {
    margin-top: -2.3rem; }
  .popup.popup_scrolled .popup__title,
  .popup_improved.popup_scrolled .popup__title {
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    padding: 1rem 7.5rem 1rem 4rem; }
    @media screen and (max-width: 52.5em) {
      .popup.popup_scrolled .popup__title,
      .popup_improved.popup_scrolled .popup__title {
        padding-left: 2rem; } }
  .popup .popup__title-mobile-close,
  .popup_improved .popup__title-mobile-close {
    color: #000;
    font-size: 2.4rem;
    line-height: 2.4rem; }

/*  Popup group
    -------------------------------------------------------------------------- */
.popup-group__line {
  display: flex; }
.popup-group__label, .popup-group__single-choice {
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: #000;
  text-transform: uppercase; }
.popup-group__quantity-field {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #000;
  background: transparent;
  border: none; }
.popup-group__quantity-button {
  font-size: 1.4rem; }
.popup-group__quantity-minus-icon:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: .2em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }
.popup-group__quantity-plus-icon:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: .2em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }
.popup-group__quantity-minus-icon, .popup-group__quantity-plus-icon {
  margin: 0;
  color: #000;
  width: 2.2rem;
  height: 2.2rem;
  line-height: 2.2rem;
  display: block; }
  .popup-group__quantity-minus-icon:before, .popup-group__quantity-plus-icon:before {
    border-radius: 50%;
    border: solid 1px #000;
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    margin: 0;
    line-height: 2.2rem;
    box-sizing: border-box; }

.popup-group_improved .popup-group__label,
.popup-group_improved .popup-group__single-choice {
  line-height: 2.2rem;
  width: 10.8rem; }
.popup-group_improved .popup-group__line + .popup-group__line {
  margin-top: 2rem; }

/*  Popup row
    -------------------------------------------------------------------------- */
.popup-row {
  margin-top: 2.6rem;
  padding: 0 4rem; }
  @media screen and (max-width: 52.5em) {
    .popup-row {
      padding: 0 2rem; } }
  .popup-row__title {
    font-size: 1.4rem;
    font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
    color: #0a0a0a;
    line-height: 2rem;
    font-weight: normal;
    margin-bottom: 1.4rem;
    text-transform: uppercase; }
  .popup-row__description {
    font-family: "Karla", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    margin-bottom: 1.4rem;
    color: #000; }

/*  Popup enum
    -------------------------------------------------------------------------- */
.popup-enum__option {
  margin-bottom: 1rem;
  margin-right: 1rem;
  min-width: 8rem;
  text-align: center; }
.popup-enum__text {
  font-size: 1.4rem;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 2.8rem;
  padding: 0 1.5rem;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: .5rem; }
.popup-enum__radio:checked + .popup-enum__text {
  color: #fff;
  background-color: #ec078d;
  border: 1px solid #ec078d; }
.popup-enum__radio:disabled + .popup-enum__text {
  color: #999;
  background-color: #eee; }

/*  Popup set
    -------------------------------------------------------------------------- */
.popup-set {
  margin-top: 2.6rem; }
  .popup-set__group-title {
    font-size: 1.4rem;
    font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 2rem;
    font-weight: normal;
    margin-bottom: 1.4rem;
    text-transform: uppercase; }
  .popup-set__title {
    color: #000; }
  .popup-set__label {
    padding: 0;
    position: relative;
    display: inline-flex;
    margin-bottom: 2.6rem; }
    .popup-set__label input {
      position: absolute;
      top: 0;
      left: 0;
      margin: 0;
      opacity: 0; }
      .popup-set__label input[type="checkbox"]:checked + .popup-set__text {
        font-weight: 400; }
  .popup-set__text {
    font-size: 1.4rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 1.6rem;
    padding-left: 3rem;
    padding-right: 1rem; }
    .popup-set__text:before, .popup-set__text:after {
      width: 1.6rem;
      height: 1.6rem;
      border: 1px solid;
      left: 0; }
    .popup-set__text:before {
      top: 0;
      background-color: #fff;
      border-color: #000;
      border-radius: 0; }
    .popup-set__text:after {
      top: 0;
      margin: .3rem;
      width: 1rem;
      height: 1rem;
      background-color: #ec078d;
      border-radius: 0;
      border: none; }

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

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

/*  Deal popup
    -------------------------------------------------------------------------- */
.popup-deal-line__label {
  line-height: 1.4;
  margin-top: .7rem; }
.popup-deal-line__single-option {
  display: inline-block;
  line-height: 3.2rem; }

/*  Popup buttons
    -------------------------------------------------------------------------- */
.popup-buttons_improved {
  background-color: transparent;
  bottom: 2rem; }
  @media screen and (max-width: 52.5em) {
    .popup-buttons_improved {
      bottom: 0; } }
  .popup-buttons_improved .popup-buttons__button {
    color: #fff;
    background-color: #ec078d;
    border: none;
    padding: 0.7rem 3rem;
    border-radius: 0.5rem;
    font-size: 1.6rem;
    font-family: "TradeGothicLTStd-Cn18", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.6rem;
    min-width: auto;
    height: 3rem;
    margin-right: 2rem; }
    .popup-buttons_improved .popup-buttons__button:hover {
      color: #fff;
      background-color: #ec078d; }
    @media screen and (max-width: 52.5em) {
      .popup-buttons_improved .popup-buttons__button {
        font-size: 1.8rem;
        line-height: 2.4rem;
        color: #fff;
        padding: 1.1rem 2rem;
        height: 4.6rem;
        border-radius: 0;
        margin-right: 0; } }
  .popup-buttons_improved .popup-buttons__link {
    font-size: 1.3rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 2rem;
    padding: 0;
    margin: .5rem 0 0 4rem; }
    .popup-buttons_improved .popup-buttons__link:hover {
      color: #000; }

/*  Popup nice select
    -------------------------------------------------------------------------- */
.popup .nice-select {
  min-width: 9rem; }
  .popup .nice-select .list {
    width: 100%; }

/*  ==========================================================================
    CHECKOUT, ACCOUNT & ORDER PAGES
    ========================================================================== */
.checkout {
  max-width: 81rem;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  padding: 0 2rem 2rem; }
  .checkout__header {
    margin-bottom: 3rem; }
    .checkout__header .checkout__description {
      font-size: 1.4rem;
      font-family: "Karla", Arial, Helvetica, sans-serif;
      color: #000;
      font-weight: 400;
      margin-top: 2.5rem; }
  .checkout__description {
    margin-bottom: 3rem;
    text-align: center; }
  .checkout__title {
    font-size: 3rem;
    font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 3.6rem;
    text-align: center;
    padding-left: 5.8rem;
    padding-right: 5.8rem;
    position: relative;
    box-sizing: border-box;
    background-image: url(../assets-images/title-decoration.png), url(../assets-images/title-decoration.png);
    background-position: left .4rem center, right .4rem center;
    background-repeat: no-repeat, no-repeat;
    background-size: 5rem, 5rem;
    border: solid .4rem #ec078d; }
    .checkout__title:before, .checkout__title:after {
      content: '';
      display: block;
      background-color: #ec078d;
      position: absolute;
      z-index: -1;
      width: .4rem;
      height: 100%;
      top: 0; }
    .checkout__title:before {
      left: 2.7rem; }
    .checkout__title:after {
      right: 2.7rem; }
    .checkout__title.switcher-btns {
      background: none;
      border: none;
      padding-left: 0;
      padding-right: 0; }
      .checkout__title.switcher-btns:before, .checkout__title.switcher-btns:after {
        display: none; }
  .checkout__title-text {
    display: inline-flex;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-left: solid .4rem #ec078d;
    border-right: solid .4rem #ec078d;
    width: 100%;
    text-align: center;
    background-color: #fff; }
    .checkout__title-text:after {
      content: '';
      display: block;
      width: 100%;
      height: .4rem;
      background-color: #ec078d;
      position: absolute;
      top: 50%;
      left: 0;
      z-index: -1;
      transform: translate(0, -50%); }
  .checkout__fieldset {
    margin: 0 auto;
    max-width: 38rem; }
  .checkout__section {
    padding: 4.8rem 0 5rem; }
    .checkout__section + .checkout__section {
      border-top: 1px solid #d1d1d1;
      margin-top: 0; }
      .checkout__section + .checkout__section.checkout__section_no-separation {
        padding-top: 4.8rem; }
  .checkout__section_guest_checkout {
    padding-bottom: 1rem; }
    .checkout__section_guest_checkout ~ .checkout__section {
      padding-bottom: 1rem; }
  .checkout__section_thank-you, .checkout__section_confirm, .checkout__section_payment {
    padding-bottom: 1rem; }
  .checkout__section_payment .checkout__fieldset {
    max-width: 100%; }
  .checkout__section_thank-you {
    padding-top: 3rem; }
  .checkout__section_referral .checkout__description {
    font-size: 1.4rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    margin-bottom: .5rem;
    line-height: 2.2rem; }
  .checkout__section_referral .checkout__form {
    margin: 0 0 1rem;
    padding-bottom: 0; }
    .checkout__section_referral .checkout__form .checkout-row {
      margin-top: 2rem;
      display: flex; }
  .checkout__section_referral .checkout-row__label {
    float: none;
    padding: 0 1rem 0 0;
    width: auto;
    margin-left: 0;
    line-height: 3rem; }
  .checkout__section_referral .checkout__fieldset {
    max-width: 100%;
    text-align: left; }
  .checkout__section_referral .checkout-row__field-text {
    max-width: 24rem; }
  .checkout__referral-banner {
    margin: 3rem 0;
    text-align: center; }
  .checkout__fieldset_adds-login .checkout-delimiter {
    margin-bottom: 2.5rem; }
  .checkout__footer {
    margin-top: 3rem; }
  .checkout__bottom-note-number, .checkout__note-number {
    font-size: 6pt; }
  .checkout__bottom-note {
    margin-top: 5rem; }

/*  Checkout row
    -------------------------------------------------------------------------- */
.checkout-row {
  padding-left: 0;
  margin-bottom: 2rem; }
  .checkout-row__group-item_atoms {
    font-size: 0; }
    .checkout-row__group-item_atoms .checkout-row__group-atom + .checkout-row__group-atom {
      padding-left: 5rem;
      margin-left: calc(50% - 9rem - 5rem); }
    .checkout-row__group-item_atoms .checkout-row__group-label_atom {
      width: 5rem;
      margin-left: -5rem;
      float: left; }
    .checkout-row__group-item_atoms .checkout-row__field-text_small {
      max-width: 6rem; }
    @media screen and (max-width: 52.5em) {
      .checkout-row__group-item_atoms .checkout-row__group-atom {
        width: 30%; }
        .checkout-row__group-item_atoms .checkout-row__group-atom + .checkout-row__group-atom {
          padding-left: 0;
          margin-left: 5%; }
      .checkout-row__group-item_atoms .checkout-row__group-label_atom {
        width: 100%;
        margin: 0 0 .5rem 0;
        float: none; }
      .checkout-row__group-item_atoms .checkout-row__field-text_small {
        max-width: 100%; } }
    @media screen and (max-width: 30em) {
      .checkout-row__group-item_atoms .checkout-row__group-atom {
        width: 100%; }
        .checkout-row__group-item_atoms .checkout-row__group-atom + .checkout-row__group-atom {
          margin-left: 0;
          margin-top: 2rem; } }
  .checkout-row__group-atom:first-child .checkout-row__group-label_atom, .checkout-row__label {
    font-size: 1.4rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    margin-left: -15rem;
    width: 15rem;
    line-height: 2rem;
    padding: .5rem .5rem 0 0; }
    @media screen and (max-width: 52.5em) {
      .checkout-row__group-atom:first-child .checkout-row__group-label_atom, .checkout-row__label {
        width: 100%;
        float: none;
        padding: 0;
        margin: 0 0 .5rem 0; } }
  .checkout-row__group-item {
    margin-top: 1rem; }
    .checkout-row__group-item_forgot-password {
      margin-top: 1.4rem; }
  .checkout-row__group-item_helper {
    font-size: 1.4rem; }
  .checkout-row__group-label {
    font-size: 1.4rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    display: block; }
  .checkout-row__field-checkbox {
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    opacity: 0; }
    .checkout-row__field-checkbox:checked ~ .checkout-row__label-text:after {
      display: block; }
  .checkout-row__label-text {
    display: block;
    line-height: 1.6rem;
    padding-left: 2.7rem;
    position: relative; }
    .checkout-row__label-text:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      width: 1.4rem;
      height: 1.4rem;
      border: 1px solid #141414;
      background-color: #f2f2f2;
      z-index: 1; }
    .checkout-row__label-text:after {
      content: "";
      display: none;
      position: absolute;
      top: calc(50% - .4rem);
      transform: translateY(-50%);
      left: 0;
      width: .8rem;
      height: .8rem;
      margin: .4rem;
      background-color: #141414;
      z-index: 2; }

#loyalty_opt_in_authorization + .checkout-row__label-text {
  padding-bottom: 0; }

/*  Checkout texts
    -------------------------------------------------------------------------- */
.checkout-row__field-text {
  font-size: 1.4rem;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  color: #000;
  padding: 0 1rem;
  line-height: 2.8rem;
  background-color: #fff;
  border: 1px solid #b0afaf;
  border-radius: .5rem;
  outline: none;
  box-shadow: none;
  width: 100%; }
  .checkout-row__field-text:focus {
    outline: none;
    box-shadow: none; }
.checkout-row__field-textarea {
  font-size: 1.4rem;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  color: #000;
  background: #fff;
  border: 1px solid #b0afaf;
  padding: 1rem;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  min-height: 10rem;
  resize: none; }
  .checkout-row__field-textarea:focus {
    outline: none;
    box-shadow: none; }

/*  Checkout delimiter
    -------------------------------------------------------------------------- */
.checkout-delimiter {
  margin-top: 2.5rem;
  position: relative; }
  .checkout-delimiter:after {
    content: "";
    display: block;
    height: .1rem;
    width: 100%;
    background-color: #d1d1d1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .checkout-delimiter__text {
    font-size: 1.6rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    text-transform: lowercase;
    line-height: 1.6rem;
    padding: 0 .5rem;
    background-color: #fff;
    position: relative;
    z-index: 1; }

/*  Checkout variant
    -------------------------------------------------------------------------- */
@media screen and (max-width: 62em) {
  .checkout-variant {
    padding-left: 0; } }
.checkout-variant__select {
  padding-left: 15rem;
  padding-bottom: 0;
  margin-top: 1rem; }
  @media screen and (max-width: 30em) {
    .checkout-variant__select {
      padding-left: 0; } }
.checkout-variant__select-label {
  font-size: 1.4rem;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  margin-left: -15rem; }
  @media screen and (max-width: 30em) {
    .checkout-variant__select-label {
      margin-left: 0;
      width: 100%;
      margin-bottom: .5rem; } }
.checkout-variant__select-input {
  height: 3rem; }
.checkout-variant__helper {
  line-height: 1.6rem;
  margin-top: 1rem; }
.checkout-variant .nice-select__container {
  width: calc(50% - 2rem);
  max-width: 16rem;
  vertical-align: top; }
  .checkout-variant .nice-select__container ~ .nice-select__container {
    margin-left: 4rem; }
.checkout-variant .nice-select {
  width: 100%; }
.checkout-variant__label {
  font-size: 1.4rem;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  display: block;
  margin-bottom: 1rem; }
  @media screen and (max-width: 68em) {
    .checkout-variant__label {
      margin-left: 0; } }
.checkout-variant__radio {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0; }
  .checkout-variant__radio:checked ~ .checkout-variant__text {
    font-weight: 400; }
    .checkout-variant__radio:checked ~ .checkout-variant__text:after {
      display: block; }
.checkout-variant__text {
  position: relative;
  padding-left: 3.2rem;
  line-height: 1.6rem; }
  .checkout-variant__text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 1.4rem;
    height: 1.4rem;
    border: 1px solid #0a0a0a;
    background-color: #f1f1f1; }
  .checkout-variant__text:after {
    content: '';
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    margin: 0 .3rem;
    width: 1rem;
    height: 1rem;
    background-color: #ec078d; }

.card-entry__label,
.card-entry__saved-card-label {
  font-size: 1.4rem;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  padding: 0;
  margin: 0 0 1rem;
  width: 100%;
  display: block; }

.checkout-row__group,
.card-entry__instructions,
.card-entry__cvcode-label {
  font-size: 1.4rem;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400; }

.card-entry__row {
  padding-left: 0; }
.card-entry__fieldset {
  max-width: none; }
.card-entry__new-card {
  padding-left: 0; }
.card-entry__instructions:after {
  content: 'If you pay by Apple Pay or Google Pay remember to validate 2 times, validate the "Pay" button.';
  display: block;
  font-weight: 700; }

/*  Form buttons
    Contain a button on the right and a cancel link on the left.
    -------------------------------------------------------------------------- */
.form-buttons__button {
  color: #fff;
  background-color: #ec078d;
  border: none;
  padding: 0 2rem;
  border-radius: 0;
  font-size: 1.6rem;
  font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 3.2rem;
  min-width: 12rem;
  border-radius: .5rem;
  transition: background-color .2s ease, color .2s ease; }
  .form-buttons__button:hover {
    color: #fff;
    background-color: #ec078d; }
.form-buttons__link {
  font-size: 1.4rem;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  color: #000;
  padding: 0;
  line-height: 3.2rem; }
  .form-buttons__link:hover {
    color: #000; }

/*  Checkout confirmation page (step5)
    -------------------------------------------------------------------------- */
.checkout-confirm__title {
  font-size: 1.4rem;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400; }
.checkout-confirm__content {
  font-size: 1.4rem;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400; }
  .checkout-confirm__content a {
    color: #000; }
.checkout-confirm__referral-banner {
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  outline: none; }

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

/* Facebook login
   -------------------------------------------------------------------------- */
.checkout__facebook-login-button {
  border-radius: 0;
  font-size: 1.4rem;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  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 {
  position: relative; }
  .checkout__facebook-login-separator:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    height: 0;
    width: 100%;
    border-top: 1px solid  #463e40; }
.checkout__facebook-login-separator-text {
  font-size: 1.4rem;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding: 0 .5em;
  line-height: 20px;
  background-color: #1a1818; }

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

/*  Order page
    -------------------------------------------------------------------------- */
.page_orders .content__main,
.page_account .content__main,
.page_edit_account .content__main,
.page_loyalty .content__main,
.page_order_step2 .content__main,
.page_order_step3 .content__main,
.page_order_step4 .content__main,
.page_order_step5 .content__main,
.page_thank_you .content__main,
.page_menu .content__main,
.page_categories .content__main,
.page_deal_wizard .content__main {
  width: calc(100% - 25rem); }
  @media screen and (max-width: 60em) {
    .page_orders .content__main,
    .page_account .content__main,
    .page_edit_account .content__main,
    .page_loyalty .content__main,
    .page_order_step2 .content__main,
    .page_order_step3 .content__main,
    .page_order_step4 .content__main,
    .page_order_step5 .content__main,
    .page_thank_you .content__main,
    .page_menu .content__main,
    .page_categories .content__main,
    .page_deal_wizard .content__main {
      width: 100%; } }
.page_orders .content__side,
.page_account .content__side,
.page_edit_account .content__side,
.page_loyalty .content__side,
.page_order_step2 .content__side,
.page_order_step3 .content__side,
.page_order_step4 .content__side,
.page_order_step5 .content__side,
.page_thank_you .content__side,
.page_menu .content__side,
.page_categories .content__side,
.page_deal_wizard .content__side {
  position: static;
  opacity: 1;
  transform: none;
  width: 23rem;
  max-width: 23rem;
  padding: 0;
  margin-left: 2rem; }
  .page_orders .content__side.floater-fixed,
  .page_account .content__side.floater-fixed,
  .page_edit_account .content__side.floater-fixed,
  .page_loyalty .content__side.floater-fixed,
  .page_order_step2 .content__side.floater-fixed,
  .page_order_step3 .content__side.floater-fixed,
  .page_order_step4 .content__side.floater-fixed,
  .page_order_step5 .content__side.floater-fixed,
  .page_thank_you .content__side.floater-fixed,
  .page_menu .content__side.floater-fixed,
  .page_categories .content__side.floater-fixed,
  .page_deal_wizard .content__side.floater-fixed {
    margin-left: 0;
    z-index: 100; }
.page_orders .content__main-wrapper,
.page_account .content__main-wrapper,
.page_edit_account .content__main-wrapper,
.page_loyalty .content__main-wrapper,
.page_order_step2 .content__main-wrapper,
.page_order_step3 .content__main-wrapper,
.page_order_step4 .content__main-wrapper,
.page_order_step5 .content__main-wrapper,
.page_thank_you .content__main-wrapper,
.page_menu .content__main-wrapper,
.page_categories .content__main-wrapper,
.page_deal_wizard .content__main-wrapper {
  display: flex; }
.page_orders .account-navigation,
.page_orders .checkout-navigation,
.page_account .account-navigation,
.page_account .checkout-navigation,
.page_edit_account .account-navigation,
.page_edit_account .checkout-navigation,
.page_loyalty .account-navigation,
.page_loyalty .checkout-navigation,
.page_order_step2 .account-navigation,
.page_order_step2 .checkout-navigation,
.page_order_step3 .account-navigation,
.page_order_step3 .checkout-navigation,
.page_order_step4 .account-navigation,
.page_order_step4 .checkout-navigation,
.page_order_step5 .account-navigation,
.page_order_step5 .checkout-navigation,
.page_thank_you .account-navigation,
.page_thank_you .checkout-navigation,
.page_menu .account-navigation,
.page_menu .checkout-navigation,
.page_categories .account-navigation,
.page_categories .checkout-navigation,
.page_deal_wizard .account-navigation,
.page_deal_wizard .checkout-navigation {
  width: 15rem;
  border-right: solid 1px #e0e0e0;
  margin-right: 2rem; }
  @media screen and (max-width: 60em) {
    .page_orders .account-navigation,
    .page_orders .checkout-navigation,
    .page_account .account-navigation,
    .page_account .checkout-navigation,
    .page_edit_account .account-navigation,
    .page_edit_account .checkout-navigation,
    .page_loyalty .account-navigation,
    .page_loyalty .checkout-navigation,
    .page_order_step2 .account-navigation,
    .page_order_step2 .checkout-navigation,
    .page_order_step3 .account-navigation,
    .page_order_step3 .checkout-navigation,
    .page_order_step4 .account-navigation,
    .page_order_step4 .checkout-navigation,
    .page_order_step5 .account-navigation,
    .page_order_step5 .checkout-navigation,
    .page_thank_you .account-navigation,
    .page_thank_you .checkout-navigation,
    .page_menu .account-navigation,
    .page_menu .checkout-navigation,
    .page_categories .account-navigation,
    .page_categories .checkout-navigation,
    .page_deal_wizard .account-navigation,
    .page_deal_wizard .checkout-navigation {
      display: none; } }
.page_orders .checkout,
.page_account .checkout,
.page_edit_account .checkout,
.page_loyalty .checkout,
.page_order_step2 .checkout,
.page_order_step3 .checkout,
.page_order_step4 .checkout,
.page_order_step5 .checkout,
.page_thank_you .checkout,
.page_menu .checkout,
.page_categories .checkout,
.page_deal_wizard .checkout {
  width: 100%;
  padding: 0; }
  @media screen and (max-width: 60em) {
    .page_orders .checkout,
    .page_account .checkout,
    .page_edit_account .checkout,
    .page_loyalty .checkout,
    .page_order_step2 .checkout,
    .page_order_step3 .checkout,
    .page_order_step4 .checkout,
    .page_order_step5 .checkout,
    .page_thank_you .checkout,
    .page_menu .checkout,
    .page_categories .checkout,
    .page_deal_wizard .checkout {
      max-width: 100%; } }
.page_orders .checkout__section,
.page_account .checkout__section,
.page_edit_account .checkout__section,
.page_loyalty .checkout__section,
.page_order_step2 .checkout__section,
.page_order_step3 .checkout__section,
.page_order_step4 .checkout__section,
.page_order_step5 .checkout__section,
.page_thank_you .checkout__section,
.page_menu .checkout__section,
.page_categories .checkout__section,
.page_deal_wizard .checkout__section {
  padding: 0; }
@media screen and (max-width: 52.5em) {
  .page_orders .checkout,
  .page_account .checkout,
  .page_edit_account .checkout,
  .page_loyalty .checkout,
  .page_order_step2 .checkout,
  .page_order_step3 .checkout,
  .page_order_step4 .checkout,
  .page_order_step5 .checkout,
  .page_thank_you .checkout,
  .page_menu .checkout,
  .page_categories .checkout,
  .page_deal_wizard .checkout {
    padding-left: 0;
    padding-right: 0; } }

.page_loyalty .content__side.floater-fixed {
  margin-left: 0; }

/*  Order table
    -------------------------------------------------------------------------- */
.order-table {
  border-bottom: 1px solid #0a0a0a; }
  .order-table__header-item {
    padding: 1.4rem .5rem; }
    .order-table__header-item:nth-child(2) {
      width: 15%; }
    .order-table__header-item:nth-child(4) {
      width: 25%; }
  .order-table__show-icon {
    margin-left: 1rem; }
  .order-table__header {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
    background-color: #ec078d;
    text-transform: uppercase; }
  @media screen and (max-width: 37.5em) {
    .order-table {
      overflow-x: auto; }
      .order-table__header {
        width: 60rem; }
      .order-table .order-row {
        width: 60rem; } }

/*  Order row
    -------------------------------------------------------------------------- */
.order-row {
  border: 1px solid #0a0a0a;
  border-top: none;
  border-bottom: none; }
  .order-row:nth-child(even) .order-row__header {
    color: #000;
    background-color: #fff; }
  .order-row.order-table__show-more .order-row__header {
    color: #000;
    background-color: #d9d9d9; }
  .order-row__header {
    color: #000;
    font-size: 1.2rem;
    background-color: #d9d9d9; }
    .order-row__header:hover {
      color: #fff !important;
      background-color: #cccccc !important;
      transition: background-color .2s ease, color .2s ease; }
  .order-row__header-item:nth-child(2) {
    width: 15%; }
  .order-row__header-item:nth-child(4) {
    width: 25%; }
  .order-row__header_active {
    background-color: #f1f1f1 !important; }

/*  Order
    -------------------------------------------------------------------------- */
.order {
  color: #000;
  font-size: 1.2rem;
  background-color: transparent;
  padding: 1rem 2rem 2rem; }
  .order__group:not(:first-child) {
    margin-top: 2.3rem; }
    .order__group:not(:first-child) .order__group_col-2 {
      margin: 0; }
  .order__group-title {
    font-size: 1.4rem;
    font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 2rem;
    margin-bottom: 1.1rem; }
  .order__info-item {
    line-height: 2rem; }
  .order__add {
    padding-right: 0; }
  .order__add-button, .order__repeat-button {
    color: #fff;
    background-color: #ec078d;
    border: none;
    border-radius: 0.5rem;
    padding: 0 4rem;
    font-size: 1.2rem;
    line-height: 3rem;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease; }
    .order__add-button:hover, .order__repeat-button:hover {
      color: #fff;
      background-color: #ec078d; }
  .order__add-button {
    line-height: 2.4rem;
    padding: 0 1rem;
    min-width: 8rem;
    margin-top: 0;
    border-radius: .5rem; }
  .order__repeat-empty-basket {
    margin: 0 0 0 2rem;
    line-height: 3rem; }
  .order__items-container {
    border-top: none; }
  .order__items-table {
    font-size: 1.2rem;
    color: #000;
    background-color: transparent;
    border: none; }
  .order__items-default tr:first-child .order__items-column {
    padding-top: 1rem; }
  .order__items-default tr:last-child .order__items-column {
    padding-bottom: 1rem; }
  .order__items-deal {
    color: #000;
    background-color: #e8e8e8; }
    .order__items-deal tr:nth-child(2) .order__items-column {
      padding-top: 1rem; }
    .order__items-deal tr:nth-last-child(2) .order__items-column {
      padding-bottom: 1rem; }
  .order__items-deal + .order__items-deal {
    margin-top: 1rem; }
  .order__items-deal-title {
    color: #fff;
    background-color: #5b5b5b; }
  .order__items-deal-header-column {
    padding: 0 .5rem 0 1.5rem;
    line-height: 3rem; }
  .order__items-column {
    padding: .3rem .3rem;
    line-height: 2.4rem; }
    .order__items-column.order__items-price {
      padding-right: 1rem; }
    .order__items-column:first-child {
      padding-left: 1.5rem; }
    .order__items-column:last-child {
      padding-right: .5rem; }
  .order__items-footer {
    border-top-color: rgba(70, 62, 64, 0.75); }
    .order__items-footer td:first-child {
      padding-left: 1.5rem; }
    .order__items-footer td:last-child {
      padding-right: .5rem; }
    .order__items-footer .order__items-total-price {
      padding-right: 1rem; }
  .order__items-total-title {
    text-align: left; }
  .order__total {
    font-size: 2rem;
    border-top-color: rgba(70, 62, 64, 0.75); }
    .order__total .order__items-total-title {
      text-align: right; }
  .order__items-attribute {
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: rgba(0, 0, 0, 0.4); }

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

@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: #f4811f; } }
/*  Important (warning/error) message displayed at the top
    Eg. someone tries to access /account without being logged in
    -------------------------------------------------------------------------- */
.message_error {
  font-size: 1.8rem;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  line-height: 2.4rem;
  color: #fff;
  background-color: #eb008a;
  opacity: 1; }
  .message_error a,
  .message_error a:hover {
    color: #fff; }

/*  ==========================================================================
    HOMEPAGE
    ========================================================================== */
.content_index {
  margin-top: 0; }
  .content_index .content__wrapper {
    width: 100%;
    max-width: none; }

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

.unslider-nav ol li {
  background-color: #000;
  border: 2px solid #fff; }
  .unslider-nav ol li.unslider-active {
    background-color: #fff;
    border-color: #fff; }

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

.index-slideshow-links__link {
  display: inline-block;
  min-width: 200px;
  margin: .5em .3em;
  box-sizing: border-box;
  color: #fff;
  background-color: #ec078d;
  border: none;
  padding: 0 2rem;
  border-radius: 0;
  font-size: 1.5rem;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease; }
  .index-slideshow-links__link:hover {
    color: #fff;
    background-color: #ec078d; }
  .index-slideshow-links__link:hover {
    color: #000;
    background-color: #fff; }
@media screen and (max-width: 52.5em) {
  .index-slideshow-links {
    position: static;
    margin-top: 1em; }
    .index-slideshow-links__link {
      border: 1px solid #ec078d; } }

/*  Homepage: shop picker above the slideshow
    -------------------------------------------------------------------------- */
.index-locator {
  color: #000;
  background-color: #ddd; }
  @media screen and (max-width: 52.5em) {
    .index-locator__wrapper {
      padding-bottom: 2rem; } }
  .index-locator__title {
    font-size: 1.8rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    background-color: #686868; }
  .index-locator__method {
    font-size: 1.5rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #191919;
    font-weight: 600;
    text-transform: uppercase; }
    .index-locator__method input[type=radio]:checked + span {
      color: #fff;
      background-color: #191919; }
  .index-locator__method-name {
    background-color: #b6b6b6; }
  .index-locator__postcode-input {
    font-size: 1.7rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    border: 1px solid #c6c6c6; }
  .index-locator__postcode-button {
    color: #fff;
    background-color: #000;
    border: none;
    padding: 0;
    border-radius: 0;
    font-size: 1.6rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    transition: background-color .2s ease, color .2s ease; }
    .index-locator__postcode-button:hover {
      color: #fff;
      background-color: #555; }
  .index-locator__postcode-warning {
    color: #191919;
    font-size: 1.3rem; }
  .index-locator__text {
    font-size: 1.3rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400; }
  .index-locator__postcode-selected {
    font-size: 1.5rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 600;
    text-transform: uppercase; }
  .index-locator__postcode-link {
    color: #000;
    font-weight: 400; }

/*  Homepage: index locator restaurant
    -------------------------------------------------------------------------- */
.index-locator-restaurant {
  color: #000;
  font-size: 1.35rem;
  border-top: 1px solid #000; }
  .index-locator-restaurant__name {
    font-size: 1.7rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 600;
    line-height: 1; }
  .index-locator-restaurant__phone {
    margin-top: .7rem;
    font-size: 1.6rem;
    font-weight: 700; }
    .index-locator-restaurant__phone a {
      color: #000;
      text-decoration: none; }
  .index-locator-restaurant__map {
    margin-top: .7rem;
    font-size: 1.4rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 600; }
  .index-locator-restaurant__open {
    margin-top: .7rem; }
  .index-locator-restaurant__button {
    color: #fff;
    background-color: #000;
    border: none;
    padding: 0.5rem 2rem;
    border-radius: 0;
    font-size: 1.5rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #fff;
    transition: background-color .2s ease, color .2s ease; }
    .index-locator-restaurant__button:hover {
      color: #fff;
      background-color: #555; }

/*  Homepage: connected customer
    -------------------------------------------------------------------------- */
.index-connected-customer {
  margin: 2rem 0; }
  .index-connected-customer__wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 96%; }
    .index-connected-customer__wrapper:before {
      display: table;
      content: ""; }
    .index-connected-customer__wrapper:after {
      display: table;
      content: "";
      clear: both; }
  .index-connected-customer__item {
    padding: 1rem;
    text-align: center;
    color: #000;
    background-color: #ddd; }
  .index-connected-customer__title {
    margin-bottom: .5em;
    font-size: 1.8rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1; }
  .index-connected-customer__content {
    min-height: 3.6rem; }
  .index-connected-customer__buttons {
    margin-top: 2rem; }
  .index-connected-customer__button {
    display: inline-block;
    color: #fff;
    background-color: #ec078d;
    border: none;
    padding: 1rem 2rem;
    border-radius: 0;
    font-size: 1.5rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    transition: background-color .2s ease, color .2s ease; }
    .index-connected-customer__button:hover {
      color: #fff;
      background-color: #ec078d; }
  .index-connected-customer__item:first-of-type {
    color: #fff;
    text-align: left;
    background-color: #474747;
    border-radius: 1rem; }
    .index-connected-customer__item:first-of-type .index-connected-customer__title {
      color: #fff; }
    .index-connected-customer__item:first-of-type .index-connected-customer__button {
      min-width: 35%;
      text-align: center;
      border-radius: .5rem;
      padding: 1rem .5rem; }
    .index-connected-customer__item:first-of-type .index-connected-customer__button_other {
      margin-left: 1rem;
      background-color: #fff;
      color: #000; }
    .index-connected-customer__item:first-of-type .index-connected-customer__button_other:hover {
      color: #fff;
      background-color: #555; }

/*  Homepage: microblog - a series of short blocks (image + text)
    -------------------------------------------------------------------------- */
.index-microblog {
  margin-top: 3rem; }
  .index-microblog__wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 96%; }
    .index-microblog__wrapper:before {
      display: table;
      content: ""; }
    .index-microblog__wrapper:after {
      display: table;
      content: "";
      clear: both; }
  .index-microblog__post {
    color: #000;
    background-color: #ddd; }
  .index-microblog__title {
    font-size: 2.1rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: .5rem;
    line-height: 1.2; }
  .index-microblog__content {
    line-height: 1.5; }
    .index-microblog__content p + p {
      margin-top: 1rem; }
  .index-microblog__footer {
    margin-top: 1em; }
  .index-microblog__link {
    display: inline-block;
    color: #fff;
    background-color: #ec078d;
    border: none;
    padding: 1rem 2rem;
    border-radius: 0;
    font-size: 1.5rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease; }
    .index-microblog__link:hover {
      color: #fff;
      background-color: #ec078d; }

/*  Homepage: About us
    -------------------------------------------------------------------------- */
.index-about {
  margin: 5rem 0; }
  .index-about__wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 96%;
    padding: 3rem 5%;
    font-size: 1.8rem;
    text-align: center;
    background-color: #ddd;
    box-sizing: border-box; }
    .index-about__wrapper:before {
      display: table;
      content: ""; }
    .index-about__wrapper:after {
      display: table;
      content: "";
      clear: both; }
  .index-about__title {
    margin-bottom: 2rem;
    font-size: 3.5rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 600;
    text-transform: uppercase; }
    @media screen and (max-width: 40em) {
      .index-about__title {
        font-size: 2.5rem; } }

/*  Homepage: newsletter signup form
    -------------------------------------------------------------------------- */
.index-newsletter {
  margin-top: 5rem;
  padding: 2rem 1rem;
  color: #fff;
  background-color: #474747; }
  .index-newsletter__wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 96%; }
    .index-newsletter__wrapper:before {
      display: table;
      content: ""; }
    .index-newsletter__wrapper:after {
      display: table;
      content: "";
      clear: both; }
  .index-newsletter__title {
    font-size: 1.9rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: -300px;
    line-height: 36px; }
  .index-newsletter__fieldset {
    padding: 0 120px 0 300px; }
  .index-newsletter__field {
    border: 1px solid #c6c6c6;
    height: 36px;
    line-height: 36px; }
  .index-newsletter__button {
    color: #fff;
    background-color: #ec078d;
    border: none;
    padding: 0;
    border-radius: 0;
    font-size: 1.6rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    transition: background-color .2s ease, color .2s ease;
    margin-right: -120px;
    width: 115px;
    height: 36px;
    line-height: 36px; }
    .index-newsletter__button:hover {
      color: #fff;
      background-color: #ec078d; }

/*  Homepage: map showing the position of the restaurant
    -------------------------------------------------------------------------- */
.index-map {
  margin-top: 5rem; }
  .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: 350px;
    background-color: #fff;
    border: 1px solid #c6c6c6; }
  .index-map__shop-title {
    margin-bottom: .5em;
    font-size: 1.8rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.1; }
  .index-map__shop-phone {
    margin: .5em 0;
    font-size: 1.8rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 600; }
    .index-map__shop-phone a {
      color: #000; }
  .index-map__shop .social-icons__link {
    border: 1px solid #000; }
  .index-map__order-button {
    color: #fff;
    background-color: #ec078d;
    border: none;
    padding: 0.7em 0;
    border-radius: 0;
    font-size: 1.6rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    transition: background-color .2s ease, color .2s ease;
    display: block;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box; }
    .index-map__order-button:hover {
      color: #fff;
      background-color: #ec078d; }
  .index-map__embed-image {
    left: 50%;
    top: 10%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 40em) {
      .index-map__embed-image {
        transform: translate(-60%, -40%); } }

/*  Homepage: list of restaurants (franchises only)
    -------------------------------------------------------------------------- */
.index-shop-list {
  margin: 4rem 0 1rem; }
  @media screen and (max-width: 52.5em) {
    .index-shop-list {
      margin: 2rem 0 0; } }
  .index-shop-list__wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 96%; }
    .index-shop-list__wrapper:before {
      display: table;
      content: ""; }
    .index-shop-list__wrapper:after {
      display: table;
      content: "";
      clear: both; }
  .index-shop-list__header {
    margin-bottom: 3rem;
    text-align: center; }
    @media screen and (max-width: 52.5em) {
      .index-shop-list__header {
        margin-bottom: 2rem; } }
  .index-shop-list__title {
    font-size: 3.5rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 600;
    text-transform: uppercase; }
    @media screen and (max-width: 40em) {
      .index-shop-list__title {
        font-size: 2.5rem; } }
  .index-shop-list__filter {
    display: inline-block; }
  .index-shop-list__shop {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center; }
  .index-shop-list__shop-title {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2; }

/*  ==========================================================================
    SPECIAL FEATURES
    ========================================================================== */
/*  Sku buttons (optional feature, available on touch but NOT on sidetouch)
    Shows product sizes (skus) as buttons instead of selects.
    To activate, create a 'size_buttons' tag and set it on the chosen products/categories
    -------------------------------------------------------------------------- */
.sku-buttons {
  border-radius: 0.5rem;
  border: none;
  overflow: hidden; }
  .sku-buttons__text {
    font-size: 1.4rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 3.2rem;
    height: 3.4rem;
    background-color: #5b5b5b;
    border: 1px solid #777; }
    .sku-buttons__text:hover {
      background: #ec078d;
      border: 1px solid #ec078d; }
  .sku-buttons__radio:checked + .sku-buttons__text {
    color: #fff;
    background-color: #ec078d;
    border: 1px solid #ec078d; }
  .sku-buttons__radio:disabled + .sku-buttons__text {
    color: #aaa;
    background-color: #ddd; }
  .sku-buttons__item .sku-buttons__text {
    border-radius: 0.5rem 0 0 0.5rem; }
  .sku-buttons__item ~ .sku-buttons__item .sku-buttons__text {
    border-radius: 0 0.5rem 0.5rem 0; }

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

.product_favourites .product__sku-buttons {
  display: inline-block;
  vertical-align: middle;
  padding: .7rem 0 .2rem; }
.product_favourites .sku-buttons {
  border-radius: .7rem; }
.product_favourites .sku-buttons__item {
  min-width: 10rem; }

/*  Grouped skus (optional feature)
    Group size selection at the top of the page (instead of for every product).
    To activate, create a 'size_group' tag and set it on one or several main (topmost) categories.
    -------------------------------------------------------------------------- */
.grouped-skus__title {
  font-size: 1.6rem;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 700; }
.grouped-skus__list {
  border-radius: 0em; }
.grouped-skus__text {
  font-size: 1.4rem;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 400;
  background-color: #ddd;
  border-left: 1px solid #fff; }
.grouped-skus__item:first-child .grouped-skus__text {
  border-left: none; }
.grouped-skus__radio:checked + .grouped-skus__text {
  color: #fff;
  background-color: #212121; }
.grouped-skus__radio:disabled + .grouped-skus__text {
  color: #aaa;
  background-color: #ddd; }

/*  Locator (optional page, for franchises only)
    Page which lets the user pick a restaurant based on his address.
    Functionality is similar to index shop picker, but on its own page.
    -------------------------------------------------------------------------- */
.page_locator .custom-socials {
  display: none; }

.locator {
  color: #000;
  background-color: transparent;
  margin: 5rem auto;
  width: 68rem; }
  @media screen and (max-width: 52.5em) {
    .locator {
      max-width: 100%;
      width: 100%;
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  .locator__wrapper {
    padding: 10rem 0;
    text-align: center; }
  .locator__title {
    font-size: 3rem;
    font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 3.6rem;
    text-align: center;
    padding-left: 5.8rem;
    padding-right: 5.8rem;
    position: relative;
    box-sizing: border-box;
    background-image: url(../assets-images/title-decoration.png), url(../assets-images/title-decoration.png);
    background-position: left .4rem center, right .4rem center;
    background-repeat: no-repeat, no-repeat;
    background-size: 5rem, 5rem;
    border: solid .4rem #ec078d;
    max-width: 45rem;
    margin: 0 auto 6rem; }
    .locator__title:before, .locator__title:after {
      content: '';
      display: block;
      background-color: #ec078d;
      position: absolute;
      z-index: -1;
      width: .4rem;
      height: 100%;
      top: 0; }
    .locator__title:before {
      left: 2.7rem; }
    .locator__title:after {
      right: 2.7rem;
      z-index: -3; }
  .locator__title-text {
    display: inline-flex;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-left: solid .4rem #ec078d;
    border-right: solid .4rem #ec078d;
    width: 100%;
    text-align: center;
    background-color: #fff; }
    .locator__title-text:after {
      content: '';
      display: block;
      width: 100%;
      height: .4rem;
      background-color: #ec078d;
      position: absolute;
      top: 50%;
      left: 0;
      z-index: -1;
      transform: translate(0, -50%); }
  .locator__fields-wrapper {
    width: 55.5rem; }
  .locator__methods {
    border: none;
    overflow: hidden;
    border-radius: 0;
    margin-bottom: 4rem;
    display: flex;
    justify-content: space-between; }
    .locator__methods:before, .locator__methods:after {
      display: none; }
  .locator__method {
    font-size: 2rem;
    font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 3.8rem;
    height: 4rem;
    box-sizing: border-box;
    width: calc(50% - 4.6rem); }
    .locator__method input[type=radio]:checked + span {
      color: #fff;
      background-color: #ec078d;
      border: solid 1px #ec078d; }
    @media screen and (max-width: 40em) {
      .locator__method {
        width: calc(50% - 1.5rem); } }
  .locator__method-name {
    display: block;
    border: solid 1px #b0afaf;
    background-color: #fff;
    line-height: 3.8rem;
    height: 4rem;
    border-radius: .5rem;
    transition: all .3s ease; }
    .locator__method-name:hover {
      color: #fff;
      background-color: #ec078d;
      border: solid 1px #ec078d; }
  .locator__postcode-input-wrapper {
    padding-right: 0;
    overflow: hidden;
    border-radius: 0; }
  .locator__postcode-input {
    font-size: 1.6rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 2.8rem;
    height: 3rem;
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #b0afaf;
    border-radius: .5rem;
    padding: 0 2rem; }
    .locator__postcode-input::placeholder {
      color: #959598;
      font-size: 1.6rem; }
    .locator__postcode-input[data-locator-error] {
      background-color: #fbd6d2; }
  .locator__postcode-button {
    color: #000;
    background-color: #ec078d;
    border: none;
    padding: 0;
    border-radius: 0;
    font-size: 1.6rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    float: left;
    margin-right: -70px;
    width: 70px;
    height: 3rem;
    line-height: 3rem;
    transition: background-color .2s ease, color .2s ease;
    display: none; }
    .locator__postcode-button:hover {
      color: #fff;
      background-color: #ec078d; }
  .locator__search-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  .locator__postcode-warning {
    color: #191919;
    font-size: 1.4rem; }
  .locator__selected {
    font-size: 1.6rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 2.4rem;
    margin-top: 0;
    margin-bottom: 2rem; }
  .locator__selected-value {
    color: #000; }
  .locator__selected-link {
    text-decoration: underline; }
  .locator__restaurants {
    margin: 0;
    display: flex;
    flex-direction: column; }

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

[data-locator-selected-method="collection"] .locator-restaurant {
  padding: 2rem 0; }
  [data-locator-selected-method="collection"] .locator-restaurant + .locator-restaurant {
    margin-top: 0; }
[data-locator-selected-method="collection"] .locator-restaurant__content_embed-map {
  padding-left: 0; }
  @media screen and (max-width: 40em) {
    [data-locator-selected-method="collection"] .locator-restaurant__content_embed-map {
      padding-left: 0; } }

/*  Locator restaurant
    -------------------------------------------------------------------------- */
.locator-restaurant {
  border-bottom: 1px solid #ebeaea;
  padding: 2.2rem 0;
  order: 7; }
  .locator-restaurant[data-locator-order="0"] {
    order: 0; }
  .locator-restaurant[data-locator-order="1"] {
    order: 1; }
  .locator-restaurant[data-locator-order="2"] {
    order: 2; }
  .locator-restaurant[data-locator-order="3"] {
    order: 3; }
  .locator-restaurant[data-locator-order="4"] {
    order: 4; }
  .locator-restaurant[data-locator-order="5"] {
    order: 5; }
  .locator-restaurant[data-locator-order="6"] {
    order: 6; }
  .locator-restaurant:first-child {
    border-top: 1px solid #ebeaea; }
  .locator-restaurant + .locator-restaurant {
    margin-top: 0; }
  .locator-restaurant__embed-map {
    left: 34%; }
  .locator-restaurant .locator-restaurant__content {
    padding-left: 0; }
  .locator-restaurant__content-header {
    margin-bottom: .5rem;
    width: 33%; }
  .locator-restaurant__content-name {
    font-size: 1.6rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700;
    line-height: 3rem;
    text-align: left; }
  .locator-restaurant__address {
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-align: left;
    width: 33%; }
    .locator-restaurant__address p {
      margin: 0; }
  .locator-restaurant__phone {
    font-weight: 700; }
  .locator-restaurant__opening-times {
    margin: 0;
    padding: 0;
    text-align: left;
    line-height: 2.4rem; }
  .locator-restaurant__button-wrapper {
    position: static;
    margin: 0;
    text-align: left;
    margin-top: 2.5rem; }
  .locator-restaurant__button {
    color: #fff;
    background-color: #ec078d;
    border: none;
    padding: 0 2rem;
    border-radius: 0.5rem;
    font-size: 1.6rem;
    font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 3rem;
    height: 3rem;
    transition: background-color .2s ease, color .2s ease;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 17rem; }
    .locator-restaurant__button:hover {
      color: #fff;
      background-color: #ec078d; }
  .locator-restaurant__button_content {
    position: absolute;
    right: 0;
    top: 0; }
  .locator-restaurant__name {
    font-size: 1.6rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 2.4rem;
    text-align: left;
    color: #000;
    padding: .3rem 1rem 0 0; }
  .locator-restaurant__toggle {
    font-size: 1.4rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 2.4rem;
    padding: .3rem 0 0 0; }
  @media screen and (max-width: 45em) {
    .locator-restaurant__button_content {
      position: static; }
    .locator-restaurant__button-wrapper, .locator-restaurant__address, .locator-restaurant__content-header {
      width: 50%; }
    .locator-restaurant__button-wrapper {
      text-align: center; }
    .locator-restaurant__embed-map {
      left: 50%;
      width: 50%; } }
  @media screen and (max-width: 40em) {
    .locator-restaurant__header {
      display: flex;
      flex-direction: column;
      align-items: center; }
    .locator-restaurant__button-wrapper, .locator-restaurant__address, .locator-restaurant__content-header {
      width: 100%; }
    .locator-restaurant__content-name, .locator-restaurant__address, .locator-restaurant__opening-times, .locator-restaurant__button-wrapper, .locator-restaurant__name, .locator-restaurant__toggle {
      text-align: center; }
    .locator-restaurant__name-inside {
      margin-right: 0; }
    .locator-restaurant__embed-map {
      margin-left: auto;
      margin-right: auto;
      width: 100%; }
    .locator-restaurant__name, .locator-restaurant__toggle {
      padding: 0; }
    .locator-restaurant__button_header, .locator-restaurant__toggle {
      margin-top: 2.5rem; } }

/*  Password checker on the 'register' and 'order_step2' pages
    -------------------------------------------------------------------------- */
.password-checker {
  background-color: #fff;
  border-color: #818181; }
  .password-checker:before {
    border-left-color: #818181;
    border-right-color: #818181; }
  .password-checker:after {
    border-left-color: #fff;
    border-right-color: #fff; }
  .password-checker__label {
    font-size: 1rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #fff; }
  .password-checker__text {
    font-size: 1.2rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #212121;
    letter-spacing: -0.2px; }
  .password-checker__bar {
    background-color: #e8e8e8; }
  .password-checker__score {
    background-color: #c64c4a; }
    .password-checker__score.weak {
      width: 30%;
      background-color: #c64c4a; }
    .password-checker__score.medium {
      width: 60%;
      background-color: #e1aa17; }
    .password-checker__score.strong {
      width: 100%;
      background-color: #558b2f; }
  .password-checker__input-message {
    font-size: 1.2rem;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    color: #fff;
    background-color: #900; }

/*  Datepicker
    -------------------------------------------------------------------------- */
.ui-datepicker .ui-datepicker-header {
  border-color: #ec078d;
  background-color: #ec078d; }
.ui-datepicker.ui-widget-content {
  background-color: #fff;
  border-color: #ec078d; }
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
  background-color: #fff;
  border-radius: 4px;
  border-color: #ec078d;
  color: #333; }
.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-widget-content .ui-state-highlight,
.ui-datepicker .ui-widget-header .ui-state-highlight {
  border-color: #ec078d;
  background-color: #ec078d;
  color: #fff; }

/*  Referral banner
    -------------------------------------------------------------------------- */
.referral-banner {
  font-size: 0;
  vertical-align: top; }
  .referral-banner .referral-banner__icon {
    color: #ec078d;
    font-size: 2rem;
    line-height: 2rem;
    text-shadow: none; }
  .referral-banner .referral-banner__text {
    color: #ec078d;
    font-size: 1.8rem;
    line-height: 2rem;
    text-shadow: none; }

.loyalty_opt_in_container {
  padding: 20px 0px;
  max-width: 47.8rem;
  margin-bottom: 29px;
  color: #000; }

/*  Other custom additionals
    -------------------------------------------------------------------------- */
.header__loyalty-menu,
.header__user-menu {
  margin-left: 1.5rem; }

@media screen and (max-width: 60em) {
  .header__loyalty-menu,
  .header__user-menu {
    display: none; }

  .header__logo {
    margin-left: auto;
    margin-right: auto;
    display: block; } }
@media screen and (max-width: 26.25em) {
  .header__loyalty-menu {
    display: none; } }
.switcher-btns {
  margin: 0;
  justify-content: space-between; }
  @media screen and (max-width: 60.5em) {
    .switcher-btns {
      flex-direction: column;
      align-items: center; } }

.switcher-btn {
  width: 32%;
  font-size: 2rem;
  border: none;
  background-color: transparent;
  text-decoration: none;
  line-height: 4rem;
  height: 4rem;
  padding: 0 .5rem;
  transition: background-color .2s ease, color .2s ease;
  color: #fff;
  background-color: #5b5b5b;
  border-radius: .5rem; }
  .switcher-btn.switcher-btn_active, .switcher-btn:hover {
    background-color: #ec078d; }
  @media screen and (max-width: 60.5em) {
    .switcher-btn {
      width: 60%; }
      .switcher-btn + .switcher-btn {
        margin-top: 1.5rem; } }
  @media screen and (max-width: 26.5em) {
    .switcher-btn {
      width: 80%; } }

/*  Page login
    -------------------------------------------------------------------------- */
.page_reset_password .content,
.page_forgot_password .content,
.page_login .content {
  margin: 0;
  padding: 11rem 0 6rem; }
  @media screen and (max-width: 52.5em) {
    .page_reset_password .content,
    .page_forgot_password .content,
    .page_login .content {
      padding: 2rem 0; } }
.page_reset_password .content__main,
.page_forgot_password .content__main,
.page_login .content__main {
  float: none;
  width: 100%; }
.page_reset_password .checkout,
.page_forgot_password .checkout,
.page_login .checkout {
  background-color: transparent; }
.page_reset_password .checkout-row__group-label, .page_reset_password .checkout-row__field-text, .page_reset_password .checkout-row__label,
.page_forgot_password .checkout-row__group-label,
.page_forgot_password .checkout-row__field-text,
.page_forgot_password .checkout-row__label,
.page_login .checkout-row__group-label,
.page_login .checkout-row__field-text,
.page_login .checkout-row__label {
  font-size: 1.6rem; }
.page_reset_password .checkout-row__label-text,
.page_forgot_password .checkout-row__label-text,
.page_login .checkout-row__label-text {
  padding-bottom: .4rem; }

/*  Page account
    -------------------------------------------------------------------------- */
.page_edit_account #loyalty_opt_in_authorization + .checkout-row__label-text,
.page_account #loyalty_opt_in_authorization + .checkout-row__label-text {
  line-height: 3rem; }
  @media screen and (max-width: 52.5em) {
    .page_edit_account #loyalty_opt_in_authorization + .checkout-row__label-text,
    .page_account #loyalty_opt_in_authorization + .checkout-row__label-text {
      line-height: 1.6rem; } }
.page_edit_account .checkout__section + .checkout__section,
.page_account .checkout__section + .checkout__section {
  margin-top: 2rem;
  border-top: solid 1px #f1f1f1;
  padding-top: 2rem; }
@media screen and (max-width: 1120px) {
  .page_edit_account .checkout-row__label,
  .page_account .checkout-row__label {
    margin-left: 0; }
  .page_edit_account .checkout__fieldset,
  .page_account .checkout__fieldset {
    max-width: 100%; } }

@media screen and (max-width: 1120px) {
  .page_account .checkout-row__group {
    display: flex; } }

@media screen and (max-width: 1120px) {
  .page_edit_account .checkout-row__field-checkbox[name="loyalty_opt_in_authorization"] + .checkout-row__label-text {
    margin-top: 2.5rem; } }
@media screen and (max-width: 840px) {
  .page_edit_account .checkout-row__field-checkbox[name="loyalty_opt_in_authorization"] + .checkout-row__label-text {
    margin-top: 0; } }

.page_order_step2 .content {
  padding-bottom: 7rem; }
  @media screen and (max-width: 52.5em) {
    .page_order_step2 .content {
      padding-bottom: 2rem; } }
.page_order_step2 .checkout-delimiter__text {
  background-color: #f1f1f1; }
.page_order_step2 .checkout__form {
  padding-bottom: .8rem; }
.page_order_step2 .checkout-row__note-number {
  display: none; }
.page_order_step2 #loyalty_opt_in_authorization + .checkout-row__label-text {
  line-height: 3rem; }
  @media screen and (max-width: 52.5em) {
    .page_order_step2 #loyalty_opt_in_authorization + .checkout-row__label-text {
      line-height: 1.6rem; } }
@media screen and (max-width: 67.5em) {
  .page_order_step2 .checkout-row__label {
    width: 100%;
    float: none;
    padding: 0;
    margin: 0 0 .5rem 0; } }

.page_order_step3 .content {
  padding-bottom: 7rem; }
  @media screen and (max-width: 52.5em) {
    .page_order_step3 .content {
      padding-bottom: 2rem; } }
.page_order_step3 .checkout #order_step_3 .checkout__fieldset {
  max-width: 63rem; }
.page_order_step3 .checkout__section + .checkout__section_no-separation {
  border-top: 1px solid #d1d1d1; }
.page_order_step3 .checkout-row__group-atom:first-child .checkout-row__group-label_atom, .page_order_step3 .checkout-row__label {
  width: 12.5rem;
  margin-left: -12.5rem; }
.page_order_step3 .checkout-row__group-label {
  cursor: initial; }
@media screen and (max-width: 62.5em) {
  .page_order_step3 .checkout-row .checkout-row__group-atom {
    width: 30%; }
    .page_order_step3 .checkout-row .checkout-row__group-atom + .checkout-row__group-atom {
      padding-left: 0;
      margin-left: 5%; }
  .page_order_step3 .checkout-row .checkout-row__group-label_atom {
    width: 100%;
    margin: 0 0 .5rem 0;
    float: none; }
  .page_order_step3 .checkout-row .checkout-row__field-text_small {
    max-width: 100%; }
  .page_order_step3 .checkout-row__group-atom:first-child .checkout-row__group-label_atom, .page_order_step3 .checkout-row__label {
    width: auto;
    margin: 0 0 .5rem 0;
    float: none; } }
@media screen and (max-width: 30em) {
  .page_order_step3 .checkout-row .checkout-row__group-atom {
    width: 100%; }
    .page_order_step3 .checkout-row .checkout-row__group-atom + .checkout-row__group-atom {
      margin-left: 0;
      margin-top: 2rem; } }

.page_order_step4 .content {
  padding-bottom: 7rem; }
.page_order_step4 .checkout .checkout-loyalty {
  max-width: 60rem; }
@media screen and (max-width: 52.5em) {
  .page_order_step4 .content {
    padding-bottom: 2rem; } }

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

.page_thank_you .content {
  padding-bottom: 7rem; }
.page_thank_you .content__main {
  float: none;
  width: 100%; }
@media screen and (max-width: 52.5em) {
  .page_thank_you .content {
    padding-bottom: 2rem; } }

.page_favourites .category__title {
  font-size: 3rem;
  font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 3.6rem;
  text-align: center;
  padding-left: 5.8rem;
  padding-right: 5.8rem;
  position: relative;
  box-sizing: border-box;
  background-image: url(../assets-images/title-decoration.png), url(../assets-images/title-decoration.png);
  background-position: left .4rem center, right .4rem center;
  background-repeat: no-repeat, no-repeat;
  background-size: 5rem, 5rem;
  border: solid .4rem #ec078d; }
  .page_favourites .category__title:before, .page_favourites .category__title:after {
    content: '';
    display: block;
    background-color: #ec078d;
    position: absolute;
    z-index: -1;
    width: .4rem;
    height: 100%;
    top: 0; }
  .page_favourites .category__title:before {
    left: 2.7rem; }
  .page_favourites .category__title:after {
    right: 2.7rem; }
.page_favourites .category__title-text {
  display: inline-flex;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-left: solid .4rem #ec078d;
  border-right: solid .4rem #ec078d;
  width: 100%;
  text-align: center;
  background-color: #fff; }
  .page_favourites .category__title-text:after {
    content: '';
    display: block;
    width: 100%;
    height: .4rem;
    background-color: #ec078d;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translate(0, -50%); }

/*  Sidetouch layout implementation to the touch view
    -------------------------------------------------------------------------- */
.content {
  margin-top: 1.5em;
  margin-bottom: 1.5em; }
  .content:before {
    display: table;
    content: ""; }
  .content:after {
    display: table;
    content: "";
    clear: both; }
  .content__wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 96%;
    width: 98%; }
    .content__wrapper:before {
      display: table;
      content: ""; }
    .content__wrapper:after {
      display: table;
      content: "";
      clear: both; }
  .content.content_no-vertical-margin {
    margin-top: 0;
    margin-bottom: 0; }
  .content__main {
    float: left;
    width: 66%; }
    @media screen and (max-width: 60em) {
      .content__main {
        float: none;
        width: 100%; } }
  .content__side {
    float: right;
    width: 32%; }
    .content__side.floater-fixed {
      margin-top: 5px;
      margin-bottom: 10px; }
    @media screen and (max-width: 60em) {
      .content__side {
        float: none;
        width: 430px;
        max-width: 100%; } }
  .content__side_hidden-on-desktop {
    display: none; }
    @media screen and (max-width: 60em) {
      .content__side_hidden-on-desktop {
        display: block;
        height: auto;
        overflow: visible; } }
  .content__primary {
    margin-left: 170px; }
    @media screen and (max-width: 60em) {
      .content__primary {
        margin-left: 0; } }
  .content__secondary {
    float: left;
    margin-right: -170px;
    width: 170px; }
    .content__secondary.floater-fixed {
      margin-top: 5px;
      margin-bottom: 10px; }
    @media screen and (max-width: 60em) {
      .content__secondary {
        display: none; } }

/*  Custom socials
    -------------------------------------------------------------------------- */
.custom-socials {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .custom-socials__title {
    font-size: 3.2rem;
    font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
    line-height: 4rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 1rem;
    box-sizing: border-box;
    padding: 0 1rem;
    text-align: center; }
    .custom-socials__title span {
      color: #0a0a0a; }
      .custom-socials__title span ~ span {
        color: #ec078d; }
  .custom-socials__description {
    font-size: 1.6rem;
    font-family: "TradeGothicLTStd-BdCn20", Arial, Helvetica, sans-serif;
    color: #0a0a0a;
    font-weight: 400;
    line-height: 2rem;
    margin-bottom: 1rem;
    box-sizing: border-box;
    padding: 0 1rem;
    text-align: center; }
  .custom-socials__gallery {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    border-top: solid 1px #8c8c8c;
    padding: 2.1rem 0 0 0; }
    @media screen and (max-width: 40em) {
      .custom-socials__gallery {
        border-top: 0;
        border-bottom: solid 1px #8c8c8c;
        padding-bottom: 8.7rem;
        padding-top: 0;
        margin-bottom: 2rem;
        flex-wrap: wrap; } }
    .custom-socials__gallery:before, .custom-socials__gallery:after {
      content: '';
      width: 9.4rem;
      height: 7.7rem;
      background: url(../assets-images/moto.png) center center no-repeat;
      position: absolute; }
    .custom-socials__gallery:before {
      display: block;
      left: 5.7rem;
      top: -7.7rem; }
      @media screen and (max-width: 40em) {
        .custom-socials__gallery:before {
          display: none; } }
    .custom-socials__gallery:after {
      display: none;
      top: auto;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 0); }
      @media screen and (max-width: 40em) {
        .custom-socials__gallery:after {
          display: block; } }
  .custom-socials__gallery-item {
    max-width: 23rem;
    margin: 0 2.5rem; }
    @media screen and (max-width: 71.25em) {
      .custom-socials__gallery-item {
        width: 23%;
        margin: 0 1%; } }
    @media screen and (max-width: 40em) {
      .custom-socials__gallery-item {
        width: 48%;
        margin: 1%; } }
  .custom-socials__gallery-image {
    display: block;
    width: 100%; }

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