@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Anton");
@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; }
body {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #212121; }

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

.header {
  background: url("/assets-images/wall-bg.jpg") repeat center top;
  border: none; }

.header__logo-image {
  width: 353px; }

@media screen and (max-width: 52.5em) {
  .header__logo-link {
    padding: .2rem 0 .5rem 0; }

  .header__logo-image {
    width: 230px; } }
@media screen and (max-width: 20em) {
  .header__logo-link {
    padding: .5rem 0 0; } }
.form-buttons__button {
  color: #fff;
  background-color: #417cc0;
  border: none;
  padding: 0.75em 2em;
  border-radius: 0.7rem;
  font-size: 1.6rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .form-buttons__button:hover {
    color: #205693;
    background-color: #b4ccec; }

.form-buttons__link {
  font-size: 1.6rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #417cc0;
  font-weight: 600;
  text-decoration: underline;
  padding: .75em 0; }

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

.dropdown-menu__header-link {
  font-size: 1.4rem;
  font-family: "Anton", sans-serif;
  color: #417cc0;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: color .2s ease;
  transition: color .2s ease; }

.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: #003c60;
  background-color: transparent; }

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

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

.dropdown-menu__items {
  padding: 0; }

.dropdown-menu__item-link {
  padding: 1rem; }

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

.basket-menu__basket-icon {
  color: #417cc0; }
  .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: #ffee58;
  border: 2px solid #ffee58; }

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

.shop-info__title {
  padding-top: .4rem;
  font-size: 1.8rem;
  font-family: "Anton", sans-serif;
  color: #003c60;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2; }

.shop-info__feature-title {
  font-size: 1.7rem;
  font-family: "Anton", sans-serif;
  color: #003c60;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2; }

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

.shop-info__link {
  color: #417cc0; }

.shop-info .social-icons__link {
  width: auto;
  height: auto;
  color: #417cc0;
  background-color: transparent; }

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

.burger-menu__button {
  padding-bottom: 5px; }

.burger-menu__line {
  height: 6px;
  border-top: 2px solid #417cc0; }

.category-navigation {
  background-color: #417cc0; }

.category-navigation__item {
  font-size: 2.2rem;
  font-family: "Anton", sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.9rem;
  display: inline-block; }

.category-navigation__link {
  margin-top: .7rem;
  padding: .8rem 2rem 1.7rem;
  border-radius: .7rem .7rem 0 0;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  display: inline-block;
  padding-left: 1.2rem;
  padding-right: 1.2rem; }

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

@media screen and (max-width: 72em) {
  .category-navigation__item {
    font-size: 1.9rem; }

  .category-navigation__link {
    /*padding: 1.1rem 1.2rem 2rem;*/
    padding: .8rem 1.2rem 1.7rem; } }
@media screen and (max-width: 60em) {
  .category-navigation__item {
    font-size: 1.75rem; }

  .category-navigation__link {
    /*padding: 1.1rem 1rem 2rem;*/
    padding: .8rem 1rem 1.7rem; } }
@media screen and (max-width: 55em) {
  .category-navigation__list {
    font-size: 0; } }
.account-navigation {
  background-color: #417cc0; }

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

.account-navigation__link {
  margin-top: .7rem;
  padding: .8rem 2.5rem 1.7rem;
  border-radius: .7rem .7rem 0 0;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

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

.checkout-navigation {
  background-color: #417cc0; }

.checkout-navigation__item {
  font-size: 1.8rem;
  font-family: "Anton", sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase; }

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

.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 #fff;
  border-top: 25px solid transparent; }

.checkout__title {
  font-size: 3rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding-bottom: .3rem;
  border-bottom: 1px solid #aeaeae; }

.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", Helvetica, Arial, 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", Helvetica, Arial, sans-serif;
  color: #000; }

.checkout-row__group-item_forgot-password a {
  font-weight: 600;
  text-decoration: underline;
  color: #417cc0; }

.checkout-row__group-item_forgot-password a:hover {
  color: #417cc0; }

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

.checkout-row__field-text,
.checkout-row__field-textarea {
  border: 1px solid #aeaeae;
  border-radius: .35rem; }

.checkout__section_account .checkout-row__group {
  font-size: 1.6rem; }

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

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

.basket {
  border: 1px solid #d1d1d1;
  border-radius: .7rem; }

.basket__header {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d1d1d1;
  border-radius: .7rem .7rem 0 0; }

.basket__title {
  font-size: 1.8rem;
  font-family: "Anton", sans-serif;
  color: #3875b3;
  font-weight: 400;
  text-transform: uppercase; }

.basket__repeat {
  font-size: 1.3rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #417cc0;
  font-weight: 600;
  margin-top: .4em; }

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

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

  .basket__title {
    line-height: 1.9; } }
.basket__empty {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #1c1d1a;
  background-color: #f7f7f7; }

.basket__delivery_radio {
  font-size: 1.6rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #417cc0;
  border: 1px solid transparent;
  border-radius: 0.7rem;
  overflow: hidden; }

.basket__delivery-method {
  padding: .7em 0;
  background-color: #b4ccec; }

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

.basket__footer {
  color: #003c60;
  background-color: #f7f7f7;
  border-radius: 0 0 .7rem .7rem; }

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

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

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

.basket__total-title,
.basket__total-amount {
  font-size: 2.5rem;
  font-family: "Anton", sans-serif;
  color: #003c60;
  font-weight: 400;
  text-transform: uppercase; }

.basket__button-link {
  color: #fff;
  background-color: #417cc0;
  border: none;
  border-radius: 0.7rem;
  font-size: 1.6rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .basket__button-link:hover {
    color: #205693;
    background-color: #b4ccec; }

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

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

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

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

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

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

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

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

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

.basket-deal__item-option {
  font-size: 1.3rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #404040;
  margin-top: .1rem; }

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

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

.basket__items {
  background-color: #f7f7f7; }

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

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

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

.basket-item__option {
  font-size: 1.3rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #404040;
  margin-top: .1rem; }

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

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

.basket-menu__items {
  color: #5288c6; }

.basket__clickable-promotions {
  margin: 1rem -.25rem 0;
  text-align: center; }
  .basket__clickable-promotions:before {
    display: table;
    content: ""; }
  .basket__clickable-promotions:after {
    display: table;
    content: "";
    clear: both; }

.clickable-promotion {
  float: left;
  padding: 0 .25rem .5rem;
  width: 50%;
  box-sizing: border-box; }

.clickable-promotion__link {
  display: block;
  text-decoration: none; }

.clickable-promotion__image {
  display: block;
  border: none; }

@media screen and (max-width: 52.5em) {
  .basket__clickable-promotions {
    margin: 1rem 0 0; } }
.nice-select {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #212121;
  border: 1px solid #dbdbdb;
  border-radius: 0.7rem; }

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

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

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

.footer {
  color: #003c60;
  background: url("/assets-images/wall-bg.jpg") repeat center top;
  font-weight: 600; }

.footer__nav {
  padding: .1rem 0 0; }

.footer__link {
  color: #003c60; }

.footer__link:hover {
  color: #417cc0; }

.footer .social-icons__link {
  color: #003c60; }

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

.scroll-up {
  color: #fff;
  background-color: #417cc0;
  border-radius: 50%; }

.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:before {
  display: table;
  content: ""; }
.social-icons:after {
  display: table;
  content: "";
  clear: both; }

.social-icons__icon {
  float: left; }

.social-icons__link {
  float: left; }

.social-icons__link i {
  float: left;
  margin-left: .7rem; }

.social-icons__link i:before {
  float: left; }

.social-icons .social-icons__link {
  width: auto;
  font-size: 2.6rem; }

.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__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__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 .social-icons__icon .social-icons__email:before {
  font-size: 3.8rem;
  height: 2.6rem;
  line-height: 2.6rem; }

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

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

@media screen and (max-width: 52.5em) {
  .footer .social-icons__icon {
    float: none; }

  .footer__nav .social-icons__link i {
    margin: 0 .3em; } }
.off-canvas_open {
  background-color: #fff; }

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

.mobile-menu__close-icon {
  color: #417cc0;
  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.8rem;
  font-family: "Anton", sans-serif;
  color: #417cc0;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #fff; }

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

.mobile-menu__section-link {
  font-size: 1.8rem;
  font-family: "Anton", sans-serif;
  color: #417cc0;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #fff; }

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

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

.mobile-menu__item-link {
  font-size: 1.8rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff; }

.mobile-menu__item_active .mobile-menu__item-link {
  color: #417cc0;
  background-color: #f3f3f3; }

.category__title {
  font-size: 3rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #313232;
  font-weight: 400; }

.category__subcategory-title {
  padding-bottom: .5rem;
  font-size: 2.7rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #313232;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

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

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

.product__description {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #6b6b6b;
  line-height: 1.3; }

.product__price {
  font-size: 2rem;
  font-family: "Anton", sans-serif;
  color: #003c60;
  font-weight: 400;
  line-height: 1.1; }

.product__picture {
  border: 1px solid #e1e1e1;
  border-radius: .7rem;
  overflow: hidden; }

.product__add {
  color: #fff;
  background-color: #417cc0;
  border: none;
  padding: 0;
  font-size: 1.6rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  border-radius: .7rem;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .product__add:hover {
    color: #205693;
    background-color: #b4ccec; }

.product__customise {
  color: #417cc0;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 1.6rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: underline;
  text-align: left; }
  .product__customise:hover {
    color: #417cc0;
    background-color: transparent; }

.product__favourite_add .product__favourite-icon {
  color: #417cc0; }
  .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: #417cc0; }
  .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.7rem; }

.popup__wrapper {
  margin: 0 3rem 6rem; }

.popup__wrapper:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3.5rem;
  width: 100%;
  background: url("/assets-images/wall-bg.jpg") repeat center -5px;
  border-radius: 0 0 .7rem .7rem; }

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

.popup__header {
  margin: 0 -3rem 2rem;
  padding: 1em 3rem;
  background: url("/assets-images/wall-bg.jpg") repeat center top;
  border-radius: .7rem .7rem 0 0; }
  .popup__header:before {
    display: table;
    content: ""; }
  .popup__header:after {
    display: table;
    content: "";
    clear: both; }

.popup__title {
  margin-bottom: .5rem;
  font-size: 2.7rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #003c60;
  font-weight: 600;
  line-height: 1.1; }

.popup__price {
  margin: 0 0 0 1rem;
  font-size: 3rem;
  font-family: "Anton", sans-serif;
  color: #003c60;
  font-weight: 400;
  line-height: 1; }

.popup__picture {
  max-width: 170px; }

.popup__close {
  background: #558ac7;
  color: #fff; }

.popup__close:hover {
  background: #417cc0; }

.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__group:before {
  display: table;
  content: ""; }
.popup__group:after {
  display: table;
  content: "";
  clear: both; }

.popup-group__line {
  display: inline-block;
  float: left;
  margin-right: 3%; }

.popup-group__line + .popup-group__line {
  margin-top: 0; }

.popup-group__line:last-child {
  margin-right: 0; }

.popup-group__label {
  margin: .4rem 1rem 0 0;
  width: auto; }

.popup-group__quantity {
  margin-top: .4rem; }

@media screen and (max-width: 30em) {
  .popup-group__line {
    display: block;
    float: none;
    margin-right: 0; }

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

  .popup-group__label {
    margin: 0 1rem 0 0;
    width: 85px; } }
.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.6rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #212121;
  font-weight: 600;
  line-height: 32px; }

.popup__group,
.popup-row {
  border-bottom: 1px solid #ccc; }

.popup-row__description {
  color: #777; }

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

.popup-enum__text {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #212121;
  color: #417cc0;
  background-color: #b4ccec; }

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

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

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

.popup-set__title {
  color: #212121; }

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

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

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

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

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

.popup-buttons__button {
  color: #fff;
  background-color: #417cc0;
  border: none;
  padding: 0.75em 2em;
  border-radius: 0.7rem;
  font-size: 1.6rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .popup-buttons__button:hover {
    color: #205693;
    background-color: #b4ccec; }

.popup-buttons__link {
  font-size: 1.6rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #417cc0;
  font-weight: 600;
  text-decoration: underline;
  letter-spacing: 1px; }

.popup-buttons__link:hover {
  color: #417cc0; }

.order__add-button, .order__repeat-button {
  color: #fff;
  background-color: #417cc0;
  border: none;
  padding: 0.3em 0.5em;
  border-radius: 0.3rem;
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  -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: #205693;
    background-color: #b4ccec; }

.checkout__facebook-login-button {
  border-radius: 0.7rem;
  font-size: 1.6rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

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

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

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

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

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

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

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

.sku-buttons {
  /*border-radius: $sku-buttons-border-radius;*/ }

.sku-buttons__text {
  color: #595959;
  background-color: #f2f2f2;
  border-left: 1px solid #dbd9d9; }

.sku-buttons__radio:checked + .sku-buttons__text {
  color: #232323;
  background-color: #dbd9d9; }

.sku-buttons__radio:disabled + .sku-buttons__text {
  color: #cdcdcd;
  background-color: #f2f2f2; }

.sku-buttons-summary__name {
  color: #003c60; }

.sku-buttons-summary__value {
  color: #417cc0; }

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

.product__sku-buttons {
  margin: 0 0 .5em; }

.sku-buttons__list {
  border-radius: 0.4rem;
  overflow: hidden; }

.sku-buttons__part {
  padding-left: 47px; }

.sku-buttons__part + .sku-buttons__part {
  margin-top: .4em; }

.sku-buttons__part-label {
  margin-left: -47px;
  font-size: 1.6rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #003c60;
  font-weight: 400; }

.grouped-skus__title {
  font-size: 1.6rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #003c60;
  font-weight: 600; }

.grouped-skus__list {
  border-radius: 0.7rem; }

.grouped-skus__text {
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #417cc0;
  font-weight: 400;
  background-color: #b4ccec;
  border-left: 1px solid #fff; }

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

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

.grouped-skus__radio:disabled + .grouped-skus__text {
  color: #fff;
  background-color: #555; }

.max-toppings-warning {
  display: none;
  background-color: #417cc0;
  color: #fff;
  padding: 1rem;
  line-height: 120%;
  margin-top: 1rem; }

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

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

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

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

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

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

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

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

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

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

.order__repeat-label {
  display: block;
  position: relative;
  padding-left: 21px;
  cursor: pointer; }

.order__repeat-chkbox {
  position: absolute;
  left: -21px;
  top: 0;
  margin: 0;
  opacity: 0; }

.order__repeat-label-text {
  position: relative;
  display: block; }

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

.order__repeat-label-text:before {
  width: 16px;
  height: 16px;
  border: 1px solid; }

.order__repeat-label-text:after {
  display: none;
  margin: 3px;
  width: 10px;
  height: 10px; }

.order__repeat-chkbox:checked + .order__repeat-label-text:after {
  display: block; }

.order__repeat-label-text:before {
  border-color: #aeaeae;
  background-color: #fff;
  border-radius: .1em;
  border: 3px solid #aeaeae; }

.order__repeat-label-text:after {
  background-color: #417cc0; }

/************************
 Deal wizard theme
***********************/
.deal-wizard__title {
  font-size: 3rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #313232;
  font-weight: 400; }

.deal-wizard-navigation {
  margin: 1em 0 2em;
  background-color: #fff9c4;
  border-radius: .5rem;
  overflow: hidden; }

.deal-wizard-navigation__tab {
  background-color: #fff9c4;
  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 {
  border-top: none;
  border-bottom: none; }

.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.8rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #313232;
  font-weight: 600;
  background-color: #fff9c4; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link {
  color: #dd561c;
  background-color: #fee7aa; }

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

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

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

.deal-wizard-navigation__title:after {
  background: -webkit-linear-gradient(left, rgba(255, 249, 196, 0), #fff9c4);
  background: linear-gradient(to right, rgba(255, 249, 196, 0), #fff9c4); }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__title:after {
  background: -webkit-linear-gradient(left, rgba(254, 231, 170, 0), #fee7aa);
  background: linear-gradient(to right, rgba(254, 231, 170, 0), #fee7aa); }

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

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

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

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

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

.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: 38px;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #fee7aa; }

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

/************************
  Navigation order link
************************/
.category-navigation__order-button {
  display: inline-block;
  float: right;
  margin-top: .7rem;
  height: 48px;
  line-height: 48px;
  color: #417cc0;
  background-color: #ffee58;
  border: none;
  padding: 0 1rem;
  border-radius: 0.7rem;
  font-size: 1.7rem;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .category-navigation__order-button:hover {
    color: #205693;
    background-color: #b4ccec; }

.category-navigation_index .category-navigation__item {
  font-size: 1.9rem; }

.category-navigation__order-button + .category-navigation__list .category-navigation__link {
  padding-left: 1.2rem;
  padding-right: 1.2rem; }

@media screen and (max-width: 68em) {
  .category-navigation_index .category-navigation__item {
    font-size: 1.7rem; }

  .category-navigation__order-button + .category-navigation__list .category-navigation__link {
    padding-left: .5rem;
    padding-right: .5rem; } }
@media screen and (max-width: 52.5em) {
  .category-navigation_index {
    display: block;
    text-align: center; }

  .category-navigation_index .category-navigation__list {
    display: none; }

  .category-navigation__order-button {
    float: none;
    margin: .7rem auto;
    padding: 0 2rem;
    font-size: 2.3rem; } }
/**************
  Slider
**************/
.slider__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
  max-width: 1800px;
  width: 100%; }
  .slider__wrapper:before {
    display: table;
    content: ""; }
  .slider__wrapper:after {
    display: table;
    content: "";
    clear: both; }

.unslider-nav {
  position: absolute;
  left: 0;
  bottom: 2rem; }

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

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

.index-slideshow {
  position: relative;
  z-index: 10; }

/******************
  Index microblog
******************/
.index-microblog {
  margin: 4.2rem 0 3.4rem; }

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

.index-microblog__post {
  float: none;
  margin: 0;
  padding: 0;
  width: 100%; }

.index-microblog__title {
  font-size: 3.6rem;
  font-family: "Anton", sans-serif;
  color: #3875b3;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1.7rem;
  line-height: 48px;
  text-align: center; }

.index-microblog__content {
  padding-left: 27.7rem;
  font-size: 1.8rem;
  line-height: 1.8; }
  .index-microblog__content:before {
    display: table;
    content: ""; }
  .index-microblog__content:after {
    display: table;
    content: "";
    clear: both; }

.index-microblog__image-wrapper {
  float: left;
  margin: 0 0 0 -27.7rem;
  width: 259px;
  text-align: center; }

.index-microblog__content p {
  font-size: 1.8rem;
  line-height: 30px;
  color: #000;
  margin-bottom: 0; }

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

.index-microblog__content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0; }

.index-microblog__content ul li {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 30px;
  margin-bottom: 0;
  color: #000;
  list-style: none;
  display: inline-block;
  vertical-align: top; }

.index-microblog__content ul li:nth-child(odd) {
  width: 25%; }

.index-microblog__content ul li:nth-child(even) {
  width: 75%; }

@media screen and (max-width: 52.5em) {
  .index-microblog__content ul li,
  .index-microblog__content ul li:nth-child(odd),
  .index-microblog__content ul li:nth-child(even) {
    display: block;
    width: 100%; } }
.index-microblog__footer {
  margin-top: 1em;
  text-align: center; }

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

@media screen and (max-width: 52.5em) {
  .index-microblog {
    margin: 2rem 0; } }
@media screen and (max-width: 40em) {
  .index-microblog__content {
    padding-left: 0;
    text-align: center; }

  .index-microblog__image-wrapper {
    float: none;
    margin: 0 auto 1rem;
    width: 50%; } }
/********************
  Index about
********************/
.index-about {
  margin: 2.7rem 0 4.2rem; }

.index-about__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
  padding: 4.5rem 8%;
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
  background: url("/assets-images/wall-bg.jpg") repeat center top;
  box-sizing: border-box; }
  .index-about__wrapper:before {
    display: table;
    content: ""; }
  .index-about__wrapper:after {
    display: table;
    content: "";
    clear: both; }

.index-about__title {
  margin-bottom: 2rem;
  font-size: 3.8rem;
  font-family: "Anton", sans-serif;
  color: #3875b3;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1; }

.index-about__wrapper p {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 30px;
  color: #000; }

.index-about p + p {
  margin-top: 3.7rem; }

.index-about__wrapper p strong {
  display: block;
  font-weight: 600; }

@media screen and (max-width: 52.5em) {
  .index-about {
    margin: 0; }

  .index-about__wrapper {
    padding: 2.5rem 3%; } }
/**************
  Shop map
**************/
.index-map {
  margin-top: 3.4rem;
  margin-bottom: 10rem; }

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

.index-map__shop {
  width: 350px;
  background-color: #f7f7f7;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15); }

.index-map__shop-title {
  margin-bottom: .5em;
  font-size: 2.2rem;
  font-family: "Anton", sans-serif;
  color: #3875b3;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.1; }

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

.index-map__menu-link {
  margin-top: 1rem;
  color: #3875b3;
  font-weight: 700; }

.index-map__menu-link:hover {
  color: #003c60; }

.index-map__shop .social-icons__link {
  height: auto;
  color: #3875b3; }

.index-map__shop .social-icons__link:hover {
  color: #003c60; }

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

.index-map__contact {
  margin-top: .7rem;
  font-size: 1.8rem;
  font-family: "Anton", sans-serif;
  color: #515151;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.1; }

.index-map__contact a {
  color: #3875b3;
  text-decoration: none; }

.index-map__contact a:hover {
  color: #003c60; }

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

.index-map__shop-info {
  margin-top: 1rem;
  font-size: 1.3rem; }

.index-map__embed {
  display: block;
  position: static; }

.index-map__embed-link {
  display: block;
  width: 100%;
  position: static; }

.index-map__embed-image {
  display: block;
  position: static;
  max-width: 100%;
  margin: 0 auto; }

.index-banner {
  display: block;
  width: 100%; }

.index-banner_image {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

.index-shop-list {
  margin: 0 auto;
  display: block;
  max-width: 1200px;
  width: 100%;
  box-sizing: border-box;
  font-size: 0;
  text-align: center; }

.index-shop-list__header {
  margin-bottom: 2rem; }

.index-shop-list__title {
  margin-bottom: 2rem;
  font-size: 3.8rem;
  font-family: "Anton", sans-serif;
  color: #3875b3;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1; }

.index-shop-list__shops {
  margin: 0;
  text-align: center;
  font-size: 0; }

.index-shop-list__shop {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 33.333%;
  padding: 0 4% 2rem; }
  @media screen and (max-width: 52.5em) {
    .index-shop-list__shop {
      width: 45%;
      margin-bottom: 5rem;
      float: none; } }
  @media screen and (max-width: 40em) {
    .index-shop-list__shop {
      width: 80%;
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 3rem; } }

.index-shop-list__shop-title {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 24px;
  color: #417cc0;
  text-transform: uppercase;
  margin-bottom: 2rem; }

.index-shop-list__shop-address {
  margin-bottom: 2.6rem; }

.index-shop-list__shop-address,
.index-shop-list__shop p {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 24px;
  color: #000; }

/*DIRTY HEADLINE FONT*/
@font-face {
  font-family: 'Dirty';
  src: url("/assets-fonts/DirtyHeadline.woff2") format("woff2"), url("/assets-fonts/DirtyHeadline.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/*HELVETICA*/
@font-face {
  font-family: 'Helvetica Light';
  src: url("/assets-fonts/HelveticaNeueCyr-Light.woff2") format("woff2"), url("/assets-fonts/HelveticaNeueCyr-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Helvetica Bold';
  src: url("/assets-fonts/HelveticaNeueCyr-Bold.woff2") format("woff2"), url("/assets-fonts/HelveticaNeueCyr-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
.page_locator .page__content {
  background: url("/assets-images/wall-bg.jpg"); }

.locator {
  margin: 0;
  width: 100%;
  padding-top: 1.9rem;
  padding-bottom: 4.6rem; }

.locator__wrapper {
  display: block;
  margin: 0 auto;
  max-width: 786px;
  position: relative;
  background-color: #2b6ebb;
  padding: 12.1rem 0 0 0; }

.locator__wrapper:before {
  display: block;
  content: '';
  width: 100%;
  height: 12.1rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(/assets-images/locator-banner.jpg) top center no-repeat; }

.locator__title {
  font-size: 1.4rem;
  font-family: "Dirty", Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 3.6rem;
  line-height: 40px;
  margin-top: 2rem;
  margin-bottom: 2.1rem;
  padding-left: 2rem;
  padding-right: 2rem; }

.locator__fields-wrapper {
  width: 44rem;
  padding-bottom: 2.7rem; }
  @media screen and (max-width: 30em) {
    .locator__fields-wrapper {
      box-sizing: border-box;
      padding-left: 2rem;
      padding-right: 2rem;
      width: 100%; } }

.locator__methods {
  margin-bottom: 2.1rem; }

.locator__method {
  width: calc(50% - .5rem);
  border-radius: .8rem;
  overflow: hidden; }

.locator__method + .locator__method {
  margin-left: 1rem; }

.locator__method-name {
  font-size: 1.4rem;
  font-family: "Dirty", Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2rem;
  color: #417cc0;
  background-color: #fff;
  transition: background-color .3s ease; }

.locator__method input[name="delivery_method"]:checked + .locator__method-name,
.locator__method:hover .locator__method-name {
  background-color: #ffee58; }

.locator__postcode-input-wrapper {
  border-radius: .8rem;
  overflow: hidden; }

.locator__postcode-input {
  border: none;
  height: 45px;
  line-height: 45px;
  padding: 0 1.7rem;
  background-color: #4680c4;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Helvetica Light", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 300; }

.locator__postcode-input::placeholder {
  color: rgba(255, 255, 255, 0.78); }

.locator__postcode-button {
  width: 70px;
  height: 45px;
  line-height: 45px;
  background-color: #ffee58; }

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

.locator__postcode-warning {
  font-family: "Helvetica Light", Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 18px;
  color: #fff;
  margin-top: 1.3rem; }

.locator__selected {
  margin-top: 2.1rem;
  margin-bottom: 0;
  font-family: "Helvetica Light", Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 18px;
  color: #fff; }

.locator__restaurants {
  margin: 0; }

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

.locator-restaurant {
  border-top: solid 1px #2a6ab3;
  padding: 2rem;
  /* calc(50% - 220px); */ }

[data-locator-selected-method=collection] .locator-restaurant {
  padding: 3rem 5.4rem; }

.locator-restaurant + .locator-restaurant {
  margin-top: 0; }

.locator-restaurant__content {
  max-width: 44rem;
  display: block;
  margin: 0 auto; }

.locator-restaurant_open .locator-restaurant__content {
  max-width: 100%; }

.locator-restaurant__button {
  width: 130px;
  height: 35px;
  display: block;
  line-height: 35px;
  border-radius: .8rem;
  overflow: hidden;
  text-align: center;
  font-size: 1.4rem;
  font-family: "Dirty", Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2rem;
  color: #417cc0;
  background-color: #ffee58;
  transition: background-color .3s ease; }

.locator-restaurant__button:hover {
  background-color: #fff; }

.locator-restaurant__content-header {
  margin-bottom: .2rem; }

.locator-restaurant__content-name {
  font-size: 1.4rem;
  font-family: "Dirty", Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2.2rem;
  line-height: 30px; }

.locator-restaurant__address {
  font-family: "Helvetica Light", Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 24px;
  color: #fff; }

.locator-restaurant__address p {
  margin-bottom: 0; }

.locator-restaurant__phone {
  font-family: "Helvetica Bold", Arial, sans-serif;
  margin-top: 0; }

.locator-restaurant__toggle {
  font-family: "Helvetica Bold", Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 20px;
  color: #fff;
  text-decoration: underline;
  padding: .75rem 0; }

.locator-restaurant__name {
  font-size: 1.4rem;
  font-family: "Dirty", Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2.2rem;
  line-height: 28px;
  padding: .35rem 0; }

@media screen and (max-width: 40em) {
  .locator-restaurant__button_header {
    margin-top: 1rem; } }

.locator-restaurant_open .locator-restaurant__content {
  position: relative; }

.locator-restaurant_open .locator-restaurant__content:after {
  content: '';
  display: block;
  width: 1.8rem;
  height: .9rem;
  background: url("/assets-images/restaurant-open-arrow.png") top left no-repeat;
  position: absolute;
  top: .3rem;
  right: -3.7rem;
  z-index: 1; }

.page_categories_ultra_burger .mobile-menu__header {
  background-color: #d4e9d6; }
.page_categories_ultra_burger .mobile-menu__close-icon {
  color: #dd561c; }
.page_categories_ultra_burger .mobile-menu__section {
  border-bottom: solid 1px #d2d2d2; }
  .page_categories_ultra_burger .mobile-menu__section_user, .page_categories_ultra_burger .mobile-menu__section-link {
    font-family: "Dirty", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #9b2c29; }
  .page_categories_ultra_burger .mobile-menu__section_unfolded .mobile-menu__section-link {
    color: #fff;
    background-color: #4ab352;
    font-weight: 400; }
.page_categories_ultra_burger .mobile-menu__item-link {
  font-family: 'Helvetica', Arial, sans-serif; }
.page_categories_ultra_burger .mobile-menu__item_active .mobile-menu__item-link {
  background-color: #d4e9d6;
  color: #4ab352; }
.page_categories_ultra_burger .header {
  background: none;
  background-color: #9b2c29;
  overflow: visible;
  padding-top: 6px;
  padding-bottom: 8px;
  border-bottom: solid .8rem #fff; }
  @media screen and (max-width: 52.5em) {
    .page_categories_ultra_burger .header {
      padding-top: .7rem;
      padding-bottom: .6rem;
      border-bottom: none; }
      .page_categories_ultra_burger .header__burger-menu {
        margin-top: 2px; }
        .page_categories_ultra_burger .header__burger-menu .burger-menu__line {
          height: 5px;
          border-top: solid 3px #fff; }
      .page_categories_ultra_burger .header .basket-menu__link {
        padding: 0; }
        .page_categories_ultra_burger .header .basket-menu__link i {
          color: #fff; }
      .page_categories_ultra_burger .header .basket-menu__items {
        border: none;
        background-color: #74b159;
        color: #fff; } }
  @media screen and (max-width: 52.5em) {
    .page_categories_ultra_burger .header__wrapper {
      text-align: center; } }
  .page_categories_ultra_burger .header__logo {
    position: absolute;
    top: 6px;
    left: 5px;
    z-index: 100; }
    @media screen and (max-width: 52.5em) {
      .page_categories_ultra_burger .header__logo {
        position: static; } }
  .page_categories_ultra_burger .header__logo-link {
    width: 20.2rem;
    height: 12.5rem;
    background: url("/assets-images/specific-category-logo-main.png") top left no-repeat;
    overflow: visible;
    position: relative; }
    @media screen and (max-width: 63.75em) {
      .page_categories_ultra_burger .header__logo-link {
        width: 16.16rem;
        height: 10rem;
        background-size: 100%; } }
    @media screen and (max-width: 57.5em) {
      .page_categories_ultra_burger .header__logo-link {
        width: 12.928rem;
        height: 8rem;
        background-size: 100%; } }
    @media screen and (max-width: 52.5em) {
      .page_categories_ultra_burger .header__logo-link {
        width: 21.5rem;
        height: 4.7rem;
        padding-bottom: 0;
        padding: 0;
        background: url("/assets-images/specific-category-logo-main-mobile.png") top left no-repeat;
        display: inline-block;
        vertical-align: top; } }
    @media screen and (max-width: 22.5em) {
      .page_categories_ultra_burger .header__logo-link {
        width: 17.2rem;
        height: 3.76rem;
        background-size: 100%; } }
    .page_categories_ultra_burger .header__logo-link:after {
      display: block;
      content: '';
      width: 31.2rem;
      height: 6.8rem;
      background: url("/assets-images/specific-category-logo-after.png") top left no-repeat;
      position: absolute;
      top: 0;
      left: 100%;
      margin-left: .6rem; }
      @media screen and (max-width: 63.75em) {
        .page_categories_ultra_burger .header__logo-link:after {
          width: 24.96rem;
          height: 5.44rem;
          background-size: 100%; } }
      @media screen and (max-width: 57.5em) {
        .page_categories_ultra_burger .header__logo-link:after {
          width: 19.968rem;
          height: 4.352rem;
          background-size: 100%; } }
      @media screen and (max-width: 52.5em) {
        .page_categories_ultra_burger .header__logo-link:after {
          display: none; } }
  .page_categories_ultra_burger .header__logo-image {
    display: none; }
.page_categories_ultra_burger .dropdown-menu__header-link {
  line-height: 16px;
  padding: 1.2rem 1rem .8rem;
  color: #fff; }
  .page_categories_ultra_burger .dropdown-menu__header-link:hover {
    color: #fff; }
.page_categories_ultra_burger .category-navigation {
  border-top: solid 1rem #4ab352;
  background-color: #9b2c29; }
  .page_categories_ultra_burger .category-navigation__list {
    font-size: 0;
    padding-top: 4rem; }
    @media screen and (max-width: 63.75em) {
      .page_categories_ultra_burger .category-navigation__list {
        padding-top: 0; } }
  .page_categories_ultra_burger .category-navigation__item {
    vertical-align: top; }
  .page_categories_ultra_burger .category-navigation__link {
    margin-top: 2.1rem;
    font-family: "Dirty", Helvetica, Arial, sans-serif;
    /*font-size: 2.4rem;
    padding-left: 1.8rem;
    padding-right: 1.8rem;*/
    font-size: 1.9rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem; }
    @media screen and (max-width: 65em) {
      .page_categories_ultra_burger .category-navigation__link {
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media screen and (max-width: 60em) {
      .page_categories_ultra_burger .category-navigation__link {
        font-size: 1.8rem; } }
    @media screen and (max-width: 57.5em) {
      .page_categories_ultra_burger .category-navigation__link {
        font-size: 1.6rem; } }
    @media screen and (max-width: 53.75em) {
      .page_categories_ultra_burger .category-navigation__link {
        padding-left: .9rem;
        padding-right: .9rem; } }
  .page_categories_ultra_burger .category-navigation__link:hover, .page_categories_ultra_burger .category-navigation__item_active .category-navigation__link {
    color: #4ab352;
    background-color: #fff; }
.page_categories_ultra_burger .category__title {
  font-family: "Dirty", Helvetica, Arial, sans-serif;
  font-size: 3rem;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 4px #9b2c29; }
.page_categories_ultra_burger .category__subcategory-title {
  font-family: "Dirty", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 25px;
  text-transform: uppercase;
  color: #9b2c29;
  padding-bottom: 0;
  border-bottom: none; }
.page_categories_ultra_burger .category__subcategory-title + .category__description {
  margin-top: -1em;
  margin-bottom: 1em; }
.page_categories_ultra_burger .category__description {
  font-family: 'Helvetica', Arial, sans-serif;
  color: #000; }
.page_categories_ultra_burger .basket {
  border: solid .4rem #9b2c29; }
  .page_categories_ultra_burger .basket__title {
    color: #9b2c29;
    font-family: "Dirty", Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 25px; }
    @media screen and (max-width: 52.5em) {
      .page_categories_ultra_burger .basket__title {
        display: block;
        width: 100%;
        float: left; } }
  .page_categories_ultra_burger .basket__repeat {
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: 700;
    color: #4ab352;
    line-height: 25px;
    margin-top: 0; }
    @media screen and (max-width: 52.5em) {
      .page_categories_ultra_burger .basket__repeat {
        display: block;
        padding: 0;
        float: left; } }
  .page_categories_ultra_burger .basket-item__title {
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 1.6rem;
    color: #000; }
  .page_categories_ultra_burger .basket-item__quantity {
    font-size: 1.4rem;
    line-height: 19px; }
  .page_categories_ultra_burger .basket-item__option {
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 1.2rem;
    color: #000; }
  .page_categories_ultra_burger .basket-deal {
    border-bottom: solid 1px #d1d1d1; }
    .page_categories_ultra_burger .basket-deal__header {
      font-family: 'Helvetica', Arial, sans-serif;
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 25px;
      color: #dd561c;
      padding-top: .65rem;
      padding-bottom: .65rem; }
    .page_categories_ultra_burger .basket-deal__item-title {
      font-family: 'Helvetica', Arial, sans-serif;
      font-size: 1.6rem;
      color: #000; }
    .page_categories_ultra_burger .basket-deal__item-quantity {
      font-size: 1.4rem;
      line-height: 19px; }
    .page_categories_ultra_burger .basket-deal__item-option {
      font-family: 'Helvetica', Arial, sans-serif;
      font-size: 1.2rem;
      color: #000; }
  .page_categories_ultra_burger .basket__delivery_radio {
    color: #398e40; }
  .page_categories_ultra_burger .basket__delivery-method {
    font-family: 'Helvetica', Arial, sans-serif;
    background-color: #d4e9d6;
    line-height: 18px;
    padding-top: 11px;
    padding-bottom: 11px; }
  .page_categories_ultra_burger .basket .basket__delivery-radio:checked + .basket__delivery-method {
    background-color: #4ab352; }
  .page_categories_ultra_burger .basket__total-title, .page_categories_ultra_burger .basket__total-amount {
    font-family: "Dirty", Helvetica, Arial, sans-serif;
    font-size: 2.4rem;
    color: #9b2c29; }
  .page_categories_ultra_burger .basket__button-link {
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 18px;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    color: #fff;
    background-color: #4ab352; }
  .page_categories_ultra_burger .basket__clickable-promotions {
    margin-top: 2rem;
    margin-left: -.5rem;
    margin-right: -.5rem;
    box-sizing: border-box; }
    .page_categories_ultra_burger .basket__clickable-promotions .clickable-promotion {
      padding: 0 .5rem;
      margin-bottom: 1rem;
      /*width: calc(50% - .5rem);*/
      box-sizing: border-box;
      border-radius: .7rem;
      /*&:nth-child(even) { margin-left: 1rem; }*/ }
      .page_categories_ultra_burger .basket__clickable-promotions .clickable-promotion__link {
        border-radius: .7rem;
        overflow: hidden;
        box-sizing: border-box;
        border: solid 4px #9b2c29; }
  @media screen and (max-width: 52.5em) {
    .page_categories_ultra_burger .basket .basket__close-icon {
      color: #dd561c; } }
.page_categories_ultra_burger .product__picture {
  border: none; }
  .page_categories_ultra_burger .product__picture-container {
    background: url("/assets-images/specific-category-placeholder.png") center center no-repeat;
    background-size: 100%; }
    .page_categories_ultra_burger .product__picture-container img[src="/assets-images/placeholder.png"] {
      opacity: 0; }
.page_categories_ultra_burger .product__name-wrapper {
  font-family: "Dirty", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #9b2c29;
  line-height: 25px;
  text-transform: uppercase; }
.page_categories_ultra_burger .product__price {
  font-family: "Dirty", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  color: #fff;
  line-height: 25px;
  text-transform: uppercase;
  text-shadow: 0 0 4px #9b2c29; }
.page_categories_ultra_burger .product__description {
  font-family: 'Helvetica', Arial, sans-serif;
  color: #000; }
.page_categories_ultra_burger .product__sku-label {
  font-family: 'Helvetica', Arial, sans-serif;
  color: #000; }
.page_categories_ultra_burger .product__add {
  height: 30px;
  line-height: 30px;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  background-color: #4ab352; }
  .page_categories_ultra_burger .product__add:hover {
    color: #fff; }
.page_categories_ultra_burger .product__customise {
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 18px;
  height: 18px;
  margin-top: 1.2rem;
  color: #4ab352; }
.page_categories_ultra_burger .scroll-up {
  background-color: #4ab352; }
.page_categories_ultra_burger .footer {
  color: #fff;
  background: none;
  background-color: #9b2c29; }
  .page_categories_ultra_burger .footer__wrapper {
    padding-top: 2.3rem;
    padding-bottom: 3rem; }
  .page_categories_ultra_burger .footer__credits {
    line-height: 20px;
    padding-top: .3rem;
    padding-bottom: .3rem; }
    .page_categories_ultra_burger .footer__credits-copyright, .page_categories_ultra_burger .footer__credits-powered-by {
      line-height: 20px;
      display: inline-block;
      vertical-align: top; }
  .page_categories_ultra_burger .footer__link {
    color: #fff; }
    .page_categories_ultra_burger .footer__link:hover {
      color: #fff; }
.page_categories_ultra_burger .shop-info__title {
  font-family: "Dirty", Helvetica, Arial, sans-serif;
  color: #9b2c29; }
.page_categories_ultra_burger .shop-info__feature-title {
  color: #9b2c29; }
.page_categories_ultra_burger [data-dropdown-open] .dropdown-menu__body {
  border: solid 1px #9b2c29; }
  .page_categories_ultra_burger [data-dropdown-open] .dropdown-menu__body .dropdown-menu__item-link {
    background-color: #d4e9d6;
    color: #4ab352; }
    .page_categories_ultra_burger [data-dropdown-open] .dropdown-menu__body .dropdown-menu__item-link:hover {
      color: #fff;
      background-color: #4ab352; }
.page_categories_ultra_burger .popup__wrapper {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0; }
.page_categories_ultra_burger .popup__wrapper:after {
  display: none; }
.page_categories_ultra_burger .popup__header {
  background: none;
  background-color: #fff;
  border-bottom: solid 1px #d1d1d1;
  padding: 2.7rem 3.6rem 2.7rem 4.7rem;
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0; }
  @media screen and (max-width: 52.5em) {
    .page_categories_ultra_burger .popup__header {
      padding: 2rem;
      background-color: #f7f7f7; } }
  .page_categories_ultra_burger .popup__header .popup__title {
    font-family: "Dirty", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 30px;
    color: #9b2c29;
    text-transform: uppercase;
    margin-bottom: 0; }
    @media screen and (max-width: 52.5em) {
      .page_categories_ultra_burger .popup__header .popup__title {
        font-size: 2rem;
        box-sizing: border-box;
        padding-left: 3.3rem;
        line-height: 20px;
        background: url("/assets-images/specific-category-popup-arrow.png") left center no-repeat; } }
  .page_categories_ultra_burger .popup__header .popup__price {
    font-family: "Dirty", Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 0 4px #9b2c29; }
    @media screen and (max-width: 52.5em) {
      .page_categories_ultra_burger .popup__header .popup__price {
        font-size: 2rem;
        box-sizing: border-box;
        line-height: 20px; } }
@media screen and (max-width: 52.5em) {
  .page_categories_ultra_burger .popup__top {
    background-color: #f7f7f7;
    border-radius: .7rem .7rem 0 0;
    overflow: hidden; } }
.page_categories_ultra_burger .popup__close {
  background-color: #4ab352;
  width: 26px;
  height: 26px;
  top: -13px;
  right: -13px; }
  @media screen and (min-width: 60em) {
    .page_categories_ultra_burger .popup__close .popup__close-icon {
      line-height: 26px; } }
  @media screen and (max-width: 60em) {
    .page_categories_ultra_burger .popup__close {
      display: none; } }
.page_categories_ultra_burger .popup__description {
  font-family: 'Helvetica', Arial, sans-serif;
  line-height: 24px;
  color: #4b4b4b;
  box-sizing: border-box;
  padding-left: 4.7rem;
  padding-right: 5rem; }
  @media screen and (max-width: 52.5em) {
    .page_categories_ultra_burger .popup__description {
      box-sizing: border-box;
      padding-left: 2rem;
      padding-right: 2rem;
      color: #000; } }
.page_categories_ultra_burger .popup__picture ~ .popup__description {
  padding-left: 0; }
  @media screen and (max-width: 52.5em) {
    .page_categories_ultra_burger .popup__picture ~ .popup__description {
      padding-left: 2rem; } }
.page_categories_ultra_burger .popup-row__description {
  font-family: 'Helvetica', Arial, sans-serif;
  line-height: 24px;
  color: #000; }
.page_categories_ultra_burger .popup-row.popup-row_set {
  width: calc(100% - 9.7rem);
  margin-left: 4.7rem; }
  @media screen and (max-width: 52.5em) {
    .page_categories_ultra_burger .popup-row.popup-row_set {
      width: 100%;
      padding-left: 2rem;
      padding-right: 2rem;
      box-sizing: border-box;
      margin-left: 0;
      border-bottom: none;
      background-color: #f7f7f7; } }
  .page_categories_ultra_burger .popup-row.popup-row_set .popup-row__title {
    margin-top: 2.5rem;
    font-family: "Dirty", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 24px;
    text-transform: uppercase;
    padding-bottom: .5rem;
    box-sizing: border-box;
    border-bottom: solid 1px #d1d1d1;
    color: #9b2c29;
    margin-bottom: 1.6rem; }
    @media screen and (max-width: 52.5em) {
      .page_categories_ultra_burger .popup-row.popup-row_set .popup-row__title {
        margin-top: 0;
        border-bottom: none;
        box-sizing: border-box; } }
.page_categories_ultra_burger .popup__group.popup-group {
  width: calc(100% - 9.7rem);
  margin-left: 4.7rem; }
  @media screen and (max-width: 52.5em) {
    .page_categories_ultra_burger .popup__group.popup-group {
      width: 100%;
      box-sizing: border-box;
      padding-left: 2rem;
      padding-right: 2rem;
      border-bottom: none;
      margin-left: 0;
      background-color: #f7f7f7; } }
  .page_categories_ultra_burger .popup__group.popup-group .popup-group__line {
    font-size: 0;
    display: block;
    width: 100%;
    margin-top: 1.6rem; }
    .page_categories_ultra_burger .popup__group.popup-group .popup-group__line .popup-group__label_quantity,
    .page_categories_ultra_burger .popup__group.popup-group .popup-group__line .popup-group__quantity {
      display: inline-block;
      vertical-align: top; }
    .page_categories_ultra_burger .popup__group.popup-group .popup-group__line .popup-group__label {
      margin-top: 0;
      line-height: 28px; }
      .page_categories_ultra_burger .popup__group.popup-group .popup-group__line .popup-group__label.popup-group__label_quantity {
        line-height: 20px; }
    .page_categories_ultra_burger .popup__group.popup-group .popup-group__line .nice-select {
      line-height: 26px;
      height: 28px; }
      .page_categories_ultra_burger .popup__group.popup-group .popup-group__line .nice-select .option:hover {
        background-color: #4ab352; }
.page_categories_ultra_burger .popup-group__label,
.page_categories_ultra_burger .popup-group__single-choice {
  font-family: "Dirty", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 20px;
  text-transform: uppercase;
  color: #9b2c29; }
.page_categories_ultra_burger .popup-group__label_quantity {
  margin-top: 0;
  margin-right: 2.5rem; }
.page_categories_ultra_burger .popup-group__quantity {
  margin-top: 0; }
.page_categories_ultra_burger .popup-group__quantity-field {
  width: 3.8rem;
  border: none;
  background-color: #fff;
  padding: 0 .5rem;
  box-sizing: border-box;
  font-family: "Dirty", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 20px;
  height: 20px;
  color: #9b2c29; }
  @media screen and (max-width: 52.5em) {
    .page_categories_ultra_burger .popup-group__quantity-field {
      background-color: #f7f7f7; } }
.page_categories_ultra_burger .popup-group__quantity-button i {
  display: block;
  margin-right: 0;
  margin-left: 0;
  border-radius: 5rem;
  background-color: #4ab352;
  line-height: 20px;
  width: 2rem;
  height: 2rem; }
  .page_categories_ultra_burger .popup-group__quantity-button i:before {
    font-size: 1.4rem;
    line-height: 20px;
    margin: 0 auto;
    color: #fff;
    display: block; }
.page_categories_ultra_burger .popup-set__text {
  font-family: 'Helvetica', Arial, sans-serif;
  font-weight: 400;
  line-height: 16px;
  color: #000; }
.page_categories_ultra_burger .popup-set__text:before {
  border: solid 1px #666;
  border-radius: .2rem;
  top: 0; }
  @media screen and (max-width: 52.5em) {
    .page_categories_ultra_burger .popup-set__text:before {
      border: solid 1px #d2d2d2;
      background-color: #e7e7e7; } }
.page_categories_ultra_burger .popup-set__text:after {
  background-color: #9b2c29;
  width: .8rem;
  height: .8rem;
  margin: 4px;
  top: 0; }
  @media screen and (max-width: 52.5em) {
    .page_categories_ultra_burger .popup-set__text:after {
      background-color: #4ab352; } }
.page_categories_ultra_burger .popup-set__label input[type=checkbox]:checked + .popup-set__text {
  font-weight: 400; }
.page_categories_ultra_burger .popup-buttons__button,
.page_categories_ultra_burger .popup-buttons__link {
  font-family: 'Helvetica', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0; }
.page_categories_ultra_burger .popup-buttons__button {
  color: #fff;
  background-color: #4ab352; }
.page_categories_ultra_burger .popup-buttons__link {
  color: #4ab352;
  font-weight: 700; }
.page_categories_ultra_burger .popup__picture {
  margin-left: 4.7rem; }
  @media screen and (max-width: 52.5em) {
    .page_categories_ultra_burger .popup__picture {
      display: block;
      max-width: 60rem;
      margin-left: auto;
      margin-right: auto;
      float: none; } }
.page_categories_ultra_burger .popup__buttons.popup-buttons {
  box-sizing: border-box;
  padding-left: 4.7rem;
  padding-right: 0;
  margin-top: 6.9rem; }
  @media screen and (max-width: 52.5em) {
    .page_categories_ultra_burger .popup__buttons.popup-buttons {
      margin-top: 0;
      padding: 0; } }
  .page_categories_ultra_burger .popup__buttons.popup-buttons .popup-buttons__button {
    border-radius: .7rem 0 .7rem 0; }
    @media screen and (max-width: 52.5em) {
      .page_categories_ultra_burger .popup__buttons.popup-buttons .popup-buttons__button {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
        border-radius: 0 0 .7rem .7rem;
        font-family: "Dirty", Helvetica, Arial, sans-serif;
        font-size: 2rem;
        text-transform: uppercase; } }
  .page_categories_ultra_burger .popup__buttons.popup-buttons .popup-buttons__link {
    line-height: 40px;
    padding: 0; }
    @media screen and (max-width: 52.5em) {
      .page_categories_ultra_burger .popup__buttons.popup-buttons .popup-buttons__link {
        display: none; } }
@media screen and (max-width: 52.5em) {
  .page_categories_ultra_burger .popup {
    margin-bottom: 2rem; } }
