@charset "UTF-8";
/* ==========================================================================
   GENERAL
   ========================================================================== */
/* Imports
   -------------------------------------------------------------------------- */
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,600,700";
@font-face {
  font-family: 'fontello';
  src: url("/assets-fonts/fontello.woff2") format("woff2"), url("/assets-fonts/fontello.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* Fonts
   -------------------------------------------------------------------------- */
/* Base font
   -------------------------------------------------------------------------- */
/*BEBAS NEUE*/
@font-face {
  font-family: 'BebasNeueBold';
  src: url("/assets-fonts/BebasNeueBold.woff2") format("woff2"), url("/assets-fonts/BebasNeueBold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'BebasNeueRegular';
  src: url("/assets-fonts/BebasNeueRegular.woff2") format("woff2"), url("/assets-fonts/BebasNeueRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/*ANTONIO*/
@font-face {
  font-family: 'AntonioBold';
  src: url("/assets-fonts/Antonio-Bold.woff2") format("woff2"), url("/assets-fonts/Antonio-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'AntonioRegular';
  src: url("/assets-fonts/Antonio-Regular.woff2") format("woff2"), url("/assets-fonts/Antonio-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/*CHAPARRAL PRO ITALIC*/
@font-face {
  font-family: 'ChaparralProItalic';
  src: url("/assets-fonts/ChaparralProItalic.woff2") format("woff2"), url("/assets-fonts/ChaparralProItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/*THIN GROTESK SERIF REGULAR*/
@font-face {
  font-family: 'ThinGroteskSerifRegular';
  src: url("/assets-fonts/ThinGroteskSerifRegular.woff2") format("woff2"), url("/assets-fonts/ThinGroteskSerifRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* --------------------------------------------------------------------------
   THEME COLORING
-------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
   PAGE HEADER
-------------------------------------------------------------------------- */
/*** page header base vars ***/
.header {
  padding: 1.5rem 0;
  background: url(/assets-images/locator-body-bg.jpg) top left;
  background-color: #f7f2e7;
  box-shadow: 0 0 0.9rem 0.5rem rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 900;
  width: 100%; }

@media screen and (max-width: 52.5em) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900; } }
.topbar-fixed .header {
  height: 6.2rem;
  overflow: hidden;
  box-shadow: none;
  background: none;
  margin-bottom: 2rem; }

.topbar-fixed .header .header__logo {
  opacity: 0; }

.header__logo {
  margin-right: 1rem;
  position: relative;
  z-index: 901; }

.header__logo-image_mobile {
  display: none; }

.header .category-navigation.fixed-topbar {
  box-sizing: border-box;
  padding-left: 2%;
  padding-right: 2%;
  background: url("/assets-images/locator-body-bg.jpg") top left;
  z-index: 903; }

.header .category-navigation.fixed-topbar .category-navigation__list {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 0; }

.header .category-navigation__wrapper {
  width: 100%;
  padding-left: 13rem;
  box-sizing: border-box; }

.header .category-navigation.fixed-topbar .category-navigation__wrapper {
  padding-left: 0; }

.page_categories .header__user-menu,
.page_categories .header__shop-menu {
  margin-top: .5rem; }

.page_categories .page__topbar,
.page_categories .account-navigation,
.page_order_step3 .account-navigation,
.page_order_step4 .category-navigation,
.page_order_step4 .account-navigation,
.page_menu .checkout-navigation,
.page_menu .account-navigation,
.page_categories .checkout-navigation {
  display: none; }

.category-navigation__list {
  display: block;
  width: 100%;
  margin-top: 7.2rem;
  font-size: 0;
  padding-left: 1.1rem;
  box-sizing: border-box; }

.category-navigation__item {
  margin-left: 1.1rem;
  margin-right: 1.1rem;
  padding: .5rem 0; }

.header .category-navigation.fixed-topbar .category-navigation__list .category-navigation__item:first-child {
  margin-left: 0; }

.category-navigation__link {
  font-size: 1.9rem;
  font-family: "AntonioRegular", Arial, Helvetica, sans-serif;
  color: #262323;
  line-height: 2rem;
  padding: 0;
  text-transform: uppercase; }

@media screen and (max-width: 52.5em) {
  .page_categories,
  .page_menu {
    padding-top: 11rem; }

  .header {
    padding-top: .5rem;
    padding-bottom: .5rem;
    box-shadow: none; }

  .header__logo {
    margin-right: 60px;
    text-align: center; }

  .header__logo-link {
    display: inline-block;
    vertical-align: top; }

  .header__logo-image {
    display: block; }

  .category-navigation.category-navigation_mobile {
    position: fixed;
    top: 7rem;
    z-index: 900;
    background: url("/assets-images/locator-body-bg.jpg") top left;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }

  .topbar-fixed .header {
    background: url("/assets-images/locator-body-bg.jpg") top left;
    height: 6rem; }

  .topbar-fixed .header .header__logo {
    opacity: 1; } }
@media screen and (max-width: 40em) {
  .header__wrapper {
    width: 100%;
    box-sizing: border-box;
    padding-left: 2rem;
    padding-right: 2rem; } }
/* --------------------------------------------------------------------------
   PAGE FOOTER
-------------------------------------------------------------------------- */
/*** footer vars ***/
/*** footer links vars ***/
/*** footer social icons vars ***/
.footer {
  background-color: #ffffff;
  border-top: solid 0.1rem #e8e8e8; }

.footer__wrapper {
  padding: 1.55rem 0; }

.footer__credits {
  padding: .35rem 0; }

.footer__credits-copyright,
.footer__credits-powered-by {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #221e1e;
  font-weight: 400;
  line-height: 2.6rem;
  display: inline-block; }

.footer__credits-powered-by .footer__link {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #221e1e;
  font-weight: 400;
  text-decoration: none; }

.footer__credits-powered-by .footer__link:hover {
  cursor: pointer;
  text-decoration: underline; }

.footer__nav {
  padding: .35rem 0; }

.footer__nav .footer__links {
  line-height: 2.6rem; }

.footer__nav .footer__links li {
  margin: 0 .8rem;
  line-height: 2.6rem; }

.footer__link {
  font-size: 1.3rem;
  font-family: "ChaparralProItalic", Arial, Helvetica, sans-serif;
  color: #030303;
  text-decoration: underline;
  line-height: 2.6rem; }

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

.page_categories .footer {
  background: url(/assets-images/locator-body-bg.jpg); }

@media screen and (max-width: 52.5em) {
  .footer__nav .footer__links {
    margin-bottom: 2rem; } }
/* --------------------------------------------------------------------------
   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: ""; }

.shop-info__social-icons .social-icons__link i:before {
  line-height: 36px;
  font-size: 2rem; }

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

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

.footer .social-icons {
  margin-top: 0;
  height: 2.6rem; }

.footer .social-icons__icon {
  vertical-align: middle;
  font-size: 0;
  margin-left: .4rem;
  margin-right: .4rem; }

.footer .social-icons__icon:first-child {
  margin-left: .8rem; }

.footer .social-icons__link {
  text-align: center;
  width: 2.6rem;
  height: 2.6rem;
  margin: 0;
  padding: 0;
  color: #dddddd;
  border: none;
  border-radius: 0;
  transition: all .3s ease; }

.footer .social-icons__link i {
  font-size: 2.6rem;
  width: 2.6rem;
  height: 2.6rem; }

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

.page_locator .footer .social-icons__link {
  color: #dddddd; }

.page_locator .footer .social-icons__link:hover {
  color: #bdce33;
  border-color: transparent; }

/* --------------------------------------------------------------------------
   SCROLL UP BUTTON
-------------------------------------------------------------------------- */
.scroll-up {
  color: #ffffff;
  background-color: #000000;
  border-radius: 0em;
  width: 4rem;
  height: 4rem;
  padding: 0;
  bottom: 6.7rem; }

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

.scroll-up__icon:before {
  margin: 0;
  width: 4rem;
  height: 4rem;
  line-height: 40px; }

/* --------------------------------------------------------------------------
   NICE SELECT
-------------------------------------------------------------------------- */
/*** nice select base vars ***/
.nice-select {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #aaa;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-bottom: 0.1rem solid #ccc;
  border-radius: 0;
  background-color: transparent;
  height: auto;
  line-height: 2rem;
  padding: 0 3rem 0 0; }

.nice-select > .current {
  display: inline-block;
  vertical-align: top;
  color: #aaa;
  line-height: 2rem;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.nice-select .option {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000000; }

.nice-select .option:hover {
  color: #ffffff;
  background-color: #000000; }

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

.nice-select .option.selected.focus:hover {
  color: #ffffff;
  background-color: #000000; }

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

.nice-select .option.selected {
  color: #ffffff;
  font-weight: 400; }

.nice-select .list:hover .option:not(:hover) {
  color: #000000; }

.nice-select:after {
  border-bottom: solid 0.1rem #aaa;
  border-right: solid 0.1rem #aaa;
  right: .4rem; }

.nice-select.open .list {
  border: solid 0.1rem #dfdfdf;
  background-color: #ffffff;
  width: 100%;
  box-shadow: none; }

.nice-select .option.disabled,
.nice-select .option.selected.disabled,
.nice-select .option.disabled.focus,
.nice-select .option.selected.disabled.focus,
.nice-select .list:hover .option.disabled:not(:hover) {
  color: #ccc !important;
  background-color: transparent !important; }

/* --------------------------------------------------------------------------
   NAVIGATION
-------------------------------------------------------------------------- */
/*** navigation vars ***/
.header__user-menu,
.header__shop-menu {
  margin-left: 3.2rem; }

.header__user-menu .dropdown-menu_user {
  max-width: 20rem;
  white-space: nowrap; }

.header__user-menu .dropdown-menu__header-link {
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(/assets-images/user-menu-icon.png) left center no-repeat;
  padding-right: 1.8rem; }

.header__shop-menu .dropdown-menu__header-link {
  background: url(/assets-images/user-shop-icon.png) left center no-repeat;
  padding-right: 1.8rem; }

.dropdown-menu__header-link {
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: 400;
  line-height: 2.2rem;
  padding: 0 0 0 2.8rem; }

.header__shop-menu .dropdown-menu__header-link:after {
  border-bottom: 0.1rem solid #000000;
  border-right: 0.1rem solid #000000;
  content: '';
  display: block;
  height: .5rem;
  width: .5rem;
  margin-top: -.4rem;
  pointer-events: none;
  position: absolute;
  right: .7rem;
  top: 50%;
  transform: rotate(45deg);
  transform-origin: 66% 66%;
  transition: all 0.15s ease-in-out; }

[data-dropdown-open] .dropdown-menu__header-link:after {
  transform: rotate(-135deg); }

.header__user-menu .dropdown-menu__header-icon:before {
  border-bottom: 0.1rem solid #000000;
  border-right: 0.1rem solid #000000;
  content: '';
  display: block;
  height: .5rem;
  width: .5rem;
  margin-top: -.4rem;
  pointer-events: none;
  position: absolute;
  right: .7rem;
  top: 50%;
  transform: rotate(45deg);
  transform-origin: 66% 66%;
  transition: all 0.15s ease-in-out; }

[data-dropdown-open] .dropdown-menu__header-icon:before {
  transform: rotate(-135deg); }

.category-navigation {
  background-color: transparent; }

.category-navigation__item {
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: 400; }

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

.header__shop-menu .dropdown-menu__body {
  right: -7.2rem; }

.header__shop-menu .dropdown-menu__body:before,
.header__shop-menu .dropdown-menu__body:after {
  display: none; }

.header__shop-menu .shop-info {
  margin-right: 0; }

@media screen and (max-width: 60em) {
  .header__shop-menu .dropdown-menu_shop .dropdown-menu__body {
    width: 50rem;
    left: 50%;
    right: auto;
    transform: scale(0) translate(-50%, 0); }

  .header__shop-menu .dropdown-menu_shop[data-dropdown-open] .dropdown-menu__body {
    max-width: 50rem;
    right: auto;
    left: 50%;
    transform: scale(1) translate(-50%, 0); } }
/* --------------------------------------------------------------------------
   CHECKOUT NAVIGATION
-------------------------------------------------------------------------- */
.page_order_step2 .checkout-navigation,
.page_order_step3 .checkout-navigation,
.page_order_step4 .checkout-navigation,
.page_order_step5 .checkout-navigation,
.page_thank_you .checkout-navigation {
  padding-left: 0; }

.page_order_step2 .checkout-navigation__wrapper,
.page_order_step3 .checkout-navigation__wrapper,
.page_order_step4 .checkout-navigation__wrapper,
.page_order_step5 .checkout-navigation__wrapper,
.page_thank_you .checkout-navigation__wrapper {
  width: 96%;
  box-sizing: border-box;
  padding-left: 13rem; }
  @media screen and (max-width: 52.5em) {
    .page_order_step2 .checkout-navigation__wrapper,
    .page_order_step3 .checkout-navigation__wrapper,
    .page_order_step4 .checkout-navigation__wrapper,
    .page_order_step5 .checkout-navigation__wrapper,
    .page_thank_you .checkout-navigation__wrapper {
      padding-left: 0; } }

.page_order_step2 .footer,
.page_order_step3 .footer,
.page_order_step4 .footer,
.page_order_step5 .footer,
.page_thank_you .footer,
.page_login .footer,
.page_forgot_password .footer,
.page_deal_wizard .footer,
.page_credit .footer,
.page_credit_new .footer,
.page_menu .footer,
.page_static .footer,
.page_orders .footer,
.page_loyalty .footer,
.page_account .footer,
.page_edit_account .footer {
  background: url(/assets-images/locator-body-bg.jpg); }

.page_edit_account .form-buttons .form-buttons__button {
  min-width: 23rem; }

.checkout-navigation {
  position: absolute;
  width: 100%;
  top: 7.7rem;
  z-index: 900;
  max-width: none;
  left: 0;
  padding-left: 204px;
  box-sizing: border-box; }

.checkout-navigation.fixed-topbar {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 903;
  background: url("/assets-images/locator-body-bg.jpg") top left; }

@media screen and (max-width: 52.5em) {
  .page_order_step3 .checkout-navigation,
  .page_order_step4 .checkout-navigation,
  .page_order_step5 .checkout-navigation,
  .page_thank_you .checkout-navigation {
    position: fixed;
    top: 7rem;
    padding-left: 2%;
    background: url("/assets-images/locator-body-bg.jpg") top left;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); } }
.page_order_step2 .checkout-navigation__item,
.page_order_step3 .checkout-navigation__item,
.page_order_step4 .checkout-navigation__item,
.page_order_step5 .checkout-navigation__item,
.page_thank_you .checkout-navigation__item {
  font-size: 1.9rem;
  font-family: "AntonioBold", Arial, Helvetica, sans-serif;
  color: #bdce33;
  text-transform: none;
  padding: 0 2rem;
  text-transform: uppercase; }

.page_order_step2 .checkout-navigation__list,
.page_order_step3 .checkout-navigation__list,
.page_order_step4 .checkout-navigation__list,
.page_order_step5 .checkout-navigation__list,
.page_thank_you .checkout-navigation__list {
  padding-left: 1.1rem; }

.page_order_step2 .checkout-navigation__list .checkout-navigation__item:first-child,
.page_order_step3 .checkout-navigation__list .checkout-navigation__item:first-child,
.page_order_step4 .checkout-navigation__list .checkout-navigation__item:first-child,
.page_order_step5 .checkout-navigation__list .checkout-navigation__item:first-child,
.page_thank_you .checkout-navigation__list .checkout-navigation__item:first-child {
  padding-left: 0; }

.checkout-navigation__item:after {
  border-bottom: 0.2rem solid #bdce33;
  border-right: 0.2rem solid #bdce33;
  content: '';
  display: block;
  height: .8rem;
  width: .8rem;
  margin-top: -.85rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: 66% 66%;
  transition: all 0.15s ease-in-out; }

.checkout-navigation__item_active ~ .checkout-navigation__item {
  font-size: 1.9rem;
  font-family: "AntonioRegular", Arial, Helvetica, sans-serif;
  color: #262323;
  text-transform: none;
  text-transform: uppercase; }

.checkout-navigation__item_active ~ .checkout-navigation__item:after,
.checkout-navigation__list .checkout-navigation__item:last-child:after {
  display: none; }

.page_order_step3 .category-navigation {
  display: none; }

/* --------------------------------------------------------------------------
   USER MENU DROPDOWN
-------------------------------------------------------------------------- */
/*** user dropdown menu vars ***/
.dropdown-menu_user .dropdown-menu__body,
.dropdown-menu_language .dropdown-menu__body {
  border: none;
  background-color: #f8f8f8;
  color: #262323;
  padding-top: 0;
  top: 2.8rem;
  width: auto;
  box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.25);
  padding-top: .8rem;
  padding-bottom: .8rem; }

.dropdown-menu_user .dropdown-menu__item-link,
.dropdown-menu_language .dropdown-menu__item-link {
  padding: 0 1rem;
  transition: all .3s ease;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 400;
  text-transform: none;
  line-height: 3rem;
  white-space: nowrap; }

.dropdown-menu_user .dropdown-menu__item-link:hover,
.dropdown-menu_language .dropdown-menu__item-link:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #000000; }

.dropdown-menu__body:after,
.dropdown-menu__body:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0; }

.dropdown-menu__body:after,
.dropdown-menu_user .dropdown-menu__body:after {
  top: -0.6rem;
  right: 1.6rem;
  z-index: 1;
  border-left: 0.7rem solid transparent;
  border-right: 0.7rem solid transparent;
  border-bottom: 0.6rem solid #f8f8f8; }

.dropdown-menu__body:before,
.dropdown-menu_user .dropdown-menu__body:before {
  top: -0.5rem;
  right: 1.6rem;
  z-index: 2;
  border-left: 0.7rem solid transparent;
  border-right: 0.7rem solid transparent;
  border-bottom: 0.6rem solid #f8f8f8; }

.dropdown-menu_user .dropdown-menu__body {
  right: -1.5rem; }

/* --------------------------------------------------------------------------
   MOBILE: OFF-CANVAS
-------------------------------------------------------------------------- */
.off-canvas_open {
  background-color: #ffffff; }

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

.mobile-menu__header {
  background: url(/assets-images/locator-body-bg.jpg) top left;
  background-color: transparent;
  padding: .7rem 2rem;
  line-height: 36px;
  position: absolute;
  width: 100%;
  box-sizing: border-box; }

.off-canvas_open .mobile-menu__header {
  box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.3); }

.mobile-menu__content {
  padding-top: 5rem; }

.mobile-menu__close,
.mobile-menu__close-icon,
.mobile-menu__close-icon:before {
  width: 2rem;
  height: 3.6rem;
  line-height: 36px; }

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

.mobile-menu__close-icon:before {
  margin: 0;
  display: block;
  width: 2rem;
  height: 3.6rem;
  line-height: 36px; }

.mobile-menu__section_user {
  font-size: 1.8rem;
  font-family: "AntonioBold", Arial, Helvetica, sans-serif;
  color: #8f8f8f;
  text-transform: uppercase;
  background-color: #f7f7f7;
  box-sizing: border-box;
  line-height: 22px;
  padding: 2.1rem 2rem 1.7rem; }

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

.mobile-menu__section-link {
  font-size: 2rem;
  font-family: "AntonioBold", Arial, Helvetica, sans-serif;
  color: #262323;
  text-transform: uppercase;
  background-color: #ffffff;
  line-height: 22px;
  padding: 2.1rem 2rem 1.7rem; }

.mobile-menu__section_unfolded .mobile-menu__section-link {
  color: #ffffff;
  background-color: #bdce33; }

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

.mobile-menu__section_unfolded .mobile-menu__section-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: 2rem;
  font-family: "AntonioBold", Arial, Helvetica, sans-serif;
  color: #262323;
  text-transform: uppercase;
  line-height: 22px;
  padding: 2.1rem 2rem 1.7rem;
  background-color: #ffffff; }

.mobile-menu__item_active .mobile-menu__item-link {
  color: #979696;
  background-color: #eeeeee; }

/* Mobile: menu on the right (basket)
   -------------------------------------------------------------------------- */
.header__basket-menu {
  margin-top: .8em; }

.basket-menu__link .basket-menu__basket-icon {
  color: #262323;
  font-size: 2.8rem; }
  .basket-menu__link .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: #ffffff;
  border: 1px solid #262323; }

/* --------------------------------------------------------------------------
   RESTO INFO
-------------------------------------------------------------------------- */
/*** resto info base vars ***/
/*** resto info title vars ***/
/*** resto info social icons vars ***/
.shop-info {
  background-color: #f8f8f8;
  box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.25);
  margin-right: -7.2rem;
  margin-top: .7rem;
  position: relative;
  box-sizing: border-box; }

.shop-info::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: .2rem;
  right: 6rem;
  box-sizing: border-box;
  border: 0.6rem solid #000000;
  border-color: transparent transparent #f8f8f8 #f8f8f8;
  transform-origin: 0 0;
  transform: rotate(-225deg);
  box-shadow: -3px 3px 2px 0px rgba(0, 0, 0, 0.07); }

.shop-info__title {
  font-size: 2rem;
  font-family: "AntonioRegular", Arial, Helvetica, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 2rem;
  margin: .3rem .5rem .3rem 0; }

.shop-info__feature-title {
  font-size: 2rem;
  font-family: "AntonioRegular", Arial, Helvetica, sans-serif;
  color: #000000;
  text-transform: uppercase; }

.shop-info__feature-content {
  font-size: 2.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: 400;
  color: #000000;
  font-size: 1.4rem; }

@media screen and (max-width: 60em) {
  .shop-info::before {
    right: 23rem; } }
.shop-info__link {
  color: #000000; }

.shop-info__social-icons {
  font-size: 0; }

.social-icons__icon {
  vertical-align: top; }

.shop-info .social-icons__link {
  transition: all .3s ease;
  text-align: center;
  width: 2.6rem;
  height: 2.6rem;
  color: #000000;
  background-color: transparent;
  margin: 0 0.4rem;
  padding: 0 0;
  border: none;
  border-radius: 0; }

.shop-info__social-icons .social-icons .social-icons__icon:last-child .social-icons__link {
  margin-right: 0; }

.shop-info .social-icons__link:hover {
  color: #bdce33;
  background-color: transparent;
  border-color: transparent; }

.shop-info .social-icons__link i {
  display: block;
  width: 2.6rem;
  height: 2.6rem; }

.shop-info .social-icons__link i:before {
  vertical-align: top;
  font-size: 2.6rem;
  line-height: 2.6rem; }

/* --------------------------------------------------------------------------
   MAIN CONTENT
-------------------------------------------------------------------------- */
/*** main category title vars ***/
.content__main .category__title,
.content__main .deal-wizard__title {
  font-size: 12.8rem;
  font-family: "ThinGroteskSerifRegular", Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: 400;
  line-height: 128px;
  word-break: break-word; }

.category_upselling .category__title,
.category_upselling .deal-wizard__title {
  font-family: "AntonioBold", Arial, Helvetica, sans-serif;
  font-size: 2.6rem;
  line-height: 26px;
  margin-bottom: 2rem;
  text-align: center; }

/*** main category description vars ***/
.content__main .category__description {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 1.8rem; }
  @media screen and (max-width: 52.5em) {
    .content__main .category__description {
      padding-left: 2rem;
      padding-right: 2rem;
      box-sizing: border-box; } }

.category__subcategory-title {
  font-size: 3.3rem;
  font-family: "AntonioBold", Arial, Helvetica, sans-serif;
  color: #262323;
  text-transform: uppercase;
  line-height: 38px;
  margin-top: 1rem;
  margin-bottom: 2.5rem; }

.category__subcategory-title + .category__description {
  margin-top: 0; }

.category__subcategory + .category__subcategory {
  margin-top: 0; }

.category__subcategory .category__subcategory .category__subcategory-title {
  font-size: 2.2rem;
  line-height: 30px;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem; }

/* --------------------------------------------------------------------------
   PRODUCT
-------------------------------------------------------------------------- */
/*** product name vars ***/
.product {
  padding: .7rem .9rem 1rem;
  width: calc(33.33% - .6rem);
  box-sizing: border-box;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.15);
  border-radius: 2px; }
  .product:nth-child(3n+2) {
    margin-left: .9rem;
    margin-right: .9rem; }
  @media screen and (max-width: 60em) {
    .product {
      width: calc(50% - 1rem);
      margin-left: .5rem;
      margin-right: .5rem; }
      .product:nth-child(3n+2) {
        margin-left: .5rem;
        margin-right: .5rem; } }
  @media screen and (max-width: 52.5em) {
    .product {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      box-shadow: none;
      border-radius: none; }
      .product:nth-child(3n+2) {
        margin-left: 0;
        margin-right: 0; } }

.product__top {
  position: relative; }

.product__name {
  font-size: 2.2rem;
  font-family: "AntonioBold", Arial, Helvetica, sans-serif;
  color: #262323;
  text-transform: uppercase;
  line-height: 26px;
  padding-bottom: .6rem;
  display: inline-block;
  box-sizing: border-box;
  padding-right: 7.5rem;
  position: relative;
  word-break: break-word;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 52.5em) {
    .product__name {
      line-height: 28px; } }

.product__name:after {
  display: block;
  content: "";
  width: 8.4rem;
  height: .2rem;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1; }

/*** product price vars ***/
.product__price {
  font-size: 2.2rem;
  font-family: "AntonioBold", Arial, Helvetica, sans-serif;
  color: #bdce33;
  text-transform: uppercase;
  line-height: 26px;
  padding-bottom: .4rem;
  min-width: 7rem;
  text-align: right;
  float: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2; }

/*** product description vars ***/
.product__description {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #262323;
  text-transform: none;
  line-height: 26px; }

.product__sku-label {
  display: none; }

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

.product_improved .product__counter,
.product_improved .product__counter:not(:empty):before {
  font-family: "AntonioBold", Arial, Helvetica, sans-serif;
  font-size: 2.6rem;
  color: #bdce33; }

.product_improved .product__counter:not(:empty):before {
  font-size: 1.6rem;
  vertical-align: top; }

/*** product button base vars ***/
/*** product button add vars ***/
/*** product button customize vars ***/
.product__add {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: solid 0.2rem #bdce33;
  padding: 1.5rem 0;
  height: auto;
  line-height: 16px;
  transition: all .3s ease;
  background-color: #ffffff;
  color: #bdce33; }

.product__add:hover {
  color: #ffffff;
  background-color: #bdce33; }

.product__customise {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  width: 58%;
  height: 5rem;
  line-height: 50px;
  padding: 0;
  text-decoration: underline;
  text-align: left;
  transition: all .3s ease; }

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

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

.product .nice-select__container,
.product .nice-select {
  width: 100%; }

/* --------------------------------------------------------------------------
   DEALS WIZARD
-------------------------------------------------------------------------- */
/*** deals wizard base vars ***/
.deal-wizard__title {
  font-size: 2rem;
  font-family: "AntonioBold", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 4rem;
  text-align: left; }

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

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

.deal-wizard-navigation__tab {
  margin-bottom: 0.7rem; }

.deal-wizard-navigation__tab:before {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  width: 1.8rem;
  height: 100%;
  background-color: #fcffe6; }

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

.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__link {
  font-size: 2rem;
  font-family: "AntonioBold", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 1.8rem;
  background-color: #fcffe6; }

.deal-wizard-navigation__link:before,
.deal-wizard-navigation__link:after {
  left: auto; }

.deal-wizard-navigation__link:before {
  display: none; }

.deal-wizard-navigation__link:after {
  right: -1.65rem;
  border-left-color: #fcffe6; }

.deal-wizard-navigation__title {
  overflow: visible;
  line-height: 3.5rem;
  height: 3.5rem; }

.deal-wizard-navigation__title:after {
  border: 1.22rem solid #fcffe6;
  border-color: transparent transparent #fcffe6 #fcffe6;
  transform-origin: 0 0;
  transform: rotate(-135deg);
  box-shadow: -4px 4px 5px 0 rgba(0, 0, 0, 0.2);
  top: 3.5rem;
  right: -2.4rem;
  width: 0;
  height: 0; }

.deal-wizard-navigation__tab .deal-wizard-navigation__link {
  box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.2); }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link {
  color: #262323;
  background-color: #fcffe6; }

.deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__link {
  box-shadow: none; }

.deal-wizard-navigation__tab + .deal-wizard-navigation__tab_active:before,
.deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab:before {
  background-color: #fcffe6;
  z-index: 3; }

.deal-wizard-navigation__tab .deal-wizard-navigation__link:after,
.deal-wizard-navigation__tab_active .deal-wizard-navigation__link:after {
  display: none; }

.deal-wizard-navigation__tab:last-child {
  border-right: solid .1rem #e8eeb8; }

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

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

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link {
  box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.2); }

/* --------------------------------------------------------------------------
   BASKET
-------------------------------------------------------------------------- */
.basket {
  box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.3);
  border: none; }

/*** basket header vars ***/
.basket__header {
  background-color: #ffffff;
  padding: 2rem 1.5rem; }

@media screen and (max-width: 52.5em) {
  .basket__header {
    padding: .5rem 2rem 1rem;
    background: url(/assets-images/locator-body-bg.jpg) left top;
    box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    box-sizing: border-box; } }
/*** basket title vars ***/
.basket__title {
  font-size: 2.6rem;
  font-family: "AntonioBold", Arial, Helvetica, sans-serif;
  color: #262323;
  text-transform: uppercase;
  line-height: 26px;
  padding-bottom: .3rem;
  border-bottom: solid 0.2rem #000000;
  display: inline-block; }

@media screen and (max-width: 52.5em) {
  .basket__title {
    display: block;
    padding-bottom: 0;
    border-bottom: none;
    width: 100%; } }
/*** basket repeat order link vars ***/
.basket__repeat {
  font-size: 1.3rem;
  font-family: "ChaparralProItalic", Arial, Helvetica, sans-serif;
  color: #000000;
  line-height: 16px;
  text-decoration: underline;
  margin-top: 0;
  transition: all .3s ease; }

.basket__repeat:hover {
  text-decoration: underline;
  color: #bdce33; }

@media screen and (max-width: 52.5em) {
  .basket__repeat {
    padding-left: 0;
    margin-bottom: 1rem; } }
/*** basket close icon vars ***/
.basket__close-icon {
  width: 2.2rem;
  height: 2.2rem;
  background: url(/assets-images/basket-item-close.png) center center no-repeat;
  display: block; }
  .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__close-icon:before {
    display: none; }

  .basket__content {
    padding-top: 7.1rem;
    box-sizing: border-box; } }
/*** basket content and items vars ***/
.basket__items {
  background-color: #ffffff; }

.basket__items,
.basket-deal__items {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.basket-item__name,
.basket-deal__item-name,
.basket-item__details,
.basket-deal__item-details,
.basket-item__quantity,
.basket-item__quantity-text,
.basket-deal__item-quantity,
.basket-item__price,
.basket-deal__item-price,
.basket-item__link,
.basket-deal__item-link {
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: 400;
  line-height: 2.2rem; }

.basket-item__name {
  width: 65% !important; }

.basket-item__details {
  width: 35%; }

.basket-item__quantity {
  font-size: 0;
  margin-right: .3em; }

.basket_step-basket .basket-item__quantity {
  font-size: 1.4rem; }

.basket-item__delete {
  display: inline-block;
  text-decoration: none; }

.basket-item__link:hover {
  color: #000000; }

/*** basket option vars ***/
.basket-item__option,
.basket-deal__item-option {
  font-size: 1.2rem;
  font-family: Arial, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  line-height: 16px; }

/*** basket empty vars ***/
.basket__empty {
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: 400;
  line-height: 16px;
  background-color: #fcffe6; }

/*** basket item delete vars ***/
.basket-item__delete,
.basket-deal__item-delete {
  vertical-align: top;
  width: 1.6rem;
  height: 1.6rem;
  padding-left: .4rem;
  box-sizing: border-box; }

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

.basket-item__delete:hover .basket-item__delete-icon,
.basket-deal__item-delete:hover .basket-deal__item-delete-icon {
  color: #000000; }

/*** basket deal vars ***/
/*** basket deal title vars ***/
.basket-deal,
.basket-deal__header {
  background-color: #fcffe6; }

.basket-deal__title,
.basket-deal__link {
  font-size: 2rem;
  font-family: "AntonioRegular", Arial, Helvetica, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 20px; }

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

.basket__savings {
  color: #000000;
  background-color: #fcffe6; }

/*** basket deal delete vars ***/
.basket-deal__delete {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  width: 2.2rem; }

.basket-deal__delete-icon {
  width: 2.2rem;
  height: 2.2rem;
  background: url(/assets-images/basket-item-close.png) center center no-repeat;
  display: block; }

@media screen and (max-width: 52.5em) {
  .basket-deal__header,
  .basket-deal__items,
  .basket__items {
    padding-left: 2rem;
    padding-right: 2rem; }

  .basket-deal__delete-icon,
  .basket-item__delete,
  .basket-deal__item-delete {
    padding-left: 0; }

  .basket-item__delete-icon:before,
  .basket-deal__item-delete-icon:before {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    line-height: 16px; }

  .basket-item__delete-icon,
  .basket-deal__item-delete-icon {
    margin-top: .3rem; }

  .basket-deal__delete,
  .basket__close-icon {
    margin-right: -.3rem; }

  .basket__close {
    margin-top: .8rem; } }
/*** basket switcher vars ***/
.basket__delivery-method {
  padding: 0; }

.basket__delivery-option {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  border: solid 0.1rem #000000;
  width: calc(50% - .7rem);
  padding: 1.3rem .7rem;
  box-sizing: border-box;
  line-height: 16px;
  background-color: #ffffff;
  transition: all .3s ease; }

.basket__delivery-option:hover,
.basket__delivery-option.active {
  color: #ffffff;
  background-color: #000000; }

.basket__delivery-option + .basket__delivery-option {
  margin-left: 1.4rem; }

.basket .nice-select {
  width: calc(100% - .7rem); }

/*** basket footer vars ***/
.basket__footer {
  color: #000000;
  background-color: #ffffff; }

/*** basket total vars ***/
.basket__total {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 2.6rem;
  font-family: "AntonioBold", Arial, Helvetica, sans-serif;
  color: #26201d;
  text-transform: uppercase;
  line-height: 30px; }

.basket__charge-title,
.basket__charge-amount {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: 700; }

/*** basket button vars ***/
.basket__button-link {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 46px;
  background-color: #bdce33;
  padding: 0;
  transition: all .3s ease;
  border: solid 0.2rem #bdce33; }

.basket__button-link:hover {
  color: #bdce33;
  background-color: #ffffff; }

/*** basket coupon vars ***/
.basket__coupon {
  text-align: right; }

.basket__coupon-form,
.basket__coupon-input {
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: 400; }

.basket__coupon-input {
  line-height: 2rem;
  box-sizing: border-box;
  padding: 0 .5rem;
  border: solid 0.1rem #aaa; }

.basket__coupon-validate,
.basket__coupon-enable {
  font-size: 1.3rem;
  font-family: "ChaparralProItalic", Arial, Helvetica, sans-serif;
  color: #000000;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
  transition: all .3s ease; }

.basket__coupon-validate:hover,
.basket__coupon-enable:hover {
  text-decoration: underline;
  color: #bdce33; }

.basket__coupon-enable,
.basket__coupon-enabled {
  padding: 0; }

.text-below-basket {
  color: #ffffff;
  background-color: #d3583c; }
  .text-below-basket p,
  .text-below-basket p span {
    color: #fff !important;
    line-height: 24px; }

/*** basket error message vars ***/
.basket__error {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-weight: 400;
  text-transform: none;
  line-height: 18px;
  margin-bottom: .8rem;
  margin-top: 1.5rem;
  text-align: center;
  padding: .9rem 1.5rem;
  background-color: #d3583c; }

/* --------------------------------------------------------------------------
   CUSTOMIZATION POPUP
-------------------------------------------------------------------------- */
/*** popup base vars ***/
.popup {
  border-radius: 0px;
  border: none;
  background-color: #f4f4f4; }

.popup__wrapper {
  margin: 5.4rem 4rem; }

.popup .nice-select {
  line-height: 28px; }

.popup-group__line .nice-select__container {
  width: 18.3rem; }

.popup-group__line .nice-select__container .nice-select {
  width: 100%; }

/*** popup title vars ***/
.popup__title {
  font-size: 2.2rem;
  font-family: "AntonioBold", Arial, Helvetica, sans-serif;
  color: #2a2828;
  text-transform: uppercase;
  line-height: 30px; }

.popup_improved.popup_scrolled .popup__title {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding: 2rem; }

/*** popup price vars ***/
.popup__price {
  font-size: 3rem;
  font-family: "AntonioBold", Arial, Helvetica, sans-serif;
  color: #bdce33;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px; }

/*** popup description vars ***/
.popup__description {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 400;
  line-height: 24px; }

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

.popup .popup__close {
  display: none; }

/*** popup quantity label + other labels vars ***/
.popup-group__label_quantity,
.popup-group__label,
.popup-group__single-choice {
  font-size: 1.8rem;
  font-family: "AntonioBold", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 28px; }

.popup-group_improved .popup-group__line .popup-group__label {
  color: rgba(0, 0, 0, 0.8); }

/*** popup quantity field vars ***/
.popup-group__quantity {
  display: inline-block;
  vertical-align: top; }

.popup-group__quantity-field {
  width: 3rem;
  box-sizing: border-box;
  border: none;
  text-align: center;
  padding: 0;
  font-size: 1.8rem;
  font-family: "AntonioBold", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  height: 2.4rem;
  background-color: #f4f4f4;
  font-size: 1.8rem; }

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

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

.popup-group__quantity-minus-icon,
.popup-group__quantity-plus-icon {
  width: 2.2rem;
  height: 2.2rem;
  line-height: 22px;
  color: #ffffff;
  display: block;
  position: relative;
  border-radius: 50%; }

.popup-group__quantity-minus-icon:before,
.popup-group__quantity-plus-icon:before {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background-color: #bdce33;
  display: block;
  margin: 0;
  font-size: 1.3rem;
  line-height: 24px;
  transition: all .3s ease;
  box-sizing: border-box; }

/*** popup row title vars ***/
.popup-row__title,
.popup-set__group-title {
  font-size: 2rem;
  font-family: "AntonioBold", Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  padding-bottom: .3rem;
  border-bottom: solid .1rem #ececec; }

.popup-set__title {
  color: #000000; }

/*** popup row description vars ***/
.popup-row__description {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #2a2828;
  font-weight: 400;
  text-transform: none;
  line-height: 24px; }

/*** popup enum vars ***/
.popup-enum__option {
  margin-right: 1rem;
  margin-bottom: 1rem; }

.popup-enum__label {
  border: solid 0.1rem #000000; }

.popup-enum__text {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 18px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #f4f4f4; }

.popup-enum__radio:checked + .popup-enum__text {
  color: #ffffff;
  background-color: #000000;
  font-weight: 700; }

.popup-enum__radio:disabled + .popup-enum__text {
  color: #ffffff;
  background-color: #eee;
  opacity: 0.8; }

/*** popup set base vars ***/
.popup-set {
  margin-top: 2.2rem; }

.popup-set__label {
  padding-bottom: 2.6rem;
  padding-left: 0; }

/*** popup set checkboxes vars ***/
.popup-set__text {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: 400;
  text-transform: none;
  line-height: 1.6rem;
  font-weight: 400;
  color: #000000;
  position: relative;
  padding-left: 2.7rem;
  padding-bottom: 0; }

.popup-set__text:before {
  border-color: #000000;
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: 1; }

.popup-set__text:after {
  width: 1rem;
  height: 1rem;
  background-color: #bdce33;
  top: 0.3rem;
  left: 0.3rem;
  margin: 0;
  z-index: 2; }

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

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

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

.popup-set__option[data-double] .popup-set__text {
  line-height: 1.6rem; }

/*** popup button vars ***/
.popup-buttons_improved .popup-buttons__button {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #bdce33;
  width: 26rem;
  padding: 1.4rem 1rem 1.2rem;
  box-sizing: border-box;
  line-height: 16px;
  text-align: center;
  transition: all .3s ease;
  border: solid 0.2rem #bdce33; }

.popup-buttons_improved .popup-buttons__button:hover {
  background-color: #ffffff;
  color: #bdce33; }

/*** popup link vars ***/
.popup-buttons__link {
  font-size: 1.3rem;
  font-family: "ChaparralProItalic", Arial, Helvetica, sans-serif;
  color: #000000;
  line-height: 16px;
  padding: 1.1rem 0;
  text-decoration: underline;
  transition: all .3s ease; }

.popup-buttons__link:hover {
  text-decoration: underline;
  color: #bdce33; }

.popup__top .popup__title {
  line-height: 30px; }

.popup__top .popup__title-wrapper {
  vertical-align: top;
  line-height: 30px;
  display: inline-block;
  padding-top: .4rem; }

.popup__top .product__tags-content {
  display: inline-block;
  vertical-align: top;
  margin-left: 1rem; }

.popup__top .product__picto {
  width: 2.2rem;
  height: 3rem;
  background-size: 2.2rem 3rem; }

@media screen and (max-width: 52.5em) {
  .popup {
    background-color: #ffffff; }

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

  .popup_improved .popup__wrapper {
    padding: 1.5rem 2rem; }

  .popup_improved .popup__title-mobile-close {
    margin-top: .6rem; }

  .popup_improved .popup__title-mobile-close-icon {
    width: 2.2rem;
    height: 1.4rem; }

  .popup_improved .popup__title-mobile-close-icon:before {
    content: "";
    width: 2.2rem;
    height: 1.4rem;
    background: url("/assets-images/mobile-popup-arrow-back.png") top left no-repeat; }

  .popup_improved .popup__picture {
    margin: 2rem auto;
    text-align: center; }

  .popup-group_improved .popup-group__line .popup-group__label {
    color: #000000; }

  .popup-row__title,
  .popup-set__group-title {
    padding-bottom: 0;
    border-bottom: none; }

  .popup-enum__text {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #ffffff; }

  .popup-group__quantity-field {
    background-color: #ffffff; }

  .popup-buttons_improved .popup-buttons__button {
    width: 100%; }

  .popup-buttons_improved .popup-buttons__button-price {
    font-family: "AntonioBold", Arial, Helvetica, sans-serif;
    font-size: 2rem; } }
@media screen and (max-width: 40em) {
  .popup-group__label_quantity {
    display: block;
    width: 100%; }

  .popup-group__quantity-minus-icon {
    margin-left: 0; } }
@media screen and (max-width: 26.25em) {
  .popup-buttons__button {
    width: 50%; } }
/* --------------------------------------------------------------------------
   LOGIN, REGISTER, FORGOT PASSWORD PAGES
-------------------------------------------------------------------------- */
/*** checkout pages fixes ***/
.page_login .page__topbar,
.page_forgot_password .page__topbar,
.page_deal_wizard .page__topbar,
.page_order_step2 .page__topbar,
.page_order_step3 .page__topbar,
.page_order_step5 .page__topbar,
.page_thank_you .page__topbar {
  display: none; }

.page_login .category-navigation,
.page_forgot_password .category-navigation,
.page_deal_wizard .page__content .category-navigation,
.page_order_step2 .category-navigation,
.page_order_step3 .category-navigation,
.page_order_step5 .category-navigation,
.page_thank_you .category-navigation {
  display: none; }

.page_login.topbar-fixed .header,
.page_order_step2.topbar-fixed .header {
  background: url("/assets-images/locator-body-bg.jpg") top left;
  box-shadow: 0 0 0.9rem 0.5rem rgba(0, 0, 0, 0.3);
  height: auto; }

.page_login.topbar-fixed .header .header__logo,
.page_order_step2.topbar-fixed .header .header__logo {
  opacity: 1; }

.checkout__section {
  padding-bottom: 2rem; }

.checkout__section + .checkout__section {
  margin-top: 0;
  padding-top: 3rem;
  border-top: solid .1rem #f0f0f0; }

.checkout__footer {
  margin-top: 2rem; }

/*** checkout title vars ***/
/* TODO: check credits page vars later because now we have no them on the dev site */
.checkout__title,
.credit-page__title {
  font-size: 2.6rem;
  font-family: "AntonioBold", Arial, Helvetica, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 26px;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 2rem; }

/*** checkout labels vars ***/
.checkout-row__label,
.checkout-row__group-label,
.checkout-variant__label,
.checkout-variant__select-label,
.card-entry__label,
.card-entry__saved-card-label {
  padding-top: .4em;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 400;
  text-transform: none; }

/*** checkout texts vars ***/
.checkout-row__field-text {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 400;
  text-transform: none;
  line-height: 18px;
  border: solid .1rem #cecece;
  padding: .5rem 1rem;
  height: 3rem; }

.checkout-row__group-item_forgot-password {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 400;
  text-transform: none;
  line-height: 18px;
  margin-top: 2rem; }

.checkout__description {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 400;
  text-transform: none;
  line-height: 1.8rem;
  text-align: left; }

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

/*** checkout forgot password vars ***/
.checkout-row__group-item_forgot-password > a {
  font-size: 1.3rem;
  font-family: "ChaparralProItalic", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 400;
  text-transform: none;
  line-height: 18px;
  text-decoration: underline;
  cursor: pointer;
  margin-left: .7rem;
  margin-top: .1rem;
  display: inline-block;
  vertical-align: top;
  transition: all .3s ease; }

.checkout-row__group-item_forgot-password > a:hover {
  text-decoration: underline;
  color: #bdce33; }

.checkout-variant__info {
  display: none; }

/* --------------------------------------------------------------------------
   FORM BUTTONS
-------------------------------------------------------------------------- */
/*** form buttons vars ***/
/*** form link vars ***/
.form-buttons__button {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 4.6rem;
  padding: 0 1.5rem;
  transition: all .3s ease;
  border: solid 0.2rem #bdce33;
  background-color: #bdce33; }

.form-buttons__button:hover {
  background-color: #ffffff;
  color: #bdce33; }

.form-buttons__link {
  font-size: 1.3rem;
  font-family: "ChaparralProItalic", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 400;
  text-decoration: underline;
  line-height: 18px;
  padding: 0 0;
  font-weight: 400;
  margin-top: 1.6rem;
  transition: all .3s ease; }

.form-buttons__link:hover {
  color: #bdce33;
  text-decoration: underline; }

.checkout__footer .form-buttons__button {
  min-width: 13rem;
  text-align: center; }

/* Loyalty (step4)
   -------------------------------------------------------------------------- */
.checkout-loyalty__balance {
  font-size: 2rem; }

/* Checkout lightbox popup
   -------------------------------------------------------------------------- */
_:-ms-fullscreen, :root .page-lightbox_open {
  height: 90%; }

/* --------------------------------------------------------------------------
   CHECKOUT DELIVERY
-------------------------------------------------------------------------- */
/*** checkout delivery radios vars ***/
.checkout__section_delivery-method .checkout__fieldset {
  max-width: 100%;
  /*padding-left: 3rem;*/
  box-sizing: border-box; }

.checkout__form_delivery .checkout-variant__radio {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  float: none;
  margin: 0; }

.checkout__form_delivery .checkout-variant__text:before,
.checkout__form_delivery .checkout-variant__text:after {
  content: "";
  position: absolute;
  border-radius: 5rem; }

.checkout__form_delivery .checkout-variant__text:before {
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  width: 1.6rem;
  height: 1.6rem;
  border: solid 0.1rem #262323;
  box-sizing: border-box;
  background-color: #ffffff; }

.checkout__form_delivery .checkout-variant__text:after {
  display: none;
  top: 0.4rem;
  left: 0.4rem;
  z-index: 2;
  width: 0.8rem;
  height: 0.8rem;
  border: none;
  background-color: #bdce33; }

.checkout__form_delivery .checkout-variant__radio:checked + .checkout-variant__text {
  font-weight: 400; }

.checkout__form_delivery .checkout-variant__radio:checked + .checkout-variant__text:after {
  display: block; }

/*** checkout delivery text vars ***/
.checkout__form_delivery .checkout-variant__text {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #262323;
  line-height: 16px;
  padding-left: 3.3rem;
  position: relative;
  box-sizing: border-box; }

/*** checkout delivery select vars ***/
.checkout__form_delivery .checkout-variant__select {
  padding-left: 7rem;
  padding-bottom: 0;
  margin-top: 1.3rem;
  display: block; }

/*** checkout delivery select label vars ***/
.checkout__form_delivery .checkout-variant__select-label {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding-left: 0;
  line-height: 3rem;
  width: 20rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 1rem;
  padding-top: 0; }

.checkout__section_delivery-method .checkout-variant__label {
  padding-left: 3.8rem;
  box-sizing: border-box; }

/*** checkout delivery nice select vars ***/
/*calc(100% - 1.4rem);*/
.checkout__form_delivery .checkout-variant__select-set .nice-select__container {
  vertical-align: top;
  width: 16rem; }
  @media screen and (max-width: 52.5em) {
    .checkout__form_delivery .checkout-variant__select-set .nice-select__container {
      display: block;
      margin-bottom: 1.5rem; } }

.checkout__form_delivery .checkout-variant__select-set .nice-select__container .nice-select {
  margin-right: 0;
  width: 100%;
  margin-top: .2rem; }
  @media screen and (max-width: 52.5em) {
    .checkout__form_delivery .checkout-variant__select-set .nice-select__container .nice-select {
      float: none; } }

@media screen and (max-width: 52.5em) {
  .checkout__form_delivery .checkout-variant__select .checkout-variant__select-label {
    margin-bottom: 1.5rem; } }

/*** checkout delivery helper vars ***/
.checkout__form_delivery .checkout-variant__helper {
  font-size: 1.2rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #aaa;
  font-weight: 400;
  text-transform: none;
  padding-left: 28rem;
  line-height: 16px;
  padding-top: 0; }
  @media screen and (max-width: 52.5em) {
    .checkout__form_delivery .checkout-variant__helper {
      padding-left: 7rem; } }

.checkout__form_delivery .checkout-variant__select_helper {
  margin-top: .5rem; }
.checkout__form_delivery .checkout-variant__select_helper .checkout-variant__helper {
  margin-top: 0;
  padding-left: 0; }

.checkout__section_address .checkout__fieldset {
  box-sizing: border-box; }

.checkout__section_address .nice-select__container {
  margin-top: .4rem; }

.checkout__section_delivery-method {
  padding-bottom: 4.5rem; }

/* --------------------------------------------------------------------------
   CHECKOUT ATOM FIXES
-------------------------------------------------------------------------- */
/*** checkout atom base vars ***/
/*** checkout atom label vars ***/
.checkout-row__group-label_atom {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 400;
  text-transform: none; }

/*** checkout atom textarea vars ***/
.checkout-row__field-textarea {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 400;
  text-transform: none;
  resize: none;
  padding: .5rem 1rem;
  border: solid .1rem #cecece; }

.checkout__section_address .checkout-row__hint {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 400;
  text-transform: none; }

.checkout-row__group-item_atoms {
  max-width: 38.1rem;
  font-size: 0; }

.checkout-row__group-atom {
  margin: 0 0.2rem 0 0;
  width: calc(50% - 3.3rem); }

.checkout-row__group-atom:first-child {
  width: 6.2rem; }

.checkout-row__group-atom:last-child {
  margin-right: 0; }

.checkout-row__field-text_small {
  width: 6rem; }

.checkout-row__group-atom .checkout-row__group-label_atom {
  width: calc(100% - 6rem);
  padding-top: 0;
  line-height: 3rem;
  text-align: right; }

.checkout-row__group-atom:first-child .checkout-row__group-label_atom {
  width: 12.5rem;
  margin-left: -12.5rem;
  padding-top: 0;
  line-height: 3rem;
  text-align: left; }

@media screen and (max-width: 64em) {
  .checkout-row__group-item.checkout-row__group-item_atoms {
    font-size: 0; }

  .checkout-row__group-atom {
    display: inline-block;
    vertical-align: middle;
    width: 32%;
    margin: 0; }

  .checkout-row__group-atom + .checkout-row__group-atom {
    margin-left: 2%; }

  .checkout-row__group-atom:first-child {
    width: 32%; }

  .checkout-row__group-atom .checkout-row__group-label_atom,
  .checkout-row__group-atom:first-child .checkout-row__group-label_atom {
    text-align: left;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0; }

  .checkout-row__field-text_small {
    width: 100%; } }
/*****************************
  Step 4
  Card entry: cards logo list
******************************/
.card-entry__logo-list {
  display: block;
  margin-top: 1rem; }

.card-entry__logo-list img {
  margin: 0 .5rem .3rem 0; }

.card-entry__logo-list img:last-child {
  margin-right: 0; }

/* --------------------------------------------------------------------------
   CHECKOUT VERIFICATION AND THANK YOU PAGE
-------------------------------------------------------------------------- */
/*** checkout verification title vars ***/
.page_order_step5 .checkout-confirm__title,
.page_thank_you .checkout-confirm__title {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 18px; }

/*** checkout verification content vars ***/
.checkout-confirm__content {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 400;
  line-height: 2.2rem;
  margin-top: 1.8rem; }

/* Checkout confirmation page (step5)
   -------------------------------------------------------------------------- */
.checkout-terms-acceptance_error {
  color: #fff;
  background-color: #d9230b; }

/* Facebook login
   -------------------------------------------------------------------------- */
.checkout__facebook-login-button {
  border-radius: 0;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #ffffff;
  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 {
  margin-top: 1.7rem;
  text-align: center;
  position: relative; }

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

.checkout__facebook-login-separator-text {
  display: inline-block;
  position: relative;
  padding: 0 .5em;
  line-height: 20px;
  text-transform: none;
  font-size: 1.2rem;
  font-weight: 600;
  background-color: #ffffff;
  color: #232323; }

/* --------------------------------------------------------------------------
   CHECKOUT ERROR
-------------------------------------------------------------------------- */
/*** checkout error vars ***/
.checkout-error {
  color: #ffffff;
  box-sizing: border-box;
  padding: 0 12.5rem 0 0;
  margin-bottom: 2rem; }
  @media screen and (max-width: 52.5em) {
    .checkout-error {
      padding-left: 12.5rem; } }
  @media screen and (max-width: 40em) {
    .checkout-error {
      padding-left: 0;
      padding-right: 0; } }

.checkout-error__wrapper {
  width: 100%;
  max-width: 100%;
  background-color: #d3583c;
  padding: 1.3rem 1.6rem;
  box-sizing: border-box; }

.checkout-error__list {
  padding-left: 2rem;
  box-sizing: border-box; }

.checkout-error__item {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-weight: 400;
  line-height: 24px; }

/* Account referral program
   -------------------------------------------------------------------------- */
.checkout__referral-banner {
  fill: #262323;
  margin: 4rem auto 1.5rem; }

.checkout__referral-program-rules {
  font-size: 1.275rem; }

.checkout__referral-link {
  margin: 1rem 0;
  color: #ffffff;
  background-color: #bdce33;
  border: none;
  padding: 1rem 2rem;
  border-radius: 0;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  min-width: 15rem;
  text-align: center; }
  .checkout__referral-link:hover {
    color: #bdce33;
    background-color: #ffffff; }

.checkout__referral-link span[data-copied] {
  padding: 1rem 0;
  color: #262323; }

.checkout__section_referral .checkout__description,
.checkout__section_referral .checkout__referral-info {
  line-height: 2.7rem; }

.page_account .checkout__section_referral,
.page_account .checkout__section_referral .checkout__description,
.page_account .checkout__section_referral .checkout__referral-info {
  text-align: center; }

.checkout__section_referral .checkout-row__label {
  width: 15.5rem;
  margin-left: 0;
  padding-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box; }

.checkout__section_referral .checkout__fieldset {
  padding-left: 15.5rem;
  position: relative; }

.checkout__section_referral .checkout__fieldset .checkout-row {
  padding: 0; }

@media screen and (max-width: 30em) {
  .checkout__section_referral .checkout__fieldset {
    padding-left: 0; }

  .checkout__section_referral .checkout-row__label {
    position: static;
    display: block;
    width: 100%;
    margin-bottom: .5rem;
    text-align: left; } }
/* Order page
   -------------------------------------------------------------------------- */
.order-table__header {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  background-color: #0a0a0a; }

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

.order-row__header {
  color: #000;
  font-size: 1.2rem;
  background-color: #fcfcfc;
  border-top: 3px solid #fff; }

.order-row__header:hover {
  color: #000 !important;
  background-color: #ebebeb !important;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

.order-row__order {
  border-top: 3px solid #fff; }

.order-row__header.order-row__header_active + .order-row__order.order {
  border-bottom: solid 1px #ececec; }

.order {
  color: #000;
  font-size: 1.2rem;
  background-color: #f4f5f6; }

.order__group-title {
  font-size: 1.2rem;
  font-weight: 600; }

.order__add {
  padding-right: 0; }

.order__add-button, .order__repeat-button {
  color: #ffffff;
  background-color: #bdce33;
  border: none;
  border-radius: 0;
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 1.2;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .order__add-button:hover, .order__repeat-button:hover {
    color: #bdce33;
    background-color: #ffffff; }

.order__repeat-empty-basket {
  line-height: 2.4rem; }

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

.order__items-table {
  color: #000;
  font-size: 1.2rem;
  background-color: #f4f5f6;
  border: none; }

.order__items-deal {
  color: #000;
  background-color: #ebedef; }

.order__items-deal-title {
  color: #000;
  background-color: #c7cbd2; }

.order__items-footer {
  border-top-color: #a2a2a2;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase; }

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

/* Credit
   -------------------------------------------------------------------------- */
.credit-page__main {
  color: #0a0a0a;
  background-color: transparent;
  box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 52.5em) {
    .credit-page__main {
      max-width: calc(100% - 4rem);
      margin-left: auto;
      margin-right: auto; } }

.credit-page__history {
  margin-top: 1.5em; }

.credit-page__header {
  margin-bottom: 2.5rem;
  padding-top: 3rem; }

.credit-page__main {
  padding: 0; }

.credit-page__title {
  margin-top: 0;
  margin-bottom: 1.5rem; }

.credit-page__status__balance {
  font-family: "AntonioBold", Arial, Helvetica, sans-serif;
  font-size: 2.6rem;
  color: #262323;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase; }

.credit-page__status__balance-amount {
  font-family: "AntonioBold", Arial, Helvetica, sans-serif;
  font-size: 2.6rem;
  line-height: 26px;
  margin-top: .5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #bdce33; }

.credit-page__status__rules,
.credit-page__status__rules p,
.credit-page__status__rules p span {
  font-family: Arial, sans-serif !important;
  font-size: 1.4rem !important;
  line-height: 19px !important;
  color: #000 !important;
  background-color: transparent !important; }

.credit-page__form__teaser {
  font-family: "AntonioRegular", Arial, Helvetica, sans-serif;
  font-size: 2.6rem;
  line-height: 30px;
  color: #262323;
  font-weight: 400;
  box-sizing: border-box;
  padding: 1rem;
  width: 100%;
  max-width: 100%;
  background-color: #fcffe6; }

.credit-page__form {
  padding-bottom: 4rem; }

.credit-page__form__input {
  border: 1px solid #cecece;
  background-color: #ffffff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 18px;
  color: #262323;
  box-sizing: border-box;
  padding: .8rem .5rem; }

.credit-page__form__button {
  color: #ffffff;
  background-color: #bdce33;
  border: none;
  border-radius: 0;
  font-size: 1.4rem;
  font-weight: 700;
  box-sizing: border-box;
  padding: 1.3rem;
  text-transform: uppercase;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  border: solid 2px #bdce33; }
  .credit-page__form__button:hover {
    color: #bdce33;
    background-color: #ffffff; }

@media screen and (max-width: 52.5em) {
  .page_credit_new .credit-page__main {
    max-width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto; } }
.page_credit_new .checkout__section {
  box-sizing: border-box;
  padding-left: 2rem;
  padding-right: 2rem; }
.page_credit_new .checkout__header {
  padding-top: 3rem;
  margin-bottom: 2.5rem; }

/* --------------------------------------------------------------------------
   MESSAGES
-------------------------------------------------------------------------- */
/*** messages base vars ***/
.message_error {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: 400;
  color: #ffffff;
  background-color: #d3583c;
  opacity: 1; }

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

.message_info {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: 400;
  background-color: #ebeecf;
  opacity: 1; }

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

.message__content {
  line-height: 20px;
  padding: 1.7rem 1rem; }

@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: #ebeecf; } }
/* ==========================================================================
   SPECIAL FEATURES
   ========================================================================== */
/* --------------------------------------------------------------------------
   SKU BUTTONS
   (optional feature, available on touch but NOT on sidetouch)
   --------------------------------------------------------------------------
   Shows product sizes (skus) as buttons instead of selects.
   To activate, create a 'size_buttons' tag and set it on the chosen products/categories
   -------------------------------------------------------------------------- */
.sku-buttons {
  border-radius: 0em; }

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

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

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

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

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

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

/* --------------------------------------------------------------------------
   GROUPED SKUS
   (optional feature)
   --------------------------------------------------------------------------
   Group size selection at the top of the page (instead of for every product).
   To activate, create a 'size_group' tag and set it on one or several main (topmost) categories.
   -------------------------------------------------------------------------- */
.grouped-skus__title {
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 700; }

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

.grouped-skus__text {
  font-size: 1.4rem;
  font-family: "Open Sans", 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
-------------------------------------------------------------------------- */
.page_locator {
  background: url(/assets-images/locator-bg.jpg) top left; }

.page_locator .page__topbar {
  display: none; }

.page_locator .header {
  padding: 2rem 0;
  background: none;
  background-color: transparent;
  box-shadow: none;
  position: static; }

.page_locator .header__logo,
.page_locator .category-navigation {
  display: none; }

.locator {
  margin: 3.5rem auto;
  width: 100%;
  max-width: 78.6rem; }

.locator__wrapper {
  box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.25);
  background: url(/assets-images/locator-body-bg.jpg) top left;
  background-color: #ffffff;
  padding: 3.7rem 0 0 0;
  text-align: center; }

.locator_logo {
  display: inline-block;
  vertical-align: top;
  font-size: 0; }

.locator__fields-wrapper {
  max-width: 44rem;
  width: 100%; }

/*** locator title vars ***/
.locator__title {
  font-size: 2.6rem;
  font-family: "AntonioBold", Arial, Helvetica, sans-serif;
  color: #262323;
  text-transform: uppercase;
  margin: 3.2rem auto 2.8rem;
  line-height: 28px; }

/*** locator method vars ***/
.locator__methods {
  margin: 0 0 2.3rem 0; }

.locator__method {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #bdce33;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 36px;
  border: solid 2px #bdce33;
  box-sizing: border-box;
  width: calc(50% - 5px);
  background-color: #ffffff; }

.locator__method_collection {
  margin-left: 10px; }

.locator__method-name {
  height: 36px;
  line-height: 36px;
  transition: all .3s ease; }

.locator__method:hover input[type=radio] + span,
.locator__method input[type=radio]:checked + span {
  color: #ffffff;
  background-color: #bdce33; }

/*** locator postecode input vars ***/
/*** locator postecode button vars ***/
.locator__postcode {
  padding-bottom: 3.7rem; }

.locator__postcode-input-wrapper {
  padding-right: 6.8rem; }

.locator__postcode-input {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  border: solid 0.1rem #c9c8c8;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 1.5rem; }

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

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

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

.locator__postcode-button {
  color: #ffffff;
  background-color: #bdce33;
  border: none;
  padding: 0;
  border-radius: 0;
  float: left;
  margin-right: -6.8rem;
  width: 6.8rem;
  height: 4rem;
  line-height: 36px;
  transition: all .3s ease;
  border: solid 2px #bdce33;
  cursor: pointer; }
  .locator__postcode-button:hover {
    color: #bdce33;
    background-color: #ffffff; }

.locator__search-icon {
  font-size: 2rem; }
  .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-button:hover {
  background-color: #ffffff; }

.locator__postcode-button:hover .locator__search-icon {
  color: #bdce33; }

/*** locator warning vars ***/
.locator__postcode-warning {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 400;
  line-height: 18px;
  margin-top: 1.7rem;
  text-align: left; }

/*** locator selected (city index) vars ***/
.locator__selected {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 700;
  line-height: 16px;
  margin-top: 2.3rem;
  margin-bottom: 2.3rem; }

.locator__selected-value {
  text-transform: uppercase; }

/*** locator restaurant link vars ***/
.locator__selected-link {
  font-size: 1.3rem;
  font-family: "ChaparralProItalic", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 400;
  text-transform: none;
  line-height: 19px;
  text-decoration: underline;
  transition: all .3s ease; }

.locator__selected-link:hover {
  text-decoration: underline;
  color: #bdce33; }

/*** locator restaurant vars ***/
.locator__restaurants,
[data-locator-selected-method=delivery] .locator__restaurants,
[data-locator-selected-method=collection] .locator__restaurants {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.locator-restaurant__content {
  max-width: 44rem;
  margin: 0 auto; }

.locator-restaurant {
  box-sizing: border-box;
  text-align: left;
  border-top: solid 0.1rem rgba(186, 186, 186, 0.15); }

[data-locator-selected-method=delivery] .locator-restaurant {
  padding: 2rem 0; }

[data-locator-selected-method=collection] .locator-restaurant {
  padding: 3rem 5.2rem; }

/*** locator restaurant name vars ***/
.locator-restaurant__content-name,
.locator-restaurant__name {
  font-size: 2.6rem;
  font-family: "AntonioBold", Arial, Helvetica, sans-serif;
  color: #262323;
  text-transform: uppercase;
  line-height: 34px;
  text-align: left;
  padding-right: 14rem; }

.locator-restaurant__name {
  padding: 0 1rem 0 0; }

/*** locator restaurant toggle vars ***/
.locator-restaurant__toggle {
  font-size: 1.3rem;
  font-family: "ChaparralProItalic", Arial, Helvetica, sans-serif;
  color: #262323;
  line-height: 17px;
  padding-top: .85rem;
  padding-bottom: .85rem; }

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

/*** locator restaurant address vars ***/
.locator-restaurant__address {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 400; }

.locator-restaurant__phone {
  font-weight: 600; }

/*** locator restaurant button vars ***/
.locator-restaurant__button {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  border: solid 2px #bdce33;
  width: 13rem;
  padding: 0;
  text-align: center;
  height: 3.4rem;
  line-height: 30px;
  background-color: #bdce33;
  cursor: pointer;
  transition: all .3s ease;
  box-sizing: border-box; }

.locator-restaurant__button:hover {
  background-color: #ffffff;
  color: #bdce33; }

.locator-restaurant__button-wrapper:after {
  display: none;
  content: '';
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  transform: rotate(45deg);
  border-left: .2rem solid #e5e5e5;
  border-top: .2rem solid #e5e5e5;
  right: -3rem;
  top: .7rem; }

[data-locator-selected-method=collection] .locator-restaurant_open .locator-restaurant__button-wrapper:after {
  display: block; }

/*** locator restaurant link vars ***/
.locator-restaurant__map a {
  font-size: 1.3rem;
  font-family: "ChaparralProItalic", Arial, Helvetica, sans-serif;
  color: #262323;
  text-transform: none;
  line-height: 24px;
  text-decoration: underline;
  transition: all .3s ease; }

.locator-restaurant__map a:hover {
  text-decoration: underline;
  color: #bdce33; }

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

@media screen and (max-width: 52.5em) {
  .page_locator {
    padding-top: 7rem; }

  .page_locator .header {
    padding: .5rem 0;
    background: url(/assets-images/locator-body-bg.jpg) top left;
    box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.4);
    position: fixed; }

  .locator__wrapper {
    width: 96%;
    margin-left: auto;
    margin-right: auto; }

  .page_locator .header__logo {
    display: block;
    margin-right: 60px;
    text-align: center; }

  .page_locator .header__logo-link {
    display: inline-block;
    vertical-align: top; }

  .header__logo-image_desktop {
    display: none; }

  .header__logo-image_mobile {
    display: block;
    min-width: 59px; }

  .locator__wrapper .locator_logo {
    display: none; } }
@media screen and (max-width: 40em) {
  .locator__title {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
    font-size: 3rem;
    line-height: 36px; }

  .locator__fields-wrapper,
  .locator-restaurant__content,
  [data-locator-selected-method=collection] .locator-restaurant {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box; }

  [data-locator-selected-method=collection] .locator-restaurant_open .locator-restaurant__button-wrapper:after {
    display: none; }

  .locator-restaurant__content_embed-map {
    padding-right: 0; } }
/* --------------------------------------------------------------------------
   RESTAURANTS PAGE
   (optional page)
   -------------------------------------------------------------------------- */
.restaurants__button {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-weight: 700;
  background-color: #bdce33; }

.restaurants-search__input-wrapper {
  border: 1px solid #c9c8c8; }

.restaurants-search__input {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000; }

.restaurants-search__input::placeholder {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #888; }

.restaurants-search__buttons-wrapper:after {
  border-left-color: #212121; }

.restaurants-search__button {
  color: #212121;
  background-color: #fff; }

.restaurants-search__warning {
  color: #d3583c; }

.restaurant-summary {
  color: #212121;
  font-size: 1.4rem;
  line-height: 1.4;
  border-bottom-color: #ebebeb; }

.restaurant-summary:hover {
  color: #212121; }

.restaurant-summary__name {
  font-size: 1.8rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2; }

.restaurant-summary__distance {
  font-weight: bold; }

.restaurant-details {
  color: #212121;
  font-size: 1.4rem;
  line-height: 1.4; }

.restaurant-details__name {
  font-size: 1.8rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2; }

.restaurant-details__item_phone {
  color: #212121; }

.restaurant-details__item-icon {
  color: #888; }

.restaurant-details__order-button {
  color: #ffffff;
  background-color: #bdce33;
  border: none;
  padding: 0 1.5rem;
  border-radius: 0;
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-weight: 700; }
  .restaurant-details__order-button:hover {
    color: #bdce33;
    background-color: #ffffff; }

/* --------------------------------------------------------------------------
   PASSWORD STRENGTH 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: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff; }

.password-checker__text {
  font-size: 1.2rem;
  font-family: "Open Sans", 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: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #900; }

/* --------------------------------------------------------------------------
   STATIC CONTENT
-------------------------------------------------------------------------- */
/*** static content base vars ***/
.page_static .page__topbar {
  display: none; }

.page_static .content__main {
  width: 100%;
  margin: 0 auto; }

.page_static .page__content .category-navigation,
.page_static .checkout-navigation,
.page_static .account-navigation {
  display: none; }

.content_static .content__main {
  width: 100%;
  max-width: 80rem;
  box-sizing: border-box;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0 auto;
  float: none; }

.static-page .static-page__title {
  font-size: 2.6rem;
  font-family: "AntonioBold", Arial, Helvetica, sans-serif;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  line-height: 4.8rem; }

.static-page h1,
.static-page h2,
.static-page h3,
.static-page h4,
.static-page h5,
.static-page h6 {
  font-size: 2.6rem;
  font-family: "AntonioBold", Arial, Helvetica, sans-serif;
  color: #000000;
  text-transform: uppercase;
  margin: 1.2rem 0;
  color: #000000; }

.static-page h1 {
  font-size: 3rem;
  line-height: 3rem; }

.static-page h2 {
  font-size: 2.6rem;
  line-height: 2.6rem; }

.static-page h1,
.static-page h2,
.static-page h3,
.static-page h4,
.static-page h5,
.static-page h6 {
  margin-bottom: 1rem;
  text-align: center; }

.static-page h3 {
  font-size: 2.4rem;
  line-height: 2.4rem; }

.static-page h4 {
  font-size: 1.8rem;
  line-height: 1.8rem; }

.static-page h5 {
  font-size: 1.4rem;
  line-height: 1.4rem; }

.static-page h6 {
  font-size: 1.2rem;
  line-height: 1.2rem; }

.static-page p {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 400;
  line-height: 2.4rem;
  margin-bottom: 2.4rem;
  font-size: 1.4rem; }

.static-page p + h2 {
  font-size: 2.6rem;
  line-height: 2.6rem;
  margin-top: 1.9rem; }

.static-page p + h3 {
  font-size: 2.4rem;
  line-height: 2.4rem;
  margin-top: 1.9rem; }

.static-page p + h4 {
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin-top: 1.9rem; }

.static-page p + h5 {
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-top: 1.9rem; }

.static-page p + h6 {
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin-top: 1.9rem; }

.static-page ul,
.static-page ol {
  margin-left: 0; }

.static-page ol {
  padding-left: 2.5rem; }

.static-page ul {
  padding-left: 0; }

.static-page ul li,
.static-page ol li {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 400;
  margin-bottom: 1.2rem;
  position: relative;
  padding-left: 2.5rem; }

.static-page ul li {
  list-style: none; }

.static-page ol li {
  padding-left: 0; }

.static-page ul li:before {
  content: '';
  display: block;
  width: .6rem;
  height: .6rem;
  border-radius: 5rem;
  background-color: #000000;
  position: absolute;
  top: .8rem;
  left: 1rem;
  z-index: 1; }

@media screen and (max-width: 52.5em) {
  .page_static {
    padding-top: 8rem; }

  .page_static .header,
  .page_orders .header,
  .page_loyalty .header,
  .page_credit .header,
  .page_credit_new .header,
  .page_account .header,
  .page_edit_account .header,
  .page_login .header,
  .page_login.topbar-fixed .header,
  .page_order_step2 .header,
  .page_order_step2.topbar-fixed .header {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); } }
/* --------------------------------------------------------------------------
   CHECKBOXES
-------------------------------------------------------------------------- */
/*** checkboxes base vars ***/
.checkout-row__group-item {
  margin-top: 1.4rem; }

.checkout-row__group-label_checkbox {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #262323;
  position: relative; }

/*** checkboxes input vars ***/
.checkout-row__group-label_checkbox .checkout-row__field-checkbox {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0; }

/*** checkboxes text vars ***/
.checkout-row__label-text {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  vertical-align: top;
  line-height: 1.6rem;
  padding-left: 2.5rem;
  position: relative; }

/*** checkboxes visual vars ***/
.checkout-row__label-text:before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #ffffff;
  border: solid 0.1rem #262323;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box; }

.checkout-row__label-text:after {
  display: none;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background-color: #bdce33;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  z-index: 2; }

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

/* --------------------------------------------------------------------------
   REPEAT ORDER
-------------------------------------------------------------------------- */
.page_orders .page__topbar {
  display: none; }

.page_orders .category-navigation {
  display: none; }

.account-navigation {
  position: absolute;
  width: 100%;
  top: 7.2rem;
  z-index: 900;
  max-width: none;
  left: 0;
  padding-left: 0;
  box-sizing: border-box; }
  .account-navigation__wrapper {
    width: 96%;
    box-sizing: border-box;
    padding-left: 13rem; }
    @media screen and (max-width: 52.5em) {
      .account-navigation__wrapper {
        padding-left: 0; } }

.account-navigation.fixed-topbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 903;
  width: 100%;
  box-sizing: border-box;
  background: url("/assets-images/locator-body-bg.jpg") top left; }

.page_orders .checkout__header {
  margin-bottom: 0; }

.account-navigation .account-navigation__item {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.account-navigation__link {
  font-size: 1.9rem;
  font-family: "AntonioRegular", Arial, Helvetica, sans-serif;
  color: #262323;
  text-transform: uppercase;
  line-height: 19px;
  padding: 0 2.2rem; }
  @media screen and (max-width: 55em) {
    .account-navigation__link {
      padding: 0 1.5rem; } }

.account-navigation__item_active .account-navigation__link {
  font-family: "AntonioBold", Arial, Helvetica, sans-serif;
  color: #bdce33; }

.account-navigation .account-navigation__list {
  padding-left: 1.1rem; }

.account-navigation .account-navigation__item:first-child .account-navigation__link {
  padding-left: 0; }

/*** order table vars ***/
.order-table,
.credit-table {
  margin-top: 1.5rem;
  box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.3); }

.order-table__header,
.credit-table__header {
  color: #262323;
  background: url(/assets-images/locator-body-bg.jpg) top left;
  background-color: #ffffff;
  border-bottom: solid 2px #f5f5f5; }

.order-table__header-item,
.credit-table__header th {
  font-size: 2rem;
  font-family: "AntonioBold", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 700;
  line-height: 24px;
  padding: 1.1rem 0.5rem; }

/*** order row vars ***/
.order-row:nth-child(even) .order-row__header {
  color: #262323;
  background-color: #f7f7f7; }

.order-row__header_active + .order-row__order {
  border-top: solid 2px #f5f5f5; }

.order-row__header {
  background-color: #ffffff;
  border-top: 0 solid transparent; }

.order-row__header:hover {
  color: #262323 !important;
  background-color: #f7f7f7 !important; }

.order-row__header-item {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 400;
  line-height: 18px;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem; }

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

.credit-table__row {
  background-color: #ffffff; }

.credit-table__row:nth-child(odd) {
  background-color: #f7f7f7; }

.credit-table__row:hover {
  background-color: #f7f7f7; }

.credit-table td {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 400;
  line-height: 18px;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem; }

/*** order and account page vars ***/
.page_orders .checkout__title,
.page_account .checkout__title,
.page_edit_account .checkout__title {
  font-size: 2.6rem;
  line-height: 26px;
  margin-bottom: 1rem;
  margin-top: 1.6rem; }

.page_account .checkout-row__group {
  line-height: 26px; }

/*** order vars ***/
.order {
  color: #262323;
  font-size: 1.4rem;
  background-color: #ffffff; }

.order__group-title {
  font-size: 2rem;
  font-family: "AntonioRegular", Arial, Helvetica, sans-serif;
  color: #262323;
  line-height: 26px;
  margin-bottom: 0.4rem; }

.order__repeat-button {
  font-size: 1.2rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  padding: 0 1.7rem;
  transition: all .3s ease;
  background-color: #bdce33;
  border: none;
  box-shadow: none; }

.order__repeat-button:hover {
  background-color: #ffffff; }

.order__repeat-empty-basket {
  font-size: 1.2rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 2.6rem;
  line-height: 30px;
  text-decoration: underline; }

.order__repeat-empty-basket:hover {
  text-decoration: none; }

.order__group:not(:first-child) {
  margin-top: 1rem; }

.order__group_col-2 + .order__group_col-2 {
  margin-top: 0; }

.order__info {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 24px;
  color: #262323; }

.order__add-button {
  font-size: 1.2rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 1.7rem;
  min-width: 7.6rem;
  line-height: 24px;
  transition: all .3s ease;
  background-color: #bdce33;
  border: none;
  outline: none; }

.order__add-button:hover {
  background-color: #ffffff; }

.order__items-container {
  width: 85%;
  border-top: none; }

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

  .page_orders .header,
  .page_account .header {
    max-height: 7rem; } }
.order__items-deal-header-column {
  font-family: "AntonioBold", Arial, Helvetica, sans-serif;
  padding: 0 1.5rem;
  background-color: #fcffe6;
  color: #000000;
  font-size: 2rem;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase; }

.order__items-deal {
  color: #262323;
  background-color: #fcffe6; }

.order__items-deal .order__items-deal-title ~ tr:last-child > td {
  padding-bottom: 1.1rem; }

.order__items-deal .order__items-deal-title:not(:first-child) .order__items-deal-header-column {
  padding-top: 1.5rem; }

.order__items-column {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  padding: 0.1rem 0.3rem;
  font-size: 1.4rem;
  line-height: 28px;
  color: #262323;
  font-weight: 400;
  background-color: #fcffe6; }

.order__items-default .order__items-column {
  background-color: #ffffff; }

.order__items-default tr:first-child > td {
  padding-top: 1rem; }

.order__items-default tr:last-child > td {
  padding-bottom: 1rem; }

.order__items-column:first-child {
  padding-left: 1.5rem; }

.order__items-column:last-child {
  padding-right: 0; }

.order__items-attribute {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  font-style: normal;
  line-height: 14px;
  color: #747373; }

.order__items-footer,
.order__total {
  border-top-color: #ececec;
  background-color: #ffffff; }

.order__items-footer .order__items-total-title,
.order__items-footer .order__items-total-price {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 18px;
  color: #262323;
  padding-top: .9rem;
  padding-bottom: .9rem; }

.order__items-footer .order__items-total-title {
  text-align: left;
  padding-left: 1.5rem;
  text-transform: none; }

.order__items-footer .order__total .order__items-total-title,
.order__items-footer .order__total .order__items-total-price {
  font-size: 3rem;
  font-family: "AntonioBold", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px; }

.order__items-footer .order__total .order__items-total-title {
  text-align: right; }

.order-table__print-button {
  font-family: "ChaparralProItalic", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  color: #262323; }

.order-table__show-more .order-row__header-item a {
  font-size: 1.2rem;
  font-family: "ChaparralProItalic", Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: 400;
  text-decoration: underline; }

.order-table__show-more .order-row__header-item a:hover {
  text-decoration: none; }

.order-table__show-more .order-row__header-item {
  background-color: #f7f7f7; }

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

  .order-table__header {
    width: 640px; }

  .order-row.order-row_order {
    width: 640px; } }
/* HEADER LOYALTY MENU */
.header__loyalty-menu {
  margin-left: 3.2rem; }

.page_categories .header__loyalty-menu {
  margin-top: .5rem; }

.header__loyalty-menu .dropdown-menu__header-link {
  background: url(/assets-images/loyalty-menu-icon.png) left center no-repeat;
  padding-right: 0; }

.dropdown-menu__header__points-value {
  font-weight: 700; }

.dropdown-menu__body_loyalty {
  box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.25);
  background: url(/assets-images/loyalty-body-bg.jpg) left center;
  background-color: #cdcdcd;
  top: 2.8rem; }

.dropdown-menu__body:before,
.dropdown-menu__body:after {
  border-bottom-color: #cdcdcd; }

/* --------------------------------------------------------------------------
   ADVANCED LOYALTY
   (optional feature)
   --------------------------------------------------------------------------
   Can be activated by setting the "loyalty_page" boolean parameter
   - Adds a /loyalty page
   - Adds links to this page in user, account and mobile menus
   -------------------------------------------------------------------------- */
.loyalty-dropdown:before {
  background: url(/assets-images/loyalty-popup-icon.png) top right no-repeat;
  top: 2.5rem;
  right: 2.2rem;
  transform: none;
  width: 10.1rem;
  height: 10.1rem; }

.loyalty-dropdown__title {
  font-size: 3.6rem;
  font-family: "AntonioBold", Arial, Helvetica, sans-serif;
  color: #262323;
  text-transform: uppercase;
  line-height: 38px; }

.loyalty-dropdown {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 400;
  padding: 2.5rem 12.4rem 1.9rem 2rem;
  min-height: 95px; }

.loyalty-dropdown__rules p,
.loyalty-dropdown__rules p span {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 400;
  font-size: 1.4rem !important;
  line-height: 18px !important;
  color: #262323 !important;
  background-color: transparent !important; }

.loyalty-dropdown__more-link {
  font-size: 1.3rem;
  font-family: "ChaparralProItalic", Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: underline;
  transition: all .3s ease; }

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

.loyalty-dropdown__reward {
  display: block;
  width: 10.1rem;
  height: 10.1rem;
  position: absolute;
  top: 3.8rem;
  right: 2.2rem; }

.loyalty-dropdown__reward_count {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  color: #020202;
  font-family: "ThinGroteskSerifRegular", Arial, Helvetica, sans-serif;
  font-size: 6rem;
  line-height: 60px; }

.page_loyalty {
  box-sizing: border-box; }

.page_loyalty .category-navigation,
.page_loyalty .page__topbar {
  display: none; }

.page_loyalty .account-navigation {
  width: 100%; }

.loyalty-page__banner {
  background: url(/assets-images/loyalty-body-bg.jpg) left center;
  box-shadow: none;
  background-color: #cdcdcd; }

.loyalty-page__banner__title {
  font-size: 7.2rem;
  font-family: "ThinGroteskSerifRegular", Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: 400;
  line-height: 72px;
  text-transform: uppercase;
  background: url(/assets-images/loyalty-banner-title-icon.png) right top no-repeat;
  padding-right: 8.3rem;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  margin-bottom: 0; }

.loyalty-page__banner__content {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: 400;
  line-height: 20px; }

.loyalty-page__banner__p {
  color: #000000; }

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

.loyalty-page__banner__note {
  color: #000000;
  font-size: 1.2rem; }

.loyalty-page__history {
  margin-top: 1.8rem;
  box-shadow: 0px 0px 9px 5px rgba(11, 11, 11, 0.3); }

.loyalty-table__header {
  background: url(/assets-images/locator-body-bg.jpg) top left; }

.loyalty-table__header th {
  font-size: 2rem;
  font-family: "AntonioBold", Arial, Helvetica, sans-serif;
  color: #262323;
  text-transform: uppercase;
  line-height: 20px;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem; }

.loyalty-table td {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 400;
  text-transform: none;
  line-height: 20px;
  padding-top: 1rem;
  padding-bottom: 1rem; }

.loyalty-table__row {
  background-color: #fbfbfb; }

.loyalty-table__row:nth-child(odd) {
  background-color: #f7f7f7; }

.loyalty-table__row:hover {
  background-color: #f7f7f7; }

.loyalty-table__row plus {
  color: #a6b621;
  font-weight: 400; }

.loyalty-table__row minus {
  color: #ce5033;
  font-weight: 400; }

.loyalty-table__row_show-more-link {
  font-family: "ChaparralProItalic", Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  line-height: 20px;
  color: black-light;
  text-decoration: underline;
  transition: all .3s ease; }

.loyalty-table__row_show-more-link:hover {
  text-decoration: underline;
  color: #bdce33; }

.loyalty-page__howto {
  background-color: #ffffff;
  padding: 3rem 16.4rem 7rem 0; }

.loyalty-page__howto:before {
  top: 3rem;
  right: 3.8rem;
  width: 12.6rem;
  height: 12.6rem;
  background: url("/assets-images/points-bg.png") top left no-repeat;
  transform: none; }

.loyalty-page__howto__wrapper {
  color: #000000;
  font-weight: 400; }

.loyalty-page__howto__title {
  font-size: 2.6rem;
  font-family: "AntonioBold", Arial, Helvetica, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 26px; }

.loyalty-page__howto__content,
.loyalty-page__howto__content p,
.loyalty-page__howto__content p span {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.4rem !important;
  line-height: 24px !important;
  color: #262323 !important;
  background-color: transparent !important; }

.loyalty-page__howto__reward {
  display: block;
  width: 12.6rem;
  height: 12.6rem;
  position: absolute;
  top: 4.8rem;
  right: 3.8rem; }

.loyalty-page__howto__reward_count {
  font-family: "ThinGroteskSerifRegular", Arial, Helvetica, sans-serif;
  font-size: 7.5rem;
  line-height: 75px;
  color: #020202;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center; }

@media screen and (max-width: 30em) {
  .loyalty-page__howto__reward {
    position: relative;
    top: 2.5rem;
    margin: 0 auto; } }
.step4_loyalty_points,
.step4_loyalty_content {
  min-height: 14.7rem;
  display: inline-block;
  vertical-align: top; }

.step4_loyalty_points {
  width: 32%; }

.step4_loyalty_points .step4_loyalty_points-reward {
  display: block;
  width: 12.6rem;
  height: 12.6rem;
  background: url("/assets-images/points-bg.png") 0 0 no-repeat;
  margin-top: 0;
  margin-left: 3.5rem;
  position: relative; }
  @media screen and (max-width: 40em) {
    .step4_loyalty_points .step4_loyalty_points-reward {
      margin-left: 2rem; } }

.step4_loyalty_points-reward_count {
  font-family: "ThinGroteskSerifRegular", Arial, Helvetica, sans-serif;
  font-size: 7.5rem;
  color: #000000;
  position: absolute;
  top: 1.7rem;
  width: 100%;
  text-align: center; }

.step4_loyalty_content {
  width: 67%; }

.step4_loyalty_info {
  width: 67%;
  display: inline-block;
  vertical-align: top; }

.checkout-loyalty__teaser,
.checkout-loyalty__cannot-use {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #262323;
  line-height: 18px; }

.checkout-loyalty__teaser {
  margin-bottom: 3.5rem;
  padding-bottom: 4rem;
  padding-left: 3.5rem;
  border-bottom: solid 1px #f0f0f0; }
  @media screen and (max-width: 40em) {
    .checkout-loyalty__teaser {
      padding-left: 2rem; } }
  @media screen and (max-width: 33em) {
    .checkout-loyalty__teaser {
      padding-left: 0; } }

.checkout-loyalty__balance {
  font-family: "AntonioBold", Arial, Helvetica, sans-serif;
  font-size: 2.6rem;
  color: #000000;
  line-height: 28px; }

.checkout__form .checkout-loyalty__use-label {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  color: #262323;
  line-height: 18px;
  padding-left: 2.5rem;
  box-sizing: border-box;
  display: block;
  position: relative; }

.checkout__form .checkout-loyalty__use-text {
  line-height: 18px;
  display: block; }

.checkout__form .checkout-loyalty__use-text:before,
.checkout__form .checkout-loyalty__use-text:after {
  left: -2.5rem;
  border-radius: 0;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.checkout__form .checkout-loyalty__use-text:before {
  border: 0.1rem solid #000000;
  background-color: #ffffff; }

.checkout__form .checkout-loyalty__use-text:after {
  width: 1rem;
  height: 1rem;
  background-color: #ffffff;
  border: none;
  top: .4rem;
  left: .4rem; }

.checkout__form .checkout-loyalty__use-input:checked + .checkout-loyalty__use-text:after {
  background-color: #bdce33;
  z-index: 2;
  display: block; }

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

@media screen and (max-width: 33em) {
  .step4_loyalty_points .step4_loyalty_points-reward {
    margin-left: auto;
    margin-right: auto; }

  .checkout__form_loyalty-points .checkout-loyalty {
    padding-top: 2rem; }

  .step4_loyalty_points {
    display: block;
    width: 100%; }

  .checkout-loyalty .step4_loyalty_info {
    width: 100%; }

  .checkout__form .checkout-loyalty__balance {
    text-align: center; }

  .step4_loyalty_points {
    display: block;
    margin-left: auto;
    margin-right: auto; } }
/* ACCOUNT PAGE & EDIT ACCOUNT PAGES */
.page_account,
.page_edit_account {
  box-sizing: border-box; }

.page_account .page__topbar,
.page_account .category-navigation,
.page_edit_account .page__topbar,
.page_edit_account .category-navigation {
  display: none; }

.page_account .account-navigation,
.page_edit_account .account-navigation {
  width: 100%; }

.page_account .checkout-row__label,
.page_account .checkout-row__group {
  line-height: 30px; }

.checkout-row__field-textarea {
  height: 10rem; }

.checkout-row__hint {
  font-size: 1.4rem; }

.page_edit_account .nice-select__container {
  min-width: 18rem; }

.page_edit_account .nice-select__container .nice-select {
  width: 100%; }

/* PAGE CREDIT and NEW CREDIT */
.page_credit,
.page_credit_new {
  box-sizing: border-box; }

.page_credit .account-navigation,
.page_credit_new .account-navigation {
  width: 100%; }

.page_credit .category-navigation,
.page_credit .page__topbar {
  display: none; }

.page_credit_new .category-navigation,
.page_credit_new .page__topbar {
  display: none; }

.header__loyalty-menu,
.header__user-menu,
.header__shop-menu {
  z-index: 902; }

.dropdown-menu_loyalty .dropdown-menu__body,
.dropdown-menu_user .dropdown-menu__body,
.dropdown-menu_shop .dropdown-menu__body {
  transform: scale(0) translateY(-20px); }

[data-dropdown-open] .dropdown-menu__body {
  transform: scale(1) translateY(0); }

.dropdown-menu_shop .dropdown-menu__body {
  transform: scale(0); }

.dropdown-menu_shop .shop-info__google-maps iframe {
  display: none; }

.dropdown-menu_shop[data-dropdown-open] .dropdown-menu__body {
  transform: scale(1); }

.dropdown-menu_shop[data-dropdown-open] .dropdown-menu__body .shop-info__google-maps iframe {
  display: block; }

.page_order_step4 {
  box-sizing: border-box; }

.page_order_step4 .page__topbar {
  display: none; }

.page_order_step5 .account-navigation,
.page_thank_you .account-navigation,
.page_locator .account-navigation,
.page_locator .checkout-navigation,
.page_orders .checkout-navigation,
.page_loyalty .checkout-navigation,
.page_credit .checkout-navigation,
.page_credit_new .checkout-navigation,
.page_account .checkout-navigation,
.page_edit_account .checkout-navigation {
  display: none; }

.checkout__fieldset {
  max-width: 63rem; }

.checkout-row {
  padding-left: 12.5rem;
  padding-right: 12.5rem; }

.checkout-row__label {
  width: 12.5rem;
  margin-left: -12.5rem; }

.checkout-row__label,
.checkout-row__group-label,
.checkout-variant__label,
.checkout-variant__select-label,
.card-entry__label,
.card-entry__saved-card-label {
  line-height: 18px;
  padding-top: .7rem; }

.page_order_step3 .checkout__title,
.page_order_step4 .checkout__title,
.page_order_step5 .checkout__title {
  margin-top: 0; }

.page_orders .checkout__title {
  margin-top: 2rem; }
  @media screen and (max-width: 52.5em) {
    .page_orders .checkout__title {
      margin-top: 0; } }

.page_order_step4 .checkout-variant .checkout-variant__label {
  padding-top: 0;
  line-height: 22px;
  display: block; }

.page_order_step4 .checkout-variant__text {
  line-height: 22px; }

.page_order_step4 .checkout-variant__text:before,
.page_order_step4 .checkout-variant__text:after {
  margin-top: .3rem; }

.page_order_step4 .card-entry__group .nice-select__container {
  width: 100%; }

.page_order_step4 .card-entry__group .nice-select__container .nice-select {
  width: 70%;
  margin-top: .4rem; }

.checkout__section + .checkout__section_address {
  padding-top: 4.5rem; }

.checkout__section_address .nice-select__container {
  width: 50%; }

.checkout__section_address .nice-select__container .nice-select {
  width: 100%; }

.checkout-variant__radio {
  opacity: 0; }

.checkout-variant__text {
  position: relative; }

.checkout-variant__text:before,
.checkout-variant__text:after {
  content: "";
  border-radius: 5rem;
  box-sizing: border-box;
  position: absolute; }

.checkout-variant__text:before {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border: 0.1rem solid #262323;
  background-color: #ffffff;
  top: 0;
  left: -3.2rem; }

.checkout-variant__text:after {
  display: none;
  width: 1rem;
  height: 1rem;
  background-color: #bdce33;
  top: .3rem;
  left: -2.9rem; }

.checkout-variant__radio:checked ~ .checkout-variant__text {
  font-weight: 400; }

.checkout-variant__radio:checked ~ .checkout-variant__text:after {
  display: block; }

.card-entry__input {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  color: #262323;
  font-weight: 400;
  text-transform: none;
  line-height: 18px;
  border: solid .1rem #cecece;
  padding: .5rem 1rem;
  height: 3rem; }

.card-entry__fieldset {
  max-width: 63rem; }

.card-entry__checkbox-wrapper {
  position: relative; }

.card-entry__checkbox-wrapper .card-entry__checkbox {
  opacity: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0; }

.card-entry__checkbox-wrapper .card-entry__checkbox-helper {
  position: relative;
  height: 1.6rem;
  margin-top: .9rem; }

.card-entry__checkbox-wrapper .card-entry__checkbox-helper:before,
.card-entry__checkbox-wrapper .card-entry__checkbox-helper:after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  box-sizing: border-box;
  position: absolute;
  margin-top: .9rem; }

.card-entry__checkbox-wrapper .card-entry__checkbox-helper:before {
  border: solid 1px #000000;
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: 1; }

.card-entry__checkbox-wrapper .card-entry__checkbox-helper:after {
  width: .8rem;
  height: .8rem;
  top: .4rem;
  left: .4rem;
  z-index: 2;
  background-color: #bdce33;
  display: none; }

.card-entry__checkbox-wrapper .card-entry__checkbox:checked ~ .card-entry__checkbox-helper:after {
  display: block; }

.page_credit_new .checkout__title {
  margin-top: 0; }

.page_credit_new .card-entry__group .nice-select__container {
  width: 70%; }

.page_credit_new .card-entry__group .nice-select__container .nice-select {
  width: 100%; }

.credit-load__summary {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 18px;
  color: #262323; }

.credit-load__summary__load,
.credit-load__summary__credit {
  margin-bottom: 1rem; }

.credit-load__summary__load-amount {
  color: #bdce33; }

.product__pictos {
  display: block;
  width: 100%;
  font-size: 0;
  margin-top: -.2rem; }

.product__picto {
  display: inline-block;
  vertical-align: top;
  width: 2.9rem;
  height: 4.1rem; }

.product__picto + .product__picto {
  margin-left: .9rem; }

.product__picto_arachide {
  background: url(/assets-images/tag-arachide-icon.png) left bottom no-repeat; }

.product__picto_fruits {
  background: url(/assets-images/tag-fruits-icon.png) left bottom no-repeat; }

.product__picto_sans_gluten {
  background: url(/assets-images/tag-sans-gluten-icon.png) left bottom no-repeat; }

.product__picto_sans_lactose {
  background: url(/assets-images/tag-sans-lactose-icon.png) left bottom no-repeat; }

.product__picto_vegan {
  background: url(/assets-images/tag-vegan-icon.png) left bottom no-repeat; }

.product__picto_vegetarien {
  background: url(/assets-images/tag-vegetarien-icon.png) left bottom no-repeat; }

.product__sku-value {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 20px;
  color: #aaa;
  border-bottom: solid .1rem #aaa;
  text-transform: uppercase;
  width: 100%;
  display: block; }

.basket-upselling__title {
  font-family: "AntonioBold", Arial, Helvetica, sans-serif;
  font-size: 2.6rem;
  color: #262323;
  font-weight: null;
  text-transform: uppercase;
  white-space: normal;
  word-break: break-word;
  padding-bottom: .6rem;
  box-sizing: border-box;
  position: relative; }

.basket-upselling__title:after {
  display: block;
  content: "";
  width: 8.4rem;
  height: .2rem;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1; }

.basket-upselling__description {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #262323;
  text-transform: none;
  line-height: 26px; }

.basket-upselling__footer {
  display: block;
  margin-top: 1.5rem; }

.basket-upselling__footer .nice-select__container,
.basket-upselling__footer .nice-select {
  display: block;
  width: 100%;
  float: none; }

.basket-upselling__footer .nice-select__container .list {
  max-width: 100%; }

.basket-upselling__button {
  display: block;
  width: 100%;
  margin-top: 1.5rem;
  border: solid 0.2rem #bdce33;
  box-sizing: border-box;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #bdce33;
  padding: 1.3rem 0;
  background-color: #ffffff;
  transition: all .3s ease; }

.basket-upselling__button:hover {
  background-color: #bdce33;
  color: #ffffff; }

.product__picture-content {
  display: block;
  width: 5.9rem;
  height: 8rem;
  position: absolute;
  top: .5rem;
  left: .5rem;
  background: url(/assets-images/72h-avant.png) top left no-repeat; }

.category-navigation_mobile .category-navigation__list {
  margin-top: 0;
  padding: 0; }

.category-navigation__item .category-navigation__link {
  border-bottom: solid .2rem transparent; }

.category-navigation__item_active .category-navigation__link {
  font-weight: 700;
  color: #bdce33;
  border-bottom: solid 0.2rem #bdce33; }

.product__picture-container {
  position: relative; }

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

  .product_improved .product__picture-container {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%); }

  .product__picture-content {
    width: 2.95rem;
    height: 4rem;
    top: .5rem;
    left: .5rem;
    background-size: 2.95rem 4rem; }

  .product {
    border-top: solid .1rem #f6f6f6;
    margin-bottom: 0;
    padding-bottom: 0; }
    .product__top {
      padding-right: 13rem; }

  .product .product__name {
    margin-top: -.2rem;
    padding-right: 0; }

  .product_improved .product__mobile-price {
    margin-top: 1.8rem;
    font-family: "AntonioBold", Arial, Helvetica, sans-serif;
    font-size: 2.6rem;
    text-transform: uppercase;
    padding-right: 13rem; }

  .product_improved .product__mobile-price-from,
  .product_improved .product__mobile-price-value {
    font-size: 2.6rem; }

  .product_improved .product__mobile-price-from {
    color: #dcdcdc; }

  .product_improved .product__mobile-price-value {
    color: #bdce33; }

  .category__products .product:last-child {
    border-bottom: solid .1rem #f6f6f6;
    margin-bottom: 2.5em; }

  .mobile-basket-button {
    color: #ffffff;
    background-color: #bdce33; }

  .mobile-basket-button__part {
    font-family: "AntonioBold", Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    text-transform: uppercase; }

  .mobile-basket-button__part + .mobile-basket-button__part {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 700; }

  .mobile-basket-button__nb-items {
    font-size: 1.4rem; }

  .mobile-basket-button .mobile-basket-button__icon {
    border-bottom-width: .2rem;
    margin-top: -.3rem;
    padding-bottom: 0; }

  .mobile-basket-button .mobile-basket-button__icon:before,
  .mobile-basket-button .mobile-basket-button__icon:after {
    border-left-width: .2rem; }

  .shop-info_mobile {
    margin-top: 0;
    box-shadow: none;
    max-width: 100%;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem; }

  .shop-info:before,
  .shop-info:after {
    display: none; }

  .shop-info_mobile .shop-info__feature-title {
    font-family: "AntonioBold", Arial, Helvetica, sans-serif; }

  .shop-info_mobile .shop-info__link {
    font-family: "ChaparralProItalic", Arial, Helvetica, sans-serif;
    font-size: 1.3rem;
    text-decoration: underline;
    transition: all .3s ease; }

  .shop-info_mobile .shop-info__link:hover {
    color: #bdce33;
    text-decoration: underline; } }
@media screen and (max-width: 52.5em) {
  .shop-info__title,
  .shop-info__social-icons {
    display: block;
    width: 100%;
    margin-bottom: 1em;
    float: none; }

  .shop-info__social-icons .social-icons {
    text-align: left; }

  .shop-info__social-icons .social-icons .social-icons__icon:first-child .social-icons__link {
    margin-left: 0; } }
@media screen and (max-width: 23.75em) {
  .product_improved .product__picture-container {
    position: relative;
    right: 0;
    float: none;
    transform: none;
    display: block;
    max-width: 300px;
    width: 100%;
    margin: 0 auto 1.5rem; }

  .product__top {
    padding-right: 0; }
  .product__picture {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto; }

  .product_improved .product__mobile-price {
    padding-right: 0; } }
.page_deal_wizard .checkout-navigation,
.page_deal_wizard .account-navigation {
  display: none; }

.page_deal_wizard .product__name:after {
  display: none; }

.page_deal_wizard .product__name .product__name-wrapper {
  position: relative;
  padding-bottom: 0; }

.page_deal_wizard .product__name .product__name-wrapper {
  padding-bottom: .4rem; }

.page_deal_wizard .product__name .product__name-wrapper:after {
  display: block;
  content: "";
  width: 8.4rem;
  height: .2rem;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1; }

.page_deal_wizard .product__tags-content {
  margin-top: 2rem; }

.page_deal_wizard .popup__title .product__tags-content {
  margin-top: 0; }

.page_order_step4 .checkout-variant__text {
  padding-left: 3.3rem; }

.page_order_step4 .checkout-variant__text:before {
  left: 0; }

.page_order_step4 .checkout-variant__text:after {
  left: .3rem; }

.page_order_step4 .card-entry__instructions,
.page_order_step4 .card-entry__new-card {
  padding-left: 3.3rem; }

@media screen and (max-width: 62em) {
  .page_order_step4 .checkout-variant {
    padding-left: 0; } }
@media screen and (max-width: 60em) {
  .page_edit_account .content__main {
    width: 100%; } }
@media screen and (max-width: 52.5em) {
  .page_categories,
  .page_deal_wizard {
    padding-bottom: 5rem; }

  .page_login,
  .page_forgot_password,
  .page_deal_wizard,
  .page_order_step2,
  .page_order_step4,
  .page_order_step3,
  .page_order_step5,
  .page_thank_you,
  .page_credit,
  .page_credit_new,
  .page_account,
  .page_edit_account {
    padding-top: 8rem; }

  .content__main .category__title,
  .content__main .deal-wizard__title {
    padding-left: 2rem;
    padding-right: 2rem;
    white-space: normal;
    word-break: break-word; }

  .checkout__section {
    box-sizing: border-box;
    padding-left: 2rem;
    padding-right: 2rem; }

  .checkout-row__label,
  .checkout-row__group-label,
  .checkout-variant__label,
  .checkout-variant__select-label,
  .card-entry__label,
  .card-entry__saved-card-label {
    width: 100%;
    margin-left: 0;
    display: block; }

  .page_order_step3,
  .page_order_step4,
  .page_order_step5,
  .page_thank_you {
    padding-top: 13rem; }

  .page_orders,
  .page_loyalty {
    padding-top: 8rem; }

  .page_order_step3 .checkout-navigation__list,
  .page_order_step4 .checkout-navigation__list,
  .page_order_step5 .checkout-navigation__list,
  .page_thank_you .checkout-navigation__list {
    padding-left: 0; }

  .page_order_step3 .checkout__footer {
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box; }

  .page_order_step4 .card-entry__row,
  .page_credit_new .card-entry__row {
    padding-left: 0; }

  .content__main.loyalty-page {
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box; }

  .credit-page__history > .credit-page__history {
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box; }

  .page_account .checkout-row {
    padding-left: 0;
    padding-right: 0; } }
@media screen and (max-width: 40em) {
  .checkout-row {
    padding-left: 0;
    padding-right: 0; }

  .page_order_step3 .checkout-variant,
  .page_order_step3 .checkout-variant__label {
    padding-left: 0; }

  .page_order_step3 .checkout-variant__select {
    padding-left: 3.3rem; }

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

  .page_order_step3 .checkout-variant__helper {
    padding-left: 3.3rem;
    margin-top: 1rem; }

  .page_order_step4 .nice-select__container,
  .page_order_step4 .card-entry__group .nice-select__container .nice-select,
  .page_credit_new .card-entry__group .nice-select__container,
  .page_credit_new .card-entry__group .nice-select__container .nice-select {
    width: 100%; }

  .page_order_step4 .card-entry__input_middle,
  .page_credit_new .card-entry__input_middle {
    width: 50%; }

  .page_order_step4 .card-entry__input_small,
  .page_credit_new .card-entry__input_small {
    width: 25%; }

  .page_credit .credit-page__header,
  .page_credit .credit-page__status,
  .page_credit .credit-page__form {
    box-sizing: border-box;
    padding-left: 2rem;
    padding-right: 2rem; }

  .credit-page__history > .credit-page__history {
    overflow-x: auto;
    width: 100%;
    padding-bottom: 2rem; }

  .credit-page__history__table {
    width: 100%;
    min-width: 42rem; } }
@media screen and (max-width: 30em) {
  .checkout__section_address .nice-select__container,
  .checkout__section_address .nice-select {
    width: 100%; }

  .checkout-navigation__item_active ~ .checkout-navigation__item:last-child,
  .checkout-navigation__item:last-child {
    padding-right: 0; }

  .loyalty-page__howto {
    padding-right: 0;
    padding-bottom: 13rem; }

  .loyalty-page__howto:before {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0); }

  .loyalty-page__howto__reward {
    position: absolute;
    top: auto;
    bottom: 3.3rem;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0); }

  .loyalty-page__howto__reward_count {
    top: auto;
    bottom: 0; } }
@media screen and (max-width: 26.25em) {
  .page_loyalty .loyalty-page__banner__title {
    padding-right: 0;
    width: 100%;
    background: none;
    text-align: center;
    font-size: 6.2rem; }

  .page_credit .credit-page__form__input,
  .page_credit .credit-page__form__button {
    width: 100%; } }
@media screen and (max-width: 23.75em) {
  .page_edit_account .form-buttons .form-buttons__button {
    display: block;
    width: 100%; } }
@media screen and (max-width: 21.25em) {
  .page_order_step5 .checkout-navigation__item {
    padding-left: .8rem;
    padding-right: .8rem; } }
/* PRODUCT FILTERS STYLES */
.product-filter {
  margin-bottom: 1rem; }

@media screen and (max-width: 52.5em) {
  .product-filter {
    box-sizing: border-box;
    padding-left: 2rem;
    padding-right: 2rem; } }
.product-filter__list {
  margin-bottom: 0; }

.product-filter__summary {
  margin-bottom: 3rem; }

.product-filter__summary-link {
  font-family: "ChaparralProItalic", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #000000;
  line-height: 18px;
  text-decoration: underline;
  transition: all .3s ease; }

.product-filter__summary-link:hover {
  text-decoration: underline;
  color: #bdce33; }

.product-filter__list {
  font-size: 0; }

.product-filter__item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2rem;
  margin-right: 3rem; }

.product-filter__list .product-filter__item:last-child {
  margin-right: 0; }

.product-filter__label {
  display: block;
  width: 8.5rem;
  height: 10.8rem;
  position: relative;
  cursor: pointer; }

.product-filter__input {
  opacity: 0; }

.product-filter__item .product-filter__name:before {
  content: "";
  display: block;
  width: 8.5rem;
  height: 10.8rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.product-filter__item_all .product-filter__name:before {
  background: url("/assets-images/product-filter-icon-all.png") top left no-repeat; }

.product-filter__item_arachide .product-filter__name:before {
  background: url("/assets-images/product-filter-icon-arachide.png") top left no-repeat; }

.product-filter__item_fruits .product-filter__name:before {
  background: url("/assets-images/product-filter-icon-fruits.png") top left no-repeat; }

.product-filter__item_sans-gluten .product-filter__name:before {
  background: url("/assets-images/product-filter-icon-gluten.png") top left no-repeat; }

.product-filter__item_sans-lactose .product-filter__name:before {
  background: url("/assets-images/product-filter-icon-lactose.png") top left no-repeat; }

.product-filter__item_vegan .product-filter__name:before {
  background: url("/assets-images/product-filter-icon-vegan.png") top left no-repeat; }

.product-filter__item_vegetarien .product-filter__name:before {
  background: url("/assets-images/product-filter-icon-vegetarien.png") top left no-repeat; }

.product-filter__item_all .product-filter__input:checked + .product-filter__name:before {
  background: url("/assets-images/product-filter-icon-all-active.png") top left no-repeat; }

.product-filter__item_arachide .product-filter__input:checked + .product-filter__name:before {
  background: url("/assets-images/product-filter-icon-arachide-active.png") top left no-repeat; }

.product-filter__item_fruits .product-filter__input:checked + .product-filter__name:before {
  background: url("/assets-images/product-filter-icon-fruits-active.png") top left no-repeat; }

.product-filter__item_sans-gluten .product-filter__input:checked + .product-filter__name:before {
  background: url("/assets-images/product-filter-icon-gluten-active.png") top left no-repeat; }

.product-filter__item_sans-lactose .product-filter__input:checked + .product-filter__name:before {
  background: url("/assets-images/product-filter-icon-lactose-active.png") top left no-repeat; }

.product-filter__item_vegan .product-filter__input:checked + .product-filter__name:before {
  background: url("/assets-images/product-filter-icon-vegan-active.png") top left no-repeat; }

.product-filter__item_vegetarien .product-filter__input:checked + .product-filter__name:before {
  background: url("/assets-images/product-filter-icon-vegetarien-active.png") top left no-repeat; }

@media screen and (max-width: 52.5em) {
  .product-filter__label,
  .product-filter__item .product-filter__name:before,
  .product-filter__item_all .product-filter__input:checked + .product-filter__name:before,
  .product-filter__item_arachide .product-filter__input:checked + .product-filter__name:before,
  .product-filter__item_fruits .product-filter__input:checked + .product-filter__name:before,
  .product-filter__item_sans-gluten .product-filter__input:checked + .product-filter__name:before,
  .product-filter__item_sans-lactose .product-filter__input:checked + .product-filter__name:before,
  .product-filter__item_vegan .product-filter__input:checked + .product-filter__name:before,
  .product-filter__item_vegetarien .product-filter__input:checked + .product-filter__name:before {
    width: 5.95rem;
    height: 7.56rem;
    background-size: 5.95rem 7.56rem; }

  .product-filter__list {
    text-align: center; }

  .product-filter__item {
    margin-left: 1.5rem;
    margin-right: 1.5rem; }

  .product-filter__summary {
    text-align: center; } }
.page_order_step4 .checkout__section_payment {
  box-sizing: border-box; }
  .page_order_step4 .checkout__section_payment .checkout__fieldset {
    max-width: 100%; }
    .page_order_step4 .checkout__section_payment .checkout__fieldset .checkout-variant {
      padding-left: 35px;
      box-sizing: border-box; }
      @media screen and (max-width: 40em) {
        .page_order_step4 .checkout__section_payment .checkout__fieldset .checkout-variant {
          padding-left: 2rem; } }
      @media screen and (max-width: 40em) {
        .page_order_step4 .checkout__section_payment .checkout__fieldset .checkout-variant {
          padding-left: 0; } }

.page_login .checkout__footer .form-buttons__button {
  min-width: 170px;
  width: 170px; }

.basket__upselling {
  background: url("/assets-images/locator-bg.jpg") top left;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  padding: 2.7rem 1.7rem;
  text-align: center;
  margin-top: 2rem; }
  .basket__upselling .basket-upselling {
    position: relative; }
    .basket__upselling .basket-upselling__header {
      margin-bottom: 1.5rem; }
    .basket__upselling .basket-upselling__title {
      padding-bottom: 0;
      line-height: 28px; }
      .basket__upselling .basket-upselling__title:after {
        display: none; }
    .basket__upselling .basket-upselling__description {
      margin-top: 1rem;
      line-height: 20px; }
    .basket__upselling .basket-upselling__image {
      display: block;
      margin: 0 auto; }
    .basket__upselling .basket-upselling__select {
      line-height: 36px;
      height: 38px;
      border: solid 1px #aeadad;
      background-color: #ffffff;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 1.4rem;
      line-height: 16px;
      color: #262323;
      text-transform: none;
      box-sizing: border-box;
      padding: 1rem 1.8rem;
      padding-right: 2.9rem;
      font-weight: 400; }
      .basket__upselling .basket-upselling__select .current {
        font-weight: 400;
        color: #262323;
        line-height: 16px; }
      .basket__upselling .basket-upselling__select:after {
        width: 6px;
        height: 6px;
        right: 1.4rem; }
    .basket__upselling .basket-upselling__button {
      margin-top: .8rem;
      border: solid 2px #green-main;
      line-height: 16px;
      padding-top: .9rem;
      padding-bottom: .9rem;
      background-color: #bdce33;
      color: #ffffff; }
      .basket__upselling .basket-upselling__button:hover {
        color: #bdce33;
        background-color: #ffffff; }

.basket__footer-red-message {
  background-color: #d3583c;
  color: #ffffff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 16px;
  font-weight: 400; }

@media screen and (max-width: 40em) {
  [data-locator-selected-method=collection] .locator-restaurant__content_embed-map,
  [data-google-locator-instance] .locator-restaurant__content_embed-map {
    padding-left: 0; } }

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

.category-banner__link {
  display: block;
  margin: 0 auto;
  width: 100%; }
  .category-banner__link img {
    display: block; }
  .category-banner__link_mobile {
    display: none; }
  @media screen and (max-width: 52.5em) {
    .category-banner__link {
      display: none; }
      .category-banner__link_mobile {
        display: block; } }

.category-banner__image {
  display: block; }
  .category-banner__image_mobile {
    display: none; }
  @media screen and (max-width: 52.5em) {
    .category-banner__image {
      display: none; }
      .category-banner__image_mobile {
        display: block; } }

.page_categories .category__title,
.page_menu .category__title {
  display: none; }

.extra-section {
  display: block;
  width: 100%;
  margin-top: 3rem;
  border-top: solid 1px #f0f0f0;
  border-bottom: solid 1px #f0f0f0;
  padding: 3.3rem 3.5rem 4rem;
  box-sizing: border-box; }
.extra-section__title {
  font-family: "AntonioBold", Arial, Helvetica, sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 34px;
  color: #000;
  text-align: center;
  margin-bottom: 2rem; }
.extra-section__description {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 20px;
  color: #262323;
  text-align: center; }
.extra-section__row {
  display: block;
  width: 100%;
  margin-top: 2rem;
  text-align: center;
  font-size: 0; }
.extra-section__input, .extra-section__label, .extra-section__text {
  display: inline-block;
  vertical-align: top; }
.extra-section__input {
  font-family: "AntonioBold", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  color: #262323;
  text-transform: none;
  line-height: 18px;
  border: solid .1rem #cecece;
  padding: .5rem 1rem;
  height: 3rem;
  text-align: center;
  width: 10rem;
  margin-left: 1rem;
  margin-right: 1rem;
  box-sizing: border-box; }
.extra-section__label, .extra-section__text {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #262323;
  font-weight: 400;
  text-transform: none;
  line-height: 24px;
  margin-top: .3rem;
  width: calc(50% - 60px); }
.extra-section__label {
  text-align: right; }
.extra-section__text {
  text-align: left; }
.extra-section__warning {
  display: none;
  margin: 1rem 0;
  color: #f00;
  text-align: center; }
.extra-section__warning_show {
  display: block; }
.extra-section__input_warning {
  border-color: #f00 !important; }
@media screen and (max-width: 36.25em) {
  .extra-section__label, .extra-section__text {
    display: block;
    margin: 0;
    width: 100%;
    text-align: center; }
  .extra-section__input {
    display: block;
    margin: 1rem auto;
    width: 20rem; } }

.card-entry__paygreen-cb,
.card-entry__paygreen-trd,
.card-entry__paygreen-restoflash,
.card-entry__paygreen-lunchr {
  position: relative; }
  .card-entry__paygreen-cb .card-entry__radio,
  .card-entry__paygreen-trd .card-entry__radio,
  .card-entry__paygreen-restoflash .card-entry__radio,
  .card-entry__paygreen-lunchr .card-entry__radio {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .card-entry__paygreen-cb > span,
  .card-entry__paygreen-trd > span,
  .card-entry__paygreen-restoflash > span,
  .card-entry__paygreen-lunchr > span {
    display: block;
    padding-left: 3.3rem;
    font-size: 1.4rem;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #262323;
    font-weight: 400;
    text-transform: none;
    line-height: 16px;
    position: relative; }
    .card-entry__paygreen-cb > span:before, .card-entry__paygreen-cb > span:after,
    .card-entry__paygreen-trd > span:before,
    .card-entry__paygreen-trd > span:after,
    .card-entry__paygreen-restoflash > span:before,
    .card-entry__paygreen-restoflash > span:after,
    .card-entry__paygreen-lunchr > span:before,
    .card-entry__paygreen-lunchr > span:after {
      content: "";
      border-radius: 5rem;
      box-sizing: border-box;
      position: absolute;
      left: 0;
      top: 0; }
    .card-entry__paygreen-cb > span:before,
    .card-entry__paygreen-trd > span:before,
    .card-entry__paygreen-restoflash > span:before,
    .card-entry__paygreen-lunchr > span:before {
      display: block;
      width: 1.6rem;
      height: 1.6rem;
      border: 0.1rem solid #262323;
      background-color: #ffffff; }
    .card-entry__paygreen-cb > span:after,
    .card-entry__paygreen-trd > span:after,
    .card-entry__paygreen-restoflash > span:after,
    .card-entry__paygreen-lunchr > span:after {
      display: none;
      width: 1rem;
      height: 1rem;
      background-color: #bdce33;
      margin: .3rem; }
  .card-entry__paygreen-cb .card-entry__radio:checked ~ span,
  .card-entry__paygreen-trd .card-entry__radio:checked ~ span,
  .card-entry__paygreen-restoflash .card-entry__radio:checked ~ span,
  .card-entry__paygreen-lunchr .card-entry__radio:checked ~ span {
    font-weight: 400; }
  .card-entry__paygreen-cb .card-entry__radio:checked ~ span:after,
  .card-entry__paygreen-trd .card-entry__radio:checked ~ span:after,
  .card-entry__paygreen-restoflash .card-entry__radio:checked ~ span:after,
  .card-entry__paygreen-lunchr .card-entry__radio:checked ~ span:after {
    display: block; }

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