@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,600,700";
@font-face {
  font-family: 'fontello';
  src: url("/assets-fonts/fontello.woff2") format("woff2"), url("/assets-fonts/fontello.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/************************
 Deal wizard navigation
***********************/
.deal-wizard__title {
  font-size: 2.2rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #232458;
  font-weight: 700;
  text-transform: uppercase; }

.deal-wizard-navigation {
  margin: 1em 0 2em;
  background-color: #f4efc6; }

.deal-wizard-navigation__tab {
  background-color: #f4efc6;
  margin: 0; }

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

.deal-wizard-navigation__wrapper .deal-wizard-navigation__tab:last-of-type .deal-wizard-navigation__link:after,
.deal-wizard-navigation__wrapper .deal-wizard-navigation__tab:last-of-type .deal-wizard-navigation__link:before {
  border-top: none;
  border-bottom: none; }

.deal-wizard-navigation__link {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #f4efc6; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link {
  color: #000;
  background-color: #f8ef9d; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link:before {
  display: block; }

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

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

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

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

.deal-wizard-navigation__title:after {
  background: -webkit-linear-gradient(left, rgba(244, 239, 198, 0), #f4efc6);
  background: linear-gradient(to right, rgba(244, 239, 198, 0), #f4efc6); }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__title:after {
  background: -webkit-linear-gradient(left, rgba(248, 239, 157, 0), #f8ef9d);
  background: linear-gradient(to right, rgba(248, 239, 157, 0), #f8ef9d); }

.deal-wizard-navigation__link {
  margin-right: 24px; }
.deal-wizard-navigation__link:before, .deal-wizard-navigation__link:after {
  border-top-width: 24px;
  border-bottom-width: 24px;
  border-left-width: 24px; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link {
  margin-right: 24px; }
.deal-wizard-navigation__tab_active .deal-wizard-navigation__link:before, .deal-wizard-navigation__tab_active .deal-wizard-navigation__link:after {
  border-top-width: 24px;
  border-bottom-width: 24px;
  border-left-width: 24px; }

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

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

.deal-wizard-navigation__tab:nth-last-child(6):first-child, .deal-wizard-navigation__tab:nth-last-child(6):first-child ~ * {
  width: 16.66667%; }

.deal-wizard-navigation__tab:nth-last-child(5):first-child, .deal-wizard-navigation__tab:nth-last-child(5):first-child ~ * {
  width: 20%; }

.deal-wizard-navigation__tab:nth-last-child(4):first-child, .deal-wizard-navigation__tab:nth-last-child(4):first-child ~ * {
  width: 25%; }

.deal-wizard-navigation__tab:nth-last-child(3):first-child, .deal-wizard-navigation__tab:nth-last-child(3):first-child ~ * {
  width: 33.33333%; }

.deal-wizard-navigation__tab:nth-last-child(2):first-child, .deal-wizard-navigation__tab:nth-last-child(2):first-child ~ * {
  width: 50%; }

.deal-wizard-navigation__tab:nth-child(1) {
  z-index: 20; }

.deal-wizard-navigation__tab:nth-child(2) {
  z-index: 19; }

.deal-wizard-navigation__tab:nth-child(3) {
  z-index: 18; }

.deal-wizard-navigation__tab:nth-child(4) {
  z-index: 17; }

.deal-wizard-navigation__tab:nth-child(5) {
  z-index: 16; }

.deal-wizard-navigation__tab:nth-child(6) {
  z-index: 15; }

.deal-wizard-navigation__tab:before {
  content: '';
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  width: 30px;
  background-color: #f4efc6; }

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

.deal-wizard-navigation__tab:first-child:before {
  display: none; }

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

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

@media screen and (max-width: 40em) {
  .deal-wizard-navigation__tab {
    width: 33.33333% !important; }

  .deal-wizard-navigation__tab:nth-last-child(2):first-child,
  .deal-wizard-navigation__tab:nth-last-child(2):first-child ~ * {
    width: 50% !important; }

  .deal-wizard-navigation__tab:nth-child(3) .deal-wizard-navigation__link {
    margin-right: 0;
    padding-right: 10px; }

  .deal-wizard-navigation__tab:nth-child(3) .deal-wizard-navigation__link:before,
  .deal-wizard-navigation__tab:nth-child(3) .deal-wizard-navigation__link:after {
    display: none; }

  .deal-wizard-navigation__tab:nth-child(4) {
    clear: left; }

  .deal-wizard-navigation__tab:nth-child(4):before {
    display: none; }

  .deal-wizard-navigation {
    position: relative; }

  .deal-wizard-navigation:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 48px;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #d8d8d8; }

  .deal-wizard-navigation__tab:nth-child(4),
  .deal-wizard-navigation__tab:nth-child(5),
  .deal-wizard-navigation__tab:nth-child(6) {
    margin-top: 1px; } }
.content_index {
  margin-top: 0; }

/**************
  Slider
**************/
.index-slideshow-container {
  position: relative; }

.index-slideshow {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
  width: 100%;
  min-height: 13rem; }
  .index-slideshow:before {
    display: table;
    content: ""; }
  .index-slideshow:after {
    display: table;
    content: "";
    clear: both; }

.unslider {
  position: relative; }

.unslider-nav {
  position: absolute;
  left: 0;
  bottom: 1em;
  width: 100%; }

.unslider-nav ol li {
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 1px solid #fff !important;
  border-radius: 50%; }

.unslider-nav .unslider-active {
  background-color: #fff !important; }

.index-slideshow-links {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 4.9rem;
  text-align: center; }

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

.index-slideshow-links__link:first-child,
.index-slideshow-links__link:nth-child(2) {
  padding: 0.8rem 2rem;
  position: relative;
  line-height: 3.1rem;
  background-color: #00ccbc; }
  .index-slideshow-links__link:first-child:before,
  .index-slideshow-links__link:nth-child(2):before {
    content: "";
    display: inline-block;
    margin-right: 0.5rem;
    margin-bottom: -1rem;
    height: 3.1rem;
    width: 3rem;
    background: url(../assets-images/slideshow_icon-button_sprite.png) top left no-repeat;
    background-size: 200%; }
  .index-slideshow-links__link:first-child:hover:before,
  .index-slideshow-links__link:nth-child(2):hover:before {
    background-position: top left -3rem; }

.index-slideshow-links__link_light {
  color: #232458;
  background-color: #d8d9e3; }

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

.index-slideshow-links__uber {
  color: transparent;
  background: url(../assets-images/slideshow_button_uber.png) center center no-repeat;
  background-color: #000; }
  .index-slideshow-links__uber:hover {
    color: transparent;
    background-color: #232458; }

@media screen and (max-width: 30em) {
  .index-slideshow-links {
    bottom: 2rem;
    margin: 1em auto 0; } }
@media screen and (max-width: 28.125em) {
  .index-slideshow-links {
    position: relative;
    bottom: 0; }

  .index-slideshow-links__link {
    min-width: 70%;
    margin-left: 0;
    margin-right: 0; }
    .index-slideshow-links__link:first-child {
      margin-top: 0; }
      .index-slideshow-links__link:first-child:hover {
        background-color: #f4f4f4; }

  .index-slideshow-links__link_light:hover {
    background-color: #f4f4f4; } }
.shop-info__order-button {
  color: #fff;
  background-color: #232458;
  border: none;
  padding: 0.6em 0;
  border-radius: 0em;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  text-decoration: none;
  text-align: center;
  display: block;
  margin: 1em 0; }
  .shop-info__order-button:hover {
    color: #232458;
    background-color: #d8d9e3; }

.index-microblog__title {
  font-size: 2.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #232458;
  font-weight: 600;
  text-transform: uppercase; }

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

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

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

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

.header {
  background-color: #232458; }

@media screen and (max-width: 60em) {
  .header {
    border-bottom: 1px solid #232458; }

  .header__logo-image {
    margin: 1.4rem auto;
    width: 162px; } }
.form-buttons__button {
  color: #fff;
  background-color: #232458;
  border: none;
  padding: 1em 2em;
  border-radius: 0em;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .form-buttons__button:hover {
    color: #232458;
    background-color: #d8d9e3; }

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

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

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

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

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

.dropdown-menu__body {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #232458;
  background-color: #fff;
  border: 1px solid #c6c6c6; }

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

.dropdown-menu__items {
  padding: 0; }

.dropdown-menu__item-link {
  padding: .7em 1em;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #232458;
  font-weight: 400; }

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

.header__ordering-menu {
  display: none; }

/* Removing as we other the same links on the index page */
.basket-menu__basket-icon {
  color: #fff; }
  .basket-menu__basket-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

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

.shop-info {
  background-color: #fff; }

.shop-info__title {
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #232458;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2; }

.shop-info_desktop .shop-info__title {
  padding-top: .5em; }

.shop-info__title a {
  color: #232458;
  text-decoration: none; }

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

.shop-info__feature-content {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.2;
  line-height: 150%; }

.shop-info__link {
  color: #232458; }

.shop-info .social-icons__link {
  color: #232458;
  background-color: transparent; }

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

.shop-info_mobile .shop-info__feature-title {
  font-size: 1.4rem; }

.shop-info_mobile .shop-info__feature-content {
  font-size: 1.3rem; }

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

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

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

.category-navigation__link {
  display: inline-block;
  padding: .25em .5em;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

.category-navigation__item {
  margin: .3rem 0; }

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

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

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

.account-navigation__item {
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #232458; }

.account-navigation__link:hover,
.account-navigation__item_active .account-navigation__link {
  color: #fff;
  background-color: #575882; }

.checkout-navigation {
  background-color: #d8d9e3; }

.checkout-navigation__item {
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #232458; }

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

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

.checkout__header {
  margin-bottom: 1.5em; }

.checkout__title {
  font-size: 2.5rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #232458;
  font-weight: 700;
  text-transform: uppercase; }

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

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

.checkout-row__group-item_forgot-password a {
  color: #232458; }

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

.checkout__footer {
  margin-top: 1em;
  padding-top: 1.5em;
  border-top: 1px solid #ccc; }

.checkout-confirm__title {
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000; }

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

.basket {
  border: 1px solid #f8f7f8; }

.basket__header {
  background-color: #f0eeef;
  border-bottom: 1px solid #d9d9d9; }

.basket__title {
  font-size: 1.5rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #232458;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.7; }

.basket__repeat {
  font-size: 1.2rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #232458;
  font-weight: 500; }

@media screen and (max-width: 60em) {
  .basket__header {
    background-color: #d8d9e3; }

  .basket__repeat {
    margin-top: 0;
    padding-top: .4em; } }
.basket__close {
  color: #232458;
  line-height: 1; }

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

.basket__close-icon:before {
  height: 3rem; }

.basket__empty {
  font-size: 1.34rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 1.3;
  background-color: #f0eeef; }

.basket__delivery_radio {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #232458;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 0em;
  overflow: hidden; }

.basket__delivery-method {
  padding: .9em 0;
  background-color: #d8d9e3; }

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

.basket__footer {
  color: #232458;
  background-color: #f0eeef; }

.basket__footer-orange-message {
  color: #212121;
  font-size: 1.34rem;
  line-height: 1.3;
  background-color: #ffe480; }

.basket__footer-red-message {
  color: #fff;
  font-size: 1.34rem;
  line-height: 1.3;
  background-color: #d9230b; }

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

.basket__total-title,
.basket__total-amount {
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #232458;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px; }

.basket__button-link {
  color: #fff;
  background-color: #232458;
  border: none;
  padding: 1em 0;
  border-radius: 0;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .basket__button-link:hover {
    color: #232458;
    background-color: #d8d9e3; }

.basket__footer {
  padding-bottom: 1px;
  color: #232458;
  background-color: #f0eeef; }

.basket__footer-orange-message {
  margin: .5rem 1rem;
  padding: .5rem;
  color: #212121;
  background-color: #ffe480; }

.basket__footer-red-message {
  margin: .5rem 1rem;
  padding: .5rem;
  color: #fff;
  background-color: #d9230b; }

.basket-deal__header {
  background-color: #f8ef9d; }

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

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

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

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

.basket-deal__items {
  background-color: #f4efc6; }

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

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

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

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

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

.basket__items {
  background-color: #f0eeef; }

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

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

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

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

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

.nice-select {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #212121;
  border: 1px solid #dbdbdb;
  border-radius: 0em; }

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

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

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

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

.deal-wizard-navigation__link { font-size: 1.6rem; color: $deal-wizard-navigation-tab-color; background-color: $deal-wizard-navigation-tab-background-color; }
.deal-wizard-navigation__tab_active .deal-wizard-navigation__link { color: $deal-wizard-navigation-tab-active-color; background-color: $deal-wizard-navigation-tab-active-background-color; }

.deal-wizard-navigation__link:before { border-left-color: $deal-wizard-navigation-separation-color;}
.deal-wizard-navigation__link:after { border-left-color: $deal-wizard-navigation-tab-background-color;}
.deal-wizard-navigation__tab_active .deal-wizard-navigation__link:after { border-left-color: $deal-wizard-navigation-tab-active-background-color; }

.deal-wizard-navigation__title { font-size: 1.35rem; font-weight: 600; text-transform: uppercase; }
.deal-wizard-navigation__title:after {
  background: -webkit-linear-gradient(left, rgba($deal-wizard-navigation-tab-background-color, 0), $deal-wizard-navigation-tab-background-color);
  background: linear-gradient(to right, rgba($deal-wizard-navigation-tab-background-color, 0), $deal-wizard-navigation-tab-background-color);
}
.deal-wizard-navigation__tab_active .deal-wizard-navigation__title:after {
  background: -webkit-linear-gradient(left, rgba($deal-wizard-navigation-tab-active-background-color, 0), $deal-wizard-navigation-tab-active-background-color);
  background: linear-gradient(to right, rgba($deal-wizard-navigation-tab-active-background-color, 0), $deal-wizard-navigation-tab-active-background-color);
}
*/
.footer {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  background-color: #232458; }

.footer__link {
  color: #fff; }

.footer__link:hover {
  color: #fff; }

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

.footer .social-icons__link {
  color: #fff;
  font-size: 1.2rem; }

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

.scroll-up {
  bottom: 2.2em;
  color: #fff;
  background-color: #232458;
  border-radius: 0; }

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

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

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

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

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

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

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

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

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

.footer__nav .social-icons__link i {
  display: inline-block;
  margin-left: .2em; }

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

@media screen and (max-width: 60em) {
  .footer__nav .social-icons__link i {
    margin: 0 .3em; } }
.off-canvas_open {
  background-color: #fff; }

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

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

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

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

.mobile-menu__section-link {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #212121;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #fff; }

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

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

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

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

.mobile-menu__item-link {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #fff; }

.mobile-menu__item_active .mobile-menu__item-link {
  color: #232458;
  background-color: #d8d9e3; }

.category__title {
  font-size: 2.2rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #232458;
  font-weight: 700;
  text-transform: uppercase; }

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

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

.product {
  background-color: #f0eeef; }

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

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

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

.product__price {
  font-size: 1.8rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #232458;
  font-weight: 700;
  line-height: 1.2; }

.product__add {
  color: #fff;
  background-color: #232458;
  border: none;
  padding: 0 1.5em;
  border-radius: 0em;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  text-transform: uppercase;
  font-weight: 600; }
  .product__add:hover {
    color: #232458;
    background-color: #d8d9e3; }

.product__customise {
  color: #232458;
  background-color: transparent;
  border: none;
  padding: 0 0.7em;
  border-radius: 0em;
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: underline; }
  .product__customise:hover {
    color: #232458;
    background-color: transparent; }

.product__favourite {
  text-decoration: none; }

.product__favourite_add {
  color: #232458; }

.product__favourite_remove {
  color: #232458; }

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

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

.popup {
  border-radius: 0; }

.popup__close {
  background: #b9b9b9;
  color: #fff; }

.popup__description {
  font-size: 1.3rem;
  font-weight: 400; }

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

.popup__header {
  margin-bottom: 1em;
  padding-right: 120px; }

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

.popup__price {
  font-size: 3rem;
  line-height: 1; }

.popup-group__quantity-field {
  font-size: 1.6rem; }

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

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

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

.popup-row__title {
  margin-bottom: 1em;
  padding-bottom: .3em;
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #232458;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc; }

.popup-row__description {
  font-size: 1.3rem;
  font-weight: 400; }

.popup-enum__text {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
  color: #232458;
  background-color: #d8d9e3; }

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

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

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

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

.popup-set__text:before {
  top: 1px;
  background-color: #fff;
  border: 3px solid #d2d2d2;
  border-radius: .3em; }

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

.popup-buttons {
  padding-top: 1em;
  border-top: 1px solid #ccc; }

.popup-buttons__button {
  color: #fff;
  background-color: #232458;
  border: none;
  padding: 1em 2em;
  border-radius: 0;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .popup-buttons__button:hover {
    color: #232458;
    background-color: #d8d9e3; }

.popup-buttons__link {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #232458;
  text-decoration: underline; }

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

.order__add-button, .order__repeat-button {
  color: #fff;
  background-color: #232458;
  border: none;
  padding: 0.3em 0.5em;
  border-radius: 0em;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: 600;
  font-weight: uppercase;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .order__add-button:hover, .order__repeat-button:hover {
    color: #232458;
    background-color: #d8d9e3; }

.checkout__facebook-login-button {
  border-radius: 0em;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

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

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

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

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

.message_info {
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #70a53d;
  opacity: 0.9; }

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

.message_error {
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #d44318;
  opacity: 1; }

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

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

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