@charset "UTF-8";
/* ==========================================================================
   GENERAL
   ========================================================================== */
/* Imports
   -------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:900|Amatic+SC:700&display=swap");
@font-face {
  font-family: 'fontello';
  src: url("/assets-fonts/fontello.woff2") format("woff2"), url("/assets-fonts/fontello.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* Fonts
   -------------------------------------------------------------------------- */
body {
  font-size: 1.4rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  background: #f5f5f5 url("/assets-images/page-bg.jpg") repeat center top; }

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

/* Page header
   -------------------------------------------------------------------------- */
.header {
  padding: 1rem 0 0;
  height: 70px;
  background-color: #172983;
  border-bottom: none;
  box-sizing: border-box; }

.header__logo {
  position: relative;
  float: right;
  width: 177px; }

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

.header__logo-image_desktop {
  display: block;
  width: 177px; }

.header__logo-image_mobile {
  display: none;
  width: 177px; }

@media screen and (max-width: 52.5em) {
  .header {
    padding: 1rem 0; }

  .header__logo {
    position: relative;
    float: none;
    width: auto;
    text-align: center; }

  .header__logo-link {
    display: inline-block;
    position: static;
    left: auto;
    top: auto;
    padding: 9px 0;
    width: auto; }

  .header__logo-image_desktop {
    display: none; }

  .header__logo-image_mobile {
    display: block; } }
.page_login .page__header,
.forgot_password .page__header {
  border-bottom: 50px solid #009ee0; }

@media screen and (max-width: 52.5em) {
  .page_login .page__header,
  .forgot_password .page__header {
    border-bottom: none; } }
/* Page footer
   -------------------------------------------------------------------------- */
.footer {
  color: #c5c5c5;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  background-color: #172983; }

.footer__nav {
  padding: 0; }

.footer__credits {
  padding: .6rem 0; }

.footer__links {
  padding: .6rem 0; }

.footer__link {
  color: #fceb19; }

.footer__link:hover {
  color: #009ee0;
  text-decoration: underline; }

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

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

  .footer__credits {
    margin: 0 !important;
    padding: 1rem 2%;
    background-color: #122169; }

  .footer__nav {
    padding: 0 2%; }

  .footer__links {
    margin: 2rem 0; }

  .footer__nav .social-icons {
    margin: 2rem 0 !important; } }
/* Social icons
   -------------------------------------------------------------------------- */
.social-icons__link {
  display: block;
  float: left;
  -webkit-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease; }

.social-icons__link i {
  display: block;
  position: relative;
  float: left;
  height: 3rem;
  line-height: 3rem; }

.social-icons__link i::before {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 3rem; }

.social-icons__email {
  font-size: 3rem;
  width: 3.1rem; }
  .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 {
  font-size: 2.5rem;
  width: 1.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 {
  font-size: 2.3rem;
  width: 2.4rem; }
  .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 {
  font-size: 2.8rem;
  width: 2.9rem; }
  .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__twitter::before {
  top: .2rem !important; }

.social-icons__google-plus {
  font-size: 2.5rem;
  width: 2.5rem; }
  .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__youtube {
  font-size: 2.5rem;
  width: 2.5rem; }
  .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 {
  font-size: 2.5rem;
  width: 2.5rem; }
  .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__link {
  color: #172983; }
.shop-info .social-icons__link:hover {
  color: #009ee0; }

.footer__nav .social-icons__link {
  color: #fceb19; }
.footer__nav .social-icons__link:hover {
  color: #009ee0; }

.index-map .social-icons__link {
  color: #fceb19; }
.index-map .social-icons__link:hover {
  color: #172983; }

.shop-info .social-icons__link {
  display: block; }

.shop-info .social-icons__icon {
  float: left; }

.shop-info__social-icons .social-icons__link {
  width: auto;
  height: auto;
  border-radius: 0; }

.social-icons__icon {
  margin-right: 1.5rem; }

.social-icons__icon:last-child {
  margin-right: 0; }

@media screen and (max-width: 52.5em) {
  .footer__nav .social-icons__icon {
    margin: 0 .7rem !important; } }
/* Scroll up button
   -------------------------------------------------------------------------- */
.scroll-up {
  color: #172983;
  background-color: #fceb19; }

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

/* NiceSelect (used as a <select> replacement)
   -------------------------------------------------------------------------- */
.nice-select {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 700;
  text-transform: uppercase;
  height: 30px;
  line-height: 28px;
  background-color: rgba(255, 255, 255, 0.64);
  border: 1px solid #172983;
  border-radius: 1.2rem; }

.nice-select:hover {
  border-color: #172983; }

.nice-select.open {
  background: #f9f9f9 url("/assets-images/menu-bg.jpg");
  border-color: #172983;
  border-bottom: none;
  border-radius: 1.2rem 1.2rem 0 0; }

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

.nice-select .list {
  min-width: 100%;
  background: #f9f9f9 url("/assets-images/menu-bg.jpg");
  border-radius: 0 0 1.2rem 1.2rem;
  box-shadow: 0 0 0 1px #172983; }

.nice-select.open .list {
  margin-top: 1px; }

.nice-select .option {
  color: #172983; }

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

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

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

.product .nice-select {
  background-color: #009ee0; }

.category__subcategory:last-child
.category__products:last-child
.product:last-child .nice-select .list {
  max-height: 190px;
  overflow-y: auto; }

.checkout .product.checkout .product .nice-select .list {
  max-height: 170px;
  overflow-y: auto; }

.nice-select__container {
  max-width: 100%; }

.nice-select {
  max-width: 100%; }

.nice-select .current {
  display: block;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis; }

.basket__time .nice-select {
  background-color: transparent; }
.basket__time .nice-select.open .list {
  max-height: 200px; }

.basket-upselling .nice-select__container {
  width: 100%; }
.basket-upselling .nice-select {
  width: 100%;
  background-color: #fff;
  border-color: #66c5ec; }
.basket-upselling .nice-select > .current {
  color: #009ee0; }
.basket-upselling .nice-select .list {
  max-height: 150px;
  overflow-y: auto; }
.basket-upselling .nice-select .option {
  color: #009ee0; }
.basket-upselling .nice-select .option:hover {
  color: #fff;
  background-color: #009fe3; }
.basket-upselling .nice-select .option.focus {
  color: #172983;
  background-color: #009fe3; }
.basket-upselling .nice-select .option.selected.focus:hover {
  color: #fff;
  background-color: #009fe3; }

.popup-group .nice-select {
  height: 30px;
  line-height: 30px;
  background-color: transparent;
  border-color: #0e58a8; }

@media screen and (max-width: 52.5em) {
  .popup-group .nice-select {
    border-color: #6d78ae; } }
/* ==========================================================================
   NAVIGATION
   ========================================================================== */
/* Desktop navigation:
   * account pages
   * category pages (touch only)
   -------------------------------------------------------------------------- */
.category-navigation_default,
.category-navigation_index {
  background-color: #009ee0; }
.category-navigation_default .category-navigation__list,
.category-navigation_index .category-navigation__list {
  padding-top: .8rem;
  padding-bottom: .8rem;
  padding-right: 177px; }
.category-navigation_default .category-navigation__item,
.category-navigation_index .category-navigation__item {
  position: relative;
  margin: 0;
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #fceb19;
  font-weight: 700;
  text-transform: uppercase; }
.category-navigation_default .category-navigation__link,
.category-navigation_index .category-navigation__link {
  position: relative;
  padding: .6rem .9rem; }
.category-navigation_default .category-navigation__link:hover,
.category-navigation_default .category-navigation__item_active .category-navigation__link,
.category-navigation_index .category-navigation__link:hover,
.category-navigation_index .category-navigation__item_active .category-navigation__link {
  color: #fceb19; }
.category-navigation_default .category-navigation__item:hover::before,
.category-navigation_default .category-navigation__item_active::before,
.category-navigation_index .category-navigation__item:hover::before,
.category-navigation_index .category-navigation__item_active::before {
  content: '';
  display: block;
  position: absolute;
  left: -16%;
  top: -10%;
  width: 135%;
  height: 120%;
  background-color: #172983;
  border-top: 5px solid #172983;
  border-bottom: 4px solid #fceb19;
  border-left: 1px solid #fceb19;
  border-right: 1px solid #fceb19;
  box-sizing: border-box;
  -webkit-transform: perspective(3px) rotateX(-0.3deg) rotateY(-0.2deg) rotateZ(-1deg) skew(0.5deg) translate3d(-5%, 0.2rem, -1px);
  -ms-transform: perspective(3px) rotateX(-0.3deg) rotateY(-0.2deg) rotateZ(-1deg) skew(0.5deg) translate3d(-5%, 0.2rem, -1px);
  transform: perspective(3px) rotateX(-0.3deg) rotateY(-0.2deg) rotateZ(-1deg) skew(0.5deg) translate3d(-5%, 0.2rem, -1px);
  outline: 1px solid transparent; }

.category-navigation__favourite-icon {
  float: right;
  margin-left: .5rem;
  font-size: .95em; }
  .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: ""; }

.category-navigation_mobile {
  background-color: transparent; }
.topbar-fixed .category-navigation_mobile {
  background: #f5f5f5 url("/assets-images/page-bg.jpg") repeat 0 -70px; }
.category-navigation_mobile .category-navigation__item {
  margin: 0 1rem;
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #009fe3;
  font-weight: 700;
  text-transform: uppercase; }
.category-navigation_mobile .category-navigation__item_active {
  color: #172983;
  border-bottom: 2px solid #172983; }
.category-navigation_mobile .category-navigation__link:hover,
.category-navigation_mobile .category-navigation__link:focus {
  color: #009fe3; }
.category-navigation_mobile .category-navigation__item_active .category-navigation__link {
  color: #172983; }

.account-navigation {
  background-color: #009ee0; }

.account-navigation__list {
  padding-right: 177px; }

.account-navigation__item {
  position: relative;
  margin: .8rem .7rem .8rem 0;
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #fceb19;
  font-weight: 700;
  text-transform: uppercase; }

.account-navigation__link {
  position: relative;
  padding: .6rem 1.5rem; }

.account-navigation__link:hover,
.account-navigation__item_active .category-navigation__link {
  color: #fceb19; }

.account-navigation__item:hover::before,
.account-navigation__item_active::before {
  content: '';
  display: block;
  position: absolute;
  left: -15%;
  top: -10%;
  width: 130%;
  height: 120%;
  background-color: #172983;
  border-top: 7px solid #172983;
  border-bottom: 4px solid #fceb19;
  border-left: .1px solid #fceb19;
  border-right: 1px solid #fceb19;
  box-sizing: border-box;
  -webkit-transform: perspective(3px) rotateX(-0.3deg) rotateY(-0.2deg) rotateZ(-1deg) skew(0.5deg) translate3d(-5%, 0.2rem, -1px);
  -ms-transform: perspective(3px) rotateX(-0.3deg) rotateY(-0.2deg) rotateZ(-1deg) skew(0.5deg) translate3d(-5%, 0.2rem, -1px);
  transform: perspective(3px) rotateX(-0.3deg) rotateY(-0.2deg) rotateZ(-1deg) skew(0.5deg) translate3d(-5%, 0.2rem, -1px);
  outline: 1px solid transparent; }

/* Desktop navigation:
   * checkout pages
   -------------------------------------------------------------------------- */
.checkout-navigation {
  background-color: #009ee0; }

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

.checkout-navigation__item {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #fceb19;
  font-weight: 700;
  text-transform: uppercase; }

.checkout-navigation__item_active {
  color: #fceb19; }

.checkout-navigation__item {
  position: relative;
  margin: .9rem 0 1rem;
  padding: 0 2.5rem 0 1rem;
  height: 31px;
  line-height: 28px;
  background: url("/assets-images/step-menu-bg.png") no-repeat right top; }

.checkout-navigation__item_active {
  background-position: right bottom; }

.checkout-navigation__item_active:last-child {
  padding-right: 1.5rem;
  background-position: left bottom; }

.checkout-navigation__item::before {
  content: '';
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  width: 2rem;
  height: 100%;
  background: url("/assets-images/step-menu-bg.png") no-repeat 0 0; }

.checkout-navigation__item_active ~ .checkout-navigation__item {
  background: none; }

.checkout-navigation__item_active ~ .checkout-navigation__item::before {
  content: none;
  display: none; }

.checkout-navigation__item:first-child::before {
  content: none;
  display: none; }

.checkout-navigation__item:nth-child(5) {
  z-index: 6; }

.checkout-navigation__item:nth-child(4) {
  z-index: 7; }

.checkout-navigation__item:nth-child(3) {
  z-index: 8; }

.checkout-navigation__item:nth-child(2) {
  z-index: 9; }

.checkout-navigation__item:nth-child(1) {
  z-index: 10; }

/* Desktop: user and shop menus
   -------------------------------------------------------------------------- */
.header__menu {
  float: left; }

@media screen and (max-width: 52.5em) {
  .header__menu {
    display: none; } }
.dropdown-menu__header-link {
  font-size: 1.5rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin: .8rem 0;
  padding: .7rem 1rem; }

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

@media screen and (max-width: 56em) {
  .dropdown-menu__header-link {
    padding: .7rem .5rem;
    font-size: 1.4rem; } }
.dropdown-menu__body {
  font-size: 1.4rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  background-color: #fceb19; }

.dropdown-menu__body-link {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 700;
  text-transform: uppercase; }

.dropdown-menu_user .dropdown-menu__body {
  right: -2rem;
  padding: 1px 0 0;
  background: #f5f5f5 url("/assets-images/page-bg.jpg") 0 0.9rem;
  border: 1px solid #172983;
  border-radius: 1.2rem; }
  .dropdown-menu_user .dropdown-menu__body:before, .dropdown-menu_user .dropdown-menu__body:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0; }
  .dropdown-menu_user .dropdown-menu__body:before {
    top: -0.6rem;
    right: 3rem;
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
    border-bottom: 0.6rem solid #e9e9e9; }
  .dropdown-menu_user .dropdown-menu__body:after {
    top: -0.6rem;
    right: 3rem;
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
    border-bottom: 0.6rem solid #e9e9e9; }

.dropdown-menu__item-link {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: .6rem 1rem .6rem 1.5rem;
  -webkit-transition: background-color 0.2s, color 0.2s;
  -ms-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s; }

.dropdown-menu__item:first-child .dropdown-menu__item-link {
  border-radius: 1.2rem 1.2rem 0 0; }

.dropdown-menu__item:last-child .dropdown-menu__item-link {
  border-radius: 0 0 1.2rem 1.2rem; }

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

.dropdown-menu_shop .dropdown-menu__body {
  right: auto;
  left: -10rem;
  padding: 0;
  width: 430px;
  border: 4px solid #172983; }
  .dropdown-menu_shop .dropdown-menu__body:before, .dropdown-menu_shop .dropdown-menu__body:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0; }
  .dropdown-menu_shop .dropdown-menu__body:before {
    top: -0.6rem;
    right: 18.7rem;
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
    border-bottom: 0.6rem solid #fceb19; }
  .dropdown-menu_shop .dropdown-menu__body:after {
    top: -0.6rem;
    right: 18.7rem;
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
    border-bottom: 0.6rem solid #fceb19; }
.dropdown-menu_shop .shop-info_desktop {
  background: transparent; }

.dropdown-menu_loyalty .dropdown-menu__header-link {
  padding-left: 3rem;
  color: #fceb19;
  background: url("/assets-images/icon-loyalty-small.png") no-repeat 0.5rem center; }
.dropdown-menu_loyalty .dropdown-menu__header-value {
  border-bottom: 1px solid #8a8a4e; }
.dropdown-menu_loyalty .dropdown-menu__body {
  right: -4.1rem;
  padding: 0;
  width: 350px;
  border: 4px solid #172983; }
  .dropdown-menu_loyalty .dropdown-menu__body:before, .dropdown-menu_loyalty .dropdown-menu__body:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0; }
  .dropdown-menu_loyalty .dropdown-menu__body:before {
    top: -0.6rem;
    right: 48%;
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
    border-bottom: 0.6rem solid #fceb19; }
  .dropdown-menu_loyalty .dropdown-menu__body:after {
    top: -0.6rem;
    right: 48%;
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
    border-bottom: 0.6rem solid #fceb19; }

.header__ordering-menu {
  display: none; }

.header__order-button {
  float: right;
  margin-right: 1rem; }

.header__order-link {
  font-size: 1.5rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin: .8rem 0;
  padding: .7rem 2rem;
  line-height: 1;
  text-decoration: none;
  background-color: #fceb19;
  border-radius: 12px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease; }

.header__order-link:hover {
  color: #fceb19;
  background-color: #009ee0; }

@media screen and (max-width: 56em) {
  .header__order-link {
    padding: .7rem 1rem;
    font-size: 1.4rem; } }
.order-buttons {
  display: none; }
  .order-buttons:before {
    display: table;
    content: ""; }
  .order-buttons:after {
    display: table;
    content: "";
    clear: both; }

.order-buttons__button {
  display: block;
  float: left;
  width: 50%;
  height: 3.6rem;
  line-height: 3.6rem;
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center; }

.order-buttons__button_delivery {
  color: #002486;
  background-color: #ffec00;
  border-radius: 1.2rem 0 0 1.2rem; }

.order-buttons__button_collection {
  color: #ffec00;
  background-color: #002486;
  border-radius: 0 1.2rem 1.2rem 0; }

@media screen and (max-width: 52.5em) {
  .category-navigation_index {
    display: block;
    padding: 1rem 0; }
  .category-navigation_index .category-navigation__list {
    display: none; }
  .category-navigation_index .order-buttons {
    display: block; } }
@media screen and (max-width: 20em) {
  .order-buttons__button {
    font-size: 1.4rem; } }
/* Mobile: off-canvas
   -------------------------------------------------------------------------- */
.off-canvas_open {
  background: #ededed url("/assets-images/menu-bg.jpg") repeat 0 0; }

/* Mobile: menu on the left (navigation)
   -------------------------------------------------------------------------- */
.burger-menu__button {
  padding-left: 10px; }

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

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

.mobile-menu__close-icon {
  color: #fceb19;
  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.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #009ee0;
  font-weight: 700;
  text-transform: uppercase;
  background-color: rgba(0, 158, 224, 0.12); }

.mobile-menu__section-link {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 700;
  text-transform: uppercase; }

.mobile-menu__section_unfolded .mobile-menu__section-link {
  color: #fceb19;
  background-color: #009ee0; }

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

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

.mobile-menu__item-link {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 700;
  text-transform: uppercase; }

.mobile-menu__item_active .mobile-menu__item-link {
  color: #009ee0;
  background-color: rgba(0, 158, 224, 0.12); }

.shop-info_mobile {
  border-bottom: 1px solid #009ee0; }

/* Mobile: menu on the right (basket)
   -------------------------------------------------------------------------- */
.basket-menu__basket-icon {
  color: #fceb19; }
  .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 #00036d; }

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

/* Shop info.
   * desktop: displayed in a popup
   * mobile: displayed in the left menu
   -------------------------------------------------------------------------- */
.shop-info_desktop {
  background-color: #fceb19; }

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

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

.shop-info__feature-content {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 300; }

.shop-info__link {
  color: #172983; }

/* PAGE Defaults
   -------------------------------------------------------------------------- */
.content__main {
  width: 62.5%; }

.content__side {
  width: 32%; }

@media screen and (max-width: 60em) {
  .content__main {
    width: 59%; }

  .content__side {
    width: 35%; } }
@media screen and (max-width: 52.5em) {
  .content__main {
    width: 100%; } }
/* ==========================================================================
   CATEGORY PAGE
   ========================================================================== */
/* Page banner
   -------------------------------------------------------------------------- */
.category-banner {
  margin-bottom: 2rem; }

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

.category-banner__image {
  display: block;
  margin: auto; }

.category-banner__image_mobile {
  display: none; }

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

  .category-banner__image_mobile + .category-banner__image {
    display: none; } }
/* Page header
   -------------------------------------------------------------------------- */
.category__subcategory + .category__subcategory {
  margin-top: 2rem; }

.category__title {
  font-size: 3.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 1rem; }

.category__subcategory-title {
  font-size: 3.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #009ee0;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 1.5rem; }

.category__description {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 300;
  line-height: 1.4; }

.category__subcategory-title + .category__description {
  margin: 0 0 1rem; }

@media screen and (max-width: 52.5em) {
  .category_improved .category__title,
  .category_improved .category__subcategory-title,
  .category_improved .category__description {
    text-align: left; } }
/* Product linear layot
   ----------------------- */
.product {
  float: none;
  margin-bottom: 2rem;
  padding: 1rem;
  width: 100%; }

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

.product__picture-container {
  float: left;
  margin-right: -150px;
  margin-bottom: .5rem;
  width: 150px; }

.product__picture {
  display: block;
  width: 100%; }

.product__picture-container ~ * {
  margin-left: 162px; }

.product__picture-container ~ .product__mobile-button {
  margin-left: 0; }

.product__description {
  clear: none; }

.product__bottom {
  margin-top: 2rem; }

.product__sku-list {
  display: inline-block;
  margin-bottom: 1rem; }

.product__buttons {
  float: right;
  margin: 0; }

@media screen and (max-width: 52.5em) {
  .product__picture-container {
    margin-left: 0; } }
@media screen and (max-width: 30em) {
  .product__picture-container {
    display: none; }

  .product__picture-container ~ * {
    margin-left: 0; } }
/* Product checkout upselling: 3 columns layout
   ---------------------------------------------------- */
.checkout .product {
  float: left;
  margin-bottom: 2em;
  padding: 0 10px;
  width: 33.33%; }
.checkout .product__wrapper {
  margin: 0 1rem 1rem 1rem; }
.checkout .product__picture-container {
  float: none;
  margin: .5rem 0 .5rem;
  width: auto; }
.checkout .product__picture {
  display: block;
  width: 100%; }
.checkout .product__picture-container ~ * {
  margin-left: 0; }
.checkout .product__sku-list {
  display: block;
  margin: 0; }
.checkout .product__sku {
  width: 100%; }
.checkout .product__sku + .product__sku {
  margin-top: .5rem; }
.checkout .product__buttons {
  float: none;
  margin: 1rem 0 0 0; }
.checkout .product .nice-select__container {
  width: 100%; }
.checkout .product .nice-select {
  width: 100%; }
.checkout .product .nice-select .list {
  max-height: 150px; }
.checkout .product__bottom {
  margin-top: 1rem; }
@media screen and (max-width: 64em) {
  .checkout .product {
    float: none;
    margin-bottom: 2rem;
    padding: 1rem;
    width: 100%; }
  .checkout .product__picture-container {
    float: left;
    margin-right: -150px;
    margin-bottom: .5rem;
    margin-left: 0;
    width: 150px; }
  .checkout .product__picture-container ~ * {
    margin-left: 162px; }
  .checkout .product__picture-container ~ .product__mobile-button {
    margin-left: 0; }
  .checkout .product__description {
    clear: none; }
  .checkout .product__bottom {
    margin-top: 2rem; }
  .checkout .product__sku-list {
    display: inline-block;
    margin-bottom: 1rem; }
  .checkout .product__buttons {
    float: right;
    margin: 0; }
  .checkout .product_improved .product__buttons {
    display: none; }
  .checkout .product_improved .product__mobile-price,
  .checkout .product_improved .product__mobile-button {
    display: block;
    margin-left: 0 !important; } }

/* Product improved
---------------------------- */
.product_improved .product__mobile-button {
  left: -2rem;
  top: -1rem;
  padding: 0;
  width: calc(100% + 4rem);
  height: calc(100% + 3rem); }
@media screen and (max-width: 52.5em) {
  .product_improved .product__picture-container {
    float: right;
    margin: 0 0 0 1rem;
    width: 120px; }
  .product_improved .product__picture-container ~ * {
    margin-left: 0;
    overflow: hidden; } }
@media screen and (max-width: 30em) {
  .product_improved .product__picture-container {
    margin-left: .5rem;
    width: 100px; } }

/* Product background
   ----------------------- */
.product {
  position: relative; }

.product__wrapper {
  position: relative;
  margin: .5rem 1rem 1rem 1rem; }

.product::before {
  content: '';
  display: block;
  position: absolute;
  left: -2.5%;
  top: -2%;
  width: 105%;
  height: 105%;
  background-color: #009ee0;
  border-bottom: 8px solid #172983;
  border-left: 1px solid #172983;
  border-right: 1px solid #172983;
  box-sizing: border-box;
  -webkit-transform: perspective(55px) rotateX(-0.5deg) rotateY(-0.3deg) rotateZ(0.5deg) skew(0.5deg) translateX(-1%) translateZ(-3px);
  -ms-transform: perspective(55px) rotateX(-0.5deg) rotateY(-0.3deg) rotateZ(0.5deg) skew(0.5deg) translateX(-1%) translateZ(-3px);
  transform: perspective(55px) rotateX(-0.5deg) rotateY(-0.3deg) rotateZ(0.5deg) skew(0.5deg) translateX(-1%) translateZ(-3px);
  outline: 1px solid transparent; }

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

  .product::before {
    left: -3.5%; } }
@media screen and (max-width: 30em) {
  .product::before {
    left: -2%; } }
/* Checkout upselling product
   -------------------------------- */
.checkout .product::before {
  left: 3%;
  width: 94%;
  border: none;
  -webkit-transform: perspective(0);
  -ms-transform: perspective(0);
  transform: perspective(0); }
.checkout .product__wrapper {
  margin: 0 1rem 1rem 1rem; }
.checkout .product__top .product__price {
  display: none; }
@media screen and (max-width: 64em) {
  .checkout .product::before {
    left: 0;
    width: 100%;
    border-bottom: 8px solid #172983;
    border-left: 1px solid #172983;
    border-right: 1px solid #172983; } }

/* Product
   -------------------------------------------------------------------------- */
.product__name {
  font-size: 3.6rem;
  font-family: "Amatic SC", Arial, Helvetica, sans-serif;
  color: #ffed00;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1; }

.product__description {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 300;
  line-height: 1.6; }

.product__top .product__price {
  font-size: 3.6rem;
  font-family: "Amatic SC", Arial, Helvetica, sans-serif;
  color: #ffed00;
  font-weight: 700;
  line-height: 1; }

.product__sku-label {
  display: none;
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 300;
  line-height: 1.6; }

.product_improved .product__mobile-price {
  font-size: 2.4rem;
  font-family: "Amatic SC", Arial, Helvetica, sans-serif;
  color: #ffed00;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1; }

.product_improved .product__mobile-price-from,
.product_improved .product__mobile-price-value {
  font-size: 2.4rem;
  font-weight: 700; }

/* Long nice-select fix for last product (adds space below page footer if long enough) */
.category__subcategory:last-child
.category__products:last-child
.product:last-child .nice-select .list {
  max-height: 120px;
  overflow-y: auto; }

/* product counter */
.product_with-counter::after {
  content: none;
  display: none; }

.product_improved .product__counter {
  color: #172983;
  font-weight: 700;
  font-family: "Amatic SC", Arial, Helvetica, sans-serif; }
.product_improved .product__counter:not(:empty)::before {
  font-size: 2rem; }

@media screen and (max-width: 52.5em) {
  .product_with-counter::before {
    border-left: 8px solid #172983; } }
/* Add & customise buttons
   -------------------------------------------------------------------------- */
.product__add {
  display: inline-block;
  padding: 0 2rem;
  height: 30px;
  line-height: 30px;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  border-radius: 1.2rem;
  cursor: pointer;
  box-sizing: border-box;
  color: #172983;
  background-color: #ffed00;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  text-align: center; }
  .product__add:hover {
    color: #fceb19;
    background-color: #172983; }

.product__customise {
  display: inline-block;
  padding: 0;
  height: 30px;
  line-height: 30px;
  color: #172983;
  font-size: 1.6rem;
  font-weight: 300;
  text-decoration: underline;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  -webkit-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
  padding-right: 2rem;
  width: auto; }
  .product__customise:hover {
    color: #fceb19;
    text-decoration: underline; }

.checkout .product__add {
  padding: 0;
  font-size: 1.5rem; }
.checkout .product__customise {
  float: right;
  margin-bottom: 1rem;
  padding: 0;
  width: auto;
  font-size: 1.5rem; }
.checkout .product__customise + .product__add {
  width: 100%; }
@media screen and (max-width: 64em) {
  .checkout .product__add {
    font-size: 1.6rem; }
  .checkout .product__customise {
    padding: 0 1rem 0 0;
    width: auto;
    font-size: 1.6rem; } }

.product__add .product__add-text {
  display: block;
  width: 100%; }
.product__add .product__price {
  display: block;
  position: relative;
  float: left;
  width: 50%; }
.product__add .product__price + .product__add-text {
  float: right;
  width: 50%; }
.product__add .product__price::after {
  content: '';
  display: block;
  position: absolute;
  right: -1px;
  top: 7px;
  height: 16px;
  border-right: 2px solid; }
@media screen and (max-width: 64em) {
  .product__add .product__price,
  .product__add .product__add-text {
    padding: 0 2rem;
    width: auto;
    font-size: 1.6rem; }
  .product__add .product__price + .product__add-text {
    width: auto; } }

/* Favourite icon
   -------------------------------------------------------------------------- */
.product__favourite_add .product__favourite-icon {
  color: #fceb19;
  font-size: .9em; }
  .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: #fceb19;
  font-size: .9em; }
  .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: ""; }

/* Deal wizard
   -------------------------------------------------------------------------- */
.deal-wizard-navigation {
  margin-bottom: 3rem; }

.deal-wizard__title {
  font-size: 3.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1; }

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

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

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

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

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

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

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

.deal-wizard-navigation__tab:nth-child(3) ~ .deal-wizard-navigation__tab {
  margin-top: 0.3rem; }

.deal-wizard-navigation__link {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Amatic SC", Arial, Helvetica, sans-serif;
  color: #fceb19;
  background-color: #002486; }

.deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab .deal-wizard-navigation__link {
  color: #172983;
  background-color: #fceb19; }

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

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

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

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

.deal-wizard-navigation__title::after {
  background: -webkit-linear-gradient(left, rgba(0, 36, 134, 0), #002486);
  background: linear-gradient(to right, rgba(0, 36, 134, 0), #002486); }

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

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

.deal-wizard-navigation__link::before,
.deal-wizard-navigation__link::after {
  border-top-width: 17px;
  border-bottom-width: 17px; }

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

.deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link::after {
  width: 17px;
  height: 100%;
  border: none;
  background-color: #002486; }

.deal-wizard-navigation__tab_active ~ .deal-wizard-navigation__tab:last-child .deal-wizard-navigation__link::after {
  background-color: #fceb19; }

/* ==========================================================================
   BASKET
   ========================================================================== */
.basket {
  position: relative;
  padding: 3rem 5% 2rem;
  box-sizing: border-box; }

.basket > * {
  position: relative; }

.basket::before {
  content: '';
  display: block;
  position: absolute;
  left: -5%;
  top: -5%;
  z-index: 0;
  width: 110%;
  height: 110%;
  border: 4px solid #172983;
  box-sizing: border-box;
  -webkit-transform: perspective(100px) rotateX(-0.9deg) rotateY(0.7deg) rotateZ(0deg) skew(0deg) translate3d(1%, 4.5%, -10px);
  -ms-transform: perspective(100px) rotateX(-0.9deg) rotateY(0.7deg) rotateZ(0deg) skew(0deg) translate3d(1%, 4.5%, -10px);
  transform: perspective(100px) rotateX(-0.9deg) rotateY(0.7deg) rotateZ(0deg) skew(0deg) translate3d(1%, 4.5%, -10px);
  outline: 1px solid transparent; }

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

  .basket::before {
    content: none;
    display: none; } }
/* Basket header
   -------------------------------------------------------------------------- */
.basket__header {
  padding: 0 0 2rem; }

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

.basket__repeat {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 300;
  position: absolute;
  right: 0;
  bottom: 1rem;
  margin: 0;
  padding: 0;
  line-height: 2; }

.basket__repeat:hover {
  color: #009ee0;
  text-decoration: underline; }

.basket__repeat ~ .basket__title {
  padding-bottom: 2rem; }

.basket__close {
  margin: -.2rem -1rem 0 0;
  color: #172983; }

.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__header {
    padding: 1rem 1.2rem; }

  .basket__title {
    font-size: 2.3rem;
    line-height: 25px; }

  .basket__repeat {
    position: static;
    margin: 0;
    padding: 0 0 0 1rem;
    line-height: 25px; }

  .basket__repeat ~ .basket__title {
    padding-bottom: 0; } }
/* Basket item
   -------------------------------------------------------------------------- */
.basket-item__title {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983; }

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

.basket-item__option {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #5764a3;
  line-height: 1; }

.basket-item__delete-icon {
  color: #172983; }
  .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: #5764a3; }

.basket__empty {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983; }

.basket-deal + .basket-deal {
  margin-top: 2rem; }

.basket-deal {
  margin-bottom: 1rem; }

.basket-deal {
  position: relative;
  padding: .5rem 0 1rem; }

.basket-deal > * {
  position: relative; }

.basket-deal::before {
  content: '';
  display: block;
  position: absolute;
  left: -3%;
  top: -2%;
  z-index: 0;
  width: 107%;
  height: 105%;
  background-color: rgba(255, 255, 255, 0.6);
  border-top: 15px solid rgba(255, 255, 255, 0.6);
  border-bottom: 5px solid #172983;
  border-left: 1px solid #172983;
  border-right: 1px solid #172983;
  box-sizing: border-box;
  -webkit-transform: perspective(199px) rotateX(-2deg) translateZ(-10px);
  -ms-transform: perspective(199px) rotateX(-2deg) translateZ(-10px);
  transform: perspective(199px) rotateX(-2deg) translateZ(-10px);
  outline: 1px solid transparent; }

@media screen and (max-width: 52.5em) {
  .basket-deal {
    padding: 0;
    background-color: rgba(255, 255, 255, 0.6);
    border-bottom: 5px solid #172983; }

  .basket-deal::before {
    content: none;
    display: none; }

  .basket-deal + .basket-deal {
    margin-top: .3rem; } }
/* Basket deal title
   -------------------------------------------------------------------------- */
.basket-deal__title {
  font-size: 2rem;
  font-family: "Amatic SC", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1; }

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

.basket-deal__delete-icon {
  color: #172983; }
  .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: #5764a3; }

/* Basket deal item
   -------------------------------------------------------------------------- */
.basket-deal__item-title {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983; }

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

.basket-deal__item-option {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #5764a3;
  line-height: 1; }

.basket-deal__item-delete-icon {
  color: #172983; }
  .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: #5764a3; }

/* Delivery method switcher
   -------------------------------------------------------------------------- */
.basket__delivery_radio {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #009ee0;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #009ee0;
  border-radius: 1.2rem;
  overflow: hidden; }

.basket__delivery-method {
  padding: .6rem 0;
  background-color: rgba(255, 255, 255, 0.6); }

.basket__delivery-radio:checked + .basket__delivery-method {
  color: #fceb19;
  background-color: #009ee0; }

/* Basket footer
   -------------------------------------------------------------------------- */
.basket__footer {
  color: #172983; }

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

.text-below-basket {
  color: #172983;
  background-color: #ffe480; }

.basket__savings {
  font-size: 2rem;
  font-family: "Amatic SC", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin: 1rem 1.2rem;
  padding: 0 1.2rem 1.2rem;
  background-color: rgba(255, 255, 255, 0.6);
  border-top: 12px solid rgba(255, 255, 255, 0.6);
  border-left: 1px solid #172983;
  border-right: 1px solid #172983;
  border-bottom: 3px solid #172983; }

.basket__charge-title,
.basket__charge-amount {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 700;
  text-transform: uppercase; }

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

.basket__total-title,
.basket__total-amount {
  font-size: 3.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 700;
  text-transform: uppercase; }

.basket__button-link {
  display: inline-block;
  padding: 0 1rem;
  height: 30px;
  line-height: 30px;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  border-radius: 1.2rem;
  cursor: pointer;
  box-sizing: border-box;
  color: #fceb19;
  background-color: #009ee0;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease; }
  .basket__button-link:hover {
    color: #fceb19;
    background-color: #172983; }

.basket__coupon {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  margin-top: 1rem; }

.mobile-basket-button__nb-items {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

.mobile-basket-button .mobile-basket-button__icon {
  border-bottom-color: #172983;
  border-bottom-width: 2px; }

.mobile-basket-button .mobile-basket-button__icon::before,
.mobile-basket-button .mobile-basket-button__icon::after {
  bottom: -1px;
  border-left-width: 2px;
  border-left-color: #172983; }

.mobile-basket-button__link {
  color: #172983;
  background-color: #fceb19;
  border: none;
  border-radius: 0;
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase; }
  .mobile-basket-button__link:hover {
    color: #172983;
    background-color: #fceb19; }

.mobile-basket-button .mobile-basket-button__link::after {
  border-right: 2px solid; }

.basket-upselling {
  position: relative;
  margin-top: 3rem; }

.basket-upselling__image-wrapper {
  position: relative; }

.basket-upselling__image {
  width: 100%; }

.basket-upselling__content {
  position: absolute;
  left: 0;
  top: 50%;
  padding: 0 12%;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.basket-upselling__header {
  margin-bottom: 1.5rem; }

.basket-upselling__title {
  font-size: 3.6rem;
  font-family: "Amatic SC", Arial, Helvetica, sans-serif;
  color: #ffed00;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin: 0; }

.basket-upselling__description {
  font-size: 2rem;
  font-family: "Amatic SC", Arial, Helvetica, sans-serif;
  color: #ffed00;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1;
  margin-top: .5rem; }

.basket-upselling__description p {
  margin: 0;
  line-height: inherit; }

.basket-upselling__footer {
  margin-top: 1rem; }

.basket-upselling__button {
  display: inline-block;
  padding: 0;
  height: 30px;
  line-height: 30px;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  border-radius: 1.2rem;
  cursor: pointer;
  box-sizing: border-box;
  color: #172983;
  background-color: #ffed00;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  width: 100%;
  margin-top: .5rem; }
  .basket-upselling__button:hover {
    color: #ffed00;
    background-color: #009ee0; }

/* ==========================================================================
   CUSTOMIZATION POPUP
   ========================================================================== */
.popup {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 300;
  background: #f3f3f3 url("/assets-images/popup-bg.jpg") repeat 0 0;
  overflow-x: hidden; }

.popup__top-wrapper {
  margin: -2rem -2rem 0;
  padding: 2rem 2rem 0;
  background-color: #009ee0;
  border-bottom: 5px solid #172983; }
  .popup__top-wrapper:before {
    display: table;
    content: ""; }
  .popup__top-wrapper:after {
    display: table;
    content: "";
    clear: both; }

.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_improved .popup__title-mobile-close-icon {
  display: block;
  float: left;
  width: 3rem;
  height: 40px;
  background: url("/assets-images/popup-arrow-icon.png") no-repeat left center; }

.popup_improved .popup__title-mobile-close-icon::before {
  content: none;
  display: none; }

.popup__picture_mobile {
  text-align: center; }

.popup__picture_mobile img {
  width: 230px; }

.popup .popup__title,
.popup .popup__price {
  font-size: 3.6rem;
  font-family: "Amatic SC", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1; }

.popup_improved.popup_scrolled .popup__title {
  background-color: #009ee0;
  border-bottom: 1px solid #172983;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.7); }

.popup__description {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 300; }

@media screen and (max-width: 52.5em) {
  .popup__top-wrapper {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none; }

  .popup_improved.popup_scrolled .popup__title {
    background: #f3f3f3 url("/assets-images/popup-bg.jpg") repeat 0 0;
    border-bottom: none; } }
/* Popup group
   -------------------------------------------------------------------------- */
.popup-group__quantity-field {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  background-color: transparent;
  border: none; }

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

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

.popup-group__quantity-minus-icon,
.popup-group__quantity-plus-icon {
  display: inline-block;
  position: relative;
  font-size: 2rem; }

.popup-group__quantity-minus-icon,
.popup-group__quantity-plus-icon {
  position: relative;
  font-size: 2rem; }

.popup-group__quantity-minus-icon::before,
.popup-group__quantity-plus-icon::before {
  position: relative;
  z-index: 2; }

.popup-group__quantity-minus-icon::after,
.popup-group__quantity-plus-icon::after {
  content: '';
  display: block;
  position: absolute;
  left: 20%;
  top: 20%;
  z-index: 1;
  width: 60%;
  height: 60%;
  background-color: #f7eb3e;
  border-radius: 50%; }

.popup-group__label,
.popup-group__single-choice,
.popup-group_improved .popup-group__label,
.popup-group_improved .popup-group__single-choice {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #002486;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px; }

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

/* Popup row
   -------------------------------------------------------------------------- */
.popup-row__title {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #002486;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.2rem; }

/* Popup enum
   -------------------------------------------------------------------------- */
.popup-enum__option {
  margin: 2px -1px 2px 0; }

.popup-enum__text {
  display: block;
  padding: 0 2rem;
  height: 30px;
  line-height: 28px;
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 700;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #172983;
  box-sizing: border-box; }

.popup-enum__option:first-child .popup-enum__text {
  border-radius: 1.2rem 0 0 1.2rem; }

.popup-enum__option:last-child .popup-enum__text {
  border-radius: 0 1.2rem 1.2rem 0; }

.popup-enum__radio:checked + .popup-enum__text {
  color: #ffed00;
  background-color: #172983; }

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

/* Popup set
   -------------------------------------------------------------------------- */
.popup-set__group-title {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #599ee0;
  font-weight: 700;
  text-transform: uppercase; }

.popup-set__title {
  color: #172983; }

.popup-set__label {
  margin-bottom: .7rem; }

.popup-set__text {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 300;
  line-height: 1; }

.popup-set__text:before {
  top: 0;
  border-radius: 3px;
  border-color: #172983;
  background-color: #fff; }

.popup-set__text:after {
  top: 0;
  background-color: #599ee0; }

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

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

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

/* Popup deal line
   -------------------------------------------------------------------------- */
.popup-deal-line__label {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 300;
  font-weight: 700; }

.popup-deal-line__description {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 300; }

.popup-deal-line__single-option {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 300; }

/* Popup buttons
   -------------------------------------------------------------------------- */
.popup-buttons__button {
  color: #172983;
  background-color: #fceb19;
  border: none;
  padding: 0 2rem;
  border-radius: 0;
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease; }
  .popup-buttons__button:hover {
    color: #fff;
    background-color: #172983; }

.popup-buttons_improved .popup-buttons__button {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

.popup-buttons__link {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983; }

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

/* ==========================================================================
   CHECKOUT, ACCOUNT & ORDER PAGES
   ========================================================================== */
.checkout {
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.74);
  border: 4px solid #002486; }

.checkout__section + .checkout__section {
  padding-top: 2rem;
  border-top: 1px solid #d9dce8; }

.checkout__title,
.credit-page__title {
  font-size: 3.6rem;
  font-family: "Amatic SC", Arial, Helvetica, sans-serif;
  color: #009ee0;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  text-align: center; }

.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 Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 300; }

.checkout-variant__helper,
.checkout-row__field-text,
.checkout-row__field-textarea,
.checkout__description,
.checkout-row__group,
.card-entry__instructions,
.card-entry__cvcode-label {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 300; }

.checkout-row__field-text,
.checkout-row__field-textarea {
  padding: .3rem .7rem;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #b7bdd8;
  border-radius: 1.2rem; }

.checkout-variant__label {
  line-height: 1; }

.checkout-variant__radio {
  margin-top: .3rem; }

.checkout-variant__select-label {
  margin-top: 0;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase; }

@media screen and (max-width: 75em) {
  .checkout-variant {
    padding-left: 23px; } }
.category_upselling {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #d9dce8; }

.category_upselling .category__title {
  font-size: 3.6rem;
  font-family: "Amatic SC", Arial, Helvetica, sans-serif;
  color: #009ee0;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  margin-bottom: 2rem; }

/* 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: 3px;
  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 .checkout-row__label-text::before {
  border-radius: 3px;
  border-color: #172983;
  background-color: #fff; }

.checkout-row__group-label_checkbox .checkout-row__label-text::after {
  background-color: #599ee0; }

.checkout-variant__label {
  position: relative;
  line-height: 18px; }

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

.checkout-variant__text {
  position: relative;
  display: block; }

.checkout-variant__text::before,
.checkout-variant__text::after {
  content: "";
  display: block;
  position: absolute;
  left: -23px;
  top: 0;
  border-radius: 50%;
  box-sizing: border-box; }

.checkout-variant__text::before {
  width: 16px;
  height: 16px;
  border: 1px solid; }

.checkout-variant__text::after {
  display: none;
  margin: 3px;
  width: 10px;
  height: 10px; }

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

.checkout-variant__text::before {
  border-color: #172983;
  background-color: #fff; }

.checkout-variant__text::after {
  border-color: #172983;
  background-color: #599ee0; }

/* Form buttons
   Contain a button on the right and a cancel link on the left.
   -------------------------------------------------------------------------- */
.form-buttons__button {
  display: inline-block;
  padding: 0 3rem;
  height: 30px;
  line-height: 30px;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  border-radius: 1.2rem;
  cursor: pointer;
  box-sizing: border-box;
  color: #fceb19;
  background-color: #009ee0;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease; }
  .form-buttons__button:hover {
    color: #fceb19;
    background-color: #172983; }

.form-buttons__link {
  display: inline-block;
  padding: 0;
  height: 30px;
  line-height: 30px;
  color: #172983;
  font-size: 1.6rem;
  font-weight: 300;
  text-decoration: underline;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  -webkit-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  .form-buttons__link:hover {
    color: #000;
    text-decoration: underline; }

.form-buttons__link:hover {
  text-decoration: none; }

/* Loyalty (step4)
   -------------------------------------------------------------------------- */
.checkout-loyalty {
  margin: 3rem -2rem 0;
  padding: 2rem;
  padding-left: 240px;
  min-height: 130px;
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 400;
  background-color: #009ee0; }
  .checkout-loyalty:before {
    display: table;
    content: ""; }
  .checkout-loyalty:after {
    display: table;
    content: "";
    clear: both; }

.checkout-loyalty + .checkout__footer {
  margin: 0 -2rem -2rem;
  padding: 2rem;
  background-color: #009ee0; }

.checkout-loyalty + .checkout__footer .form-buttons__button {
  color: #172983;
  background-color: #fceb19; }

.checkout-loyalty + .checkout__footer .form-buttons__button:hover {
  color: #fceb19;
  background-color: #172983; }

.checkout-loyalty__icon {
  float: left;
  margin: 10px 0 0 -215px;
  padding: 45px 5px 0 0;
  width: 128px;
  height: 112px;
  background: url("/assets-images/loyalty-2-icon.png") no-repeat left top;
  box-sizing: border-box; }

.checkout-loyalty__icon-value,
.checkout-loyalty__icon-units {
  display: block;
  color: #fceb19;
  line-height: 1;
  text-align: center; }

.checkout-loyalty__icon-value {
  font-size: 1.8rem;
  font-weight: 900;
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }

.checkout-loyalty__icon-units {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase; }

.checkout-loyalty__balance {
  font-size: 3.6rem;
  font-family: "Amatic SC", Arial, Helvetica, sans-serif;
  color: #fceb19;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1; }

.checkout-loyalty__teaser,
.checkout-loyalty__use,
.checkout-loyalty__cannot-use {
  margin: 1.5rem 0 0; }

@media screen and (max-width: 65em) {
  .checkout-loyalty {
    padding-left: 180px; }

  .checkout-loyalty__icon {
    margin-left: -160px; } }
@media screen and (max-width: 30em) {
  .checkout-loyalty {
    padding-left: 2rem; }

  .checkout-loyalty__icon {
    float: none;
    margin: 0 auto 2rem; }

  .checkout-loyalty__balance {
    text-align: center; } }
.checkout-loyalty__use-label_checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer; }

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

.checkout-loyalty__use-label_checkbox .checkout-loyalty__use-text {
  position: relative;
  display: block; }

.checkout-loyalty__use-label_checkbox .checkout-loyalty__use-text:before,
.checkout-loyalty__use-label_checkbox .checkout-loyalty__use-text:after {
  content: "";
  display: block;
  position: absolute;
  left: -25px;
  top: 2px;
  box-sizing: border-box; }

.checkout-loyalty__use-label_checkbox .checkout-loyalty__use-text:before {
  width: 16px;
  height: 16px;
  border: 1px solid;
  border-radius: 3px; }

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

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

.checkout-loyalty__use-label_checkbox .checkout-loyalty__use-text:before {
  border-color: #172983;
  background-color: #fff; }

.checkout-loyalty__use-label_checkbox .checkout-loyalty__use-text:after {
  background-color: #599ee0; }

/* Checkout confirmation page (step5)
   -------------------------------------------------------------------------- */
.checkout-confirm__title {
  font-size: 2.6rem;
  font-family: "Amatic SC", Arial, Helvetica, sans-serif;
  color: #009ee0;
  font-weight: 700;
  text-transform: uppercase; }

.checkout-confirm__content {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 300; }

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

/* Facebook login
   -------------------------------------------------------------------------- */
.checkout__facebook-login-button {
  border-radius: 1.2rem;
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

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

.checkout__facebook-login-separator {
  margin-top: 1em;
  text-align: center;
  position: relative; }

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

.checkout__facebook-login-separator-text {
  display: inline-block;
  position: relative;
  padding: 0 .5em;
  font-size: 1.6rem;
  line-height: 20px;
  background-color: rgba(255, 255, 255, 0.6); }

/* User registration error (invalid/empty fields)
   -------------------------------------------------------------------------- */
.checkout-error {
  color: #fff;
  background-color: #a53c27; }

/* Forms on blue background
   -------------------------------------------------------------------------- */
.checkout__section_register {
  margin: -2rem;
  padding: 2rem;
  background-color: #009ee0; }
.checkout__section_register .checkout__title,
.checkout__section_register .credit-page__title {
  color: #fceb19; }
.checkout__section_register .checkout-row__field-text,
.checkout__section_register .checkout-row__field-textarea {
  background-color: #fff; }
.checkout__section_register .form-buttons__button {
  color: #172983;
  background-color: #fceb19; }
.checkout__section_register .form-buttons__button:hover {
  color: #fceb19;
  background-color: #172983; }

/* Order page
   -------------------------------------------------------------------------- */
.order-page .checkout {
  padding: 0;
  background: none;
  border: none; }
.order-page .checkout__header {
  margin-bottom: 2rem; }
.order-page .checkout__title {
  font-size: 3.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  text-align: left; }

.order-table {
  margin-top: 2rem;
  border: 4px solid #172983;
  border-top: none; }

.order-table__header {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #172983; }

.order-table__header + .order-row .order-row__header {
  border-top: none; }

.order-row:nth-child(even) .order-row__header {
  color: #172983;
  background-color: rgba(225, 225, 225, 0.36); }

.order-row__header {
  color: #172983;
  font-size: 1.6rem;
  background-color: rgba(255, 255, 255, 0.74);
  border-top: 0 solid #fff; }

.order-row__header:hover {
  color: #fceb19 !important;
  background-color: #009ee0 !important;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease; }

.order-row__header_active {
  background-color: rgba(255, 255, 255, 0.74) !important;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5); }

.order-row__order {
  padding-top: 2rem;
  border-top: 0 solid #fff; }

.order {
  color: #172983;
  font-size: 1.6rem;
  background-color: rgba(255, 255, 255, 0.74); }

.order__group-title {
  font-size: 2.6rem;
  font-family: "Amatic SC", Arial, Helvetica, sans-serif;
  color: #009ee0;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1; }

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

.order__items-table tr > :first-child {
  padding-left: .5rem; }

.order__add-button, .order__repeat-button {
  display: inline-block;
  padding: 0 2rem;
  height: 30px;
  line-height: 30px;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  border-radius: 1.2rem;
  cursor: pointer;
  box-sizing: border-box;
  color: #fceb19;
  background-color: #172983;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease; }
  .order__add-button:hover, .order__repeat-button:hover {
    color: #fceb19;
    background-color: #009ee0; }

.order__add-button {
  padding: 0;
  height: 26px;
  line-height: 26px;
  font-size: 1.4rem; }

.order__repeat-empty-basket {
  display: inline-block;
  padding: 0;
  height: 30px;
  line-height: 30px;
  color: #172983;
  font-size: 1.6rem;
  font-weight: 300;
  text-decoration: underline;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  -webkit-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
  text-transform: uppercase; }
  .order__repeat-empty-basket:hover {
    color: #009ee0;
    text-decoration: underline; }

.order__items-container {
  border-top-color: #e3e5ef; }

.order__items-table {
  color: #172983;
  font-size: 1.6rem;
  background-color: rgba(255, 255, 255, 0.74);
  border: none; }

.order__items-deal {
  color: #172983;
  background-color: #fceb19; }

.order__items-deal-title {
  font-size: 2.6rem;
  font-family: "Amatic SC", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  background-color: #fceb19; }

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

.order__total {
  font-size: 3.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  border-top-color: #e3e5ef; }

.order__items-attribute {
  font-size: 1.5rem;
  font-style: normal; }

.order__items-attribute::before {
  content: '+ '; }

/* Credit
   -------------------------------------------------------------------------- */
.credit-page__main {
  color: #0a0a0a;
  background-color: #f4f5f6; }

.credit-page__status__balance {
  font-size: 2rem;
  font-weight: 400; }

.credit-page__status__balance-amount {
  font-size: 2.4rem;
  margin-top: .5rem; }

.credit-page__status__rules {
  font-size: 1.4rem;
  line-height: 1.4; }

.credit-page__form__teaser {
  font-size: 1.6rem;
  color: #3f3e3e;
  font-weight: 700; }

.credit-page__form__input {
  border: 1px solid #ddd;
  background-color: #fff; }

.credit-page__form__button {
  color: #fff;
  background-color: #172983;
  border: none;
  border-radius: 0;
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease; }
  .credit-page__form__button:hover {
    color: #fff;
    background-color: #555; }

.credit-table__header {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #172983; }

.credit-table__row {
  background-color: rgba(255, 255, 255, 0.74); }

.credit-table__row:nth-child(odd) {
  background-color: rgba(225, 225, 225, 0.36); }

.credit-table__row:hover {
  background-color: #009ee0; }

.credit-table td {
  font-size: 1.6rem;
  color: #172983; }

/* ==========================================================================
   MESSAGES
   ========================================================================== */
/* Transient information message displayed at the top
   Eg. when a product has just been added
   -------------------------------------------------------------------------- */
.message_info {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 300;
  background-color: #e5e5e5; }

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

@media screen and (max-width: 52.5em) {
  .page_menu.page_improved .message_info {
    bottom: auto;
    top: 0;
    text-align: center;
    background-color: transparent; }
  .page_menu.page_improved .message_info .message__wrapper {
    display: inline-block;
    background-color: #e5e5e5; } }
/* Important (warning/error) message displayed at the top
   Eg. someone tries to access /account without being logged in
   -------------------------------------------------------------------------- */
.message_error {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  background-color: #a53c27; }

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

/* ==========================================================================
   HOMEPAGE
   ========================================================================== */
.content_index {
  margin-top: 0;
  overflow-x: hidden; }

.content_index .content__wrapper {
  width: 100%;
  max-width: none; }

.category-navigation__order-button {
  display: none; }

.slider {
  position: relative;
  z-index: 5; }

.index-microblog {
  position: relative;
  z-index: 4; }

.index-about {
  position: relative;
  z-index: 3; }

.index-newsletter {
  position: relative;
  z-index: 2; }

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

/* Homepage: slideshow at the top
  -------------------------------------------------------------------------- */
.index-locator__container {
  padding: 0; }

.slider {
  margin-bottom: 3rem; }

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

.index-slideshow__image {
  width: auto;
  max-width: none;
  min-width: 100%;
  min-height: 350px; }

.unslider-nav ol li {
  width: 10px;
  height: 10px;
  background-color: none;
  border: 1px solid #172983; }

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

@media screen and (max-width: 52.5em) {
  .index-slideshow__image {
    max-width: 100%;
    min-height: 0; } }
/* Homepage: shop picker above the slideshow
   -------------------------------------------------------------------------- */
.index-locator {
  right: 3rem;
  padding: 8rem 0 0;
  color: #172983;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.index-locator__inner {
  position: relative;
  padding: 3rem 7%;
  max-width: 100%;
  box-sizing: border-box; }

.index-locator__inner > * {
  position: relative;
  z-index: 5; }

.index-locator__inner::before {
  content: '';
  display: block;
  position: absolute;
  left: -5%;
  top: -5%;
  z-index: 0;
  width: 110%;
  height: 110%;
  background-color: #ffed00;
  border-top: 16px solid #ffed00;
  border-bottom: 16px solid #009ee0;
  border-left: 1px solid #009ee0;
  border-right: 1px solid #009ee0;
  box-sizing: border-box;
  -webkit-transform: perspective(35px) rotateX(-1deg) rotateY(-0.5deg) rotateZ(-1.2deg) translate3d(-3%, 3%, -7px);
  -ms-transform: perspective(35px) rotateX(-1deg) rotateY(-0.5deg) rotateZ(-1.2deg) translate3d(-3%, 3%, -7px);
  transform: perspective(35px) rotateX(-1deg) rotateY(-0.5deg) rotateZ(-1.2deg) translate3d(-3%, 3%, -7px);
  outline: 1px solid transparent; }

.index-locator__wrapper {
  width: 100%; }

.index-locator__title {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  font-size: 3.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #fceb19;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg); }

@media screen and (max-width: 52.5em) {
  .index-locator {
    margin: auto;
    padding: 8rem 0 3rem;
    width: 384px; }

  .index-locator__wrapper {
    padding-bottom: 2rem; }

  .index-locator__title {
    color: #009fe3;
    text-shadow: none; } }
@media screen and (max-width: 30em) {
  .index-locator__title {
    font-size: 2.7rem;
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg); }

  .index-locator__inner {
    padding: 2rem 7%; }

  .index-locator__inner::before {
    width: 96%;
    left: 2%;
    -webkit-transform: perspective(95px) rotateX(-2deg) rotateY(-0.5deg) rotateZ(0deg) translate3d(-1%, 3%, -7px);
    -ms-transform: perspective(95px) rotateX(-2deg) rotateY(-0.5deg) rotateZ(0deg) translate3d(-1%, 3%, -7px);
    transform: perspective(95px) rotateX(-2deg) rotateY(-0.5deg) rotateZ(0deg) translate3d(-1%, 3%, -7px); } }
.index-locator__method {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 700;
  text-transform: uppercase; }

.index-locator__method-name {
  height: 30px;
  line-height: 28px;
  background-color: #ffed00;
  border: 1px solid #172983;
  box-sizing: border-box; }

.index-locator__method:first-child .index-locator__method-name {
  border-radius: 1.2rem 0 0 1.2rem; }

.index-locator__method:last-child .index-locator__method-name {
  border-radius: 0 1.2rem 1.2rem 0; }

.index-locator__method input[type=radio]:checked ~ .index-locator__method-name {
  color: #ffed00;
  background-color: #172983; }

.index-locator__postcode-input {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 300;
  height: 30px;
  line-height: 30px;
  border: 1px solid #fff;
  border-radius: 1.2rem; }

.index-locator__postcode-button {
  display: inline-block;
  padding: 0 1rem;
  height: 30px;
  line-height: 30px;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  border-radius: 1.2rem;
  cursor: pointer;
  box-sizing: border-box;
  color: #fceb19;
  background-color: #172983;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease; }
  .index-locator__postcode-button:hover {
    color: #fceb19;
    background-color: #009ee0; }

.index-locator__postcode-warning {
  color: #f00;
  font-size: 1.6rem; }

.index-locator__text {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 300; }

.index-locator__postcode-selected {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center; }

.index-locator__postcode-link {
  color: #172983;
  font-weight: 300;
  text-transform: none;
  text-decoration: underline; }

.index-locator-restaurant {
  margin: 1rem 0;
  color: #172983;
  font-size: 1.6rem; }

.index-locator-restaurant__name {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1; }

.index-locator-restaurant__phone {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 700;
  line-height: 1; }

.index-locator-restaurant__phone a {
  color: #172983;
  text-decoration: none; }

.index-locator-restaurant__button {
  display: inline-block;
  padding: 0 1rem;
  height: 30px;
  line-height: 30px;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  border-radius: 1.2rem;
  cursor: pointer;
  box-sizing: border-box;
  color: #fceb19;
  background-color: #172983;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease; }
  .index-locator-restaurant__button:hover {
    color: #fceb19;
    background-color: #009ee0; }

/* Homepage: microblog - a series of short blocks (image + text)
   -------------------------------------------------------------------------- */
.index-microblog {
  margin-top: 9rem;
  margin-bottom: 5rem; }

.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 {
  position: relative;
  padding: 0 3rem 3rem;
  color: #172983;
  text-align: center;
  overflow: visible; }

.index-microblog__post > * {
  position: relative; }

.index-microblog__post::before {
  content: '';
  display: block;
  position: absolute;
  left: -2%;
  top: -2%;
  width: 105%;
  height: 108%;
  background-color: #009ee0;
  border-top: 16px solid #009ee0;
  border-bottom: 16px solid #172983;
  border-left: 2px solid #172983;
  border-right: 2px solid #172983;
  box-sizing: border-box;
  outline: 1px solid transparent; }

.index-microblog__post:nth-child(1)::before {
  -webkit-transform: perspective(55px) rotateX(-0.5deg) rotateY(0.2deg) rotateZ(0.5deg) skew(1deg) translateX(1%) translateZ(-5px);
  -ms-transform: perspective(55px) rotateX(-0.5deg) rotateY(0.2deg) rotateZ(0.5deg) skew(1deg) translateX(1%) translateZ(-5px);
  transform: perspective(55px) rotateX(-0.5deg) rotateY(0.2deg) rotateZ(0.5deg) skew(1deg) translateX(1%) translateZ(-5px); }

.index-microblog__post:nth-child(2)::before {
  -webkit-transform: perspective(55px) rotateX(-0.6deg) rotateY(0deg) rotateZ(-2.9deg) skew(-3deg) translateX(-0.5%) translateZ(-5px);
  -ms-transform: perspective(55px) rotateX(-0.6deg) rotateY(0deg) rotateZ(-2.9deg) skew(-3deg) translateX(-0.5%) translateZ(-5px);
  transform: perspective(55px) rotateX(-0.6deg) rotateY(0deg) rotateZ(-2.9deg) skew(-3deg) translateX(-0.5%) translateZ(-5px); }

.index-microblog__post:nth-child(3)::before {
  -webkit-transform: perspective(55px) rotateX(-0.5deg) rotateY(-0.2deg) rotateZ(-0.5deg) skew(-0.5deg) translateX(-1%) translateZ(-5px);
  -ms-transform: perspective(55px) rotateX(-0.5deg) rotateY(-0.2deg) rotateZ(-0.5deg) skew(-0.5deg) translateX(-1%) translateZ(-5px);
  transform: perspective(55px) rotateX(-0.5deg) rotateY(-0.2deg) rotateZ(-0.5deg) skew(-0.5deg) translateX(-1%) translateZ(-5px); }

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

.index-microblog__title {
  font-size: 3.6rem;
  font-family: "Amatic SC", Arial, Helvetica, sans-serif;
  color: #ffed00;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: .7rem;
  line-height: 1; }

.index-microblog__content {
  margin-top: 2rem;
  line-height: 1.3;
  font-size: 1.8rem; }

.index-microblog__content p {
  font-size: inherit;
  line-height: inherit; }

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

.index-microblog__spacer {
  height: 7rem; }

.index-microblog__footer {
  position: absolute;
  bottom: 4.5rem;
  right: 2rem;
  left: 2rem; }

.index-microblog__link {
  display: inline-block;
  padding: 0 2rem;
  height: 30px;
  line-height: 30px;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  border-radius: 1.2rem;
  cursor: pointer;
  box-sizing: border-box;
  color: #172983;
  background-color: #ffed00;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease; }
  .index-microblog__link:hover {
    color: #fceb19;
    background-color: #172983; }

@media screen and (max-width: 52.5em) {
  .index-microblog {
    margin: 0 auto;
    max-width: 420px; }

  .index-microblog__post,
  .index-microblog__post:nth-child(2) {
    margin: 7rem auto 3rem !important;
    padding: 1rem 3rem 4rem; }

  .index-microblog__spacer {
    height: 5rem; } }
@media screen and (max-width: 30em) {
  .index-microblog__post::before {
    content: none;
    display: none; }

  .index-microblog__post,
  .index-microblog__post:nth-child(2) {
    padding: 1rem 2rem 1.5rem;
    background-color: #009ee0;
    border-bottom: 16px solid #172983; }

  .index-microblog__spacer {
    height: 4.5rem; }

  .index-microblog__footer {
    bottom: 1.5rem; } }
/* Homepage: About us
   -------------------------------------------------------------------------- */
.index-about {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
  margin: 0 auto 7rem;
  position: relative;
  color: #172983;
  text-align: center;
  overflow: visible; }
  .index-about:before {
    display: table;
    content: ""; }
  .index-about:after {
    display: table;
    content: "";
    clear: both; }

.index-about::before {
  content: '';
  display: block;
  position: absolute;
  left: -2%;
  top: -2%;
  width: 105%;
  height: 105%;
  background-color: #009ee0;
  border-top: 16px solid #009ee0;
  border-bottom: 16px solid #172983;
  border-left: 3px solid #172983;
  border-right: 3px solid #172983;
  box-sizing: border-box;
  -webkit-transform: perspective(45px) rotateX(-0.5deg) rotateY(0.4deg) rotateZ(0.5deg) skew(0deg) translate3d(4%, 7%, -5px);
  -ms-transform: perspective(45px) rotateX(-0.5deg) rotateY(0.4deg) rotateZ(0.5deg) skew(0deg) translate3d(4%, 7%, -5px);
  transform: perspective(45px) rotateX(-0.5deg) rotateY(0.4deg) rotateZ(0.5deg) skew(0deg) translate3d(4%, 7%, -5px);
  outline: 1px solid transparent; }

.index-about__wrapper {
  position: relative;
  padding: 4rem 7% 3rem;
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center; }

.index-about__title {
  margin-bottom: 2rem;
  font-size: 3.6rem;
  font-family: "Amatic SC", Arial, Helvetica, sans-serif;
  color: #ffed00;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1; }

@media screen and (max-width: 52.5em) {
  .index-about {
    margin-bottom: 5rem;
    max-width: 420px; }

  .index-about::before {
    left: -3%;
    -webkit-transform: perspective(45px) rotateX(-0.5deg) rotateY(0.4deg) rotateZ(0.5deg) skew(0deg) translate3D(2%, 7%, -5px);
    -ms-transform: perspective(45px) rotateX(-0.5deg) rotateY(0.4deg) rotateZ(0.5deg) skew(0deg) translate3D(2%, 7%, -5px);
    transform: perspective(45px) rotateX(-0.5deg) rotateY(0.4deg) rotateZ(0.5deg) skew(0deg) translate3D(2%, 7%, -5px); } }
@media screen and (max-width: 30em) {
  .index-about::before {
    content: none;
    display: none; }

  .index-about {
    background-color: #009ee0;
    border-bottom: 16px solid #172983; } }
/* Homepage: newsletter signup form
   -------------------------------------------------------------------------- */
.index-newsletter {
  position: relative;
  margin-bottom: 5rem;
  overflow: hidden; }

.index-newsletter__wrapper {
  position: relative;
  padding: 2rem 1rem; }

.index-newsletter__wrapper > * {
  position: relative;
  z-index: 5; }

.index-newsletter__wrapper::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 45%;
  width: 100%;
  height: 50%;
  background-color: #172983;
  box-sizing: border-box;
  -webkit-transform: skewY(-1.2deg) translate(0%, 0%);
  -ms-transform: skewY(-1.2deg) translate(0%, 0%);
  transform: skewY(-1.2deg) translate(0%, 0%);
  outline: 1px solid transparent; }

.index-newsletter__wrapper::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background-color: #172983;
  border-bottom: 7px solid #009ee0;
  box-sizing: border-box; }

.index-newsletter__title {
  display: block;
  float: none;
  margin: 0 0 1rem;
  width: 100%;
  font-size: 3.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  -webkit-transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  transform: rotate(-1.7deg); }

@media screen and (max-width: 52.5em) {
  .index-newsletter {
    margin-bottom: 4rem; }

  .index-newsletter__wrapper {
    padding-bottom: 3rem; }

  .index-newsletter .index-newsletter__title {
    margin: 0 0 2rem; }

  .index-newsletter__wrapper::before {
    bottom: 55%;
    height: 50%; }

  .index-newsletter__wrapper::after {
    width: 100%;
    height: 70%; } }
@media screen and (max-width: 30em) {
  .index-newsletter {
    margin-bottom: 2rem; } }
.index-newsletter__fieldset {
  padding: 0 130px 0 0;
  max-width: 660px; }

.index-newsletter__field {
  height: 42px;
  line-height: 42px;
  color: #000;
  font-size: 1.6rem;
  border: 1px solid #172983;
  border-radius: 1.2rem; }

.index-newsletter__button {
  display: inline-block;
  padding: 0;
  height: 42px;
  line-height: 42px;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  border-radius: 1.2rem;
  cursor: pointer;
  box-sizing: border-box;
  color: #172983;
  background-color: #ffed00;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  margin-right: -130px;
  width: 125px;
  height: 42px;
  line-height: 42px; }
  .index-newsletter__button:hover {
    color: #fceb19;
    background-color: #009ee0; }

/* Homepage: map showing the position of the restaurant
   -------------------------------------------------------------------------- */
.index-map__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%; }
  .index-map__wrapper:before {
    display: table;
    content: ""; }
  .index-map__wrapper:after {
    display: table;
    content: "";
    clear: both; }

.index-map__shop {
  position: relative;
  margin: 5rem 0 2rem;
  padding: 2rem 4rem 5rem 3rem;
  width: 350px;
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983; }

.index-map__shop::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: -2%;
  top: -2%;
  width: 105%;
  height: 105%;
  background-color: #009ee0;
  border-top: 16px solid #009ee0;
  border-bottom: 16px solid #172983;
  border-left: 2px solid #172983;
  border-right: 2px solid #172983;
  box-sizing: border-box;
  -webkit-transform: perspective(75px) rotateX(-0.5deg) rotateZ(-1.9deg) skew(-2deg) translateY(0%) translateZ(-5px);
  -ms-transform: perspective(75px) rotateX(-0.5deg) rotateZ(-1.9deg) skew(-2deg) translateY(0%) translateZ(-5px);
  transform: perspective(75px) rotateX(-0.5deg) rotateZ(-1.9deg) skew(-2deg) translateY(0%) translateZ(-5px);
  outline: 1px solid transparent; }

@media screen and (max-width: 52.5em) {
  .index-map__shop {
    margin: 1rem auto 2rem;
    max-width: 100%; } }
@media screen and (max-width: 30em) {
  .index-map__shop {
    padding: 2rem;
    width: auto;
    background-color: #009ee0;
    border-bottom: 16px solid #172983; }

  .index-map__shop::before {
    content: none;
    display: none; } }
.index-map__shop-title {
  margin-bottom: 1rem;
  font-size: 3.6rem;
  font-family: "Amatic SC", Arial, Helvetica, sans-serif;
  color: #ffed00;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1; }

.index-map__shop-phone {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 700; }

.index-map__shop-phone a {
  color: #172983; }

.index-map__order-button {
  display: inline-block;
  padding: 0 2rem;
  height: 30px;
  line-height: 30px;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  border-radius: 1.2rem;
  cursor: pointer;
  box-sizing: border-box;
  color: #172983;
  background-color: #ffed00;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  display: block;
  margin: 1rem 0 1.5rem; }
  .index-map__order-button:hover {
    color: #fceb19;
    background-color: #172983; }

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

@media screen and (max-width: 40em) {
  .index-map__embed-image {
    -webkit-transform: translate(-60%, -40%);
    -ms-transform: translate(-60%, -40%);
    transform: translate(-60%, -40%); } }
/* Homepage: list of restaurants (franchises only)
   -------------------------------------------------------------------------- */
.index-shop-list {
  margin: 4rem 0 1rem; }

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

.index-shop-list__header {
  margin-bottom: 3rem;
  text-align: center; }

.index-shop-list__title {
  font-size: 3.5rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 600;
  text-transform: uppercase; }

.index-shop-list__filter {
  display: inline-block; }

.index-shop-list__shop {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center; }

.index-shop-list__shop-title {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2; }

@media screen and (max-width: 52.5em) {
  .index-shop-list {
    margin: 2rem 0 0; }

  .index-shop-list__header {
    margin-bottom: 2rem; } }
@media screen and (max-width: 40em) {
  .index-shop-list__title {
    font-size: 2.5rem; } }
/* ==========================================================================
   SPECIAL FEATURES
   ========================================================================== */
/* --------------------------------------------------------------------------
   SKU BUTTONS
   (optional feature, available on touch but NOT on sidetouch)
   --------------------------------------------------------------------------
   Shows product sizes (skus) as buttons instead of selects.
   To activate, create a 'size_buttons' tag and set it on the chosen products/categories
   -------------------------------------------------------------------------- */
.sku-buttons {
  border-radius: 0em; }

.sku-buttons__text {
  color: #172983;
  background-color: #ddd;
  border-left: 1px solid #fff; }

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

.sku-buttons__radio:disabled + .sku-buttons__text {
  color: #aaa;
  background-color: #ddd; }

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

.sku-buttons-summary__value {
  color: #172983; }

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

/* --------------------------------------------------------------------------
   GROUPED SKUS
   (optional feature)
   --------------------------------------------------------------------------
   Group size selection at the top of the page (instead of for every product).
   To activate, create a 'size_group' tag and set it on one or several main (topmost) categories.
   -------------------------------------------------------------------------- */
.grouped-skus__title {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px; }

.grouped-skus__text {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 1rem;
  height: 30px;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.64);
  border-left: 1px solid #172983;
  border-top: 1px solid #172983;
  border-bottom: 1px solid #172983;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box; }

.grouped-skus__item:last-child .grouped-skus__text {
  border-right: 1px solid #172983; }

.grouped-skus__item:first-child .grouped-skus__text {
  border-radius: 1.2rem 0 0 1.2rem; }

.grouped-skus__item:last-child .grouped-skus__text {
  border-radius: 0 1.2rem 1.2rem 0; }

.grouped-skus__radio:checked + .grouped-skus__text {
  color: #ffed00;
  background-color: #172983; }

.grouped-skus__radio:disabled + .grouped-skus__text {
  color: #ccc;
  background-color: rgba(255, 255, 255, 0.64); }

/* --------------------------------------------------------------------------
   CYO
   (optional page)
   --------------------------------------------------------------------------
   Makes a product editable in its own page instead of a popup.
   To activate, create a 'cyo' tag in theme.xml and set this tag on the product.
   -------------------------------------------------------------------------- */
.cyo {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 300; }

.cyo__header {
  margin-bottom: 0;
  overflow: hidden; }

.cyo__header .cyo__add-button {
  margin: .5rem 0 1rem 1rem; }

.cyo__header-title {
  font-size: 3.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 1rem;
  line-height: 1; }

.cyo__description {
  margin: 0; }

.cyo__header-title {
  padding-right: 190px; }

.cyo__header .cyo__add-button {
  float: right;
  margin-left: -190px; }

@media screen and (max-width: 26em) {
  .cyo__header-title {
    padding-right: 0; }

  .cyo__header .cyo__add-button {
    margin-left: 0; } }
.cyo__content {
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  background-color: rgba(255, 255, 255, 0.74);
  border: 4px solid #172983; }

.cyo__footer {
  margin: 0; }

.cyo__fieldset-title {
  font-size: 2.4rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 1.5rem;
  padding: 0;
  border-bottom: none; }

.cyo__fieldset-description {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 300; }

.cyo__add-button {
  display: inline-block;
  padding: 0 1rem;
  height: 30px;
  line-height: 30px;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  border-radius: 1.2rem;
  cursor: pointer;
  box-sizing: border-box;
  color: #fceb19;
  background-color: #009ee0;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease; }
  .cyo__add-button:hover {
    color: #fceb19;
    background-color: #172983; }

.cyo__add-button-price {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 1.5rem; }

.cyo__add-button-price:after {
  content: '';
  display: block;
  position: absolute;
  right: -1px;
  top: 50%;
  margin-top: -7px;
  width: 0;
  height: 14px;
  border-right: 1px solid; }

.cyo__add-button-price + .cyo__add-button-text {
  display: inline-block; }

.cyo__add-button-text {
  padding: 0 1.5rem; }

.cyo-enum__option {
  margin: 2px -1px 2px 0; }

.cyo-enum__text {
  display: block;
  padding: 0 2rem;
  height: 30px;
  line-height: 28px;
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 700;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #172983;
  box-sizing: border-box; }

.cyo-enum__option:first-child .cyo-enum__text {
  border-radius: 1.2rem 0 0 1.2rem; }

.cyo-enum__option:last-child .cyo-enum__text {
  border-radius: 0 1.2rem 1.2rem 0; }

.cyo-enum__radio:checked + .cyo-enum__text {
  color: #ffed00;
  background-color: #172983; }

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

.cyo-set__group-title {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #599ee0;
  font-weight: 700;
  text-transform: uppercase; }

.cyo-set__label {
  margin-bottom: .7rem; }

.cyo-set__text {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 300;
  line-height: 1; }

.cyo-set__text:before {
  top: 0;
  border-radius: 3px;
  border-color: #172983;
  background-color: #fff; }

.cyo-set__text:after {
  top: 0;
  background-color: #599ee0; }

.cyo-set__label input[type="checkbox"]:checked + .cyo-set__text {
  font-weight: 300; }

.cyo-icon-enum {
  max-width: 580px;
  text-align: justify; }

.cyo-icon-enum::after {
  content: "";
  display: inline-block;
  width: 100%; }

.cyo-icon-enum__option {
  display: inline-block;
  float: none;
  margin: .5rem 0;
  min-width: 90px; }

.cyo-icon-enum__text {
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #949494;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 1; }

.cyo-icon-enum__radio:checked + .cyo-icon-enum__text {
  color: #172983; }

.cyo-icon-enum__text:before {
  margin: 0 auto 1rem;
  height: 72px;
  background: url("/assets-images/pizza-size-icon.png") no-repeat;
  overflow: hidden; }

.cyo-icon-enum__text_junior:before {
  width: 33px;
  background-position: 0px 0; }

.cyo-icon-enum__text_medium:before {
  width: 45px;
  background-position: -155px 0; }

.cyo-icon-enum__text_large:before {
  width: 57px;
  background-position: -311px 0; }

.cyo-icon-enum__text_super_large:before {
  width: 70px;
  background-position: -488px 0; }

.cyo-icon-enum__radio:checked + .cyo-icon-enum__text_junior:before {
  background-position: 0px -100px; }
.cyo-icon-enum__radio:checked + .cyo-icon-enum__text_medium:before {
  background-position: -155px -100px; }
.cyo-icon-enum__radio:checked + .cyo-icon-enum__text_large:before {
  background-position: -311px -100px; }
.cyo-icon-enum__radio:checked + .cyo-icon-enum__text_super_large:before {
  background-position: -488px -100px; }

/* --------------------------------------------------------------------------
   PASSWORD STRENGTH CHECKER
   --------------------------------------------------------------------------
   On the 'register' and 'order_step2' pages
   -------------------------------------------------------------------------- */
.password-checker {
  background-color: #fff;
  border-color: #818181; }

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

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

.password-checker__label {
  font-size: 1rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #fff; }

.password-checker__text {
  font-size: 1.2rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  letter-spacing: -0.2px; }

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

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

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

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

.password-checker__score.strong {
  width: 100%;
  background-color: #558b2f; }

.password-checker__input-message {
  font-size: 1.2rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #900; }

/* --------------------------------------------------------------------------
   ADVANCED LOYALTY
   (optional feature)
   --------------------------------------------------------------------------
   Can be activated by setting the "loyalty_page" boolean parameter
   - Adds a /loyalty page
   - Adds links to this page in user, account and mobile menus
   -------------------------------------------------------------------------- */
.loyalty-dropdown {
  position: relative;
  padding-right: 12rem;
  min-height: 90px;
  font-size: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 300;
  line-height: 1.1;
  box-sizing: content-box; }

.loyalty-dropdown:before {
  content: none;
  display: none; }

.loyalty-dropdown__title {
  font-size: 2.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: .5rem; }

.loyalty-dropdown__rules p {
  line-height: inherit; }
.loyalty-dropdown__rules ul {
  margin: 1rem 0 1rem 1.5rem; }
.loyalty-dropdown__rules ul li {
  list-style: disc;
  margin-bottom: .7rem;
  line-height: inherit; }

.loyalty-dropdown__more-link {
  color: #172983;
  text-decoration: underline; }

.loyalty-dropdown__more-link:hover {
  text-decoration: underline; }

.loyalty-dropdown__points {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 3.5rem .6rem 0 0;
  width: 104px;
  height: 90px;
  text-align: center;
  color: #fceb19;
  line-height: 1;
  background: url("/assets-images/loyalty-icon.png") no-repeat 0 0;
  box-sizing: border-box; }

.loyalty-dropdown__points-value {
  display: block;
  font-size: 1.8rem;
  font-weight: 900;
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }

.loyalty-dropdown__points-units {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase; }

.loyalty-page__banner {
  background: no-repeat center top/cover;
  border-bottom: 5px solid #172983; }

.loyalty-page__banner__content {
  font-size: 1.8rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  padding: 65px 25px 15px;
  width: 465px;
  max-width: 100%;
  max-height: 325px;
  background: url("/assets-images/loyalty-greeting-bg.png") no-repeat center top;
  box-sizing: border-box;
  overflow: hidden; }

.loyalty-page__banner-top {
  padding-left: 75px; }

.loyalty-page__banner__note {
  margin: 2.5rem 1rem 0 1.5rem;
  color: #172983;
  font-size: 1.5rem; }

.loyalty-page__banner__title {
  font-size: 4.8rem;
  font-family: "Amatic SC", Arial, Helvetica, sans-serif;
  color: #fceb19;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1; }

.loyalty-page__banner__p {
  display: inline-block;
  margin: 0;
  color: #172983;
  line-height: 1.2; }

.loyalty-page__banner__points-value {
  position: relative;
  z-index: 1;
  padding: 0 1rem;
  color: #172983;
  font-size: 1.8rem;
  font-weight: 700; }

.loyalty-page__banner__points-value::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: -25%;
  top: -8px;
  width: 145%;
  height: 43px;
  background-color: #fceb19;
  border-top: 7px solid #fceb19;
  border-bottom: 5px solid #172983;
  border-left: 1px solid #172983;
  border-right: 1px solid #172983;
  box-sizing: border-box;
  -webkit-transform: perspective(1px) rotateX(-0.6deg) rotateZ(2deg) translate3d(0.1rem, 0.3rem, -1px);
  -ms-transform: perspective(1px) rotateX(-0.6deg) rotateZ(2deg) translate3d(0.1rem, 0.3rem, -1px);
  transform: perspective(1px) rotateX(-0.6deg) rotateZ(2deg) translate3d(0.1rem, 0.3rem, -1px);
  outline: 1px solid transparent; }

@media screen and (max-width: 30em) {
  .loyalty-page__banner__content {
    padding: 65px 15px 15px; }

  .loyalty-page__banner-top {
    padding-left: 45px; }

  .loyalty-page__banner__note {
    margin: 2rem 0 0 0; }

  .loyalty-page__banner__title {
    font-size: 3.6rem; } }
.loyalty-page__history {
  margin: 2rem 0 1.3rem; }

.loyalty-page__howto {
  position: relative;
  padding: 3rem;
  box-sizing: border-box;
  overflow: visible; }

.loyalty-page__howto:before {
  content: '';
  display: block;
  position: absolute;
  left: -2%;
  top: -2%;
  right: auto;
  width: 105%;
  height: 105%;
  background: #009ee0;
  border-top: 10px solid #009ee0;
  border-bottom: 9px solid #172983;
  border-left: 1px solid #172983;
  border-right: 1px solid #172983;
  box-sizing: border-box;
  -webkit-transform: perspective(55px) rotateX(-0.5deg) translateY(1rem) translateZ(-3px);
  -ms-transform: perspective(55px) rotateX(-0.5deg) translateY(1rem) translateZ(-3px);
  transform: perspective(55px) rotateX(-0.5deg) translateY(1rem) translateZ(-3px);
  /* Firefox transformed elements egdes smoothing !!! */
  outline: 1px solid transparent; }

@media screen and (max-width: 30em) {
  .loyalty-page__howto {
    padding: 2rem 1.5rem;
    background-color: #009ee0;
    border-bottom: 9px solid #172983; }

  .loyalty-page__howto:before {
    content: none;
    display: none; } }
.loyalty-page__howto__wrapper {
  position: relative;
  padding-right: 190px;
  color: #172983;
  font-size: 1.6rem;
  font-weight: 300; }
  .loyalty-page__howto__wrapper:before {
    display: table;
    content: ""; }
  .loyalty-page__howto__wrapper:after {
    display: table;
    content: "";
    clear: both; }

.loyalty-page__icon {
  float: right;
  margin-right: -190px;
  padding: 63px 7px 0 0;
  width: 182px;
  height: 158px;
  background: url("/assets-images/loyalty-3-icon.png") no-repeat left top;
  box-sizing: border-box; }

.loyalty-page__icon-value,
.loyalty-page__icon-units {
  display: block;
  color: #fceb19;
  line-height: 1;
  text-align: center; }

.loyalty-page__icon-value {
  font-size: 2.6rem;
  font-weight: 900;
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }

.loyalty-page__icon-units {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase; }

.loyalty-page__howto__title {
  font-size: 3.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  color: #172983;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 2rem; }

.loyalty-page__howto ul {
  margin: 1.5rem 0; }

.loyalty-page__howto ul li {
  margin-bottom: 1rem; }

@media screen and (max-width: 30em) {
  .loyalty-page__howto__wrapper {
    padding-right: 0; }

  .loyalty-page__icon {
    float: none;
    margin: 0 auto 2rem; }

  .loyalty-page__howto__title {
    text-align: center; } }
.loyalty-table {
  border: 4px solid #172983;
  border-top: none; }

.loyalty-table__header {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #172983; }

.loyalty-table__row {
  background-color: rgba(255, 255, 255, 0.74); }

.loyalty-table__row:nth-child(odd) {
  background-color: rgba(225, 225, 225, 0.36); }

.loyalty-table__row:hover {
  background-color: #009ee0; }

.loyalty-table td {
  font-size: 1.6rem;
  color: #172983; }

.loyalty-table__row plus {
  color: #21700c; }

.loyalty-table__row minus {
  color: #bd0808; }

.loyalty-table__row:hover td,
.loyalty-table__row:hover plus,
.loyalty-table__row:hover minus {
  color: #fceb19; }

/* --------------------------------------------------------------------------
   Static page
   -------------------------------------------------------------------------- */
.static-page {
  color: #172983;
  font-size: 1.6rem;
  line-height: 1.4; }
.static-page h1, .static-page h2, .static-page h3, .static-page h4, .static-page h5, .static-page h6 {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  text-align: center; }
.static-page h1, .static-page h2 {
  font-size: 3rem; }
.static-page h3 {
  font-size: 3.6rem;
  font-family: "Amatic SC", Arial, Helvetica, sans-serif;
  color: #ffed00;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1; }
.static-page h4 {
  font-size: 2rem; }
.static-page h5, .static-page h6 {
  font-size: 1.6rem; }
.static-page .static-page__title {
  font-size: 3.6rem;
  text-transform: uppercase; }
.static-page p {
  margin-bottom: 1.5rem;
  line-height: 1.4; }

.page_static .content__main {
  float: none;
  margin: 0 auto;
  width: 860px;
  max-width: 100%; }
.page_static .content__main-wrapper {
  padding: 2rem 4rem;
  background-color: #009ee0;
  border-bottom: 15px solid #172983;
  box-sizing: border-box; }
@media screen and (max-width: 52.5em) {
  .page_static .content__main-wrapper {
    padding: 2rem; } }

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