@charset "UTF-8";
/* ==========================================================================
   GENERAL
   ========================================================================== */
/* Imports
   -------------------------------------------------------------------------- */
@font-face {
  font-family: 'fontello';
  src: url("/assets-fonts/fontello.woff2") format("woff2"), url("/assets-fonts/fontello.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* Fonts
   -------------------------------------------------------------------------- */
@font-face {
  font-family: 'DIN2014Regular';
  src: url("/assets-fonts/DIN2014Regular.woff2") format("woff2"), url("/assets-fonts/DIN2014Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/* Base fonts
   -------------------------------------------------------------------------- */
/* custom checkbox and radios mixin based on before and after elements */
body {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  box-sizing: border-box; }

input, select, textarea {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif; }

.content {
  margin: 0;
  padding-top: 6.2rem;
  padding-bottom: 30rem; }

.page_menu .content {
  padding-top: 5.3rem;
  padding-bottom: 4rem;
  background-color: #373737; }

.page_orders .content,
.page_account .content,
.page_edit_account .content,
.page_asiat .content {
  padding-top: 0; }

.page_asiat .content {
  padding-bottom: 0; }

.content__main {
  float: none;
  width: 100%; }

.content_index {
  padding-top: 0;
  padding-bottom: 0; }

.content__side.floater-fixed {
  display: none; }

@media screen and (max-width: 52.5em) {
  .content {
    padding-bottom: 6.2rem; } }
/* INDEX BANNER */
.index-banner {
  background-color: #2a2a2a;
  position: relative;
  z-index: 1; }

.index-banner__image {
  display: block;
  margin-right: 0;
  margin-left: auto;
  max-width: 143rem;
  width: 100%; }

.index-banner__image_mobile {
  display: none; }

.index-banner__content {
  max-width: 63rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0 2rem;
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translate(0, -50%); }

.index-banner__title {
  padding-left: 10rem;
  padding-top: 4.6rem;
  padding-bottom: .6rem;
  box-sizing: border-box;
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 6rem;
  color: #fff;
  text-transform: uppercase; }

@media screen and (max-width: 82em) {
  .index-banner__title {
    padding-top: 0;
    padding-left: 0;
    font-size: 3.2rem;
    line-height: 4rem; } }
.index-banner__separator {
  width: 100%;
  display: block;
  height: 1.3rem;
  background: url("/assets-images/title-separator-blue.png") top left 10rem no-repeat;
  margin-bottom: 1.5rem; }

@media screen and (max-width: 82em) {
  .index-banner__separator {
    background: url("/assets-images/title-separator-blue.png") top left no-repeat; } }
.index-banner__description {
  margin-top: 1.5rem;
  padding-left: 10rem;
  display: block;
  width: 100%;
  box-sizing: border-box;
  color: #fff; }

.index-banner__description p {
  margin: .5rem 0 0;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #fff; }

@media screen and (max-width: 82em) {
  .index-banner__description,
  .index-banner__description p,
  .index-banner__description h2 {
    padding-left: 0;
    font-size: 1.4rem;
    line-height: 2rem; } }
.index-banner__button {
  margin-top: 3rem;
  width: auto;
  height: 4rem;
  line-height: 4rem;
  padding: 0 2.2rem;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 10rem;
  border-radius: .2rem;
  background-color: #880853;
  box-shadow: 0px 0px 10px 9px rgba(254, 64, 18, 0.46);
  transition: box-shadow .3s ease; }

@media screen and (max-width: 82em) {
  .index-banner__button {
    margin-top: 2rem;
    margin-left: 0; } }
.index-banner__button:hover {
  text-decoration: none;
  box-shadow: 0px 0px 10px 9px rgba(254, 64, 18, 0); }

.index-banner__locator,
.index-locator {
  max-width: 55rem;
  position: relative;
  display: block;
  width: 100%;
  margin-top: 4rem;
  font-size: 0;
  box-sizing: border-box;
  padding-left: 0; }

.index-locator__title {
  display: none; }

@media screen and (max-width: 82em) {
  .index-banner__locator,
  .index-locator {
    margin-top: 3rem; } }
.index-banner__locator-wrapper,
.index-locator__wrapper {
  text-align: left;
  box-sizing: border-box;
  padding: 0;
  width: 100%; }

@media screen and (max-width: 91.25em) {
  .index-banner__image {
    border-radius: .4rem;
    margin-left: auto;
    margin-right: auto; } }
@media screen and (max-width: 80em) {
  .index-banner__locator,
  .index-locator {
    margin-top: 4rem; } }
@media screen and (max-width: 75em) {
  .index-banner__title {
    padding-top: 0; } }
@media screen and (max-width: 61.25em) {
  .index-banner__content {
    max-width: 100%;
    text-align: center;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%); }

  .index-banner__title {
    padding-bottom: 0;
    font-size: 3rem;
    line-height: 4rem;
    padding-left: 0; }

  .index-banner__separator {
    background-position: top center;
    margin-left: auto;
    margin-right: auto; }

  .index-banner__description,
  .index-banner__description p {
    font-size: 1.2rem;
    padding-left: 0; }

  .index-banner__button {
    margin-top: 2rem;
    margin-left: 0; }

  .index-banner__locator,
  .index-locator {
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto; } }
@media screen and (max-width: 52.5em) {
  .index-banner__content {
    position: static;
    text-align: left;
    transform: none;
    padding-top: 3rem; }

  .index-banner__locator,
  .index-locator {
    max-width: 38rem;
    margin-top: 0;
    margin-bottom: 2rem; }

  .index-banner__wrapper {
    overflow: visible;
    min-height: 40rem; }

  .index-banner__separator {
    margin-top: 1.4rem;
    background-position: left center; }

  .index-banner__description {
    margin-top: 2.2rem;
    padding-left: 0;
    padding-right: 0;
    text-align: left; }

  .index-banner__button,
  .page_index .index-banner__button {
    margin: 2rem auto 3rem; }

  .index-banner__image {
    display: none; }

  .index-banner__image_mobile {
    display: block;
    position: static;
    transform: none;
    margin: 0 auto;
    max-width: 100%;
    width: auto; }

  .index-banner__locator-button {
    font-size: 1rem; } }
@media screen and (max-width: 23.75em) {
  .index-banner__wrapper {
    min-height: 45rem; }

  .index-banner__content {
    min-height: 40rem;
    position: static;
    transform: none; }

  .page_index .locator__method,
  .page_index .index-locator__method {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    float: none; }

  .page_index .locator__method + .locator__method,
  .page_index .index-locator__method + .index-locator__method {
    margin-left: auto;
    margin-top: 5rem; }

  .page_index .locator__postcode {
    width: 100%;
    max-width: 100%;
    left: 50%;
    transform: translate(-50%, 0); } }
/* INDEX INFO */
.index-info {
  display: block;
  width: 100%;
  background-color: transparent;
  border-top: solid .1rem #2d1e33; }

.index-info:after {
  display: block;
  width: 100%;
  content: '';
  height: .4rem;
  background-color: #000; }

@media screen and (max-width: 52.5em) {
  .page_menu .index-info:after {
    display: none; } }
.page_index .index-info:after {
  display: none; }

.index-info__wrapper {
  max-width: 143rem;
  margin: 0 auto;
  padding-top: 5.9rem;
  padding-bottom: 5.9rem; }

.page_index .index-info__wrapper {
  margin: 0 0 0 auto; }

.index-info__list {
  font-size: 0; }

.index-info__item {
  padding-left: 10rem;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 30%;
  padding-right: 2.4rem; }

.index-info__item_app {
  position: relative;
  width: 36%; }

.index-info__item_commander {
  width: 34%; }

.index-info__item_app:before,
.index-info__item_app:after {
  display: block;
  content: '';
  width: .4rem;
  height: 8rem;
  border-radius: .2rem;
  background-color: #eee;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }

.index-info__item_app:before {
  left: -.2rem; }

.index-info__item_app:after {
  right: -.2rem; }

.index-info__item_click {
  background: url("/assets-images/index-info-click.png") center left 2.2rem no-repeat; }

.index-info__item_app {
  background: url("/assets-images/index-info-app.png") center left 2.9rem no-repeat; }

.index-info__item_commander {
  background: url("/assets-images/index-info-commander.png") center left 1.5rem no-repeat; }

.index-info__item-title {
  display: block;
  width: 100%;
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  font-size: 2rem;
  line-height: 3rem;
  text-transform: uppercase;
  margin: 0;
  color: #eee; }

.index-info__item-content {
  margin-top: 1.4rem;
  display: block;
  width: 100%; }

.index-info__item-content p {
  margin: 0;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  color: #eee; }

.index-info__btn {
  display: inline-block;
  vertical-align: top;
  width: 13.9rem;
  height: 4.4rem;
  text-decoration: none;
  cursor: pointer; }

.index-info__btn_ios {
  background: url("/assets-images/btn_apple.png") center center no-repeat; }

.index-info__btn_google {
  width: 14.8rem;
  background: url("/assets-images/btn_google.png") center center no-repeat;
  margin-left: .9rem; }

.index-info__item_app .index-info__item-content {
  margin-top: .9rem; }

@media screen and (max-width: 91.25em) {
  .index-info__wrapper,
  .page_index .index-info__wrapper {
    max-width: 96%;
    width: 100%;
    margin-left: auto;
    margin-right: auto; } }
@media screen and (max-width: 87.5em) {
  .index-info__wrapper,
  .page_index .index-info__wrapper {
    padding-top: 3.5rem;
    padding-bottom: 4.9rem; }

  .index-info__item,
  .page_index .index-info__item {
    margin-left: auto;
    margin-right: auto;
    padding: 6.5rem 1.2rem 0;
    background-position: top center; }

  .index-info__item-title,
  .page_index .index-info__item-title {
    text-align: center;
    margin-top: 1.6rem; }

  .index-info__item-content,
  .page_index .index-info__item-content {
    margin-top: 1.2rem;
    text-align: center; }

  .index-info__item_app:before,
  .index-info__item_app:after {
    top: 60%; } }
@media screen and (max-width: 68.75em) {
  .index-info__wrapper,
  .page_index .index-info__wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem; }

  .index-info__item-title,
  .page_index .index-info__item-title {
    font-size: 1.6rem;
    line-height: 2.4rem; }

  .index-info__item,
  .page_index .index-info__item,
  .index-info__item_app,
  .page_index .index-info__item_app {
    background-size: 5rem auto;
    padding-top: 5rem; }

  .index-info__item_app,
  .page_index .index-info__item_app {
    background-size: 3rem auto; }

  .index-info__item-content p {
    font-size: 1.2rem;
    line-height: 1.6rem; }

  .index-info__btn {
    width: 10.5rem;
    height: 3.3rem; }

  .index-info__btn_ios {
    background-size: 10.5rem 3.3rem; }

  .index-info__btn_google {
    width: 11.2rem;
    height: 3.3rem;
    background-size: 11.2rem 3.3rem; } }
@media screen and (max-width: 52.5em) {
  .index-info__list {
    text-align: center;
    max-width: 41.6rem;
    margin: 0 auto; }

  .index-info__item,
  .page_index .index-info__item {
    display: inline-block;
    width: auto; }

  .index-info__item_app,
  .page_index .index-info__item_app {
    margin: 3rem auto; }

  .index-info__item_app:before,
  .index-info__item_app:after,
  .page_index .index-info__item_app:before,
  .page_index .index-info__item_app:after {
    display: none; }

  .index-info__item,
  .page_index .index-info__item,
  .index-info__item_click,
  .index-info__item_app,
  .index-info__item_commander {
    padding: 2.3rem 0 2.3rem 10rem; }

  .index-info__item_click,
  .page_index .index-info__item_click {
    background-position: center left 2.2rem; }

  .index-info__item_app,
  .page_index .index-info__item_app {
    background-position: center left 2.9rem;
    margin: 0; }

  .index-info__item_app:before,
  .page_index .index-info__item_app:before,
  .index-info__item_app:after,
  .page_index .index-info__item_app:after {
    display: block;
    width: 100%;
    max-width: 41.6rem;
    height: .2rem;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0 auto;
    min-width: 41.6rem; }

  .index-info__item_app:after,
  .page_index .index-info__item_app:after {
    bottom: 0;
    top: auto;
    left: 50%;
    transform: translate(-50%, 0); }

  .page_index .index-info__item_commander,
  .index-info__item_commander {
    background-position: center left 1.5rem; }

  .index-info__item-title, .page_index .index-info__item-title {
    margin-top: 0;
    text-align: left; }

  .index-info__item-content, .page_index .index-info__item-content {
    margin-top: 1.4rem;
    text-align: left; } }
@media screen and (max-width: 30em) {
  .index-info__item_app:before,
  .page_index .index-info__item_app:before,
  .index-info__item_app:after,
  .page_index .index-info__item_app:after {
    min-width: 100%; } }
@media screen and (max-width: 23.75em) {
  .index-info__item_app,
  .page_index .index-info__item_app {
    background-position: center left 1.9rem;
    padding-left: 7rem; } }
/* INDEX CONTENT ROW INFO */
.content-row {
  background-color: transparent; }

.content-row_slider {
  background-color: #373737; }

.content-row_menu {
  padding-top: 6.9rem;
  padding-bottom: 3.1rem; }

.content-row__wrapper {
  margin: 0 0 0 auto;
  max-width: 160rem;
  font-size: 0;
  padding-top: 8.6rem; }

.content-row_slider .content-row__wrapper {
  padding-left: 11.1rem;
  max-width: 160rem;
  box-sizing: border-box; }

.content-row_carousel .content-row__wrapper {
  padding-top: 7.2rem;
  padding-left: 11.1rem;
  max-width: 160rem;
  box-sizing: border-box; }

.content-row__info,
.content-row__slider,
.content-row__carousel {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box; }

.content-row__image {
  display: block;
  margin: 0 auto; }

.content-row__image_mobile {
  display: none; }

.content-row__info {
  width: 34.2rem;
  padding-top: 5.5rem;
  padding-right: 3%; }

.content-row_carousel .content-row__info {
  padding-top: 9.8rem;
  padding-bottom: 9.8rem; }

.content-row__slider {
  width: calc(100% - 34.2rem); }

.content-row__carousel {
  width: calc(100% - 34.2rem);
  overflow: hidden; }

.content-row__info-title {
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: #fff;
  text-transform: uppercase;
  margin: 0; }

.content-row__info-separator {
  display: block;
  width: 100%;
  height: 1.3rem;
  margin-top: .5rem;
  margin-bottom: 1.6rem;
  background: url("/assets-images/title-separator-blue.png") left center no-repeat; }

.content-row__info-description {
  margin: 0; }

.content-row__info-description p {
  margin: 0;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #fff; }

@media screen and (max-width: 91.25em) {
  .content-row_slider .content-row__wrapper,
  .content-row_carousel .content-row__wrapper {
    padding-top: 4rem;
    padding-left: 2%; }

  .content-row_carousel .content-row__wrapper {
    padding-right: 2%; } }
@media screen and (max-width: 52.5em) {
  .content-row_carousel .content-row__wrapper {
    padding-right: 0; }

  .content-row__image {
    display: none; }

  .content-row__image_mobile {
    display: block;
    margin: 0 auto; }

  .content-row_slider .content-row__wrapper,
  .content-row_carousel .content-row__wrapper {
    padding-top: 4rem;
    padding-left: 0; }

  .content-row_slider .content-row__wrapper {
    display: flex;
    flex-direction: column;
    padding-top: 2rem; }

  .content-row_carousel .content-row__wrapper {
    display: flex;
    flex-direction: column;
    padding-top: 2.5rem;
    padding-bottom: 3.6rem; }

  .content-row__info,
  .content-row_carousel .content-row__info {
    width: 100%;
    display: block;
    padding-top: 0;
    padding-left: 10%;
    padding-right: 10%; }

  .content-row_slider .content-row__info {
    order: 2;
    padding-bottom: 3.4rem;
    text-align: center; }

  .content-row_carousel .content-row__info {
    order: 2;
    padding-bottom: 0; }

  .content-row_slider .content-row__info-title {
    font-size: 2.1rem;
    line-height: 3rem; }

  .content-row_carousel .content-row__info-title {
    text-align: center; }

  .content-row_slider .content-row__info-separator {
    background-position: top center; }

  .content-row_carousel .content-row__info-separator {
    background-position: top center; }

  .content-row_slider .content-row__info-description {
    font-size: 1.2rem;
    line-height: 1.6rem; }

  .content-row_carousel .content-row__info-description,
  .content-row_carousel .content-row__info-description p {
    text-align: center; }

  .content-row__slider,
  .content-row__carousel {
    width: 100%; }

  .content-row__slider {
    margin-top: 0;
    order: 1; }

  .content-row__carousel {
    margin-top: 0;
    order: 1; }

  .content-row__carousel {
    margin-top: 0; }

  .content-row__info-icon {
    margin-top: 1.5rem; } }
/* SPLIDE SLIDER */
.splide {
  position: relative; }

.splide__track {
  padding-bottom: 10.7rem;
  z-index: 4; }

@media screen and (max-width: 52.5em) {
  .splide__track {
    padding-bottom: 6rem; } }
.splide__pagination {
  margin-top: 4.3rem;
  margin-bottom: 5.3rem;
  display: inline-block;
  vertical-align: top;
  left: 50%;
  transform: translate(-50%, 0);
  width: auto; }

@media screen and (max-width: 52.5em) {
  .splide__pagination {
    margin-top: 2.45rem;
    margin-bottom: 2.45rem; } }
.splide__pagination li {
  margin-left: .5rem;
  margin-right: .5rem; }

.splide__pagination li:first-child {
  margin-left: 0; }

.splide__pagination li:last-child {
  margin-right: 0; }

.splide__pagination .splide__pagination__page {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  border: solid .1rem #00a0e7;
  background-color: #fff;
  padding: 0;
  box-sizing: border-box; }

.splide__pagination .splide__pagination__page.is-active {
  background-color: #00a0e7; }

.splide__pagination,
.splide__arrows {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 5; }

.splide__arrows {
  bottom: 3.7rem; }

@media screen and (max-width: 52.5em) {
  .splide__arrows {
    bottom: 1rem; } }
.splide__arrow {
  padding: 0;
  outline: none;
  border: none;
  width: 4.2rem;
  height: 4.2rem;
  position: relative;
  cursor: pointer;
  background-color: transparent; }

.splide__arrow + .splide__arrow {
  margin-left: 16rem; }

.splide__arrow svg {
  display: none; }

.splide__arrow:before {
  display: block;
  content: '';
  width: 4.2rem;
  height: 4.2rem;
  position: absolute;
  top: 0;
  left: 0; }

.splide__arrow--prev:before,
.splide__arrow--next:before {
  background: url("/assets-images/splide-pagination-arrow-icon-blue.png") center center no-repeat; }

.splide__arrow--next:before {
  transform: rotate(180deg); }

.splide__slide {
  margin-left: 5.3rem;
  overflow: hidden;
  border-radius: .2rem;
  border: solid .2rem transparent;
  position: relative; }

@media screen and (max-width: 52.5em) {
  .splide__slide {
    margin-left: 1.5rem; } }
.splide__slide:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 160, 231, 0), #00a0e7); }

.splide__slide.is-active {
  border: solid .2rem #00a0e7; }

.splide__product {
  position: relative;
  width: 28.4rem;
  max-width: 28.4rem;
  border-radius: .2rem;
  box-sizing: border-box;
  border: solid .1rem transparent;
  height: 100%; }

.splide__product-link {
  display: block;
  text-decoration: none;
  background-color: #2d2d2d;
  text-align: center;
  padding-bottom: 7.3rem;
  position: relative;
  height: 100%;
  box-sizing: border-box; }

.splide__product-link:hover {
  text-decoration: none; }

.splide__product-link:after {
  display: block;
  content: '+';
  width: 5.6rem;
  height: 4.8rem;
  text-align: center;
  border-radius: .2rem 0 0 0;
  background-color: #00a0e7;
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 4.8rem;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0; }

.splide__product-picture {
  display: block;
  margin: 0 auto; }

.splide__product-name {
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  color: #fff;
  padding-top: .5rem;
  text-align: center;
  display: block;
  box-sizing: border-box;
  padding-left: .5rem;
  padding-right: .5rem; }

.splide__slide.is-active .splide__product-name {
  color: #00a0e7; }

.splide__product-description {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 .5rem;
  text-align: center;
  margin-top: .6rem; }

.splide__product-description p {
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #fff; }

.splide__product-bottom {
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 0;
  position: absolute;
  bottom: 1.4rem; }

.splide__product-price {
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-size: 3.6rem;
  line-height: 4rem;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  float: none; }

@media screen and (max-width: 31.25em) {
  .splide__arrows {
    width: 100%;
    left: 0;
    transform: none;
    text-align: center; } }
/* CAROUSEL SLIDER */
.gallery {
  position: relative; }

.gallery-container {
  max-width: 86.6rem;
  height: 57rem; }

.gallery-item {
  width: 100%;
  max-width: 27.4rem;
  height: auto;
  min-height: 35rem;
  border-radius: .6rem;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: none;
  border: solid .2rem transparent; }

.gallery-item:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 160, 231, 0), #00a0e7);
  z-index: 1; }

.gallery-item:after {
  display: block;
  content: '';
  width: calc(100% - .2rem);
  height: 100%;
  position: absolute;
  bottom: .1rem;
  left: .1rem;
  background-color: #373737;
  z-index: 2; }

.gallery-item.gallery-item-previous,
.gallery-item.gallery-item-selected,
.gallery-item.gallery-item-next,
.gallery-item.gallery-item-first,
.gallery-item.gallery-item-last {
  width: 100%;
  max-width: 27.4rem;
  height: auto;
  min-height: 35rem;
  box-shadow: none;
  border: solid .2rem transparent; }

.gallery-item.gallery-item-selected {
  border: solid .2rem #00a0e7;
  top: 12.2rem; }

.gallery-item.gallery-item-previous {
  left: 0; }

.gallery-item.gallery-item-next {
  left: calc(100% - 27.4rem); }

.gallery-item.gallery-item-previous,
.gallery-item.gallery-item-next {
  transform: translateX(0);
  top: 7.6rem; }

.gallery-item.gallery-item-first {
  left: 13.7rem; }

.gallery-item.gallery-item-last {
  left: calc(100% - 41.1rem); }

.gallery-item.gallery-item-first,
.gallery-item.gallery-item-last {
  opacity: .38;
  top: 0;
  transform: translateX(0); }

.gallery-item__icon {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: .2rem 0 0 0;
  background-color: #00a0e7;
  text-align: center;
  width: 5.6rem;
  height: 4.8rem;
  z-index: 3; }

.gallery-item__icon:after {
  display: block;
  width: 100%;
  content: '+';
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-size: 3.6rem;
  line-height: 4.8rem;
  color: #fff;
  z-index: 4; }

.gallery-item__title {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 .5rem;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 5.6rem;
  z-index: 5; }

.gallery-item__image {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: auto;
  z-index: 6; }

.gallery-item__link,
.gallery-item__link:hover {
  text-decoration: none;
  display: block; }

.gallery-controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 2.3rem 0 3.1rem; }

.gallery-controls .gallery-controls-previous,
.gallery-controls .gallery-controls-next {
  display: block;
  width: 4.2rem;
  height: 4.2rem;
  margin: 0;
  overflow: hidden;
  padding: 0 0 0 4.2rem;
  position: relative;
  background-color: transparent; }

.gallery-controls-previous + .gallery-controls-next {
  margin-left: 11.5rem; }

.gallery-controls-previous:before,
.gallery-controls-next:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 4.2rem;
  height: 4.2rem;
  padding: 0;
  border: none;
  transform: none; }

.gallery-controls-previous:before {
  background: url("/assets-images/splide-pagination-arrow-icon-blue.png") center center no-repeat; }

.gallery-controls-previous:hover::before {
  left: 0; }

.gallery-controls-next:before {
  background: url("/assets-images/splide-pagination-arrow-icon-blue.png") center center no-repeat;
  transform: rotate(180deg); }

.gallery-controls-next:hover::before {
  right: auto; }

.gallery-nav {
  bottom: 4.7rem; }

.gallery-nav li {
  width: 1.1rem;
  height: 1.1rem;
  background-color: #fff;
  margin: 0 .5rem;
  box-sizing: border-box;
  border: solid .1rem #00a0e7;
  border-radius: 50%; }

.gallery-nav li.gallery-item-selected {
  background-color: #00a0e7; }

@media screen and (max-width: 75em) {
  .gallery-item.gallery-item-previous,
  .gallery-item.gallery-item-next {
    top: 3.4rem;
    opacity: .22; }

  .gallery-item.gallery-item-previous {
    left: 50%;
    transform: translateX(-125%); }

  .gallery-item.gallery-item-next {
    left: 50%;
    transform: translateX(25%); }

  .gallery-item.gallery-item-first,
  .gallery-item.gallery-item-last {
    opacity: 0;
    left: 50%;
    transform: translateX(-50%); }

  .gallery-item.gallery-item-first {
    left: 50%; }

  .gallery-item.gallery-item-last {
    left: 50%; } }
@media screen and (max-width: 66.25em) {
  .gallery-item.gallery-item-previous {
    transform: translateX(-115%); }

  .gallery-item.gallery-item-next {
    transform: translateX(15%); } }
@media screen and (max-width: 52.5em) {
  .gallery-controls {
    margin-top: 0;
    bottom: 2rem;
    margin-bottom: 0; }

  .gallery-nav {
    bottom: 3.6rem; } }
@media screen and (max-width: 40em) {
  .gallery {
    height: 55rem;
    overflow: hidden; }

  .gallery-container {
    width: 52rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0); }

  .gallery-nav {
    bottom: 5.6rem; } }
/* MENU SET */
.menu-set {
  font-size: 0;
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 160rem; }

.menu-set__product {
  border-radius: .4rem;
  overflow: hidden;
  margin: 0 2rem 5.2rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: solid .1rem transparent;
  z-index: 3;
  min-width: 25.6rem;
  min-height: 28.9rem; }

.menu-set__product:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 160, 231, 0), #00a0e7);
  z-index: 1; }

.menu-set__product:after {
  display: block;
  content: '';
  width: calc(100% - .2rem);
  height: 100%;
  position: absolute;
  left: .1rem;
  bottom: .1rem;
  background-color: #373737;
  z-index: 2; }

.menu-set__product_selected .menu-set__title {
  color: #00a0e7; }

.menu-set__image {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 3; }

.menu-set__product:nth-child(5n + 4),
.menu-set__product:nth-child(5n + 2) {
  margin-top: 2.2rem; }

.menu-set__title {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 0 .5rem;
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 1.4rem;
  z-index: 4; }

.menu-set__link,
.menu-set__link:hover {
  text-decoration: none; }

@media screen and (max-width: 95em) {
  .menu-set__product {
    margin: 0 2.4rem 4rem; }

  .menu-set__product:nth-child(5n + 4),
  .menu-set__product:nth-child(5n + 2) {
    margin-top: 0; }

  .menu-set__product:nth-child(2n),
  .menu-set__product:nth-child(9n) {
    margin-top: 1.8rem; }

  .menu-set__product:nth-child(10n) {
    margin-top: 0; } }
@media screen and (max-width: 80em) {
  .menu-set__product {
    margin: 0 1.6rem 4rem; } }
@media screen and (max-width: 75em) {
  .menu-set__product {
    margin: 0 2.4rem 4rem; }

  .menu-set__product:nth-child(n) {
    margin-top: 0; }

  .menu-set__product:nth-child(2),
  .menu-set__product:nth-child(5),
  .menu-set__product:nth-child(8),
  .menu-set__product:nth-child(10) {
    margin-top: 1.8rem; } }
@media screen and (max-width: 60em) {
  .menu-set__product {
    margin: 0 1.2rem 4rem; } }
@media screen and (max-width: 55em) {
  .menu-set__product {
    margin: 0 2.4rem 4rem; }

  .menu-set__product:nth-child(n) {
    margin-top: 0; }

  .menu-set__product:nth-child(2n) {
    margin-top: 1.8rem; } }
@media screen and (max-width: 40em) {
  .menu-set__product {
    width: calc(50% - 2.4rem);
    margin-left: 1.2rem;
    margin-right: 1.2rem;
    max-width: 20.5rem;
    min-width: 20.5rem;
    min-height: 23.11rem;
    margin-bottom: 1.5rem; } }
@media screen and (max-width: 28.75em) {
  .menu-set__title {
    font-size: 1.1rem; } }
@media screen and (max-width: 22.5em) {
  .menu-set__title {
    font-size: 1rem; } }
/* INDEX CONNECTED CUSTOMER WIDGET */
.index-connected-customer {
  box-sizing: border-box;
  padding-top: 2.6rem;
  padding-bottom: 2.6rem;
  background-color: transparent; }

.index-connected-customer__wrapper {
  max-width: 143rem;
  margin-left: auto;
  margin-right: 0;
  box-sizing: border-box;
  padding-right: 1.6rem; }

.index-connected-customer__items {
  font-size: 0;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center; }

.index-connected-customer__item {
  width: 32%;
  margin-right: 0;
  float: none;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding: 1.6rem 4rem 6.6rem;
  border-radius: 0;
  overflow: hidden;
  background-color: #fff; }

.index-connected-customer__item:nth-child(2) {
  margin-left: 2%;
  margin-right: 2%; }

.index-connected-customer__item_variant {
  text-align: center;
  border: none;
  background-color: #373737; }

.index-connected-customer__title {
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  font-size: 2.4rem;
  line-height: 3.6rem;
  text-transform: capitalize;
  color: #373737;
  text-align: center; }

.index-connected-customer__item_variant .index-connected-customer__title {
  color: #fff; }

.index-connected-customer__item:last-child .index-connected-customer__title span {
  display: inline-block;
  vertical-align: top;
  padding-right: 4rem;
  box-sizing: border-box;
  background: url("/assets-images/ccw-favourites-icon-blue.png") right center no-repeat; }

.index-connected-customer__content {
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #373737;
  margin-top: 1.1rem; }

.index-connected-customer__item_variant .index-connected-customer__content {
  color: #fff; }

.index-connected-customer__buttons {
  font-size: 0;
  margin-top: 2.7rem;
  position: absolute;
  left: 0;
  bottom: 1.1rem;
  width: 100%;
  text-align: center; }

.index-connected-customer__item_variant .index-connected-customer__buttons {
  left: 50%;
  transform: translate(-50%, 0); }

.index-connected-customer__button {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  font-family: '$base-din-font', Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  height: 2.8rem;
  border-radius: 0;
  color: #fff;
  background-color: #00a0e7;
  border: solid .1rem #00a0e7;
  text-align: center;
  width: 12rem;
  text-decoration: none;
  text-transform: none; }

.index-connected-customer__item_variant .index-connected-customer__button {
  color: #fff;
  background-color: transparent; }

.index-connected-customer__button:hover {
  text-decoration: none; }

.index-connected-customer__button_other {
  color: #00a0e7;
  background-color: #fff;
  margin-left: 4.4rem; }

@media screen and (max-width: 91.25em) {
  .index-connected-customer__wrapper {
    max-width: 96%;
    padding-right: 0;
    margin-right: auto; } }
@media screen and (max-width: 71.25em) {
  .index-connected-customer__item {
    padding-left: 1%;
    padding-right: 1%; }

  .index-connected-customer__buttons {
    left: 0;
    text-align: center;
    width: 100%; } }
@media screen and (max-width: 62em) {
  .index-connected-customer__button_other {
    margin-left: 1rem; } }
@media screen and (max-width: 52.5em) {
  .index-connected-customer__items {
    display: block; }

  .index-connected-customer__item {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    width: 100%;
    min-height: 13.6rem; }

  .index-connected-customer__item:nth-child(2) {
    margin-left: auto;
    margin-right: auto; }

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

  .index-connected-customer__buttons {
    left: 0;
    bottom: 1.5rem;
    text-align: center;
    width: 100%; } }
/* NiceSelect
   -------------------------------------------------------------------------- */
.nice-select {
  font-size: 1.4rem;
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  color: #000;
  font-weight: 600;
  height: 3rem;
  line-height: 2.9rem;
  border: none;
  border-bottom: solid .1rem #00a0e7;
  border-radius: 0;
  padding-left: 0;
  padding-right: 1.6rem;
  background-color: transparent; }

.nice-select:hover {
  border-bottom: solid .1rem #00a0e7; }

.nice-select:after {
  border-bottom: solid .1rem #00a0e7;
  border-right: solid .1rem #00a0e7;
  width: .7rem;
  height: .7rem;
  margin-top: -.5rem;
  right: .4rem; }

.nice-select.open:after {
  margin-top: -.4rem; }

.nice-select > .current {
  display: block;
  width: 100%;
  line-height: 2.9rem;
  color: #00a0e7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.nice-select .list {
  box-shadow: none;
  padding: 0;
  background-color: #fff;
  border: none;
  border-radius: 0; }

.nice-select.open .list {
  margin-top: .2rem;
  width: 100%;
  padding-top: .8rem;
  padding-bottom: .8rem; }

.nice-select .option {
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 1rem;
  line-height: 3rem;
  height: 3rem;
  min-height: 3rem; }

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

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected,
.nice-select .option.selected:hover,
.nice-select .option.selected.focus:hover,
.nice-select .option.selected.focus {
  color: #fff;
  background-color: #00a0e7; }

.nice-select .list:hover .option.selected:not(:hover) {
  color: #fff !important;
  background-color: #00a0e7 !important; }

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

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

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

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

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

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

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

.social-icons {
  font-size: 0; }

.social-icons__icon + .social-icons__icon {
  margin-left: 1rem; }

.social-icons__link i {
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center; }

.page_index .social-icons__link i {
  width: 3.6rem;
  height: 3.6rem;
  line-height: 3.6rem; }

.social-icons__link i:before {
  font-size: 2rem;
  line-height: 3rem;
  display: block;
  margin: 0 auto; }

.page_index .social-icons__link i:before {
  font-size: 2.4rem;
  line-height: 3.6rem; }

.social-icons__link:hover i {
  color: #00a0e7;
  background-color: #fff; }

/* Page header
   -------------------------------------------------------------------------- */
.header {
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent; }

.header__wrapper {
  padding: 0;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%; }

.page_index .header__wrapper {
  max-width: 100%; }

@media screen and (max-width: 78em) {
  .header__wrapper {
    padding-left: 0;
    padding-right: 0; } }
@media screen and (max-width: 52.5em) {
  .header__wrapper {
    padding-top: 1.36rem;
    padding-bottom: 1.36rem; }

  .header__burger-menu {
    margin-top: 0; } }
/* Page footer
   -------------------------------------------------------------------------- */
.footer {
  color: #8b8b8b;
  background-color: transparent; }

.footer__wrapper {
  padding: 1.4rem 2.7rem 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%; }

.footer__resto-outer {
  display: inline-block;
  max-width: 30rem;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left; }

.page_index .footer__resto-outer {
  top: 1.3rem; }

@media screen and (max-width: 65em) {
  .footer__resto-outer {
    display: block;
    text-align: center;
    margin-top: 0;
    width: 100%;
    position: static;
    max-width: 100%; } }
.footer__resto-title {
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #00a0e7; }

.footer__resto-address {
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff; }

.page_index .footer__wrapper {
  padding-top: 2.6rem;
  max-width: 100%;
  width: 100%; }

.footer__resto {
  text-align: center;
  position: relative; }

.footer__logo {
  text-align: center;
  padding-top: 0;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2.6rem; }

.page_index .footer__logo {
  padding-top: 1.3rem;
  margin-bottom: 3.6rem; }

@media screen and (max-width: 65em) {
  .page_index .footer__logo {
    margin-bottom: 1.3rem; } }
.footer__logo-link {
  display: inline-block;
  vertical-align: top; }

.footer__logo-image {
  display: block; }

.footer__info {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  box-sizing: border-box;
  border-top: solid .3rem #646464;
  padding: 1.2rem 0;
  font-size: 0; }

.page_index .footer__info {
  padding-top: 1.6rem; }

.footer__nav,
.footer__links,
.footer__credits {
  padding: 0; }

.footer__links {
  font-size: 0; }

.footer__links li {
  display: inline-block;
  vertical-align: top;
  margin: 0 2.5rem; }

.footer__links li:first-child {
  margin-left: 0; }

.footer__links li:last-child {
  margin-right: 0; }

.footer__link {
  font-size: 1.3rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #8b8b8b;
  text-transform: uppercase;
  line-height: 1.9rem;
  vertical-align: top;
  text-decoration: underline;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

.page_index .footer__link {
  font-size: 1.6rem;
  line-height: 2.4rem; }

.footer__link:hover {
  color: #8b8b8b;
  text-decoration: none; }

.footer__credits {
  font-size: 1.3rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #8b8b8b;
  text-transform: uppercase;
  line-height: 1.9rem;
  display: inline-block;
  vertical-align: top;
  float: none; }

.page_index .footer__credits {
  font-size: 1.6rem;
  line-height: 2.4rem; }

.footer__credits .footer__link {
  font-size: 1.3rem; }

.page_index .footer__credits .footer__link {
  font-size: 1.6rem; }

@media screen and (max-width: 65em) {
  .footer__info {
    text-align: center; }

  .footer__nav {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: block;
    float: none;
    text-align: center; }

  .footer__links {
    float: none; } }
@media screen and (max-width: 52.5em) {
  .page_menu .page__footer {
    padding-bottom: 4rem; } }
/* Footer social icons
   -------------------------------------------------------------------------- */
.footer .social-icons {
  margin: 0;
  float: none;
  position: absolute;
  top: .5rem;
  right: 0; }

.page_index .footer .social-icons {
  top: 1.3rem; }

@media screen and (max-width: 65em) {
  .footer .social-icons {
    position: static;
    display: block;
    margin-bottom: 1.3rem; } }
.footer .social-icons__link {
  margin: 0;
  padding: 0;
  color: #fff;
  background-color: #00a0e7;
  border: none;
  border-radius: .2rem;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

.footer .social-icons__link:hover {
  color: #00a0e7;
  background-color: #fff; }

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

.page_index .footer .social-icons__icon + .social-icons__icon {
  margin-left: 1rem; }

@media screen and (max-width: 52.5em) {
  .footer .social-icons {
    float: none;
    display: block;
    margin: 0 auto 2.5rem;
    position: static; }

  .footer__logo,
  .page_index .footer__logo {
    margin-bottom: 2.5rem; } }
@media screen and (max-width: 40em) {
  .footer__logo,
  .page_index .footer__logo {
    max-width: 20rem; }

  .page_index .social-icons__link i {
    width: 3rem;
    height: 3rem;
    line-height: 3rem; }

  .page_index .social-icons__link i:before {
    font-size: 2rem;
    line-height: 3rem; }

  .page_index .footer__credits,
  .footer__link,
  .page_index .footer__link,
  .footer__credits .footer__link,
  .page_index .footer__credits .footer__link {
    font-size: 1.4rem;
    line-height: 2rem; }

  .footer__nav {
    padding-bottom: 1rem; }

  .footer__links li {
    margin: 0 1rem 1rem; } }
/* Scroll up button
   -------------------------------------------------------------------------- */
.scroll-up {
  color: #fff;
  background-color: #00a0e7;
  border-radius: 0;
  bottom: 11.4rem; }

.page_index .scroll-up {
  bottom: 15.8rem; }

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

.scroll-up_show {
  right: 1rem; }

/* Dropdown menus
   -------------------------------------------------------------------------- */
.dropdown-menu__header-link {
  overflow: hidden; }

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

.header__nav {
  box-sizing: border-box;
  float: right;
  padding: 2.7rem 2.7rem 2.7rem 1.6rem;
  background-color: transparent; }

.page_index .header__nav {
  padding: 3.6rem 2.7rem 3rem 3.7rem;
  background-color: #373737; }

.header__user-menu,
.header__loyalty-menu {
  margin-top: 0;
  margin-left: 2.1rem; }

.page_index .header__user-menu {
  margin-top: 0;
  margin-left: 2.4rem; }

.header__user-menu .dropdown-menu__header-link {
  background: url("/assets-images/user-menu-icon.png") center center no-repeat;
  background-size: 6rem;
  width: 6rem;
  height: 6rem;
  box-sizing: border-box;
  padding: 0 0 0 6rem; }

.page_index .header__user-menu .dropdown-menu__header-link {
  background-size: 7rem;
  width: 7rem;
  height: 7rem;
  padding: 0 0 0 7rem; }

.header__loyalty-menu .dropdown-menu__header-link {
  background: url("/assets-images/loyalty-menu-icon.png") center center no-repeat;
  background-size: 6rem;
  width: 6rem;
  height: 6rem;
  box-sizing: border-box;
  padding: 0 0 0 6rem; }

.header__user-menu .dropdown-menu__body {
  min-width: 18rem;
  left: auto;
  right: 0;
  top: 8.7rem;
  transform: translate(0, 0) scale(1);
  text-align: center;
  background-color: transparent; }

.page_index .header__user-menu .dropdown-menu__body {
  top: 10rem; }

.header__user-menu .dropdown-menu__items {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  background-color: #fff;
  overflow: hidden; }

.header__user-menu .dropdown-menu__item-link {
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  font-size: 1.4rem;
  line-height: 3rem;
  padding: 0 1.5rem;
  color: #000;
  background-color: #fff;
  transition: all .3s ease;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center; }

.header__user-menu .dropdown-menu__item-link:hover,
.header__user-menu .dropdown-menu__item-link:focus {
  color: #fff;
  background-color: #00a0e7;
  text-decoration: none; }

.page_index .header__loyalty-menu {
  display: none; }

.dropdown-menu_loyalty .dropdown-menu__body {
  width: 28rem;
  top: 6.3rem;
  border: none;
  left: auto;
  right: 3rem;
  box-sizing: border-box; }

@media screen and (max-width: 92.5em) {
  .page_index .header__user-menu {
    margin-left: 0; } }
@media screen and (max-width: 80em) {
  .page_menu .header__user-menu .dropdown-menu__body {
    left: auto;
    right: 0;
    transform: translate(0, 0) scale(1); } }
@media screen and (max-width: 77.5em) {
  .header__nav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }

  .header__user-menu .dropdown-menu__header-link,
  .header__loyalty-menu .dropdown-menu__header-link,
  .page_index .header__user-menu .dropdown-menu__header-link {
    background-size: 5rem;
    width: 5rem;
    height: 5rem;
    padding: 0 0 0 5rem; }

  .page_index .header__user-menu .dropdown-menu__header-link {
    margin-top: .5rem; }

  .header__user-menu .dropdown-menu__body,
  .header__loyalty-menu .dropdown-menu__body {
    top: 6.5rem; }

  .page_index .header__user-menu .dropdown-menu__body {
    top: 6rem; }

  .page_index .header__nav {
    float: none;
    margin-top: 7.2rem;
    padding: 0 2rem; } }
@media screen and (max-width: 52.5em) {
  .header__nav {
    float: none;
    padding-top: 0;
    padding-bottom: 0; }

  .page__header.fixed-topbar {
    background-color: #373737; } }
@media screen and (max-width: 25em) {
  .page_index .header__nav {
    padding: 0 1.2rem; } }
/* CUSTOM HEADER NAVIGATION */
.header__static-basket {
  float: right;
  margin-top: 0;
  margin-left: 2.1rem; }

.page_asiat .header__static-basket,
.page_index .header__static-basket {
  display: none; }

.header__static-basket-link {
  background: url("/assets-images/basket-menu-icon.png") center center no-repeat;
  background-size: 6rem;
  width: 6rem;
  height: 6rem;
  display: block;
  text-decoration: none; }

.page_index .header__static-basket-link {
  background-size: 7rem;
  width: 7rem;
  height: 7rem; }

.header__static-basket-value {
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #00a0e7;
  width: 6rem;
  display: block;
  height: auto;
  line-height: 2.8rem;
  text-align: center; }

.page_index .header__static-basket-value {
  width: 7rem;
  font-size: 1.6rem;
  line-height: 4rem; }

.header__static-menu {
  display: none;
  float: right;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 1rem;
  margin-top: 1.5rem; }

.page_index .header__static-menu {
  display: block; }

.static-navigation__list {
  font-size: 0; }

.static-navigation__item {
  display: inline-block;
  vertical-align: top;
  margin-left: 2.2rem;
  margin-right: 2.2rem;
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 4rem;
  color: #fff;
  text-transform: uppercase; }

.static-navigation__item:first-child {
  margin-left: 0; }

.static-navigation__item:last-child {
  margin-right: 0; }

.static-navigation__item_important {
  color: #00a0e7; }

.static-navigation__link {
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: color .3s ease;
  display: block; }

.static-navigation__link:hover {
  text-decoration: none;
  color: #00a0e7; }

.header__logo {
  margin-top: 4.3rem;
  margin-left: 2.7rem;
  box-sizing: border-box; }

.page_index .header__logo {
  margin-top: 5.4rem;
  margin-left: 2.7rem;
  padding-left: 0; }

.page_asiat .header__logo {
  margin-top: 1.75rem; }

@media screen and (max-width: 100em) {
  .static-navigation__item {
    font-size: 1.6rem; } }
@media screen and (max-width: 92.5em) {
  .static-navigation__item {
    margin-left: .5rem;
    margin-right: .4rem; }

  .static-navigation__list .static-navigation__item:first-child {
    margin-left: 0; }

  .static-navigation__list .static-navigation__item:last-child {
    margin-right: 0; } }
@media screen and (max-width: 77.5em) {
  .header__static-basket-link {
    background-size: 5rem;
    width: 5rem;
    height: 5rem; }

  .header__static-basket-value {
    width: 5rem; }

  .header__wrapper,
  .page_index .header__wrapper {
    position: relative;
    padding-left: 0; }

  .header__logo,
  .page_index .header__logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 0;
    margin-left: 0; }

  .page_asiat .header__logo {
    margin-top: 0;
    margin-bottom: 0;
    width: 52rem; }

  .page_index .header__static-menu {
    float: none; }

  .header__static-menu {
    padding: 1rem 0;
    margin-top: 0; }

  .static-navigation__item {
    margin-left: .8rem;
    margin-right: .8rem; } }
@media screen and (max-width: 75em) {
  .page_menu .static-navigation__link {
    font-size: 1.12rem; } }
@media screen and (max-width: 60em) {
  .static-navigation__item {
    margin-left: .4rem;
    margin-right: .4rem; }

  .page_menu .header__static-menu {
    display: none; }

  .page_asiat .header__logo {
    max-width: 32rem;
    margin-top: 1.7rem; } }
@media screen and (max-width: 52.5em) {
  .header__logo,
  .page_index .header__logo {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

  .page_asiat .header__logo {
    margin-top: 0; }

  .header__static-basket,
  .page_index .header__static-menu,
  .page_index .header__static-basket {
    display: none; }

  .page_index .header__nav {
    margin-top: 0;
    display: block; } }
@media screen and (max-width: 46em) {
  .header__logo,
  .page_index .header__logo {
    max-width: 30rem;
    width: 100%; } }
@media screen and (max-width: 30em) {
  .page_asiat .header__logo {
    max-width: 24rem; } }
@media screen and (max-width: 28.75em) {
  .header__logo,
  .page_index .header__logo {
    max-width: 20rem; } }
@media screen and (max-width: 22.5em) {
  .page_asiat .header__logo {
    max-width: 16rem; } }
/* Dropdown menu dropdown body
   -------------------------------------------------------------------------- */
.dropdown-menu__body {
  background-color: #fff;
  border: none;
  box-sizing: border-box;
  transition: all .3s ease;
  height: 0;
  border-radius: 0; }

[data-dropdown-open] .dropdown-menu__body {
  height: auto; }

.dropdown-menu_shop .dropdown-menu__body {
  width: 50.6rem;
  left: 50%;
  transform: scale(0) translate(-50%, 0); }

.dropdown-menu_shop[data-dropdown-open] .dropdown-menu__body {
  top: 4.4rem;
  left: auto;
  right: 0;
  transform: translate(0, 0) scale(1); }

.dropdown-menu_shop iframe {
  display: none; }

.dropdown-menu_shop[data-dropdown-open] iframe {
  display: block; }

@media screen and (max-width: 68.75em) {
  .dropdown-menu_shop[data-dropdown-open] .dropdown-menu__body {
    left: auto;
    right: 0;
    transform: scale(1); } }
@media screen and (max-width: 40em) {
  .filter_delivery[data-dropdown-open] .dropdown-menu__body {
    left: calc(50% - 1.2rem);
    right: auto;
    transform: none; } }
@media screen and (max-width: 23.75em) {
  .filter_delivery .dropdown-menu__body,
  .filter_delivery[data-dropdown-open] .dropdown-menu__body {
    left: 50%;
    transform: translate(-50%, 0); } }
/* Categories banners
   -------------------------------------------------------------------------- */
.category-banner__wrapper,
.category-banner__link {
  display: block;
  width: 100%; }

.category__header-banner,
.category-banner__image {
  display: block;
  margin: 0 auto; }

.category-banner__image_mobile {
  display: none; }

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

  .category__header-banner,
  .category-banner__image {
    display: none; }

  .category-banner__image_mobile {
    display: block; } }
/* ==========================================================================
   NAVIGATIONS
   ========================================================================== */
/* Categories navigation
   -------------------------------------------------------------------------- */
.category-navigation {
  background-color: #373737;
  border-bottom: solid .1rem #000; }

.category-navigation__list {
  font-size: 0;
  padding: 1.6rem 0 .8rem;
  text-align: center; }

.category-navigation__item {
  font-size: 1.8rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 2.4rem;
  margin: .8rem 1.3rem; }

.category-navigation__link {
  padding: 0;
  padding-bottom: .9rem;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

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

.category-navigation__link:hover,
.category-navigation__item_active .category-navigation__link {
  position: relative;
  overflow: visible; }

.category-navigation__link:hover:after,
.category-navigation__item_active .category-navigation__link:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
  width: 11rem;
  height: 1.3rem;
  background: url("/assets-images/menu-item-selected-bg-blue.png") center center no-repeat; }

@media screen and (max-width: 52.5em) {
  .category-navigation__link:hover:after,
  .category-navigation__item_active .category-navigation__link:after {
    width: 7.2rem;
    height: 1.1rem;
    background-size: 7.2rem 1.1rem;
    top: 2.4rem; } }
/* Categories mobile navigation
   -------------------------------------------------------------------------- */
.category-navigation_mobile {
  background-color: #000;
  border-top: none;
  height: 3.2rem;
  position: relative; }

.category-navigation_mobile .category-navigation__wrapper {
  width: calc(100% - 4.4rem); }

.category-navigation_mobile .category-navigation__list {
  font-size: 0;
  padding: 0;
  position: relative; }

.category-navigation_mobile .category-navigation__item {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 3.2rem;
  margin-left: .8rem;
  margin-right: .8rem;
  border-bottom: none; }

.category-navigation_mobile .category-navigation__item_active {
  color: #00a0e7;
  border-bottom: none; }

.category-navigation_mobile .category-navigation__link {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 3.2rem;
  padding: 0;
  white-space: nowrap; }

.category-navigation_mobile .category-navigation__link:hover,
.category-navigation_mobile .category-navigation__item_active .category-navigation__link {
  color: #00a0e7;
  background-color: transparent; }

.category-navigation_mobile-icon-left,
.category-navigation_mobile-icon-right {
  display: block;
  width: 2.2rem;
  height: 3.2rem;
  background-color: transparent;
  position: absolute;
  top: 0; }

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

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

.category-navigation_mobile-icon-left:before,
.category-navigation_mobile-icon-right:before {
  margin: 0;
  line-height: 3.2rem;
  color: #00a0e7; }

@media screen and (max-width: 52.5em) {
  .category-navigation_mobile {
    height: 4.8rem; }

  .category-navigation_mobile .category-navigation__list {
    font-size: 0;
    padding: .8rem 0; }

  .category-navigation_mobile-icon-left,
  .category-navigation_mobile-icon-right {
    top: .8rem; } }
/* Mobile: off-canvas
   -------------------------------------------------------------------------- */
.off-canvas_open {
  background: url("/assets-images/index-main-bg.jpg") top left; }

/* Mobile: burger menu
   -------------------------------------------------------------------------- */
.burger-menu__button {
  padding: 0;
  width: 2.6rem; }

.burger-menu__link {
  display: block; }

.burger-menu__line {
  display: block;
  width: 2.6rem;
  height: .2rem;
  border-top: none;
  background-color: #fff; }

.burger-menu__line + .burger-menu__line {
  margin-top: .3rem; }

.off-canvas__wrapper {
  padding-bottom: 4.8rem; }

.mobile-credits {
  display: none; }

@media screen and (max-width: 52.5em) {
  .burger-menu__link {
    box-sizing: border-box;
    padding: 1.8rem 2.3rem 1.8rem 0; } }
/* Mobile: menu on the left (navigation)
   -------------------------------------------------------------------------- */
.mobile-menu {
  background-color: #3e3e3d; }

.mobile-menu__header {
  background-color: #3e3e3d;
  line-height: 2rem;
  padding: 2.5rem 2rem;
  border-bottom: solid .1rem #000; }

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

.mobile-menu__close-icon:before {
  margin: 0;
  display: block; }

.mobile-menu__section_user {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 2rem;
  padding: 2rem;
  background-color: #212121; }

.mobile-menu__section,
.mobile-menu__section.mobile-menu__section_has-submenu,
.mobile-menu__section.mobile-menu__section_login,
.mobile-menu__section_unfolded.mobile-menu__section_has-submenu {
  border-bottom: .1rem solid #000; }

.mobile-menu__section_has-submenu + .mobile-menu__section,
.mobile-menu__section_has-submenu + .mobile-menu__section_has-submenu {
  margin-top: 0; }

.mobile-menu__section-link {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 2rem;
  padding: 2rem;
  background-color: transparent;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

.mobile-menu__section-link:hover,
.mobile-menu__section-link:active {
  color: #00a0e7; }

.mobile-menu__section_has-submenu .mobile-menu__section-link:hover,
.mobile-menu__section_has-submenu .mobile-menu__section-link:active {
  color: #00a0e7; }

.mobile-menu__section_has-submenu .mobile-menu__section-link {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.mobile-menu__section_unfolded .mobile-menu__section-link,
.mobile-menu__section_unfolded .mobile-menu__section-link:hover,
.mobile-menu__section_unfolded .mobile-menu__section-link:active {
  color: #fff;
  background-color: #00a0e7; }

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

.mobile-menu__section_unfolded .mobile-menu__section-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.mobile-menu__submenu {
  padding-top: 0;
  padding-bottom: 0; }

.mobile-menu__item {
  border-top: none; }

.mobile-menu__item + .mobile-menu__item {
  border-top: solid .1rem #000; }

.mobile-menu__item-link {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 2rem;
  padding: 2rem 2rem 2rem 4rem;
  background-color: transparent;
  transition: all .3s ease; }

.mobile-menu__item-link:hover,
.mobile-menu__item-link:active,
.mobile-menu__item_active .mobile-menu__item-link {
  color: #00a0e7; }

/* Mobile: menu on the right (basket)
   -------------------------------------------------------------------------- */
.basket-menu__basket-icon,
.basket-menu__items {
  display: none; }

@media screen and (max-width: 52.5em) {
  .header__basket-menu {
    margin-top: 0; } }
.page_index .header__basket-menu {
  display: none; }

.mobile-basket-button .mobile-basket-button__link {
  width: 4.8rem;
  height: 4.8rem;
  box-sizing: border-box;
  padding-left: 4.8rem;
  overflow: hidden; }

.mobile-basket-button .mobile-basket-button__link:after {
  display: none; }

@media screen and (max-width: 52.5em) {
  .page_index .header__basket-menu {
    margin-top: 1.6rem; }

  .page_accessories .header__basket-menu {
    display: none; }

  .basket-menu__basket-button {
    display: block; }

  .basket-menu__link {
    display: block;
    padding: 0;
    width: 4.8rem;
    height: 4.8rem; }

  .basket-menu__basket-icon,
  .basket-menu__items {
    display: none; }

  .page_menu .content {
    padding-bottom: 3.84rem; }

  .page_menu .header__basket-menu {
    width: 0;
    height: 0;
    background: none; }

  .mobile-basket-button {
    position: fixed;
    width: 100%;
    border-radius: 2rem 2rem 0 0;
    background: none;
    background-color: #00a0e7; }

  .page_menu .mobile-basket-button .mobile-basket-button__link,
  .page_categories .mobile-basket-button .mobile-basket-button__link,
  .page_deal_wizard .mobile-basket-button .mobile-basket-button__link {
    padding: 0;
    width: 100%;
    height: 4rem; }

  .page_menu .mobile-basket-button .mobile-basket-button__part,
  .page_categories .mobile-basket-button .mobile-basket-button__part,
  .page_deal_wizard .mobile-basket-button .mobile-basket-button__part {
    height: 4rem;
    line-height: 4rem;
    font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    line-height: 4rem;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase; }

  .page_menu .mobile-basket-button__part + .mobile-basket-button__part:before,
  .page_categories .mobile-basket-button__part + .mobile-basket-button__part:before,
  .page_deal_wizard .mobile-basket-button__part + .mobile-basket-button__part:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: .2rem;
    height: 2rem;
    display: block;
    background-color: #fff;
    content: '';
    transform: translate(-50%, -50%); }

  .page_menu .mobile-basket-button .mobile-basket-button__items,
  .page_categories .mobile-basket-button .mobile-basket-button__items,
  .page_deal_wizard .mobile-basket-button .mobile-basket-button__items {
    padding-top: 0;
    vertical-align: top;
    line-height: 4rem; }

  .page_menu .mobile-basket-button .mobile-basket-button__icon,
  .page_categories .mobile-basket-button .mobile-basket-button__icon,
  .page_deal_wizard .mobile-basket-button .mobile-basket-button__icon {
    margin: 0;
    padding: 0;
    border-radius: 50%;
    min-width: 2.4rem;
    width: auto;
    height: 2.4rem;
    line-height: 2.4rem;
    display: block;
    border: none;
    background-color: #fff;
    margin-top: .8rem; }

  .mobile-basket-button .mobile-basket-button__nb-items {
    font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    line-height: 2.4rem;
    color: #00a0e7; }

  .page_menu .mobile-basket-button .mobile-basket-button__total,
  .page_categories .mobile-basket-button .mobile-basket-button__total,
  .page_deal_wizard .mobile-basket-button .mobile-basket-button__total {
    margin-left: 1rem; }

  .page_menu .mobile-basket-button .mobile-basket-button__icon:before,
  .page_menu .mobile-basket-button .mobile-basket-button__icon:after,
  .page_categories .mobile-basket-button .mobile-basket-button__icon:before,
  .page_categories .mobile-basket-button .mobile-basket-button__icon:after,
  .page_deal_wizard .mobile-basket-button .mobile-basket-button__icon:before,
  .page_deal_wizard .mobile-basket-button .mobile-basket-button__icon:after {
    display: none; } }
/* Shop info
   -------------------------------------------------------------------------- */
.shop-info {
  background-color: #fff;
  padding: 1.6rem 1.2rem 1.4rem;
  border-radius: 0;
  overflow: hidden; }

.shop-info__header {
  margin-bottom: 1rem; }

.shop-info__title {
  font-size: 1.6rem;
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  color: #d15c24;
  font-weight: 600;
  line-height: 3rem;
  text-transform: uppercase;
  margin-bottom: 0; }

.shop-info__features {
  margin-top: 1.5rem; }

.shop-info__feature + .shop-info__feature {
  margin-top: 1.5rem; }

.shop-info__feature-title {
  font-size: 1.4rem;
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  color: #000;
  font-weight: 500;
  line-height: 2.4rem;
  text-transform: uppercase;
  text-align: left; }

.shop-info__feature-content {
  font-size: 1.4rem;
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 2.4rem;
  text-align: left; }

.shop-info__link {
  color: #000; }

.shop-info__card-icons {
  margin-top: .3rem; }

.card-icon {
  margin: .4rem .4rem 0 0; }

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

.shop-info__social-icons .social-icons li {
  display: inline-block;
  vertical-align: top; }

.shop-info__social-icons .social-icons__link {
  width: 3rem;
  height: 3rem;
  border: none;
  border-radius: .2rem;
  background-color: #d65d24;
  color: #212121;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

.shop-info__social-icons .social-icons__link:hover {
  background-color: #212121;
  color: #d65d24; }

.shop-info__social-icons .social-icons__link i {
  box-sizing: border-box;
  width: 3rem;
  height: 3rem; }

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

.shop-info__social-icons .social-icons__link:hover i {
  color: #d65d24; }

@media screen and (max-width: 52.5em) {
  .shop-info__social-icons .social-icons__link {
    background-color: #00a0e7;
    color: #fff; }

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

  .shop-info__social-icons .social-icons__link:hover i {
    color: #00a0e7; } }
.social-icons__icon + .social-icons__icon {
  margin-left: .7rem; }

.shop-info_mobile {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-radius: 0;
  background-color: #fff; }

.shop-info_mobile .shop-info__title {
  color: #00a0e7; }

.shop-info_mobile .shop-info__feature-title {
  margin-bottom: 1rem;
  color: #00a0e7; }

@media screen and (max-width: 52.5em) {
  .shop-info__header {
    margin-bottom: 1rem; }

  .shop-info__title {
    margin-right: 0;
    margin-bottom: 0;
    display: block;
    width: 100%; }

  .shop-info__social-icons {
    float: none; }

  .shop-info__change-location {
    margin-top: .8rem; }

  .shop-info__feature-content {
    line-height: 2rem; } }
/* ==========================================================================
   CATEGORY PAGE
   ========================================================================== */
.page__wrapper {
  background: url("/assets-images/index-main-bg.jpg") top center; }

.category .category__header {
  display: none; }

/* Categories page texts styles
   -------------------------------------------------------------------------- */
.category__title,
.category__subcategory-title {
  font-size: 3.6rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 4.4rem;
  padding-bottom: 2.8rem;
  margin-top: 0;
  margin-bottom: 3.4rem;
  text-align: center;
  position: relative;
  background: url("/assets-images/title-separator-blue.png") center bottom no-repeat; }

.category__description {
  display: none; }

.category__products {
  margin-top: 1.6rem;
  font-size: 0; }

.category__subcategory,
.category__subcategory + .category__subcategory {
  margin-top: 1rem; }

.category__subcategory .category__subcategory-title {
  font-size: 3.6rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 4.4rem;
  text-align: center;
  position: relative;
  background: url("/assets-images/title-separator-blue.png") center bottom no-repeat;
  padding-bottom: 2.8rem; }

.category__subcategory .category__subcategory .category__subcategory-title {
  display: none; }

/* Product
   -------------------------------------------------------------------------- */
.product {
  margin-bottom: 3.6rem;
  width: 25%;
  float: none;
  display: inline-block;
  vertical-align: top; }

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

.product__wrapper,
.product_improved .product__wrapper {
  background-color: transparent;
  border-radius: .2rem;
  background: linear-gradient(to bottom, rgba(0, 160, 231, 0), #00a0e7);
  margin: .2rem; }

.product_improved.product_with-counter .product__wrapper {
  border: solid .2rem #00a0e7;
  margin: 0; }

.product__top {
  padding: 0;
  box-sizing: border-box;
  border-left: solid .1rem transparent;
  border-right: solid .1rem transparent;
  background-color: #2d2d2d;
  width: calc(100% - .2rem);
  margin-left: .1rem; }

.product__top .product__price {
  display: none; }

.product__bottom {
  display: none;
  margin-top: 1.6rem; }

.product__buttons_deals {
  display: block;
  width: 100%;
  box-sizing: border-box; }

.product__name {
  font-size: 1.5rem;
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 2.4rem;
  word-break: break-word;
  text-align: center;
  box-sizing: border-box;
  padding: 0 3.5rem 1.2rem 3.5rem;
  background-color: #2d2d2d;
  position: relative; }

.product__name-wrapper {
  line-height: 2.4rem;
  display: inline-block;
  vertical-align: top; }

.product__favourite {
  display: inline; }

.product__favourite .product__favourite-icon {
  color: #00a0e7; }
  .product__favourite .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 .product__favourite_remove {
  display: inline;
  position: relative;
  top: 0; }

.product_favourites .product__favourite_remove {
  display: block;
  position: absolute;
  top: .7rem;
  left: auto;
  z-index: 2; }

.product__favourite_remove .product__favourite-icon,
.category-navigation__favourite-icon {
  color: #00a0e7; }
  .product__favourite_remove .product__favourite-icon:before,
  .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: ""; }

.product__name .product__favourite {
  position: absolute;
  top: 0;
  right: 1rem; }

@media screen and (max-width: 52.5em) {
  .product__name .product__favourite {
    top: .2rem;
    right: .5rem; } }
.product__price {
  font-size: 3.6rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  min-height: 5.1rem;
  line-height: 4.4rem;
  float: none;
  display: block;
  width: 100%;
  padding: 0 1.2rem .7rem;
  box-sizing: border-box;
  background-color: #2d2d2d; }

.product__description,
.product__sku {
  display: none; }

.product__picture-container,
.product_improved .product__picture-container {
  margin-bottom: 0;
  overflow: hidden;
  box-sizing: border-box;
  border-top: solid .1rem transparent;
  border-left: solid .1rem transparent;
  border-right: solid .1rem transparent;
  padding-top: 1rem;
  position: relative; }

.product__picture-container:before,
.product_improved .product__picture-container:before {
  background-color: #2d2d2d;
  display: block;
  width: 100%;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.product__picture {
  position: relative;
  z-index: 2;
  width: auto;
  margin-left: auto;
  margin-right: auto; }

.product_with-counter:after,
.product_improved.product_with-counter:after {
  display: none; }

.product__counter,
.product_improved .product__counter {
  font-size: 1.5rem;
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  color: #00a0e7;
  display: inline-block;
  vertical-align: top; }

.product_improved .product__counter:not(:empty):before {
  font-size: 1.5rem;
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  color: #00a0e7;
  line-height: 2rem; }

.product_improved .product__mobile-price {
  font-size: 2.4rem;
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  color: #1f1b2f;
  line-height: 4rem;
  margin-top: 0;
  display: none;
  width: 100%;
  text-align: center;
  text-transform: uppercase; }

.product_improved .product__mobile-price-from {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  line-height: 2rem; }

@media screen and (max-width: 72em) {
  .product__buttons_deals .product__price {
    font-size: 2.6rem; } }
@media screen and (max-width: 60em) {
  .product {
    width: 33.33%; }

  .product:nth-child(2n+1) {
    clear: none; }

  .product:nth-child(3n+1) {
    clear: left; } }
@media screen and (max-width: 52.5em) {
  .category_improved .category__products {
    font-size: 0; }

  .product {
    margin-bottom: .8rem;
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    border-radius: 0;
    padding-left: .4rem;
    padding-right: .4rem; }

  .product:nth-child(2n+1),
  .product:nth-child(3n+1) {
    clear: none; }

  .product__wrapper,
  .product_improved .product__wrapper {
    padding-bottom: 2.1rem;
    padding: 0; }

  .product__top {
    padding-bottom: 0; }

  .product__name {
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem; }

  .product__picture-container,
  .product_improved .product__picture-container {
    margin: 0 auto;
    width: 100%;
    float: none;
    max-width: 100%; }

  .product__picture {
    width: auto;
    margin: 0 auto;
    border-radius: 2rem; }

  .product_improved .product__mobile-price {
    display: block;
    margin-top: 0;
    font-size: 3.6rem;
    font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 4.4rem;
    float: none;
    display: block;
    width: calc(100% - .2rem);
    box-sizing: border-box;
    text-align: center;
    min-height: 5.1rem;
    background-color: #2d2d2d;
    margin-bottom: .1rem;
    margin-left: .1rem; }

  .product_improved .product__mobile-price-from {
    display: none;
    font-weight: normal; }

  .product_improved .product__mobile-price-value {
    display: block;
    box-sizing: border-box;
    width: 100%;
    background-color: #2d2d2d;
    font-size: 3.6rem;
    font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 4.4rem;
    text-transform: uppercase;
    font-weight: normal;
    padding: 0 1.2rem .7rem; }

  .product_improved.product_with-counter .product__wrapper {
    border: solid .2rem #00a0e7; }

  .product_improved .product__counter,
  .product_improved .product__counter:not(:empty):before {
    font-size: 1.2rem;
    line-height: 2.4rem;
    color: #00a0e7;
    vertical-align: top; } }
@media screen and (max-width: 46em) {
  .product {
    width: 50%; } }
/*PRODUCT LEGEND*/
.product-pictos {
  font-size: 0;
  box-sizing: border-box;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  text-align: center; }

.popup .product-pictos {
  text-align: left;
  font-size: 0;
  margin-bottom: 2rem; }

@media screen and (max-width: 52.5em) {
  .popup .product-pictos {
    padding: 0;
    text-align: left; } }
.product-pictos__item {
  display: inline-block;
  margin: 0 .4rem .8rem; }

.popup .product-pictos__item {
  margin-left: 0;
  margin-right: 1.5rem; }

@media screen and (max-width: 52.5em) {
  .popup .product-pictos .product-pictos__item:first-child {
    margin-left: 0; } }
.product-legend {
  padding: 2.6rem 0 1.6rem;
  box-sizing: border-box; }

.product-legend__list {
  font-size: 0;
  text-align: center; }

.product-legend__item {
  margin: 0 1rem 1rem;
  display: inline-block;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  border: solid .1rem #00a0e7;
  height: 2.6rem;
  padding-left: 1.6rem; }

.product-legend__item-name {
  display: block;
  width: 100%;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  color: #00a0e7;
  background-color: transparent;
  box-sizing: border-box;
  padding: 0 1rem;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

.product-legend__item_active {
  background-color: #00a0e7; }

.product-legend__item_active .product-legend__item-name {
  color: #fff; }

/* ALLERGENS */
.allergens__content {
  display: block;
  max-width: 66rem;
  margin: 2rem auto 2.3rem; }

.product .allergens__content {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 2rem; }

.allergens__list {
  font-size: 0;
  text-align: center; }

.popup .allergens__list {
  text-align: left; }

.allergens__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 .3rem .3rem .3rem;
  position: relative;
  box-sizing: border-box;
  padding-left: 2.6rem;
  padding-right: .3rem; }

.popup .allergens__item {
  margin-left: 0;
  margin-right: .8rem;
  margin-bottom: .8rem; }

.allergens__name {
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 2.3rem;
  color: #fff; }

/* Add & customise buttons
   -------------------------------------------------------------------------- */
.product__buttons {
  margin-top: 0;
  border: solid .1rem transparent;
  border-top: none;
  border-radius: 0 0 .2rem .2rem;
  font-size: 0;
  text-align: center;
  position: relative; }

.product__buttons .product__customise,
.product__add,
.product__customise + .product__add {
  transition: transform .3s ease;
  box-sizing: border-box;
  width: 3.2rem;
  height: 2.8rem;
  padding: 0;
  float: none;
  display: block;
  border-radius: .2rem 0 0 0;
  background-color: #00a0e7;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  padding-left: 3.2rem;
  overflow: hidden; }

.product__buttons .product__customise:after,
.product__add:after {
  display: block;
  content: '+';
  width: 100%;
  height: 2.8rem;
  line-height: 2.8rem;
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0; }

.product__picture-container {
  position: relative; }

.product__picture-container .product__customise {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: transparent; }

/* ==========================================================================
   BASKET
   ========================================================================== */
.basket {
  border: none; }

/* Basket header
   -------------------------------------------------------------------------- */
.basket__header {
  background-color: #fff;
  padding: 1.3rem 1rem; }

.basket__title {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #272727;
  font-weight: 400;
  line-height: 2.4rem;
  text-transform: none; }

.basket__repeat {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #272727;
  font-weight: 400;
  line-height: 2.4rem;
  margin-top: 0;
  text-decoration: underline;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

.basket__repeat:hover {
  color: #272727;
  text-decoration: none; }

.basket__close {
  display: none; }

.basket__empty {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #272727;
  font-weight: 400;
  line-height: 2.4rem;
  background-color: #e8e8e8;
  padding: 1.6rem 1rem; }

.basket__content {
  background-color: #fff; }

@media screen and (max-width: 52.5em) {
  .basket__title {
    display: block;
    padding-bottom: 1.6rem; }

  .basket__repeat {
    padding: 0;
    display: block;
    position: absolute;
    top: 3.6rem;
    left: .8rem; } }
/* Delivery method switcher
   -------------------------------------------------------------------------- */
.basket__delivery_radio {
  padding: 0; }

.basket__delivery-option {
  width: 50%; }

.basket__delivery-radio {
  margin: 0; }

.basket__delivery-method {
  display: block;
  background-color: #fff;
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 2.8rem;
  box-sizing: border-box;
  height: 3rem;
  padding: 0 1.2rem;
  border: solid .1rem #00a0e7;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  transition: all .3s ease; }

.basket__delivery-radio[checked] + .basket__delivery-method {
  color: #fff;
  background-color: #00a0e7;
  border: solid .1rem #00a0e7; }

.basket__delivery-method:hover,
.basket__delivery-radio:checked ~ .basket__delivery-method:hover {
  color: #fff;
  line-height: 2.8rem;
  border: solid .1rem #00a0e7;
  background-color: #00a0e7; }

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

.basket-item__name {
  width: 62% !important; }
.basket-item__quantity {
  width: 25%;
  text-align: right; }
.basket-item__wrapper_price {
  width: 75%; }

.basket-item__title {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.6rem; }

.basket-item__details {
  display: flex;
  justify-content: space-between; }

.basket-item__quantity,
.basket-item__price,
.basket-item__delete {
  display: inline-block;
  vertical-align: top; }

.basket-item__option-price {
  display: inline-block;
  vertical-align: top; }

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

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

.basket-item__option {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.61);
  font-weight: 400;
  line-height: 1.6rem; }

.basket-item__delete-icon {
  color: #000;
  padding: 0;
  margin-left: .8rem;
  display: block;
  width: 1.6rem;
  height: 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: 0em;
    margin-left: 0em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

.basket-item__delete-icon:before {
  font-size: 1.6rem;
  line-height: 1.6rem;
  width: 1.6rem;
  height: 1.6rem; }

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

/* Basket deal title
   -------------------------------------------------------------------------- */
.basket-deal__header {
  background-color: #5b5b5b;
  padding: .6rem 1rem; }

.basket-deal__title {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  line-height: 1.6rem; }

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

.basket-deal__delete-icon:before {
  font-size: 1.6rem;
  line-height: 1.6rem;
  width: 1.6rem;
  height: 1.6rem; }

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

/* Basket deal item
   -------------------------------------------------------------------------- */
.basket-deal__items {
  background-color: #e8e8e8;
  padding: 1.6rem 1rem; }

.basket-deal__item-title {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.6rem; }

.basket-deal__item-link {
  display: block; }

.basket-deal__item-quantity,
.basket-deal__item-price {
  display: inline-block;
  vertical-align: top; }

.basket-deal__item-options {
  margin-top: .8rem; }

.basket-deal__item-option {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.61);
  font-weight: 400;
  line-height: 1.6rem; }

.basket-deal__item-option-name {
  padding-left: 0; }

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

.basket-deal__item-delete-icon:before {
  font-size: 1.6rem;
  line-height: 1.6rem;
  width: 1.6rem;
  height: 1.6rem; }

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

/* Basket footer
   -------------------------------------------------------------------------- */
.basket__footer {
  padding-top: 0;
  padding-bottom: 1rem;
  background-color: #fff; }

.basket__footer-row {
  padding: .6rem 1rem; }

.basket__time {
  margin-top: 1.1rem;
  box-sizing: border-box;
  padding: 0; }

.basket__time .nice-select__container {
  margin: 0;
  width: calc(50% - .5rem); }

.basket__time .nice-select__container ~ .nice-select__container {
  margin-left: 1rem; }

.basket__time .nice-select.open .list {
  max-height: 11.2rem;
  border: none;
  margin-top: 0;
  padding-top: .8rem;
  padding-bottom: .8rem; }

.basket__total {
  padding-top: .8rem;
  padding-bottom: .8rem; }

.basket__time .nice-select > .current {
  text-transform: uppercase; }

.basket__time .nice-select .option {
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  font-size: 1.4rem;
  line-height: 3rem;
  box-sizing: border-box;
  padding: 0 .5rem;
  height: 3rem;
  min-height: 3rem;
  text-transform: uppercase;
  text-align: center; }

.basket__charge-title,
.basket__charge-amount {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #272727;
  font-weight: 400;
  line-height: 3rem;
  text-transform: none;
  box-sizing: border-box; }

.basket__total-title,
.basket__total-amount {
  font-size: 2rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #272727;
  font-weight: 400;
  line-height: 3rem;
  text-transform: none;
  box-sizing: border-box; }

.basket__charge-title {
  width: 62%; }
.basket__charge__details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none; }
.basket__charge-quantity {
  width: 25%;
  text-align: right;
  text-decoration: none; }
  .basket__charge-quantity:hover {
    text-decoration: none; }
.basket__footer-wrapper a:has(.basket__extra-charge) {
  text-decoration: none; }
.basket__footer:has(.basket__footer-wrapper:nth-of-type(2)) .basket__footer-wrapper:nth-of-type(1) .basket__total-title,
.basket__footer:has(.basket__footer-wrapper:nth-of-type(2)) .basket__footer-wrapper:nth-of-type(1) .basket__total-amount {
  font-size: 1.4rem; }

/* Basket order button
   -------------------------------------------------------------------------- */
.basket__button-link {
  color: #fff;
  background-color: #00a0e7;
  border: none;
  padding: 0 1.2rem;
  border-radius: 0;
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: none;
  border: solid .1rem #00a0e7;
  line-height: 2.8rem;
  height: 3rem;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .basket__button-link:hover {
    color: #00a0e7;
    background-color: #fff; }

/* Basket coupon
   -------------------------------------------------------------------------- */
.basket__coupon {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 2.4rem; }

.basket__coupon-link,
.basket__coupon-validate {
  display: inline-block;
  vertical-align: top;
  color: #000;
  text-decoration: underline;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

.basket__coupon-link:hover,
.basket__coupon-validate:hover {
  color: #000;
  text-decoration: none; }

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

.basket__coupon-form {
  font-size: 0; }

.basket__coupon-form span,
.basket__coupon-input,
.basket__coupon-validate {
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 2.4rem; }

.basket__coupon-input {
  outline: none;
  box-shadow: none;
  margin: 0 .8rem;
  padding: 0 1.2rem;
  line-height: 2.8rem;
  height: 3rem;
  background-color: transparent;
  border: solid .1rem #a9a9a9;
  box-sizing: border-box; }

/* Basket error messages
   -------------------------------------------------------------------------- */
.basket__error,
.basket__footer-red-message {
  box-sizing: border-box;
  padding: .3rem 1rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-transform: none;
  text-align: center;
  color: #fff;
  background-color: #00a0e7; }

.basket-tip,
.basket-upselling {
  display: none; }

/* BASKET DROPDOWN */
.basket-dropdown {
  display: none; }

.basket-dropdown.open {
  display: block;
  width: 100%;
  max-width: 33.2rem;
  box-sizing: border-box;
  border: none;
  position: absolute;
  top: 11.4rem;
  right: 2.7rem;
  z-index: 1000; }

.page_menu .basket-dropdown.open {
  top: 11.4rem; }

.message_persistent ~ .page__wrapper .basket-dropdown.open {
  top: 15.9rem; }

.basket-dropdown.open .basket-dropdown__wrapper {
  max-height: calc(100vh - 15.8rem);
  overflow-y: auto; }

.basket-dropdown .off-canvas__wrapper {
  padding-bottom: 0; }

@media screen and (max-width: 77.5em) {
  .basket-dropdown.open {
    top: 8rem;
    right: 1.7rem; }

  .message_persistent ~ .page__wrapper .basket-dropdown.open {
    top: 12.5rem;
    right: 1.7rem; } }
@media screen and (max-width: 52.5em) {
  .basket-dropdown {
    display: block; }

  .basket-dropdown.open:before {
    display: none; }

  .page_menu.page_improved {
    padding-bottom: 0; } }
/* TEXT BELOW BASKET */
.text-below-basket {
  background-color: #00a0e7;
  box-sizing: border-box;
  display: block;
  margin: 2rem auto 1rem;
  width: 100%;
  border-radius: 0;
  padding: 3rem 1.5rem; }

.text-below-basket__content {
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #fff;
  text-transform: none; }

/* ==========================================================================
   CUSTOMIZATION POPUP
   ========================================================================== */
.popup-holder-improved__overlay {
  background-color: rgba(55, 55, 55, 0.71); }

.popup,
.popup_improved {
  width: 100%;
  max-width: 82.1rem;
  background: url("/assets-images/index-main-bg.jpg") top center;
  padding-bottom: 3.2rem;
  overflow: hidden; }

.popup_improved > .popup__close {
  display: block !important;
  width: 4.6rem;
  height: 4.6rem;
  float: none;
  position: absolute;
  top: 1.8rem;
  right: 2.5rem;
  background: url("/assets-images/popup-close-icon.png") center center no-repeat;
  box-shadow: none; }

.popup_improved .popup__close .popup__close-icon {
  display: none; }

.popup__wrapper,
.popup_improved .popup__wrapper {
  padding: 4.3rem 4.5rem 0; }

.popup_improved .popup__header {
  margin-bottom: .8rem; }

.popup__picture {
  width: 33rem;
  height: 33rem;
  margin-right: 3.3rem;
  border-radius: .2rem;
  overflow: hidden;
  margin-bottom: 4.2rem;
  background: linear-gradient(to bottom, rgba(0, 160, 231, 0), #00a0e7);
  position: relative;
  border-left: solid .1rem transparent;
  border-right: solid .1rem transparent;
  border-bottom: solid .1rem transparent;
  box-sizing: border-box;
  border-radius: .2rem; }

.popup__picture:before {
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  position: absolute;
  top: -.1rem;
  left: 0;
  background-color: #2d2d2d;
  z-index: 1; }

.popup__picture-image {
  display: block;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%); }

.popup_improved .popup__picture-image_desktop {
  max-height: none; }

.popup__title,
.popup__price,
.popup_improved .popup__title {
  font-size: 3rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 3.6rem;
  margin-top: 0;
  padding-top: 1.5rem;
  overflow: visible;
  text-transform: uppercase; }

.popup__description,
.popup_improved .popup__description {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 2rem;
  margin-top: .8rem;
  padding-bottom: 2rem;
  text-transform: uppercase; }

.popup_improved.popup_scrolled .popup__title {
  background-color: #2d2d2d;
  font-size: 3rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 3.6rem;
  box-sizing: border-box;
  padding: 1.3rem 4.5rem;
  margin-top: 0;
  box-shadow: 0 0.24rem 0.24rem rgba(0, 0, 0, 0.2); }

/* Popup group
   -------------------------------------------------------------------------- */
.popup__group {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4.4rem; }

.popup-group__quantity {
  font-size: 0;
  vertical-align: top;
  width: 50%;
  background-color: #282828;
  padding-top: .8rem;
  padding-bottom: .8rem;
  text-align: center; }

.popup-group__quantity-field {
  font-size: 1.8rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 2.4rem;
  height: 2.4rem;
  outline: none;
  box-shadow: none;
  border: none;
  background-color: transparent;
  min-width: 5rem;
  padding: 0 .4rem;
  box-sizing: border-box;
  text-align: center; }

.popup-group__quantity-field,
.popup-group__quantity-button {
  display: inline-block;
  vertical-align: top;
  float: none; }

.popup-group__quantity-button {
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  width: 2.4rem;
  height: 2.4rem;
  background-color: transparent; }

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

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

.popup-group__quantity-minus-icon:before,
.popup-group__quantity-plus-icon:before {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  margin: 0;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #fff;
  background-color: transparent;
  border-radius: 0; }

.popup-group__quantity-button:hover {
  color: #00a0e7; }

.popup-group__quantity-button:hover .popup-group__quantity-minus-icon:before,
.popup-group__quantity-button:hover .popup-group__quantity-plus-icon:before {
  color: #00a0e7; }

.popup-group__label,
.popup-group_improved .popup-group__label,
.popup-group__single-choice {
  font-size: 1.8rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 1.6rem;
  line-height: 3rem;
  text-transform: uppercase;
  font-weight: normal; }

.popup-group_improved .popup-group__label,
.popup-group_improved .popup-group__single-choice {
  line-height: 3rem; }

.popup-group__label_quantity,
.popup-group_improved .popup-group__label_quantity {
  display: none; }

.popup-group_improved .popup-group__label {
  width: 10.4rem;
  line-height: 3rem; }

.popup-group_improved .popup-group__line + .popup-group__line {
  margin-top: 1.8rem; }

.popup-group_improved .nice-select__container {
  min-width: 14rem; }

.popup-group_improved .nice-select {
  line-height: 2.8rem;
  height: 3rem;
  width: 100%;
  border: solid .1rem #00a0e7;
  background-color: #fff;
  padding-right: 2.5rem; }

.popup-group_improved .nice-select:after {
  border-bottom: solid 0.1rem #00a0e7;
  border-right: solid 0.1rem #00a0e7;
  margin-top: -.48rem;
  right: .8rem; }

.popup-group_improved .nice-select > .current {
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #00a0e7;
  line-height: 2.8rem;
  text-transform: uppercase;
  padding-left: .8rem; }

.popup_improved .nice-select.open .list {
  border: solid .1rem #00a0e7;
  margin-left: -.1rem;
  width: calc(100% + .2rem);
  padding-top: .8rem;
  padding-bottom: .8rem; }

.popup_improved .nice-select .option {
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  height: 3rem;
  line-height: 3rem;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 0 .5rem;
  min-height: 3rem; }

.popup_improved .nice-select .option:hover {
  color: #fff; }

.popup_improved .nice-select .option + .option {
  margin-top: .4rem; }

/* Popup row
   -------------------------------------------------------------------------- */
.popup-row + .popup-row {
  margin-top: 0;
  padding-top: 1rem; }

.popup-row__title {
  font-size: 1.8rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 2.4rem;
  margin-bottom: 1.8rem;
  text-transform: uppercase;
  font-weight: normal; }

.popup-row__description {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 2rem;
  margin-bottom: 1.8rem; }

.popup-row__title + .popup-row__description {
  margin-top: -1rem; }

/* Popup enum
   -------------------------------------------------------------------------- */
.popup-row_enum {
  padding: 0; }

.popup-row_enum + .popup-row_enum {
  border-top: none; }

.popup-enum {
  box-sizing: border-box;
  padding-left: 0; }

.popup-enum__option {
  margin: 0 1.6rem 2rem 0; }

.popup-enum__text {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 2rem;
  color: #000;
  background-color: #fff;
  box-sizing: border-box;
  border: solid .1rem #00a0e7;
  padding: 0 .5rem;
  min-width: 10.8rem;
  text-transform: uppercase;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

.popup-enum__option:hover .popup-enum__text,
.popup-enum__radio:checked + .popup-enum__text {
  color: #fff;
  border: solid .1rem #00a0e7;
  background-color: #00a0e7;
  font-weight: normal; }

.popup-enum__radio:disabled + .popup-enum__text {
  opacity: .6; }

/* Popup set
   -------------------------------------------------------------------------- */
.popup-set {
  margin-top: 0; }

.popup-row_set {
  padding: 0; }

.popup-set__group-title {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 1.6rem;
  margin-bottom: 2.1rem;
  text-transform: uppercase; }

.popup-set__title {
  color: #fff; }

.popup-set__label {
  padding: 0;
  margin-bottom: 2.1rem;
  position: relative; }

.popup-set__text {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 1.6rem;
  padding-left: 2.7rem;
  position: relative;
  text-transform: uppercase; }
  .popup-set__text:before, .popup-set__text:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0; }
  .popup-set__text:before {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    border: solid 0.1rem #00a0e7;
    border-radius: 0;
    background-color: #fff;
    z-index: 1;
    margin: 0; }
  .popup-set__text:after {
    display: none;
    width: 1.6rem;
    height: 1.6rem;
    border: none;
    border-radius: 0;
    background-color: #00a0e7;
    z-index: 2;
    margin: 0rem; }

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

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

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

/* Popup buttons
   -------------------------------------------------------------------------- */
.popup-buttons,
.popup-buttons_improved {
  box-sizing: border-box;
  position: static;
  margin-top: 2.4rem;
  font-size: 0;
  text-align: right; }

.popup-buttons__button,
.popup-buttons_improved .popup-buttons__button {
  color: #fff;
  background-color: #00a0e7;
  border: none;
  padding: 0 0;
  border-radius: 0.4rem;
  font-size: 2rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 3.2rem;
  height: 3.2rem;
  box-sizing: border-box;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  min-width: 3.4rem;
  text-align: center;
  background-color: #00a0e7;
  border: solid .1rem #00a0e7;
  display: inline-block;
  vertical-align: top; }
  .popup-buttons__button:hover,
  .popup-buttons_improved .popup-buttons__button:hover {
    color: #fff;
    background-color: transparent; }

.popup-buttons_improved .popup-buttons__button-price {
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 3.2rem;
  text-transform: uppercase;
  color: #fff;
  float: right;
  display: inline-block;
  vertical-align: top;
  padding-right: 2.4rem;
  padding-left: 2.4rem; }

.popup-buttons_improved .popup-buttons__button-price:after {
  display: none; }

@media screen and (max-width: 52.5em) {
  .popup-buttons__button,
  .popup-buttons_improved .popup-buttons__button {
    width: auto; } }
/* SUBCATEGORY FILTER */
.subcategory-filter {
  display: block;
  width: 100%;
  font-size: 0;
  text-align: center;
  margin-bottom: 1.5rem; }

.subcategory-filter.hidden {
  display: none; }

.subcategory-filter__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 1.5rem 1rem;
  width: auto;
  height: 3.6rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-size: 2.2rem;
  line-height: 3.4rem;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
  border: solid .1rem #00a0e7;
  position: relative;
  overflow: visible; }

.subcategory-filter__link {
  display: block;
  height: 3.4rem;
  line-height: 3.4rem;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 .5rem;
  transition: all .3s ease;
  position: relative;
  overflow: visible; }

.subcategory-filter__link,
.subcategory-filter__link:hover {
  text-decoration: none;
  cursor: pointer; }

.subcategory-filter__link:hover {
  color: #fff;
  background-color: #00a0e7; }

.subcategory-filter__item.active .subcategory-filter__link {
  color: #fff;
  background-color: #00a0e7; }

.subcategory-filter__text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.subcategory-filter__text:before {
  display: block;
  width: 3.8rem;
  height: 3.8rem;
  content: '';
  position: absolute;
  left: -1.6rem;
  top: -.2rem; }

.subcategory-filter__item_poisson .subcategory-filter__text:before,
.subcategory-filter__item_viande .subcategory-filter__text:before,
.subcategory-filter__item_crustaces_molluscs .subcategory-filter__text:before,
.subcategory-filter__item_sans_algues .subcategory-filter__text:before {
  background-image: url("/assets-images/legend-icons-sprite.png");
  background-repeat: no-repeat; }

.subcategory-filter__item_poisson .subcategory-filter__text:before {
  background-position: 0 0; }

.subcategory-filter__item_viande .subcategory-filter__text:before {
  background-position: -3.8rem 0; }

/* FILTERS */
.choise-filters {
  background-color: #000; }

.choise-filters__wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  font-size: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 2.7rem;
  padding-right: 2.7rem;
  position: relative; }

.filter {
  position: relative; }

.choise-filters__wrapper .filter:first-child {
  margin-left: 0; }

.choise-filters__wrapper .filter:last-child {
  margin-right: 0; }

.filter,
.header__shop-menu {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3rem; }

.choise-filters__wrapper .header__shop-menu {
  margin-right: 0; }

.choise-filters__wrapper .filter + .filter + .header__shop-menu {
  position: absolute;
  right: 2.7rem;
  top: 2rem; }

.filter-dropdown {
  display: none; }

.filter__title,
.filter__value,
.header__shop-menu .dropdown-menu__header-link {
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0; }

@media screen and (max-width: 71.25em) {
  .filter__title,
  .filter__value,
  .header__shop-menu .dropdown-menu__header-link {
    font-size: 1.4rem;
    line-height: 2.4rem; } }
.header__shop-menu .dropdown-menu__header-link:hover {
  text-decoration: underline; }

.filter__value {
  cursor: pointer; }

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

.header__shop-menu .dropdown-menu__header-link {
  padding-left: 2.8rem;
  background: url("/assets-images/filter-location-icon.png") left center no-repeat;
  line-height: 2.4rem;
  padding-right: 0; }

.filter__title {
  white-space: nowrap; }

.filter_delivery {
  position: absolute;
  left: 2.7rem;
  top: 2rem; }

.filter_delivery .filter__title {
  color: #d15c24; }

.filter_delivery[data-dropdown-open] .dropdown-menu__body {
  margin-top: 2rem; }

.filter_time .filter__title {
  padding-left: 3rem;
  background: url("/assets-images/filter-time-icon.png") left center no-repeat; }

.filter_time .nice-select .list {
  max-height: 17.3rem;
  overflow-y: auto; }

.filter__title .nice-select__container {
  vertical-align: top; }

.filter__title .nice-select {
  border: none;
  height: 2.4rem;
  line-height: 2.4rem;
  padding-right: 0; }

.filter__title .nice-select:after {
  display: none; }

.filter__title .nice-select .current {
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #fff;
  cursor: pointer; }

@media screen and (max-width: 71.25em) {
  .filter__title .nice-select .current {
    font-size: 1.4rem;
    line-height: 2.4rem; } }
.filter__title .nice-select .current:hover {
  text-decoration: underline; }

.filter__title .nice-select.open .list {
  width: 18.6rem;
  border-radius: 0;
  background-color: #fff;
  border: none;
  box-shadow: none;
  left: 50%;
  top: 100%;
  padding: .9rem 0;
  transform: translate(-50%, 0);
  margin-top: 2rem; }

.filter__title .nice-select .option {
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  height: 3rem;
  line-height: 3rem;
  color: #000;
  text-align: center;
  text-transform: uppercase; }

.filter__title .option + .option {
  margin-top: .4rem; }

.filter__title .nice-select .option:hover,
.filter__title .nice-select .option.focus,
.filter__title .nice-select .option.selected.focus:hover,
.filter__title .nice-select .option.selected.focus {
  color: #fff;
  background-color: #d65d24; }

.filter__title .nice-select .list:hover .option.selected:not(:hover) {
  color: #fff !important;
  background-color: #d65d24 !important; }

.filter[data-dropdown-open] .filter-dropdown {
  display: block;
  width: 18.6rem;
  border-radius: 0;
  background-color: #fff; }

.filter-dropdown__option {
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  height: 3rem;
  line-height: 3rem;
  color: #000;
  text-align: center;
  display: block;
  position: relative;
  text-transform: uppercase;
  transition: all .3s ease; }

.filter-dropdown__method {
  display: block;
  transition: all .3s ease;
  cursor: pointer; }

.filter-dropdown__radio[checked] ~ .filter-dropdown__method,
.filter-dropdown__option:hover .filter-dropdown__method {
  color: #fff;
  background-color: #d65d24; }

.filter-dropdown__option .filter-dropdown__radio {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  opacity: 0; }

@media screen and (max-width: 52.5em) {
  .choise-filters,
  .header__shop-menu {
    display: none; } }
/* MESSAGES */
.message {
  font-size: 1.8rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  line-height: 2.4rem; }

.message__content {
  padding-top: 2.3rem;
  padding-bottom: 2.3rem; }

.message_info {
  color: #fff;
  background-color: #00a0e7;
  opacity: 1; }

.message_error {
  color: #fff;
  background-color: #d15c24;
  opacity: 1; }

/* CHECKOUT PAGES */
.page_orders .checkout__header,
.page_account .checkout__header,
.page_edit_account .checkout__header {
  margin-bottom: 3.9rem; }

.page__content {
  background-color: #373737; }

.page_index .page__content {
  background-color: transparent; }

.checkout-delimiter {
  margin-top: 1.9rem;
  margin-bottom: 1.9rem; }

.checkout-delimiter__text {
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4rem;
  text-transform: uppercase;
  color: #fff; }

.checkout__title {
  font-size: 2rem;
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  color: #fff;
  font-weight: normal;
  line-height: 3.2rem;
  text-align: center;
  position: relative;
  background: url("/assets-images/title-separator-blue.png") center bottom no-repeat;
  padding-bottom: 2.5rem;
  text-transform: uppercase; }

.checkout__description {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 2rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4rem; }

.checkout__header {
  margin-bottom: 6rem; }

.checkout__header .checkout__description {
  margin-top: 4rem; }

.checkout__fieldset {
  max-width: 48.9rem; }

.checkout-row {
  padding-left: 0;
  margin-bottom: 2.8rem; }

.checkout-row__label {
  font-size: 1.8rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 2.4rem;
  padding-top: .4rem;
  padding-right: 4rem;
  text-align: right;
  width: 25.5rem;
  margin-left: -25.5rem;
  box-sizing: border-box;
  font-weight: normal;
  text-transform: uppercase; }

.checkout-row__field-text {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 3rem;
  padding: 0 1.2rem;
  height: 3.2rem;
  margin: 0;
  outline: none;
  box-shadow: none;
  background-color: #fff;
  border: solid .1rem #00a0e7; }

.checkout-row__group-item {
  margin-top: 1.4rem;
  color: #fff; }

.checkout-row__group-item_forgot-password {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 2rem;
  text-transform: uppercase;
  color: #fff; }

.checkout__footer {
  margin-top: 5.9rem; }

.checkout__footer .form-buttons {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto; }

.form-buttons__button {
  min-width: 15.3rem;
  box-sizing: border-box;
  color: #fff;
  background-color: #00a0e7;
  border: none;
  padding: 0 2.2rem;
  border-radius: 0;
  font-size: 1.8rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 3.8rem;
  height: 4rem;
  text-transform: uppercase;
  border: solid .1rem #00a0e7;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  text-align: center; }
  .form-buttons__button:hover {
    color: #00a0e7;
    background-color: #fff; }

.form-buttons__link {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 2rem;
  padding: 1rem 0;
  text-transform: uppercase;
  text-decoration: underline; }

.checkout__section + .checkout__section {
  margin-top: 8.2rem; }

.checkout-row__group-label_checkbox {
  position: relative; }

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

.checkout-row__label-text {
  display: block;
  position: relative;
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #000;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.6rem;
  box-sizing: border-box;
  padding-left: 2.7rem;
  color: #fff; }
  .checkout-row__label-text:before, .checkout-row__label-text:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0; }
  .checkout-row__label-text:before {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    border: solid 0.1rem #00a0e7;
    border-radius: 0;
    background-color: #fff;
    z-index: 1;
    margin: 0; }
  .checkout-row__label-text:after {
    display: none;
    width: 1.6rem;
    height: 1.6rem;
    border: none;
    border-radius: 0;
    background-color: #00a0e7;
    z-index: 2;
    margin: 0rem; }

.checkout-row__label-text:before {
  box-sizing: border-box; }

.checkout-row__field-checkbox:checked ~ .checkout-row__label-text:after {
  display: block;
  margin: 0; }

@media screen and (max-width: 60em) {
  .checkout-row__label {
    display: block;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-bottom: .8rem;
    text-align: left; } }
@media screen and (max-width: 23.75em) {
  .form-buttons__button {
    padding: 0 1rem;
    min-width: auto;
    font-size: 1.4rem; } }
/* CHECKOUT ERRORS */
.checkout-error {
  padding: 0;
  margin-bottom: 2.8rem; }

.checkout-error__wrapper {
  width: 100%;
  background-color: #00a0e7; }

.checkout-error__list {
  margin-left: 3rem;
  padding-left: .5rem;
  padding-top: 1rem;
  padding-bottom: 1rem; }

.checkout-error__item {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 2.4rem;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0; }

.message_error.checkout-error__div {
  box-sizing: border-box;
  padding: .8rem 1.2rem; }

/* CHECKOUT NAVIGATION */
.checkout-navigation {
  padding-top: 2.2rem;
  padding-bottom: 1rem;
  background-color: #000; }

.checkout-navigation__list {
  font-size: 0;
  text-align: center; }

.checkout-navigation__item {
  font-size: 1.8rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 2.4rem;
  margin: 0 2.5rem;
  height: 2.4rem;
  padding: 0;
  position: relative;
  padding-bottom: 1.3rem; }

.checkout-navigation__item_active {
  overflow: visible;
  color: #00a0e7; }

.checkout-navigation__item_active:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
  width: 11rem;
  height: 1.3rem;
  background: url("/assets-images/menu-item-selected-bg-blue.png") center center no-repeat; }

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

  .checkout-navigation__item {
    font-size: 1.2rem;
    line-height: 2.2rem;
    height: 2.2rem;
    padding-bottom: .8rem; }

  .checkout-navigation__item:after {
    width: 2.4rem;
    height: 3.2rem; }

  .checkout-navigation__item:before {
    min-width: 7.2rem;
    height: 1.1rem;
    background-size: 7.2rem 1.1rem;
    margin-left: 0; } }
@media screen and (max-width: 23.75em) {
  .checkout-navigation__item {
    margin: 0 1.3rem; } }
/* PAGE ORDER STEP3 */
.checkout-variant + .checkout-variant {
  margin-top: 3.6rem; }

.checkout-variant__select {
  padding-left: 0;
  padding-bottom: 0; }

.checkout-variant__select-label {
  font-size: 1.8rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  line-height: 2.4rem;
  margin-top: 0;
  padding-top: .3rem;
  white-space: normal;
  max-width: 19rem; }

.checkout-variant__select-set {
  font-size: 0; }

.checkout-row__group .nice-select__container {
  width: 50%;
  vertical-align: top; }

.checkout-variant .nice-select__container {
  min-width: calc(50% - 2.6rem);
  vertical-align: top; }

.checkout-variant .nice-select__container ~ .nice-select__container {
  margin-left: 5.2rem; }

.checkout-variant .nice-select,
.checkout-row__group .nice-select {
  width: 100%;
  border-bottom: solid .2rem #00a0e7;
  color: #fff; }

.checkout-variant .nice-select:after,
.checkout-row__group .nice-select:after {
  border-right: solid .2rem #00a0e7;
  border-bottom: solid .2rem #00a0e7; }

.checkout-variant .nice-select .current,
.checkout-row__group .nice-select .current {
  color: #fff;
  text-transform: none;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  line-height: 2.8rem; }

.checkout-variant .nice-select.open .list,
.checkout-row__group .nice-select.open .list {
  margin-top: 0;
  border: none;
  width: 100%;
  border-radius: 0;
  background-color: #fff;
  max-height: 12rem;
  overflow-y: scroll; }

.checkout-variant .option,
.checkout-row__group .option {
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  font-size: 1.4rem;
  line-height: 3rem;
  padding: 0 1.5rem;
  color: #000;
  background-color: #fff;
  transition: all .3s ease;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center; }

.checkout-variant .option:hover,
.checkout-row__group .option:hover {
  color: #fff;
  background-color: #00a0e7; }

.checkout-variant__helper {
  padding-top: 1.1rem;
  padding-bottom: 0;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #fff; }

.checkout-variant__label {
  font-size: 1.8rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 2.4rem;
  margin-top: 0;
  margin-left: -19rem;
  position: relative;
  text-transform: uppercase; }

.checkout-variant__label [data-checkout-area-form-error-message] {
  display: none; }

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

.checkout-variant__text {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  line-height: 2.4rem;
  box-sizing: border-box;
  padding-left: 2.6rem; }
  .checkout-variant__text:before, .checkout-variant__text:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0; }
  .checkout-variant__text:before {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    border: solid 0.1rem #00a0e7;
    border-radius: 0;
    background-color: #fff;
    z-index: 1;
    margin: 0; }
  .checkout-variant__text:after {
    display: none;
    width: 1.6rem;
    height: 1.6rem;
    border: none;
    border-radius: 0;
    background-color: #00a0e7;
    z-index: 2;
    margin: 0rem; }

.checkout-variant__text:before {
  box-sizing: border-box;
  top: .4rem; }

.checkout-variant__text:after {
  margin: 0;
  top: .4rem; }

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

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

.checkout-row__group-item.checkout-row__group-item_helper {
  padding-top: 0; }

.checkout-row__group-item_helper {
  padding-top: 1.1rem;
  padding-bottom: 0;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #fff;
  margin-top: 0; }

.checkout-row__field-textarea {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 2rem;
  padding: 1rem 1.5rem;
  margin: 0;
  outline: none;
  box-shadow: none;
  background-color: #fff;
  border: solid .1rem #00a0e7;
  resize: none;
  display: block; }

/* CARD ENTRY */
.card-entry {
  margin-top: 3rem; }

.checkout-variant__select-input,
.card-entry__input {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 2.8rem;
  padding: 0 1.2rem;
  height: 3rem;
  margin: 0;
  outline: none;
  text-transform: uppercase;
  box-shadow: none;
  background-color: #fff;
  border: solid .1rem #00a0e7; }

.checkout-variant__select_helper .checkout-variant__helper {
  padding-top: 1.1rem;
  padding-bottom: 0;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #fff; }

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

.card-entry__label {
  font-size: 1.8rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 2.4rem;
  padding-top: .3rem;
  text-transform: uppercase;
  text-align: right;
  box-sizing: border-box;
  padding-right: 4rem;
  width: 19rem;
  margin-left: -19rem; }
  @media screen and (max-width: 40em) {
    .card-entry__label {
      display: block;
      width: 100%;
      padding-right: 0;
      margin-left: 0;
      text-align: left; } }

.card-entry__new-card {
  padding-left: 0; }

.card-entry__input_small {
  width: 7.8rem; }

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

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

.card-entry__checkbox-helper {
  display: block;
  margin-top: 0;
  padding-top: 1.1rem;
  padding-left: 2.6rem;
  line-height: 1.6rem;
  box-sizing: border-box; }
  .card-entry__checkbox-helper:before, .card-entry__checkbox-helper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0; }
  .card-entry__checkbox-helper:before {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    border: solid 0.1rem #00a0e7;
    border-radius: 0;
    background-color: #fff;
    z-index: 1;
    margin: 0; }
  .card-entry__checkbox-helper:after {
    display: none;
    width: 1.6rem;
    height: 1.6rem;
    border: none;
    border-radius: 0;
    background-color: #00a0e7;
    z-index: 2;
    margin: 0rem; }

.card-entry__checkbox-helper:before,
.card-entry__checkbox-helper:after {
  box-sizing: border-box;
  top: .7rem; }

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

.card-entry__instructions {
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #fff; }

/* CHECKOUT ATOMS */
.checkout-row__group-item_atoms {
  font-size: 0; }

.checkout-row__group-atom {
  width: calc(50% - 4.1rem);
  margin: 0 .2rem 0 0;
  display: inline-block;
  vertical-align: top; }

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

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

.checkout-row__group-atom .checkout-row__group-label_atom {
  width: calc(100% - 7.8rem);
  margin-left: 0;
  text-align: right;
  display: inline-block;
  vertical-align: top;
  font-size: 1.8rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 2.4rem;
  padding-top: .3rem;
  padding-right: 2.8rem;
  text-transform: uppercase; }

.checkout-row__group-atom:first-child .checkout-row__group-label_atom {
  width: 19rem;
  margin-left: -19rem;
  text-align: right;
  text-transform: uppercase;
  padding-right: 4rem; }

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

@media screen and (max-width: 60em) {
  .checkout-row__group-atom,
  .checkout-row__group-atom:first-child {
    width: 32%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0; }

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

  .checkout-row__group-atom .checkout-row__group-label_atom,
  .checkout-row__group-atom:first-child .checkout-row__group-label_atom {
    padding: 0;
    display: block;
    width: 100%;
    margin-bottom: .8rem;
    margin-left: 0;
    text-align: left; }

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

  .checkout-variant__label {
    margin-left: 0; }

  .checkout-variant__select-label {
    float: none;
    margin-left: 0; }

  .checkout-variant {
    padding-left: 0; } }
@media screen and (max-width: 30em) {
  .checkout-variant__text {
    box-sizing: border-box;
    padding-left: 2.6rem; }

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

  .checkout-variant .nice-select__container {
    width: calc(50% - .4rem); }

  .checkout-variant .nice-select__container ~ .nice-select__container {
    margin-left: .8rem; } }
/* PAGE ORDER STEP 5 - CONFIRM */
.checkout-confirm {
  max-width: 48.6rem;
  margin-left: auto;
  margin-right: auto; }

.checkout-confirm__title {
  font-size: 1.8rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #00a0e7;
  line-height: 2.4rem;
  text-transform: uppercase;
  font-weight: normal; }

.checkout-confirm__content {
  margin-top: 1.2rem;
  line-height: 1.8rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #fff; }

.checkout-confirm__loyalty-earned-points {
  font-size: 1.8rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #00a0e7;
  line-height: 2.4rem;
  text-transform: uppercase; }

/* ACCOUNT NAVIGATION */
.account-navigation {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  background-color: #373737; }

.account-navigation__list {
  font-size: 0;
  text-align: center; }

.account-navigation__item {
  font-size: 1.8rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 2.4rem;
  height: 4rem;
  padding: 0;
  position: relative;
  margin: 0 2.8rem;
  padding-bottom: 1rem;
  box-sizing: border-box; }

.account-navigation__item_active {
  overflow: visible; }

.account-navigation__item:hover:before,
.account-navigation__item_active:before {
  display: block;
  content: "";
  width: 100%;
  min-width: 11rem;
  height: 1.5rem;
  background: url("/assets-images/menu-item-selected-bg-blue.png") center bottom no-repeat;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0); }

.account-navigation__list .account-navigation__item:last-child:before {
  margin-left: 0; }

.account-navigation__link {
  padding: 0;
  text-transform: uppercase; }

/* PAGE ORDERS */
.order-table {
  border: none;
  background-color: transparent;
  max-width: 78.9rem;
  margin-left: auto;
  margin-right: auto;
  border-bottom: solid .1rem #000; }

.order-table__header {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 2rem;
  text-transform: uppercase; }

.order-table__header-item {
  background-color: #00a0e7;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem; }

.order-row__header {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 2.4rem;
  background-color: #d9d9d9;
  border-top: none; }

.order-row:nth-child(odd) .order-row__header {
  background-color: #f1f1f1; }

.order-row__header-item {
  padding: .6rem .5rem; }

.order-row__header-item:first-child {
  border-left: solid .1rem #000; }

.order-row__header-item:last-child {
  border-right: solid .1rem #000; }

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

.order-row__order {
  border-top: .1rem solid #dbdbdb;
  border-bottom: .1rem solid #dbdbdb; }

.order-table__print-button {
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

.order-table__print-button:hover {
  color: #000;
  text-decoration: none; }

.order {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 2.4rem;
  background-color: #f1f1f1;
  padding: 1rem 1.9rem 3rem;
  border-left: solid .1rem #000;
  border-right: solid .1rem #000; }

.order__repeat-button {
  color: #fff;
  background-color: #00a0e7;
  border: none;
  padding: 0 1rem;
  border-radius: 0;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 3rem;
  height: 3rem;
  min-width: 18.2rem;
  border: none;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .order__repeat-button:hover {
    color: #00a0e7;
    background-color: #fff; }

.order__repeat-empty-basket {
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 3rem;
  color: #000;
  text-decoration: underline;
  text-transform: none;
  padding: 0;
  margin-left: 2rem;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

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

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

.order__group_col-2 + .order__group_col-2:not(:first-child) {
  margin-top: 0; }

.order__group-title {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 500;
  line-height: 2.4rem;
  margin-bottom: .2rem;
  text-transform: uppercase; }

.order__group-content {
  line-height: 2.4rem; }

.order__info-item,
.order__info-item:not(:first-child) {
  margin-top: 0; }

.order__items-container {
  margin-top: 1rem;
  border-top: none; }

.order__items-table {
  max-width: 63rem; }

.order__items-column {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 2.4rem;
  padding: .5rem 1.4rem; }

.order__items-column:first-child {
  padding: .5rem .5rem .5rem 1.4rem; }

.order__items-column:last-child {
  padding: .5rem .4rem .5rem .5rem; }

.order__items-attribute {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 1.4rem;
  font-style: normal;
  line-height: 1.6rem;
  opacity: .4;
  margin-top: 1.6rem; }

.order__items-deal tr + tr .order__items-column,
.order__items-default tr + tr .order__items-column {
  padding-top: 1rem; }

.order__items-deal tr:nth-last-child(-n+2) .order__items-column,
.order__items-default tr:last-child .order__items-column {
  padding-bottom: 1rem; }

.order__items-deal-header-column {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  line-height: 2.4rem;
  text-transform: none;
  padding: .3rem 1.4rem;
  box-sizing: border-box;
  background-color: #000; }

.order__items-deal .order__items-column {
  background-color: #e8e8e8; }

.order__add-button {
  color: #fff;
  background-color: #00a0e7;
  border: none;
  padding: 0 1rem;
  border-radius: 0;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  height: 2.4rem;
  min-width: 8rem;
  border: none;
  box-sizing: border-box;
  text-align: center;
  text-transform: none;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  cursor: pointer; }
  .order__add-button:hover {
    color: #00a0e7;
    background-color: #fff; }

.order__total,
.order__items-footer {
  border-top: solid .1rem #d6d6d6; }

.order__total {
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  text-transform: none;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.4rem; }

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

  .order-table .order-table__header,
  .order-table .order-row {
    width: 64rem; } }
/* STATIC PAGES */
.page_static .content__main {
  max-width: 64rem;
  width: 100%;
  margin: 0 auto;
  float: none;
  text-align: center;
  padding: 0 1.2rem;
  box-sizing: border-box; }

.page_static .content__main .static-page__title,
.page_static .content__main h1 {
  font-size: 2rem;
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  background: url("/assets-images/title-separator-blue.png") bottom center no-repeat; }

.page_static .content__main h2,
.page_static .content__main h3,
.page_static .content__main h4,
.page_static .content__main h5,
.page_static .content__main h6 {
  font-size: 2rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  margin-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff; }

.page_static .content__main h2 {
  font-size: 2.4rem;
  line-height: 3.2rem; }

.page_static .content__main h3 {
  font-size: 2rem;
  line-height: 2.4rem; }

.page_static .content__main h4 {
  font-size: 1.8rem;
  line-height: 2.2rem; }

.page_static .content__main h5 {
  font-size: 1.4rem;
  line-height: 1.8rem; }

.page_static .content__main h6 {
  font-size: 1.2rem;
  line-height: 1.6rem; }

.page_static .content__main p {
  font-size: 1.6rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 2.4rem;
  margin-bottom: 1.2rem;
  text-align: left; }

.page_static .content__main img {
  display: block;
  margin-bottom: 1.2rem; }

.page_static .content__main ul,
.page_static .content__main ol {
  margin: 0 0 1.2rem 0;
  padding-left: 1.2rem; }

.page_static .content__main ul {
  padding-left: 0; }

.page_static .content__main ul li,
.page_static .content__main ol li {
  font-size: 1.6rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 2.4rem;
  padding-left: 1rem;
  margin-bottom: 1.2rem;
  text-align: left; }

.page_static .content__main ul li {
  list-style: none;
  position: relative;
  padding-left: 2.2rem; }

.page_static .content__main ul li:before {
  content: '';
  display: block;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 1rem;
  left: 0;
  background-color: #00a0e7; }

/* DEALS */
.deal-wizard__header {
  margin-bottom: 4.4rem; }

.deal-wizard__title {
  font-size: 3.6rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: normal;
  line-height: 4.4rem;
  text-align: center;
  position: relative;
  background: url("/assets-images/title-separator-blue.png") center bottom no-repeat;
  padding-bottom: 2.8rem;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase; }

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

.deal-wizard-navigation__tab {
  background-color: #00a0e7;
  margin-bottom: 1rem; }

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

.deal-wizard-navigation__tab:before {
  content: '';
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  width: 1.5rem;
  height: 100%; }

.deal-wizard-navigation__tab:nth-child(3n-2):before {
  display: none; }

.deal-wizard-navigation__tab:nth-child(3n) {
  z-index: 7; }

.deal-wizard-navigation__tab:nth-child(3n-1) {
  z-index: 8; }

.deal-wizard-navigation__tab:nth-child(3n-2) {
  z-index: 9; }

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

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

.deal-wizard-navigation__tab:before,
.deal-wizard-navigation__tab_active:before {
  background-color: #00a0e7;
  box-sizing: border-box; }

.deal-wizard-navigation__link {
  font-size: 1.6rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 3.8rem;
  height: 3.8rem;
  background-color: #00a0e7;
  text-transform: none; }

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

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link {
  color: #fff;
  background-color: #00a0e7; }

.deal-wizard-navigation__link:before,
.deal-wizard-navigation__link:after {
  border-top: 1.9rem solid transparent;
  border-bottom: 1.9rem solid transparent; }

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

.deal-wizard-navigation__link:after {
  border-left-color: #00a0e7; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link:before {
  display: block; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link:after {
  border-left-color: #00a0e7;
  margin-left: -.1rem; }

.deal-wizard-navigation__title {
  line-height: 3.8rem;
  height: 3.8rem; }

.deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__link {
  color: #000;
  background-color: #e8e8e8; }

.deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab:before {
  background-color: #e8e8e8;
  box-sizing: border-box; }

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

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

.popup__wrapper.popup__wrapper_deals .popup-group__label_quantity,
.popup__wrapper.popup__wrapper_deals .popup-group__quantity,
.popup__wrapper.popup__wrapper_deals .popup-buttons__button {
  display: none; }

/* Locator widget */
.locator__fields-wrapper {
  width: 100%;
  position: relative;
  z-index: 14;
  margin-left: 0;
  max-width: 100%; }

.locator__methods,
.index-locator__methods {
  margin-bottom: 0;
  height: 8rem; }

.locator__method,
.index-locator__method {
  width: calc(50% - .5rem); }

.locator__method + .locator__method,
.index-locator__method + .index-locator__method {
  margin-left: 1rem; }

.locator__method-name,
.index-locator__method-name {
  display: block;
  width: 100%;
  border-radius: .4rem .4rem 0 0;
  padding: 0;
  text-align: center;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 4rem;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  color: #eee;
  background-color: #3e3e3d; }

.locator__method-name:hover,
.index-locator__method-name:hover {
  text-decoration: none; }

.locator__method-name:after,
.index-locator__method-name:after {
  font-size: 1.2rem;
  display: block;
  width: 100%;
  height: 4rem;
  background-color: #fff;
  border-radius: 0 0 .4rem .4rem;
  content: '';
  position: absolute;
  top: 4rem;
  left: 0; }

.locator__method input[type=radio]:checked + .locator__method-name,
.index-locator__method input[type=radio]:checked + .index-locator__method-name {
  color: #eee;
  background-color: #d65d24; }

.locator__method_delivery .locator__method-name,
.index-locator__method input[data-locator-method="delivery"] + .index-locator__method-name {
  line-height: 8rem;
  height: 8rem;
  border-radius: .4rem; }

.locator__method_delivery input[type=radio]:checked + .locator__method-name,
.index-locator__method input[data-locator-method="delivery"]:checked + .index-locator__method-name {
  line-height: 4rem;
  height: 4rem;
  border-radius: .4rem .4rem 0 0; }

.locator__method_delivery .locator__method-name:after,
.index-locator__method input[data-locator-method="delivery"] + .index-locator__method-name:after {
  display: none; }

.locator__method_delivery input[type=radio]:checked + .locator__method-name:after,
.index-locator__method input[data-locator-method="delivery"]:checked + .index-locator__method-name:after {
  display: block; }

.locator__method_collection .locator__method-name,
.index-locator__method input[data-locator-method="collection"] + .index-locator__method-name {
  background-color: #3e3e3d;
  border: none; }

.locator__method_collection .locator__method-name:after,
.index-locator__method .index-locator__method-link .index-locator__method-name:after {
  content: 'COMMANDER';
  color: #000; }

.locator__postcode,
.index-locator__postcode {
  width: calc(50% - .5rem);
  position: absolute;
  top: 4rem;
  left: 0; }

.locator__postcode-input-wrapper,
.index-locator__postcode-input-wrapper {
  padding-right: 0; }

.locator__postcode-input,
.index-locator__postcode-input {
  display: block;
  width: 100%;
  outline: none;
  box-shadow: none;
  border: none;
  background-color: transparent;
  padding: 0 1.2rem;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0 0 .4rem .4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  line-height: 4rem;
  height: 4rem;
  color: #000;
  box-sizing: border-box; }

.index-locator__postcode-input::-webkit-input-placeholder {
  color: #000;
  font-size: 1.2rem; }

.index-locator__postcode-input::-moz-placeholder {
  color: #000;
  font-size: 1.2rem; }

.index-locator__postcode-input:-ms-input-placeholder {
  color: #000;
  font-size: 1.2rem; }

.locator__postcode-button,
.index-locator__postcode-button {
  display: none; }

.locator__postcode-warning,
.index-locator__postcode-warning {
  position: absolute;
  width: 100%;
  top: 4rem;
  left: 0;
  margin-top: 0;
  box-sizing: border-box;
  padding: 1.5rem 1.2rem 1.3rem;
  text-align: center;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #fff;
  border-top: none;
  border-radius: 0 0 .4rem .4rem; }

.locator__restaurants,
.index-locator__restaurants {
  margin: 1rem 0 0 0;
  width: 100%;
  padding: 1.6rem 1.2rem;
  background-color: #fff;
  border-top: none;
  border-radius: .4rem;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  z-index: 15;
  max-height: 12rem;
  overflow-y: scroll; }

.locator__selected,
.index-locator__selected {
  display: none !important; }

.locator-restaurant,
[data-locator-selected-method=delivery] .locator-restaurant,
.index-locator-restaurant,
[data-locator-method=delivery] .index-locator-restaurant {
  padding: 0;
  border: none; }

.locator-restaurant__name,
.locator-restaurant__content-name,
.index-locator-restaurant__name {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #eee;
  text-align: center;
  text-transform: uppercase;
  color: #3e3e3d;
  line-height: 1.6rem;
  padding: 0;
  display: block;
  width: 100%;
  float: none;
  margin-bottom: .8rem; }

.locator-restaurant__name-inside {
  margin-right: 0; }

.locator-restaurant__button-wrapper {
  position: static;
  margin-top: .4rem; }

.locator-restaurant__button_header {
  float: none; }

.locator-restaurant__button,
.index-locator-restaurant__button {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #eee;
  line-height: 3rem;
  height: 3rem;
  padding: 0 .8rem;
  box-sizing: border-box;
  border-radius: .4rem;
  text-align: center;
  text-transform: uppercase;
  background-color: #00a0e7;
  border: none;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  min-width: 9.6rem;
  display: block;
  max-width: 12rem;
  margin-left: auto;
  margin-right: auto; }

.locator-restaurant__button:hover,
.index-locator-restaurant__button:hover {
  background-color: #3e3e3d; }

[data-locator-selected-method=collection] .locator-restaurant__content_embed-map,
[data-google-locator-instance] .locator-restaurant__content_embed-map,
.index-locator-restaurant__map {
  padding-left: 0; }

.locator-restaurant__address,
.index-locator-restaurant__address {
  font-size: 1.2rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #3e3e3d;
  line-height: 2rem; }

.locator-restaurant__address p:last-child {
  margin-bottom: 0; }

.locator-restaurant__opening-times,
.index-locator-restaurant__times,
.index-locator-restaurant__phone {
  font-size: 1.2rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #3e3e3d;
  line-height: 2rem;
  box-sizing: border-box;
  padding: 0;
  margin: 1rem 0;
  background-color: transparent; }

.locator-restaurant__toggle,
.index-locator-restaurant__map a {
  font-size: 1.2rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #3e3e3d;
  line-height: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  float: none;
  margin-bottom: 1.5rem;
  padding: 0;
  text-transform: uppercase; }

.locator-restaurant__toggle:hover,
.index-locator-restaurant__map a:hover {
  text-decoration: none; }

.locator-restaurant__embed-map,
.index-locator-restaurant__map {
  margin-bottom: 1rem; }

.locator-restaurant__embed-map,
.locator-restaurant__embed-map iframe,
.index-locator-restaurant__map {
  width: 100%;
  position: static; }

[data-locator-selected-method=collection] .locator-restaurant__content_embed-map {
  padding: 0; }

.index-locator__method-link {
  text-decoration: none; }

@media screen and (max-width: 40em) {
  .locator-restaurant__header {
    text-align: center; }

  .locator-restaurant__toggle,
  .locator-restaurant__button_header {
    float: none; }

  .locator-restaurant__toggle {
    margin-bottom: 1.6rem; }

  .locator-restaurant__button_header {
    max-width: 9.6rem; } }
@media screen and (max-width: 23.75em) {
  .locator__methods,
  .index-locator__methods {
    height: 17rem; }

  .index-locator__postcode {
    width: 100%; } }
/* LOYALTY POPUP */
.loyalty-dropdown {
  padding: 1.3rem 5.7rem 1.3rem 1.3rem; }

.loyalty-dropdown:before {
  display: none; }

.loyalty-dropdown__title,
.loyalty-dropdown__points {
  font-size: 1.6rem;
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  color: #00a0e7;
  line-height: 2.3rem;
  text-transform: uppercase;
  margin-bottom: .7rem; }

.loyalty-dropdown__rules {
  font-size: 1.1rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 1.4rem; }

.loyalty-dropdown__more-link {
  margin-top: 1rem;
  font-size: 1.1rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 1.4rem;
  text-decoration: underline;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  padding-top: 0; }

.loyalty-dropdown__more-link:hover {
  text-decoration: none;
  color: #000; }

/* LOYALTY PAGE */
.page_loyalty .content {
  padding-top: 0; }

.page_loyalty .content__wrapper {
  max-width: 100%;
  width: 100%; }

/* Loyalty banner */
.loyalty-page__banner {
  background: url("/assets-images/banner_loyalty.jpg") center center no-repeat;
  background-size: cover; }

.loyalty-page__banner__content {
  padding-top: 3.2rem;
  padding-bottom: 2.3rem; }

.loyalty-page__banner__title {
  font-size: 3.6rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 4rem;
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
  padding-bottom: 3rem;
  background: url("/assets-images/title-separator-blue.png") center bottom no-repeat;
  font-weight: normal;
  margin-bottom: 2.3rem; }

.loyalty-page__banner__user,
.loyalty-page__banner__p,
.loyalty-page__banner__note,
.loyalty-page__banner__rules,
.loyalty-page__banner__points {
  font-size: 2.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 3rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0; }

.loyalty-page__banner__points-value {
  color: #00a0e7; }

.loyalty-page__banner__rules,
.loyalty-page__banner__note {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 1.8rem; }

.loyalty-page__history {
  margin-top: 8rem;
  margin-bottom: 4rem; }

/* Loyalty table */
.loyalty-table {
  max-width: 78.6rem;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  border-collapse: separate;
  border-radius: 0;
  overflow: hidden;
  border: none;
  box-sizing: border-box; }

.loyalty-table__header th {
  font-size: 1.6rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  line-height: 2.4rem;
  font-weight: normal;
  box-sizing: border-box;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  background-color: #00a0e7; }

.loyalty-table__row td {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 1.8rem;
  background-color: #d9d9d9;
  padding-top: .9rem;
  padding-bottom: .9rem;
  box-sizing: border-box; }

.loyalty-table__row:nth-child(even) td {
  background-color: #fff; }

.loyalty-table__row_show-more td {
  border-top: none; }

.loyalty-table__row_show-more-link {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 1.8rem;
  text-decoration: underline; }

.loyalty-table__row_show-more-link:hover {
  text-decoration: none; }

.loyalty-table__row minus,
.loyalty-table__row plus {
  color: #000; }

/* Loyalty how to */
.loyalty-page__howto {
  max-width: 78.6rem;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
  background-color: transparent;
  box-sizing: border-box;
  padding: 0 16rem 0 0; }

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

.loyalty-page__howto__title {
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  line-height: 3rem;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 2.4rem; }

.loyalty-page__howto__wrapper {
  padding-right: 0;
  min-height: auto; }

.loyalty-page__howto__content {
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.2rem;
  box-sizing: border-box;
  padding-left: 6rem; }

.loyalty-page__howto__content p {
  margin-bottom: 0;
  box-sizing: border-box;
  padding-left: 2.5rem;
  background: url("/assets-images/list-star-blue.png") left top no-repeat; }

@media screen and (max-width: 35em) {
  .loyalty-page__howto {
    padding: 1.6rem; }

  .loyalty-page__howto:before {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.6rem; }

  .loyalty-page__howto__title {
    text-align: center; } }
@media screen and (max-width: 30em) {
  .loyalty-page__banner__title {
    font-size: 2.9rem; }

  .loyalty-table {
    min-width: 38.4rem; }

  .loyalty-page__history {
    padding-bottom: 1.6rem;
    box-sizing: border-box;
    padding-left: 2%;
    padding-right: 2%; } }
@media screen and (max-width: 26.25em) {
  .loyalty-page__howto__content {
    padding-left: 0; } }
/* CHEKOUT LOYALTY */
.checkout-loyalty {
  margin-top: 11.3rem;
  border-top: solid .2rem #00a0e7;
  padding-top: 6.5rem;
  max-width: 94.3rem;
  padding-left: 14%;
  padding-right: 14%;
  box-sizing: border-box; }

.checkout-loyalty__content {
  position: relative;
  padding-left: 22.4rem;
  box-sizing: border-box;
  min-height: 25rem; }

.loyalty_opt_in_container {
  background-color: #505356;
  border-radius: 1rem;
  padding: 20px 0 20px 10px;
  margin-bottom: 29px;
  color: white; }

.checkout-loyalty__title {
  display: block;
  width: 100%;
  font-size: 2rem;
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  color: #fff;
  font-weight: normal;
  line-height: 3.2rem;
  text-align: center;
  position: relative;
  background: url("/assets-images/title-separator-blue.png") center bottom no-repeat;
  padding-bottom: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 8rem; }

.checkout-loyalty__teaser {
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  line-height: 1.3rem;
  color: #000;
  margin-bottom: 1.5rem; }

.step4_loyalty_info .checkout-loyalty__teaser {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #fff; }

.step4_loyalty_points {
  display: block;
  width: 19rem;
  height: 19rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/assets-images/loyalty-points-blue.png") center center no-repeat; }

.checkout-loyalty__balance {
  font-size: 3.6rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #00a0e7;
  line-height: 4rem;
  text-transform: none;
  margin-bottom: 3.3rem; }

.checkout-loyalty__balance__points {
  font-weight: normal; }

.checkout-loyalty__use-label_checkbox {
  position: relative; }

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

.checkout-loyalty__use-text,
.checkout-loyalty__cannot-use {
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #fff;
  position: relative;
  padding-left: 2.6rem;
  box-sizing: border-box;
  display: block;
  line-height: 2rem; }
  .checkout-loyalty__use-text:before, .checkout-loyalty__use-text:after,
  .checkout-loyalty__cannot-use:before,
  .checkout-loyalty__cannot-use:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0; }
  .checkout-loyalty__use-text:before,
  .checkout-loyalty__cannot-use:before {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    border: solid 0.1rem #00a0e7;
    border-radius: 0;
    background-color: #fff;
    z-index: 1;
    margin: 0; }
  .checkout-loyalty__use-text:after,
  .checkout-loyalty__cannot-use:after {
    display: none;
    width: 1.6rem;
    height: 1.6rem;
    border: none;
    border-radius: 0;
    background-color: #00a0e7;
    z-index: 2;
    margin: 0rem; }

.checkout-loyalty__cannot-use {
  padding-left: 0; }

.checkout-loyalty__use-text:before,
.checkout-loyalty__use-text:after {
  box-sizing: border-box;
  top: .2rem; }

.checkout-loyalty__cannot-use:before,
.checkout-loyalty__cannot-use:after {
  display: none; }

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

@media screen and (max-width: 40em) {
  .checkout__fieldset.checkout-loyalty {
    padding: 5rem 1.2rem 3.2rem;
    background-position: top 1.6rem center;
    margin-top: 5rem; }

  .checkout-loyalty__balance {
    text-align: center; } }
@media screen and (max-width: 30em) {
  .checkout-loyalty__content {
    padding-left: 11.4rem;
    min-height: 19rem; }

  .step4_loyalty_points {
    width: 8rem;
    height: 8rem;
    background-size: 8rem; } }
.page_order_step3 .checkout__section_delivery-method {
  padding-bottom: 8rem; }

.page_order_step3 .checkout__section_delivery-method + .checkout__section_address {
  border-top: solid .2rem #00a0e7;
  margin-top: 0;
  padding-top: 7.5rem; }

.page_order_step3 .checkout__fieldset {
  box-sizing: border-box;
  padding-left: 19rem;
  max-width: 67.9rem; }

.page_order_step3 .checkout-row__label {
  width: 19rem;
  margin-left: -19rem; }
  @media screen and (max-width: 60em) {
    .page_order_step3 .checkout-row__label {
      display: block;
      width: 100%;
      padding: 0;
      margin-left: 0;
      margin-bottom: .8rem;
      text-align: left; } }

.page_order_step4 .checkout-variant__label {
  margin-left: 0; }

@media screen and (max-width: 60em) {
  .page_order_step3 .checkout__fieldset {
    padding-left: 0; } }
.page_account .checkout-row__group {
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase; }

.product_favourites {
  float: left; }

.product_favourites .product__picture-container {
  float: none;
  margin-right: auto;
  width: 100%; }

.product_favourites .product__picture {
  width: auto; }

.product_favourites .product__picture-container ~ * {
  margin-left: auto; }

.product_favourites .product__buttons {
  float: none; }

.product_favourites .product__add {
  width: 3.2rem;
  padding: 0 0 0 3.2rem; }

.pac-container {
  border-top: none; }

.page_favourites .product_favourites .product__wrapper {
  position: relative; }

.product_favourites .product__picture-container ~ .product__top {
  margin-left: .1rem; }

.product_favourites .product__picture-container ~ .product__buttons {
  margin-left: 0; }

@media screen and (max-width: 52.5em) {
  .product_favourites.product_improved .product__picture-container ~ .product__mobile-price {
    margin-left: .1rem; } }
/* INDEX SCREEN */
.index-screen {
  display: block;
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  transition: top .5s ease;
  background-color: #373737; }

.index-screen__content {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 46%;
  text-align: center; }

.index-screen__logo {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 5.2rem auto 0; }

@media screen and (max-width: 52.5em) {
  .index-screen__logo {
    margin-top: 2rem; } }
.index-screen__actions {
  font-size: 0;
  text-align: center;
  overflow: visible; }

.index-screen__link {
  display: inline-block;
  vertical-align: top;
  width: 28.7rem;
  height: 28.7rem;
  box-shadow: 0 0 20px #000; }

.index-screen__link,
.index-screen__link:hover {
  text-decoration: none; }

.index-screen__img {
  display: block; }

.index-screen__link + .index-screen__link {
  margin-left: 15%; }

@media screen and (max-width: 92.5em) {
  .index-screen__link + .index-screen__link {
    margin-left: 6%; } }
@media screen and (max-width: 83em) {
  .index-screen__link {
    width: 47%;
    height: auto; } }
.page_asiat .content__wrapper {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-top: 23.5rem;
  padding-bottom: 23.5rem;
  background: url("/assets-images/asiat-bg.jpg") top center no-repeat;
  background-size: cover;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center; }

@media screen and (max-width: 75em) {
  .page_asiat .content__wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem; } }
.info-outer {
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  max-width: 72.4rem;
  padding: 13.1rem 8.9rem 14.7rem;
  text-align: center; }

@media screen and (max-width: 40em) {
  .info-outer {
    padding: 4rem; } }
.info-outer__title {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 4rem;
  color: #543f2c;
  text-transform: uppercase;
  margin: 0 0 6.5rem 0; }

@media screen and (max-width: 40em) {
  .info-outer__title {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 2.5rem; } }
.info-outer__logo {
  display: block;
  margin: 0 auto; }

@media screen and (max-width: 40em) {
  .info-outer__logo {
    max-width: 15rem; } }
.info-outer__description,
.info-outer__description p {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  color: #543f2c;
  text-transform: uppercase; }

.info-outer__description {
  margin: 7.4rem 0 0 0; }

@media screen and (max-width: 40em) {
  .info-outer__description,
  .info-outer__description p {
    font-size: 1.2rem;
    line-height: 1.6rem; }

  .info-outer__description {
    margin-top: 2.5rem; } }
.product-filter {
  margin-bottom: 2.5rem; }

.product-filter__list {
  display: block;
  width: 100%;
  font-size: 0;
  text-align: center; }

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

.product-filter__label {
  position: relative; }

.product-filter__input {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.product-filter__name {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  line-height: 3.4rem;
  height: 3.6rem;
  border: solid .1rem #039bdf;
  background-color: #fff;
  padding-left: 3.1rem;
  padding-right: .8rem;
  position: relative; }

.product-filter__input:checked + .product-filter__name {
  color: #fff;
  background-color: #039bdf; }

.basket__upselling {
  margin-top: 2rem;
  padding-bottom: 15rem; }

.basket-upselling {
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 2rem;
  padding-right: 2rem; }

.basket-upselling__image-wrapper {
  margin-bottom: 1rem; }

.basket-upselling__image {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%; }

.basket-upselling__header {
  margin-bottom: 1rem; }

.basket-upselling__title {
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: #fff;
  line-height: 3rem;
  text-align: center;
  word-break: break-word;
  text-transform: uppercase;
  margin-bottom: .5rem; }

.basket-upselling__description {
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  line-height: 2.4rem;
  text-align: center;
  word-break: break-word;
  margin-top: .5rem; }

.basket-upselling__footer {
  margin-top: 1rem; }

.basket-upselling .nice-select__container {
  display: block;
  width: 100%;
  margin-bottom: .5rem; }

.basket-upselling .nice-select {
  border-bottom-color: #fff;
  float: none;
  width: 100%; }

.basket-upselling .nice-select > .current {
  color: #fff; }

.basket-upselling .nice-select:after {
  border-bottom: solid .1rem #fff;
  border-right: solid .1rem #fff; }

.basket-upselling__button {
  color: #fff;
  background-color: #00a0e7;
  border: none;
  padding: 0 1.2rem;
  border-radius: 0;
  font-size: 1.4rem;
  font-family: "DIN2014Regular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: none;
  border: solid .1rem #00a0e7;
  line-height: 2.8rem;
  height: 3rem;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  display: block;
  width: 100%;
  margin-top: 1.5rem; }
  .basket-upselling__button:hover {
    color: #00a0e7;
    background-color: #fff; }

.checkout__upselling {
  max-width: 67.9rem;
  margin-left: auto;
  margin-right: auto; }

.checkout__upselling .product {
  width: 33.33%; }

.basket-upselling .nice-select .list {
  transform: none;
  max-width: 100%; }

.basket-upselling .nice-select.open .list {
  max-height: 25rem;
  overflow-y: auto; }

@media screen and (max-width: 52.5em) {
  .page_order_step3 .checkout__upselling .product {
    width: 50%; } }
.deal-wizard-sets .product__top {
  padding-bottom: 4rem; }

.page_order_step4 .checkout__section_payment .checkout__fieldset {
  max-width: 94.3rem;
  padding-left: 14%;
  padding-right: 14%; }

@media screen and (max-width: 62em) {
  .page_order_step4 .checkout__section_payment .checkout-variant {
    padding-left: 0; } }
@media screen and (max-width: 30em) {
  .page_order_step4 .checkout__section_payment .checkout__fieldset {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }
/* TAGS AND ALLERGENS */
.product-picto {
  display: inline-block;
  vertical-align: top;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  margin: 0 .4rem .8rem; }

.popup .product-picto {
  margin-left: 0;
  margin-right: 0; }

.product-picto_gluten_free {
  color: #fff; }
  .product-picto_gluten_free: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: ""; }

.product-picto_halal {
  color: #fff; }
  .product-picto_halal: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: ""; }

.product-picto_highly_spiced {
  color: #fff; }
  .product-picto_highly_spiced: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: ""; }

.product-picto_lactose_free {
  color: #fff; }
  .product-picto_lactose_free: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: ""; }

.product-picto_lightly_spiced {
  color: #fff; }
  .product-picto_lightly_spiced: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: ""; }

.product-picto_moderately_spiced {
  color: #fff; }
  .product-picto_moderately_spiced: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: ""; }

.product-picto_nut_free {
  color: #fff; }
  .product-picto_nut_free: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: ""; }

.product-picto_organic {
  color: #fff; }
  .product-picto_organic: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: ""; }

.product-picto_porc_free {
  color: #fff; }
  .product-picto_porc_free: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: ""; }

.product-picto_spicy {
  color: #fff; }
  .product-picto_spicy: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: ""; }

.product-picto_vegan {
  color: #fff; }
  .product-picto_vegan: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: ""; }

.product-picto_vegetarian {
  color: #fff; }
  .product-picto_vegetarian: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: ""; }

.product-picto_gluten_free:before,
.product-picto_halal:before,
.product-picto_highly_spiced:before,
.product-picto_lactose_free:before,
.product-picto_lightly_spiced:before,
.product-picto_moderately_spiced:before,
.product-picto_nut_free:before,
.product-picto_organic:before,
.product-picto_porc_free:before,
.product-picto_spicy:before,
.product-picto_vegan:before,
.product-picto_vegetarian:before {
  width: 3.8rem;
  height: 3.8rem;
  font-size: 1.8rem;
  line-height: 3.4rem;
  box-sizing: border-box;
  border-radius: 50%;
  border: solid .2rem #fff;
  background-color: #0091da; }

.product-picto_highly_spiced:before {
  font-size: 1.2rem; }

.product-picto_moderately_spiced:before {
  font-size: 1.4rem; }

.product-picto_poisson,
.product-picto_viande,
.product-picto_crustaces_molluscs,
.product-picto_sans_algues {
  background-image: url("/assets-images/legend-icons-sprite.png"); }

.product-picto_poisson {
  background-position: 0 0; }

.product-picto_viande {
  background-position: left -3.8rem top; }

.product-picto_crustaces_molluscs {
  background-position: left -11.4rem top; }

.product-picto_sans_algues {
  background-position: left -15.2rem top; }

.product-filter__name:before {
  display: block;
  content: '';
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  position: absolute;
  top: -.2rem;
  left: -1.4rem;
  font-size: 1.8rem; }

.product-filter__item[data-filter-tag="gluten_free"] .product-filter__name: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: ""; }

.product-filter__item[data-filter-tag="gluten_free"] .product-filter__name:before {
  color: #fff; }

.product-filter__item[data-filter-tag="halal"] .product-filter__name: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: ""; }

.product-filter__item[data-filter-tag="halal"] .product-filter__name:before {
  color: #fff; }

.product-filter__item[data-filter-tag="highly_spiced"] .product-filter__name: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: ""; }

.product-filter__item[data-filter-tag="highly_spiced"] .product-filter__name:before {
  color: #fff;
  font-size: 1.2rem; }

.product-filter__item[data-filter-tag="lactose_free"] .product-filter__name: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: ""; }

.product-filter__item[data-filter-tag="lactose_free"] .product-filter__name:before {
  color: #fff; }

.product-filter__item[data-filter-tag="lightly_spiced"] .product-filter__name: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: ""; }

.product-filter__item[data-filter-tag="lightly_spiced"] .product-filter__name:before {
  color: #fff; }

.product-filter__item[data-filter-tag="moderately_spiced"] .product-filter__name: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: ""; }

.product-filter__item[data-filter-tag="moderately_spiced"] .product-filter__name:before {
  color: #fff;
  font-size: 1.4rem; }

.product-filter__item[data-filter-tag="nut_free"] .product-filter__name: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: ""; }

.product-filter__item[data-filter-tag="nut_free"] .product-filter__name:before {
  color: #fff;
  line-height: 3.4rem; }

.product-filter__item[data-filter-tag="organic"] .product-filter__name: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: ""; }

.product-filter__item[data-filter-tag="organic"] .product-filter__name:before {
  color: #fff; }

.product-filter__item[data-filter-tag="porc_free"] .product-filter__name: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: ""; }

.product-filter__item[data-filter-tag="porc_free"] .product-filter__name:before {
  color: #fff; }

.product-filter__item[data-filter-tag="spicy"] .product-filter__name: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: ""; }

.product-filter__item[data-filter-tag="spicy"] .product-filter__name:before {
  color: #fff; }

.product-filter__item[data-filter-tag="vegan"] .product-filter__name: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: ""; }

.product-filter__item[data-filter-tag="vegan"] .product-filter__name:before {
  color: #fff; }

.product-filter__item[data-filter-tag="vegetarian"] .product-filter__name: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: ""; }

.product-filter__item[data-filter-tag="vegetarian"] .product-filter__name:before {
  color: #fff; }

.product-filter__item[data-filter-tag="gluten_free"] .product-filter__name:before,
.product-filter__item[data-filter-tag="halal"] .product-filter__name:before,
.product-filter__item[data-filter-tag="highly_spiced"] .product-filter__name:before,
.product-filter__item[data-filter-tag="lactose_free"] .product-filter__name:before,
.product-filter__item[data-filter-tag="lightly_spiced"] .product-filter__name:before,
.product-filter__item[data-filter-tag="moderately_spiced"] .product-filter__name:before,
.product-filter__item[data-filter-tag="nut_free"] .product-filter__name:before,
.product-filter__item[data-filter-tag="organic"] .product-filter__name:before,
.product-filter__item[data-filter-tag="porc_free"] .product-filter__name:before,
.product-filter__item[data-filter-tag="spicy"] .product-filter__name:before,
.product-filter__item[data-filter-tag="vegan"] .product-filter__name:before,
.product-filter__item[data-filter-tag="vegetarian"] .product-filter__name:before {
  line-height: 3.4rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: solid .2rem #fff;
  background-color: #0091da; }

.product-filter__item[data-filter-tag="poisson"] .product-filter__name:before,
.product-filter__item[data-filter-tag="viande"] .product-filter__name:before,
.product-filter__item[data-filter-tag="crustaces_molluscs"] .product-filter__name:before,
.product-filter__item[data-filter-tag="sans_algues"] .product-filter__name:before {
  background-image: url("/assets-images/legend-icons-sprite.png"); }

.product-filter__item[data-filter-tag="poisson"] .product-filter__name:before {
  background-position: 0 0; }

.product-filter__item[data-filter-tag="viande"] .product-filter__name:before {
  background-position: left -3.8rem top; }

.product-filter__item[data-filter-tag="crustaces_molluscs"] .product-filter__name:before {
  background-position: left -11.4rem top; }

.product-filter__item[data-filter-tag="sans_algues"] .product-filter__name:before {
  background-position: left -15.2rem top; }

.product-filter__item_all .product-filter__name {
  padding-left: .8rem; }

.product-filter__item_all .product-filter__name:before {
  display: none; }

.product-legend__item:before {
  display: block;
  content: '';
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  top: -.2rem;
  left: -1rem; }

.product-legend__item_gluten_free {
  color: #fff; }
  .product-legend__item_gluten_free: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: ""; }

.product-legend__item_halal {
  color: #fff; }
  .product-legend__item_halal: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: ""; }

.product-legend__item_highly_spiced {
  color: #fff; }
  .product-legend__item_highly_spiced: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: ""; }

.product-legend__item_lactose_free {
  color: #fff; }
  .product-legend__item_lactose_free: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: ""; }

.product-legend__item_lightly_spiced {
  color: #fff; }
  .product-legend__item_lightly_spiced: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: ""; }

.product-legend__item_moderately_spiced {
  color: #fff; }
  .product-legend__item_moderately_spiced: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: ""; }

.product-legend__item_nut_free {
  color: #fff; }
  .product-legend__item_nut_free: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: ""; }

.product-legend__item_organic {
  color: #fff; }
  .product-legend__item_organic: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: ""; }

.product-legend__item_porc_free {
  color: #fff; }
  .product-legend__item_porc_free: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: ""; }

.product-legend__item_spicy {
  color: #fff; }
  .product-legend__item_spicy: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: ""; }

.product-legend__item_vegan {
  color: #fff; }
  .product-legend__item_vegan: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: ""; }

.product-legend__item_vegetarian {
  color: #fff; }
  .product-legend__item_vegetarian: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: ""; }

.product-legend__item_gluten_free:before,
.product-legend__item_halal:before,
.product-legend__item_highly_spiced:before,
.product-legend__item_lactose_free:before,
.product-legend__item_lightly_spiced:before,
.product-legend__item_moderately_spiced:before,
.product-legend__item_nut_free:before,
.product-legend__item_organic:before,
.product-legend__item_porc_free:before,
.product-legend__item_spicy:before,
.product-legend__item_vegan:before,
.product-legend__item_vegetarian:before {
  font-size: 1.4rem;
  line-height: 2.4rem;
  box-sizing: border-box;
  border-radius: 50%;
  border: solid .2rem #fff;
  background-color: #0091da; }

.product-legend__item_moderately_spiced:before {
  font-size: 1rem; }

.product-legend__item_highly_spiced:before {
  font-size: .8rem; }

.product-legend__item_poisson:before,
.product-legend__item_viande:before,
.product-legend__item_crustaces_mollusques:before,
.product-legend__item_sans_algues:before {
  background-image: url("/assets-images/legend-icons-sprite.png");
  background-size: 14rem 2.8rem; }

.product-legend__item_poisson:before {
  background-position: left top; }

.product-legend__item_viande:before {
  background-position: left -2.8rem top; }

.product-legend__item_crustaces_mollusques:before {
  background-position: left -8.4rem top; }

.product-legend__item_sans_algues:before {
  background-position: left -11.2rem top; }

/*// allergen tags*/
.allergens__icon {
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  box-sizing: border-box; }

.allergens__icon_gluten {
  color: #fff; }
  .allergens__icon_gluten: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: ""; }

.allergens__icon_crustaceans {
  color: #fff; }
  .allergens__icon_crustaceans: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: ""; }

.allergens__icon_eggs {
  color: #fff; }
  .allergens__icon_eggs: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: ""; }

.allergens__icon_fish {
  color: #fff; }
  .allergens__icon_fish: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: ""; }

.allergens__icon_peanuts {
  color: #fff; }
  .allergens__icon_peanuts: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: ""; }

.allergens__icon_soya {
  color: #fff; }
  .allergens__icon_soya: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: ""; }

.allergens__icon_milk {
  color: #fff; }
  .allergens__icon_milk: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: ""; }

.allergens__icon_nuts {
  color: #fff; }
  .allergens__icon_nuts: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: ""; }

.allergens__icon_celery {
  color: #fff; }
  .allergens__icon_celery: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: ""; }

.allergens__icon_mustard {
  color: #fff; }
  .allergens__icon_mustard: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: ""; }

.allergens__icon_sesame {
  color: #fff; }
  .allergens__icon_sesame: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: ""; }

.allergens__icon_sulphites {
  color: #fff; }
  .allergens__icon_sulphites: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: ""; }

.allergens__icon_lupin {
  color: #fff; }
  .allergens__icon_lupin: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: ""; }

.allergens__icon_molluscs {
  color: #fff; }
  .allergens__icon_molluscs: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: ""; }

.allergens__icon_gluten:before,
.allergens__icon_crustaceans:before,
.allergens__icon_eggs:before,
.allergens__icon_fish:before,
.allergens__icon_peanuts:before,
.allergens__icon_soya:before,
.allergens__icon_milk:before,
.allergens__icon_nuts:before,
.allergens__icon_celery:before,
.allergens__icon_mustard:before,
.allergens__icon_sesame:before,
.allergens__icon_sulphites:before,
.allergens__icon_lupin:before,
.allergens__icon_molluscs:before {
  box-sizing: border-box;
  border-radius: 50%;
  border: solid 0.1rem #fff;
  background-color: #212121;
  display: block;
  font-size: 1.1rem;
  width: 2.3rem;
  height: 2.3rem;
  line-height: 2.1rem; }

.page_locator .locator__wrapper {
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  position: relative; }

.page_locator .locator__title {
  color: #fff;
  text-transform: uppercase; }

.page_locator [data-locator-selected-method="delivery"] .locator__restaurants {
  margin-top: 1rem;
  padding: 1.6rem 1.2rem;
  width: 100%; }

@media screen and (max-width: 46.25em) {
  .page_locator .locator__wrapper {
    width: 100%;
    padding-left: 1.2rem;
    padding-right: 1.2rem; }

  .page_locator .locator__restaurants {
    left: 1.2rem;
    max-width: calc(100% - 2.4rem); } }
@media screen and (max-width: 23.75em) {
  .page_locator .locator__methods {
    height: 8rem; } }
.hybrid_app .burger-menu {
  display: none; }
@media screen and (max-width: 52.5em) {
  .hybrid_app .header__burger-menu--app-visible .burger-menu {
    display: block; } }
