@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap");
@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; } }
.checkout-row__field-phone-wrapper {
  display: block;
  position: relative;
  font-size: 0; }

.checkout-row__field-phone-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 100%;
  background: url("/assets-images/flag-pk.png") no-repeat 5px center; }

.checkout-row__field-text[name="guest_phone_number"] {
  padding-left: 45px; }

.checkout-row__field-text[name="phone_number"] {
  padding-left: 45px; }

.checkout-row__hint_phone:not(:empty) {
  margin: .8rem 0;
  padding: 1rem;
  font-size: 1.4rem;
  font-family: "PapaSans-Regular", sans-serif;
  color: #fff;
  background-color: #900; }

.locator .locator__restaurants {
  display: none; }
.locator .postal_code_select {
  padding: 10px 0 10px 0; }
  .locator .postal_code_select label {
    font-size: 1.75rem;
    font-weight: bold;
    display: block;
    margin-bottom: .5rem; }
  .locator .postal_code_select .nice-select__container {
    width: 100%; }
    .locator .postal_code_select .nice-select__container .nice-select {
      width: 100%; }
      .locator .postal_code_select .nice-select__container .nice-select ul.list {
        overflow-y: scroll;
        max-height: 250px;
        width: inherit; }
  .locator .postal_code_select .search-container {
    display: flex;
    flex-direction: column; }
    .locator .postal_code_select .search-container .locator__postcode-inputbox {
      font-size: 1.4rem;
      line-height: 30px;
      font-weight: 400;
      height: 32px;
      border: solid 1px #0f9675;
      border-radius: .5rem;
      padding: 0 10px;
      outline: none;
      box-shadow: none;
      box-sizing: border-box;
      display: block;
      opacity: 0;
      height: 0;
      overflow: hidden;
      width: 100%;
      order: 2;
      position: absolute;
      left: 0; }
      @media screen and (max-width: 52.5em) {
        .locator .postal_code_select .search-container .locator__postcode-inputbox {
          display: none; } }
    .locator .postal_code_select .search-container .nice-select {
      order: 1; }
      .locator .postal_code_select .search-container .nice-select.open .list:has(+ .locator__postcode-inputbox) {
        margin-top: 33px; }
        @media screen and (max-width: 52.5em) {
          .locator .postal_code_select .search-container .nice-select.open .list:has(+ .locator__postcode-inputbox) {
            margin-top: 0; } }
      .locator .postal_code_select .search-container .nice-select.open .locator__postcode-inputbox {
        margin-top: .1rem;
        height: 32px;
        opacity: 1; }

.checkout-rewards .checkout-rewards__logo,
.checkout-rewards .checkout-rewards__content {
  display: inline-block;
  vertical-align: top;
  float: none; }
  @media screen and (max-width: 60em) {
    .checkout-rewards .checkout-rewards__logo,
    .checkout-rewards .checkout-rewards__content {
      width: 100%;
      display: block; } }
.checkout-rewards .checkout-rewards__content {
  width: 48%; }
  @media screen and (max-width: 60em) {
    .checkout-rewards .checkout-rewards__content {
      width: 100%;
      display: block;
      margin-top: 4rem;
      text-align: center; } }
.checkout-rewards .checkout-rewards__rules {
  display: flex;
  width: 100%;
  margin-top: 4rem; }
  @media screen and (max-width: 75em) {
    .checkout-rewards .checkout-rewards__rules {
      flex-direction: column;
      margin-top: 2rem; } }
.checkout-rewards .checkout-rewards__rules-column {
  box-sizing: border-box;
  padding: 0 2rem;
  width: 50%; }
  @media screen and (max-width: 75em) {
    .checkout-rewards .checkout-rewards__rules-column {
      width: 100%; }
      .checkout-rewards .checkout-rewards__rules-column + .checkout-rewards__rules-column {
        margin-top: 2rem; } }
  @media screen and (max-width: 60em) {
    .checkout-rewards .checkout-rewards__rules-column {
      padding: 0; } }
.checkout-rewards .checkout-rewards__rules-column-title {
  font-family: "PapaSans-MediumCondensed", sans-serif;
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 400;
  margin-bottom: 2rem;
  color: #000; }
  @media screen and (max-width: 80em) {
    .checkout-rewards .checkout-rewards__rules-column-title {
      font-size: 3rem;
      line-height: 4rem;
      margin-bottom: 1rem; } }
.checkout-rewards .checkout-rewards__rules-list li {
  color: #000;
  list-style-type: none;
  box-sizing: border-box;
  padding-left: 3rem;
  position: relative;
  line-height: 2.4rem; }
  .checkout-rewards .checkout-rewards__rules-list li:before {
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background-color: #238f69;
    content: '';
    display: block;
    position: absolute;
    top: .9rem;
    left: 0; }

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

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

/* footer link home*/
.footer__nav-links .footer__nav-item_home {
  display: none; }

/* 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__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: #148F6A;
    outline-color: #1abc8b;
    margin-bottom: 1.6rem;
    transition: all .3s ease; }
    .static-info__tab-content a:hover {
      color: #0e6249;
      outline-color: #1abc8b; }
.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: 52rem;
  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: 15rem;
      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: 15rem;
      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 #1abc8b;
      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 #1abc8b;
        float: none; }
        .static-info__form .form-row .nice-select__container .nice-select:hover {
          border: solid 1px #1abc8b; }
        .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: #148F6A;
    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: #148F6A;
  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: #148F6A;
      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_careers, .static-info.message-sent_contact-us {
  padding: 5.6rem 0 3.2rem; }
  .static-info.message-sent_careers .static-info__container, .static-info.message-sent_contact-us .static-info__container {
    width: 100%;
    max-width: 173rem; }
    .static-info.message-sent_careers .static-info__container a, .static-info.message-sent_contact-us .static-info__container a {
      text-decoration: none;
      color: #148F6A;
      outline-color: #1abc8b;
      transition: all .3s ease; }
      .static-info.message-sent_careers .static-info__container a:hover, .static-info.message-sent_contact-us .static-info__container a:hover {
        color: #0e6249;
        outline-color: #1abc8b; }
  .static-info.message-sent_careers .static-info__content, .static-info.message-sent_contact-us .static-info__content {
    width: 50%;
    padding: 0; }
  .static-info.message-sent_careers .static-info__img, .static-info.message-sent_contact-us .static-info__img {
    width: 50%;
    margin: 0;
    padding-right: 1.6rem;
    box-sizing: border-box; }
  .static-info.message-sent_careers h1, .static-info.message-sent_contact-us h1 {
    font-size: 3.8rem;
    line-height: 1; }
  .static-info.message-sent_careers p, .static-info.message-sent_contact-us p {
    margin-bottom: 0; }
  @media screen and (max-width: 52.5em) {
    .static-info.message-sent_careers, .static-info.message-sent_contact-us {
      padding: 2rem 0 2rem; }
      .static-info.message-sent_careers .static-info__container, .static-info.message-sent_contact-us .static-info__container {
        flex-direction: column; }
      .static-info.message-sent_careers .static-info__img, .static-info.message-sent_contact-us .static-info__img {
        width: 100%;
        margin: 0;
        padding: 0; }
      .static-info.message-sent_careers .static-info__content, .static-info.message-sent_contact-us .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: #148F6A;
    outline-color: #1abc8b;
    transition: all .3s ease; }
    .static-info_opening-soon a:hover {
      color: #0e6249;
      outline-color: #1abc8b; }
  @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: #148F6A; }
    .static-nav__item_active .static-nav__link:after {
      border-left-color: #148F6A; }
  .static-nav ul li {
    padding-left: 0;
    margin-bottom: 0; }
    .static-nav ul li:before {
      display: none; }

.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: #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: #0f9675 !important; }
      .static-nav-mobile__select .list:hover .option.selected:not(:hover) {
        background-color: #0f9675 !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; }

.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 {
  margin-bottom: 1.6rem; }
.static-contacts__shop-address {
  font-weight: normal;
  margin-bottom: 1.6rem; }
.static-contacts__shop-email {
  color: #148F6A;
  outline-color: #1abc8b;
  text-decoration: none;
  transition: all .3s ease; }
  .static-contacts__shop-email:hover {
    text-decoration: none;
    color: #0e6249; }

.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 {
    width: 33.33%; }
    @media screen and (max-width: 52.5em) {
      .triple-columns__module {
        width: 100%; } }

.promo {
  box-sizing: border-box;
  padding: 0 1.25rem; }
  .promo:first-child {
    padding-left: 0;
    padding-right: 2.5rem; }
  .promo:last-child {
    padding-right: 0;
    padding-left: 2.5rem; }
  @media screen and (max-width: 52.5em) {
    .promo {
      padding: 0; }
      .promo:first-child {
        padding: 0; }
      .promo:last-child {
        padding: 0; } }
  .promo .promo__title {
    font-family: "PapaSans-MediumCondensed", sans-serif;
    font-size: 3.8rem;
    font-weight: normal;
    line-height: 1;
    color: #2b2b2b;
    margin-bottom: 2.2rem; }
    @media screen and (max-width: 108.125em) {
      .promo .promo__title {
        font-size: 2.6rem; } }
  .promo__list {
    margin-bottom: 1.2rem; }
  .promo__item {
    font-family: "PapaSans-Regular", sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2.4rem;
    list-style: none;
    box-sizing: border-box;
    padding-left: 1.6rem;
    position: relative;
    color: #606060; }
    .promo__item:before {
      display: block;
      content: '';
      width: .6rem;
      height: .6rem;
      border-radius: 50%;
      background-color: #238f69;
      position: absolute;
      top: 1rem;
      left: 0; }
  .promo__item + .promo__item {
    margin-top: 1.1rem; }
  .promo .promo__helper {
    font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 100;
    line-height: 2.4rem;
    color: #626262;
    margin-bottom: 1.6rem; }

.rewards-banner {
  box-sizing: border-box;
  padding: 6.4rem 2rem 6.9rem;
  text-align: center;
  background: #8c1914 url(/assets-images/rewards-cta-bg-2560.jpg) no-repeat center top;
  background-size: cover;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  @media screen and (max-width: 108.125em) {
    .rewards-banner {
      background: #8c1914 url(/assets-images/rewards-cta-bg.jpg) no-repeat center top;
      background-size: cover; } }
  @media screen and (max-width: 108.125em) {
    .rewards-banner {
      max-width: 127.5rem;
      margin-left: auto;
      margin-right: auto; } }
  .rewards-banner .rewards-banner__title {
    font-family: "PapaSans-MediumCondensed", sans-serif;
    font-size: 4.8rem;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 2rem; }
  .rewards-banner__button {
    font-family: "PapaSans-MediumCondensed", sans-serif;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 2.4rem;
    padding: 1.2rem 1.6rem;
    box-sizing: border-box;
    border: none;
    outline: none;
    box-shadow: none;
    color: #fff;
    background-color: #148F6A;
    transition: all .3s ease;
    border-radius: .6rem;
    cursor: pointer;
    min-width: 27rem;
    text-decoration: none;
    display: inline-flex;
    justify-content: center; }
    .rewards-banner__button:hover {
      background-color: #117959; }

.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; }
    @media screen and (max-width: 52.5em) {
      .sitemap .static-info__container {
        padding: 2rem; } }
  .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; }
  @media screen and (max-width: 52.5em) {
    .pages {
      margin-top: 4rem; } }
  .pages__block {
    width: 30%; }
    @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: #1abc8b; }

/* TABS */
.tabs {
  margin-top: 3.2rem; }
  .tabs__header {
    margin-bottom: 3.2rem; }
  .tabs__list {
    border-bottom: 2px solid #148F6A;
    display: flex;
    flex-wrap: wrap; }
  .tabs__item,
  .tabs .tabs__item {
    margin-bottom: 0; }
    .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: #148F6A; }
      @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: 2.4rem;
    font-family: "PapaSans-MediumCondensed", sans-serif;
    color: #148F6A;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1;
    padding: 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: #148F6A; }
    @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;
  padding-top: 2rem; }
  .tab-content .tab-content__title {
    font-family: "PapaSans-MediumCondensed", sans-serif;
    font-size: 3rem;
    color: #2b2b2b;
    margin-bottom: 2.4rem; }
  .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;
  box-sizing: border-box;
  gap: 2.4rem 1.9rem; }
  @media screen and (max-width: 108.125em) {
    .ingredients {
      gap: 2.4rem 2.1rem; } }
  @media screen and (max-width: 68.75em) {
    .ingredients {
      gap: 2.4rem 2.4rem; } }

