@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap");
@import url(intlTelInput.css);
@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; }
@font-face {
  font-family: 'Open Sans';
  src: url("/assets-fonts/OpenSansRegular.woff2") format("woff2"), url("/assets-fonts/OpenSansRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Open Sans Condensed';
  src: url("/assets-fonts/OpenSansCondensed-Light.woff2") format("woff2"), url("/assets-fonts/OpenSansCondensed-Light.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Open Sans Condensed';
  src: url("/assets-fonts/OpenSansCondensed-Bold.woff2") format("woff2"), url("/assets-fonts/OpenSansCondensed-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'PapaSans-Regular';
  src: url("/assets-fonts/PapaSans-Regular.woff2") format("woff2"), url("/assets-fonts/PapaSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'PapaSans-MediumCondensed';
  src: url("/assets-fonts/PapaSans-MediumCondensed.woff2") format("woff2"), url("/assets-fonts/PapaSans-MediumCondensed.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'PapaSans-Heavy';
  src: url("/assets-fonts/PapaSans-Heavy.woff2") format("woff2"), url("/assets-fonts/PapaSans-Heavy.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'ItalianPlateNo2Regular';
  src: url("/assets-fonts/plateRegular.woff2") format("woff2"), url("/assets-fonts/plateRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ItalianPlateNo2Bold';
  src: url("/assets-fonts/PlateBold.woff2") format("woff2"), url("/assets-fonts/PlateBold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ItalianPlateNo2Black';
  src: url("/assets-fonts/PlateBlack.woff2") format("woff2"), url("/assets-fonts/PlateBlack.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/***************************
  Desktop menu
***************************/
.dropdown-menu__header-link {
  display: block;
  padding: 1em;
  text-decoration: none; }

.dropdown-menu__header-separator-icon:before {
  content: '|';
  padding-right: 3px; }

.dropdown-menu__header-icon:before {
  -webkit-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out; }

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

.dropdown-menu__body {
  position: absolute;
  right: 0;
  top: 100%; }

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

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

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

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

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

.dropdown-menu__item-link {
  display: block;
  padding: .5rem;
  text-decoration: none; }

.dropdown-menu__item-link:hover {
  text-decoration: underline; }

.dropdown-menu__item_active .dropdown-menu__item-link {
  font-weight: 700; }

.dropdown-menu__header-language-short {
  display: none; }

/*********************************************
  Compose
*********************************************/
.compose__header {
  margin-bottom: .7em; }
  .compose__header:before {
    display: table;
    content: ""; }
  .compose__header:after {
    display: table;
    content: "";
    clear: both; }

.compose__header-title {
  float: left;
  font-size: 3.3rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.1; }

.compose__add-button-wrapper {
  float: right;
  margin-left: .9rem; }

.compose__add-button-price {
  display: block;
  float: left;
  margin-right: 1rem;
  font-size: 3.3rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.1; }

.compose__add-button {
  float: right;
  color: #fff;
  background-color: #0f9675;
  border: none;
  padding: 0.2em 0.7em;
  border-radius: 0.2em;
  font-size: 2.6rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  .compose__add-button:hover {
    color: #000;
    background-color: #cfe3df; }

.compose__add-new-button {
  display: inline-block;
  margin-right: .7em;
  font-size: 2.6rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #0f9675;
  font-weight: 400;
  line-height: 1.1; }

.compose__add-button-surcharge {
  display: block;
  float: left;
  margin: 1.4rem 1.2rem 0 0;
  font-size: 1.8rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1; }

.popup-buttons .compose__add-button-surcharge_default {
  display: block;
  float: right;
  margin: 1.2rem 1.2rem 0 0; }
.popup-buttons .compose__add-button-surcharge_mobile {
  display: none;
  float: none;
  margin: 0 0 1rem;
  text-align: right; }
@media screen and (max-width: 40em) {
  .popup-buttons .compose__add-button-surcharge_default {
    display: none; }
  .popup-buttons .compose__add-button-surcharge_mobile {
    display: block; } }

@media screen and (max-width: 61.25em) and (min-width: 52.5625em), screen and (max-width: 40em) {
  .compose__header .compose__add-button-surcharge {
    margin-right: 0; }

  .compose__header .compose__add-button-surcharge ~ .compose__add-button {
    clear: left;
    margin-top: .5rem; } }
.compose__banner-image {
  display: block;
  width: 100%; }

.compose__helper {
  margin-top: 1em;
  font-size: 1.9rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400; }

.compose__footer {
  margin-top: 1em; }
  .compose__footer:before {
    display: table;
    content: ""; }
  .compose__footer:after {
    display: table;
    content: "";
    clear: both; }

/* Form */
.compose__fieldset {
  padding: 1.5em 0;
  padding-left: 147px; }

.compose__fieldset + .compose__fieldset {
  border-top: 2px dotted #c7c7c7; }

.compose__fieldset-title {
  display: inline-block;
  float: left;
  margin-left: -147px;
  font-size: 2.5rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2; }

.compose__fieldset-group + .compose__fieldset-group {
  margin-top: 1em; }

/* Quantity */
.quantity-box__field {
  width: 1.8em;
  font-size: 2.1rem;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05); }

.quantity-box__button {
  display: inline-block;
  color: #a2a2a2;
  font-size: 2rem;
  line-height: 32px;
  text-decoration: none; }

.quantity-box__icon-minus: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.3em;
  margin-left: 0.3em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

.quantity-box__icon-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.3em;
  margin-left: 0.3em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

/* Variants */
.compose-enum:before {
  display: table;
  content: ""; }
.compose-enum:after {
  display: table;
  content: "";
  clear: both; }

.compose-enum__option {
  float: left;
  margin-bottom: 3px;
  font-size: 1.8rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .5px;
  border-left: 1px solid #ccc; }

.compose-enum__option:first-child {
  border-radius: .3rem 0 0 .3rem;
  border-left: none;
  overflow: hidden; }

.compose-enum__option:last-child {
  border-radius: 0 .3rem .3rem 0;
  overflow: hidden; }

.compose-enum__label {
  display: block;
  position: relative;
  white-space: nowrap; }
  .compose-enum__label:before {
    display: table;
    content: ""; }
  .compose-enum__label:after {
    display: table;
    content: "";
    clear: both; }

.compose-enum__radio {
  position: absolute;
  left: 0;
  top: 0; }

.compose-enum__text {
  display: block;
  position: relative;
  padding: .2em 1.3em;
  background-color: #dbdbdb;
  cursor: pointer;
  overflow: hidden; }

.compose-enum__radio:checked + .compose-enum__text {
  color: #fff;
  background-color: #148f6a; }

.compose-enum__radio:disabled + .compose-enum__text {
  color: #aaa;
  cursor: default; }

/* Variants with thumbs */
.compose-enum_thumbs .compose-enum__option {
  margin: 0 1rem 1rem 0;
  border-radius: .3rem;
  overflow: hidden;
  border-left: 0; }

.compose-enum_thumbs .compose-enum__radio {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }

.compose-enum_thumbs .compose-enum__text {
  float: right;
  padding: 0 .5em 0 0;
  height: 58px;
  line-height: 58px; }

.compose-enum_thumbs .compose-enum__label img {
  float: left;
  position: relative;
  margin-right: .5em;
  height: 58px;
  cursor: pointer; }

/* Size */
.compose__fieldset_size .compose__fieldset-group {
  float: left;
  margin: -1.5em 0;
  padding: .5em 0;
  width: 100%; }

.compose__fieldset_size .compose__fieldset-title {
  margin-top: .35em; }

.compose-size:before {
  display: table;
  content: ""; }
.compose-size:after {
  display: table;
  content: "";
  clear: both; }

.compose-size__option {
  float: left;
  margin-right: 5%;
  padding: 14px 0;
  height: 47px; }

.compose-size__option:last-child {
  margin-right: 0; }

.compose-size__label {
  display: block;
  position: relative;
  line-height: 47px;
  font-size: 2.3rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer; }
  .compose-size__label:before {
    display: table;
    content: ""; }
  .compose-size__label:after {
    display: table;
    content: "";
    clear: both; }

.compose-size__radio {
  position: absolute;
  left: 0;
  top: 40%; }

.compose-size__title {
  display: block;
  position: relative; }

.compose-size__icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden; }

[data-sku-icon=small] .compose-size__label {
  padding-left: 57px; }

[data-sku-icon=small] .compose-size__icon {
  width: 47px;
  height: 47px;
  background: #fff url("/assets-images/icon-size-medium.png") no-repeat 0 0; }

[data-sku-icon=small-plus] .compose-size__label {
  padding-left: 60px; }

[data-sku-icon=small-plus] .compose-size__icon {
  top: -3px;
  width: 51px;
  height: 51px;
  background: #fff url("/assets-images/icon-size-medium-up.png") no-repeat 0 0; }

[data-sku-icon=medium] .compose-size__label {
  padding-left: 66px; }

[data-sku-icon=medium] .compose-size__icon {
  top: -5px;
  width: 56px;
  height: 56px;
  background: #fff url("/assets-images/icon-size-medium-plus.png") no-repeat 0 0; }

[data-sku-icon=medium-plus] .compose-size__label {
  padding-left: 69px; }

[data-sku-icon=medium-plus] .compose-size__icon {
  top: -7px;
  width: 60px;
  height: 60px;
  background: #fff url("/assets-images/icon-size-large-minus.png") no-repeat 0 0; }

[data-sku-icon=large] .compose-size__label {
  padding-left: 75px; }

[data-sku-icon=large] .compose-size__icon {
  top: -9px;
  width: 65px;
  height: 65px;
  background: #fff url("/assets-images/icon-size-large.png") no-repeat 0 0; }

.compose-size__radio:checked ~ .compose-size__title {
  color: #ab131b; }

.compose-size__radio:checked ~ .compose-size__icon {
  background-position: left bottom; }

/* Set options (3 cols on desktop) */
.compose__fieldset-group_set + .compose__fieldset-group_set {
  margin-top: 2em; }

.compose__fieldset-group-title {
  margin-bottom: .3em;
  font-size: 2.5rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #ab131b;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2; }

.compose-set {
  overflow: hidden; }
  .compose-set:before {
    display: table;
    content: ""; }
  .compose-set:after {
    display: table;
    content: "";
    clear: both; }

.compose-set__option {
  float: left;
  width: 33.33%; }

.compose-set__option:nth-child(3n+1) {
  clear: left; }

.compose-set__option:first-child {
  clear: none; }

.compose-set__label {
  display: block;
  position: relative;
  padding: 0 5px 8px 21px;
  cursor: pointer; }

.compose-set__label input[type=checkbox] {
  position: absolute;
  left: -1px;
  top: 0; }

.compose-set__text {
  position: relative;
  display: block; }

.compose-set__text:before,
.compose-set__text:after {
  content: '';
  display: block;
  position: absolute;
  left: -21px;
  top: -1px;
  width: 16px;
  height: 16px;
  box-sizing: border-box; }

.compose-set__text:before {
  top: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid;
  background-color: #fff; }

.compose-set__text:after {
  top: 1px;
  display: none;
  margin: 3px;
  width: 10px;
  height: 10px;
  background-color: #0f9675; }

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

.compose-set__label input[type=checkbox]:checked + .compose-set__text:after {
  display: block; }

@media screen and (min-width: 75.0625em) {
  .compose-set__option {
    width: 25%; }

  .compose-set__option:nth-child(3n+1) {
    clear: none; }

  .compose-set__option:nth-child(4n+1) {
    clear: left; } }
@media screen and (max-width: 40em) {
  .compose-set__option {
    float: left;
    width: 50%; }

  .compose-set__option:nth-child(3n+1) {
    clear: none; }

  .compose-set__option:nth-child(2n+1) {
    clear: left; } }
@media screen and (max-width: 30em) {
  .compose__fieldset {
    padding: 1em 0; }

  .compose__fieldset-title {
    display: block;
    float: none;
    margin: 0 0 .5em;
    line-height: 1; }

  .compose__fieldset_size .compose__fieldset-title {
    margin-top: 0; }

  .compose__fieldset_quantity {
    padding-left: 100px; }

  .compose__fieldset_quantity .compose__fieldset-title {
    float: left;
    margin-left: -100px; } }
@media screen and (max-width: 20em) {
  .compose-set__option {
    float: none;
    width: 100%; } }
/****************
  Half & Half
****************/
/* H&H common setting */
.compose__half-common-setting {
  margin-top: 1.5em;
  background-color: #f4f1f3; }

.compose__half-common-setting .compose__fieldset {
  padding-left: 155px;
  padding-right: 1em; }

.compose__half-common-setting .compose__fieldset-title {
  margin-left: -145px; }

.compose_half-half .compose-size__icon {
  background-color: #f4f1f3; }

@media screen and (max-width: 30em) {
  .compose__half-common-setting .compose__fieldset {
    padding: 1em; }

  .compose__half-common-setting .compose__fieldset-title {
    margin: 0 0 .5em; }

  .compose__half-common-setting .compose__fieldset_quantity {
    padding-left: 115px; }

  .compose__half-common-setting .compose__fieldset_quantity .compose__fieldset-title {
    float: left;
    margin: 0 0 0 -100px; } }
/* H&H half section */
.side-set {
  margin-top: 2em;
  padding: 0 1em;
  border: 5px solid #ab131b; }

.side-set__label-wrapper {
  margin: 0 -1em 1em;
  padding: .3em 1em .5em;
  color: #fff;
  background-color: #ab131b; }

.side-set__label {
  display: inline-block;
  padding-right: 55px;
  font-size: 3rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 36px;
  background: url("/assets-images/icon-half-left.png") no-repeat right center; }

.side-set__label_right-side {
  background-image: url("/assets-images/icon-half-right.png"); }

/* H&H product info */
.side-set__header:before {
  display: table;
  content: ""; }
.side-set__header:after {
  display: table;
  content: "";
  clear: both; }

.side-set__header-image {
  float: left;
  width: 36%;
  margin-right: 2%; }

.side-set__header-product-name {
  display: none;
  margin-top: .5em;
  font-size: 2.5rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase; }

.side-set__header-product-description {
  display: none;
  margin-top: .5em;
  font-size: 1.5rem; }

/* Fieldsets */
.side-set .compose__fieldset {
  padding-left: 0; }

.side-set .compose__fieldset-title {
  display: block;
  float: none;
  margin: 0 0 1em; }

@media screen and (max-width: 30em) {
  .side-set {
    margin-top: 1em;
    padding: 0;
    border: none; }

  .side-set__label-wrapper {
    margin: 0 0 1em; }

  .side-set__header-image {
    display: none !important; } }
/***************************
  Grouped skus
***************************/
.grouped-skus__part {
  padding-left: 190px; }

.grouped-skus__part + .grouped-skus__part {
  margin-top: 1em; }

.grouped-skus__title {
  line-height: 40px;
  margin-left: -190px;
  font-size: 2.7rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase; }

.grouped-skus__list {
  border-radius: 1rem;
  overflow: hidden; }

.grouped-skus__text {
  height: 40px;
  line-height: 40px;
  font-size: 2.4rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  background-color: #f2f1f1;
  border-left: 1px solid #c6c6c6; }

.grouped-skus__item:first-child .grouped-skus__text {
  border-left: none; }

.grouped-skus__radio:checked + .grouped-skus__text {
  color: #fff;
  background-color: #ab131b; }

.grouped-skus__radio:disabled + .grouped-skus__text {
  color: #ddd;
  background-color: #f2f1f1; }

@media screen and (max-width: 40em) {
  .grouped-skus__part {
    padding-left: 0; }

  .grouped-skus__title {
    float: none;
    margin: 0 0 .3em;
    line-height: 1; } }
/**********************
  Rewards account page
**********************/
.rewards-banner {
  margin-bottom: 1.2em;
  padding: 1em 1.2em;
  font-size: 2.9rem;
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: 400;
  line-height: 1.25;
  background: #8c1813 url("/assets-images/rewards-bg.jpg") repeat center top;
  background-size: cover; }
  .rewards-banner:before {
    display: table;
    content: ""; }
  .rewards-banner:after {
    display: table;
    content: "";
    clear: both; }

.rewards-banner__inner {
  margin: auto;
  max-width: 1000px; }

.rewards-banner__content {
  overflow: hidden; }

.rewards-banner__welcome {
  margin-bottom: .5em; }

.rewards-banner__title {
  margin-bottom: .2em;
  font-size: 7rem;
  line-height: 1;
  text-transform: uppercase; }

.rewards-banner__amount {
  display: inline-block;
  padding: 0 1.5rem 0rem;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: #df2140;
  white-space: nowrap; }

@media screen and (min-width: 100.0625em) {
  .rewards-banner__title {
    font-size: 8.8rem; } }
/* Rewards animated meter */
.rewards-banner__logo {
  display: none;
  float: left;
  margin-right: 30px;
  width: 270px;
  text-align: center; }

.rewards-header {
  position: relative;
  float: left;
  margin-right: 30px;
  width: 270px;
  height: 256px; }

.no-svg .rewards-header {
  display: none; }

.no-svg .rewards-banner__logo {
  display: block; }

.rewards-header__pizza-meter-bg {
  position: absolute;
  left: 0;
  top: 0; }

.pizza-meter {
  height: 270px;
  width: 256px; }

.pizza-meter svg {
  display: block;
  margin: 0 auto;
  position: relative;
  left: 6px;
  top: 43px;
  height: 170px;
  width: 170px; }

.pizza-meter svg .toppings, .pizza-meter svg .crust, .pizza-meter svg [class*="pep"] {
  display: none; }

@media screen and (max-width: 52.5em) {
  .rewards-banner__title {
    font-size: 5rem; }

  .rewards-banner__amount {
    font-size: 5rem; }

  .rewards-banner__summary {
    margin-top: .5em; } }
@media screen and (max-width: 48em) {
  .rewards-banner {
    padding: 1em .5em; } }
@media screen and (max-width: 40em) {
  .rewards-header {
    float: none;
    margin: 0 auto 1em; }

  .rewards-banner__content {
    text-align: center; }

  .rewards-banner__amount {
    display: inline-block;
    float: none;
    margin: .2em 0 0; }

  .rewards-banner__summary {
    display: block;
    float: none; }

  .rewards-banner__logo {
    float: none;
    margin: 0 0 1em;
    width: 100%; } }
/* Rewards: history */
.rewards-history {
  margin-bottom: 2em;
  overflow-x: auto; }

.rewards-history__table {
  min-width: 450px; }

.rewards-history__table caption {
  margin-bottom: .6em;
  text-align: left;
  font-size: 3rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  text-align: center; }

.rewards-history__table {
  width: 100%; }

.rewards-history__table th,
.rewards-history__table td {
  text-align: center;
  font-size: 1.8rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #626262;
  font-weight: 400; }

.rewards-history__table th {
  padding: .7em .35em;
  color: #000;
  font-size: 2rem;
  text-transform: uppercase;
  background-color: #f1f1f1; }

.rewards-history__table td {
  padding: .4em .5em; }

.rewards-history__table .green {
  color: #0f9675; }

.rewards-history__table .orange {
  color: #fe4f1d; }

.rewards-history__table tr td {
  border-top: 3px solid #fff; }

.rewards-history__table tr:nth-child(even) td {
  background-color: #fcfcfc; }

.rewards-history__table tr:nth-child(odd) td {
  background-color: #f7f7f7; }

/* Rewards promo */
.rewards-promo {
  padding: 2.5em 0 2em;
  background-color: #f1f1f1; }

.rewards-promo__wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  width: 96%; }
  .rewards-promo__wrapper:before {
    display: table;
    content: ""; }
  .rewards-promo__wrapper:after {
    display: table;
    content: "";
    clear: both; }
  .rewards-promo__wrapper:before {
    display: table;
    content: ""; }
  .rewards-promo__wrapper:after {
    display: table;
    content: "";
    clear: both; }

.rewards-promo__col:before {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  top: 0;
  margin-left: -1em;
  width: 0;
  height: 100%;
  height: 100%; }

.rewards-promo__col + .rewards-promo__col:before {
  border-left: 1px solid #dfdfdf; }

.rewards-promo__col {
  float: left;
  padding: 0 1em;
  width: 33.3%;
  color: #606060;
  font-size: 1.6rem;
  line-height: 1.5;
  box-sizing: border-box; }

.rewards-promo__col h3 {
  margin-bottom: .7em;
  font-size: 2.1rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1; }

.rewards-promo__col ul {
  margin: 0; }

.rewards-promo__col li {
  position: relative;
  margin-bottom: .7em;
  padding-left: 1em; }

.rewards-promo__col li:before {
  content: '\2022';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #238f69;
  font-size: 23px;
  line-height: 24px; }

@media screen and (max-width: 48em) {
  .rewards-promo {
    padding: 1.5em 0 1em; }

  .rewards-promo__col {
    float: none;
    padding: 0;
    width: 100%; }

  .rewards-promo__col {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #dfdfdf; }

  .rewards-promo__col:before {
    display: none; } }
/* Footer */
.rewards-footer .form-buttons__link {
  font-size: 2.3rem; }

body {
  font-size: 1.4rem;
  font-family: "PapaSans-Regular", sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "kern";
  font-feature-settings: "kern"; }

input, select, textarea {
  font-size: 1.4rem;
  font-family: "PapaSans-Regular", sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "kern";
  font-feature-settings: "kern"; }

.content {
  margin-top: 45px; }

@media screen and (max-width: 68.75em) {
  .content {
    margin-top: 30px; } }
@media screen and (max-width: 52.5em) {
  .content {
    margin-top: 15px; } }
.form-buttons__button {
  color: #fff;
  background-color: #0f9675;
  border: none;
  padding: 0.45em 1.2em;
  border-radius: 0.9rem;
  font-size: 2.2rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  .form-buttons__button:hover {
    color: #000;
    background-color: #cfe3df; }

.form-buttons__link {
  padding: .3em 0;
  font-size: 2.3rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #0f9675;
  font-weight: 400; }

.form-buttons__link:hover {
  color: #ab131b; }

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

@media screen and (max-width: 52.5em) {
  .header {
    padding: .5em 0;
    border-bottom: 1px solid #e5e5e5; } }
/* Header logo */
.header__logo {
  position: relative;
  margin-left: 15px;
  width: 210px;
  height: 100px;
  font-size: 15px;
  font-weight: 400;
  z-index: 30; }

.header__logo-link {
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%; }

@media screen and (max-width: 75em) {
  .header__logo {
    margin-left: 0;
    width: 150px; }

  .header__logo-link {
    top: 18px; } }
@media screen and (max-width: 52.5em) {
  .header__logo {
    margin: 0 auto;
    width: 130px;
    max-width: 70%;
    height: auto; }

  .header__logo-link {
    position: static;
    left: 0;
    top: 0;
    width: auto; } }
/* Header dropdown menu */
.dropdown-menu__body {
  font-size: 1.4rem;
  font-family: "PapaSans-Regular", sans-serif;
  color: #000;
  background-color: #fff;
  border: 3px solid #ab131b; }

/* Dropdown top angle */
.dropdown-menu__body:before {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  right: 4px;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #810f18; }

.dropdown-menu__body:after {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  right: 4px;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #fff; }

.dropdown-menu_rewards .dropdown-menu__body:after {
  display: none; }

/* User menu */
.dropdown-menu_user .dropdown-menu__body {
  min-width: 170px;
  box-sizing: border-box; }

.dropdown-menu__item {
  font-size: 2.2rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase; }

.dropdown-menu__item-link {
  padding: .2em .5em;
  text-align: right; }

.dropdown-menu__item-link:hover {
  color: #ab131b;
  text-decoration: none; }

/* Header dropdown rewards */
.header__rewards-menu {
  position: relative;
  float: right; }

.dropdown-menu_rewards .dropdown-menu__body {
  width: 350px;
  z-index: -100;
  opacity: 0;
  -webkit-transform: scale(0.75) translateY(-20px);
  -ms-transform: scale(0.75) translateY(-20px);
  transform: scale(0.75) translateY(-20px);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.15s ease-out, opacity 0.15s ease-out;
  -ms-transition: all 0.15s ease-out, opacity 0.15s ease-out;
  transition: all 0.15s ease-out, opacity 0.15s ease-out;
  border-color: #810f18; }

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

.rewards-info {
  padding: 1em  1.5em;
  font-size: 1.9rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #fff;
  font-weight: 400;
  background: #810f18; }

.rewards-info__title {
  margin-bottom: .3em;
  font-size: 2.8rem;
  text-transform: uppercase;
  line-height: 1; }

.rewards-info__title-points {
  display: inline-block;
  margin-bottom: .3em;
  padding: .1em .2em .15em;
  line-height: .9;
  background-color: #cd0000; }

.rewards-info__subtitle {
  display: inline-block;
  margin-bottom: .5em;
  padding: .1em .2em .15em;
  font-size: 2.8rem;
  text-transform: uppercase;
  line-height: .9;
  background-color: #cd0000; }

.rewards-info__text {
  line-height: 1;
  font-weight: 400; }

.rewards-info__buttons {
  margin: 1em 0 0; }

.rewards-info__button {
  display: inline-block;
  color: #fff;
  background-color: #0f9675;
  border: none;
  padding: 0.3em 1.2em 0.4em;
  border-radius: 0.5rem;
  font-size: 2.2rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.9rem;
  text-transform: none;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  .rewards-info__button:hover {
    color: #000;
    background-color: #cfe3df; }

/* Dropdown menu title */
.dropdown-menu__header {
  height: 100px;
  border-left: 1px solid #e5e5e5;
  overflow: hidden; }

.dropdown-menu_user {
  border-right: 1px solid #e5e5e5; }

.dropdown-menu__header-link {
  display: block;
  position: relative;
  height: 100px;
  box-sizing: border-box;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease; }

.dropdown-menu__header-link:hover {
  background-color: #f1f1f1; }

.dropdown-menu__header-link {
  padding: 25px 10px 0 10px; }

.dropdown-menu__header-link[data-dropdown-toggle] {
  padding-right: 40px; }

.dropdown-menu_shop .dropdown-menu__header-link {
  padding-left: 85px; }

.dropdown-menu_rewards .dropdown-menu__header-link {
  padding-left: 60px; }

.dropdown-menu_language .dropdown-menu__header-link {
  padding-left: 60px; }

.dropdown-menu__header-title {
  display: block;
  font-size: 2.3rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1; }

.dropdown-menu__header-subtitle {
  display: block;
  font-size: 2.3rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.2; }

.dropdown-menu_shop .dropdown-menu__header-subtitle,
.dropdown-menu_user .dropdown-menu__header-subtitle,
.dropdown-menu_language .dropdown-menu__header-subtitle,
.dropdown-menu__header-points {
  color: #148f6a; }

.dropdown-menu__header-icon {
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #148f6a;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s; }

[data-dropdown-open] .dropdown-menu__header-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg); }

.dropdown-menu__header-icon-item {
  position: absolute; }

.dropdown-menu_rewards .dropdown-menu__header-icon-item {
  left: 2px;
  top: 16px;
  width: 65px;
  font-size: 5.7rem; }
  .dropdown-menu_rewards .dropdown-menu__header-icon-item: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: ""; }

.dropdown-menu_shop .dropdown-menu__header-icon-item {
  left: 9px;
  top: 20px;
  width: 45px;
  font-size: 4.8rem; }
  .dropdown-menu_shop .dropdown-menu__header-icon-item: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: ""; }

.dropdown-menu_language .dropdown-menu__header-icon-item {
  left: 9px;
  top: 26px;
  font-size: 4rem; }
  .dropdown-menu_language .dropdown-menu__header-icon-item: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: ""; }

@media screen and (max-width: 68.75em) {
  .dropdown-menu__header-subtitle {
    line-height: 1; }

  .dropdown-menu_shop .dropdown-menu__header-subtitle {
    max-width: 130px; }

  .dropdown-menu_rewards .dropdown-menu__header-subtitle {
    max-width: 140px; }

  .dropdown-menu__header-subtitle .greeting {
    display: none; }

  .dropdown-menu_shop .dropdown-menu__header-link {
    padding-left: 78px; }

  .dropdown-menu_rewards .dropdown-menu__header-link {
    padding-left: 55px; }

  .dropdown-menu_rewards .dropdown-menu__header-icon-item {
    left: 2px;
    top: 17px;
    width: 65px;
    font-size: 5.3rem; }

  .dropdown-menu_shop .dropdown-menu__header-icon-item {
    left: 9px;
    top: 21px;
    width: 45px;
    font-size: 4.5rem; } }
@media screen and (max-width: 52.5em) {
  .header__rewards-menu {
    display: none; } }
/* Header language switcher */
.header__language-menu {
  position: relative;
  float: right; }

.dropdown-menu_language .dropdown-menu__body {
  z-index: -100;
  opacity: 0;
  -webkit-transform: scale(0.75) translateY(-20px);
  -ms-transform: scale(0.75) translateY(-20px);
  transform: scale(0.75) translateY(-20px);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.15s ease-out, opacity 0.15s ease-out;
  -ms-transition: all 0.15s ease-out, opacity 0.15s ease-out;
  transition: all 0.15s ease-out, opacity 0.15s ease-out;
  border-color: #810f18;
  width: auto; }

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

.dropdown-menu__header-language-short {
  display: none;
  text-transform: capitalize; }

.language-switcher {
  padding: 1.5rem 2rem;
  text-align: center; }

.language-switcher__title {
  font-size: 2.3rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e8e8e8; }

.language-switcher__item:not(:first-child) {
  margin-top: .5rem; }

.language-switcher__item-link {
  font-size: 2.3rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #8b8b8b;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: .5rem 0; }

.language-switcher__item_active .language-switcher__item-link {
  color: #439377; }

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

  .page_index .header__language-menu,
  .page_locator .header__language-menu {
    display: block; }

  .header__language-menu {
    margin-left: 1.5rem; }
  .header__language-menu .dropdown-menu__header {
    height: 5rem;
    border: none; }
  .header__language-menu .dropdown-menu__header-title {
    display: none; }
  .header__language-menu .dropdown-menu__header-language-full {
    display: none; }
  .header__language-menu .dropdown-menu__header-language-short {
    display: block; }
  .header__language-menu .dropdown-menu__header-link {
    padding: 0 1.4rem 0 3rem;
    height: 5rem;
    line-height: 5rem;
    background-color: transparent; }
  .header__language-menu .dropdown-menu__header-language-short {
    padding-top: 1.3rem;
    line-height: 1; }
  .header__language-menu .dropdown-menu__header-icon {
    right: 0;
    margin-top: -2px;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-width: 8px; }
  .header__language-menu .dropdown-menu__header-icon-item {
    left: 4px;
    top: 0px;
    color: #439377;
    font-size: 2.2rem; } }
/* Language switcher: Locator page */
.header__language-menu_locator .dropdown-menu__header {
  height: 6.5rem;
  border: none; }
.header__language-menu_locator .dropdown-menu__header-link {
  padding: 2rem 4rem 0 6rem;
  height: 6.5rem;
  line-height: 6.5rem;
  color: #fff;
  background-color: transparent !important; }
.header__language-menu_locator .dropdown-menu__header-icon-item {
  top: 1rem; }
.header__language-menu_locator .dropdown-menu__header-title,
.header__language-menu_locator .dropdown-menu__header-subtitle {
  color: #fff;
  font-size: 2.1rem; }
.header__language-menu_locator .dropdown-menu__header-icon {
  right: 1.3rem;
  margin-top: .2rem;
  border-top-color: #fff; }

@media screen and (max-width: 52.5em) {
  .header__language-menu_locator .dropdown-menu__header {
    height: 5rem; }
  .header__language-menu_locator .dropdown-menu__header-link {
    padding: 0 3.3rem;
    height: 5rem;
    line-height: 5rem; }
  .header__language-menu_locator .dropdown-menu__header-icon-item {
    left: 4px;
    top: 0px;
    color: #fff; }
  .header__language-menu_locator .dropdown-menu__header-icon {
    right: 1.7rem;
    margin-top: -.2rem; } }
/* Header Call menu */
.header__call-menu {
  position: relative;
  float: right; }
.header__call-menu .dropdown-menu__header-link {
  padding-left: 63px; }
.header__call-menu .dropdown-menu__header-icon-item {
  left: 11px;
  top: 27px;
  width: 50px;
  font-size: 4rem; }
  .header__call-menu .dropdown-menu__header-icon-item: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: ""; }
.header__call-menu .dropdown-menu__header-subtitle {
  text-transform: uppercase; }

@media screen and (max-width: 52.5em) {
  .header__call-menu {
    display: none; } }
/* Compact layout for tablet */
@media screen and (min-width: 52.5625em) and (max-width: 75em) {
  .header__wrapper {
    width: 100%;
    padding-left: 2%;
    box-sizing: border-box; } }
@media screen and (min-width: 52.5625em) and (max-width: 68.5em) {
  .dropdown-menu__header-link[data-dropdown-toggle] {
    padding-right: 24px; }

  .dropdown-menu__header-icon {
    right: 7px;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-width: 8px; }

  .dropdown-menu_shop .dropdown-menu__header-link {
    padding-left: 45px; }
  .dropdown-menu_shop .dropdown-menu__header-icon-item {
    left: 7px;
    top: 28px;
    width: 35px;
    font-size: 2.5rem; }

  .dropdown-menu_rewards .dropdown-menu__header-link {
    padding-left: 35px; }
  .dropdown-menu_rewards .dropdown-menu__header-icon-item {
    left: 2px;
    top: 26px;
    width: 25px;
    font-size: 3rem; }

  .header .dropdown-menu_language .dropdown-menu__header-link {
    padding-left: 34px; }
  .header .dropdown-menu_language .dropdown-menu__header-icon-item {
    left: 6px;
    top: 32px;
    font-size: 2rem; }

  .header__call-menu .dropdown-menu__header-link {
    padding-left: 34px; }
  .header__call-menu .dropdown-menu__header-icon-item {
    left: 6px;
    top: 32px;
    width: 27px;
    font-size: 2.3rem; }
  .header__call-menu .dropdown-menu__header-subtitle {
    text-transform: uppercase; } }
@media screen and (min-width: 52.5625em) and (max-width: 58em) {
  .dropdown-menu__header-title,
  .dropdown-menu__header-subtitle {
    font-size: 2rem; } }
/* Basket menu */
.basket-menu__link {
  padding-right: .8em; }

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

.basket-menu__items {
  color: #fff;
  background-color: #de1632;
  border: 2px solid #de1632; }

/* Shop info */
.shop-info {
  color: #000;
  background-color: #fff; }

.shop-info__title {
  font-size: 2.7rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase; }

.shop-info__link {
  display: block;
  margin: .5em 0 0;
  color: #0f9675;
  font-weight: 700;
  text-decoration: none; }

.shop-info__link:hover {
  text-decoration: underline; }

.shop-info__feature-title {
  font-size: 1.6rem;
  font-weight: 700; }

.shop-info__feature-content {
  font-size: 1.6rem;
  color: #000; }

.shop-info_desktop .shop-info__feature-title {
  width: 23%; }

.shop-info_desktop .shop-info__feature-content {
  width: 75%; }

.shop-info .social-icons__link {
  color: #0f9675;
  background-color: #fff; }

.shop-info__social-icons .social-icons__link:hover {
  color: #fff;
  background-color: #0f9675; }

.shop-info__feature-title,
.shop-info_mobile .shop-info__feature-title {
  font-size: 2rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400 !important; }

/* Burger menu */
.header__burger-menu {
  margin-top: .9rem; }

.burger-menu__button {
  display: none; }

.burger-menu__icon {
  display: block;
  color: #0f9675;
  font-size: 3.5rem; }
  .burger-menu__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: ""; }

.burger-menu__icon:before {
  margin-left: 0; }

.burger-menu__line {
  border-top: 4px solid #000; }

/* Category navigation */
.category-navigation {
  background-color: #ab131b; }

.category-navigation__list_margin-left {
  margin-left: 245px; }

.category-navigation__list_halal {
  padding-left: 57px;
  background: url("/assets-images/icon-halal.png") no-repeat 15px 18px; }

.category-navigation__item {
  font-size: 2.5rem;
  font-family: "PapaSans-Heavy", sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  float: left;
  margin: 0 0 0 .15em; }

.category-navigation__link {
  display: block;
  margin-top: .45em;
  padding: .35em .35em .8em;
  color: #fff;
  border-radius: .2em .2em 0 0;
  -webkit-transition: background .2s ease;
  transition: background .2s ease; }

.category-navigation__link:hover {
  background-color: #c8151b; }

.category-navigation__item_active .category-navigation__link {
  color: #fff;
  background-color: #7d0d15; }

.category-navigation__item_favourites {
  float: right; }

.category-navigation__favourite-icon {
  font-size: .85em; }
  .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: ""; }

@media screen and (max-width: 76.5em) {
  .category-navigation__list_favourites {
    position: relative;
    padding-right: 38px; }

  .category-navigation__item_favourites {
    position: absolute;
    top: 0;
    right: -10px;
    margin: 0; }

  .category-navigation__favourite-name {
    display: none; } }
@media screen and (max-width: 75em) {
  .category-navigation__list_halal {
    padding-left: 41px;
    background-position: 0px 18px; } }
@media screen and (max-width: 68.75em) {
  .category-navigation__list_margin-left {
    margin-left: 200px; } }
@media screen and (max-width: 60em) {
  .category-navigation__list_halal {
    background-position: 0px 12px; }

  .category-navigation__item {
    font-size: 2rem; } }
.category__legend {
  width: 100%;
  border-top: 1px solid #d8d8d8;
  padding-top: 1.5rem; }

.category__legend-line {
  display: inline-block;
  margin-right: 2rem; }

.category__legend-icon {
  display: inline-block; }

.category__legend-label {
  display: inline-block;
  font-size: 1.4rem;
  font-family: "PapaSans-Regular", sans-serif;
  color: #000;
  font-weight: 700;
  position: relative;
  bottom: .7rem;
  left: -.5rem; }

.account-navigation {
  background-color: #ab131b; }

.account-navigation__item {
  font-size: 2.5rem;
  font-family: "PapaSans-Heavy", sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase; }

.account-navigation__link {
  display: block;
  margin-top: .25em;
  padding: .25em .5em .4em;
  color: #fff;
  border-radius: .2em .2em 0 0;
  -webkit-transition: background .2s ease;
  transition: background .2s ease; }

.account-navigation__link:hover {
  background-color: #c8151b; }

.account-navigation__item_active .account-navigation__link {
  color: #fff;
  background-color: #7d0d15; }

@media screen and (max-width: 68.75em) {
  .account-navigation__item {
    font-size: 2.5rem; } }
.checkout-navigation {
  background-color: #f1f1f1; }

.checkout-navigation__item {
  padding: 0 1.2em;
  line-height: 50px;
  font-size: 3rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase; }

.checkout-navigation__item_active {
  color: #fff;
  background-color: #0f9675; }

.checkout-navigation__item_active:after {
  content: '';
  display: block;
  position: absolute;
  right: -19px;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 25px solid transparent;
  border-left: 19px solid #0f9675;
  border-top: 25px solid transparent; }

@media screen and (max-width: 62em) {
  .checkout-navigation__item {
    padding: 0 1.7rem; }

  .checkout-navigation__item_active + .checkout-navigation__item {
    padding-left: 2.5rem; } }
@media screen and (max-width: 52.5em) {
  .checkout-navigation__item {
    padding_: 0 1.2rem;
    font-size: 2.6rem; }

  .checkout-navigation__item_active + .checkout-navigation__item {
    padding-left: 3.5rem; } }
@media screen and (max-width: 30em) {
  .checkout-navigation__item {
    padding: 0 .5rem; }

  .checkout-navigation__item_active {
    padding: 0 1.5rem; }

  .checkout-navigation__item_active + .checkout-navigation__item {
    padding-left: 2.5rem; } }
.checkout__header {
  padding-bottom: 1em;
  border-bottom: 2px dotted #c7c7c7; }

.checkout__title {
  font-size: 2.7rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  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: 2.3rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1; }

.checkout-row__field-text,
.checkout-row__field-textarea,
.checkout__description,
.card-entry__instructions,
.checkout-row__group,
.card-entry__cvcode-label {
  font-size: 1.5rem;
  font-family: "PapaSans-Regular", sans-serif;
  color: #000; }

.checkout-row__label {
  padding-top: .2em; }

.checkout-variant__select-label {
  margin-top: .1em; }

.checkout-row__group-label_atom {
  padding-top: .2em; }

.card-entry__input,
.card-entry__cvcode-input,
.checkout-row__field-text,
.checkout-row__field-textarea {
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  border: 1px solid #249674;
  color: #249674;
  border-radius: .5rem;
  box-sizing: border-box; }

.card-entry__input_small {
  width: 67px; }

.checkout-row__field-text::-webkit-input-placeholder {
  color: #999; }

.checkout-row__field-text::-moz-placeholder {
  color: #999; }

.checkout-row__field-text:-ms-input-placeholder {
  color: #999; }

.checkout-row__field-textarea::-webkit-input-placeholder {
  color: #999; }

.checkout-row__field-textarea::-moz-placeholder {
  color: #999; }

.checkout-row__field-textarea:-ms-input-placeholder {
  color: #999; }

.checkout-variant__radio {
  margin-top: 6px; }

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

.checkout-row__group_emphisized {
  padding: 1rem;
  color: #000;
  background-color: #f9eeba; }

.checkout-row__group-item_description {
  line-height: 1.3; }

.checkout-row__group-item_phone-info {
  margin: .5rem 0 .7rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1; }

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

.checkout__section_account .checkout-row__group {
  padding-top: .4rem; }

@media screen and (max-width: 40em) {
  .checkout__section_account .checkout-row__group {
    padding-top: 0; } }
.switcher-btns {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
  text-align: center;
  border: 2px solid #148f6a !important;
  border-radius: .5rem;
  background-color: #fff;
  overflow: hidden; }

.switcher-btn {
  display: inline-block;
  vertical-align: middle;
  padding: .9rem .5rem;
  width: 33.33%;
  text-align: center;
  line-height: 1;
  color: #221e1f;
  font-size: 2.4rem;
  text-decoration: none;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  box-sizing: border-box; }

.switcher-btn + .switcher-btn {
  border-left: 2px solid #148f6a; }

.switcher-btn_active {
  color: #fff;
  background-color: #148f6a; }

.switcher-btns {
  display: flex;
  flex-flow: nowrap; }

.switcher-btn {
  display: flex;
  flex: 0 0 33.33%;
  justify-content: center;
  align-items: center; }

@media screen and (max-width: 30em) {
  .switcher-btn {
    font-size: 2rem; } }
/* Order page
   -------------------------------------------------------------------------- */
.order-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  border: 5px solid #e5e5e5;
  border-top: none;
  box-sizing: border-box; }

.order-table__header {
  font-size: 2.1rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #e5e5e5; }

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

@media screen and (max-width: 40em) {
  .page_orders .checkout {
    padding: 3rem 1rem; } }
@media screen and (max-width: 30em) {
  .order-table__header-item {
    font-size: 1.6rem; } }
.order-row:nth-child(even) .order-row__header {
  color: #626262;
  background-color: #f5f5f5; }

.order-row__header {
  color: #626262;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  background-color: #ececec;
  border-top: 2px solid #eaeaea; }

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

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

.order-table__print-button {
  color: #0f9675; }

.order-row__order {
  border-top: 2px solid #eaeaea; }

.order-table__show-more a {
  color: #0f9675; }

.order {
  color: #626262;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  background-color: #eaeaea;
  border-top: 1px solid #dfdfdf; }

.order__group-title {
  color: #000;
  font-size: 2.1rem;
  font-weight: 400;
  text-transform: uppercase; }

.order__add {
  padding-right: .3rem; }

.order__add-button,
.order__repeat-button {
  color: #fff;
  background-color: #0f9675;
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 0.9rem;
  font-size: 1.5rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .order__add-button:hover,
  .order__repeat-button:hover {
    color: #000;
    background-color: #cfe3df; }

.order__add-button {
  padding: .3rem 1rem;
  border-radius: .5rem; }

.order__repeat-empty-basket {
  color: #0f9675;
  font-size: 1.5rem;
  line-height: 2.8rem;
  text-transform: uppercase; }

.order__items-container {
  max-width: 820px;
  border-top-color: #dfdfdf; }

.order__items-table {
  color: #626262;
  font-size: 1.8rem;
  background-color: #eaeaea;
  border: none; }

.order__items-deal {
  color: #626262;
  background-color: #f0f0f0; }

.order__items-deal-title {
  color: #ab131b;
  text-transform: uppercase;
  background-color: #f0f0f0; }

.order__items-attribute {
  color: #b3b3b3;
  font-size: 1.8rem;
  font-style: normal; }

.order__items-column:nth-child(2) {
  color: #ab131b; }

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

.order__total {
  font-size: 2.1rem;
  font-weight: 400;
  border-top-color: #dfdfdf; }

.order__items-total-price {
  color: #0f9675; }

.checkout-confirm__title {
  font-size: 2.3rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1; }

.checkout-confirm__content {
  font-size: 1.5rem;
  font-family: "PapaSans-Regular", sans-serif;
  color: #000; }

.checkout-confirm__spinner {
  margin: 3rem 0; }

.card-entry {
  padding: 15px 25px;
  background-color: #f0f0f0; }

.card-entry__group input[type=checkbox] {
  margin-top: 14px; }

/* Basket
   -------------------------------------------------------------------------- */
.basket {
  border: 1px solid #f2f1f1; }

.basket__header {
  padding-bottom: .5em;
  background-color: #f2f1f1;
  border-bottom: 1px solid #bbb; }

.basket__title {
  font-size: 2.5rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400; }

.basket__repeat {
  font-size: 1.6rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #0f9675;
  font-weight: 400;
  margin-top: .4em; }

.basket__close {
  margin-right: -.3em;
  color: #0f9675; }

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

@media screen and (max-width: 52.5em) {
  .basket__repeat {
    margin-top: .3em; } }
.basket__empty {
  font-size: 1.8rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  background-color: #f2f1f1; }

.basket__delivery_radio {
  font-size: 1.8rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #0f9675;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 0.9rem;
  overflow: hidden; }

.basket__delivery-method {
  background-color: #cfe3df; }

.basket__delivery-radio:checked + .basket__delivery-method {
  color: #fff;
  background-color: #0f9675; }

.basket__footer {
  color: #000;
  background-color: #f2f1f1; }

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

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

.basket__charge-title,
.basket__charge-amount {
  font-size: 1.8rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400; }

.basket__total-title,
.basket__total-amount {
  font-size: 2.3rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400; }

.basket__charge-amount_subtotal,
.basket__total-amount {
  color: #0f9675; }

.basket__button-link {
  color: #fff;
  background-color: #0f9675;
  border: none;
  padding: 0.5em 0.5em;
  border-radius: 0.9rem;
  font-size: 2.2rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  .basket__button-link:hover {
    color: #000;
    background-color: #cfe3df; }

.basket__savings {
  font-size: 1.8rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #ab131b;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  background-color: #fff;
  border-top: 1px dashed #e1e1e1;
  border-bottom: 1px dashed #e1e1e1; }

.basket__savings b {
  font-weight: 400; }

.basket__coupon-form,
.basket__coupon-enable,
.basket__coupon-enabled,
.basket__coupon-link {
  font-size: 1.8rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #0f9675;
  font-weight: 400;
  text-decoration: none; }

.basket-deal {
  border-bottom: 1px solid #ddd; }

.basket-deal__header {
  background-color: #f2f1f1;
  padding-bottom: .3em; }

.basket-deal__title {
  font-size: 1.8rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #ab131b;
  font-weight: 400;
  text-transform: uppercase; }

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

.basket-deal__delete-icon {
  color: #ab131b;
  font-size: 1.6rem; }
  .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: 0;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

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

.basket-deal__item-delete-icon {
  color: #ab131b;
  font-size: 1.6rem; }
  .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: 0;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

.basket-deal__items {
  background-color: #f2f1f1;
  padding-top: 0; }

.basket-deal__item-title {
  font-size: 1.8rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #737373; }

.basket-deal__item-details {
  color: #000; }

.basket-deal__item-link:hover {
  color: #000; }

.basket-deal__item-option {
  font-size: 1.5rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #7b7b7b; }

.basket-deal__item-delete-icon {
  color: #ab131b;
  font-size: 1.6rem; }
  .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: 0;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

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

.basket__items {
  background-color: #f2f1f1; }

.basket-item__title {
  font-size: 1.8rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400; }

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

.basket-item__option {
  font-size: 1.5rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #7b7b7b; }

.basket-item__delete-icon {
  color: #ab131b;
  font-size: 1.6rem; }
  .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: 0;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

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

.basket-tip:first-child {
  padding-top: 0; }

.basket-tip__title {
  font-size: 1.8rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  margin: 0 0 .3rem; }
.basket-tip__details {
  line-height: 30px;
  text-align: right;
  font-size: 1.8rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400; }
.basket-tip__label {
  display: inline-block;
  margin-right: .5rem; }
.basket-tip__input {
  padding: 0 .5rem;
  width: 65px;
  height: 30px;
  color: #249674;
  font-size: 1.4rem;
  text-align: right;
  border: 1px solid #249674;
  border-radius: .5rem;
  box-sizing: border-box; }
.basket-tip__currency {
  display: inline-block; }
.basket-tip__apply {
  display: inline-block;
  margin-left: .5rem;
  color: #ab131b;
  text-decoration: underline; }
.basket-tip__amount {
  display: inline-block; }

.nice-select {
  font-size: 1.4rem;
  font-family: "PapaSans-Regular", sans-serif;
  color: #000;
  font-weight: 400;
  border: 1px solid #0f9675;
  border-radius: 0.5rem; }

.nice-select .option:hover {
  color: #fff;
  background-color: #0f9675; }

.nice-select .option.focus {
  color: #000;
  background-color: #0f9675; }

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

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

.nice-select:after {
  border-color: #0f9675; }

.footer {
  margin-top: 2em;
  color: #fff;
  background-color: #ab131b; }

.footer__wrapper {
  padding: 0; }

.footer__wrapper_light {
  background-color: #ab131b; }

.footer__link {
  text-decoration: none;
  border-bottom: 1px solid rgba(254, 254, 254, 0); }

.footer__link:hover {
  color: #f1f1f1;
  border-bottom: 1px solid rgba(254, 254, 254, 0.3); }

.footer .social-icons__link {
  color: #fff; }

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

/* Footer icons */
.footer__icons {
  padding: 1.2em 0; }
  .footer__icons:before {
    display: table;
    content: ""; }
  .footer__icons:after {
    display: table;
    content: "";
    clear: both; }

.footer__icons-group {
  margin: .3em 0;
  padding: 1em 1em 1em 1.2em;
  background-color: #7d0e14;
  border-radius: .5rem;
  box-sizing: border-box; }

.footer__icons-group_left {
  float: left; }

.footer__icons-group_right {
  float: right; }

.footer .social-icons__link i:before {
  line-height: 26px;
  font-size: 2.1rem; }

.footer .social-icons__icon_title {
  margin: 0 .7em 0 0 !important;
  line-height: 1.2;
  font-size: 2.2rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #fff;
  font-weight: 400; }

.social-icons__phone: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: ""; }

.social-icons__email-new: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: ""; }

.footer__icons-group_left {
  position: relative; }
.footer__icons-group_left .footer__icons-group-button {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-decoration: none; }

/* Footer links */
.footer__nav {
  float: none;
  padding: 1.2em 0;
  border-top: 2px solid #ff5b60; }
  .footer__nav:before {
    display: table;
    content: ""; }
  .footer__nav:after {
    display: table;
    content: "";
    clear: both; }

.footer__nav-links_left {
  float: left; }

.footer__nav-links_right {
  float: right; }

.footer__nav-links li {
  display: inline-block;
  margin: .2em 0;
  font-size: 2rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #fff;
  font-weight: 400; }

.footer__nav-links li:not(:last-child) {
  margin-right: .8em; }

/* Copyright */
.footer__credits {
  float: none;
  padding: 1.5em 0;
  text-align: center;
  font-size: 1.1rem;
  font-family: "PapaSans-Regular", sans-serif;
  color: #fff;
  font-weight: 400;
  background-color: #960000; }

@media screen and (max-width: 52.5em) {
  .footer__icons {
    padding: .5em 0; }

  .footer__icons-group {
    margin: .5em 1% .5em 0;
    width: 49%;
    text-align: center; }

  .footer__icons-group_right {
    margin: .5em 0 .5em 1%; }

  .footer__icons .social-icons {
    margin: 0; }

  .footer .social-icons__icon_title {
    display: block;
    margin: 0 0 .5em !important; }

  .footer .social-icons__icon {
    float: none; }

  .footer__nav-links {
    float: none;
    text-align: center; } }
@media screen and (max-width: 40em) {
  .footer__icons-group {
    margin: .5em 0;
    width: 100%; } }
.scroll-up {
  color: #fff;
  background-color: #960000;
  border-radius: 100%; }

.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: 0.1em;
  margin-left: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

/* GDPR consent
   -------------------------------------------------------------------------- */
.gdpr-consent {
  padding: 1.5rem 2rem;
  font-size: 1.3rem;
  font-family: "PapaSans-Regular", sans-serif;
  color: #212121;
  background-color: #f7f7f7;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.2); }

.gdpr-consent__title {
  font-size: 1.8rem;
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  color: #212121;
  font-weight: 700;
  margin: 1.4rem 0 1rem;
  line-height: 1.2; }

.gdpr-consent__button {
  color: #fff;
  background-color: #0f9675;
  border: none;
  padding: 0.45em 1.2em;
  border-radius: 0.9rem;
  font-size: 2.2rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .2s ease;
  padding: 0 1.5rem;
  height: 3.8rem;
  line-height: 3.8rem; }
  .gdpr-consent__button:hover {
    color: #000;
    background-color: #cfe3df; }

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

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

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

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

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

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

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

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

.off-canvas_open {
  background-color: #fff; }

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

.mobile-menu__close-icon {
  color: #fff;
  font-size: 3.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: 2.3rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  background-color: #fff; }

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

.mobile-menu__section-link {
  font-size: 2.3rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #fff; }

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

.mobile-menu__section-link-text_halal {
  display: inline-block;
  padding-right: 35px;
  background: url("/assets-images/icon-halal-sm.png") no-repeat right 50%; }

.mobile-menu__section-icon {
  color: #c6c6c6; }
  .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 {
  color: #fff;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.mobile-menu__item {
  border-top: 1px solid #eaeaea; }

.mobile-menu__item-link {
  font-size: 2.3rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #fff; }

.mobile-menu__item_active .mobile-menu__item-link {
  color: #000 !important;
  background-color: #ededed !important; }

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

.mobile-menu__submenu .mobile-menu__item-link {
  color: #000;
  background-color: #fff; }

.mobile-menu__submenu .mobile-menu__item {
  border-top-color: #eaeaea; }

.mobile-menu__submenu .mobile-menu__item_active .mobile-menu__item-link {
  color: #000;
  background-color: #ab131b; }

/* Mobile menu call button */
.mobile-menu__section_call .mobile-menu__section-link {
  padding-top: .6rem;
  padding-bottom: .6rem; }

/* Mobile menu language switcher */
.mobile-menu__language-value {
  text-transform: none; }

.mobile-menu__submenu_language .mobile-menu__item-link {
  text-transform: none; }

.category__title {
  font-size: 3.7rem;
  font-family: "PapaSans-Heavy", sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase; }

.category__subcategory-title,
.deal-wizard__title {
  font-size: 3.1rem;
  font-family: "PapaSans-Heavy", sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase; }

.category__description {
  font-size: 1.5rem;
  font-family: "PapaSans-Regular", sans-serif;
  color: #626262; }

@media screen and (max-width: 52.5em) {
  .category__title,
  .category__subcategory-title,
  .deal-wizard__title,
  .category__description {
    text-align: center; } }
.content__side-order-online {
  text-align: center;
  margin-top: 1rem; }

.content__side-order-online-button {
  color: #fff;
  background-color: #0f9675;
  border: none;
  border-radius: 0.7rem;
  font-size: 2.5rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  padding: 1rem 3rem;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  .content__side-order-online-button:hover {
    color: #000;
    background-color: #cfe3df; }

.product__name {
  font-size: 2.2rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1; }

.product__name-wrapper {
  display: inline; }

.product__description {
  font-size: 1.4rem;
  font-family: "PapaSans-Regular", sans-serif;
  color: #626262; }

.product__price {
  margin-left: .3rem;
  font-size: 2.2rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #0f9675;
  font-weight: 400;
  line-height: 1; }

.product__add {
  color: #fff;
  background-color: #0f9675;
  border: none;
  border-radius: 0.7rem;
  font-size: 1.8rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  .product__add:hover {
    color: #000;
    background-color: #cfe3df; }

.product__customise {
  font-size: 1.8rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  text-transform: none;
  text-align: left;
  text-decoration: underline;
  color: #0f9675;
  background-color: transparent;
  border: none;
  -webkit-transition: color .2s ease;
  transition: color .2s ease; }
  .product__customise:hover {
    color: #000;
    background-color: #fff; }

.product__order-level-deal {
  font-size: 1.8rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #0f9675;
  font-weight: 400; }

.product__buttons-delimeter {
  display: none; }

@media screen and (max-width: 52.5em) {
  .product__buttons {
    position: relative;
    margin-bottom: .5em;
    border-radius: .7rem;
    overflow: hidden; }

  .product__add {
    float: left;
    border-radius: 0;
    color: #fff;
    background-color: #ab131b; }

  .product__customise {
    float: right;
    border-radius: 0;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    background-color: #0f9675;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }

  .product__customise:hover {
    color: #000;
    background-color: #cfe3df; }

  .product__buttons-delimeter {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    width: 32px;
    height: 32px;
    overflow: hidden; }

  .product__customise ~ .product__buttons-delimeter {
    display: block; }

  .product__buttons-delimeter:before,
  .product__buttons-delimeter:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    z-index: 5;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent; }

  .product__buttons-delimeter:before {
    margin-left: -16px;
    border-right: 16px solid #fff; }

  .product__buttons-delimeter:after {
    border-left: 16px solid #fff; }

  .product__buttons-delimeter-text {
    display: block;
    position: relative;
    font-size: 1.5rem;
    font-family: "PapaSans-MediumCondensed", sans-serif;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 32px;
    text-align: center;
    z-index: 6; } }
.product__favourite-icon {
  font-size: 2rem; }

.product__favourite_add .product__favourite-icon {
  color: #ad0f14; }
  .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: #ab131b; }
  .product__favourite_remove .product__favourite-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

.product_favourites {
  background-color: #f8f7f7; }

.product_favourites:nth-child(2n+1) {
  background-color: #fff; }

@media screen and (max-width: 52.5em) {
  .product__favourite {
    overflow: hidden; }

  .product__favourite-icon {
    font-size: 1.6rem; }

  .product__favourite-icon::before {
    float: left; } }
/* Product pictos */
.product__picture-container {
  position: relative; }

.product__pictos {
  position: absolute;
  left: .5em;
  right: .5em;
  bottom: .5em;
  text-align: right; }

.product__pictos-icon {
  margin-right: .5em; }

.product__pictos-icon_vegan {
  position: absolute;
  left: 0;
  bottom: 0; }

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

.product__sku + .product__sku {
  margin-top: .5em; }

.product__sku-label {
  float: left;
  margin-right: .2em;
  font-size: 2.2rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #626262;
  font-weight: 400;
  line-height: 28px; }

.product__sku-value {
  line-height: 34px;
  color: #0f9675;
  padding-left: .2rem; }

.product__sku-select {
  padding-left: 10px;
  max-width: 100%;
  height: 28px;
  line-height: 26px;
  border: 1px solid #0f9675; }

.product__sku-select .option {
  padding-left: 12px;
  padding-right: 12px; }

.product__sku-select .list {
  z-index: 10; }

/* this z-index must be bigger then z-index for .product__buttons-delimeter-text  */
.sku-buttons-summary {
  color: #000; }

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

.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: ""; }

.popup {
  font-size: 1.4rem;
  font-family: "PapaSans-Regular", sans-serif;
  color: #000;
  border-radius: 0.9rem; }

.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__header {
  margin-bottom: .7em; }

.popup__title,
.popup__price {
  font-size: 3rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase; }

.popup__price {
  color: #0f9675; }

.popup__description {
  margin-bottom: .7em; }

.popup__picture {
  width: 36%; }

.popup-group__quantity-field {
  font-size: 1.7rem;
  line-height: 24px;
  border: none; }

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

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

.popup-group__label,
.popup-group__single-choice {
  font-size: 2.3rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 32px; }

.popup-group__label_quantity {
  line-height: 24px; }

.popup-row {
  border-top: 1px dashed #ccc; }

.popup-row__description {
  color: #777; }

.popup-row__title {
  font-size: 2.7rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase; }

.popup-enum__option {
  margin-right: 0;
  border-left: 1px solid #ccc; }

.popup-enum__option:first-child {
  border-left: none;
  border-radius: .6em 0 0 .6em;
  overflow: hidden; }

.popup-enum__option:last-child {
  border-radius: 0 .6em .6em 0;
  overflow: hidden; }

.popup-enum__text {
  background-color: #ddd; }

.popup-enum__radio:checked + .popup-enum__text {
  color: #fff;
  background-color: #0f9675; }

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

.popup-enum_thumbs .popup-enum__option {
  margin: 0 1rem 1rem 0;
  border-radius: .3rem;
  overflow: hidden; }

.popup-enum_thumbs .popup-enum__radio {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }

.popup-enum_thumbs .popup-enum__text {
  float: right;
  padding: 0 .5em 0 0;
  height: 58px;
  line-height: 58px; }

.popup-enum_thumbs .popup-enum__label img {
  float: left;
  position: relative;
  margin-right: .5em;
  height: 58px;
  cursor: pointer; }

.popup-set__group-title {
  font-size: 2rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #ab131b;
  font-weight: 400;
  text-transform: uppercase; }

.popup-set__title {
  color: #000; }

.popup-set__text:before {
  top: 1px;
  background-color: #fff; }

.popup-set__text:after {
  top: 1px;
  background-color: #0f9675; }

.popup-set__label input[type="checkbox"] {
  top: 1px; }

.popup-set__ingredient-option {
  text-decoration: underline; }

.popup-set__ingredient-price {
  display: none; }

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

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

.popup-buttons__button {
  color: #fff;
  background-color: #0f9675;
  border: none;
  padding: 0.45em 1.2em;
  border-radius: 0.9rem;
  font-size: 2.2rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  .popup-buttons__button:hover {
    color: #000;
    background-color: #cfe3df; }

.popup-buttons__link {
  font-size: 2.2rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #0f9675;
  font-weight: 400;
  padding: .8rem 0; }

.popup-buttons__link:hover {
  color: #000; }

/* Deals row/popup */
.popup-deal-line__label {
  font-size: 2.3rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase; }

.checkout__facebook-login-button {
  border-radius: 0.9rem;
  font-size: 2.2rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase; }

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

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

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

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

.message_info {
  font-size: 1.7rem;
  font-family: "PapaSans-Regular", sans-serif;
  color: #fff;
  background-color: #0f9675;
  opacity: 0.9; }

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

.message_error {
  font-size: 1.7rem;
  font-family: "PapaSans-Regular", sans-serif;
  color: #fff;
  background-color: #ab131b;
  opacity: 1; }

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

.checkout-error {
  color: #fff;
  background-color: #900; }

.sku-buttons__text {
  color: #0f9675;
  background-color: #cfe3df;
  border-left: 1px solid transparent; }

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

.sku-buttons__radio:disabled + .sku-buttons__text {
  color: #11e0b5;
  background-color: #cfe3df; }

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

.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: ""; }

/*************
  Home page
************/
.content_index {
  margin-top: 0; }

/* Homepage slideshow */
.index-slideshow {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  width: 96%; }
  .index-slideshow:before {
    display: table;
    content: ""; }
  .index-slideshow:after {
    display: table;
    content: "";
    clear: both; }

.index-slideshow__container_mobile {
  width: 100%; }

.index-slideshow__slide {
  position: relative;
  overflow: hidden; }

.index-slideshow__slide-link {
  display: block; }

.index-slideshow .unslider-nav {
  margin-top: 1em; }

.index-slideshow__container_mobile .unslider-nav {
  display: none; }

.index-slideshow .unslider-nav ol li {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 2px solid #148f6a !important;
  border-radius: 50%; }

.index-slideshow .unslider-nav .unslider-active {
  background-color: #148f6a !important; }

/* Mobile topbar */
.mobile-topbar {
  display: none;
  background-color: #990016; }

.mobile-topbar__buttons:before {
  display: table;
  content: ""; }
.mobile-topbar__buttons:after {
  display: table;
  content: "";
  clear: both; }

.mobile-topbar__categories {
  margin-top: -15px; }

.mobile-topbar__menu-link,
.mobile-topbar__order-link,
.mobile-topbar__categories-link {
  display: block;
  padding: 0 1em;
  height: 50px;
  line-height: 50px;
  font-size: 2.5rem;
  font-family: "PapaSans-Heavy", sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  box-sizing: border-box; }

.mobile-topbar__menu-link {
  float: left; }

.mobile-topbar__order-link {
  float: right;
  min-width: 50%;
  text-align: center;
  background-color: #0f9675; }

.mobile-topbar__categories-link {
  text-align: center; }

.mobile-topbar__menu-link-text_halal {
  display: inline-block;
  padding-right: 35px;
  background: url("/assets-images/icon-halal-sm.png") no-repeat right 50%; }

@media screen and (max-width: 52.5em) {
  .mobile-topbar {
    display: block; }

  .mobile-topbar__categories-link {
    display: block; } }
@media screen and (max-width: 30em) {
  .mobile-topbar__menu-link,
  .mobile-topbar__order-link {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center; } }
/* Mobile topbar - Call button placeholder */
.mobile-topbar__call {
  text-align: center;
  background-color: #fff; }

/* Call button */
.call-button__link {
  display: inline-block;
  padding: 1.2rem 0;
  font-size: 2.3rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none; }

.call-button__icon {
  font-size: 2.1rem;
  line-height: 1; }
  .call-button__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.5rem;
    margin-left: 0.5rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

.call-button__action {
  display: inline-block; }

.call-button__name {
  display: inline-block;
  margin-left: .5rem;
  color: #148f6a; }

/* Index highlight */
.index-highlight {
  margin-top: 4em; }

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

.index-highlight__article {
  position: relative;
  float: left;
  padding: 0 1% 60px;
  width: 28%;
  color: #626262;
  font-size: 1.6rem;
  line-height: 1.5;
  box-sizing: border-box; }

.index-highlight__article_banner {
  width: 44%; }

.index-highlight__article-title {
  margin-bottom: .5em;
  font-size: 2.4rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1; }

.index-highlight__article-image {
  display: block;
  margin: 0 auto 1em; }

.index-highlight__article-buttons {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center; }

.index-highlight__article-button {
  display: inline-block;
  color: #fff;
  background-color: #0f9675;
  border: none;
  padding: 0.8rem 2rem 1rem;
  border-radius: 0.9rem;
  font-size: 2.2rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  .index-highlight__article-button:hover {
    color: #000;
    background-color: #cfe3df; }

/* Index promo */
.index-promo {
  margin-top: 4em;
  padding: 2em 0;
  background-color: #f1f1f1; }

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

.index-promo__article {
  position: relative;
  float: left;
  padding: 0 2% 60px;
  width: 25%;
  color: #626262;
  font-size: 1.6rem;
  line-height: 1.5;
  box-sizing: border-box; }

.index-promo__article:not(:first-child) {
  border-left: 2px solid #bcbcbc; }

.index-promo__article-title {
  margin-bottom: .5em;
  font-size: 1.8rem;
  font-family: "PapaSans-Regular", sans-serif;
  color: #000;
  font-weight: 800;
  line-height: 1; }

.index-promo__article-image {
  display: block;
  margin: 0 auto 1em; }

.index-promo__article-buttons {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center; }

.index-promo__article-button {
  display: inline-block;
  color: #fff;
  background-color: #0f9675;
  border: none;
  padding: 0.8rem 2rem 1rem;
  border-radius: 0.9rem;
  font-size: 2.2rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  .index-promo__article-button:hover {
    color: #000;
    background-color: #cfe3df; }

@media screen and (max-width: 52.5em) {
  .index-highlight {
    margin-top: 2em; }

  .index-highlight__wrapper {
    width: 100%; }

  .index-highlight__article {
    float: none;
    padding: 0 0 60px;
    width: 100%;
    text-align: center; }

  .index-highlight__article .index-highlight__article-content {
    margin: 0 auto;
    max-width: 336px; }

  .index-highlight__article_banner .index-highlight__article-content {
    max-width: 500px; }

  .index-highlight__article:not(:first-child) {
    margin-top: 2em;
    padding-top: 2em;
    border-left: none;
    border-top: 1px solid #bcbcbc; }

  .index-highlight__article-image {
    margin: 0 auto 1em; }

  .index-promo {
    margin-top: 2em; }

  .index-promot__wrapper {
    width: 100%; }

  .index-promo__article {
    float: none;
    padding: 0 0 60px;
    width: 100%;
    text-align: center; }

  .index-promo__article .index-promo__article-content {
    margin: 0 auto;
    max-width: 336px; }

  .index-promo__article_banner .index-promo__article-content {
    max-width: 500px; }

  .index-promo__article:not(:first-child) {
    margin-top: 2em;
    padding-top: 2em;
    border-left: none;
    border-top: 1px solid #bcbcbc; }

  .index-promo__article-image {
    margin: 0 auto 1em; } }
/* Homepage: microblog - a series of short blocks (image + text)
   -------------------------------------------------------------------------- */
.index-microblog {
  margin: 3rem 0; }

.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 {
  padding: 0;
  color: #626262;
  background-color: transparent;
  position: relative; }

.index-microblog__image-wrapper {
  margin: 0 0 1.5rem; }

.index-microblog__image {
  width: 100%; }

.index-microblog__title {
  font-size: 2.4rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  margin-bottom: .5rem;
  line-height: 1; }

.index-microblog__content {
  line-height: 1.5;
  font-size: 1.6rem;
  font-family: "PapaSans-Regular", sans-serif;
  color: #626262;
  margin-bottom: 2rem; }

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

.index-microblog__spacer {
  height: 4rem; }

.index-microblog__footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center; }

.index-microblog__link {
  display: inline-block;
  color: #fff;
  background-color: #0f9675;
  border: none;
  padding: 0.8rem 2rem 1rem;
  border-radius: 0.9rem;
  font-size: 2.2rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .index-microblog__link:hover {
    color: #000;
    background-color: #cfe3df; }

@media screen and (max-width: 52.5em) {
  .index-microblog__post {
    margin: 3rem auto;
    max-width: 336px;
    text-align: center; }

  .index-microblog__post + .index-microblog__post {
    margin: 3rem auto; }

  .index-microblog__post:last-child {
    margin-bottom: 0; } }
/* Homepage: About us
   -------------------------------------------------------------------------- */
.index-about {
  margin: 3rem 0;
  line-height: 1.5;
  color: #626262;
  background-color: #f1f1f1; }

.index-about__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
  padding: 2rem 0;
  font-size: 1.6rem;
  line-height: 1.5;
  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: 1rem;
  font-size: 2.4rem;
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.2; }

/* Homepage: map showing the position of the restaurant
   -------------------------------------------------------------------------- */
.index-map {
  margin: 3rem 0 0 0; }

.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: #f1f1f1;
  font-size: 1.6rem;
  font-family: "PapaSans-Regular", sans-serif;
  color: #626262;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }

.index-map__shop-title {
  margin-bottom: .5em;
  font-size: 2.4rem;
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1; }

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

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

.index-map__order-button {
  color: #fff;
  background-color: #0f9675;
  border: none;
  padding: 1rem 0;
  border-radius: 0.9rem;
  font-size: 2.2rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #fff;
  font-weight: 400;
  display: block;
  margin-top: 1rem;
  width: 100%;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .index-map__order-button:hover {
    color: #000;
    background-color: #cfe3df; }

.index-map__shop-image {
  margin-top: 1.5rem; }

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

@media screen and (max-width: 52.5em) {
  .index-map__shop {
    margin: 0 auto 3rem auto; } }
@media screen and (max-width: 40em) {
  .index-map__embed-image {
    -ms-transform: translate(-60%, -40%);
    -webkit-transform: translate(-60%, -40%);
    transform: translate(-60%, -40%); } }
.checkout-rewards {
  margin: 3rem 0;
  padding: 7rem 3rem;
  background-color: #e6e6e6; }
  .checkout-rewards:before {
    display: table;
    content: ""; }
  .checkout-rewards:after {
    display: table;
    content: "";
    clear: both; }

.checkout-rewards__logo {
  float: left;
  width: 35%;
  text-align: center; }

.checkout-rewards__content {
  float: right;
  width: 60%; }

.checkout-rewards__title {
  font-size: 3.5rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 3rem;
  line-height: 1; }

.checkout-rewards__title-amount {
  display: inline-block;
  padding: 0 1rem .3rem;
  color: #fff;
  white-space: nowrap;
  background-color: #ab131b; }

.checkout-rewards__earning {
  font-size: 1.5rem;
  font-family: "PapaSans-Regular", sans-serif;
  color: #626262;
  font-weight: 700;
  margin-top: .6em; }

.checkout-rewards__selection-missing {
  font-size: 1.5rem;
  font-family: "PapaSans-Regular", sans-serif;
  color: #626262;
  font-weight: 400;
  margin-top: .6em; }

.checkout-rewards__selection {
  font-size: 1.5rem;
  font-family: "PapaSans-Regular", sans-serif;
  color: #626262;
  font-weight: 400;
  margin-top: 1em;
  padding: .5em;
  background-color: #f1f1f1;
  box-sizing: border-box; }
  .checkout-rewards__selection:before {
    display: table;
    content: ""; }
  .checkout-rewards__selection:after {
    display: table;
    content: "";
    clear: both; }

.checkout-rewards__selection-label {
  display: block;
  position: relative;
  margin: 0;
  width: auto;
  cursor: pointer;
  text-align: left;
  line-height: 1.4; }

.checkout-rewards__selection-label + .checkout-rewards__selection-label {
  margin-top: 1.5rem; }

.checkout-rewards__selection-input {
  position: absolute;
  left: 0;
  top: .3em; }

.checkout-rewards__selection-span:before {
  content: '';
  display: block;
  position: relative;
  float: left;
  margin: 0 .5em 0 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #0f9675;
  border-radius: .5rem; }

.checkout-rewards__selection-span:after {
  content: '';
  display: none;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 12px;
  height: 12px;
  background-color: #0f9675;
  border-radius: .3rem; }

.checkout-rewards__selection-input:checked + .checkout-rewards__selection-span:after {
  display: block; }

.checkout-rewards__rules {
  font-size: 1.5rem;
  font-family: "PapaSans-Regular", sans-serif;
  color: #626262;
  font-weight: 400;
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 1.5; }

.checkout-rewards__rules-intro {
  margin-bottom: .4rem; }

.checkout-rewards__rules-list li {
  list-style: disc;
  list-style-position: inside;
  margin-bottom: .7rem; }

@media screen and (min-width: 80.0625em) {
  .checkout-rewards__title {
    font-size: 6rem; } }
@media screen and (min-width: 100.0625em) {
  .checkout-rewards__logo {
    width: 50%; }

  .checkout-rewards__content {
    width: 45%; } }
@media screen and (max-width: 36em) {
  .checkout-rewards {
    margin-top: 3em; }

  .checkout-rewards__logo {
    display: none; }

  .checkout-rewards__content {
    width: 100%; } }
.checkout-loyalty {
  margin: 4em 0 2em; }
  .checkout-loyalty:before {
    display: table;
    content: ""; }
  .checkout-loyalty:after {
    display: table;
    content: "";
    clear: both; }

.checkout-loyalty__logo {
  float: left;
  width: 20%; }

.checkout-loyalty__teaser,
.checkout-loyalty__info {
  float: right;
  width: 76%; }

.checkout-loyalty__balance {
  font-size: 2.7rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: .2em; }

.checkout-loyalty__balance-amount {
  padding: .05em .3em .1em;
  color: #fff;
  background-color: #df2140; }

.checkout-loyalty__use,
.checkout-loyalty__cannot-use {
  margin-top: 1em;
  font-size: 1.5rem;
  font-family: "PapaSans-Regular", sans-serif;
  color: #000;
  font-weight: 400;
  padding: 1rem .7rem;
  background-color: #f1f1f1; }

.checkout-loyalty__use-label {
  display: block;
  position: relative;
  margin: 0;
  width: auto;
  cursor: pointer;
  text-align: left;
  line-height: 1.4; }

.checkout-loyalty__use-label + .checkout-loyalty__use-label {
  margin-top: 1.5rem; }

.checkout-loyalty__use-input_checkbox {
  position: absolute;
  left: 0;
  top: .3em; }

.checkout-loyalty__use-text:before {
  content: '';
  display: block;
  position: relative;
  float: left;
  margin: 0 .5em 0 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #0f9675;
  border-radius: .5rem; }

.checkout-loyalty__use-text:after {
  content: '';
  display: none;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 12px;
  height: 12px;
  background-color: #0f9675;
  border-radius: .3rem; }

.checkout-loyalty__use-input_checkbox:checked + .checkout-loyalty__use-text:after {
  display: block; }

@media screen and (max-width: 36em) {
  .checkout-loyalty {
    margin-top: 3em; }

  .checkout-loyalty__logo {
    display: none; }

  .checkout-loyalty__teaser,
  .checkout-loyalty__info {
    width: 100%; } }
.checkout-tip {
  margin: 0 auto 3rem;
  max-width: 600px;
  font-size: 2rem;
  font-weight: 400;
  font-family: "PapaSans-MediumCondensed", sans-serif; }
.checkout-tip__label {
  display: inline-block;
  padding: .3em .5em 0 0;
  font-size: 2.3rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1;
  box-sizing: border-box; }
.checkout-tip__input {
  padding: 1rem 1.5rem;
  width: 67px;
  color: #249674;
  font-size: 1.4rem;
  text-align: right;
  font-family: "PapaSans-Regular", sans-serif;
  border: 1px solid #249674;
  border-radius: .5rem;
  box-sizing: border-box; }
.checkout-tip__currency {
  display: inline-block;
  padding-left: .3rem; }
.checkout-tip__apply {
  display: inline-block;
  margin-left: .5rem;
  color: #ab131b;
  text-decoration: underline; }

.locator-html .content__wrapper {
  padding: 120px 0 2em; }

.locator-html .locator__logo {
  top: -10.5rem; }

.locator {
  padding: 5rem 2rem 3rem;
  max-width: 1000px; }

.locator__title {
  font-size: 3.3rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase; }

.locator__method {
  font-size: 3rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400; }

.locator__postcode-input {
  font-size: 2.9rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400; }

.locator__postcode-button {
  color: #fff;
  background-color: #0f9675; }

.locator__postcode-button:hover {
  color: #000;
  background-color: #cfe3df; }

.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: 0;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

.locator-restaurant__name,
.locator-restaurant__content-name {
  font-size: 3.2rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase; }

.locator-restaurant__name {
  margin: 0;
  padding: .4rem 0 0;
  float: left;
  line-height: 1; }

.locator-restaurant__toggle {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #148f6a;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  margin: 0;
  padding-top: 1.3rem;
  line-height: 1.1; }

.locator-restaurant__phone {
  font-size: 1.6rem;
  font-family: "PapaSans-Regular", sans-serif;
  color: #000;
  font-weight: 500; }

.locator-restaurant__address p {
  font-size: 1.6rem;
  font-family: "PapaSans-Regular", sans-serif;
  color: #333;
  font-weight: 300; }

.locator-restaurant__button, .locator-restaurant__button_content {
  color: #fff;
  background-color: #0f9675;
  border: none;
  padding: 0.45em 1em 0.55em;
  border-radius: 0.5rem;
  font-size: 1.8rem;
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  .locator-restaurant__button:hover, .locator-restaurant__button_content:hover {
    color: #000;
    background-color: #cfe3df; }

.locator-restaurant__button_content {
  display: inline-block; }

.locator-restaurant__map a {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #148f6a;
  font-weight: 700; }

.locator-restaurant__content-name-distance,
.locator-restaurant__name-distance {
  font-size: 2rem; }

@media screen and (max-width: 40em) {
  .locator-restaurant__name {
    padding: 0; }

  .locator-restaurant__toggle {
    margin: 1rem 0;
    padding: .5rem 0; } }
@media screen and (max-width: 30em) {
  .locator-html .locator__logo {
    top: -10rem; } }
.max-toppings-warning,
.max-default-toppings-removal-warning, .max-ingredients-removal-warning {
  display: none;
  background-color: #D44318;
  color: #fff;
  padding: 1rem;
  line-height: 120%;
  margin-top: 1rem; }

/* Password checker on the 'register' and 'order_step2' pages
   -------------------------------------------------------------------------- */
.password-checker {
  background-color: #fff;
  border-color: #818181; }

.password-checker:before {
  border-left-color: #818181;
  border-right-color: #818181; }

.password-checker:after {
  border-left-color: #fff;
  border-right-color: #fff; }

.password-checker__label {
  font-size: 1.8rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #fff; }

.password-checker__text {
  font-size: 1.8rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #212121;
  letter-spacing: -0.2px; }

.password-checker__bar {
  background-color: #e8e8e8; }

.password-checker__score {
  background-color: #ab131b; }

.password-checker__score.weak {
  width: 30%;
  background-color: #ab131b; }

.password-checker__score.medium {
  width: 60%;
  background-color: #e1aa17; }

.password-checker__score.strong {
  width: 100%;
  background-color: #0f9675; }

.password-checker__input-message {
  font-size: 1.4rem;
  font-family: "PapaSans-Regular", sans-serif;
  color: #fff;
  background-color: #900; }

/* Promotion block */
.content__side_promotion {
  position: static !important;
  margin-top: 1.5rem !important; }

.promotions-info {
  padding: 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #f1f1f1; }

.promotions-info h3 {
  margin: 0 0 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5; }

.promotions-info p {
  margin-bottom: 2rem; }

.promotions-info > :last-child {
  margin-bottom: 0; }

.promotions-info ol,
.promotions-info ul {
  margin: 0 0 2rem;
  padding: 0;
  counter-reset: section; }

.promotions-info ol li,
.promotions-info ul li {
  list-style: none;
  position: relative;
  margin: 0 0 .8rem 2.4rem;
  padding-left: .8rem;
  color: #626262; }

.promotions-info ul li {
  margin-left: 1.4rem; }

.promotions-info ol li:before {
  content: counter(section);
  counter-increment: section;
  position: absolute;
  left: -2.2rem;
  top: .1rem;
  width: 2.2rem;
  height: 2.2rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  font-family: Arial, sans-serif;
  background-color: #ab131b;
  border-radius: 100%; }

.promotions-info ul li:before {
  content: ' ';
  position: absolute;
  left: -1.2rem;
  top: .8rem;
  width: .7rem;
  height: .7rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  background-color: #ab131b;
  border-radius: 100%; }

@media screen and (max-width: 52.5em) {
  .content__side_promotion {
    float: none;
    width: 100%; } }
/* --------------------------------------------------------------------------
   STATIC PAGE
   -------------------------------------------------------------------------- */
.page_static .category-navigation__order-button {
  display: none; }

.page_static .content__main {
  float: none;
  margin: auto;
  width: 820px;
  max-width: 100%; }

.static-page {
  color: #626262;
  font-size: 1.5rem;
  line-height: 1.6; }
.static-page .static-page__title {
  font-size: 2.7rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase; }
.static-page h1, .static-page h2, .static-page h3, .static-page h4, .static-page h5, .static-page h6 {
  line-height: 1;
  font-weight: 600; }
.static-page h1, .static-page h2, .static-page h3 {
  color: #000;
  font-weight: 400;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  text-transform: uppercase; }
.static-page h1, .static-page h2 {
  font-size: 3rem; }
.static-page h3 {
  font-size: 2.2rem; }
.static-page h4 {
  font-size: 1.8rem; }
.static-page h5 {
  font-size: 1.6rem; }
.static-page h6 {
  font-size: 1.5rem; }
.static-page p {
  margin-bottom: 1.5rem;
  line-height: inherit; }

/*************************
  Form checkbox styling
*************************/
.checkout-row__group-label_checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer; }

.checkout-row__field-checkbox {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0; }

.checkout-row__field-checkbox .checkout-row__label-text {
  position: relative;
  display: block; }

.checkout-row__group-label_checkbox .checkout-row__label-text {
  font-size: 1.8rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000; }

.checkout-row__group-label_checkbox .checkout-row__label-text:before,
.checkout-row__group-label_checkbox .checkout-row__label-text:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  box-sizing: border-box; }

.checkout-row__group-label_checkbox .checkout-row__label-text:before {
  width: 16px;
  height: 16px;
  border: 1px solid; }

.checkout-row__group-label_checkbox .checkout-row__label-text:after {
  display: none;
  margin: 3px;
  width: 10px;
  height: 10px; }

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

.checkout-row__group-label_checkbox {
  font-size: 1.4rem; }

.checkout-row__group-label_checkbox .checkout-row__label-text:before {
  top: 1px;
  border-color: #000;
  background-color: #fff;
  border: 1px solid #aeaeae; }

.checkout-row__group-label_checkbox .checkout-row__label-text:after {
  top: 1px;
  background-color: #0f9675; }

.order__repeat-label-text:before {
  top: 1px;
  border: 1px solid #000;
  background-color: #fff; }

.order__repeat-label-text:after {
  top: 1px;
  background-color: #0f9675; }

/* Improved layout 
  -------------------------------------- */
@media screen and (max-width: 52.5em) {
  .page_improved.page_categories, .page_improved.page_menu, .page_improved.page_favourites, .page_improved.page_half_half, .page_improved.page_cyo {
    padding-bottom: 46px; } }
.category-navigation_mobile {
  height: 5.6rem;
  background-color: #fff;
  border-top: 1px solid #fff;
  box-sizing: border-box; }
.category-navigation_mobile .category-navigation__wrapper {
  width: 100%; }
.category-navigation_mobile .category-navigation__list {
  padding: 1.2rem 0; }
.category-navigation_mobile .category-navigation__item {
  float: none;
  margin: 0 .9rem;
  color: #626262;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }
.category-navigation_mobile .category-navigation__item_active {
  color: #ab131b;
  border-bottom: 3px solid #ab131b; }
.category-navigation_mobile .category-navigation__link {
  margin-top: 0;
  padding: .5rem 0; }
.category-navigation_mobile .category-navigation__link:hover, .category-navigation_mobile .category-navigation__link:focus,
.category-navigation_mobile .category-navigation__item_active .category-navigation__link {
  color: #ab131b;
  background-color: transparent; }
.category-navigation_mobile .category-navigation__item_favourites {
  position: static;
  float: none;
  margin: 0 .5rem; }
.category-navigation_mobile .category-navigation__favourite-name {
  display: inline-block; }
.category-navigation_mobile .category-navigation__favourite-icon::before {
  float: left;
  margin: .2rem .3rem 0 0; }

.category-navigation_mobile {
  position: relative;
  z-index: 5; }

.category-navigation__wrapper {
  position: relative;
  z-index: 6; }

.category-navigation__list {
  position: relative;
  z-index: 7; }

.category-navigation_mobile {
  position: relative; }

.category-navigation_mobile-icon-left,
.category-navigation_mobile-icon-right {
  display: none;
  position: absolute;
  top: 0;
  width: 23px;
  height: 100%;
  z-index: 20; }

.category-navigation_mobile-icon-left {
  left: 0;
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  border-left: 7px solid #fff; }

.category-navigation_mobile-icon-right {
  right: 0;
  background: -webkit-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
  border-right: 7px solid #fff; }

.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: #888;
  font-size: 1.7rem; }

.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: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: 50%;
  margin-top: -.9rem;
  line-height: 1;
  z-index: 21; }

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

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

@media screen and (max-width: 52.5em) {
  .page_improved .category__products {
    margin: 0;
    width: 100%; }

  .product_improved {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1; } }
.product_with-counter:after {
  background-color: #ab131b; }

.product_improved .product__counter {
  float: left;
  color: #ab131b;
  font-weight: 400;
  font-family: inherit; }

.product_improved .product__counter::before {
  float: left;
  margin: .7rem .2rem 0 0;
  font-size: 1em;
  font-family: sans-serif; }

.product__mobile-price {
  color: #0f9675;
  font-size: 2rem;
  font-weight: 400;
  font-family: "PapaSans-MediumCondensed", sans-serif; }

.product_improved .product__mobile-price-from,
.product_improved .product__mobile-price-value {
  font-size: inherit;
  font-weight: inherit; }

.mobile-basket-button .mobile-basket-button__nb-items {
  padding: 0 .5rem;
  min-width: 20px;
  color: #fff;
  line-height: 20px;
  font-size: 1.6rem;
  background-color: #ab131b;
  border-radius: 50%;
  box-sizing: border-box; }

.mobile-basket-button .mobile-basket-button__icon {
  padding: 0 .1rem .3rem;
  border-bottom-color: #fff; }

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

.mobile-basket-button__link {
  color: #fff;
  background-color: #0f9675;
  border: none;
  font-size: 1.8rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  font-weight: 400;
  text-transform: uppercase; }
  .mobile-basket-button__link:hover {
    color: #fff;
    background-color: #0f9675; }

.popup_improved.popup_scrolled .popup__title {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.popup_improved .popup__title-mobile-close {
  padding-top: .3rem; }

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

.popup__picture_mobile {
  text-align: center; }

.popup__picture_mobile img {
  width: 300px; }

.popup-buttons_improved .popup-buttons__button {
  font-size: 1.8rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: .9rem 0 .9rem 0; }

@media screen and (max-width: 52.5em) {
  .popup_improved {
    border-radius: 0; }

  .popup_improved .popup__title {
    font-size: 2.2rem; }

  .popup_improved .popup__title-mobile-close {
    margin-top: 0;
    padding-top: .5rem;
    line-height: 2.6rem; }

  .popup-buttons_improved .popup-buttons__button {
    border-radius: 0; }

  .popup-group__label,
  .popup-group__single-choice,
  .popup-row__title {
    font-size: 2rem; } }
@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: #0f9675; } }
/************************
 Deal wizard navigation
 - 7 tabs per row max
 - done tabs styling
***********************/
.deal-wizard-navigation {
  margin: 1rem 0 2rem;
  background-color: transparent; }

.deal-wizard-navigation__tab:before {
  width: 15px; }

.deal-wizard-navigation__link {
  margin-right: 15px;
  padding: 0 0 0 10px; }
  .deal-wizard-navigation__link {
    margin-right: 15px; }
  .deal-wizard-navigation__link:before, .deal-wizard-navigation__link:after {
    border-top-width: calc($height/2);
    border-bottom-width: calc($height/2);
    border-left-width: 15px; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link {
  margin-right: 15px; }
.deal-wizard-navigation__tab_active .deal-wizard-navigation__link:before, .deal-wizard-navigation__tab_active .deal-wizard-navigation__link:after {
  border-top-width: calc($height/2);
  border-bottom-width: calc($height/2);
  border-left-width: 15px; }

.deal-wizard-navigation__title {
  height: 40px;
  line-height: 40px; }

.deal-wizard-navigation__link {
  font-size: 2.5rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background-color: #0f9675; }

.deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__link {
  color: #0f9675;
  background-color: #f1f1f1; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link {
  color: #fff;
  background-color: #0f9675; }

.deal-wizard-navigation__tab:before {
  background-color: #0f9675; }

.deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab:before {
  background-color: #f1f1f1; }

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

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

.deal-wizard-navigation__link:after {
  margin-left: -1px; }

.deal-wizard-navigation__link:before {
  border-left-color: #dcdcdc; }

.deal-wizard-navigation__link:after {
  border-left-color: #0f9675; }

.deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__link:before {
  border-left-color: #dcdcdc; }

.deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__link:after {
  border-left-color: #f1f1f1; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link:after {
  margin-left: 0; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link:before {
  border-left-color: #dcdcdc; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link:after {
  border-left-color: #0f9675; }

.deal-wizard-navigation__title:after {
  background: -webkit-linear-gradient(left, rgba(15, 150, 117, 0), #0f9675);
  background: linear-gradient(to right, rgba(15, 150, 117, 0), #0f9675); }

.deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__title:after {
  background: -webkit-linear-gradient(left, rgba(241, 241, 241, 0), #f1f1f1);
  background: linear-gradient(to right, rgba(241, 241, 241, 0), #f1f1f1); }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__title:after {
  background: -webkit-linear-gradient(left, rgba(15, 150, 117, 0), #0f9675);
  background: linear-gradient(to right, rgba(15, 150, 117, 0), #0f9675); }

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

/* ==========================================================================
   Upselling
   ========================================================================== */
/* Basket upselling
   -------------------------------------------------------------------------- */
.basket {
  position: relative;
  z-index: 10; }

.basket__upselling {
  position: relative;
  z-index: 1; }

.basket-upselling {
  position: relative;
  margin-top: 2rem;
  padding: 5rem 5%;
  min-height: 273px;
  box-sizing: border-box; }

.basket-upselling:nth-child(1) {
  z-index: 10; }

.basket-upselling:nth-child(2) {
  z-index: 9; }

.basket-upselling:nth-child(3) {
  z-index: 8; }

.basket-upselling__header {
  position: relative;
  z-index: 2;
  text-align: center; }

.basket-upselling__title {
  margin: 0;
  font-size: 3.6rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1; }

.basket-upselling__description {
  margin-top: 1.5rem;
  color: #fff; }

.basket-upselling__description p {
  margin: 0; }

.basket-upselling__image-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden; }

.basket-upselling__image {
  max-width: none;
  min-width: 100%;
  min-height: 100%; }

.basket-upselling__footer {
  position: relative;
  margin-top: 2.5rem;
  z-index: 2; }

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

.basket-upselling__footer .nice-select {
  width: 100%;
  height: 42px;
  line-height: 40px;
  border-radius: .9rem; }

.basket-upselling__footer .nice-select .list {
  min-width: 100%; }

.basket-upselling__button {
  margin-top: .5rem;
  color: #fff;
  background-color: #0f9675;
  border: none;
  padding: 0.45em 1.2em;
  border-radius: 0.9rem;
  font-size: 2.2rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  width: 100%;
  height: 42px;
  line-height: 42px;
  padding: 0 1rem;
  box-sizing: border-box;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  .basket-upselling__button:hover {
    color: #000;
    background-color: #cfe3df; }

/* Checkout upselling
   -------------------------------------------------------------------------- */
.category_upselling {
  margin: 2rem 0 1rem;
  padding: 2rem 0 0;
  border-top: 2px dotted #c7c7c7; }

.category_upselling .category__title {
  display: block;
  font-size: 2.7rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2.4rem;
  text-align: center; }

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

.category_upselling .category__products {
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 2rem 0;
  max-width: 1050px;
  background-color: #e6e6e6; }

@media screen and (max-width: 52.5em) {
  .category_upselling .category__products {
    padding: 0; }
  .category_upselling .product_improved {
    border-color: #d9d9d9; }
  .category_upselling .product_improved:last-child {
    margin-bottom: 0; } }
@media screen and (max-width: 75em) {
  .restaurants__panel {
    padding-left: 2%; } }
.restaurants__button {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #148f6a;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: #fff; }

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

.restaurants-search__input {
  font-size: 1.4rem;
  font-family: "PapaSans-Regular", sans-serif;
  color: #000;
  border-radius: .5rem 0 0 .5rem; }

.restaurants-search__input::placeholder {
  font-size: 1.4rem;
  font-family: "PapaSans-Regular", sans-serif;
  color: #888; }

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

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

.restaurants-search__button:last-child {
  border-radius: 0 .5rem .5rem 0; }

.restaurants-search__warning {
  color: #ab131b; }

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

.restaurant-summary:hover {
  color: #148f6a; }

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

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

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

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

.restaurant-details__name-icon:before {
  content: '\25C0';
  font-family: Arial, Helvetica, sans-serif; }

.restaurant-details__item_phone {
  color: #148f6a; }

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

.restaurant-details__order-button {
  color: #fff;
  background-color: #0f9675;
  border: none;
  padding: 0.45em 1.2em;
  border-radius: 0.9rem;
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: 700; }
  .restaurant-details__order-button:hover {
    color: #000;
    background-color: #cfe3df; }

/* Theme transform to 2560px width
  ----------------------------------------------*/
/* Layout 2560px support
  ----------------------------------------------*/
.header__wrapper,
.category-navigation__wrapper,
.footer__wrapper {
  margin: 0 auto;
  max-width: 1730px;
  width: 96%; }

.scroll-up_show {
  right: .1em;
  bottom: .1em; }

@media screen and (min-width: 112em) {
  .scroll-up_show {
    right: calc(50% - 865px); } }
/* Index page 
  ----------------------------------------------*/
.index-slideshow {
  max-width: none;
  width: 100%; }

.index-hero-banner {
  position: absolute;
  left: 2%;
  top: 50%;
  max-width: 96%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  box-sizing: border-box; }

.index-hero-banner__link {
  display: block;
  padding: 2.5rem 0 1rem 0;
  text-decoration: none; }

.index-hero-banner__content {
  color: #fff;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transform: skewY(-4.5deg);
  -ms-transform: skewY(-4.5deg);
  transform: skewY(-4.5deg); }

.index-hero-banner__title,
.index-hero-banner__text,
.index-hero-banner__title-second {
  margin: 0 0 1.5rem;
  white-space: nowrap; }

.index-hero-banner__text-wrapper {
  display: inline;
  padding: .3rem 1.5rem;
  line-height: 1.3; }

.index-hero-banner__title:before {
  display: table;
  content: ""; }
.index-hero-banner__title:after {
  display: table;
  content: "";
  clear: both; }

.index-hero-banner__title .index-hero-banner__text-wrapper {
  display: block;
  float: left; }

.index-hero-banner__text-wrapper + .index-hero-banner__text-wrapper {
  clear: left;
  margin-top: 1rem; }

.index-hero-banner__title .index-hero-banner__text-wrapper {
  font-size: 4rem;
  background-color: #f02334; }

.index-hero-banner__text .index-hero-banner__text-wrapper {
  font-size: 2.7rem;
  background-color: #f02334; }

.index-hero-banner__title-second .index-hero-banner__text-wrapper {
  font-size: 4rem;
  background-color: #000; }

.index-hero-banner__button {
  display: inline-block;
  margin-top: 2rem;
  color: #fff;
  background-color: #0f9675;
  border: none;
  padding: 1.2rem 2rem;
  border-radius: 0.9rem;
  font-size: 2.2rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .index-hero-banner__button:hover {
    color: #000;
    background-color: #cfe3df; }

.index-hero-banner {
  left: calc(50% - 600px); }

@media screen and (max-width: 79.25em) {
  .index-hero-banner {
    left: 2%; } }
@media screen and (max-width: 52.5em) {
  .index-hero-banner {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }
@media screen and (max-width: 40em) {
  .index-hero-banner__link {
    padding: 1.5rem 0 1rem 0; }

  .index-hero-banner__title,
  .index-hero-banner__text,
  .index-hero-banner__title-second {
    margin-bottom: 1rem; }

  .index-hero-banner__title .index-hero-banner__text-wrapper {
    font-size: 2.5rem; }

  .index-hero-banner__text .index-hero-banner__text-wrapper {
    font-size: 1.8rem; }

  .index-hero-banner__title-second .index-hero-banner__text-wrapper {
    font-size: 2.5rem; }

  .index-hero-banner__button {
    margin-top: 1.5rem;
    padding: .7rem 2rem;
    font-size: 2rem; } }
@media screen and (max-width: 30em) {
  .index-hero-banner__title,
  .index-hero-banner__text,
  .index-hero-banner__title-second {
    margin-bottom: .5rem; }

  .index-hero-banner__text-wrapper + .index-hero-banner__text-wrapper {
    margin-top: .5rem; }

  .index-hero-banner__title .index-hero-banner__text-wrapper {
    font-size: 2rem; }

  .index-hero-banner__text .index-hero-banner__text-wrapper {
    font-size: 1.6rem; }

  .index-hero-banner__title-second .index-hero-banner__text-wrapper {
    font-size: 2rem; }

  .index-hero-banner__button {
    font-size: 1.8rem; } }
.index-highlight__wrapper {
  text-align: center;
  font-size: 0;
  vertical-align: top; }

.index-highlight__article {
  display: inline-block;
  float: none;
  width: 33.33%;
  vertical-align: top; }

.index-highlight__article_banner {
  width: 33.33%; }

@media screen and (max-width: 52.5em) {
  .index-highlight__wrapper {
    width: 96%; }

  .index-highlight__article {
    width: 100%;
    padding: 0 0 60px; }

  .index-highlight__article:not(:first-child) {
    margin-top: 5rem;
    padding-top: 0;
    border: none; } }
.index-promo {
  padding: 0; }

.index-promo__wrapper {
  margin: 0 auto;
  max-width: 1730px;
  width: 96%;
  font-size: 0;
  text-align: center; }

.index-promo__article {
  display: inline-block;
  float: none;
  vertical-align: top;
  margin: 2em 0;
  text-align: initial; }

.index-promo__article:not(:first-child) {
  border-left-width: 1px; }

.index-promo__article:nth-child(5) {
  border-width: 0; }

.index-promo__article-content {
  margin: 0 auto;
  max-width: 230px; }

@media screen and (max-width: 52.5em) {
  .index-promo__article {
    margin: 0 0 2em !important;
    padding: 2em 0 60px;
    width: 100% !important;
    text-align: center; }

  .index-promo__article:not(:first-child) {
    border-left: none;
    border-top: 1px solid #bcbcbc; } }
/* Homepage: connected customer
   -------------------------------------------------------------------------- */
.index-connected-customer {
  padding: 3rem 0;
  background: #a3121a; }

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

.index-connected-customer__item {
  padding: 1.5rem 2rem 2rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #000;
  background-color: #fff; }

.index-connected-customer__title {
  margin-bottom: .8rem;
  font-size: 2.4rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1; }

.index-connected-customer__content {
  min-height: 4.5rem; }

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

.index-connected-customer__button {
  display: inline-block;
  min-width: 100px;
  color: #fff;
  background-color: #0f9675;
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 0.9rem;
  font-size: 2.2rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
  text-align: center;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  box-sizing: border-box; }
  .index-connected-customer__button:hover {
    color: #000;
    background-color: #cfe3df; }

.index-connected-customer__item:first-of-type {
  color: #000;
  text-align: left;
  background-color: #f1f1f1; }
.index-connected-customer__item:first-of-type .index-connected-customer__title {
  color: #ab131b; }
.index-connected-customer__item:first-of-type .index-connected-customer__button_other {
  margin-left: .3rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #0f9675; }
.index-connected-customer__item:first-of-type .index-connected-customer__button_other:hover {
  color: #000;
  background-color: #cfe3df; }

@media screen and (max-width: 52.5rem) {
  .index-connected-customer__content {
    min-height: 0; }

  .index-connected-customer__item:first-of-type {
    text-align: center; }

  .index-connected-customer__item_variant .index-connected-customer__button {
    min-width: 210px;
    max-width: 100%; } }
.content__wrapper {
  margin: 0 auto;
  max-width: 1730px;
  width: 96%; }

@media screen and (min-width: 80.0625em) {
  .content__side {
    width: 25%; }

  .content__main {
    width: 73%; } }
@media screen and (min-width: 96.0625em) {
  .content__side {
    width: 20%; }

  .content__main {
    width: 78%; } }
/* Category page layout
   -------------------------------------------------------------------------- */
@media screen and (min-width: 80.0625em) {
  .product {
    width: 25%; }

  .product:nth-child(3n+1) {
    clear: none; }

  .product:nth-child(4n+1) {
    clear: left; }

  .category_upselling .product {
    width: 33.3333%; } }
.product_favourites.product {
  margin-bottom: 2rem;
  width: 100%;
  background-color: #f1f1f1; }
.product_favourites .product__buttons {
  margin-top: 1rem; }
.product_favourites .product__customise:hover {
  background-color: transparent; }

/* Checkout
   -------------------------------------------------------------------------- */
.checkout {
  padding: 3rem 5%;
  background-color: #f1f1f1; }

.checkout__section {
  padding-bottom: 2rem; }

.checkout__section + .checkout__section {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 2px dotted #c7c7c7; }

.checkout > .checkout__footer {
  padding-bottom: 1rem; }

.checkout__header {
  padding-bottom: 0;
  text-align: center;
  border-bottom: none; }

.checkout__title {
  font-size: 2.4rem; }

.checkout-row {
  margin-left: -70px;
  padding-right: 75px; }

.checkout__facebook-login-separator-text {
  background-color: #f1f1f1; }

.checkout-row__group-item_forgot-password a {
  color: #0f9675;
  font-size: 1.8rem;
  line-height: 1;
  font-family: "PapaSans-MediumCondensed", sans-serif; }

.checkout-row__group-item_forgot-password a:hover {
  color: #ab131b; }

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

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

  .checkout-row__label {
    float: none;
    padding: 0;
    margin: 0 0 .3em 0;
    width: auto; } }
@media screen and (max-width: 30em) {
  .checkout {
    padding: 3rem 1rem; } }
/* additional styles to change main green color */
.compose__add-new-button,
.checkout-row__group-item_forgot-password a,
.deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__link,
.product__mobile-price,
.popup_improved .popup__title-mobile-close-icon,
.rewards-history__table .green,
.burger-menu__icon,
.order-table__print-button,
.order-table__show-more a,
.order__repeat-empty-basket,
.order__items-total-price,
.basket__close,
.basket__total-amount,
.basket__coupon-link,
.product__order-level-deal,
.product__sku-value,
.product__customise,
.popup__price,
.sku-buttons__text,
.popup-buttons__link,
.basket__delivery_radio,
.basket__repeat,
.product__price,
.form-buttons__link,
.nice-select > .current,
.shop-info__link,
.shop-info .social-icons__link,
.deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__link,
.locator-restaurant__map a,
.restaurants__button,
.restaurant-summary:hover,
.restaurant-summary__name,
.restaurant-details__name,
.restaurant-details__item_phone,
.dropdown-menu__header-points,
.call-button__name,
.locator-restaurant__toggle,
.dropdown-menu_user .dropdown-menu__header-subtitle,
.dropdown-menu_language .dropdown-menu__header-subtitle,
.dropdown-menu_shop .dropdown-menu__header-subtitle,
.language-switcher__item_active .language-switcher__item-link,
.card-entry__input,
.card-entry__cvcode-input,
.checkout-row__field-text,
.checkout-row__field-textarea,
.locator__postcode-input::placeholder {
  color: #2D5D2A; }

.deal-wizard-navigation__link,
.deal-wizard-navigation__tab:before,
.deal-wizard-navigation__tab_active .deal-wizard-navigation__link,
.deal-wizard-navigation__tab_active:before,
.mobile-topbar__order-link,
.checkout-rewards__selection-span:after,
.checkout-loyalty__use-text:after,
.password-checker__score.strong,
.popup-enum__radio:checked + .popup-enum__text,
.index-hero-banner__button,
.index-connected-customer__button,
.compose__add-button,
.restaurant-details__order-button,
.form-buttons__button,
.rewards-info__button,
.gdpr-consent__button,
.index-highlight__article-button,
.index-promo__article-button,
.index-microblog__link,
.index-map__order-button,
.locator__postcode-button,
.locator-restaurant__button,
.locator-restaurant__button_content,
.basket-upselling__button,
.order__add-button,
.order__repeat-button,
.shop-info__social-icons .social-icons__link:hover,
.checkout-navigation__item_active,
.basket__delivery-radio:checked + .basket__delivery-method,
.mobile-basket-button__link,
.mobile-basket-button__link:hover,
.basket__button-link,
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus:hover,
.deal-wizard-navigation__tab_active .deal-wizard-navigation__link,
.deal-wizard-navigation__tab_active:before,
.content__side-order-online-button,
.product__add,
.compose-set__text:after,
.popup-set__text:after,
.popup-buttons__button,
.message_info,
.sku-buttons__radio:checked + .sku-buttons__text,
.checkout-row__group-label_checkbox .checkout-row__label-text:after,
.order__repeat-label-text:after,
.locator__method input[type=radio]:checked + span,
.compose-enum__radio:checked + .compose-enum__text,
.switcher-btn_active {
  background-color: #2D5D2A; }

.product__sku-select,
.checkout-rewards__selection-span:before,
.checkout-loyalty__use-text:before,
.index-connected-customer__button,
.nice-select,
.locator__postcode-input,
.locator__postcode-button,
.card-entry__input,
.card-entry__cvcode-input,
.checkout-row__field-text,
.checkout-row__field-textarea,
.__sailplay-form .__sailplay-form_group input,
.__sailplay-form .__sailplay-form_group.__sailplay-error input,
.__sailplay-form .__sailplay-form_group .__sailplay-toggle_bar,
.__sailplay-form .__sailplay-form_group .__sailplay-select {
  border: 1px solid #2D5D2A; }

.deal-wizard-navigation__link:after,
.deal-wizard-navigation__tab_active .deal-wizard-navigation__link:after,
.deal-wizard-navigation__tab_active .deal-wizard-navigation__link:after {
  border-left-color: #2D5D2A; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__title:after,
.deal-wizard-navigation__title:after,
.deal-wizard-navigation__tab_active .deal-wizard-navigation__title:after {
  background: linear-gradient(to right, rgba(45, 93, 42, 0), #2D5D2A); }

.checkout__facebook-login-separator:before {
  border-top: 1px solid #2D5D2A; }

.checkout-navigation__item_active:after {
  border-left: 19px solid #2D5D2A; }

.__sailplay-form .__sailplay-form_group .__sailplay-toggle_bar label:first-of-type {
  border-right: 1px solid #2D5D2A !important; }

.nice-select:after {
  border-color: #2D5D2A; }

.switcher-btn + .switcher-btn {
  border-left: 2px solid #2D5D2A; }

.dropdown-menu__header-icon {
  border-top: 12px solid #2D5D2A; }

.switcher-btns,
.index-slideshow .unslider-nav ol li {
  border: 2px solid #2D5D2A !important; }

.index-slideshow .unslider-nav .unslider-active,
.__sailplay-form .__sailplay-form_group .__sailplay-btn {
  background-color: #2D5D2A !important; }

@media screen and (max-width: 52.5em) {
  .product__customise,
  .page_menu.page_improved .message_info .message__wrapper,
  .header__language-menu .dropdown-menu__header-icon-item {
    background-color: #2D5D2A; } }
/* new down red strip replacement */
.footer,
.footer__wrapper_light,
.footer__credits {
  background-color: #FF0000; }

.checkout-tip {
  display: block;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 2rem;
  box-sizing: border-box;
  padding: 2.6rem 2.8rem;
  border: dashed 1px #d4d4d4;
  background-color: #fafafa;
  max-width: 100%; }
  .checkout-tip__logo {
    float: left;
    margin-right: 10rem;
    margin-top: -.7rem; }
    .checkout-tip__logo img {
      display: block;
      margin: 0 auto; }
    @media screen and (max-width: 96em) {
      .checkout-tip__logo {
        margin-right: 3rem; } }
    @media screen and (max-width: 81.25em) {
      .checkout-tip__logo {
        float: none;
        margin: 0 auto 1rem;
        display: block; } }
  .checkout-tip__label {
    font-size: 2.4rem;
    line-height: 30px;
    box-sizing: border-box;
    padding: .8rem 0;
    text-transform: uppercase;
    color: #ce4a51; }
    @media screen and (max-width: 81.25em) {
      .checkout-tip__label {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 0; } }

.donations {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  @media screen and (max-width: 81.25em) {
    .donations {
      display: block;
      width: 100%;
      text-align: center; } }
  .donations__item {
    display: inline-block;
    vertical-align: top;
    margin-left: 4rem; }
    @media screen and (max-width: 96em) {
      .donations__item {
        margin-left: 2rem; } }
    @media screen and (max-width: 81.25em) {
      .donations__item {
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: left; } }
    @media screen and (max-width: 26.25em) {
      .donations__item {
        display: block;
        margin: 1rem auto; } }
  .donations__link {
    display: block;
    width: 7.8rem;
    height: 4.6rem;
    background: url(/assets-images/voucher-sprite.png) top left no-repeat;
    text-decoration: none;
    margin: 0 auto; }
    .donations__link.selected {
      background: url(/assets-images/voucher-sprite.png) top left -7.8rem no-repeat; }
      .donations__link.selected .donations__amount,
      .donations__link.selected .donations__currency {
        color: #000; }
  .donations__amount, .donations__currency {
    font-size: 2.4rem;
    line-height: 46px;
    display: inline-block;
    vertical-align: top;
    color: rgba(0, 0, 0, 0.6);
    padding-left: 2.1rem;
    box-sizing: border-box;
    white-space: nowrap; }
  .donations__currency {
    padding-left: 0; }

/* Additional styles for referral pages */
.checkout__section_referral .checkout__header {
  margin-bottom: .8rem; }

.checkout__section_referral .checkout__title {
  font-family: "ItalianPlateNo2Bold", Helvetica, Arial, sans-serif;
  font-size: 2.6rem;
  line-height: 3rem;
  color: #da291c; }

.checkout__section_referral .checkout__description,
.checkout__section_referral .checkout__description p,
.checkout__section_referral [data-email-verification-error-invalid-code] {
  font-family: "ItalianPlateNo2Regular", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #575757;
  text-transform: uppercase;
  text-align: center; }

.checkout__section_referral .checkout__description strong {
  font-family: "ItalianPlateNo2Bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #575757; }

.checkout__section_referral [data-email-verification-error-invalid-code] {
  text-align: left; }

.checkout__section_referral .checkout__footer {
  text-align: center; }

.checkout__section_referral .checkout__footer .form-buttons__button {
  float: none;
  font-family: "ItalianPlateNo2Bold", Helvetica, Arial, sans-serif;
  font-size: 4.1rem;
  line-height: 4.7rem;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  padding: 0 1rem;
  border-radius: .6rem;
  background-color: #fdff00; }

.checkout__section_referral .checkout-row__label {
  font-family: "ItalianPlateNo2Bold", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-transform: uppercase;
  color: #575757;
  padding-top: .65rem; }

.checkout__section_referral .checkout-row__field-text {
  font-family: "ItalianPlateNo2Regular", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  border: solid 1px #575757;
  color: #575757;
  text-transform: uppercase; }

/* Refer a friend page */
.page_refer_a_friend .content {
  margin-top: 1.6rem;
  margin-bottom: 3.6rem; }

.page_refer_a_friend .footer {
  margin-top: 3.6rem; }

.page_refer_a_friend .content__wrapper {
  width: 100%;
  max-width: 100%; }

.page_refer_a_friend .content__main {
  width: 100%; }

.page_refer_a_friend .referral-page__content,
.page_refer_a_friend .referral-page__advertiser {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  box-sizing: border-box; }

.referral-page__banner {
  width: 100%;
  text-align: center; }

.referral-page__banner-image,
.referral-page__banner .referral-page__banner-image {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.referral-page__content {
  margin: 13.6rem auto 17.8rem;
  max-width: 90rem; }

.referral-page__content p,
.page_refer_a_friend .referral-page__content p {
  margin-bottom: 0;
  font-family: "ItalianPlateNo2Regular", Helvetica, Arial, sans-serif;
  font-size: 2.6rem;
  line-height: 4.4rem;
  color: #575757;
  text-align: center;
  text-transform: uppercase; }

.referral-page__advertiser {
  background-color: #da291c;
  border-bottom: solid 1px #8c1612;
  text-align: center;
  padding-top: 6.4rem;
  padding-bottom: 6.6rem; }

.referral-page__advertiser h2,
.page_refer_a_friend .referral-page__advertiser h2 {
  font-family: "ItalianPlateNo2Bold", Helvetica, Arial, sans-serif;
  font-size: 4.6rem;
  line-height: 5.2rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.8rem; }

.referral-page__advertiser-button {
  font-family: "ItalianPlateNo2Bold", Helvetica, Arial, sans-serif;
  font-size: 4.1rem;
  line-height: 4.7rem;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 1rem;
  border-radius: .6rem;
  background-color: #fdff00; }

@media screen and (max-width: 60em) {
  .referral-page__content {
    margin-top: 4rem;
    margin-bottom: 4rem; } }
/* Refer a friend menu item */
.category-navigation__item_referral {
  float: right; }

.category-navigation__item_referral .category-navigation__link {
  padding-left: 9rem;
  position: relative; }

.category-navigation__referral-icon {
  position: absolute;
  top: .4rem;
  left: .35em;
  width: 7rem;
  height: 5.2rem;
  display: inline-block;
  vertical-align: top;
  background: url(/assets-images/category-menu-referral-item.png) left center no-repeat; }

@media screen and (max-width: 76.5em) {
  .category-navigation__referral-name {
    display: none; }

  .category-navigation__referral-icon {
    position: static; }

  .category-navigation__item_referral .category-navigation__link {
    padding-left: .35em;
    padding-top: .15em;
    padding-bottom: .3rem; } }
@media screen and (max-width: 60em) {
  .category-navigation__referral-icon {
    width: 3.5rem;
    height: 2.6rem;
    background-size: cover; }

  .category-navigation__item_referral .category-navigation__link {
    padding-top: .35em;
    padding-bottom: 1.4rem; } }
.mobile-menu__item_referral .mobile-menu__item-link {
  padding-top: .9rem;
  padding-bottom: .9rem;
  background-color: #2D5D2A; }

.mobile-menu__item_referral-name {
  color: #fff;
  display: inline-block;
  vertical-align: middle; }

.mobile-menu__item_referral-icon {
  width: 5.4rem;
  height: 4rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
  background: url(/assets-images/mobile-menu-referral-item.png) left center no-repeat; }

/* Checkout referral section */
.page_thank_you .checkout__title,
.page_thank_you .checkout-confirm__title {
  font-family: "ItalianPlateNo2Bold", Helvetica, Arial, sans-serif;
  font-size: 2.6rem;
  line-height: 3rem;
  color: #da291c;
  text-transform: uppercase;
  text-align: center; }

.page_thank_you .checkout-confirm__content,
.page_thank_you .checkout-confirm__content p {
  font-family: "ItalianPlateNo2Regular", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #575757;
  text-transform: uppercase; }

.page_thank_you .checkout-confirm__content strong {
  font-family: "ItalianPlateNo2Bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #575757; }

/* Product pictos */
.product__pictos {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: end;
  flex-wrap: wrap-reverse; }

.product__pictos-icon {
  margin-right: 0; }

.product__pictos .product__pictos-icon {
  margin: 0 0 .7rem .7rem; }

.product__pictos-icon_new {
  position: absolute;
  right: .3rem;
  top: .2rem; }

.product__pictos-icon_vegan {
  position: static; }

/* footer link home*/
.footer__nav-links .footer__nav-item_home {
  display: none; }

.category__legend-label {
  display: inline-block;
  font-size: 1.4rem;
  font-family: "PapaSans-Regular", sans-serif;
  color: #000;
  font-weight: 700;
  position: relative;
  bottom: 0;
  left: 0;
  line-height: 4rem;
  vertical-align: top; }

/* Static information pages */
.static-info__container {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  max-width: 177rem;
  box-sizing: border-box;
  padding: 0 2rem; }
  @media screen and (max-width: 108.125em) {
    .static-info__container {
      max-width: 131.5rem; } }
.static-info__club-registration {
  display: flex;
  max-width: 177rem;
  margin: 0 auto;
  justify-content: center; }
.static-info__tab-content {
  border-left: solid 1px #dbdbdb;
  box-sizing: border-box;
  padding: 6.7rem 0 4.8rem 7.5rem;
  width: 100%; }
  @media screen and (max-width: 67.5em) {
    .static-info__tab-content {
      padding-left: 2.5rem; } }
  @media screen and (max-width: 52.5em) {
    .static-info__tab-content {
      padding-left: 0;
      border-left: none; } }
  @media screen and (max-width: 40em) {
    .static-info__tab-content {
      padding-top: 2rem; } }
  .static-info__tab-content a {
    font-family: "PapaSans-Regular", sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: normal;
    text-decoration: none;
    color: #2D5D2A;
    outline-color: #2D5D2A;
    margin-bottom: 1.6rem;
    transition: all .3s ease; }
    .static-info__tab-content a:hover {
      color: #0e6249;
      outline-color: #2D5D2A; }
.static-info__content {
  padding: 6.7rem 0 4.8rem;
  width: 100%; }
.static-info__form-container {
  background-color: #f0f0f0;
  padding: 3rem 1rem 9.2rem;
  box-sizing: border-box;
  text-align: center; }
  @media screen and (max-width: 40em) {
    .static-info__form-container {
      padding-bottom: 4.8rem; } }
.static-info__form {
  max-width: 55rem;
  margin: 0 auto; }
  .static-info__form .form-row {
    margin-bottom: 1.6rem; }
    .static-info__form .form-row__group {
      display: flex;
      flex-direction: row; }
      @media screen and (max-width: 40em) {
        .static-info__form .form-row__group {
          flex-direction: column; } }
    .static-info__form .form-row__message {
      display: none;
      padding-left: 18rem;
      color: #ab131b;
      text-align: left;
      margin-top: .5rem; }
      @media screen and (max-width: 40em) {
        .static-info__form .form-row__message {
          padding-left: 0; } }
    .static-info__form .form-row[data-form-row-invalid] .form-row__message {
      display: block; }
    .static-info__form .form-row__label {
      width: 18rem;
      flex-shrink: 0;
      font-family: "PapaSans-Regular", sans-serif;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 2.4rem;
      color: #2b2b2b;
      box-sizing: border-box;
      padding-right: 1rem;
      margin-top: .8rem;
      text-align: left; }
      @media screen and (max-width: 40em) {
        .static-info__form .form-row__label {
          width: 100%;
          padding: 0;
          margin: 0 0 .5rem; } }
    .static-info__form .form-row__field-text, .static-info__form .form-row__field-textarea {
      font-family: "PapaSans-Regular", sans-serif;
      font-size: 1.6rem;
      line-height: 2.4rem;
      font-weight: normal;
      color: #626262;
      box-sizing: border-box;
      padding: .7rem 1rem;
      border-radius: .4rem;
      background-color: #fff;
      border: solid 1px #2D5D2A;
      width: 37rem;
      min-width: 37rem;
      max-width: 100%; }
      @media screen and (max-width: 40em) {
        .static-info__form .form-row__field-text, .static-info__form .form-row__field-textarea {
          width: 100%;
          min-width: auto; } }
    .static-info__form .form-row__field-textarea {
      min-height: 12.8rem;
      max-width: 100%; }
    .static-info__form .form-row__select-container {
      width: 37rem; }
      @media screen and (max-width: 40em) {
        .static-info__form .form-row__select-container {
          width: 100%; } }
    .static-info__form .form-row .nice-select__container {
      width: 100%;
      display: block; }
      .static-info__form .form-row .nice-select__container .nice-select {
        width: 100%;
        height: 4rem;
        line-height: 3.8rem;
        border: solid 1px #2D5D2A;
        float: none; }
        .static-info__form .form-row .nice-select__container .nice-select:hover {
          border: solid 1px #2D5D2A; }
        .static-info__form .form-row .nice-select__container .nice-select > .current {
          font-size: 1.6rem;
          line-height: 3.8rem;
          color: #2b2b2b;
          max-width: 100%;
          display: block;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .static-info__form .form-row .nice-select__container .nice-select .list, .static-info__form .form-row .nice-select__container .nice-select.open .list {
          width: 100%;
          max-width: 100%;
          max-height: 25rem;
          overflow-y: auto; }
        .static-info__form .form-row .nice-select__container .nice-select .option {
          min-height: 4rem;
          height: 4rem;
          line-height: 4rem;
          font-size: 1.6rem;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          .static-info__form .form-row .nice-select__container .nice-select .option:before {
            display: none; }
      .static-info__form .form-row .nice-select__container ~ .form-row__message {
        padding-left: 0;
        margin-top: .3rem; }
  .static-info__form .form-buttons {
    margin-top: 1.6rem;
    text-align: right; }
  .static-info__form .form__button {
    font-family: "PapaSans-Heavy", sans-serif;
    font-size: 2rem;
    font-weight: normal;
    line-height: 2rem;
    padding: 1.2rem 1.6rem;
    box-sizing: border-box;
    border: none;
    outline: none;
    box-shadow: none;
    color: #fff;
    background-color: #2D5D2A;
    transition: all .3s ease;
    border-radius: .6rem;
    cursor: pointer; }
    .static-info__form .form__button:hover {
      background-color: #117959; }
.static-info__img {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem; }
  @media screen and (max-width: 40em) {
    .static-info__img {
      margin-top: 0;
      margin-bottom: 2rem; } }
.static-info__button,
.static-info .static-info__button {
  font-family: "PapaSans-Heavy", sans-serif;
  font-size: 2rem;
  font-weight: normal;
  line-height: 2rem;
  padding: 1.2rem 1.6rem;
  box-sizing: border-box;
  border: none;
  outline: none;
  box-shadow: none;
  color: #fff;
  background-color: #2D5D2A;
  transition: all .3s ease;
  border-radius: .6rem;
  cursor: pointer; }
  .static-info__button:hover,
  .static-info .static-info__button:hover {
    color: #fff;
    background-color: #117959; }
.static-info h1 {
  font-family: "PapaSans-MediumCondensed", sans-serif;
  font-size: 6.5rem;
  font-weight: normal;
  line-height: 5.8rem;
  margin-bottom: 1rem;
  text-transform: uppercase; }
.static-info h2 {
  font-family: "PapaSans-Heavy", sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
  color: #626262;
  text-transform: uppercase;
  margin-bottom: 1.5rem; }
.static-info h3 {
  font-family: "PapaSans-MediumCondensed", sans-serif;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1;
  color: #2b2b2b;
  margin-bottom: 1.4rem; }
.static-info h4 {
  font-family: "PapaSans-MediumCondensed", sans-serif;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1;
  color: #2b2b2b;
  margin-bottom: 1.4rem; }
.static-info p {
  font-family: "PapaSans-Regular", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: normal;
  color: #626262;
  margin-bottom: 1.6rem; }
.static-info ul {
  margin-bottom: 1.6rem; }
  .static-info ul li {
    display: block;
    padding-left: 3rem;
    box-sizing: border-box;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #626262;
    margin-bottom: .8rem;
    position: relative; }
    .static-info ul li:before {
      display: block;
      content: '';
      width: .8rem;
      height: .8rem;
      border-radius: 50%;
      background-color: #2D5D2A;
      position: absolute;
      top: .9rem;
      left: 0; }
.static-info__buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 135rem; }
  .static-info__buttons .button-custom {
    width: 100%;
    max-width: calc(50% - .8rem);
    box-sizing: border-box;
    border-radius: .6rem;
    padding: 1.2rem 1.6rem;
    text-decoration: none;
    text-align: center;
    min-height: 10rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
    .static-info__buttons .button-custom__subtitle {
      display: block;
      font-family: "PapaSans-Regular", sans-serif;
      font-size: 1.6rem;
      font-weight: normal;
      line-height: 2rem;
      margin-top: 1rem; }
    @media screen and (max-width: 40em) {
      .static-info__buttons .button-custom {
        max-width: 100%; }
        .static-info__buttons .button-custom ~ .button-custom {
          margin-top: 2rem; } }
.static-info.message-sent .static-info__container {
  width: 96%;
  max-width: 90rem; }
.static-info.message-sent_offers, .static-info.message-sent_careers, .static-info.message-sent_catering, .static-info.message-sent_club-registration, .static-info.message-sent_contact-us, .static-info.message-sent_franchise-application, .static-info.message-sent_franchise-contacts {
  padding: 5.6rem 0 3.2rem; }
  .static-info.message-sent_offers .static-info__container, .static-info.message-sent_careers .static-info__container, .static-info.message-sent_catering .static-info__container, .static-info.message-sent_club-registration .static-info__container, .static-info.message-sent_contact-us .static-info__container, .static-info.message-sent_franchise-application .static-info__container, .static-info.message-sent_franchise-contacts .static-info__container {
    width: 100%;
    max-width: 173rem; }
    .static-info.message-sent_offers .static-info__container a, .static-info.message-sent_careers .static-info__container a, .static-info.message-sent_catering .static-info__container a, .static-info.message-sent_club-registration .static-info__container a, .static-info.message-sent_contact-us .static-info__container a, .static-info.message-sent_franchise-application .static-info__container a, .static-info.message-sent_franchise-contacts .static-info__container a {
      text-decoration: none;
      color: #2D5D2A;
      outline-color: #2D5D2A;
      transition: all .3s ease; }
      .static-info.message-sent_offers .static-info__container a:hover, .static-info.message-sent_careers .static-info__container a:hover, .static-info.message-sent_catering .static-info__container a:hover, .static-info.message-sent_club-registration .static-info__container a:hover, .static-info.message-sent_contact-us .static-info__container a:hover, .static-info.message-sent_franchise-application .static-info__container a:hover, .static-info.message-sent_franchise-contacts .static-info__container a:hover {
        color: #0e6249;
        outline-color: #2D5D2A; }
  .static-info.message-sent_offers .static-info__content, .static-info.message-sent_careers .static-info__content, .static-info.message-sent_catering .static-info__content, .static-info.message-sent_club-registration .static-info__content, .static-info.message-sent_contact-us .static-info__content, .static-info.message-sent_franchise-application .static-info__content, .static-info.message-sent_franchise-contacts .static-info__content {
    width: 50%;
    padding: 0; }
  .static-info.message-sent_offers .static-info__img, .static-info.message-sent_careers .static-info__img, .static-info.message-sent_catering .static-info__img, .static-info.message-sent_club-registration .static-info__img, .static-info.message-sent_contact-us .static-info__img, .static-info.message-sent_franchise-application .static-info__img, .static-info.message-sent_franchise-contacts .static-info__img {
    width: 50%;
    margin: 0;
    padding-right: 1.6rem;
    box-sizing: border-box; }
  .static-info.message-sent_offers h1, .static-info.message-sent_careers h1, .static-info.message-sent_catering h1, .static-info.message-sent_club-registration h1, .static-info.message-sent_contact-us h1, .static-info.message-sent_franchise-application h1, .static-info.message-sent_franchise-contacts h1 {
    font-size: 3.8rem;
    line-height: 1; }
  .static-info.message-sent_offers p, .static-info.message-sent_careers p, .static-info.message-sent_catering p, .static-info.message-sent_club-registration p, .static-info.message-sent_contact-us p, .static-info.message-sent_franchise-application p, .static-info.message-sent_franchise-contacts p {
    margin-bottom: 0; }
  @media screen and (max-width: 52.5em) {
    .static-info.message-sent_offers, .static-info.message-sent_careers, .static-info.message-sent_catering, .static-info.message-sent_club-registration, .static-info.message-sent_contact-us, .static-info.message-sent_franchise-application, .static-info.message-sent_franchise-contacts {
      padding: 2rem 0 2rem; }
      .static-info.message-sent_offers .static-info__container, .static-info.message-sent_careers .static-info__container, .static-info.message-sent_catering .static-info__container, .static-info.message-sent_club-registration .static-info__container, .static-info.message-sent_contact-us .static-info__container, .static-info.message-sent_franchise-application .static-info__container, .static-info.message-sent_franchise-contacts .static-info__container {
        flex-direction: column; }
      .static-info.message-sent_offers .static-info__img, .static-info.message-sent_careers .static-info__img, .static-info.message-sent_catering .static-info__img, .static-info.message-sent_club-registration .static-info__img, .static-info.message-sent_contact-us .static-info__img, .static-info.message-sent_franchise-application .static-info__img, .static-info.message-sent_franchise-contacts .static-info__img {
        width: 100%;
        margin: 0;
        padding: 0; }
      .static-info.message-sent_offers .static-info__content, .static-info.message-sent_careers .static-info__content, .static-info.message-sent_catering .static-info__content, .static-info.message-sent_club-registration .static-info__content, .static-info.message-sent_contact-us .static-info__content, .static-info.message-sent_franchise-application .static-info__content, .static-info.message-sent_franchise-contacts .static-info__content {
        width: 100%; } }
.static-info_opening-soon {
  padding: 5.6rem 0 3.2rem; }
  .static-info_opening-soon .static-info__container {
    flex-direction: column;
    max-width: 130rem; }
  .static-info_opening-soon .static-info__content {
    padding: 0;
    position: relative;
    display: flex;
    justify-content: flex-end;
    overflow: hidden; }
  .static-info_opening-soon .static-info__title {
    font-size: 3.8rem;
    line-height: 1; }
  .static-info_opening-soon .static-info__group {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1.6rem;
    margin: 2.4rem;
    position: relative;
    max-width: 48rem;
    width: 70%; }
  .static-info_opening-soon .static-info__img {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0; }
  .static-info_opening-soon p {
    margin-bottom: 1.6rem; }
    .static-info_opening-soon p:last-child {
      margin-bottom: 0; }
  .static-info_opening-soon a {
    text-decoration: none;
    color: #2D5D2A;
    outline-color: #2D5D2A;
    transition: all .3s ease; }
    .static-info_opening-soon a:hover {
      color: #0e6249;
      outline-color: #2D5D2A; }
  @media screen and (max-width: 52.5em) {
    .static-info_opening-soon {
      padding: 0; }
      .static-info_opening-soon .static-info__container {
        padding-top: 2rem;
        padding-bottom: 2rem; }
      .static-info_opening-soon .static-info__content {
        flex-direction: column; }
      .static-info_opening-soon .static-info__img {
        position: static;
        margin-bottom: 1.6rem; }
      .static-info_opening-soon .static-info__group {
        background-color: transparent;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0; } }

.static-nav {
  width: 30rem;
  padding-top: 6.7rem;
  box-sizing: border-box;
  flex-shrink: 0; }
  @media screen and (max-width: 67.5em) {
    .static-nav {
      width: 27rem; } }
  @media screen and (max-width: 60em) {
    .static-nav {
      width: 22rem; } }
  @media screen and (max-width: 52.5em) {
    .static-nav {
      display: none; } }
  .static-nav__item + .static-nav__item {
    border-top: solid 1px #dbdbdb; }
  .static-nav__link {
    display: block;
    font-family: "PapaSans-Heavy", sans-serif;
    font-size: 2.2rem;
    font-weight: normal;
    line-height: 2.6rem;
    padding: 1.6rem 2.4rem;
    color: #2b2b2b;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    transition: all .3s ease;
    white-space: nowrap; }
    .static-nav__link:after {
      display: block;
      content: '';
      position: absolute;
      right: -1.8rem;
      top: 0;
      width: 0;
      height: 0;
      border-top: 2.9rem solid transparent;
      border-bottom: 2.9rem solid transparent;
      border-left: 1.8rem solid transparent;
      transition: all .3s ease; }
    .static-nav__link:hover {
      background-color: #f1f1f1; }
      .static-nav__link:hover:after {
        border-left-color: #f1f1f1; }
    @media screen and (max-width: 67.5em) {
      .static-nav__link {
        font-size: 1.8rem;
        line-height: 2.2rem;
        padding: 1rem 1.2rem; }
        .static-nav__link:after {
          right: -.8rem;
          border-top: 2.1rem solid transparent;
          border-bottom: 2.1rem solid transparent;
          border-left: .8rem solid transparent; } }
  .static-nav__item_active .static-nav__link {
    color: #fff;
    background-color: #2D5D2A; }
    .static-nav__item_active .static-nav__link:after {
      border-left-color: #2D5D2A; }
  .static-nav ul li {
    padding-left: 0;
    margin-bottom: 0; }
    .static-nav ul li:before {
      display: none; }

.double-columns {
  display: flex;
  box-sizing: border-box; }
  .double-columns__contents {
    width: 66.66%; }
  .double-columns__contacts {
    width: 100%;
    max-width: 33.33%;
    box-sizing: border-box;
    padding: 0 1rem 1rem;
    text-align: center; }

.triple-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 137rem;
  padding-top: 4rem;
  padding-bottom: 3.2rem; }
  @media screen and (max-width: 108.125em) {
    .triple-columns {
      box-sizing: border-box;
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media screen and (max-width: 52.5em) {
    .triple-columns {
      flex-direction: column; } }
  .triple-columns__module {
    /*flex-basis: 100%;*/
    width: 33.33%; }
    @media screen and (max-width: 52.5em) {
      .triple-columns__module {
        width: 100%; } }

.micro-post {
  box-sizing: border-box;
  margin-bottom: 1.6rem;
  width: calc(33.33% - 1.6rem); }
  .micro-post:nth-child(2), .micro-post:nth-child(3n+5) {
    margin-left: 2.4rem;
    margin-right: 2.4rem; }
  .micro-post__img {
    margin-bottom: 1.6rem; }
  .micro-post__button {
    display: inline-flex; }
  @media screen and (max-width: 52.5em) {
    .micro-post {
      width: calc(50% - 1rem); }
      .micro-post:nth-child(2), .micro-post:nth-child(3n+5) {
        margin-left: auto;
        margin-right: auto; }
      .micro-post:nth-child(2n) {
        margin-left: 2rem; } }
  @media screen and (max-width: 30em) {
    .micro-post {
      width: 100%; }
      .micro-post:nth-child(2n) {
        margin-left: auto; } }

.static-contacts__title {
  font-family: "PapaSans-MediumCondensed", sans-serif;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 2.8rem;
  color: #2b2b2b;
  margin-bottom: 1.4rem; }
.static-contacts__shop-name, .static-contacts__shop-address, .static-contacts__shop-email {
  font-family: "PapaSans-Regular", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #626262; }
.static-contacts__shop-name {
  font-weight: 700;
  text-transform: uppercase; }
.static-contacts__shop-address {
  font-weight: normal;
  margin-bottom: 1.6rem; }
.static-contacts__shop-email {
  color: #2D5D2A;
  outline-color: #2D5D2A;
  text-decoration: none;
  transition: all .3s ease; }
  .static-contacts__shop-email:hover {
    text-decoration: none;
    color: #0e6249; }

.page_contact_us .footer,
.page_find_your_store .footer,
.page_careers .footer,
.page_catering .footer,
.page_about_us .footer,
.page_why_franchise .footer,
.page_franchise_application .footer,
.page_franchise_contact .footer,
.page_our_pizza .footer,
.page_better_ingredients .footer {
  margin-top: 0; }

.page_promo_rewards .footer__link[href='/promo_rewards'] {
  color: #f1f1f1;
  border-bottom: 1px solid rgba(254, 254, 254, 0.3);
  box-sizing: border-box; }
.page_promo_rewards .footer {
  margin-top: 2rem; }
.page_promo_rewards .static-info__img {
  margin: 0 auto 1.6rem;
  display: block; }

.page_our_pizza .our_pizza__subtitle {
  margin-bottom: 1.6rem; }
.page_our_pizza h4 {
  font-family: "PapaSans-MediumCondensed", sans-serif;
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 1;
  color: #2b2b2b;
  margin-bottom: 1.4rem; }
.page_our_pizza .double-columns__contents {
  width: 100%;
  box-sizing: border-box;
  padding-right: 2rem; }
.page_our_pizza .double-columns__img {
  flex-shrink: 0; }

/* Find your restaurant page */
.restaurants {
  display: flex;
  flex-direction: column; }
  .restaurants__map {
    float: none;
    padding-left: 0; }
  .restaurants__map-wrapper {
    height: 30rem; }
  .restaurants__search {
    display: none; }
  .restaurants__panel {
    float: none;
    width: initial;
    padding: 0;
    margin-right: 0;
    overflow-y: initial; }
  .restaurants__board {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0; }
  .restaurants__restaurant {
    width: 48%; }
    .restaurants__restaurant:nth-child(2n) {
      margin-left: 4%; }

.restaurants__board .restaurants__restaurant {
  padding-left: 0;
  margin-bottom: 0; }
  .restaurants__board .restaurants__restaurant:before {
    display: none; }
  @media screen and (max-width: 40em) {
    .restaurants__board .restaurants__restaurant {
      width: 100%; }
      .restaurants__board .restaurants__restaurant:nth-child(2n) {
        margin-left: 0; } }

.restaurant-details {
  display: none !important; }

@media screen and (max-width: 48em) {
  .restaurants__button {
    display: none; } }

.restaurant-summary {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.6rem;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  height: 100%; }
  .restaurant-summary:hover {
    color: #626262;
    cursor: default; }
  .restaurant-summary__info {
    flex: 1 0 auto; }
  .restaurant-summary__name {
    font-size: 2.2rem;
    margin: 3rem 0 1.2rem; }
  .restaurant-summary__address {
    margin-bottom: .5rem;
    line-height: 1.4; }
    .restaurant-summary__address p {
      line-height: inherit; }
  .restaurant-summary__city {
    margin-bottom: .5rem;
    line-height: 1.4; }
  .restaurant-summary__phone {
    margin-bottom: .5rem;
    line-height: 1.4;
    color: #2D5D2A; }
    .restaurant-summary__phone a {
      text-decoration: none;
      -webkit-transition: background-color .2s ease, color .2s ease;
      transition: background-color .2s ease, color .2s ease; }
      .restaurant-summary__phone a:hover {
        color: #0e6249; }
  .restaurant-summary__times {
    margin: .5rem 0 .5rem -.5rem;
    padding: .5rem;
    background-color: #f8f8f8; }
  .restaurant-summary__link-map {
    font-size: 1.8rem;
    font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
    color: #2D5D2A;
    font-weight: normal;
    text-decoration: none;
    margin-bottom: 1rem;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease; }
    .restaurant-summary__link-map:hover {
      color: #0e6249; }
  .restaurant-summary__order-button {
    font-size: 2rem;
    font-family: "PapaSans-MediumCondensed", sans-serif;
    color: #fff;
    font-weight: normal;
    line-height: 1;
    display: inline-block;
    background-color: #2D5D2A;
    padding: 12px 16px;
    border-radius: 6px;
    border: 0;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease; }
    .restaurant-summary__order-button:hover {
      background-color: #117959; }

.interactive-pizza {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 90%;
  max-width: 81rem; }
  .interactive-pizza__tooltip {
    position: absolute; }
    .interactive-pizza__tooltip:nth-of-type(1) {
      left: 17.11111111111111%;
      top: 9.719222462203025%; }
    .interactive-pizza__tooltip:nth-of-type(2) {
      left: 34.22222222222222%;
      top: 34.77321814254859%; }
    .interactive-pizza__tooltip:nth-of-type(3) {
      left: 66.88888888888889%;
      top: 32.39740820734342%; }
    .interactive-pizza__tooltip:nth-of-type(4) {
      left: 83.77777777777777%;
      top: 50.10799136069114%; }
    .interactive-pizza__tooltip:nth-of-type(5) {
      left: 34%;
      top: 58.747300215982726%; }
    .interactive-pizza__tooltip:nth-of-type(6) {
      left: 7.333333333333333%;
      top: 65.2267818574514%; }
    .interactive-pizza__tooltip:nth-of-type(7) {
      left: 70.88888888888889%;
      top: 64.36285097192224%; }
    .interactive-pizza__tooltip:nth-of-type(8) {
      left: 17.11111111111111%;
      top: 88.12095032397409%; }
    .interactive-pizza__tooltip:nth-of-type(9) {
      left: 80.88888888888889%;
      top: 85.52915766738661%; }
  @media screen and (max-width: 52.5em) {
    .interactive-pizza {
      margin-left: auto;
      margin-right: auto;
      display: block; } }

.tooltip__content {
  position: absolute;
  visibility: hidden;
  bottom: 160%;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: auto;
  padding: 1.6rem;
  overflow-y: visible;
  opacity: 0;
  line-height: 1.4;
  border-radius: 0.4rem;
  color: #fff;
  background-color: #2b2b2b;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  transition: all .3s; }
  .tooltip__content:before {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-top-color: #2b2b2b;
    top: 100%;
    left: 50%;
    transform: translateX(-50%); }
  .tooltip__content h4 {
    font-size: 2.8rem;
    font-family: "PapaSans-MediumCondensed", sans-serif;
    color: inherit;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 1.6rem; }
  .tooltip__content p {
    font-size: 1.4rem;
    font-family: "PapaSans-Regular", sans-serif;
    color: inherit;
    font-weight: normal;
    line-height: 2rem; }
.tooltip__point {
  display: block;
  position: relative;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(20, 143, 106, 0.3);
  transition: background-color 0.2s;
  border: #2D5D2A 3px solid;
  box-sizing: border-box; }
  .tooltip__point:after, .tooltip__point:before {
    content: '';
    height: 1.2rem;
    width: .2rem;
    background-color: #2D5D2A;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform .2s; }
  .tooltip__point:after {
    transform: translate(-50%, -50%) rotate(90deg); }
.tooltip__close {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  width: 4rem;
  height: 4rem; }
  .tooltip__close:after, .tooltip__close:before {
    content: '';
    height: 1.6rem;
    width: .2rem;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: transform .2s; }
  .tooltip__close:after {
    transform: translate(-50%, -50%) rotate(135deg); }
@media screen and (max-width: 40em) {
  .tooltip__content {
    transition: none;
    position: fixed; } }
.tooltip_open .tooltip__content {
  visibility: visible;
  opacity: 1;
  bottom: 140%; }
.tooltip_open .tooltip__point {
  background-color: #2D5D2A; }
  .tooltip_open .tooltip__point:before, .tooltip_open .tooltip__point:after {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    background-color: #fff; }
  .tooltip_open .tooltip__point:after {
    transform: translateX(-50%) translateY(-50%) rotate(135deg); }
@media screen and (max-width: 40em) {
  .tooltip_open .tooltip__close {
    display: block; }
  .tooltip_open .tooltip__content {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
    border-radius: 0;
    padding: 3rem 1.6rem 1.6rem;
    z-index: 1005;
    opacity: .95;
    transform: none; }
    .tooltip_open .tooltip__content:before {
      display: none; } }

/* TABS */
.tabs__header {
  margin-bottom: 1.6rem; }
.tabs__list {
  border-bottom: 2px solid #2D5D2A;
  display: flex;
  flex-wrap: wrap; }
.tabs__item + .tabs__item,
.tabs .tabs__item + .tabs__item {
  margin-left: .4rem; }
  @media screen and (max-width: 60em) {
    .tabs__item + .tabs__item,
    .tabs .tabs__item + .tabs__item {
      margin-left: 0; } }
.tabs__item_active .tabs__link,
.tabs .tabs__item_active .tabs__link {
  color: #2b2b2b;
  border-color: #2D5D2A; }
  @media screen and (max-width: 40em) {
    .tabs__item_active .tabs__link,
    .tabs .tabs__item_active .tabs__link {
      border-bottom: none; } }
.tabs__link,
.tabs .tabs__link {
  display: inline-flex;
  font-size: 3.2rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #2D5D2A;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1;
  padding: 0 1.6rem 1.6rem;
  text-decoration: none;
  border-bottom: 5px solid transparent;
  transition: color .3s, border-color .3s;
  margin-bottom: 0; }
  .tabs__link:hover,
  .tabs .tabs__link:hover {
    color: #2b2b2b;
    border-color: #2D5D2A; }
  @media screen and (max-width: 61.75em) {
    .tabs__link,
    .tabs .tabs__link {
      font-size: 2.4rem;
      padding-left: .5rem;
      padding-right: .5rem;
      padding-bottom: .5rem; } }
  @media screen and (max-width: 40em) {
    .tabs__link,
    .tabs .tabs__link {
      box-sizing: border-box;
      padding: 1rem 1rem 1rem 0;
      border-bottom: none; } }
.tabs__body h3 {
  font-size: 4.8rem;
  font-family: "PapaSans-Heavy", sans-serif;
  color: #2b2b2b;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1; }
.tabs__body h4 {
  font-size: 2.8rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #2b2b2b;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 1.4rem; }

.tab-content {
  display: none; }
  .tab-content_active {
    display: block;
    animation: tab-content-animation 1s; }
  .tab-content__row {
    display: flex;
    flex-direction: row; }

@keyframes tab-content-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.tab-row {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .tab-row ~ .tab-row {
    margin-top: 1.6rem; }
  .tab-row__texts {
    padding-right: 1.5rem;
    box-sizing: border-box;
    width: 100%; }
    .tab-row__texts h5 {
      font-size: 2rem;
      font-family: "PapaSans-MediumCondensed", sans-serif;
      color: #2c2c2c;
      font-weight: normal;
      line-height: 1;
      margin-bottom: .5rem; }
    .tab-row__texts_contrast h4 {
      font-size: 3.8rem;
      font-family: "PapaSans-MediumCondensed", sans-serif;
      color: #AB131B;
      font-weight: normal;
      line-height: 1; }
  .tab-row__img ~ .tab-row__texts {
    padding-right: 0;
    padding-left: 1.5rem; }
  @media screen and (max-width: 68.75em) {
    .tab-row {
      flex-direction: column; }
      .tab-row__texts {
        padding-right: 0; }
      .tab-row__img {
        margin-bottom: 2rem; }
        .tab-row__img ~ .tab-row__texts {
          padding-left: 0; } }

.ingredients {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  padding-top: 1.6rem; }

.ingredient {
  width: calc(16.66% - 1.6rem);
  margin-bottom: 2.4rem; }
  @media screen and (max-width: 108.125em) {
    .ingredient {
      width: calc(25% - 1.6rem); } }
  @media screen and (max-width: 68.75em) {
    .ingredient {
      width: calc(33.33% - 1.6rem); } }
  @media screen and (max-width: 52.5em) {
    .ingredient {
      width: calc(50% - 1.6rem); } }
  @media screen and (max-width: 26.25em) {
    .ingredient {
      width: 100%; } }
  .ingredient__img {
    display: block;
    margin-bottom: 1.6rem; }
    @media screen and (max-width: 26.25em) {
      .ingredient__img {
        margin-left: auto;
        margin-right: auto; } }
  .ingredient__name {
    font-family: "PapaSans-MediumCondensed", sans-serif;
    font-size: 2.6rem;
    font-weight: normal;
    line-height: 1;
    color: #2b2b2b;
    margin-bottom: 1.4rem; }
  .ingredient:before {
    display: none; }

.privacy,
.terms {
  word-break: break-word; }
  .privacy .static-info__container,
  .terms .static-info__container {
    box-sizing: border-box;
    padding: 8.8rem 2rem 3.2rem;
    margin: 0 auto;
    max-width: 177rem;
    display: block; }
  .privacy h3,
  .terms h3 {
    font-family: "PapaSans-MediumCondensed", sans-serif;
    font-size: 3.6rem;
    font-weight: normal;
    line-height: 1;
    color: #2c2c2c;
    margin-bottom: 2rem;
    text-transform: uppercase; }
  .privacy h4,
  .terms h4 {
    font-family: "PapaSans-MediumCondensed", sans-serif;
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1;
    color: #AB131B;
    margin-bottom: 2rem;
    text-transform: uppercase; }
  .privacy h5,
  .terms h5 {
    font-family: "PapaSans-MediumCondensed", sans-serif;
    font-size: 2.6rem;
    font-weight: normal;
    line-height: 1;
    color: #2b2b2b;
    margin-bottom: 1rem; }
  .privacy .static-info__button,
  .terms .static-info__button {
    display: inline-flex;
    margin-bottom: 1.6rem;
    text-decoration: none; }
  .privacy a,
  .terms a {
    color: #2D5D2A;
    text-decoration: none; }
    .privacy a:hover,
    .terms a:hover {
      color: #0e6249;
      outline-color: #2D5D2A; }
  .privacy ul,
  .terms ul {
    margin-bottom: 1.6rem; }
  .privacy li,
  .terms li {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #626262;
    list-style: lower-roman;
    list-style-position: inside; }

.sitemap {
  word-break: break-word; }
  .sitemap .static-info__container {
    box-sizing: border-box;
    padding: 8.8rem 2rem 3.2rem;
    margin: 0 auto;
    max-width: 177rem;
    display: block; }
  .sitemap .pages li {
    padding-left: 0; }
    .sitemap .pages li:before {
      display: none; }

.pages {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-top: 6.3rem; }
  .pages__block {
    width: calc(25% - 1.6rem); }
    @media screen and (max-width: 52.5em) {
      .pages__block {
        width: calc(50% - 1.6rem);
        margin-bottom: 2rem; } }
    @media screen and (max-width: 26.25em) {
      .pages__block {
        width: 100%; } }
    .pages__block .pages__title {
      font-size: 2.6rem;
      margin-bottom: 2.4rem; }
  .pages__item {
    display: block;
    margin-bottom: .8rem; }
    .pages__item a {
      color: #626262;
      font-size: 1.6rem;
      line-height: 2.4rem;
      text-decoration: none; }
      .pages__item a:hover {
        color: #0e6249;
        outline-color: #2D5D2A; }

.static-aside {
  width: 33.3%;
  margin-top: 2rem;
  box-sizing: border-box; }
  .static-aside__container {
    box-sizing: border-box;
    padding: 2rem;
    background-color: #f1f1f1; }
  .static-aside h5 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 24px;
    color: #000;
    margin-bottom: 1.6rem; }

.offers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 8.8rem 2rem 3.2rem;
  max-width: 177rem;
  margin: 0 auto; }
  @media screen and (max-width: 52.5em) {
    .offers {
      flex-direction: column;
      padding: 0; }
      .offers .static-aside {
        width: calc(100% - 4rem);
        margin-left: auto;
        margin-right: auto; } }
  .offers .static-info__container {
    width: 66.66%;
    padding: 0 3.2rem 0 0;
    flex-direction: column; }
    @media screen and (max-width: 52.5em) {
      .offers .static-info__container {
        padding: 2rem;
        width: 100%; } }
  .offers .static-info__form-container {
    padding: 0;
    background-color: transparent; }
  .offers .offers-form {
    max-width: 100%; }
    .offers .offers-form .fields-group {
      display: flex;
      flex-direction: row; }
      @media screen and (max-width: 76.25em) {
        .offers .offers-form .fields-group {
          flex-direction: column; } }
      .offers .offers-form .fields-group .form-row {
        max-width: 37rem;
        text-align: left; }
        @media screen and (max-width: 52.5em) {
          .offers .offers-form .fields-group .form-row {
            max-width: 100%; } }
        .offers .offers-form .fields-group .form-row + .form-row {
          margin-left: 2rem; }
          @media screen and (max-width: 76.25em) {
            .offers .offers-form .fields-group .form-row + .form-row {
              margin-left: 0; } }
    .offers .offers-form .form-row__label {
      display: block;
      padding: 0;
      margin-top: 0;
      margin-bottom: .5rem; }
    .offers .offers-form .form-row__message {
      padding-left: 0; }
    .offers .offers-form .form-buttons {
      text-align: left; }
    @media screen and (max-width: 52.5em) {
      .offers .offers-form .form-row__select-container,
      .offers .offers-form .form-row__field-text,
      .offers .offers-form .form-row__field-textarea {
        width: 100%;
        min-width: auto; } }

.deals-promo {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #626262; }
  .deals-promo li {
    box-sizing: border-box;
    padding-left: 3rem;
    position: relative; }
    .deals-promo li + li {
      margin-top: .8rem; }
    .deals-promo li span {
      display: block;
      content: '';
      width: 2.2rem;
      height: 2.2rem;
      border-radius: 5rem;
      color: #fff;
      background-color: #AB131B;
      font-size: 1.4rem;
      font-weight: 700;
      line-height: 2.2rem;
      text-align: center;
      position: absolute;
      top: .1rem;
      left: 0; }

.why-franchise .static-info__container,
.franchise-application .static-info__container,
.franchise-contact .static-info__container {
  flex-direction: column;
  box-sizing: border-box;
  padding: 4.8rem 2rem 12rem 7.5rem;
  border-left: solid 1px #dbdbdb;
  max-width: 173rem; }
  @media screen and (max-width: 52.5em) {
    .why-franchise .static-info__container,
    .franchise-application .static-info__container,
    .franchise-contact .static-info__container {
      padding: 4rem 2rem; } }
@media screen and (max-width: 40em) {
  .why-franchise .static-info__buttons,
  .franchise-application .static-info__buttons,
  .franchise-contact .static-info__buttons {
    flex-direction: column; } }

.why-franchise .why-franchise__title {
  font-size: 6.2rem; }

.franchise-application .static-info__container,
.franchise-contact .static-info__container {
  padding-bottom: 4.8rem; }
.franchise-application .static-info__form-container,
.franchise-contact .static-info__form-container {
  max-width: 135rem;
  text-align: left;
  box-sizing: border-box;
  padding: 2rem; }
.franchise-application .form-row,
.franchise-contact .form-row {
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto; }
  .franchise-application .form-row + .franchise-application__form-subtitle,
  .franchise-contact .form-row + .franchise-application__form-subtitle {
    margin-top: 7.2rem; }
.franchise-application .form-row__label,
.franchise-contact .form-row__label {
  width: 27.6%;
  margin-right: 4%;
  padding-right: 0; }
  @media screen and (max-width: 40em) {
    .franchise-application .form-row__label,
    .franchise-contact .form-row__label {
      width: 100%;
      margin-right: 0; } }
.franchise-application .form-row__select-container,
.franchise-application .form-row__field-text,
.franchise-application .form-row__field-textarea,
.franchise-contact .form-row__select-container,
.franchise-contact .form-row__field-text,
.franchise-contact .form-row__field-textarea {
  width: 68.4%; }
  @media screen and (max-width: 40em) {
    .franchise-application .form-row__select-container,
    .franchise-application .form-row__field-text,
    .franchise-application .form-row__field-textarea,
    .franchise-contact .form-row__select-container,
    .franchise-contact .form-row__field-text,
    .franchise-contact .form-row__field-textarea {
      width: 100%; } }
.franchise-application .nice-select__container,
.franchise-contact .nice-select__container {
  display: block; }
.franchise-application .form__footer,
.franchise-contact .form__footer {
  max-width: 105rem;
  margin: 0 auto 9.6rem; }
  @media screen and (max-width: 40em) {
    .franchise-application .form__footer,
    .franchise-contact .form__footer {
      margin-bottom: 0; } }
.franchise-application .form-row__message,
.franchise-contact .form-row__message {
  padding-left: 31.6%; }
  @media screen and (max-width: 40em) {
    .franchise-application .form-row__message,
    .franchise-contact .form-row__message {
      padding-left: 0; } }

.franchise-application .franchise-application__title {
  font-size: 6.2rem; }
.franchise-application .franchise-application__subtitle {
  margin-bottom: 2rem; }
.franchise-application .franchise-application-form {
  max-width: 100%; }
.franchise-application .franchise-application__form-title {
  font-family: "PapaSans-Heavy", sans-serif;
  font-size: 3rem;
  font-weight: normal;
  line-height: 2.4rem;
  color: #2c2c2c;
  text-transform: uppercase;
  margin-bottom: 2.4rem; }
.franchise-application .franchise-application__form-subtitle {
  font-family: "PapaSans-Heavy", sans-serif;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 2.6rem;
  color: #626262;
  text-transform: uppercase;
  margin-bottom: 2rem; }

.franchise-contact .franchise-contact__title {
  font-size: 6.2rem; }
.franchise-contact .franchise-contact__subtitle {
  margin-bottom: 2rem; }
.franchise-contact .franchise-contact-form {
  max-width: 100%; }
.franchise-contact .franchise-contact__form-title {
  font-family: "PapaSans-Heavy", sans-serif;
  font-size: 3rem;
  font-weight: normal;
  line-height: 2.4rem;
  color: #2c2c2c;
  text-transform: uppercase;
  margin-bottom: 2.4rem; }
.franchise-contact .franchise-contact__form-subtitle {
  font-family: "PapaSans-Heavy", sans-serif;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 2.6rem;
  color: #626262;
  text-transform: uppercase;
  margin-bottom: 2rem; }

.page_contact_us .footer__nav-item_home,
.page_find_your_store .footer__nav-item_home,
.page_careers .footer__nav-item_home,
.page_catering .footer__nav-item_home,
.page_promo_rewards .footer__nav-item_home,
.page_about_us .footer__nav-item_home,
.page_our_pizza .footer__nav-item_home,
.page_better_ingredients .footer__nav-item_home,
.page_privacy_declaration .footer__nav-item_home,
.page_terms_of_use .footer__nav-item_home,
.page_sitemap .footer__nav-item_home,
.page_offers .footer__nav-item_home,
.page_why_franchise .footer__nav-item_home,
.page_franchise_application .footer__nav-item_home,
.page_franchise_contact .footer__nav-item_home {
  display: inline-block; }
@media screen and (max-width: 92.5em) {
  .page_contact_us .category-navigation__item,
  .page_find_your_store .category-navigation__item,
  .page_careers .category-navigation__item,
  .page_catering .category-navigation__item,
  .page_promo_rewards .category-navigation__item,
  .page_about_us .category-navigation__item,
  .page_our_pizza .category-navigation__item,
  .page_better_ingredients .category-navigation__item,
  .page_privacy_declaration .category-navigation__item,
  .page_terms_of_use .category-navigation__item,
  .page_sitemap .category-navigation__item,
  .page_offers .category-navigation__item,
  .page_why_franchise .category-navigation__item,
  .page_franchise_application .category-navigation__item,
  .page_franchise_contact .category-navigation__item {
    font-size: 2rem; }
  .page_contact_us .category-navigation__referral-icon,
  .page_find_your_store .category-navigation__referral-icon,
  .page_careers .category-navigation__referral-icon,
  .page_catering .category-navigation__referral-icon,
  .page_promo_rewards .category-navigation__referral-icon,
  .page_about_us .category-navigation__referral-icon,
  .page_our_pizza .category-navigation__referral-icon,
  .page_better_ingredients .category-navigation__referral-icon,
  .page_privacy_declaration .category-navigation__referral-icon,
  .page_terms_of_use .category-navigation__referral-icon,
  .page_sitemap .category-navigation__referral-icon,
  .page_offers .category-navigation__referral-icon,
  .page_why_franchise .category-navigation__referral-icon,
  .page_franchise_application .category-navigation__referral-icon,
  .page_franchise_contact .category-navigation__referral-icon {
    width: 6.19rem;
    height: 4.6rem;
    background-size: 6.19rem 4.6rem;
    top: 0; } }
@media screen and (max-width: 76.5em) {
  .page_contact_us .category-navigation__item_referral,
  .page_find_your_store .category-navigation__item_referral,
  .page_careers .category-navigation__item_referral,
  .page_catering .category-navigation__item_referral,
  .page_promo_rewards .category-navigation__item_referral,
  .page_about_us .category-navigation__item_referral,
  .page_our_pizza .category-navigation__item_referral,
  .page_better_ingredients .category-navigation__item_referral,
  .page_privacy_declaration .category-navigation__item_referral,
  .page_terms_of_use .category-navigation__item_referral,
  .page_sitemap .category-navigation__item_referral,
  .page_offers .category-navigation__item_referral,
  .page_why_franchise .category-navigation__item_referral,
  .page_franchise_application .category-navigation__item_referral,
  .page_franchise_contact .category-navigation__item_referral {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 0; }
    .page_contact_us .category-navigation__item_referral .category-navigation__link,
    .page_find_your_store .category-navigation__item_referral .category-navigation__link,
    .page_careers .category-navigation__item_referral .category-navigation__link,
    .page_catering .category-navigation__item_referral .category-navigation__link,
    .page_promo_rewards .category-navigation__item_referral .category-navigation__link,
    .page_about_us .category-navigation__item_referral .category-navigation__link,
    .page_our_pizza .category-navigation__item_referral .category-navigation__link,
    .page_better_ingredients .category-navigation__item_referral .category-navigation__link,
    .page_privacy_declaration .category-navigation__item_referral .category-navigation__link,
    .page_terms_of_use .category-navigation__item_referral .category-navigation__link,
    .page_sitemap .category-navigation__item_referral .category-navigation__link,
    .page_offers .category-navigation__item_referral .category-navigation__link,
    .page_why_franchise .category-navigation__item_referral .category-navigation__link,
    .page_franchise_application .category-navigation__item_referral .category-navigation__link,
    .page_franchise_contact .category-navigation__item_referral .category-navigation__link {
      margin: 0;
      padding: .45rem;
      border-radius: .2em; }
  .page_contact_us .category-navigation__item_favourites ~ .category-navigation__item_referral,
  .page_find_your_store .category-navigation__item_favourites ~ .category-navigation__item_referral,
  .page_careers .category-navigation__item_favourites ~ .category-navigation__item_referral,
  .page_catering .category-navigation__item_favourites ~ .category-navigation__item_referral,
  .page_promo_rewards .category-navigation__item_favourites ~ .category-navigation__item_referral,
  .page_about_us .category-navigation__item_favourites ~ .category-navigation__item_referral,
  .page_our_pizza .category-navigation__item_favourites ~ .category-navigation__item_referral,
  .page_better_ingredients .category-navigation__item_favourites ~ .category-navigation__item_referral,
  .page_privacy_declaration .category-navigation__item_favourites ~ .category-navigation__item_referral,
  .page_terms_of_use .category-navigation__item_favourites ~ .category-navigation__item_referral,
  .page_sitemap .category-navigation__item_favourites ~ .category-navigation__item_referral,
  .page_offers .category-navigation__item_favourites ~ .category-navigation__item_referral,
  .page_why_franchise .category-navigation__item_favourites ~ .category-navigation__item_referral,
  .page_franchise_application .category-navigation__item_favourites ~ .category-navigation__item_referral,
  .page_franchise_contact .category-navigation__item_favourites ~ .category-navigation__item_referral {
    margin-right: 3rem; }
  .page_contact_us .category-navigation__list,
  .page_find_your_store .category-navigation__list,
  .page_careers .category-navigation__list,
  .page_catering .category-navigation__list,
  .page_promo_rewards .category-navigation__list,
  .page_about_us .category-navigation__list,
  .page_our_pizza .category-navigation__list,
  .page_better_ingredients .category-navigation__list,
  .page_privacy_declaration .category-navigation__list,
  .page_terms_of_use .category-navigation__list,
  .page_sitemap .category-navigation__list,
  .page_offers .category-navigation__list,
  .page_why_franchise .category-navigation__list,
  .page_franchise_application .category-navigation__list,
  .page_franchise_contact .category-navigation__list {
    box-sizing: border-box;
    padding-right: 10rem;
    position: relative; } }

.page_contact_us .footer__link[href='/contact_us'] {
  color: #f1f1f1;
  border-bottom: 1px solid rgba(254, 254, 254, 0.3);
  box-sizing: border-box; }
@media screen and (max-width: 40em) {
  .page_contact_us .double-columns {
    flex-direction: column; }
    .page_contact_us .double-columns__contents {
      width: 100%; }
    .page_contact_us .double-columns__contacts {
      max-width: 100%; } }

.page_sitemap .footer__link[href='/sitemap'] {
  color: #f1f1f1;
  border-bottom: 1px solid rgba(254, 254, 254, 0.3);
  box-sizing: border-box; }

.page_terms_of_use .footer__link[href='/terms_of_use'] {
  color: #f1f1f1;
  border-bottom: 1px solid rgba(254, 254, 254, 0.3);
  box-sizing: border-box; }

.page_privacy_declaration .footer__link[href='/privacy_declaration'] {
  color: #f1f1f1;
  border-bottom: 1px solid rgba(254, 254, 254, 0.3);
  box-sizing: border-box; }

.page_why_franchise .footer__link[href='/why_franchise'] {
  color: #f1f1f1;
  border-bottom: 1px solid rgba(254, 254, 254, 0.3);
  box-sizing: border-box; }

.static-nav-mobile {
  display: none; }
  .static-nav-mobile__select {
    border-radius: 0;
    border: none;
    min-height: 5rem;
    height: 5rem;
    padding: 0; }
    .static-nav-mobile__select > .current {
      font-family: "PapaSans-Heavy", sans-serif;
      font-size: 1.4rem;
      font-weight: normal;
      line-height: 2.4rem;
      color: #fff;
      padding: 1.3rem 1.5rem;
      background-color: #cfec0c;
      /* #454545; */
      display: block;
      width: 100%;
      padding-left: 1.5rem;
      padding-right: 4.5rem;
      box-sizing: border-box; }
    .static-nav-mobile__select:after {
      margin-left: 0;
      content: '';
      width: 0;
      height: 0;
      border-color: transparent;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 10px solid #fff;
      transform: rotate(0);
      box-sizing: border-box; }
    .static-nav-mobile__select .list {
      width: 100%;
      box-shadow: none;
      border: none; }
      .static-nav-mobile__select .list .option {
        font-family: "PapaSans-Heavy", sans-serif;
        font-size: 1.4rem;
        font-weight: normal;
        line-height: 2.4rem;
        color: #2b2b2b;
        padding: 1rem 1.5rem;
        background-color: #f1f1f1;
        display: block;
        width: 100%;
        margin: 0;
        list-style: none;
        border-top: solid 1px #dbdbdb; }
        .static-nav-mobile__select .list .option:before {
          display: none; }
        .static-nav-mobile__select .list .option.selected {
          color: #fff;
          background-color: #2D5D2A !important; }
      .static-nav-mobile__select .list:hover .option.selected:not(:hover) {
        background-color: #2D5D2A !important; }
    .static-nav-mobile__select.open .list {
      margin-top: 0; }
    .static-nav-mobile__select.open:after {
      transform: rotate(-180deg);
      margin-top: -1.1rem;
      right: 1.8rem; }
  @media screen and (max-width: 52.5em) {
    .static-nav-mobile {
      display: block;
      width: 100%; } }
  .static-nav-mobile .nice-select__container {
    display: block; }
    .static-nav-mobile .nice-select__container .nice-select {
      float: none; }

.page_about_us .tabs ul li {
  padding: 0;
  margin: 0; }
  .page_about_us .tabs ul li:before {
    display: none; }
@media screen and (max-width: 40em) {
  .page_about_us {
    word-break: break-word; } }

@media screen and (max-width: 60em) {
  .page_our_pizza .double-columns {
    flex-direction: column; }
  .page_our_pizza .double-columns__contents {
    padding-right: 0; }
  .page_our_pizza .double-columns__img {
    margin-top: 2rem;
    margin-bottom: 2rem; }
    .page_our_pizza .double-columns__img img {
      display: block;
      margin-left: auto;
      margin-right: auto; } }

.page_better_ingredients ul li.ingredient {
  padding-left: 0; }
  .page_better_ingredients ul li.ingredient:before {
    display: none; }

.basket-item__option {
  display: flex;
  align-items: center; }

@media screen and (max-width: 70.75em) {
  .page_message_sent_careers .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_message_sent_catering .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_message_sent_contact_us .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_message_sent_franchise_application .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_message_sent_franchise_contact .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_message_sent_offers .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_opening_soon .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_contact_us .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_find_your_store .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_careers .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_catering .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_promo_rewards .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_about_us .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_our_pizza .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_better_ingredients .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_privacy_declaration .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_terms_of_use .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_sitemap .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_offers .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_why_franchise .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_franchise_application .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_franchise_contact .dropdown-menu_rewards .dropdown-menu__header-subtitle {
    max-width: 12rem; } }
@media screen and (max-width: 55em) {
  .page_message_sent_careers .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_message_sent_catering .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_message_sent_contact_us .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_message_sent_franchise_application .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_message_sent_franchise_contact .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_message_sent_offers .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_opening_soon .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_contact_us .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_find_your_store .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_careers .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_catering .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_promo_rewards .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_about_us .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_our_pizza .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_better_ingredients .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_privacy_declaration .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_terms_of_use .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_sitemap .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_offers .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_why_franchise .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_franchise_application .dropdown-menu_rewards .dropdown-menu__header-subtitle,
  .page_franchise_contact .dropdown-menu_rewards .dropdown-menu__header-subtitle {
    max-width: 10.5rem; }
  .page_message_sent_careers .header__logo-link,
  .page_message_sent_catering .header__logo-link,
  .page_message_sent_contact_us .header__logo-link,
  .page_message_sent_franchise_application .header__logo-link,
  .page_message_sent_franchise_contact .header__logo-link,
  .page_message_sent_offers .header__logo-link,
  .page_opening_soon .header__logo-link,
  .page_contact_us .header__logo-link,
  .page_find_your_store .header__logo-link,
  .page_careers .header__logo-link,
  .page_catering .header__logo-link,
  .page_promo_rewards .header__logo-link,
  .page_about_us .header__logo-link,
  .page_our_pizza .header__logo-link,
  .page_better_ingredients .header__logo-link,
  .page_privacy_declaration .header__logo-link,
  .page_terms_of_use .header__logo-link,
  .page_sitemap .header__logo-link,
  .page_offers .header__logo-link,
  .page_why_franchise .header__logo-link,
  .page_franchise_application .header__logo-link,
  .page_franchise_contact .header__logo-link {
    top: 2.2rem; }
  .page_message_sent_careers .header__logo,
  .page_message_sent_catering .header__logo,
  .page_message_sent_contact_us .header__logo,
  .page_message_sent_franchise_application .header__logo,
  .page_message_sent_franchise_contact .header__logo,
  .page_message_sent_offers .header__logo,
  .page_opening_soon .header__logo,
  .page_contact_us .header__logo,
  .page_find_your_store .header__logo,
  .page_careers .header__logo,
  .page_catering .header__logo,
  .page_promo_rewards .header__logo,
  .page_about_us .header__logo,
  .page_our_pizza .header__logo,
  .page_better_ingredients .header__logo,
  .page_privacy_declaration .header__logo,
  .page_terms_of_use .header__logo,
  .page_sitemap .header__logo,
  .page_offers .header__logo,
  .page_why_franchise .header__logo,
  .page_franchise_application .header__logo,
  .page_franchise_contact .header__logo {
    width: 13rem; } }
@media screen and (max-width: 27em) {
  .page_message_sent_careers .better_ingredients__title,
  .page_message_sent_catering .better_ingredients__title,
  .page_message_sent_contact_us .better_ingredients__title,
  .page_message_sent_franchise_application .better_ingredients__title,
  .page_message_sent_franchise_contact .better_ingredients__title,
  .page_message_sent_offers .better_ingredients__title,
  .page_opening_soon .better_ingredients__title,
  .page_contact_us .better_ingredients__title,
  .page_find_your_store .better_ingredients__title,
  .page_careers .better_ingredients__title,
  .page_catering .better_ingredients__title,
  .page_promo_rewards .better_ingredients__title,
  .page_about_us .better_ingredients__title,
  .page_our_pizza .better_ingredients__title,
  .page_better_ingredients .better_ingredients__title,
  .page_privacy_declaration .better_ingredients__title,
  .page_terms_of_use .better_ingredients__title,
  .page_sitemap .better_ingredients__title,
  .page_offers .better_ingredients__title,
  .page_why_franchise .better_ingredients__title,
  .page_franchise_application .better_ingredients__title,
  .page_franchise_contact .better_ingredients__title {
    word-break: break-word; } }

/* Temporary additions before full clearing and while fonts sanitisation in process */
.referral-banner {
  display: flex;
  justify-content: center;
  align-items: center; }
  .referral-banner:before {
    content: "";
    display: flex;
    width: 14.8rem;
    height: 16.5rem;
    background: url("/assets-images/checkout-referral-logo.png") center center no-repeat; }
  .referral-banner__icon, .referral-banner__text {
    display: none; }

.product__wrapper {
  position: relative; }

.product__clickarea {
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  z-index: 2;
  box-shadow: none;
  border: none;
  outline: none; }

.product__favourite,
.product__add,
.product__customise {
  position: relative;
  z-index: 3; }

.locator__methods {
  display: flex;
  flex-direction: row-reverse; }
  .locator__methods:after, .locator__methods:before {
    display: none; }

.careers__description {
  margin-bottom: 1.6rem; }
.careers .careers__form-title {
  margin-bottom: 3rem; }

.catering__description {
  margin-bottom: 1.6rem; }
.catering .catering__form-title {
  margin-bottom: 3rem; }

.index-info {
  display: block;
  width: 100%;
  height: auto;
  background-color: #2D5D2A;
  margin: 3rem auto; }
  @media screen and (max-width: 52.5em) {
    .index-info {
      margin-bottom: 0; } }
  .index-info__wrapper {
    position: relative; }
  .index-info__title {
    font-size: 2.4rem;
    font-family: "PapaSans-MediumCondensed", sans-serif;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 3rem;
    margin-bottom: 2rem;
    text-align: center; }
  .index-info__img {
    display: block;
    margin: 0 auto; }
    .index-info__img_mobile {
      display: none; }
    @media screen and (max-width: 52.5em) {
      .index-info__img {
        display: none; }
        .index-info__img_mobile {
          display: block; } }
  .index-info__buttons {
    position: absolute;
    top: 50%;
    right: 4rem;
    transform: translate(0, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem; }
    @media screen and (max-width: 52.5em) {
      .index-info__buttons {
        top: auto;
        bottom: 2rem;
        left: auto;
        right: 4rem;
        transform: none;
        flex-direction: row; } }

.index-info__btn {
  display: flex;
  height: 7.1rem;
  text-decoration: none;
  cursor: pointer; }

.index-info__btn_ios {
  width: 24.5rem;
  background: url("/assets-images/btn_apple.png") center center no-repeat;
  background-size: 24.5rem 7.1rem; }

.index-info__btn_google {
  width: 24.5rem;
  background: url("/assets-images/btn_google.png") center center no-repeat;
  background-size: 24.5rem 7.1rem; }

@media screen and (max-width: 81.25em) {
  .index-info__btn {
    height: 3.55rem; }

  .index-info__btn_ios,
  .index-info__btn_google {
    width: 12.25rem;
    background-size: 12.25rem 3.55rem; } }
.club-registration {
  text-align: center; }
  .club-registration__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2rem;
    align-items: center;
    box-sizing: border-box; }
    @media screen and (max-width: 87.5em) {
      .club-registration__content {
        flex-direction: column;
        align-items: center; } }
  .club-registration__column {
    width: 50%;
    flex-grow: 1;
    padding: 1rem;
    box-sizing: border-box; }
    @media screen and (max-width: 87.5em) {
      .club-registration__column {
        width: 100%; } }
  .club-registration__title {
    font-family: "PapaSans-MediumCondensed", sans-serif;
    font-size: 5rem;
    font-weight: normal;
    line-height: 5rem;
    margin-bottom: 2rem;
    text-transform: uppercase; }
  .club-registration__subtitle {
    font-family: "PapaSans-Heavy", sans-serif;
    font-size: 2.6rem;
    line-height: 2.6rem;
    color: #626262;
    text-transform: uppercase;
    margin-bottom: 2.5rem; }
    .club-registration__subtitle_before-title {
      font-size: 3.2rem;
      line-height: 3.2rem;
      margin-bottom: 2rem; }
  .club-registration__button {
    display: inline-flex;
    font-family: "PapaSans-Heavy", sans-serif;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: normal;
    padding: 1.2rem 1.6rem;
    box-sizing: border-box;
    border: none;
    outline: none;
    box-shadow: none;
    color: #fff;
    background-color: #2D5D2A;
    transition: all .3s ease;
    border-radius: .6rem;
    text-decoration: none;
    margin-bottom: 2rem;
    cursor: pointer; }
    .club-registration__button:hover {
      background-color: #117959; }
  .club-registration__terms p {
    font-family: "PapaSans-Regular", sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: normal;
    color: #626262; }
  .club-registration__close {
    width: 4.2rem;
    height: 4.2rem;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    text-decoration: none;
    font-size: 3rem; }
    .club-registration__close: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: ""; }
    .club-registration__close:before {
      line-height: 4.2rem; }
    .club-registration__close:hover {
      color: #c8151b; }
  .club-registration__banner {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%; }
  .club-registration-inner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: flex;
    visibility: hidden;
    justify-content: center;
    align-items: center; }
    .club-registration-inner_visible {
      visibility: visible; }
    .club-registration-inner_animate .club-registration,
    .club-registration-inner_animate .club-registration-overlay {
      opacity: 1; }
    .club-registration-inner_animate .club-registration {
      transform: translate(0, 0); }
  .club-registration-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    opacity: 0;
    transition: opacity .15s ease; }
  .club-registration_popup {
    width: 80%;
    max-height: 96vh;
    border-radius: 2rem;
    background-color: #fff;
    position: relative;
    z-index: 2;
    opacity: 0;
    overflow: hidden;
    transform: translate(0, -100%);
    transition: all .4s ease; }
    .club-registration_popup .club-registration__wrapper {
      width: calc(100% + 2rem);
      max-height: calc(96vh - 2rem);
      overflow-x: hidden;
      overflow-y: auto;
      box-sizing: border-box; }
    .club-registration_popup .club-registration__content {
      width: calc(100% - 2rem); }
    @media screen and (max-width: 52.5em) {
      .club-registration_popup {
        width: 96%; } }

.club-form {
  padding: 2rem;
  box-sizing: border-box;
  width: calc(100% - 2rem); }
  .club-form__title {
    font-family: "PapaSans-MediumCondensed", sans-serif;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1;
    color: #2b2b2b;
    margin-bottom: 3rem; }
  .club-form__form {
    max-width: 55rem;
    margin: 0 auto; }
    .club-form__form p {
      font-family: "PapaSans-Regular", sans-serif;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 3rem;
      color: #2b2b2b;
      box-sizing: border-box;
      border-bottom: 1px solid #2D5D2A;
      margin-bottom: 1.6rem;
      text-align: left; }
    .club-form__form .form-row {
      margin-bottom: 1.6rem; }
      .club-form__form .form-row_checkbox .form-row__message {
        padding-left: 2.5rem; }
      .club-form__form .form-row_radio {
        margin-bottom: 3rem; }
      .club-form__form .form-row__group {
        display: flex;
        flex-direction: row; }
        .club-form__form .form-row__group_radio {
          margin-bottom: 2rem;
          gap: 2rem; }
          .club-form__form .form-row__group_radio[data-selected="partner"] ~ .form-row__group_partner, .club-form__form .form-row__group_radio[data-selected="child"] ~ .form-row__group_child {
            display: flex;
            flex-wrap: wrap; }
            .club-form__form .form-row__group_radio[data-selected="partner"] ~ .form-row__group_partner .form-row__field-text, .club-form__form .form-row__group_radio[data-selected="child"] ~ .form-row__group_child .form-row__field-text {
              width: calc(100% - 18rem); }
              @media screen and (max-width: 40em) {
                .club-form__form .form-row__group_radio[data-selected="partner"] ~ .form-row__group_partner .form-row__field-text, .club-form__form .form-row__group_radio[data-selected="child"] ~ .form-row__group_child .form-row__field-text {
                  width: 100%; } }
        .club-form__form .form-row__group_partner, .club-form__form .form-row__group_child {
          margin-bottom: 1.6rem;
          display: none; }
          .club-form__form .form-row__group_partner[data-form-row-invalid] .form-row__message, .club-form__form .form-row__group_child[data-form-row-invalid] .form-row__message {
            display: block; }
        @media screen and (max-width: 40em) {
          .club-form__form .form-row__group {
            flex-direction: column; } }
      .club-form__form .form-row__message {
        display: none;
        padding-left: 18rem;
        color: #ab131b;
        text-align: left;
        margin-top: .5rem; }
        @media screen and (max-width: 40em) {
          .club-form__form .form-row__message {
            padding-left: 0; } }
      .club-form__form .form-row[data-form-row-invalid] .form-row__message {
        display: block; }
      .club-form__form .form-row__field-radio, .club-form__form .form-row__field-checkbox {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        margin: 0;
        opacity: 0; }
        .club-form__form .form-row__field-radio:checked ~ .form-row__label-text:after, .club-form__form .form-row__field-checkbox:checked ~ .form-row__label-text:after {
          display: block; }
      .club-form__form .form-row__label {
        width: 18rem;
        flex-shrink: 0;
        font-family: "PapaSans-Regular", sans-serif;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 2.4rem;
        color: #2b2b2b;
        box-sizing: border-box;
        padding-right: 1rem;
        margin-top: .8rem;
        text-align: left; }
        .club-form__form .form-row__label_radio, .club-form__form .form-row__label_checkbox {
          font-size: 1.4rem;
          width: initial;
          line-height: 1.6rem;
          position: relative;
          padding-right: 0;
          flex-shrink: initial;
          margin-top: 0;
          cursor: pointer; }
          .club-form__form .form-row__label_radio .form-row__label-text, .club-form__form .form-row__label_checkbox .form-row__label-text {
            display: inline-block;
            padding-left: 2.5rem; }
            .club-form__form .form-row__label_radio .form-row__label-text:before, .club-form__form .form-row__label_radio .form-row__label-text:after, .club-form__form .form-row__label_checkbox .form-row__label-text:before, .club-form__form .form-row__label_checkbox .form-row__label-text:after {
              content: '';
              display: block;
              width: 16px;
              height: 16px;
              background-color: #fff;
              border: 1px solid #aeaeae;
              box-sizing: border-box;
              position: absolute;
              top: 0;
              left: 0; }
            .club-form__form .form-row__label_radio .form-row__label-text:after, .club-form__form .form-row__label_checkbox .form-row__label-text:after {
              display: none;
              width: 10px;
              height: 10px;
              border: none;
              margin: .3rem;
              background-color: #2D5D2A; }
        .club-form__form .form-row__label_radio .form-row__label-text:before, .club-form__form .form-row__label_radio .form-row__label-text:after {
          border-radius: 50%; }
        @media screen and (max-width: 40em) {
          .club-form__form .form-row__label {
            width: 100%;
            padding: 0;
            margin: 0 0 .5rem; } }
      .club-form__form .form-row__field-text, .club-form__form .form-row__field-textarea {
        font-family: "PapaSans-Regular", sans-serif;
        font-size: 1.6rem;
        line-height: 2.4rem;
        font-weight: normal;
        color: #626262;
        box-sizing: border-box;
        padding: .7rem 1rem;
        border-radius: .4rem;
        background-color: #fff;
        border: solid 1px #2D5D2A;
        width: 100%;
        max-width: 100%; }
        @media screen and (max-width: 40em) {
          .club-form__form .form-row__field-text, .club-form__form .form-row__field-textarea {
            width: 100%;
            min-width: auto; } }
      .club-form__form .form-row__field-textarea {
        min-height: 12.8rem;
        max-width: 100%; }
      .club-form__form .form-row__select-container {
        width: 37rem; }
        @media screen and (max-width: 40em) {
          .club-form__form .form-row__select-container {
            width: 100%; } }
      .club-form__form .form-row .nice-select__container {
        width: 100%;
        display: block; }
        .club-form__form .form-row .nice-select__container .nice-select {
          width: 100%;
          height: 4rem;
          line-height: 3.8rem;
          border: solid 1px #2D5D2A;
          float: none; }
          .club-form__form .form-row .nice-select__container .nice-select:hover {
            border: solid 1px #2D5D2A; }
          .club-form__form .form-row .nice-select__container .nice-select > .current {
            font-size: 1.6rem;
            line-height: 3.8rem;
            color: #2b2b2b;
            max-width: 100%;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
          .club-form__form .form-row .nice-select__container .nice-select .list, .club-form__form .form-row .nice-select__container .nice-select.open .list {
            width: 100%;
            max-width: 100%;
            max-height: 20rem;
            overflow-y: auto; }
          .club-form__form .form-row .nice-select__container .nice-select .option {
            min-height: 4rem;
            height: 4rem;
            line-height: 4rem;
            font-size: 1.6rem;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
            .club-form__form .form-row .nice-select__container .nice-select .option:before {
              display: none; }
        .club-form__form .form-row .nice-select__container ~ .form-row__message {
          padding-left: 0;
          margin-top: .3rem; }
    .club-form__form .form-buttons {
      margin-top: 1.6rem;
      text-align: right; }
    .club-form__form .form__button {
      font-family: "PapaSans-Heavy", sans-serif;
      font-size: 2rem;
      font-weight: normal;
      line-height: 2rem;
      padding: 1.2rem 1.6rem;
      box-sizing: border-box;
      border: none;
      outline: none;
      box-shadow: none;
      color: #fff;
      background-color: #2D5D2A;
      transition: all .3s ease;
      border-radius: .6rem;
      cursor: pointer; }
      .club-form__form .form__button:hover {
        background-color: #117959; }

/* Datepicker */
.page_datePicker .ui-datepicker {
  z-index: 10003 !important; }

.ui-datepicker {
  background-color: #f5f5f5;
  border-color: #ab131b;
  color: #333; }
  .ui-datepicker-header {
    border-color: #ab131b;
    background: #ab131b; }
  .ui-datepicker .ui-state-default {
    color: #0d0d0d;
    background-color: #fff;
    border-color: #ab131b;
    border-radius: .4rem;
    transition: all .3s ease; }
  .ui-datepicker .ui-state-hover,
  .ui-datepicker .ui-state-active,
  .ui-datepicker .ui-state-highlight,
  .ui-datepicker .ui-state-active:not(.ui-state-hover) {
    color: #fff;
    background: #ab131b;
    border-color: #ab131b; }
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    text-indent: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color, border-color, background-color .3s ease;
    top: 50%;
    transform: translate(0, -50%);
    color: #fff;
    border: solid 1px #ab131b;
    background-color: #ab131b; }
    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
      display: none; }
    .ui-datepicker .ui-datepicker-prev:before,
    .ui-datepicker .ui-datepicker-next:before {
      display: block;
      width: 100%;
      color: #fff; }
    .ui-datepicker .ui-datepicker-prev.ui-state-hover:not(.ui-state-disabled),
    .ui-datepicker .ui-datepicker-next.ui-state-hover:not(.ui-state-disabled) {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.4);
      border-color: rgba(255, 255, 255, 0.4);
      cursor: pointer; }
      .ui-datepicker .ui-datepicker-prev.ui-state-hover:not(.ui-state-disabled):before,
      .ui-datepicker .ui-datepicker-next.ui-state-hover:not(.ui-state-disabled):before {
        color: #fff; }
  .ui-datepicker .ui-datepicker-prev: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: ""; }
  .ui-datepicker .ui-datepicker-prev.ui-state-hover:not(.ui-state-disabled) {
    left: 2px; }
  .ui-datepicker .ui-datepicker-next: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: ""; }
  .ui-datepicker .ui-datepicker-next.ui-state-hover {
    right: 2px; }

.locator__postcode-title {
  font-size: 2rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  margin: 2rem 0 1rem 0; }

.dropdown-menu__header-link_vcenter {
  display: flex;
  align-items: center;
  padding-top: 0; }

@media screen and (min-width: 52.5625em) and (max-width: 68.5em) {
  .dropdown-menu_rewards .dropdown-menu__header-icon-item {
    top: 31px; }

  .dropdown-menu_shop .dropdown-menu__header-icon-item {
    top: 33px; }

  .header .dropdown-menu_language .dropdown-menu__header-icon-item {
    top: 35px; } }
/* Locator restaurant */
.locator__restaurants {
  border-bottom: 1px dashed #c7c7c7; }

.locator-restaurant__address {
  display: none; }
@media screen and (max-width: 52.5em) {
  .locator-restaurant {
    padding: 2rem 0;
    position: relative; }
    .locator-restaurant__header {
      margin: 0;
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
      padding-right: 3rem;
      overflow: hidden; }
      .locator-restaurant__header:before, .locator-restaurant__header:after {
        display: none; }
    .locator-restaurant__button_header {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 0;
      width: 100%;
      height: 100%;
      padding: 0;
      box-sizing: border-box; }
    .locator-restaurant__toggle {
      display: none; }
    .locator-restaurant__name {
      padding-top: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .locator-restaurant__arrow {
      width: 3rem;
      height: 3rem;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate(0, -50%); }
      .locator-restaurant__arrow: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-restaurant__arrow:before {
        font-size: 2.4rem;
        line-height: 3rem;
        width: 3rem;
        text-align: center;
        color: #2D5D2A;
        margin: 0; }
    .locator-restaurant__address {
      display: block;
      color: #000;
      font-size: 1.6rem;
      margin-top: 1rem; } }
@media screen and (max-width: 40em) {
  .locator-restaurant__name {
    font-size: 2.4rem;
    line-height: 3rem; } }
@media screen and (max-width: 30em) {
  .locator-restaurant__name {
    font-size: 1.8rem;
    line-height: 2.4rem; } }

/* Header layout changes */
.header__wrapper {
  display: flex;
  justify-content: space-between;
  padding: .5rem 0;
  gap: 2rem; }
  .header__wrapper:before, .header__wrapper:after {
    display: none; }
.header__theme-menu {
  order: 2;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 0;
  gap: 2rem; }
  @media screen and (max-width: 52.5em) {
    .header__theme-menu {
      flex-direction: row;
      justify-content: flex-start;
      width: 100%; } }
.header__static-menu {
  flex-grow: 1; }
.header__logo {
  margin-right: 3rem; }
.header__language-menu_locator {
  height: auto;
  margin: 3rem 3rem 0 0; }
  .header__language-menu_locator .dropdown-menu__header-link {
    height: auto;
    line-height: 1; }
  .header__language-menu_locator .dropdown-menu__header-language-full {
    color: #fff; }
  @media screen and (max-width: 52.5em) {
    .header__language-menu_locator .dropdown-menu__header-icon-item {
      background-color: transparent; }
    .header__language-menu_locator .dropdown-menu__header-language-short {
      padding-top: 0;
      padding-left: 3rem; } }
.header__restaurant-info-menu {
  display: none; }
@media screen and (max-width: 52.5em) {
  .header {
    position: relative;
    z-index: 6; }
    .header__restaurant-info-menu {
      display: block; }
    .header__logo {
      margin: 0 auto; }
    .header__theme-menu {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translate(0, -50%);
      width: 100%;
      gap: 0; }
    .header__wrapper {
      padding: 0;
      position: relative; }
    .header__language-menu {
      margin-left: 0; }
      .header__language-menu .dropdown-menu__header-icon-item {
        display: block;
        line-height: 4.8rem;
        top: .1rem; }
      .header__language-menu .dropdown-menu__header-icon {
        display: none; }
      .header__language-menu .dropdown-menu__header-link {
        padding-left: 3rem; } }

/* Header static manu */
.static-menu {
  display: inline-flex;
  order: 1;
  box-sizing: border-box;
  gap: 2rem;
  align-items: center;
  font-size: 2.3rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1; }

.dropdown-menu__header {
  height: auto;
  border: none; }
@media screen and (max-width: 52.5em) {
  .dropdown-menu__header-language-short {
    padding-left: 3rem; } }
.dropdown-menu__header-link, .dropdown-menu__header-link[data-dropdown-toggle], .dropdown-menu_language .dropdown-menu__header-link, .dropdown-menu_shop .dropdown-menu__header-link {
  padding: 0;
  height: auto;
  text-transform: uppercase;
  display: flex;
  gap: 1.5rem;
  align-items: center; }
.dropdown-menu__header-icon {
  position: static;
  margin-top: .1rem; }
.dropdown-menu__header-icon-item, .dropdown-menu__header-title {
  display: none; }
.dropdown-menu_user {
  border: none; }

@media screen and (max-width: 52.5em) {
  .header {
    background-color: #2D5D2A; }

  .burger-menu__icon:before,
  .basket-menu__basket-icon:before,
  .dropdown-menu__header-icon-item:before {
    color: #fff; }

  .burger-menu__icon:before {
    margin: 0; }

  .dropdown-menu__header-language {
    color: #fff; }

  .header__burger-menu {
    display: flex;
    order: 1;
    margin: 0; }

  .header__restaurant-info-menu {
    display: flex;
    order: 2; }

  .header__basket-menu {
    order: 4; }

  .header__language-menu {
    display: flex;
    margin: 0 0 0 auto;
    order: 3; }
    .header__language-menu_locator {
      margin: 3rem 3rem 0 0; }

  .static-menu__link {
    display: none; }

  .index-slideshow {
    margin: 0 auto; } }
@media screen and (max-width: 52.5em) {
  .page_index .header__theme-menu:has(.dropdown-menu_language[data-dropdown-open]) {
    z-index: 1; }
  .page_index:not(.page_index:has(.slider ~ div)) .footer, .page_index:not(.page_index:has(.slider ~ section)) .footer {
    margin-top: 0; } }

@media screen and (max-width: 52.5em) {
  .content_index {
    margin-bottom: 0; } }

/* Index locator */
.slider {
  margin-bottom: 6rem;
  transition: margin-bottom .15s ease; }
  .slider:has(.index-locator_visible-postcode) {
    margin-bottom: 9rem; }
    @media screen and (max-width: 52.5em) {
      .slider:has(.index-locator_visible-postcode) {
        margin-bottom: 0; } }
  @media screen and (max-width: 52.5em) {
    .slider {
      margin-bottom: 0; } }

.locator,
.index-locator {
  padding: 4rem 2rem 3rem;
  max-width: 60rem;
  box-sizing: border-box;
  background-color: #fff;
  border: 10px solid #2D5D2A;
  width: 100%; }
  .locator__container_centered .index-locator,
  .index-locator__container_centered .index-locator {
    padding: 5rem 4rem;
    max-width: 70rem;
    top: 100%;
    margin: 0 auto;
    transform: translate(0, -60%);
    background-color: #f5e8dc; }
    .locator__container_centered .index-locator__postcode, .locator__container_centered .index-locator__methods,
    .index-locator__container_centered .index-locator__postcode,
    .index-locator__container_centered .index-locator__methods {
      max-width: 60rem; }
    .locator__container_centered .index-locator__method,
    .index-locator__container_centered .index-locator__method {
      font-size: 3.2rem;
      border: 2px solid #2D5D2A; }
    .locator__container_centered .index-locator__method-name,
    .index-locator__container_centered .index-locator__method-name {
      height: 5.8rem;
      line-height: 5.8rem; }
    @media screen and (max-width: 52.5em) {
      .locator__container_centered .index-locator,
      .index-locator__container_centered .index-locator {
        padding: 3rem 2rem;
        position: static;
        margin: 0 auto;
        max-width: none;
        transform: none;
        border-color: #f5e8dc;
        background-color: #f5e8dc; } }
    @media screen and (max-width: 30em) {
      .locator__container_centered .index-locator,
      .index-locator__container_centered .index-locator {
        padding: 1rem 0; } }
  .locator__title,
  .index-locator__title {
    display: none;
    font-size: 3.3rem;
    font-family: "PapaSans-MediumCondensed", sans-serif;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    text-align: center; }
  .locator__wrapper,
  .index-locator__wrapper {
    margin: 0 auto;
    width: initial;
    max-width: 100%;
    padding: 0; }
  .locator__methods,
  .index-locator__methods {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    overflow: hidden;
    max-width: 50rem;
    margin-top: 0;
    margin-bottom: 0;
    box-sizing: border-box; }
    .locator__methods:before, .locator__methods:after,
    .index-locator__methods:before,
    .index-locator__methods:after {
      display: none; }
    @media screen and (max-width: 35em) {
      .locator__methods,
      .index-locator__methods {
        flex-direction: column-reverse;
        align-items: center;
        gap: 2rem; } }
  .locator__method,
  .index-locator__method {
    font-size: 3rem;
    font-family: "PapaSans-MediumCondensed", sans-serif;
    color: #000;
    font-weight: 400;
    position: relative;
    display: block;
    float: none;
    width: 48%;
    text-align: center;
    background-color: #dbefea;
    border-radius: .5em; }
    @media screen and (max-width: 35em) {
      .locator__method,
      .index-locator__method {
        width: 100%;
        max-width: 26rem; } }
    .locator__method input[type="radio"],
    .index-locator__method input[type="radio"] {
      position: absolute;
      left: 0;
      top: 0;
      margin: 0;
      opacity: 0; }
    .locator__method:has(input[data-locator-method="collection"]) .locator__method-name:after,
    .locator__method:has(input[data-locator-method="collection"]) .index-locator__method-name:after,
    .index-locator__method:has(input[data-locator-method="collection"]) .locator__method-name:after,
    .index-locator__method:has(input[data-locator-method="collection"]) .index-locator__method-name:after {
      background-position: left 0 top; }
    .locator__method:has(input[data-locator-method="delivery"]) .locator__method-name:after,
    .locator__method:has(input[data-locator-method="delivery"]) .index-locator__method-name:after,
    .index-locator__method:has(input[data-locator-method="delivery"]) .locator__method-name:after,
    .index-locator__method:has(input[data-locator-method="delivery"]) .index-locator__method-name:after {
      background-position: left -10.8rem top; }
  .locator[data-locator-selected-method="collection"] .locator__method:has(input[data-locator-method="collection"]) .locator__method-name:after,
  .locator[data-locator-selected-method="collection"] .locator__method:has(input[data-locator-method="collection"]) .index-locator__method-name:after,
  .locator[data-locator-selected-method="collection"] .index-locator__method:has(input[data-locator-method="collection"]) .locator__method-name:after,
  .locator[data-locator-selected-method="collection"] .index-locator__method:has(input[data-locator-method="collection"]) .index-locator__method-name:after,
  .index-locator[data-locator-selected-method="collection"] .locator__method:has(input[data-locator-method="collection"]) .locator__method-name:after,
  .index-locator[data-locator-selected-method="collection"] .locator__method:has(input[data-locator-method="collection"]) .index-locator__method-name:after,
  .index-locator[data-locator-selected-method="collection"] .index-locator__method:has(input[data-locator-method="collection"]) .locator__method-name:after,
  .index-locator[data-locator-selected-method="collection"] .index-locator__method:has(input[data-locator-method="collection"]) .index-locator__method-name:after {
    background-position: left -3.2rem top; }
  .locator[data-locator-selected-method="collection"] .locator__method:has(input[data-locator-method="delivery"]) .locator__method-name:after,
  .locator[data-locator-selected-method="collection"] .locator__method:has(input[data-locator-method="delivery"]) .index-locator__method-name:after,
  .locator[data-locator-selected-method="collection"] .index-locator__method:has(input[data-locator-method="delivery"]) .locator__method-name:after,
  .locator[data-locator-selected-method="collection"] .index-locator__method:has(input[data-locator-method="delivery"]) .index-locator__method-name:after,
  .index-locator[data-locator-selected-method="collection"] .locator__method:has(input[data-locator-method="delivery"]) .locator__method-name:after,
  .index-locator[data-locator-selected-method="collection"] .locator__method:has(input[data-locator-method="delivery"]) .index-locator__method-name:after,
  .index-locator[data-locator-selected-method="collection"] .index-locator__method:has(input[data-locator-method="delivery"]) .locator__method-name:after,
  .index-locator[data-locator-selected-method="collection"] .index-locator__method:has(input[data-locator-method="delivery"]) .index-locator__method-name:after {
    background-position: left -10.8rem top; }
  .locator__method-name,
  .index-locator__method-name {
    display: inline-block;
    position: relative;
    padding: 0;
    width: auto;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
    height: 4.9rem;
    line-height: 4.9rem;
    padding-left: 4rem; }
    .locator__method-name:after,
    .index-locator__method-name:after {
      content: '';
      display: block;
      width: 3.6rem;
      height: 3.6rem;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(0, -50%);
      background: url(../assets-images/index-links-sprite.png) top left no-repeat; }
  .locator_visible-postcode .index-locator__methods,
  .index-locator_visible-postcode .index-locator__methods {
    margin-bottom: 1rem; }
  .locator_visible-postcode .locator__method:has(input[data-locator-method="delivery"]),
  .locator_visible-postcode .index-locator__method:has(input[data-locator-method="delivery"]),
  .index-locator_visible-postcode .locator__method:has(input[data-locator-method="delivery"]),
  .index-locator_visible-postcode .index-locator__method:has(input[data-locator-method="delivery"]) {
    color: #fff;
    background-color: #2D5D2A; }
    .locator_visible-postcode .locator__method:has(input[data-locator-method="delivery"]) .locator__method-name,
    .locator_visible-postcode .index-locator__method:has(input[data-locator-method="delivery"]) .locator__method-name,
    .index-locator_visible-postcode .locator__method:has(input[data-locator-method="delivery"]) .locator__method-name,
    .index-locator_visible-postcode .index-locator__method:has(input[data-locator-method="delivery"]) .locator__method-name {
      color: #fff; }
    @media screen and (max-width: 52.5em) {
      .locator_visible-postcode .locator__method:has(input[data-locator-method="delivery"]),
      .locator_visible-postcode .index-locator__method:has(input[data-locator-method="delivery"]),
      .index-locator_visible-postcode .locator__method:has(input[data-locator-method="delivery"]),
      .index-locator_visible-postcode .index-locator__method:has(input[data-locator-method="delivery"]) {
        background-color: #ab131b;
        border-color: #ab131b; } }
    .locator_visible-postcode .locator__method:has(input[data-locator-method="delivery"]) .locator__method-name:after,
    .locator_visible-postcode .locator__method:has(input[data-locator-method="delivery"]) .index-locator__method-name:after,
    .locator_visible-postcode .index-locator__method:has(input[data-locator-method="delivery"]) .locator__method-name:after,
    .locator_visible-postcode .index-locator__method:has(input[data-locator-method="delivery"]) .index-locator__method-name:after,
    .index-locator_visible-postcode .locator__method:has(input[data-locator-method="delivery"]) .locator__method-name:after,
    .index-locator_visible-postcode .locator__method:has(input[data-locator-method="delivery"]) .index-locator__method-name:after,
    .index-locator_visible-postcode .index-locator__method:has(input[data-locator-method="delivery"]) .locator__method-name:after,
    .index-locator_visible-postcode .index-locator__method:has(input[data-locator-method="delivery"]) .index-locator__method-name:after {
      background-position: left -7.2rem top; }
  .locator_visible-postcode .locator__postcode-input-wrapper,
  .locator_visible-postcode .index-locator__postcode-input-wrapper,
  .index-locator_visible-postcode .locator__postcode-input-wrapper,
  .index-locator_visible-postcode .index-locator__postcode-input-wrapper {
    visibility: visible;
    margin: 2rem auto 0;
    opacity: 1;
    height: 5.4rem; }
    @media screen and (max-width: 52.5em) {
      .locator_visible-postcode .locator__postcode-input-wrapper,
      .locator_visible-postcode .index-locator__postcode-input-wrapper,
      .index-locator_visible-postcode .locator__postcode-input-wrapper,
      .index-locator_visible-postcode .index-locator__postcode-input-wrapper {
        margin-bottom: 0; } }
    @media screen and (max-width: 30em) {
      .locator_visible-postcode .locator__postcode-input-wrapper,
      .locator_visible-postcode .index-locator__postcode-input-wrapper,
      .index-locator_visible-postcode .locator__postcode-input-wrapper,
      .index-locator_visible-postcode .index-locator__postcode-input-wrapper {
        margin-top: 1rem; } }
  .locator__postcode,
  .index-locator__postcode {
    max-width: 50rem; }
  .locator__postcode-input-wrapper,
  .index-locator__postcode-input-wrapper {
    visibility: hidden;
    opacity: 0;
    height: 0;
    position: relative;
    margin: 0;
    padding-right: 0;
    box-sizing: border-box;
    transition: all .15s ease; }
  .locator__postcode-input,
  .index-locator__postcode-input {
    font-size: 2.9rem;
    font-family: "PapaSans-MediumCondensed", sans-serif;
    color: #000;
    font-weight: 400;
    float: none;
    padding: 0 1rem;
    width: 100%;
    height: 54px;
    line-height: 54px;
    border: 1px solid #2D5D2A;
    border-radius: .7rem;
    box-sizing: border-box;
    margin: 0; }
    .locator__postcode-input::placeholder,
    .index-locator__postcode-input::placeholder {
      font-size: 2.9rem;
      font-family: "PapaSans-MediumCondensed", sans-serif;
      color: #000;
      font-weight: 400;
      opacity: 1;
      line-height: 54px; }
    @media screen and (max-width: 52.5em) {
      .locator__postcode-input,
      .index-locator__postcode-input {
        border: 2px solid #000; } }
  .locator__postcode-button,
  .index-locator__postcode-button {
    display: none;
    color: #fff;
    background-color: #0f9675;
    overflow: hidden;
    padding-left: 7rem;
    box-sizing: border-box;
    height: 5.4rem;
    line-height: 5.4rem;
    width: 7rem;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 .7rem .7rem 0; }
    .locator__postcode-button:before,
    .index-locator__postcode-button: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: ""; }
    .locator__postcode-button:before,
    .index-locator__postcode-button:before {
      font-size: 2.9rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .locator__postcode-selected,
  .index-locator__postcode-selected {
    font-size: 3rem;
    font-family: "PapaSans-MediumCondensed", sans-serif;
    color: #2D5D2A;
    font-weight: 400;
    margin: 0 0 2rem;
    text-align: center; }
  .locator__restaurants,
  .index-locator__restaurants {
    max-height: 25rem;
    overflow-y: auto;
    margin-top: 2rem; }
    .locator__restaurants:after,
    .index-locator__restaurants:after {
      display: block;
      content: '';
      width: 100%;
      height: 1px;
      border-bottom: 1px dashed #c7c7c7; }
  .locator__postcode-warning,
  .index-locator__postcode-warning {
    margin-top: 1rem; }
    @media screen and (max-width: 52.5em) {
      .locator__postcode-warning,
      .index-locator__postcode-warning {
        color: #fff; } }

.locator__title {
  display: block; }
.locator__method input[type=radio]:checked + span {
  color: #000;
  background-color: transparent; }
.locator__fields-wrapper {
  max-width: 50rem;
  margin-bottom: 0; }
@media screen and (max-width: 52.5em) {
  .locator {
    background-color: #2D5D2A; }
    .locator__title {
      color: #fff; } }

/* Index locator restaurants */
.index-locator-restaurant {
  text-align: left;
  padding: 2rem 3rem 2rem 0;
  position: relative;
  margin: 0;
  border-top: 1px dashed #c7c7c7; }
  .index-locator-restaurant: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: ""; }
  .index-locator-restaurant:before {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    font-size: 2.4rem;
    line-height: 3rem;
    width: 3rem;
    text-align: center;
    color: #2D5D2A;
    margin: 0; }
  .index-locator-restaurant__name {
    font-size: 3.2rem;
    font-family: "PapaSans-MediumCondensed", sans-serif;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media screen and (max-width: 40em) {
      .index-locator-restaurant__name {
        font-size: 2.4rem;
        line-height: 3rem; } }
    @media screen and (max-width: 30em) {
      .index-locator-restaurant__name {
        font-size: 1.8rem;
        line-height: 2.4rem; } }
  .index-locator-restaurant__address {
    text-align: left;
    font-size: 1.4rem;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #2D5D2A;
    font-weight: 700;
    margin: 0; }
  .index-locator-restaurant__phone, .index-locator-restaurant__times, .index-locator-restaurant__map {
    display: none !important; }
  .index-locator-restaurant__button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer; }

/* Index papa's club banner and discounts banner */
.index-club,
.index-discounts {
  display: block;
  margin: 3rem auto;
  text-align: center; }
  @media screen and (max-width: 52.5em) {
    .index-club,
    .index-discounts {
      margin: 2rem auto; } }
  .index-club__title,
  .index-discounts__title {
    font-size: 2.4rem;
    font-family: "PapaSans-MediumCondensed", sans-serif;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 3rem;
    margin-bottom: 2rem;
    text-align: center; }
  .index-club__link,
  .index-discounts__link {
    display: inline-flex;
    width: auto;
    height: auto;
    text-decoration: none; }
  .index-club__img,
  .index-discounts__img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto; }
    .index-club__img_mobile,
    .index-discounts__img_mobile {
      display: none; }
    @media screen and (max-width: 52.5em) {
      .index-club__img,
      .index-discounts__img {
        display: none; }
        .index-club__img_mobile,
        .index-discounts__img_mobile {
          display: block; } }

.category-navigation_index-mobile {
  display: none; }

/* Doing the same "One page menu" behaviour like on PPJ PK */
.category-navigation_mobile-icon-left, .category-navigation_mobile-icon-right {
  display: block; }
.category-navigation_mobile .category-navigation__wrapper {
  width: calc(100% - 4rem);
  margin: 0 auto; }
.category-navigation_mobile .category-navigation__item {
  font-family: "PapaSans-MediumCondensed", sans-serif;
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 1;
  color: #2b2b2b; }
.category-navigation_mobile .category-navigation__link {
  padding: 0 0 .5rem; }

/* Hide MENU word at the beginning of the categories list - ONLY in One Page Menu mode */
.page_menu .category__header {
  display: none; }

/* New updates to logo - dirrerent logo on mobile */
.header__logo-image_mobile {
  display: none; }

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

  .header__logo-image_mobile {
    display: block; } }
/* New additions to the mobile menu view */
.mobile-menu__header {
  background-color: #2D5D2A; }
.mobile-menu__section_keep-close-on-load {
  display: none; }
.mobile-menu__section_has-submenu {
  text-align: center; }
  .mobile-menu__section_has-submenu .mobile-menu__section-icon {
    display: none; }
.mobile-menu__section_user {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #2D5D2A;
  border-color: rgba(255, 255, 255, 0.4); }
.mobile-menu__section {
  display: none; }
.mobile-menu__submenu .mobile-menu__item-link {
  background-color: #dbefea; }
.mobile-menu__section_has-submenu, .mobile-menu__section_login {
  border-color: rgba(255, 255, 255, 0.4); }
  .mobile-menu__section_has-submenu .mobile-menu__section-link, .mobile-menu__section_login .mobile-menu__section-link {
    text-align: center;
    color: #fff;
    background-color: #2D5D2A; }
.mobile-menu__item {
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
  .mobile-menu__item_order {
    box-sizing: border-box;
    text-align: center;
    padding: .5rem 0; }
    .mobile-menu__item_order .mobile-menu__item-link {
      box-sizing: border-box;
      display: inline-flex;
      padding: .5rem 2rem;
      border-radius: 2.5rem;
      background-color: #fff;
      color: #ab131b; }
.mobile-menu__item-link {
  background-color: transparent;
  color: #fff;
  text-align: center; }

.off-canvas__credits {
  display: none; }

.off-canvas_left .off-canvas__wrapper {
  padding-bottom: 0;
  background-color: #2D5D2A; }

/* Restaurants page updates */
.restaurants__board {
  margin-top: 3rem; }

.restaurants__board .restaurant-summary__name {
  margin-bottom: 1rem; }

.restaurants__restaurant {
  display: block;
  width: 100%;
  text-align: left;
  padding: 2rem 0;
  margin: 0;
  border-top: 1px dashed #c7c7c7; }
  .restaurants__restaurant:nth-child(2n) {
    margin-left: 0; }

.restaurant-summary {
  position: relative;
  padding: 0 3rem 0 0;
  box-sizing: border-box; }
  .restaurant-summary: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: ""; }
  .restaurant-summary:before {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    font-size: 2.4rem;
    line-height: 3rem;
    width: 3rem;
    text-align: center;
    color: #2D5D2A;
    margin: 0; }
  .restaurant-summary__city, .restaurant-summary__phone, .restaurant-summary__times, .restaurant-summary__distance, .restaurant-summary__link-map {
    display: none; }
  .restaurant-summary__name {
    font-size: 3.2rem;
    font-family: "PapaSans-MediumCondensed", sans-serif;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 1rem; }
    @media screen and (max-width: 40em) {
      .restaurant-summary__name {
        font-size: 2.4rem;
        line-height: 3rem; } }
    @media screen and (max-width: 30em) {
      .restaurant-summary__name {
        font-size: 1.8rem;
        line-height: 2.4rem; } }
  .restaurant-summary__address {
    text-align: left;
    font-size: 1.4rem;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #2D5D2A;
    font-weight: 700;
    margin: 0; }
  .restaurant-summary__order-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer; }

/* Additionals to the social icons in the footer */
.footer__icons-group.footer__icons-group_right {
  margin: 0;
  box-sizing: border-box;
  padding: 1rem 2rem; }
  .footer__icons-group.footer__icons-group_right .social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem; }
    .footer__icons-group.footer__icons-group_right .social-icons:before, .footer__icons-group.footer__icons-group_right .social-icons:after {
      display: none; }
  .footer__icons-group.footer__icons-group_right .social-icons__icon,
  .footer__icons-group.footer__icons-group_right .social-icons__icon:first-child {
    margin: 0; }
  @media screen and (max-width: 52.5em) {
    .footer__icons-group.footer__icons-group_right {
      flex-direction: row;
      width: auto; }
      .footer__icons-group.footer__icons-group_right .social-icons__icon {
        display: inline-flex; }
        .footer__icons-group.footer__icons-group_right .social-icons__icon i:before {
          line-height: 3rem; }
      .footer__icons-group.footer__icons-group_right i.social-icons__facebook:before, .footer__icons-group.footer__icons-group_right i.social-icons__instagram:before, .footer__icons-group.footer__icons-group_right i.social-icons__youtube:before, .footer__icons-group.footer__icons-group_right i.social-icons__tiktok:before {
        content: '';
        display: block;
        height: 3rem;
        width: 3rem;
        background: url(/assets-images/social-icons-sprite.png) top left no-repeat; }
      .footer__icons-group.footer__icons-group_right i.social-icons__instagram:before {
        background-position: top left -7.5rem; }
      .footer__icons-group.footer__icons-group_right i.social-icons__tiktok:before {
        background-position: top left -10.6rem; }
      .footer__icons-group.footer__icons-group_right i.social-icons__youtube:before {
        width: 4.3rem;
        background-position: top left -3.1rem; } }
  @media screen and (max-width: 40em) {
    .footer__icons-group.footer__icons-group_right {
      flex-direction: column;
      width: 100%; } }

/* New additionals for product displaying - on mobile always just 2 products per line */
@media screen and (max-width: 52.5em) {
  .product {
    width: 50%; }

  .product:nth-child(3n+1) {
    clear: none; }

  .product:nth-child(2n+1) {
    clear: left; } }
@media screen and (max-width: 32em) {
  .category__products {
    width: 100%; }

  .product {
    padding: 0 .5rem; } }
@media screen and (max-width: 26.25em) {
  .product__add,
  .product__customise {
    font-size: 1.4rem; } }
/* fix to register phone checkbox during revert to default register widget */
.checkout-row__group-item_register-phone .checkout-row__group-label_checkbox {
  margin-top: .7rem; }

/* at the bottom of the page inside socials section - titles added based on the language */
.footer__icons-group_right {
  gap: 1rem;
  display: flex;
  flex-direction: row;
  align-items: baseline; }
  @media screen and (max-width: 52.5em) {
    .footer__icons-group_right {
      flex-direction: column;
      align-items: center; } }

/* Whole product clickable and use force_customization tag, so hiding Add and personilize buttons */
.product__buttons {
  display: none; }

/* After removing piece of code on contact us page */
.page_contact_us .static-info__content {
  padding: 0 0 2rem; }

/* change color on index page for the desktop and mobile view */
.page_index {
  background-color: #f5e8dc; }
  .page_index .footer,
  .page_index .footer__wrapper_light,
  .page_index .footer__credits {
    background-color: #2D5D2A; }
  .page_index .footer__nav {
    border-color: #2a5127; }

.header {
  background-color: #2D5D2A; }
  .header__logo {
    display: flex;
    align-items: center; }
  .header__logo-link {
    position: static; }
  .header .static-menu__link {
    color: #fff; }
  .header .dropdown-menu__header-points,
  .header .call-button__name,
  .header .dropdown-menu_user .dropdown-menu__header-subtitle,
  .header .dropdown-menu_language .dropdown-menu__header-subtitle,
  .header .dropdown-menu_shop .dropdown-menu__header-subtitle {
    color: #fff; }
  .header .dropdown-menu__header-icon {
    border-top: 12px solid #fff; }
  .header .dropdown-menu__header-link:hover {
    background-color: transparent; }

.page_contact_us .static-info__img_mobile,
.page_franchise_application .static-info__img_mobile,
.page_franchise_contact .static-info__img_mobile {
  display: none; }
@media screen and (max-width: 52.5em) {
  .page_contact_us .static-info__img_desktop,
  .page_franchise_application .static-info__img_desktop,
  .page_franchise_contact .static-info__img_desktop {
    display: none; }
  .page_contact_us .static-info__img_mobile,
  .page_franchise_application .static-info__img_mobile,
  .page_franchise_contact .static-info__img_mobile {
    display: block; } }

/* on mobile view button inside basket must be always visible at the bottom while whole basket can be scrolable */
.off-canvas_right .off-canvas__wrapper {
  padding-bottom: 0;
  background-color: #f2f1f1; }
@media screen and (max-width: 52.5em) {
  .off-canvas_right .basket__footer {
    padding-bottom: 0; } }
.off-canvas_right .basket__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  .off-canvas_right .basket__header:before, .off-canvas_right .basket__header:after {
    display: none; }
.off-canvas_right .basket__repeat {
  margin: 0; }
.off-canvas_right .basket__title {
  order: 1; }
.off-canvas_right .basket__repeat {
  order: 2; }
@media screen and (max-width: 52.5em) {
  .off-canvas_right .basket__header {
    flex-direction: column;
    box-sizing: border-box;
    justify-content: center;
    align-items: flex-start;
    padding-right: 5.9rem;
    position: relative; }
  .off-canvas_right .basket__close {
    position: absolute;
    right: 1rem; }
  .off-canvas_right .basket__repeat {
    padding: 0; } }

.basket__footer-row.basket__button {
  background-color: #f2f1f1; }
  @media screen and (max-width: 52.5em) {
    .basket__footer-row.basket__button {
      position: sticky;
      bottom: 1px; } }

/* top red strip recoloring */
.category-navigation {
  background-color: #FF0000; }

.index-connected-customer {
  background-color: #2D5D2A; }

.category-navigation_mobile {
  background-color: #fff; }

.popup_improved.popup_scrolled .popup__header {
  height: 4.8rem; }
@media screen and (max-width: 52.5em) {
  .popup_improved.popup_full-height {
    height: 100%; }
  .popup_improved.popup_scrolled .popup__header {
    height: 4rem; } }

.restaurant-info-menu__link {
  display: none;
  font-size: 2.2rem;
  color: #fff; }
  .restaurant-info-menu__link:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: 0;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  .restaurant-info-menu__link:before {
    line-height: 3rem; }

.hybrid_app .restaurant-info-menu__link {
  display: block; }
.hybrid_app .burger-menu {
  display: none; }
.hybrid_app.page_order_step2 .footer, .hybrid_app.page_order_step3 .footer, .hybrid_app.page_order_step4 .footer, .hybrid_app.page_order_step5 .footer, .hybrid_app.page_thank_you .footer {
  /* Hiding with important to override JS scripts added inside the application */
  display: none !important; }

.checkout #buyer_profile_form .form-buttons, .checkout__section_account .form-buttons {
  display: flex;
  justify-content: space-between; }
  .checkout #buyer_profile_form .form-buttons:before, .checkout #buyer_profile_form .form-buttons:after, .checkout__section_account .form-buttons:before, .checkout__section_account .form-buttons:after {
    display: none; }
  .checkout #buyer_profile_form .form-buttons__link, .checkout__section_account .form-buttons__link {
    order: -1; }
  .checkout #buyer_profile_form .form-buttons__logout, .checkout__section_account .form-buttons__logout {
    font-size: 2.3rem;
    font-family: "PapaSans-MediumCondensed", sans-serif;
    color: #0f9675;
    font-weight: 400;
    padding: .3em 0;
    color: #2D5D2A;
    line-height: 1; }
    .checkout #buyer_profile_form .form-buttons__logout:hover, .checkout__section_account .form-buttons__logout:hover {
      color: #ab131b; }

.content_static-store-info .content__main {
  width: 100%; }
.content_static-store-info .shop-info {
  background-color: transparent; }
  .content_static-store-info .shop-info__header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center; }
    .content_static-store-info .shop-info__header:before, .content_static-store-info .shop-info__header:after {
      display: none; }
  .content_static-store-info .shop-info__title {
    float: none;
    margin: 0; }
  .content_static-store-info .shop-info__link {
    display: inline-block; }
  .content_static-store-info .shop-info .social-icons {
    margin: 0; }
    .content_static-store-info .shop-info .social-icons__icon {
      margin-bottom: 0; }

/* Bug fix with language dropdowns displayed on mobile view */
@media screen and (max-width: 52.5em) {
  .dropdown-menu_language .dropdown-menu__body {
    height: 0;
    overflow: hidden; }

  .dropdown-menu_language[data-dropdown-open] .dropdown-menu__body {
    height: auto;
    overflow: visible; } }
/* Adding back button to shop info page on mobile view */
@media screen and (max-width: 52.5em) {
  .shop-info__title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    flex-wrap: nowrap; } }
.shop-info__back {
  display: none; }
  @media screen and (max-width: 52.5em) {
    .shop-info__back {
      display: flex;
      color: #2D5D2A;
      font-size: 2.8rem;
      text-decoration: none; }
      .shop-info__back: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 page updates and fixes */
@media screen and (max-width: 52.5em) {
  .header__language-menu_locator .dropdown-menu__header-icon-item,
  .header__language-menu_locator .dropdown-menu__header-language-short {
    line-height: 2.2rem; }

  .locator-html .page_locator {
    background-color: #2D5D2A;
    background-image: none; }

  .locator-html .locator__logo {
    top: -10rem; }

  .page_locator .content__wrapper {
    width: 100%; }

  .page_locator .locator {
    border: none;
    border-top: solid 1px #fff;
    width: 100%;
    max-width: 100%; }

  .header__language-menu_locator {
    margin-top: 3.5rem;
    margin-right: 2rem; }
    .header__language-menu_locator .dropdown-menu_language .dropdown-menu__header {
      display: flex;
      align-items: center; } }
@media screen and (max-width: 22.5em) {
  .locator__logo {
    width: 154px;
    margin-left: -77px; }

  .locator-html .locator__logo {
    top: -9rem; } }
.iti {
  width: 100%; }
  .iti .form-row__field-text {
    width: 100%; }
  .iti ul li {
    display: flex;
    align-items: center;
    padding-left: 1rem;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #626262;
    margin-bottom: 0;
    position: static; }
    .iti ul li:before {
      display: none; }
  .iti__country-list {
    min-width: 26rem; }

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