@charset "UTF-8";
/* ==========================================================================
   GENERAL
   ========================================================================== */
/* Imports
   -------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=cyrillic,greek");
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=cyrillic");
@font-face {
  font-family: 'fontello';
  src: url("/assets-fonts/fontello.woff2") format("woff2"), url("/assets-fonts/fontello.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* Fonts
   -------------------------------------------------------------------------- */
/* Base font
   -------------------------------------------------------------------------- */
body {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  background: #edeef0 url("/assets-images/background.jpg") center no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  background-attachment: fixed; }

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

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

.page_index .header {
  background: transparent; }

.header_with-navigation {
  padding-bottom: 3rem; }

.page_index .page__header {
  padding-bottom: 24rem;
  -webkit-background-size: cover !important;
  background-size: cover !important; }

.page_index .page__header.fixed-topbar {
  background: url("/assets-images/bg-banner.jpg") center no-repeat;
  padding-bottom: 0rem;
  -webkit-background-size: cover;
  background-size: cover; }

.page_locator .header {
  padding-bottom: 0; }

.header__logo-image {
  max-width: 210px; }

.header__logo-index {
  display: none; }

.page_index .header__logo-image {
  display: none; }

.page_index .header__logo-index_desktop {
  display: block; }

.page_index .header__logo {
  display: block;
  max-width: 95px;
  margin: 1.5rem auto 0;
  float: none; }

.header__work-menu {
  float: right;
  padding: .8em 1em 1em 1.3em; }
  .header__work-menu-link {
    text-transform: uppercase;
    text-decoration: none; }
    .header__work-menu-link:hover {
      text-decoration: underline; }

@media screen and (max-width: 52.5em) {
  .header__work-menu {
    display: none; }

  .header {
    padding: .1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .page_index .header__logo {
    margin-top: 1.2rem;
    width: 191px;
    max-width: 100%; }

  .page_index .header__logo-index_desktop {
    display: none; }

  .page_index .header__logo-index_mobile {
    display: block; }

  .header__logo-image {
    max-width: 175px; }

  .index-connected-customer__item + .index-connected-customer__item {
    margin-top: 1.5rem; } }
/* Page footer
   -------------------------------------------------------------------------- */
.footer {
  color: rgba(255, 255, 255, 0.78);
  background-color: #313131; }

.footer__wrapper {
  padding: 0; }

.page__footer-small {
  padding: .2em 0; }

.page__footer-big {
  display: none; }

.page_index .page__footer-big, .page_message_sent .page__footer-big, .page_about_us .page__footer-big, .page_contact .page__footer-big, .page_restaurant_page .page__footer-big, .page_career .page__footer-big, .page_static .page__footer-big {
  display: block; }

.page_index .page__footer-small, .page_message_sent .page__footer-small, .page_about_us .page__footer-small, .page_contact .page__footer-small, .page_restaurant_page .page__footer-small, .page_career .page__footer-small, .page_static .page__footer-small {
  display: none; }

.footer__credits {
  padding: 10px 0 15px;
  float: none;
  text-align: center;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.2rem; }

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

.footer__link {
  color: rgba(255, 255, 255, 0.78);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-decoration: none; }

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

.footer .social-icons__link {
  margin: 0;
  padding: .5em;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%; }

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

.footer_credits_top {
  border-top: 1px solid rgba(113, 123, 131, 0.3);
  padding: 2rem 11.2rem 0;
  margin-top: .5em;
  text-align: center;
  color: rgba(223, 223, 227, 0.6);
  font-size: 1.2rem;
  line-height: 1.5; }

@media screen and (max-width: 52.55em) {
  .footer {
    text-align: left; }

  .page__footer-small {
    padding: 0; }

  .footer__wrapper {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 4%; }

  .footer__credits {
    margin: 10px -4% 0;
    padding: 10px 0 12px;
    background: rgba(0, 0, 0, 0.14); }

  .page__footer-small .footer__credits {
    margin-top: 0;
    background: #2d2d2d;
    padding: 21px 0 21px; }

  .footer_credits_top {
    margin: .5em -4% 0;
    padding: 2rem 3rem 0; } }
/* Social icons
   -------------------------------------------------------------------------- */
.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, .footer__icon_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, .footer__icon_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: ""; }

.footer__icon_tiktok, .footer__icon_youtube, .footer__icon_twitter, .footer__icon_instagram {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.4rem;
  position: absolute;
  display: block;
  left: 1.8rem; }

.footer__icon_instagram {
  background: url("/assets-images/ic_inst.png") 0 0 no-repeat;
  width: 2.2rem;
  height: 2.2rem; }

.footer__icon_youtube {
  background: url("/assets-images/ic_youtube.png") 0 0 no-repeat;
  width: 2.4rem;
  height: 1.7rem; }

.social-icons__facebook, .social-icons__email {
  display: inline-block;
  background: url("/assets-images/social-sprite.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left; }

.social-icons__email {
  background-position: -0 -18px;
  width: 23px;
  height: 18px; }

.social-icons__email:hover {
  background-position: -0 -0; }

.social-icons__facebook {
  background-position: -11px -36px;
  width: 11px;
  height: 20px; }

.social-icons__facebook:hover {
  background-position: -0px -36px; }

.shop-info__social-icons .social-icons__link {
  width: auto;
  height: auto;
  background: transparent; }

.shop-info__social-icons .social-icons__icon + .social-icons__icon {
  margin-left: 10px; }

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

@media screen and (max-width: 52.5em) {
  .footer__nav .social-icons__link {
    margin: 0 .2em; } }
/* Footer nav
   -------------------------------------------------------------------------- */
.footer-nav {
  padding-top: 2rem; }

.footer-nav__menu {
  font-size: 0;
  letter-spacing: 0; }

.footer-nav__col {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  font-size: 14px;
  color: #fff; }

.footer-nav__title {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #717b83;
  font-weight: 600;
  margin-bottom: .25em; }

.footer-nav__item {
  margin-bottom: .25em; }

.footer-nav__link {
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.footer-nav__link:hover {
  text-decoration: underline; }

.footer-nav__links {
  margin-bottom: 1.7em; }

.footer-nav__links .footer__link {
  color: #fff; }

@media screen and (max-width: 42em) {
  .footer-nav__col {
    width: 50%; } }
/* Scroll up button
   -------------------------------------------------------------------------- */
.scroll-up {
  color: #fff;
  background-color: #70a401;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

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

/* NiceSelect (used as a <select> replacement)
   -------------------------------------------------------------------------- */
.nice-select {
  font-size: 1.2rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  line-height: 28px;
  height: 30px; }

.popup .nice-select {
  line-height: 24px;
  height: 26px;
  min-width: 165px; }

.nice-select:focus {
  border-color: #e7e7e7; }

.nice-select .option {
  font-size: 1.3rem;
  padding-right: 5px; }

.nice-select .option:hover {
  color: #fff;
  background-color: #70a401; }

.nice-select .option.focus {
  color: #313131;
  background-color: #70a401; }

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

.nice-select .option.selected.focus {
  color: #70a401;
  background: transparent; }

.nice-select .option.selected.focus:hover {
  color: #fff;
  background-color: #70a401; }

.nice-select .option {
  line-height: 23px;
  min-height: 23px; }

.nice-select > .current {
  color: #313131; }

.nice-select .current {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.nice-select .list {
  margin-left: 0; }

.page_contact .nice-select .option {
  padding-left: 12px; }

.basket__time .nice-select .list {
  width: auto; }

.product__sku .nice-select .option {
  padding-right: 5px; }

.nice-select.open {
  border-bottom: 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  border-color: #e7e7e7; }

.nice-select.open .list {
  margin-top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  max-height: 161px; }

.basket__time .nice-select.open .list {
  max-height: 162px; }

.nice-select .list {
  border: 1px solid #e7e7e7;
  border-top: 0;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  width: auto;
  left: -1px;
  right: -1px;
  overflow-y: auto; }

.page_contact .nice-select .list {
  right: auto;
  min-width: calc(100% + 2px);
  min-width: -webkit-calc(100% + 2px);
  min-width: -moz-calc(100% + 2px); }

.page_contact .nice-select {
  min-width: 175px; }

.nice-select .list .option {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.nice-select:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border: 6px solid transparent;
  margin-top: -3px;
  right: 10px;
  border-top-color: rgba(185, 185, 185, 0.6);
  width: auto;
  height: auto; }

.nice-select.open:after {
  border-bottom-color: rgba(185, 185, 185, 0.6);
  border-top-color: transparent;
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  margin-top: -11px; }

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

.category-navigation__item {
  font-size: 1.8rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 600;
  text-transform: uppercase;
  position: relative; }

.category-navigation__link {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 0;
  margin: 1em 1.5em; }

a[href="/categories/deals"].category-navigation__link {
  margin: 0 0 .55em;
  padding: .45em 1.5em;
  background: #fed03b;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.category-navigation_mobile a[href="/categories/deals"].category-navigation__link {
  margin: 0;
  padding: .36em 1.2em; }

.category-navigation__link:after {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: #313131;
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.category-navigation__item_active .category-navigation__link {
  font-weight: 700; }

.category-navigation__link:hover,
.category-navigation__item_active .category-navigation__link {
  color: #313131; }

.category-navigation__link:hover:after,
.category-navigation__item_active .category-navigation__link:after {
  visibility: visible;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

a[href="/categories/deals"].category-navigation__link:hover:after {
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.category-navigation__item_favourites .category-navigation__link {
  color: #be2035; }

.category-navigation__item_favourites .category-navigation__link:after {
  background: #be2035; }

@media screen and (max-width: 72em) {
  .category-navigation__link {
    margin: 1em .5em; } }
.category-navigation_mobile {
  position: relative;
  height: 4.8rem;
  background: #edf2f3 url("/assets-images/navigation-bg-mobile.jpg") repeat 0 0; }
.category-navigation_mobile .category-navigation__list {
  padding: 1rem 0 1rem; }
.category-navigation_mobile .category-navigation__item {
  margin: 0 1rem;
  font-size: 1.8rem; }
.category-navigation_mobile .category-navigation__item:first-child {
  margin-left: 0; }
.category-navigation_mobile .category-navigation__item:last-child {
  margin-right: 0; }
.category-navigation_mobile .category-navigation__link {
  margin: 0;
  padding: .5rem 0 .8rem; }

.category-navigation_mobile {
  position: relative; }

.category-navigation_mobile-icon-left,
.category-navigation_mobile-icon-right {
  display: none;
  position: absolute;
  top: 0;
  height: 100%; }

.category-navigation_mobile-icon-left {
  left: 0; }

.category-navigation_mobile-icon-right {
  right: 0; }

.category-navigation_mobile-hidden-left .category-navigation_mobile-icon-left,
.category-navigation_mobile-hidden-right .category-navigation_mobile-icon-right {
  display: block; }

.category-navigation_mobile-icon-left,
.category-navigation_mobile-icon-right {
  color: #a8acac;
  font-size: 1.8rem; }

.category-navigation_mobile-icon-left {
  left: 2%;
  width: 20px;
  background: url("/assets-images/navigation-mask-l.png") repeat-y right top; }
  .category-navigation_mobile-icon-left:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: 0;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

.category-navigation_mobile-icon-right {
  right: 2%;
  width: 20px;
  background: url("/assets-images/navigation-mask-r.png") repeat-y left top; }
  .category-navigation_mobile-icon-right:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: 0;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

.category-navigation_mobile-icon-left::before,
.category-navigation_mobile-icon-right::before {
  position: absolute;
  top: 1.5rem;
  line-height: 1; }

.category-navigation_mobile-icon-left::before {
  left: -1.2rem; }

.category-navigation_mobile-icon-right::before {
  right: -1.2rem; }

.account-navigation {
  background-color: #fff;
  border-top: 1px solid rgba(232, 232, 232, 0.76); }

.account-navigation__item {
  font-size: 1.8rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 600;
  text-transform: uppercase; }

.account-navigation__link {
  padding: .42em 1.5em .47em;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.account-navigation__link:hover,
.account-navigation__item_active .account-navigation__link {
  color: #313131;
  background-color: #f2f2f2; }

/* Desktop navigation:
   * category pages (sidetouch only)
   -------------------------------------------------------------------------- */
.category-navigation_sidetouch {
  background-color: transparent; }

.category-navigation_sidetouch .category-navigation__item {
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #777;
  font-weight: 700;
  text-transform: uppercase; }

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

/* Desktop navigation:
   * checkout pages
   -------------------------------------------------------------------------- */
.checkout-navigation {
  background-color: #ffffff;
  border-top: 1px solid #e8e8e8; }

.checkout-navigation__item {
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  position: relative;
  line-height: 40px;
  height: 40px; }

.checkout-navigation__item:before {
  content: '';
  position: absolute;
  width: 27px;
  height: 27px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  right: -19px;
  z-index: 9;
  top: 50%;
  margin-top: -14px;
  background: #fff; }

.checkout-navigation__item_active {
  color: #313131;
  background-color: #f2f2f2; }

.checkout-navigation__item_active:after {
  content: none; }

.checkout-navigation__item_active:before {
  right: -15px;
  background: #f2f2f2; }

.checkout-navigation__item-title, .checkout-navigation__item-nb {
  position: relative;
  z-index: 10; }

@media screen and (max-width: 45em) {
  .checkout-navigation__item {
    padding: 0 1.5em 0 2em; } }
@media screen and (max-width: 30em) {
  .checkout-navigation__item {
    padding: 0 0 0 2em; } }
/* Desktop: user and shop menus
   -------------------------------------------------------------------------- */
.dropdown-menu__header-link {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0; }

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

.dropdown-menu__header-link:hover {
  color: #313131;
  text-decoration: underline; }

.dropdown-menu__body {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #212121;
  background-color: #fff;
  border: 1px solid #d6d6d6; }

.dropdown-menu__body:after {
  content: '';
  position: absolute;
  top: -5px;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

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

.dropdown-menu__body_loyalty {
  background: #f1f5f6; }

.dropdown-menu__body_loyalty:after {
  background: #f1f5f6; }

.dropdown-menu__item:first-child .dropdown-menu__item-link {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0; }

.dropdown-menu__item:last-child .dropdown-menu__item-link {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }

.dropdown-menu__item-link {
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: .4em .5em;
  position: relative;
  z-index: 9; }

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

.dropdown-menu {
  position: relative;
  padding: .8em 1em 1em 1.3em; }

.dropdown-menu_user, .dropdown-menu_loyalty {
  margin-left: 15px; }

.dropdown-menu_shop:after, .dropdown-menu_user:after, .dropdown-menu_loyalty:after {
  margin-top: -8px;
  top: 50%;
  left: 0;
  content: '';
  position: absolute;
  display: inline-block;
  background: url("/assets-images/header_icons.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left; }

.dropdown-menu_shop:after {
  background-position: -0px -31px;
  width: 10px;
  height: 14px;
  left: 3px; }

.dropdown-menu_user:after {
  background-position: -0px -16px;
  width: 13px;
  height: 15px;
  margin-top: -8.5px; }

.dropdown-menu_loyalty:after {
  background-position: -0px -0px;
  width: 18px;
  height: 16px;
  left: -5px; }

@media screen and (max-width: 68em) {
  .dropdown-menu:after {
    display: none; }
  .dropdown-menu__header-link {
    line-height: 2rem; }
  .dropdown-menu_shop .dropdown-menu__header-link, .dropdown-menu_user .dropdown-menu__header-link, .dropdown-menu_loyalty .dropdown-menu__header-link {
    padding-left: 2rem;
    position: relative;
    font-size: 0; }
    .dropdown-menu_shop .dropdown-menu__header-link:hover, .dropdown-menu_user .dropdown-menu__header-link:hover, .dropdown-menu_loyalty .dropdown-menu__header-link:hover {
      text-decoration: none; }
    .dropdown-menu_shop .dropdown-menu__header-link:after, .dropdown-menu_user .dropdown-menu__header-link:after, .dropdown-menu_loyalty .dropdown-menu__header-link:after {
      content: '';
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      position: absolute;
      display: inline-block;
      background: url("/assets-images/header_icons.png") no-repeat;
      overflow: hidden;
      text-indent: -9999px;
      text-align: left;
      margin-top: -1px; }
  .dropdown-menu_shop .dropdown-menu__header-link:after {
    background-position: -0px -31px;
    width: 10px;
    height: 14px; }
  .dropdown-menu_user .dropdown-menu__header-link:after {
    background-position: -0px -16px;
    width: 13px;
    height: 15px; }
  .dropdown-menu_loyalty .dropdown-menu__header-link:after {
    background-position: -0px -0px;
    width: 18px;
    height: 16px; } }
/* Mobile: off-canvas
   -------------------------------------------------------------------------- */
.off-canvas_open {
  background-color: #fff; }

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

.mobile-menu__header {
  background-color: #313131; }

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

.mobile-menu__section_user {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 600;
  background-color: #fff; }

.mobile-menu__section {
  border-bottom: 1px solid rgba(62, 55, 52, 0.3); }

.mobile-menu__section-link {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 600;
  background-color: #fff;
  padding: 2rem 1.5rem; }

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

.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-link {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 600;
  background-color: #fff;
  padding: 2rem 1.5rem; }

.mobile-menu__item_active .mobile-menu__item-link {
  color: #313131;
  background-color: #f2f7e8; }

.mobile-menu__loyalty-points {
  font-weight: 600; }

.mobile-menu__icon {
  font-style: normal; }

/* Mobile: menu on the right (basket)
   -------------------------------------------------------------------------- */
.basket-menu__basket-icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle; }

.basket-menu__basket-icon:before {
  top: 0;
  width: 25px;
  height: 25px;
  left: 0;
  content: '';
  position: absolute;
  display: inline-block;
  background: url("/assets-images/header_icons.png") no-repeat;
  background-position: 0 -49px;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left; }

.basket-menu__items {
  background-color: #be2035;
  border: 0;
  top: -1px;
  color: #fff;
  font-size: 1.2rem;
  width: auto;
  min-width: 15px;
  height: 15px;
  line-height: 16px; }

.basket-menu__basket-button {
  margin-top: 1rem; }

/* Shop info.
   * desktop: displayed in a popup
   * mobile: displayed in the left menu
   -------------------------------------------------------------------------- */
.shop-info_desktop {
  padding: 3rem 2.5rem 2.5rem; }

.shop-info__feature {
  margin-top: 1.5em; }

.shop-info__title {
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 600;
  line-height: 1.4; }

.shop-info__feature-title {
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 600;
  line-height: 1; }

.shop-info__feature-content {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  line-height: 1.35; }

.shop-info__link {
  color: #313131;
  font-size: 1.3rem;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  vertical-align: middle;
  margin-top: .7rem; }

.shop-info__link:hover {
  color: #70a401;
  text-decoration: underline; }

.shop-info .social-icons__link {
  color: #313131;
  line-height: 1; }

.shop-info .social-icons__link:hover {
  color: #313131; }

/* ==========================================================================
   CATEGORY PAGE
   ========================================================================== */
/* Page header
   -------------------------------------------------------------------------- */
.category__title, .deal-wizard__title {
  font-size: 2.3rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 700;
  text-transform: uppercase; }

.category__subcategory-title {
  font-size: 2rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 700; }

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

.category_upselling {
  padding-top: 3rem;
  margin-top: 3.5rem;
  border-top: 1px solid rgba(172, 172, 172, 0.33); }

.category_upselling .product {
  padding: 0 5px; }

.category_upselling .category__header {
  margin-bottom: 2em; }

@media screen and (max-width: 32em) {
  .category__products {
    width: 420px; } }
/* Product
   -------------------------------------------------------------------------- */
.product {
  margin-bottom: 2rem; }

.product__wrapper {
  background: #fbfbfc;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
  padding: 0 1.5rem .5rem; }

.product__name {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 600;
  text-transform: capitalize; }

.product__description {
  font-size: 1.3rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #78838c;
  margin-top: .6em;
  line-height: 1.25; }

.product__price {
  font-size: 1.8rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 600;
  float: none; }

.product_favourites .product__price {
  float: right; }

.product__sku-label {
  font-size: 1.3rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #78838c; }

.product__form .product__sku-label {
  width: 40px; }

.product__form .nice-select__container {
  width: -moz-calc(100% - 47px);
  width: -webkit-calc(100% - 47px);
  width: calc(100% - 47px); }

.product__form .product__sku-select {
  width: 100%; }

.product__bottom {
  margin-top: .7em; }

.product__buttons {
  padding-top: .5rem;
  border-top: 1px solid rgba(220, 220, 220, 0.57); }

.category_upselling .product__buttons {
  margin-top: 4rem; }

/* Product zebra. Used in:
   * sidetouch categories page
   * touch & sidetouch favourites page
   -------------------------------------------------------------------------- */
.product_favourites {
  padding: 0;
  margin-bottom: 1.2rem; }

.product_favourites .product__form:before {
  display: table;
  content: ""; }
.product_favourites .product__form:after {
  display: table;
  content: "";
  clear: both; }

.product_favourites .product__description {
  min-height: 40px; }

.product_favourites .product__buttons {
  padding-top: 7px;
  border-top: 0;
  margin-top: 0; }

.product_favourites .product__bottom {
  margin-top: 1em; }

.product_favourites .product__wrapper {
  padding: 1.5rem 2rem; }

.product_favourites .product__sku-list {
  margin-top: 1em; }

.product_favourites .product__picture-container {
  position: static;
  padding: 0 1rem 0 0;
  box-sizing: border-box; }
.product_favourites .product__picture {
  position: static;
  width: auto; }

@media screen and (max-width: 52.5em) {
  .product_favourites .product__picture-container {
    padding: 0; } }
/* Add & customise buttons
   -------------------------------------------------------------------------- */
.product__add__text, .banners_left .product__buttons {
  color: #fff;
  background-color: rgba(112, 164, 1, 0.95);
  border: none;
  display: inline-block;
  font-size: 2.5rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  width: auto;
  height: auto;
  line-height: 1;
  padding: 0 1.3rem;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  float: right; }
  .product__add__text:hover, .banners_left .product__buttons:hover {
    color: #fff;
    background-color: rgba(84, 124, 0, 0.95); }

.page_deal_wizard .product__add__text {
  color: #fff;
  background-color: rgba(112, 164, 1, 0.95);
  border: none;
  font-size: 2.5rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .page_deal_wizard .product__add__text:hover {
    color: #fff;
    background-color: rgba(84, 124, 0, 0.95); }

.page_deal_wizard .product__add_text > span {
  position: absolute;
  letter-spacing: .02em;
  line-height: 1;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -20.5px; }

.product__customise + .product__add {
  width: auto; }

.product__customise, .product__add, .product_favourites .product__customise {
  background: transparent;
  max-width: 60px;
  float: right;
  width: auto;
  height: auto;
  line-height: 1;
  padding: 1rem; }

.product__add__start {
  max-width: initial;
  float: none;
  margin: 0 auto;
  padding: .5em 1em; }

.product__price_text {
  display: inline-block;
  vertical-align: top;
  padding: 6px 5px 0 0; }

.product__customise:hover .product__customise__text, .product__add:hover .product__add__text, .product__add:hover .product__customise__text {
  background: rgba(84, 124, 0, 0.95); }

.product__price_description {
  margin-top: 1rem;
  text-align: center;
  float: left;
  width: -moz-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  font-size: 1.1rem;
  color: rgba(0, 0, 0, 0.49);
  text-transform: uppercase; }

.banners_left {
  min-height: 200px;
  position: relative; }

.banners_left img {
  width: 100%; }

.banners_left .product__add__start {
  text-transform: uppercase;
  padding: 1.65em .5em; }

.banners_left .product__buttons {
  position: absolute;
  bottom: 4rem;
  left: 8.5%;
  right: 8.5%; }

.product__customise__text {
  transition: all .3s;
  color: #fff;
  display: inline-block;
  background-color: rgba(112, 164, 1, 0.95);
  border: none;
  font-size: 2.5rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  position: relative;
  width: 40px;
  height: 25px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.product__customise__text:hover {
  background: rgba(84, 124, 0, 0.95); }

.product__customise__text > span {
  display: block;
  position: absolute;
  letter-spacing: .02em;
  line-height: 1;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -20.5px; }

.product__picture-container {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden; }

.product__picture {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; }

.category__products-pizza .product__picture {
  left: 15%;
  top: 15%;
  width: 70%; }

.product_with-counter::after {
  background-color: #77a80e; }

.product__counter {
  color: #77a80e; }

@media screen and (max-width: 52.5em) {
  .product_improved .product__picture-container {
    position: static;
    padding-top: 0; }
  .product_improved .product__picture {
    position: static;
    width: 100%; }
  .product_improved .category__products-pizza .product__picture {
    width: 100%; }
  .product_improved .product__mobile-price {
    margin-top: 1rem; }
  .product_improved .product__mobile-price-from {
    color: #000;
    font-size: 1.1rem;
    text-transform: uppercase; }
  .product_improved .product__mobile-price-value {
    color: 313131;
    font-size: 1.8rem;
    font-weight: 600; } }
/* Favourite icon
   -------------------------------------------------------------------------- */
.product__favourite_add .product__favourite-icon {
  color: #be2035;
  font-size: 1.2rem; }
  .product__favourite_add .product__favourite-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

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

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

/* Deal wizard
   -------------------------------------------------------------------------- */
.deal-wizard-navigation {
  background-color: transparent;
  margin-bottom: 6px; }

.deal-wizard-navigation__tab {
  margin-bottom: 6px; }

.deal-wizard-navigation__tab:nth-child(3n),
.deal-wizard-navigation__tab:last-child {
  background-color: transparent; }

.deal-wizard-navigation__title {
  line-height: 35px;
  height: 35px;
  border-top: 1px solid #fed03b;
  border-bottom: 1px solid #fed03b; }

.deal-wizard-navigation__tab:first-child, .deal-wizard-navigation__tab:first-child .deal-wizard-navigation__link, .deal-wizard-navigation__tab:nth-child(3n + 1) .deal-wizard-navigation__link {
  -webkit-border-radius: 12px 0 0 12px;
  -moz-border-radius: 12px 0 0 12px;
  border-radius: 12px 0 0 12px;
  border-left: .9px solid #fed03b; }

.deal-wizard-navigation__link {
  padding-left: 5px;
  font-size: 1.2rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #fff6d8; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link {
  color: #313131;
  background-color: #fed03b;
  font-weight: 600; }

.deal-wizard-navigation__link:before {
  border: none;
  content: '';
  width: 23px;
  height: 33px;
  position: absolute;
  background: #fff6d8;
  left: -15px;
  border-top: 1px solid #fed03b;
  border-bottom: 1px solid #fed03b; }

.deal-wizard-navigation__link:after {
  content: '';
  width: 23.75px;
  height: 23.75px;
  z-index: 2;
  left: auto;
  top: 50%;
  background: #fff6d8;
  transform: rotate(45deg);
  right: 0;
  margin-right: -13px;
  margin-top: -12.5px;
  border: 1px solid #fed03b;
  border-bottom: 0;
  border-left: 0; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link:after {
  border-left: 0;
  border-bottom: 0;
  border-top: 0;
  background: #fed03b;
  border: 1px solid #fed03b;
  border-bottom: 0;
  border-left: 0; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link:before {
  content: '';
  display: block;
  background: #fed03b; }

.deal-wizard-navigation__tab:first-child .deal-wizard-navigation__link:before, .deal-wizard-navigation__tab:nth-child(3n + 1) .deal-wizard-navigation__link:before {
  content: none; }

.deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  margin-top: 0;
  top: 0;
  height: 33px;
  border-top: 1px solid #fed03b;
  border-bottom: 1px solid #fed03b;
  -webkit-border-radius: 0 12px 12px 0;
  -moz-border-radius: 0 12px 12px 0;
  border-radius: 0 12px 12px 0; }

/* ==========================================================================
   BASKET
   ========================================================================== */
.basket {
  background: #fff; }

/* Basket header
   -------------------------------------------------------------------------- */
.basket__header {
  background-color: transparent;
  border-bottom: 1px solid rgba(232, 232, 232, 0.59);
  padding: 1rem 1rem .5rem; }

.basket__title {
  font-size: 1.8rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 600;
  text-transform: uppercase; }

.basket__repeat {
  font-size: 1.3rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

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

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

.basket__close {
  color: #000;
  line-height: 1; }

/* Basket item
   -------------------------------------------------------------------------- */
.basket__items {
  background-color: #fff;
  padding: 1em 1.2rem; }

.basket-item__title {
  font-size: 1.3rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131; }

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

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

.basket-item__option {
  font-size: 1.2rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #78838c; }

.basket-item__options {
  margin-top: .7rem; }

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

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

.basket-item + .basket-item {
  margin-top: .8em; }

.basket__empty {
  font-size: 1.3rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  background-color: #fff; }

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

.basket-deal__title {
  font-size: 1.3rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 600;
  text-transform: uppercase; }

.basket-deal__link:hover {
  color: #313131;
  font-weight: 600; }

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

.basket-deal__delete:hover .basket-deal__delete-icon {
  color: #70a401; }

/* Basket deal item
   -------------------------------------------------------------------------- */
.basket-deal__items {
  background-color: rgba(254, 208, 59, 0.2);
  padding: 1em 1.2rem; }

.basket-deal__item-title {
  font-size: 1.3rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131; }

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

.basket-deal__item-link:hover {
  color: #313131;
  font-weight: 600; }

.basket-deal__item-option {
  font-size: 1.2rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #78838c; }

.basket-deal__item-delete-icon {
  color: #8f8f8f;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .basket-deal__item-delete-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: 0em;
    margin-left: 0em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

.basket-deal__item-delete:hover .basket-deal__item-delete-icon {
  color: #70a401; }

.basket-deal__item + .basket-deal__item {
  margin-top: .8em; }

.basket-deal__item-options {
  margin-top: 0.7em; }

/* Delivery method switcher
   -------------------------------------------------------------------------- */
.basket__delivery_radio {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 600;
  border-radius: 0em;
  overflow: hidden; }

.basket__delivery-option {
  padding-right: 3px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.basket__delivery-option + .basket__delivery-option {
  padding-right: 0;
  padding-left: 3px; }

.basket__delivery-method:hover {
  background: #547c00;
  color: #fff; }

.basket__delivery-method {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-color: #f5f7f9;
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden; }

.basket__delivery-radio:checked + .basket__delivery-method {
  color: #fff;
  background-color: #70a401; }

.basket__delivery-radio {
  display: none; }

.basket__delivery_select, .basket__time {
  margin-top: 5px; }

/* Basket footer
   -------------------------------------------------------------------------- */
.basket__footer {
  color: #313131; }

.basket__footer-orange-message {
  color: #212121;
  background-color: #ffe480; }

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

.basket__savings {
  color: #cbaa3e;
  padding: .5rem 3.5rem;
  text-align: center;
  font-weight: 600; }

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

.basket__total-title,
.basket__total-amount {
  font-size: 1.8rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 600;
  text-transform: uppercase; }

.basket__button-link {
  color: #fff;
  background-color: #70a401;
  border: none;
  padding: 0.95em 0.5em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .basket__button-link:hover {
    color: #fff;
    background-color: #547c00; }

.basket__coupon {
  font-size: 1.3rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131; }

.basket__coupon-link, .basket__coupon-validate {
  color: #313131;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.basket__coupon-link:hover, .basket__coupon-validate:hover {
  text-decoration: underline;
  color: #70a401; }

.basket__total {
  padding: 1rem 1.2rem 1rem; }

.mobile-basket-button__nb-items {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600; }

.mobile-basket-button__icon {
  border-bottom-color: #fff; }

.mobile-basket-button__icon:after {
  border-left-color: #fff; }

.mobile-basket-button__link {
  color: #fff;
  background-color: #70a401;
  border: none;
  border-radius: 6px;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  border-radius: 0; }
  .mobile-basket-button__link:hover {
    color: #fff;
    background-color: #547c00; }

.mobile-basket-button__part + .mobile-basket-button__part {
  text-transform: uppercase; }

/* ==========================================================================
   CUSTOMIZATION POPUP
   ========================================================================== */
.popup {
  border-radius: 0px;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11); }

.popup__wrapper {
  margin: 5rem 5.8%; }

.popup__description {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  margin-top: 1em; }

.popup__close {
  background: #71a400;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 26px;
  font-size: 1.5rem;
  height: 26px;
  top: -13px;
  right: -10px; }

.popup__close:hover {
  background: #547c00; }

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

.popup__title,
.popup__price {
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 600; }

.popup__price {
  font-size: 1.8rem; }

.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); }

.popup_improved .popup__title {
  line-height: 1.6; }
.popup_improved .popup__title-mobile-close {
  line-height: 2.2rem; }
.popup_improved .popup__title-mobile-close-icon::before {
  content: none;
  display: none; }
.popup_improved .popup__title-mobile-close-icon {
  height: 26px;
  width: 22px;
  background: url("/assets-images/icon-popup-arrow.png") no-repeat left center; }
.popup_improved .popup__picture_mobile {
  text-align: center; }
.popup_improved .popup__picture_mobile img {
  width: 180px; }

@media screen and (max-width: 60em) {
  .popup__close {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: 10px;
    right: 10px; } }
/* Popup group
   -------------------------------------------------------------------------- */
.popup-group__quantity-field {
  font-size: 1.6rem;
  font-weight: 700;
  height: 24px;
  line-height: 24px;
  border: none;
  background-color: transparent;
  min-width_: 24px; }

.popup-group__quantity-button {
  font-size: 2rem;
  line-height: 24px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #313131; }

.popup-group__quantity-button:hover {
  color: #547c00; }

.popup-group__quantity-minus-icon {
  display: block;
  margin-right: .5rem;
  line-height: 24px;
  float: left; }
  .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: 0;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

.popup-group__quantity-plus-icon {
  display: block;
  margin-left: .5rem;
  line-height: 24px;
  float: right; }
  .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: 0;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

.popup-group__quantity-minus-icon::before,
.popup-group__quantity-plus-icon::before {
  line-height: 24px; }

.popup-group__label,
.popup-group__single-choice {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 400;
  line-height: 26px; }

.popup-group__label {
  width: 70px; }

/* Popup row
   -------------------------------------------------------------------------- */
.popup-row__description {
  color: #313131;
  float: left;
  margin: .1em 0 .3em; }

.popup-row__title {
  float: left;
  margin: 0 2rem .3em 0;
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 600;
  text-transform: uppercase; }

/* Popup enum
   -------------------------------------------------------------------------- */
.popup-enum {
  padding: 22px 0 11px;
  clear: both;
  border-top: 1px solid rgba(197, 197, 197, 0.45); }

.popup-enum__text {
  padding: .15em 1em .25em;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-size: 1.6rem;
  color: #313131;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #a2a2a2; }

.popup-enum__radio:checked + .popup-enum__text {
  color: #fff;
  background-color: #313131;
  border-color: #313131; }

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

.popup-enum__option {
  margin-bottom: 6px;
  margin-right: 6px; }

/* Popup set
   -------------------------------------------------------------------------- */
.popup-set__group-title {
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 700; }

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

.popup-set__text:before {
  top: 1px;
  border: 2px solid #989898;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff; }

.popup-set__text:after {
  top: 1px;
  background-color: transparent;
  border-bottom: 2px solid #313131;
  border-right: 2px solid #313131;
  width: 5px;
  margin: 3px 6px;
  height: 9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

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

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

.popup-set__label {
  padding: 0;
  margin: 11px 5px 11px 49px; }

.popup-set {
  clear: both;
  border-top: 1px solid rgba(197, 197, 197, 0.45);
  padding-top: .7em;
  margin: 0; }

[data-double] .popup-set__label {
  display: inline-block;
  margin: 0.8rem 0rem;
  padding-left: 0; }

[data-double] .popup-set__text {
  display: initial; }

[data-double] .popup-set__text::before {
  content: none; }

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

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

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

/* Popup buttons
   -------------------------------------------------------------------------- */
.popup-buttons__button {
  color: #fff;
  background-color: #70a401;
  border: none;
  padding: 0.55em 2em 0.6em;
  border-radius: 6px;
  border-radius: 6px 0 0 6px;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  min-width: 130px;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .popup-buttons__button:hover {
    color: #fff;
    background-color: #547c00; }

.popup-buttons__link {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  padding: 0;
  margin: .55em 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

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

@media screen and (max-width: 52.5em) {
  .popup-buttons__button {
    border-radius: 0; } }
/* ==========================================================================
   CHECKOUT, ACCOUNT & ORDER PAGES
   ========================================================================== */
.checkout {
  background: #fff;
  padding: 3rem 5.5rem 3.5rem;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11); }

.checkout__section + .checkout__section {
  padding-top: 3rem;
  margin-top: 3.5rem;
  border-top: 1px solid rgba(172, 172, 172, 0.33); }

.page_login .checkout__fieldset, .page_order_step2 .checkout__fieldset {
  margin-left: 0;
  padding-right: 9.8%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.loyalty-checkout {
  margin-top: 3.5rem;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
  background-color: #fbfbfb;
  padding: 4rem 4rem 5rem 20rem;
  position: relative;
  background-image: url("/assets-images/loyalty-image-big.png");
  background-repeat: no-repeat;
  background-position: 53px 45px;
  min-height: 230px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.page_order_step2 .checkout__header, .page_login .checkout__header {
  margin-bottom: 3.5em; }

.checkout__header {
  margin-bottom: 2.5rem; }

.checkout-row {
  margin-bottom: 1.7em; }

.checkout-row__group-item_forgot-password {
  margin-top: 1em; }

.checkout-row__group-item_forgot-password a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

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

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

.checkout-row__group-item > span {
  display: block; }

.checkout__title,
.credit-page__title {
  font-size: 1.8rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 600;
  text-transform: uppercase; }

.checkout-row__label,
.checkout-row__group-label,
.checkout-variant__label,
.checkout-variant__select-label,
.card-entry__label,
.card-entry__saved-card-label {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131; }

.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: #313131; }

.loyalty-checkout__title {
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 400;
  text-transform: uppercase; }

.loyalty-points__value {
  color: #d24a47; }

.checkout-row__field-text, .checkout-row__field-textarea, .basket__coupon-input, .checkout-loyalty__use-input_text {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(157, 157, 157, 0.8);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: .35em .7em; }

.basket__coupon-input {
  margin: 0 5px; }

.checkout-row__label-text, .checkout-loyalty__use-text, .compose-set__text {
  font-size: 1.3rem;
  position: relative;
  display: inline-block;
  padding-left: 25px;
  cursor: pointer; }

.checkout-row__label-text {
  display: block;
  margin: 0.2rem 0; }

.checkout-variant__text {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  cursor: pointer;
  margin-left: -25px; }

.checkout-row__label-text:before, .checkout-variant__text:before, .checkout-loyalty__use-text:before, .compose-set__text:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -7px;
  width: 15px;
  height: 15px;
  left: 0;
  border: 1px solid #989898;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff; }

.checkout-row__label-text:after, .checkout-variant__text:after, .checkout-loyalty__use-text:after, .compose-set__text:after {
  content: none;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -5px;
  background-color: transparent;
  border-bottom: 2px solid #313131;
  border-right: 2px solid #313131;
  width: 3px;
  height: 7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.checkout-row__field-checkbox:checked + .checkout-row__label-text:after, .checkout-variant__radio:checked + .checkout-variant__text:after, .checkout-loyalty__use-input:checked + .checkout-loyalty__use-text:after, .compose-set__label input:checked + .compose-set__text:after {
  content: ''; }

.checkout-row__field-checkbox:checked + .checkout-row__label-text:before, .checkout-variant__radio:checked + .checkout-variant__text:before, .checkout-loyalty__use-input:checked + .checkout-loyalty__use-text:before, .compose-set__label input:checked + .compose-set__text:before {
  border-color: #313131; }

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

.page_orders .checkout {
  padding: 0 0 0 2rem;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.page_orders .order-table {
  margin-top: 0;
  overflow: auto; }

.order-table {
  background: #fff;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11); }

.page_orders .checkout__header, .checkout-variant__radio, .checkout-row__field-checkbox, .checkout-loyalty__use-input {
  display: none; }

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

.checkout-loyalty__use-input_text {
  display: inline-block;
  vertical-align: middle; }

.checkout-row__group-atom:first-child .checkout-row__group-label_atom {
  width: 70px;
  float: none;
  margin-left: 0; }

.checkout-row__group-label_atom {
  width: 70px; }

.checkout-row__group .nice-select {
  min-width: 15rem; }

@media screen and (max-width: 60em) and (min-width: 52.5625em), screen and (max-width: 40em) {
  .loyalty-checkout {
    padding-left: 190px;
    background-position: 47px 45px; } }
@media screen and (max-width: 40em) {
  .page_login .checkout__fieldset, .page_order_step2 .checkout__fieldset {
    padding-right: 0; }

  .checkout {
    padding: 3rem 2rem 3.5rem; } }
@media screen and (max-width: 30em) {
  .loyalty-checkout {
    background: #fbfbfb;
    padding: 3rem 3rem;
    min-height: 1px; } }
/* Form buttons
   Contain a button on the right and a cancel link on the left.
   -------------------------------------------------------------------------- */
.form-buttons__button {
  color: #fff;
  background-color: #70a401;
  border: none;
  padding: 0.55em 2em 0.6em;
  border-radius: 6px;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  min-width: 150px;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .form-buttons__button:hover {
    color: #fff;
    background-color: #547c00; }

.form-buttons__link {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

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

/* Loyalty (step4)
   -------------------------------------------------------------------------- */
.checkout-loyalty__balance {
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 3rem; }

.checkout-loyalty__balance__points {
  font-weight: 400;
  color: #d24a47; }

.checkout-loyalty {
  width: 100%;
  max-width: none; }

.checkout-loyalty_wrap {
  position: relative;
  padding: 4.5rem 3.5rem 4.5rem 24rem;
  background: #fbfbfb;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11); }

.checkout-loyalty_wrap:after {
  content: '';
  position: absolute;
  right: 0;
  background: url("/assets-images/loyalty-image-big.png") center no-repeat;
  width: 94px;
  height: 135px;
  top: 5rem;
  left: 7.5rem; }

.checkout-loyalty_title {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 600;
  text-transform: uppercase; }

.checkout-loyalty__teaser {
  line-height: 1.45;
  margin-bottom: .8rem; }

@media screen and (max-width: 60em) and (min-width: 52.55em) {
  .checkout-loyalty_wrap {
    padding-left: 19rem; }

  .checkout-loyalty_wrap:after {
    left: 5rem; } }
@media screen and (max-width: 35em) {
  .checkout-loyalty_wrap {
    padding: 17rem 1.5rem 2.5rem 1.5rem; }

  .checkout-loyalty_wrap:after {
    left: 50%;
    margin-left: -47px;
    top: 2rem; } }
/* Checkout payment
   -------------------------------------------------------------------------- */
.card-entry input[name="braintree_holder_name"] {
  width: 100%;
  line-height: 1;
  border: none;
  box-sizing: border-box; }

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

.checkout-confirm__content {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131; }

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

.checkout-confirm__content a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: inline-block; }

.checkout-confirm__content a:hover {
  text-decoration: underline;
  color: #70a401; }

/* Facebook login
   -------------------------------------------------------------------------- */
.checkout__facebook-login-button {
  border-radius: 6px;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  padding: .6rem 1rem; }

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

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

.checkout__facebook-login-separator:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  height: 0;
  width: 100%;
  border-top: 1px solid rgba(71, 71, 71, 0.24); }

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

.footer-nav__social-button {
  position: relative;
  text-decoration: none;
  display: block;
  font-size: 1.2rem;
  text-transform: uppercase;
  background: rgba(58, 59, 61, 0.9);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 1;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  max-width: 172px;
  padding: 11px 16px 11px 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1.7em; }

.footer-nav__social-button:hover {
  background: #474747; }

.footer__icon_facebook {
  position: absolute;
  left: 24px;
  top: 50%;
  margin-top: -12px; }

.footer__icon_facebook:after {
  font-family: 'fontello';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

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

/* Order page
   -------------------------------------------------------------------------- */
.order-table__header {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  background-color: #949494; }

.order-table__header-item {
  padding: 1.3rem .5rem; }

.order-table__show-icon {
  color: #131313;
  margin-left: 2px; }

.order-table__show-icon:before {
  line-height: inherit; }

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

.order-row__header {
  color: #000;
  font-size: 1.3rem;
  background-color: rgba(244, 245, 246, 0.3);
  margin-top: 2px; }

.order-row__header-item {
  padding: .85rem .3rem; }

.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-table__print-button, .order-row__header-item_full-width a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.order-table__print-button:hover, .order-row__header-item_full-width a:hover {
  text-decoration: underline;
  color: #70a401; }

.order-row_order, .order-table__header {
  min-width: 450px; }

.order {
  color: #313131;
  font-size: 1.3rem;
  background-color: #fff;
  padding: 1.5rem 3.5rem 4rem; }

.order__group-title {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #343434; }

.order__add {
  padding-right: 0; }

.order__add-button, .order__repeat-button {
  color: #fff;
  background-color: #70a401;
  border: none;
  font-size: 1.3rem;
  line-height: 1.2;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .order__add-button:hover, .order__repeat-button:hover {
    color: #fff;
    background-color: #547c00; }

.order__add-button {
  width: auto;
  padding: 0 1.3rem;
  font-size: 2.5rem;
  line-height: 1;
  margin-top: -.3rem; }

.order__repeat-button {
  padding: .75rem 3.2rem; }

.order__repeat-empty-basket {
  font-size: 1.3rem;
  color: #2d2d2d;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-top: .5rem; }

.order__repeat-empty-basket:hover {
  text-decoration: underline;
  color: #70a401; }

.order__items-total-price {
  font-size: 1.3rem;
  font-weight: 400; }

.order__items-total-title {
  font-size: 1.3rem;
  text-transform: none;
  color: #313131;
  font-weight: 400;
  text-align: left;
  padding: 1rem 1.5rem; }

.order__total .order__items-total-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 600;
  text-align: right;
  padding: .5rem 1.5rem; }

.order__total .order__items-total-price {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 600;
  padding: .5rem 1.5rem; }

.order__items-container {
  border-top: 0;
  overflow: visible;
  max-width: 660px;
  width: 100%; }

.order__items-table {
  color: #313131;
  font-size: 1.3rem;
  background-color: #fff;
  border: none;
  min-width: 1px; }

.order__items-deal {
  color: #313131;
  background-color: #fff6d8; }

.order__items-deal-title {
  color: #313131;
  background-color: #fed03b;
  font-weight: 400;
  text-transform: uppercase; }

.order__items-footer {
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  border-top: 1px solid rgba(160, 160, 160, 0.18); }

.order__total {
  border-top: 1px solid rgba(160, 160, 160, 0.18); }

.order__info-item:not(:first-child) {
  margin-top: .2rem; }

.order__items-attribute {
  font-style: normal;
  color: #737373; }

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

th {
  font-weight: 400; }

.order__items-column {
  padding: .5rem 1.5rem; }

.order__items-deal-header-column {
  padding: .6rem 1.5rem; }

@media screen and (max-width: 52.5em) {
  .order {
    padding: 1.5rem 1.5rem 2rem; }

  .page_orders .checkout {
    padding-left: 0; } }
@media screen and (max-width: 30em) {
  .order__repeat-label {
    clear: none;
    margin: .5rem 0 0 2rem; } }
/* Credit
   -------------------------------------------------------------------------- */
.credit-page__main {
  color: #0a0a0a;
  background-color: #f4f5f6; }

.credit-page__status__balance {
  font-size: 2rem;
  font-weight: 400; }

.credit-page__status__balance-amount {
  font-size: 2.4rem;
  margin-top: .5rem; }

.credit-page__status__rules {
  font-size: 1.4rem;
  line-height: 1.4; }

.credit-page__form__teaser {
  font-size: 1.6rem;
  color: #3f3e3e;
  font-weight: 700; }

.credit-page__form__input {
  border: 1px solid #ddd;
  background-color: #fff; }

.credit-page__form__button {
  color: #fff;
  background-color: #70a401;
  border: none;
  border-radius: 0;
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .credit-page__form__button:hover {
    color: #fff;
    background-color: #547c00; }

.credit-table__header {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #949494; }

.credit-table__row {
  background-color: rgba(244, 245, 246, 0.3); }

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

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

.credit-table td {
  font-size: 1.4rem;
  color: #000; }

/* ==========================================================================
   MESSAGES
   ========================================================================== */
.message__content {
  padding: 1.3em 1em; }

/* Transient information message displayed at the top
   Eg. when a product has just been added
   -------------------------------------------------------------------------- */
.message_info {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  background-color: #f7eabe;
  opacity: 0.9;
  text-transform: capitalize; }

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

@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: #f7eabe; } }
/* Important (warning/error) message displayed at the top
   Eg. someone tries to access /account without being logged in
   -------------------------------------------------------------------------- */
.message_error {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #871d21;
  opacity: 1; }

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

/* ==========================================================================
   HOMEPAGE
   ========================================================================== */
.content_index {
  margin-top: 0; }

.content_index .content__wrapper {
  width: 100%;
  max-width: none; }

/* Homepage: slideshow at the top
   -------------------------------------------------------------------------- */
.slider {
  margin-bottom: 3rem; }

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

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

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

.category-navigation__order-button {
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  position: relative;
  text-decoration: none;
  font-size: 1.8rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  float: right;
  margin: 1em 0;
  line-height: 1.35;
  color: #313131;
  padding: 0; }

.category-navigation__order-button:after {
  height: 4px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  content: '';
  position: absolute;
  bottom: -1em;
  left: -.3em;
  right: -.3em;
  background: #313131;
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.category-navigation__order-button:hover {
  color: #313131;
  background: transparent; }

.category-navigation__order-button:hover:after {
  visibility: visible;
  opacity: 1; }

.page_index .category-navigation__order-button {
  height: 40px;
  line-height: 40px;
  margin: 3rem auto 0;
  width: 100%;
  text-align: center;
  background: #70a401;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  font-size: 1.4rem;
  text-transform: none; }

.page_index .category-navigation__order-button:hover {
  background: #547c00; }

.page_index .category-navigation__order-button:after {
  content: none; }

.index-slideshow-links__link {
  display: inline-block;
  min-width: 200px;
  margin: .5em .3em;
  box-sizing: border-box;
  color: #fff;
  background-color: #70a401;
  border: none;
  padding: 0.55em 2em 0.6em;
  border-radius: 6px;
  font-size: 1.5rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .index-slideshow-links__link:hover {
    color: #fff;
    background-color: #547c00; }

.index-slideshow-links__link:hover {
  color: #000;
  background-color: #fff; }

@media screen and (max-width: 52.5em) {
  .index-slideshow-links__link {
    border: 1px solid #70a401; }

  .index-slideshow-links {
    position: static;
    margin-top: 1em; } }
.page_index .content__side_hidden-on-desktop {
  float: none; }

/* Homepage: shop picker above the slideshow
   -------------------------------------------------------------------------- */
.index-locator__container {
  padding-right: 0;
  margin: -24rem auto 3rem;
  max-width: 1200px;
  width: 96%; }

.index-locator {
  color: #000;
  position: relative;
  width: 600px;
  margin: 0 auto; }

.index-locator__wrapper {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3rem;
  background: rgba(245, 247, 249, 0.9);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 5px 1px rgba(157, 157, 157, 0.31);
  -moz-box-shadow: 0 0 5px 1px rgba(157, 157, 157, 0.31);
  box-shadow: 0 0 5px 1px rgba(157, 157, 157, 0.31); }

@media screen and (max-width: 52.5em) {
  .index-locator__wrapper {
    padding-bottom: 2rem; } }
.index-locator__title {
  font-size: 2.4rem;
  font-family: "Open Sans Condensed", sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  padding: 2rem 0; }

.index-locator__method {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 1.5rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 3px; }

.index-locator__method + .index-locator__method {
  padding-right: 0;
  padding-left: 3px; }

.index-locator__method-name {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-transform: none;
  border: 1px solid #d3d3d3;
  background-color: #f5f7f9;
  line-height: 38px; }

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

.index-locator__method input {
  display: none; }

.index-locator__postcode-input-wrapper {
  position: relative; }

.index-locator__postcode-input {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  border: 1px solid #c6c6c6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 0;
  padding: 1.25em 12.4em 1.25em 1.4em;
  height: auto;
  line-height: 1; }

.index-locator__postcode-button {
  cursor: pointer;
  color: #fff;
  background-color: #70a401;
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  max-width: 150px;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -20px;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .index-locator__postcode-button:hover {
    color: #fff;
    background-color: #547c00; }

.index-locator__postcode-warning {
  color: #191919;
  font-size: 1.3rem; }

.index-locator__text {
  font-size: 1.3rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400; }

.index-locator__postcode-selected {
  font-size: 1.5rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 600;
  text-transform: uppercase; }

.index-locator__postcode-link, .index-locator-restaurant__map a {
  color: #313131;
  font-weight: 400;
  text-decoration: underline;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.index-locator__postcode-link:hover, .index-locator-restaurant__map a:hover {
  color: #70a401;
  text-decoration: underline; }

.index-locator-restaurant {
  color: #000;
  font-size: 1.4rem;
  border-top: 1px solid rgba(232, 232, 232, 0.61); }

.index-locator-restaurant__name {
  font-size: 1.7rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 600;
  line-height: 1; }

.index-locator-restaurant__phone {
  font-size: 1.7rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 600;
  line-height: 1; }

.index-locator-restaurant__phone a {
  color: #000;
  text-decoration: none; }

.index-locator-restaurant__times-body {
  line-height: 1.7; }

.index-locator-restaurant__button {
  color: #fff;
  background-color: #70a401;
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  cursor: pointer; }
  .index-locator-restaurant__button:hover {
    color: #fff;
    background-color: #547c00; }

@media screen and (max-width: 52.55em) {
  .index-locator__wrapper {
    padding: 2rem 1.5rem 3rem; }

  .index-locator__container {
    margin-bottom: 1.5rem; }

  .page_index .category-navigation__order-button {
    margin-top: 1.5rem; }

  .index-locator__title {
    font-size: 1.8rem; } }
@media screen and (max-width: 22em) {
  .index-locator__postcode-button {
    position: relative;
    margin-top: 1rem;
    right: auto;
    top: auto;
    max-width: none; }

  .index-locator__postcode-input {
    padding: .7em 1.4em; } }
/* Homepage: connected customer
   -------------------------------------------------------------------------- */
.index-connected-customer {
  margin: -20rem 0 3rem; }

.index-locator__container ~ .index-connected-customer {
  margin-top: 3rem; }

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

.index-connected-customer__item {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 2rem 3.4%;
  text-align: center;
  color: #000;
  background: url("/assets-images/bg-banner.jpg") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

.index-connected-customer__title {
  margin-bottom: .5em;
  font-size: 1.8rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 600;
  line-height: 1;
  min-height: 1px; }

.index-connected-customer__buttons {
  margin-top: 2rem; }

.index-connected-customer__button {
  max-width: 170px;
  width: 100%;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: #78838c;
  border: none;
  padding: 1rem 2rem;
  border-radius: 0;
  text-align: center;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
  border: 1px solid #78838c;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .index-connected-customer__button:hover {
    color: #313131;
    background-color: #f5f7f9; }

.index-connected-customer__item:first-of-type {
  color: #313131;
  text-align: left;
  background: rgba(254, 208, 59, 0.53); }

.index-connected-customer__item:first-of-type .index-connected-customer__buttons {
  font-size: 0;
  letter-spacing: 0; }

.index-connected-customer__item:first-of-type .index-connected-customer__title {
  color: #313131; }

.index-connected-customer__item:first-of-type .index-connected-customer__button {
  width: 48%;
  margin-right: 2%;
  text-align: center;
  border-radius: .5rem;
  padding: 1rem .5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.index-connected-customer__item:first-of-type .index-connected-customer__button_other {
  margin-right: 0;
  margin-left: 2%;
  background-color: #f5f7f9;
  color: #313131; }

.index-connected-customer__item:first-of-type .index-connected-customer__button_other:hover {
  color: #fff;
  background-color: #78838c; }

.index-connected-customer__item_variant + .index-connected-customer__item_variant .index-connected-customer__title:after {
  color: #be2035;
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  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.55em) {
  .index-connected-customer {
    margin: -23rem 0 1.5rem; } }
/* Homepage: microblog - a series of short blocks (image + text)
   -------------------------------------------------------------------------- */
.index-microblog {
  margin-bottom: 5rem; }

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

.index-microblog__post {
  color: #000;
  background-color: #ddd;
  position: relative; }

.index-microblog__title {
  font-size: 2.1rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: .5rem;
  line-height: 1.2; }

.index-microblog__content {
  line-height: 1.5; }

.index-microblog__content p + p {
  margin-top: 1rem; }

.index-microblog__spacer {
  height: 4rem; }

.index-microblog__footer {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  left: 2rem; }

.index-microblog__link {
  display: inline-block;
  color: #fff;
  background-color: #70a401;
  border: none;
  padding: 1rem 2rem;
  border-radius: 6px;
  font-size: 1.5rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .index-microblog__link:hover {
    color: #fff;
    background-color: #547c00; }

/* Homepage: About us
   -------------------------------------------------------------------------- */
.index-about {
  margin-bottom: 5rem;
  color: #000; }

.index-about__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
  padding: 3rem 5%;
  font-size: 1.8rem;
  text-align: center;
  background-color: #ddd;
  box-sizing: border-box; }
  .index-about__wrapper:before {
    display: table;
    content: ""; }
  .index-about__wrapper:after {
    display: table;
    content: "";
    clear: both; }

.index-about__title {
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 600;
  text-transform: uppercase; }

@media screen and (max-width: 40em) {
  .index-about__title {
    font-size: 2.5rem; } }
/* Homepage: newsletter signup form
   -------------------------------------------------------------------------- */
.index-newsletter {
  padding: 4.5rem 1rem 5rem;
  color: #fff;
  background-color: #474747; }

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

.index-newsletter__field-wrapper {
  padding: 0 1rem; }

.index-newsletter__wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 18% 0 10.5%; }

.index-newsletter__title {
  margin: 0 0 2rem;
  font-size: 2.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  float: none;
  display: block;
  text-align: center; }

.index-newsletter__fieldset {
  padding: 0 145px 0 75px; }

.index-newsletter__field {
  padding: 0 1em;
  color: #fff;
  border: 1px solid rgba(188, 193, 198, 0.75);
  height: 40px;
  line-height: 40px;
  background: transparent; }

.index-newsletter__field::placeholder, .index-newsletter__field:-ms-input-placeholder, .index-newsletter__field:-moz-placeholder {
  color: rgba(245, 246, 248, 0.49); }

.index-newsletter__button {
  color: #313131;
  background-color: #f5f7f9;
  border: none;
  padding: 0;
  border-radius: 6px;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  border: 2px solid #919aa2;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  margin-right: -145px;
  width: 115px;
  height: 40px;
  line-height: 38px;
  cursor: pointer; }
  .index-newsletter__button:hover {
    color: #fff;
    background-color: #3a3b3d; }

.footer__index_newsletter {
  display: none; }

.page_index .footer__index_newsletter, .page_contact .footer__index_newsletter, .page_message_sent .footer__index_newsletter, .page_career .footer__index_newsletter, .page_about_us .footer__index_newsletter, .page_static .footer__index_newsletter {
  display: block; }

@media screen and (max-width: 52.5em) {
  .index-newsletter .index-newsletter__button {
    width: 100%;
    margin: .7em 0 0; }

  .index-newsletter__wrap {
    padding: 0; }

  .index-newsletter__field-wrapper {
    padding: 0 5px 0 0; }

  .index-newsletter__field-wrapper + .index-newsletter__field-wrapper {
    padding: 0 0 0 5px; }

  .index-newsletter .index-newsletter__title {
    margin-left: 0; }

  .index-newsletter {
    margin-top: 1.5rem; } }
@media screen and (max-width: 40em) {
  .index-newsletter__field-wrapper, .index-newsletter__field-wrapper + .index-newsletter__field-wrapper {
    padding: 0; } }
/* Homepage: map showing the position of the restaurant
   -------------------------------------------------------------------------- */
.index-map__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%; }
  .index-map__wrapper:before {
    display: table;
    content: ""; }
  .index-map__wrapper:after {
    display: table;
    content: "";
    clear: both; }

.index-map__shop {
  width: 350px;
  background-color: #fff;
  border: 1px solid #c6c6c6; }

.index-map__shop-title {
  margin-bottom: .5em;
  font-size: 1.8rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.1; }

.index-map__shop-phone {
  margin: .5em 0;
  font-size: 1.8rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 600; }

.index-map__shop-phone a {
  color: #000; }

.index-map__shop .social-icons__link {
  border: 1px solid #000; }

.index-map__order-button {
  color: #fff;
  background-color: #70a401;
  border: none;
  padding: 0.7em 0;
  border-radius: 6px;
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  display: block;
  margin-top: 1rem;
  width: 100%;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box; }
  .index-map__order-button:hover {
    color: #fff;
    background-color: #547c00; }

.index-map__embed-image {
  left: 50%;
  top: 10%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media screen and (max-width: 40em) {
  .index-map__embed-image {
    -ms-transform: translate(-60%, -40%);
    -webkit-transform: translate(-60%, -40%);
    transform: translate(-60%, -40%); } }
/* Homepage: list of restaurants (franchises only)
   -------------------------------------------------------------------------- */
.index-shop-list {
  margin: 4rem 0 1rem; }

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

.index-shop-list__header {
  margin-bottom: 3rem;
  text-align: center; }

.index-shop-list__title {
  font-size: 3.5rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 600;
  text-transform: uppercase; }

.index-shop-list__filter {
  display: inline-block; }

.index-shop-list__shop {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center; }

.index-shop-list__shop-title {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2; }

@media screen and (max-width: 52.5em) {
  .index-shop-list {
    margin: 2rem 0 0; }

  .index-shop-list__header {
    margin-bottom: 2rem; } }
@media screen and (max-width: 40em) {
  .index-shop-list__title {
    font-size: 2.5rem; } }
/* Homepage: index bottom
   -------------------------------------------------------------------------- */
.index-bottom__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%; }

.index-bottom__banners {
  font-size: 0;
  letter-spacing: 0; }

.index-bottom__banner img {
  width: 100%; }

.index-bottom__banner a {
  display: block;
  width: 100%;
  height: 100%; }

.index-bottom__banner {
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.index-bottom__banner + .index-bottom__banner {
  padding-right: 0;
  padding-left: 15px; }

@media screen and (max-width: 52.55em) {
  .index-bottom__wrapper {
    width: 100%; }

  .index-bottom__banner {
    padding-right: 0;
    display: block;
    width: 100%; }

  .index-bottom__banner img {
    display: block;
    margin: 0 auto; }

  .index-bottom__banner + .index-bottom__banner {
    padding-left: 0;
    display: block;
    margin-top: 1.5rem; } }
/* ==========================================================================
   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; }

/* --------------------------------------------------------------------------
   CYO
   (optional page)
   --------------------------------------------------------------------------
   Makes a product editable in its own page instead of a popup.
   To activate, create a 'cyo' tag in theme.xml and set this tag on the product.
   -------------------------------------------------------------------------- */
.cyo__add-button {
  color: #fff;
  background-color: #70a401;
  border: none;
  padding: 0.55em 2em 0.6em;
  border-radius: 6px;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  .cyo__add-button:hover {
    color: #fff;
    background-color: #547c00; }

.cyo__fieldset-title {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 400; }

.cyo__fieldset-description {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131; }

.cyo-enum__text {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  color: #313131;
  background-color: #fff; }

.cyo-enum__radio:checked + .cyo-enum__text {
  color: #fff;
  background-color: #313131; }

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

.cyo-set__label input[type=checkbox]:checked + .cyo-set__text:after {
  display: block;
  background-color: #313131; }

.cyo-set__group-title {
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 700; }

.cyo-set__text {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131; }

.cyo-set__text:before {
  border-color: #989898;
  background-color: #fff; }

.cyo-set__text:after {
  color: #fff;
  background-color: transparent; }

.cyo-icon-enum__text:before {
  width: 65px;
  height: 68px;
  background: url("/assets-images/cyo_sizes.png") no-repeat; }

.cyo-icon-enum__text_small:before {
  background-position: 10px 0; }

.cyo-icon-enum__text_medium:before {
  background-position: -73px 0; }

.cyo-icon-enum__text_large:before {
  background-position: -167px 0; }

/* --------------------------------------------------------------------------
   LOCATOR
   (optional page)
   --------------------------------------------------------------------------
   Page which lets the user pick a restaurant based on his address.
   Functionality is similar to index shop picker, but on its own page.
   -------------------------------------------------------------------------- */
.locator {
  margin: 9rem auto;
  color: #313131;
  background-color: #fff;
  width: 795px;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11); }

.locator__wrapper {
  padding: 4rem 3rem 4.5rem; }

.locator__title {
  font-size: 1.8rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 1.5rem; }

.locator__method {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.locator__method {
  padding-right: 3px; }

.locator__method-name {
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.locator__method + .locator__method {
  padding-right: 0;
  padding-left: 3px; }

.locator__method-name {
  background-color: #f5f7f9;
  height: 40px;
  line-height: 40px; }

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

.locator__postcode-input-wrapper {
  position: relative;
  padding-right: 0; }

.locator__postcode-input {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 1.26em 168px 1.26em 1.4em;
  border: 1px solid #bcc1c6;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  line-height: 1; }

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

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

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

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

.locator__postcode-button {
  color: #fff;
  background-color: #70a401;
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  padding: 0 2.45em;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  width: auto;
  margin-right: 0; }
  .locator__postcode-button:hover {
    color: #fff;
    background-color: #547c00; }

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

.locator__postcode-warning {
  color: #313131;
  font-size: 1.4rem;
  margin-top: .9em; }

.locator__selected {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700 uppercase; }

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

.locator__selected-link {
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: underline;
  text-transform: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

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

.locator-restaurant {
  background-color: #fff;
  padding: 1.5rem 5.5rem 0;
  border-top: 1px solid rgba(232, 232, 232, 0.61);
  position: relative; }

.locator-restaurant:first-child {
  border-top: none; }

.index-locator__wrapper .locator-restaurant {
  background: transparent; }

.locator-restaurant__name {
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  color: #313131;
  width: 40%; }

.locator-restaurant_open:after {
  cursor: pointer;
  content: '';
  width: 11px;
  height: 11px;
  border-left: 1px solid rgba(184, 184, 184, 0.5);
  border-top: 1px solid rgba(184, 184, 184, 0.5);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 4rem;
  right: 2.2rem; }

.locator-restaurant + .locator-restaurant {
  margin-top: 1.5rem; }

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

.locator-restaurant__content {
  max-width: 450px;
  margin: 0 auto; }

.locator-restaurant__toggle {
  font-size: 1.3rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 1.9rem;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.locator-restaurant__toggle:hover {
  color: #70a401;
  text-decoration: underline; }

.locator-restaurant__content-name {
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 7px; }

.locator-restaurant__opening-times {
  background-color: rgba(245, 245, 245, 0.9);
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  line-height: 1.7;
  padding: 1em .8em;
  margin: 1em -.8em 0; }

.locator-restaurant__address {
  font-size: 1.4rem;
  line-height: 1.2; }

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

.locator-restaurant__button {
  color: #fff;
  background-color: #70a401;
  border: none;
  padding: 0.6rem 0rem;
  border-radius: 6px;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.9rem;
  min-width: 90px;
  text-align: center;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .locator-restaurant__button:hover {
    color: #fff;
    background-color: #547c00; }

.locator-restaurant__map a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

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

@media screen and (max-width: 52.5em) {
  .locator {
    margin: 2rem auto; }

  .locator__wrapper {
    padding: 4rem 1rem 4.5rem; }

  .locator-restaurant__content-name {
    margin-top: 0; } }
@media screen and (max-width: 40em) {
  .locator-restaurant__button_header {
    margin-top: .7em; }

  .locator-restaurant {
    padding: 3.5rem 2.5rem 0; } }
/* --------------------------------------------------------------------------
   RESTAURANTS PAGE
   (optional page)
   -------------------------------------------------------------------------- */
.restaurants {
  margin: 1rem 0 2rem;
  padding: 1rem 1rem 1rem 0;
  background-color: #fff;
  border: 1px solid #e7e8ea;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
  box-sizing: border-box; }

.page_restaurants .page__footer-big {
  display: block; }
.page_restaurants .page__footer-small {
  display: none; }
.page_restaurants .footer__index_newsletter {
  display: block; }

@media screen and (max-width: 52.5em) {
  .restaurants {
    margin: 0;
    padding: 0; } }
.restaurants__button {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #70a401;
  font-weight: 500;
  background-color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1); }

.restaurants-search {
  margin-top: 0; }

.restaurants_show-map .restaurants__search {
  left: 1rem;
  top: 4.5rem;
  right: 1rem; }

.restaurants-search__input-wrapper {
  border: 1px solid #d6d6d6;
  border-radius: 0.5rem; }

.restaurants-search__input {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
  height: 3.6rem;
  line-height: 3.6rem;
  border-radius: 0.5rem 0 0 0.5rem; }

.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 {
  height: 3.6rem;
  line-height: 3.6rem;
  color: #212121;
  background-color: #fff; }

.restaurants-search__button_reset {
  border-radius: 0 0.5rem 0.5rem 0; }

.restaurants-search__icon-search,
.restaurants-search__icon-reset {
  line-height: 3.6rem; }

.restaurants-search__warning {
  color: #be2035; }

@media screen and (max-width: 52.5em) {
  .restaurants-search {
    margin-top: 1rem; } }
.restaurant-summary {
  color: #78838c;
  font-size: 1.3rem;
  line-height: 1.5;
  border-bottom-color: #f4f4f4; }

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

.restaurant-summary__name {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 700;
  line-height: 1.2; }

.restaurant-summary__times {
  color: #313131; }

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

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

.restaurant-details__name {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 700;
  line-height: 1.2; }

.restaurant-details__name-icon {
  margin-left: -2.3rem;
  font-size: 1.6rem;
  line-height: 1.1; }

.restaurant-details__name-icon::before {
  content: "\e815"; }

.restaurant-details__item_phone,
.restaurant-details__item_open {
  color: #313131; }

.restaurant-details__item-icon {
  color: #78838c; }

.restaurant-details__order-button {
  color: #fff;
  background-color: #70a401;
  border: none;
  padding: 0.55em 2em 0.6em;
  border-radius: 6px;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 500; }
  .restaurant-details__order-button:hover {
    color: #fff;
    background-color: #547c00; }

/* --------------------------------------------------------------------------
   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; }

/* --------------------------------------------------------------------------
   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 {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 400;
  line-height: 1.45;
  padding: 2.8rem 10rem 3rem 3rem; }

.loyalty-dropdown:before {
  width: 65px;
  height: 91px;
  right: 2.5rem;
  top: 50%;
  margin-top: -45px;
  background: url("/assets-images/loyalty-image.png") center no-repeat;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0); }

.loyalty-dropdown__title {
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 700;
  text-transform: capitilize; }

.loyalty-dropdown__rules p {
  margin-bottom: 0; }

.loyalty-dropdown__more-link {
  color: #313131;
  text-decoration: underline;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding-top: 0; }

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

.loyalty-page__banner {
  position: relative;
  margin-bottom: 2rem; }

.loyalty-page__banner:after {
  content: '';
  display: block;
  padding-top: 26.5%; }

.loyalty-page__banner__content {
  font-size: 2.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 300; }

.loyalty-page__banner__title {
  font-size: 3.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 700; }

.loyalty-page__banner__p {
  color: #313131;
  font-size: 1.4rem; }

.loyalty-page__banner__points-value {
  color: #313131;
  font-weight: 400; }

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

.loyalty-page_wrap {
  background: #fff;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
  padding: 3rem 3.5rem 2rem;
  -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11); }

.loyalty-page__howto {
  padding: 2.5rem 0 0; }

.loyalty-page__howto:before {
  content: none; }

.loyalty-page__howto p + p {
  margin-top: .5rem; }

.loyalty-page__howto ul,
.loyalty-page__howto ol {
  margin: 1rem 0 1rem 1rem; }

.loyalty-page__howto ul li {
  list-style: none;
  position: relative;
  margin: 0 0 .5rem 0;
  padding-left: 1.5rem; }

.loyalty-page__howto ul li:after {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  background: #d24943;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  left: 0;
  top: 50%;
  margin-top: -3px; }

.loyalty-page__howto ol li {
  margin: 0 0 .5rem 1.5rem;
  list-style: decimal; }

.loyalty-page__howto__wrapper {
  color: #000;
  font-weight: 300;
  min-height: 1px; }

.loyalty-page__howto__title {
  font-size: 1.8rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem; }

.loyalty-page__banner__description {
  padding-top: 1.8rem; }

.loyalty-page__banner__description .loyalty-page__howto__title {
  margin-bottom: 0; }

.loyalty-information_wrap {
  margin-top: 2.5rem;
  padding: 5rem 1rem 2rem;
  font-size: 0;
  letter-spacing: 0;
  background: #fbfbfb;
  text-align: center;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11); }

.loyalty-information_block {
  width: 20%;
  font-size: 1.4rem;
  line-height: 1.45;
  padding: 0 1rem 2rem;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.loyalty-information_icons {
  width: 95px;
  height: 75px;
  position: relative;
  margin: 0 auto 1.5rem; }

.loyalty-information_icons img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: auto; }

@media screen and (max-width: 62.5em) and (min-width: 52.55em) {
  .loyalty-information_block {
    width: 33.333%; } }
@media screen and (max-width: 45em) {
  .loyalty-information_block {
    width: 33.333%; } }
@media screen and (max-width: 30em) {
  .loyalty-information_block {
    width: 50%; } }
.loyalty-page__history {
  margin-top: 1.7rem; }

.loyalty-table__header {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  background-color: #949494;
  text-transform: uppercase; }

.loyalty-table__row {
  background-color: rgba(244, 245, 246, 0.3);
  border-top: 2px solid #fff; }

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

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

.loyalty-table td {
  font-size: 1.3rem;
  color: #313131; }

.loyalty-table__header th {
  padding: 1.8rem .5rem; }

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

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

/* --------------------------------------------------------------------------
   Static page
   -------------------------------------------------------------------------- */
.content_static {
  margin: 0;
  padding: 10px 0 20px;
  border-top: 1px solid rgba(232, 232, 232, 0.76); }

.content_static .content__main {
  float: none;
  margin: 0 auto;
  max-width: 765px;
  width: 100%;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
  background: #fff;
  padding: 3.5rem 7.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.static-page h2 {
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem; }

.static-page h2.static-page__title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.4rem; }

.static-page h2.static-page__title + p {
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 1.7; }

.static-page p {
  font-size: 1.4rem;
  color: #313131;
  line-height: 1.45; }

.static-page p:last-child {
  margin-bottom: 0; }

.static-page a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.static-page a:hover {
  text-decoration: underline;
  color: #70a401; }

@media screen and (max-width: 52.5em) {
  .content_static .content__main {
    padding: 2rem 2.5rem; } }
/* --------------------------------------------------------------------------
   Basket upselling
   -------------------------------------------------------------------------- */
.basket__upselling {
  background: #fff;
  padding: 20px 10px 12px; }

.basket-upselling {
  position: relative; }

.basket-upselling + .basket-upselling {
  margin-top: 10px; }

.basket-upselling__title {
  font-size: 1.8rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 700;
  margin-bottom: .2em; }

.basket-upselling__description {
  font-size: 1.3rem;
  color: #000; }

.basket-upselling .nice-select__container {
  width: 76.5%;
  float: left;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.basket-upselling__select {
  width: 100%; }

.basket-upselling__footer-wrapper:after {
  content: '';
  display: block;
  clear: both; }

.basket-upselling__image-wrapper img {
  width: 100%; }

.basket-upselling__image + .basket-upselling__image {
  display: none; }

.basket-upselling__header {
  position: absolute;
  top: 10px;
  left: 14px;
  right: 14px;
  z-index: 3; }

.basket-upselling__footer {
  position: absolute;
  bottom: 16px;
  left: 14px;
  right: 14px; }

.basket-upselling__button {
  line-height: 28px;
  float: right;
  width: 23.5%;
  cursor: pointer;
  background: #313131;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 2.5rem;
  height: 30px;
  color: #fff;
  text-align: center;
  border: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.basket-upselling__button:hover {
  background: #000; }

/* --------------------------------------------------------------------------
   Restaurant page
   -------------------------------------------------------------------------- */
.restaurant_page_wrap {
  background: #fff;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
  padding: 4rem; }

.restaurant_page_section {
  font-size: 0;
  letter-spacing: 0; }

.restaurant_page_left, .restaurant_page_right {
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131; }

.restaurant_page_left {
  width: 39.3%; }

.restaurant_page_right {
  width: 60.7%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 3rem; }

.restaurant_page_img img {
  display: block;
  margin: 0 auto; }

.restaurant_page_img + .restaurant_page_img {
  margin-top: 2rem; }

.restaurant_button {
  padding: 0.55em 2em 0.6em;
  border-radius: 6px;
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background: #70a401;
  text-decoration: none; }

a.restaurant_button:hover {
  background: #547c00;
  color: #fff;
  text-decoration: none; }

@media screen and (max-width: 45em) {
  .restaurant_page_left, .restaurant_page_right {
    display: block;
    width: 100%; }

  .restaurant_page_right {
    padding-left: 0;
    margin-top: 2rem; }

  .restaurant_page_wrap {
    padding: 2rem 2rem 3rem; } }
/* --------------------------------------------------------------------------
   Contact
   -------------------------------------------------------------------------- */
.contact__section {
  font-size: 0;
  letter-spacing: 0; }

.contact__section__left, .contact__section__right {
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131; }

.contact__section__left {
  width: 39.3%; }

.contact__section__right {
  width: 60.7%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 3rem; }

.contact__section_form-error {
  color: red; }

.static-page_contacts, .page_contact_ok .static-page {
  background: #fff;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
  padding: 4rem; }

.static-page_contacts .checkout-row__label {
  margin-bottom: .5em;
  margin-left: 0;
  float: none;
  width: auto; }

.static-page_contacts .checkout__fieldset {
  max-width: 420px;
  margin: 0; }

.static-page_contacts .checkout-row {
  padding-left: 0; }

.static-page_contacts .form-buttons {
  max-width: 420px; }

.static-page_contacts .form-buttons__button {
  float: none;
  width: 100%;
  padding: .85em 2em .9em; }

.static-page_contacts .checkout-row {
  margin-bottom: .7em; }

.static-page_contacts .checkout__footer {
  margin-top: .2em; }

.static-page_contacts .checkout-row__field-text::placeholder, .static-page_contacts .checkout-row__field-text:-moz-placeholder, .static-page_contacts .checkout-row__field-text:-ms-input-placeholder {
  color: rgba(49, 49, 49, 0.3); }

.static-page_contacts .checkout-row__field-text {
  padding: .35em 1.3em; }

.contact__section__img img {
  display: block;
  margin: 0 auto; }

.contact__section__img + .contact__section__img {
  margin-top: 2rem; }

.static-page_contacts h2 {
  margin-top: 0; }

@media screen and (max-width: 45em) {
  .contact__section__left, .contact__section__right {
    display: block;
    width: 100%; }

  .contact__section__right {
    padding-left: 0;
    margin-top: 2rem; }

  .static-page_contacts .checkout__fieldset, .static-page_contacts .form-buttons {
    margin: 0 auto; }

  .static-page_contacts, .page_contact_ok .static-page {
    padding: 2rem 2rem 3rem; } }
/* --------------------------------------------------------------------------
   Contact message
   -------------------------------------------------------------------------- */
.content_message {
  padding: 15px 0; }

.static-page_message {
  padding: 50px 20px; }

.content_message .content__wrapper {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 600;
  text-align: center;
  background: url("/assets-images/message-bg.jpg") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

.static-page_message p {
  text-transform: uppercase; }

.static-page_message_button {
  margin-top: 3rem; }

.static-page__title {
  font-size: 3rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem; }

.message_button_locator,
.message_button_home {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 1rem;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: .5em;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  min-width: 235px;
  text-align: center;
  transition: all .3s; }

.message_button_locator {
  border: 2px solid #d3d3d3;
  background-color: #fff;
  color: #313131; }

.message_button_home {
  border: 2px solid #70a401;
  background-color: #70a401;
  color: #fff; }

.message_button_home:hover {
  background: #547c00;
  border-color: #547c00; }

.message_button_locator:hover {
  background: #313131;
  color: #fff;
  border-color: #313131; }

@media screen and (max-width: 52.5em) {
  .content_message {
    padding-bottom: 0; } }
/* Recrut page
---------------------------------------------------*/
.content_recrut {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem; }

.static-page_recrut {
  background: #fff;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
  padding: 3.5rem 2.4rem; }

.recrut__footer {
  text-align: center; }
  @media screen and (max-width: 52.5em) {
    .recrut__footer {
      display: block;
      width: 100%;
      max-width: 42rem;
      margin-left: auto;
      margin-right: auto; } }
.recrut .recrut__button {
  display: inline-flex;
  margin-top: 2rem;
  line-height: 2.4rem;
  padding: .5rem;
  min-width: auto;
  text-decoration: none;
  color: #fff;
  background-color: #70a401;
  border: none;
  padding: 0.55em 2em 0.6em;
  border-radius: 6px;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .recrut .recrut__button:hover {
    color: #fff;
    background-color: #547c00; }
  .recrut .recrut__button:hover {
    color: #fff;
    background-color: #547c00;
    text-decoration: none; }

/* Form validation
---------------------------------------------------*/
[data-form-validation-message] {
  display: none; }

[data-form-row-invalid] [data-form-validation-message] {
  display: block; }

[data-form-row-invalid] input,
[data-form-row-invalid] textarea {
  border-color: #e91a32; }

.form-row__message {
  margin-top: .5rem;
  color: #e91a32;
  font-size: 1.3rem;
  line-height: 1; }

/*-----------------------------------------------------------------------------------------
    Pizza nav
 ------------------------------------------------------------------------------------------*/
.pizza-nav__list, .menu-filter__list {
  font-size: 0;
  letter-spacing: 0;
  margin: 0 -10px; }

.pizza-nav__list {
  text-align: center; }

.pizza-nav__item, .menu-filter__item {
  display: inline-block;
  vertical-align: middle;
  width: 33.33%;
  font-size: 1.4rem;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.menu-filter__item {
  width: 50%; }

.pizza-nav__text, .menu-filter__text {
  margin-bottom: 20px;
  padding: 5px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #3a3b3d; }

.pizza-nav__text:hover, .menu-filter__text:hover {
  background: #3a3b3d;
  color: #fff; }

.pizza-nav__radio:checked + .pizza-nav__text, .menu-filter__radio:checked + .menu-filter__text {
  background: #3a3b3d;
  color: #fff; }

.pizza-nav__label .pizza-nav__radio, .menu-filter__radio {
  display: none; }

.menu-filter__radio:disabled + .menu-filter__text {
  color: #ccc;
  border-color: #ccc; }

.menu-filter__radio:disabled + .menu-filter__text:hover {
  background: none;
  color: #ccc;
  cursor: default; }

@media screen and (max-width: 28em) {
  .pizza-nav__item, .menu-filter__item {
    width: 100%; }

  .compose__description {
    padding-top: 5px; } }
/*-----------------------------------------------------------------------------------------
    Compose
 ------------------------------------------------------------------------------------------*/
.compose {
  padding: 3rem 3.5rem 3.5rem;
  background: #fff;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11); }

.compose__title {
  font-size: 1.8rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 600;
  text-transform: uppercase;
  float: left;
  padding: 3px 0; }

.compose__top {
  padding-bottom: 2rem; }

.compose-row__title, .compose-row__title-cheezy {
  padding-bottom: 4px;
  font-size: 1.8rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5rem;
  border-bottom: 1px solid rgba(220, 220, 220, 0.63); }

.compose-enum-icon, .compose-row-wrapper, .compose-2col-grid {
  font-size: 0;
  letter-spacing: 0; }

.compose-enum-icon__option {
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  width: 110px;
  font-size: 1.3rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131; }

.compose-row-wrapper_crust .compose-row, .compose-2col-grid .compose-row {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.compose-row-wrapper_crust .compose-row, .compose-2col-grid .compose-row {
  padding-right: 0%; }

.compose-row-wrapper_crust .compose-row + .compose-row, .compose-2col-grid .compose-row + .compose-row {
  padding-right: 0;
  padding-left: 0%; }

.compose__description {
  padding-right: 70px; }

.compose-row-wrapper_crust .compose-enum-icon__option {
  vertical-align: top; }

.compose-row-wrapper_crust .compose-enum-icon__text {
  min-height: 36px; }

.compose-row__toppings-title {
  margin-bottom: 3rem; }

.compose-enum-icon__label_text-on-icon {
  padding-bottom: 18px;
  display: block; }

.compose-enum-icon__label_text-on-icon .compose-enum-icon__text {
  font-size: 1.2rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -33px;
  left: 50%;
  margin-left: -31px; }

.compose__header, .compose__footer {
  overflow: hidden; }

.compose__footer {
  padding-top: 4.5rem; }

.compose_price {
  float: right; }

.compose__price-value {
  font-size: 2rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 600;
  text-transform: uppercase; }

.compose__add-button {
  margin-left: 15px;
  background: #70a401;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 30px;
  width: 65px;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 2.4rem;
  border: 0;
  line-height: 28px;
  cursor: pointer; }

.compose__add-button:hover {
  background: #547c00; }

.compose-enum-icon {
  margin-bottom: 20px; }

.compose-enum-icon__icon {
  padding-bottom: 10px; }

.compose-enum-icon__text {
  min-height: 36px; }

.compose-enum-icon__icon,
.compose-enum-icon__text {
  opacity: .4;
  cursor: pointer; }

.compose {
  counter-reset: step_num; }

.compose-row__title:before {
  counter-increment: step_num;
  content: counter(step_num) ". "; }

.compose-enum-icon__icon, .compose-enum-icon__text {
  display: block; }

.compose-enum-icon__radio {
  display: none; }

.compose-enum-icon__radio:checked + .compose-enum-icon__icon, .compose-enum-icon__radio:checked + .compose-enum-icon__icon + .compose-enum-icon__text {
  opacity: 1; }

.compose-set__wrapper {
  font-size: 0;
  letter-spacing: 0; }

.compose-set__option {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  width: 33.33%;
  font-size: 1.3rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131; }

.compose-enum-icon__radio:disabled + .compose-enum-icon__icon {
  opacity: .2; }

.compose-enum-icon__radio:disabled ~ .compose-enum-icon__icon,
.compose-enum-icon__radio:disabled ~ .compose-enum-icon__text {
  cursor: default; }

.compose-set__label input {
  display: none; }

.compose-set__option .compose-set__label,
.set__wrapper_label .popup-set__option .popup-set__label,
.popup-set__wrapper .popup-set__option input + input + .popup-set__label {
  position: relative;
  margin-left: 27px !important;
  padding-left: 23px !important; }

.popup-set__wrapper .popup-set__option .popup-set__label {
  margin-left: 27px !important; }

.compose-set__option .compose-set__label .compose-set__text,
.set__wrapper_label .popup-set__option .popup-set__label .popup-set__text,
.popup-set__wrapper .popup-set__option .popup-set__label .popup-set__text {
  position: relative;
  padding-left: 25px;
  display: inline-block; }

.compose-set__option .compose-set__label:before,
.compose-set__option .compose-set__label .compose-set__text:before,
.set__wrapper_label .popup-set__option .popup-set__label:before,
.set__wrapper_label .popup-set__option .popup-set__label .popup-set__text:before,
.popup-set__wrapper .popup-set__option input + input + .popup-set__label:before,
.popup-set__wrapper .popup-set__option .popup-set__label .popup-set__text:before {
  left: 0;
  content: '';
  top: 50%;
  margin-top: -8px;
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #989898;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.compose-set__option .compose-set__label:after,
.compose-set__option .compose-set__label .compose-set__text:after,
.set__wrapper_label .popup-set__option .popup-set__label:after,
.set__wrapper_label .popup-set__option .popup-set__label .popup-set__text:after,
.popup-set__wrapper .popup-set__option input + input + .popup-set__label:after,
.popup-set__wrapper .popup-set__option .popup-set__label .popup-set__text:after {
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: '';
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 0;
  background-color: transparent;
  border-bottom: 2px solid #313131;
  border-right: 2px solid #313131;
  width: 3px;
  margin: -5px 6px 0;
  height: 7px;
  content: '';
  position: absolute;
  border-top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 0;
  border-left: 0; }

.compose-set__option input:checked + .compose-set__label .compose-set__text:before,
.compose-set__option input:checked + input + .compose-set__label:before,
.set__wrapper_label .popup-set__option input:checked + input + .popup-set__label:before,
.set__wrapper_label .popup-set__option input:checked + .popup-set__label .popup-set__text:before,
.popup-set__wrapper .popup-set__option input:checked + input + .popup-set__label:before,
.popup-set__wrapper .popup-set__option input:checked + .popup-set__label .popup-set__text:before,
.popup-set__wrapper .popup-set__option input:checked + .popup-set__text:before {
  border-color: #313131; }

.compose-set__option input:checked + .compose-set__label .compose-set__text:after,
.compose-set__option input:checked + input + .compose-set__label:after,
.set__wrapper_label .popup-set__option input:checked + input + .popup-set__label:after,
.set__wrapper_label .popup-set__option input:checked + .popup-set__label .popup-set__text:after,
.set__wrapper_label .popup-set__option input:checked + .popup-set__text:after,
.popup-set__wrapper .popup-set__option input:checked + input + .popup-set__label:after,
.popup-set__wrapper .popup-set__option input:checked + .popup-set__label .popup-set__text:after,
.popup-set__wrapper .popup-set__option input:checked + .popup-set__text:after {
  opacity: 1; }

.compose__half + .compose__half {
  padding-top: 4rem; }

.compose__half__content {
  background: #fcfcfc;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
  padding: 3rem 3.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.compose__half .compose-row__title {
  margin-bottom: 0;
  border-bottom: 0; }

.compose__half-header {
  margin-bottom: 1.5rem; }

.compose__half-header:after {
  content: '';
  display: block;
  clear: both; }

.compose__half-product-title {
  font-size: 1.8rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  font-weight: 600;
  text-transform: uppercase;
  margin: 1rem 0; }

.compose__half-picture {
  float: left;
  width: 120px; }

.compose__half-top {
  float: right;
  width: -moz-calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5rem; }

.compose__half-top .nice-select__container {
  min-width: 155px; }

.compose__half-top .nice-select.open .list {
  max-height: 35rem; }

.compose__half-top .nice-select:after {
  border-top-color: #313131; }

.compose__half-top .nice-select.open:after {
  border-bottom-color: #313131;
  border-top-color: transparent; }

.compose__half-top-select {
  width: 100%; }

.compose__half-picture-wrapper {
  position: relative;
  overflow: hidden; }

.compose__half-picture-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 145px;
  width: 50%;
  background: #fcfcfc;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.compose__half + .compose__half .compose__half-picture-wrapper:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 4px; }

.compose-row_enum.compose-row_cheezy {
  display: none; }

.compose-row-wrapper_show-cheezy .compose-row_enum.compose-row_cheezy {
  display: inline-block; }

.compose-set__title-left {
  width: 38px; }

.compose-set__title-right {
  width: 44px; }

.compose-set__title-right, .compose-set__title-left {
  display: inline-block;
  vertical-align: middle;
  word-wrap: break-word;
  line-height: 1; }

@media screen and (max-width: 66em) and (min-width: 52.55em) {
  .compose-row-wrapper_crust .compose-row, .compose-2col-grid .compose-row, .compose-row-wrapper_crust .compose-row + .compose-row, .compose-2col-grid .compose-row + .compose-row {
    padding: 0; }

  .compose-row-wrapper_crust .compose-row, .compose-2col-grid .compose-row {
    width: 100%;
    display: block; }

  .compose-row_enum.compose-row_cheezy {
    display: none; }

  .compose-row-wrapper_show-cheezy .compose-row_enum.compose-row_cheezy {
    display: block; } }
@media screen and (max-width: 45em) {
  .compose {
    padding: 2rem 1.5rem 2.5rem; }

  .compose-row-wrapper_crust .compose-row, .compose-2col-grid .compose-row, .compose-row-wrapper_crust .compose-row + .compose-row, .compose-2col-grid .compose-row + .compose-row {
    padding: 0; }

  .compose-row-wrapper_crust .compose-row, .compose-2col-grid .compose-row {
    width: 100%;
    display: block; }

  .compose-set__option {
    width: 50%; }

  .compose-row_enum.compose-row_cheezy, .compose-set__wrapper_title .compose-set__option:last-child {
    display: none; }

  .compose-row-wrapper_show-cheezy .compose-row_enum.compose-row_cheezy {
    display: block; } }
@media screen and (max-width: 40em) {
  .compose__half-picture {
    width: 60px; }

  .compose__half__content {
    padding: 2rem 1.5rem; }

  .compose__half-top {
    width: -moz-calc(100% - 620px);
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    padding-left: 2rem; }

  .compose__half-picture-wrapper:after {
    height: 75px; } }
@media screen and (max-width: 25em) {
  .compose-set__option {
    width: 100%; }

  .compose-set__wrapper_title .compose-set__option {
    display: none; }

  .compose-set__wrapper_title .compose-set__option:first-child {
    display: block; } }
[data-double] .compose-set__label {
  display: inline-block;
  margin: 0.8rem 0rem;
  padding-left: 0; }

[data-double] .compose-set__text {
  display: initial;
  padding-left: 0; }

[data-double] .compose-set__text::before {
  content: none; }

.compose-set__option, .popup-set__option {
  position: relative; }
  .compose-set__option[data-double], .popup-set__option[data-double] {
    display: inline-block;
    padding-left: 0;
    margin: 0; }
    .compose-set__option[data-double] .popup-set__text:after, .compose-set__option[data-double] .popup-set__text:before, .popup-set__option[data-double] .popup-set__text:after, .popup-set__option[data-double] .popup-set__text:before {
      display: block; }
    .compose-set__option[data-double] .popup-set__label, .popup-set__option[data-double] .popup-set__label {
      width: initial;
      height: initial;
      margin: 0.8rem 0rem;
      padding-left: 0; }

.compose-set__option input, .popup-set__option input {
  display: initial;
  margin: 0;
  position: absolute;
  width: 15px;
  height: 16px;
  left: 28px;
  top: 8px;
  z-index: 2;
  opacity: 0;
  cursor: pointer; }

.compose-set__option input[data-quantity="2"], .popup-set__option input[data-quantity="2"] {
  left: 51px; }

@media screen and (max-width: 40em) {
  .popup-set__wrapper_title .popup-set__option:nth-child(3) {
    display: none; } }
@media screen and (max-width: 30em) {
  .popup-set__wrapper_title .popup-set__option:nth-child(2) {
    display: none; } }
/* ==========================================================================
   BESPOKE FORMS. Ex: contact, careers
   ========================================================================== */
.form__fieldset {
  max-width: 42rem; }

.form-row__group {
  margin: 0.8rem 0; }

.form-row__label_required:after {
  content: '*';
  display: inline-block; }

.form-row__field-text, .form-row__field-textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 0.49rem 1.82rem;
  border: 1px solid rgba(157, 157, 157, 0.8);
  border-radius: 6px; }

.form-row__field-text, .form-row__field-textarea {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.form-row__warning {
  border-color: #e4ab3a;
  background-color: #f9eeba; }

@media screen and (max-width: 45em) {
  .form__fieldset {
    margin: auto; } }
.form-row_upload {
  margin-bottom: 1.4rem; }
  .form-row_upload .form-row__label span {
    font-size: 1.2rem;
    display: block; }
  .form-row_upload .form-row__group {
    display: flex; }
  .form-row_upload .form-row__field-text {
    border-radius: .6rem 0 0 .6rem;
    width: calc(100% - 8rem);
    border-right: none; }
  .form-row_upload .form-row__field-text,
  .form-row_upload .form-buttons__button {
    padding-top: .5rem;
    padding-bottom: .5rem;
    line-height: 2rem; }
  .form-row_upload .form-buttons__button {
    border-radius: 0 .6rem .6rem 0;
    width: 8rem;
    padding: .5rem;
    min-width: auto; }

/* ==========================================================================
   Loyalty marketing page
   ========================================================================== */
.page_loyalty_marketing .page__footer-big {
  display: block; }
.page_loyalty_marketing .page__footer-small {
  display: none; }
.page_loyalty_marketing .footer__index_newsletter {
  display: block; }

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

.loyalty-marketing__banner-top-image {
  display: block;
  margin: auto; }

.loyalty-marketing__banner-top-image_mobile {
  display: none; }

@media screen and (max-width: 40em) {
  .loyalty-marketing__banner-top-image_default {
    display: none; }

  .loyalty-marketing__banner-top-image_mobile {
    display: block; } }
.loyalty-marketing__content {
  margin: 1.5rem 0 2rem; }

.loyalty-marketing__wrapper {
  padding: 3rem 3.5rem 2rem;
  background: #fff;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11); }

.loyalty-marketing__banner-cta {
  position: relative;
  overflow: hidden; }

.loyalty-marketing__banner-cta-image {
  position: absolute;
  left: 0;
  top: 0;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

.loyalty-marketing__banner-cta-content {
  padding: 2.5rem 5% 3rem;
  text-align: center; }

.loyalty-marketing__banner-cta-title {
  position: relative;
  margin: 0 auto 2rem;
  width: 650px;
  max-width: 100%;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2; }

.loyalty-marketing__banner-cta-button {
  position: relative;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #70a401;
  border: none;
  padding: 0 2.5rem;
  border-radius: 6px;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .loyalty-marketing__banner-cta-button:hover {
    color: #fff;
    background-color: #547c00; }

.content_private-policy table {
  width: 100%;
  table-layout: fixed;
  word-break: break-word; }

.page_workatpizzahut h2.static-page__title {
  margin-bottom: 2rem; }
.page_workatpizzahut .recrut-form__content {
  margin-bottom: 4rem; }
  .page_workatpizzahut .recrut-form__content p {
    margin-bottom: 1.5rem; }
.page_workatpizzahut .page__footer-small {
  display: none; }
.page_workatpizzahut .page__footer-big {
  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; } }