.ingredient {
  width: calc(16.66% - 1.6rem); }
  @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: 40.5em) {
    .ingredient {
      width: calc(50% - 1.6rem); } }
  @media screen and (max-width: 26.25em) {
    .ingredient {
      width: 100%;
      text-align: center; } }
  .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; }

/* 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; } }
  @media screen and (max-width: 48em) {
    .restaurants__map {
      display: block;
      padding-bottom: 0; }
    .restaurants__button {
      display: none; } }

.restaurant-details {
  display: none !important; }

.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: #148f6a; }
    .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: #148F6A;
    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: #148F6A;
    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; }

.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; }
    @media screen and (max-width: 52.5em) {
      .privacy .static-info__container,
      .terms .static-info__container {
        padding: 2rem 2rem 1rem; } }
  .privacy h3,
  .terms h3 {
    font-family: "PapaSans-MediumCondensed", sans-serif;
    font-size: 4.8rem;
    font-weight: normal;
    line-height: 1;
    color: #2b2b2b;
    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: #2b2b2b;
    margin-bottom: 2rem;
    text-transform: none; }
  .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: #148F6A;
    text-decoration: none; }
    .privacy a:hover,
    .terms a:hover {
      color: #0e6249;
      outline-color: #1abc8b; }
  .privacy ul, .privacy ol,
  .terms ul,
  .terms ol {
    margin-bottom: 1.6rem; }
  .privacy li,
  .terms li {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #000;
    list-style: lower-roman;
    list-style-position: inside; }
  .privacy ul li,
  .terms ul li {
    list-style-type: none;
    padding-left: 0;
    color: #000; }
    .privacy ul li:before,
    .terms ul li:before {
      display: none; }
  .privacy ol li,
  .terms ol li {
    list-style: decimal;
    list-style-position: inside; }

.page_terms_and_conditions .footer__link[href='/terms_and_conditions'] {
  color: #f1f1f1;
  border-bottom: 1px solid rgba(254, 254, 254, 0.3);
  box-sizing: border-box; }
.page_terms_and_conditions .terms ul li {
  list-style-type: none;
  padding-left: 1.6rem;
  color: #000; }
  .page_terms_and_conditions .terms ul li:before {
    display: block;
    background-color: #000;
    width: .6rem;
    height: .6rem;
    top: 1rem; }

.page_privacy_policy .footer__link[href='/privacy_policy'] {
  color: #f1f1f1;
  border-bottom: 1px solid rgba(254, 254, 254, 0.3);
  box-sizing: border-box; }

.page_about_us .footer__link[href='/about_us'] {
  color: #f1f1f1;
  border-bottom: 1px solid rgba(254, 254, 254, 0.3);
  box-sizing: border-box; }
.page_about_us h3 {
  font-size: 2.8rem; }

.page_our_pizza .footer__link[href='/our_pizza'] {
  color: #f1f1f1;
  border-bottom: 1px solid rgba(254, 254, 254, 0.3);
  box-sizing: border-box; }
.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_fresh_dough .footer__link[href='/fresh_dough'] {
  color: #f1f1f1;
  border-bottom: 1px solid rgba(254, 254, 254, 0.3);
  box-sizing: border-box; }

.page_ingredients ul li.tabs__item,
.page_ingredients ul li.ingredient {
  padding-left: 0; }
  .page_ingredients ul li.tabs__item:before,
  .page_ingredients ul li.ingredient:before {
    display: none; }
.page_ingredients .footer__link[href='/ingredients'] {
  color: #f1f1f1;
  border-bottom: 1px solid rgba(254, 254, 254, 0.3);
  box-sizing: border-box; }
@media screen and (max-width: 20em) {
  .page_ingredients .ingredients__title {
    word-break: break-word; } }

.page_quality_guarantee .footer__link[href='/quality_guarantee'] {
  color: #f1f1f1;
  border-bottom: 1px solid rgba(254, 254, 254, 0.3);
  box-sizing: border-box; }

.page_sitemap .footer__link[href='/sitemap'] {
  color: #f1f1f1;
  border-bottom: 1px solid rgba(254, 254, 254, 0.3);
  box-sizing: border-box; }

.page_papa_rewards .footer__link[href='/papa_rewards'] {
  color: #f1f1f1;
  border-bottom: 1px solid rgba(254, 254, 254, 0.3);
  box-sizing: border-box; }
.page_papa_rewards .footer {
  margin-top: 2rem; }
.page_papa_rewards .static-info__img {
  margin: 0 auto 1.6rem;
  display: block; }

.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_find_us .static-info__tab-content {
  border-left: none;
  padding-left: 0; }
.page_find_us .footer__link[href='/find_us'] {
  color: #f1f1f1;
  border-bottom: 1px solid rgba(254, 254, 254, 0.3);
  box-sizing: border-box; }

.page_find_us .footer,
.page_opening_soon .footer,
.page_contact_us .footer,
.page_careers .footer,
.page_papa_rewards .footer,
.page_about_us .footer,
.page_our_pizza .footer,
.page_fresh_dough .footer,
.page_ingredients .footer,
.page_quality_guarantee .footer,
.page_privacy_policy .footer,
.page_terms_and_conditions .footer,
.page_sitemap .footer {
  margin-top: 0; }
  .page_find_us .footer__nav-item_home,
  .page_opening_soon .footer__nav-item_home,
  .page_contact_us .footer__nav-item_home,
  .page_careers .footer__nav-item_home,
  .page_papa_rewards .footer__nav-item_home,
  .page_about_us .footer__nav-item_home,
  .page_our_pizza .footer__nav-item_home,
  .page_fresh_dough .footer__nav-item_home,
  .page_ingredients .footer__nav-item_home,
  .page_quality_guarantee .footer__nav-item_home,
  .page_privacy_policy .footer__nav-item_home,
  .page_terms_and_conditions .footer__nav-item_home,
  .page_sitemap .footer__nav-item_home {
    display: inline-block; }
.page_find_us .mobile-topbar,
.page_opening_soon .mobile-topbar,
.page_contact_us .mobile-topbar,
.page_careers .mobile-topbar,
.page_papa_rewards .mobile-topbar,
.page_about_us .mobile-topbar,
.page_our_pizza .mobile-topbar,
.page_fresh_dough .mobile-topbar,
.page_ingredients .mobile-topbar,
.page_quality_guarantee .mobile-topbar,
.page_privacy_policy .mobile-topbar,
.page_terms_and_conditions .mobile-topbar,
.page_sitemap .mobile-topbar {
  display: none; }
  @media screen and (max-width: 52.5em) {
    .page_find_us .mobile-topbar,
    .page_opening_soon .mobile-topbar,
    .page_contact_us .mobile-topbar,
    .page_careers .mobile-topbar,
    .page_papa_rewards .mobile-topbar,
    .page_about_us .mobile-topbar,
    .page_our_pizza .mobile-topbar,
    .page_fresh_dough .mobile-topbar,
    .page_ingredients .mobile-topbar,
    .page_quality_guarantee .mobile-topbar,
    .page_privacy_policy .mobile-topbar,
    .page_terms_and_conditions .mobile-topbar,
    .page_sitemap .mobile-topbar {
      display: block; } }
  .page_find_us .mobile-topbar__buttons,
  .page_opening_soon .mobile-topbar__buttons,
  .page_contact_us .mobile-topbar__buttons,
  .page_careers .mobile-topbar__buttons,
  .page_papa_rewards .mobile-topbar__buttons,
  .page_about_us .mobile-topbar__buttons,
  .page_our_pizza .mobile-topbar__buttons,
  .page_fresh_dough .mobile-topbar__buttons,
  .page_ingredients .mobile-topbar__buttons,
  .page_quality_guarantee .mobile-topbar__buttons,
  .page_privacy_policy .mobile-topbar__buttons,
  .page_terms_and_conditions .mobile-topbar__buttons,
  .page_sitemap .mobile-topbar__buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .page_find_us .mobile-topbar__buttons:after, .page_find_us .mobile-topbar__buttons:before,
    .page_opening_soon .mobile-topbar__buttons:after,
    .page_opening_soon .mobile-topbar__buttons:before,
    .page_contact_us .mobile-topbar__buttons:after,
    .page_contact_us .mobile-topbar__buttons:before,
    .page_careers .mobile-topbar__buttons:after,
    .page_careers .mobile-topbar__buttons:before,
    .page_papa_rewards .mobile-topbar__buttons:after,
    .page_papa_rewards .mobile-topbar__buttons:before,
    .page_about_us .mobile-topbar__buttons:after,
    .page_about_us .mobile-topbar__buttons:before,
    .page_our_pizza .mobile-topbar__buttons:after,
    .page_our_pizza .mobile-topbar__buttons:before,
    .page_fresh_dough .mobile-topbar__buttons:after,
    .page_fresh_dough .mobile-topbar__buttons:before,
    .page_ingredients .mobile-topbar__buttons:after,
    .page_ingredients .mobile-topbar__buttons:before,
    .page_quality_guarantee .mobile-topbar__buttons:after,
    .page_quality_guarantee .mobile-topbar__buttons:before,
    .page_privacy_policy .mobile-topbar__buttons:after,
    .page_privacy_policy .mobile-topbar__buttons:before,
    .page_terms_and_conditions .mobile-topbar__buttons:after,
    .page_terms_and_conditions .mobile-topbar__buttons:before,
    .page_sitemap .mobile-topbar__buttons:after,
    .page_sitemap .mobile-topbar__buttons:before {
      display: none; }
    @media screen and (max-width: 30em) {
      .page_find_us .mobile-topbar__buttons,
      .page_opening_soon .mobile-topbar__buttons,
      .page_contact_us .mobile-topbar__buttons,
      .page_careers .mobile-topbar__buttons,
      .page_papa_rewards .mobile-topbar__buttons,
      .page_about_us .mobile-topbar__buttons,
      .page_our_pizza .mobile-topbar__buttons,
      .page_fresh_dough .mobile-topbar__buttons,
      .page_ingredients .mobile-topbar__buttons,
      .page_quality_guarantee .mobile-topbar__buttons,
      .page_privacy_policy .mobile-topbar__buttons,
      .page_terms_and_conditions .mobile-topbar__buttons,
      .page_sitemap .mobile-topbar__buttons {
        flex-direction: column; } }
  .page_find_us .mobile-topbar__call,
  .page_opening_soon .mobile-topbar__call,
  .page_contact_us .mobile-topbar__call,
  .page_careers .mobile-topbar__call,
  .page_papa_rewards .mobile-topbar__call,
  .page_about_us .mobile-topbar__call,
  .page_our_pizza .mobile-topbar__call,
  .page_fresh_dough .mobile-topbar__call,
  .page_ingredients .mobile-topbar__call,
  .page_quality_guarantee .mobile-topbar__call,
  .page_privacy_policy .mobile-topbar__call,
  .page_terms_and_conditions .mobile-topbar__call,
  .page_sitemap .mobile-topbar__call {
    box-shadow: 0px 0px 5px 0px rgba(98, 98, 98, 0.75); }
  .page_find_us .mobile-topbar__link,
  .page_opening_soon .mobile-topbar__link,
  .page_contact_us .mobile-topbar__link,
  .page_careers .mobile-topbar__link,
  .page_papa_rewards .mobile-topbar__link,
  .page_about_us .mobile-topbar__link,
  .page_our_pizza .mobile-topbar__link,
  .page_fresh_dough .mobile-topbar__link,
  .page_ingredients .mobile-topbar__link,
  .page_quality_guarantee .mobile-topbar__link,
  .page_privacy_policy .mobile-topbar__link,
  .page_terms_and_conditions .mobile-topbar__link,
  .page_sitemap .mobile-topbar__link {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 4.6rem;
    color: #fff;
    box-sizing: border-box;
    padding: 0 1.5rem;
    text-decoration: none;
    text-transform: uppercase; }
    .page_find_us .mobile-topbar__link_halal:after,
    .page_opening_soon .mobile-topbar__link_halal:after,
    .page_contact_us .mobile-topbar__link_halal:after,
    .page_careers .mobile-topbar__link_halal:after,
    .page_papa_rewards .mobile-topbar__link_halal:after,
    .page_about_us .mobile-topbar__link_halal:after,
    .page_our_pizza .mobile-topbar__link_halal:after,
    .page_fresh_dough .mobile-topbar__link_halal:after,
    .page_ingredients .mobile-topbar__link_halal:after,
    .page_quality_guarantee .mobile-topbar__link_halal:after,
    .page_privacy_policy .mobile-topbar__link_halal:after,
    .page_terms_and_conditions .mobile-topbar__link_halal:after,
    .page_sitemap .mobile-topbar__link_halal:after {
      content: '';
      display: inline-block;
      height: 4.6rem;
      margin-left: .5rem;
      vertical-align: top;
      width: 2.6rem;
      background: url("/assets-images/icon-halal-sm.png") no-repeat center center; }
    .page_find_us .mobile-topbar__link_main,
    .page_opening_soon .mobile-topbar__link_main,
    .page_contact_us .mobile-topbar__link_main,
    .page_careers .mobile-topbar__link_main,
    .page_papa_rewards .mobile-topbar__link_main,
    .page_about_us .mobile-topbar__link_main,
    .page_our_pizza .mobile-topbar__link_main,
    .page_fresh_dough .mobile-topbar__link_main,
    .page_ingredients .mobile-topbar__link_main,
    .page_quality_guarantee .mobile-topbar__link_main,
    .page_privacy_policy .mobile-topbar__link_main,
    .page_terms_and_conditions .mobile-topbar__link_main,
    .page_sitemap .mobile-topbar__link_main {
      background-color: #0f9675; }
    @media screen and (max-width: 30em) {
      .page_find_us .mobile-topbar__link,
      .page_opening_soon .mobile-topbar__link,
      .page_contact_us .mobile-topbar__link,
      .page_careers .mobile-topbar__link,
      .page_papa_rewards .mobile-topbar__link,
      .page_about_us .mobile-topbar__link,
      .page_our_pizza .mobile-topbar__link,
      .page_fresh_dough .mobile-topbar__link,
      .page_ingredients .mobile-topbar__link,
      .page_quality_guarantee .mobile-topbar__link,
      .page_privacy_policy .mobile-topbar__link,
      .page_terms_and_conditions .mobile-topbar__link,
      .page_sitemap .mobile-topbar__link {
        display: block;
        width: 100%;
        text-align: center; } }

@media screen and (max-width: 26.25em) {
  .page_ingredients .ingredients .tab-content__title {
    text-align: center; } }

.locator__postcode-title {
  font-size: 2rem;
  font-family: "PapaSans-MediumCondensed", sans-serif;
  color: #000;
  font-weight: 400;
  margin: 2rem 0 1rem 0; }

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

.category__subcategory .category__description {
  margin-bottom: 2rem; }

/* Hide MENU word at the beginning of the categories list - ONLY in One Page Menu mode */
.page_menu .category__header {
  display: none; }
