@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@font-face {
  font-family: 'fontello';
  src: url("/assets-fonts/fontello.woff2") format("woff2"), url("/assets-fonts/fontello.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  font-size: 1.5rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #282828; }

input, select, textarea {
  font-size: 1.5rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #282828; }

.header {
  background-color: #fff; }

.header__logo-image {
  width: 154px;
  height: auto; }

@media screen and (max-width: 60em) {
  .header {
    border-bottom: 1px solid #ebebeb; } }
.form-buttons__button {
  color: #fff;
  background-color: #e34d26;
  border: none;
  padding: 0.9em 2em;
  border-radius: 0;
  font-size: 1.5rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .form-buttons__button:hover {
    color: #333;
    background-color: #fcd57d; }

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

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

.dropdown-menu__header-link {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #e1361e;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

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

.dropdown-menu__header-link:hover {
  color: #525252;
  background-color: #fad290; }

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

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

.dropdown-menu__items {
  padding: 0; }

.dropdown-menu__item-link {
  padding: .7em 1em;
  color: #3c6618;
  text-transform: uppercase; }

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

.basket-menu__basket-icon {
  color: #e1361e; }
  .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: #60a02c;
  border: 2px solid #60a02c; }

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

.shop-info__title {
  margin-top: .4em;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 400;
  color: #3c6618; }

.shop-info__link {
  color: #3c6618; }

.shop-info__feature-title {
  color: #3c6618;
  font-size: 1.8rem;
  font-weight: 600; }

.shop-info__feature-content {
  font-size: 1.6rem;
  color: #7f8187; }

.shop-info .social-icons__link {
  color: #e34d26;
  background-color: #fff;
  border: 1px solid #e34d26;
  border-radius: 100%; }

.shop-info .social-icons__link:hover {
  color: #3c6618;
  background-color: #fff;
  border-color: #3c6618; }

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

.category-navigation {
  font-size: 1.8rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #282828;
  background-color: transparent; }

.category-navigation__link {
  padding: .15em 0; }

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

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

.category-navigation__favourite-icon:before {
  margin-left: 0; }

.account-navigation {
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #525252;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #fbd97c; }

.account-navigation__link {
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

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

.checkout-navigation {
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #525252;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #fbd97c; }

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

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

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

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

.checkout-row__field-text,
.checkout-row__field-textarea,
.checkout__description {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #4f4f4f; }

.checkout-row__field-text,
.checkout-row__field-textarea {
  border: 1px solid #cecece; }

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

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

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

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

.checkout-loyalty__use {
  margin-top: 2rem; }

.checkout-loyalty__use-intro {
  margin: 1rem 0 2rem 0; }

.checkout-loyalty__use-label {
  margin-right: 1rem; }

.checkout-loyalty__use-input {
  padding: .3rem 1rem; }

.basket__header {
  background-color: #fcd57b; }

.basket__title {
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #525252;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 30px; }

.basket__repeat {
  font-size: 1.3rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #525252;
  margin-top: .3em; }

@media screen and (max-width: 60em) {
  .basket__repeat {
    margin-top: 0; } }
.basket__close-icon {
  color: #585858; }
  .basket__close-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

.basket__empty {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #525252;
  background-color: #edf5e7; }

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

.basket__delivery-method {
  padding: 1rem 0;
  background-color: #fff; }

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

.basket__footer {
  color: #525252;
  background-color: #edf5e7; }

.basket__footer-orange-message {
  color: #3c6618;
  font-size: 1.3rem;
  font-weight: 600;
  background-color: #dfedd4; }

.basket__footer-red-message {
  color: #e34d26;
  font-size: 1.3rem;
  font-weight: 600;
  background-color: #dfedd4; }

.basket__savings {
  color: #3c6618;
  padding: .5rem 1rem;
  text-align: center;
  background-color: #dfedd4; }

.basket__coupon-link {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #e34d26;
  font-weight: 600; }

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

.basket__total-title,
.basket__total-amount {
  font-size: 1.8rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #525252;
  font-weight: 600;
  text-transform: uppercase; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.basket__items {
  background-color: #edf5e7; }

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

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

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

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

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

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

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

.nice-select: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: ""; }

.nice-select:before {
  position: absolute;
  right: 3px;
  top: 6px;
  color: #e34d26;
  font-size: 1.8rem;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

.nice-select.open:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

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

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

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

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

.footer {
  color: #fff;
  font-size: 1.3rem;
  background-color: #848484; }

.footer__link {
  color: #fff; }

.footer__link:hover {
  color: #fff; }

.footer__links .footer__link:after {
  content: '|';
  display: inline-block;
  padding-left: 1rem; }

.footer__links li:last-child .footer__link:after {
  display: none; }

.footer .social-icons {
  margin-top: -.1em; }

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

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

@media screen and (max-width: 60em) {
  .footer .social-icons {
    margin-top: 1rem; } }
.scroll-up {
  color: #fff;
  background-color: #82b556;
  border-radius: 0; }

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

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

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

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

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

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

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

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

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

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

.footer__nav .social-icons__link .social-icons__facebook {
  margin-left: 0; }

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

@media screen and (max-width: 60em) {
  .footer__nav .social-icons__link i {
    margin: 0 .7em; }

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

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

.mobile-menu__close-icon {
  color: #585858;
  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.5rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #282828;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff; }

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

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

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

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

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

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

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

.mobile-menu__item_active .mobile-menu__item-link {
  color: #282828;
  background-color: #edf5e7; }

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

.mobile-menu__favourite-icon:before {
  margin-left: 0; }

.category__subcategory + .category__subcategory {
  margin-top: 1em; }

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

.category__subcategory-title {
  margin-bottom: .5em;
  font-size: 2rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #508919;
  font-weight: 600;
  text-transform: uppercase; }

.category__description {
  font-size: 1.5rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #7f8187;
  line-height: 1.5; }
  .category__description:before {
    display: table;
    content: ""; }
  .category__description:after {
    display: table;
    content: "";
    clear: both; }

.category__picture {
  float: right;
  margin-left: 1rem;
  max-width: 30%; }

@media screen and (max-width: 30em) {
  .category__description {
    font-size: 1.5rem; }

  .category__picture {
    display: none; } }
.product {
  padding: .7em;
  background-color: #f8fbf5; }

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

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

.product__top {
  float: left;
  width: 100%; }

.product__bottom {
  padding-top: .5rem;
  float: left;
  margin: 0 0 0 -170px;
  width: 170px; }

.product__name {
  margin-right: 175px; }

.product__description {
  margin-right: 175px; }

.product__sku-list {
  display: block;
  margin: 0; }
  .product__sku-list:before {
    display: table;
    content: ""; }
  .product__sku-list:after {
    display: table;
    content: "";
    clear: both; }

.product__sku {
  clear: right;
  float: right;
  margin: 0 0 .5rem; }

.product__sku-label {
  display: none; }

.product__name {
  font-size: 2rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #282828;
  font-weight: 400; }

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

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

.product__price {
  float: none;
  margin: 0;
  /*@include product-price-font; */ }

.product__price:after {
  content: '|';
  display: inline-block;
  margin: 0 .3em 0 .5em; }

.product__add {
  color: #fff;
  background-color: #e34d26;
  border: none;
  padding: 0.75em 0.5em;
  border-radius: 0;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  float: none !important;
  margin: 0 !important;
  width: 100%;
  text-align: center;
  height: auto;
  line-height: 1;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .product__add:hover {
    color: #333;
    background-color: #fcd57d; }

/*
.product__customise { @include button($product-button-customise-color, $product-button-customise-background-color, $product-button-customise-hover-color,
  $product-button-customise-hover-background-color, (.5em), $product-button-border-radius); @include product-button-font; 
  display: inline-block; float: none !important; margin: 0 0 .5em !important; text-align: center; height: auto; line-height: 1; box-sizing: border-box;
}
*/
.product__customise {
  display: block;
  float: none !important;
  margin: 0 0 .5em !important;
  height: auto;
  font-size: 1.4rem;
  line-height: 1.6;
  text-decoration: underline;
  text-align: left;
  padding-left: 0; }

.product .nice-select {
  float: none;
  padding-left: 0;
  padding-right: 24px;
  height: auto;
  line-height: 1;
  background: none;
  border: none; }

.product .nice-select:before {
  right: -1px;
  top: 1px;
  margin: 0; }

.product .current {
  display: block;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.4; }

.product .list {
  left: auto;
  right: 0;
  background-color: #fff;
  border: 1px solid #c6c6c6; }

.product .list .option {
  padding: 0 .5em;
  color: #3c6618;
  font-size: 1.3rem;
  text-transform: uppercase; }

.product .nice-select .option.focus,
.product .nice-select .option.selected,
.product .nice-select .option.selected.focus {
  color: #3c6618;
  background-color: #efefef !important; }

.product .nice-select .option:hover {
  color: #fff;
  background-color: #3c6618; }

.product__favourite_add .product__favourite-icon {
  color: #e34d26; }
  .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: #e34d26; }
  .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: ""; }

@media screen and (max-width: 30em) {
  .product__top {
    float: none; }

  .product__bottom {
    float: none;
    margin: 0;
    padding-top: .5rem;
    width: auto; }

  .product__name {
    margin-right: 0; }

  .product__description {
    margin-right: 0; } }
.sku-buttons__text {
  background-color: #fff;
  border-left: 1px solid #e34d26; }

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

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

.sku-buttons-summary {
  color: #4e4f53; }

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

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

.popup {
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #282828;
  border-radius: 0; }

.popup:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background-color: #fcd88d; }

.popup__wrapper {
  margin: 1.5em 2em 3.5em; }

.popup__close {
  color: #fff;
  background-color: #68a22e; }

.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__top {
  margin: -1.5em -2em .5em;
  padding: 1.5em 2em;
  background-color: #fcd88d; }

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

.popup__description {
  color: #3e3e3e;
  font-size: 1.4rem; }

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

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

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

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

.popup-row + .popup-row {
  border-top: 1px solid #e5e5e5; }

.popup-row__description {
  color: #777; }

.popup-row__title {
  font-size: 1.8rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #282828;
  font-weight: 400; }

.popup-enum__text {
  background-color: #fff;
  border: 1px solid #e34d26; }

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

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

.popup-set__group-title {
  color: #777; }

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

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

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

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

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

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

.checkout__facebook-login-button {
  border-radius: 0;
  font-size: 1.5rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: .7em 1em; }

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

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

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

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

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

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

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

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

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

/*******************************
  Theme design implementation
******************************/
/* Header */
.header_bottom-stripe {
  padding: 1em 0 0 0; }

.header_bottom-stripe:after {
  content: '';
  display: block;
  margin-top: 1em;
  height: 59px;
  width: 100%;
  background: #face7e url("/assets-images/header-bg.jpg") no-repeat center top; }

.header_bottom-line {
  border-bottom: 1px solid #ebebeb; }

.header__shop-menu,
.header__user-menu,
.header__ordering-menu {
  margin-top: 5px; }

@media screen and (max-width: 60em) {
  .header,
  .header_bottom-stripe {
    padding: .5em 0; }

  .header_bottom-stripe:after {
    display: none; } }
/* Basket menu */
.basket-menu__items {
  height: 22px;
  line-height: 22px;
  color: #fff;
  border: none; }

/* Checkout */
.checkout__header {
  padding-bottom: .5em;
  border-bottom: 1px solid #bababa; }

/************** 
  Static page 
**************/
.static-page {
  color: #7f8187; }

.static-page .static-page__title {
  font-size: 2.3rem;
  text-transform: uppercase;
  color: #282828; }

.static-page h1,
.static-page h2,
.static-page h3,
.static-page h4,
.static-page h5,
.static-page h6 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase; }

.static-page h1, .static-page h2 {
  font-size: 2.3rem; }

.static-page h3 {
  font-size: 2rem; }

.static-page h4 {
  font-size: 1.8rem; }

.static-page h5 {
  font-size: 1.6rem; }

.static-page h6 {
  font-size: 1.5rem; }

.static-page p {
  margin-bottom: 1em;
  line-height: 1.5; }

.static-page__col-wrapper:before {
  display: table;
  content: ""; }
.static-page__col-wrapper:after {
  display: table;
  content: "";
  clear: both; }

.static-page__left-col {
  float: left;
  width: 48.5%; }

.static-page__right-col {
  float: right;
  width: 48.5%; }

.static-page__right-col :first-child {
  margin-top: 0; }

.static-page__left-col img {
  margin-bottom: 2rem; }

@media screen and (max-width: 60em) {
  .static-page__left-col,
  .static-page__right-col {
    float: none;
    width: 100%; }

  .static-page__left-col img {
    float: left;
    width: 49%; }

  .static-page__left-col img + img {
    float: right; } }
/**************
  A propos page
**************/
.content_a_propos .static-page__image {
  width: 100%; }

.content_a_propos h3 {
  color: #82b556; }

.content_a_propos h4,
.content_a_propos h5,
.content_a_propos h6 {
  color: #282828; }

.content_a_propos p,
.content_a_propos ul,
.content_a_propos li {
  color: #7f8187; }

.content_a_propos .static-page__left-col {
  float: left;
  width: 43.5%; }

.content_a_propos .static-page__right-col {
  float: right;
  width: 53.5%; }

@media screen and (max-width: 60em) {
  .content_a_propos .static-page__left-col,
  .content_a_propos .static-page__right-col {
    float: none;
    width: 100%; }

  .content_a_propos .static-page__image {
    width: 49%; } }
/**************
  Basket after
**************/
.basket-after__section {
  margin: 0.5rem 0; }

.basket-after__image {
  border-radius: 5px;
  width: 100%;
  vertical-align: middle; }

/***************************
  Product filter
***************************/
.product-filter {
  margin-bottom: .8em; }

.product-filter__search-bar {
  margin-bottom: 1.2em;
  padding: .5em 1em;
  background-color: #edf5e7; }

.product-filter__title {
  display: inline-block;
  margin-right: .7em;
  height: 25px;
  line-height: 25px;
  font-size: 1.6rem;
  font-weight: 600; }

.product-filter__categories {
  display: inline-block; }

.product-filter__category {
  display: inline-block;
  position: relative;
  margin-right: .7em; }

.product-filter__category:last-child {
  margin-right: 0; }

.product-filter__category:nth-child(1) {
  z-index: 20; }

.product-filter__category:nth-child(2) {
  z-index: 19; }

.product-filter__category:nth-child(3) {
  z-index: 18; }

.product-filter__category:nth-child(4) {
  z-index: 17; }

.product-filter__category:nth-child(5) {
  z-index: 16; }

.product-filter__category:nth-child(6) {
  z-index: 15; }

.product-filter__category-link {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  color: #333;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none; }

.product-filter__category-link:hover {
  color: #4e4f53; }

.product-filter__category-icon {
  font-size: 2rem;
  color: #e34d26; }
  .product-filter__category-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: ""; }

.product-filter__options {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 110px;
  background-color: #fff;
  border: 1px solid #c6c6c6;
  box-sizing: border-box;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  z-index: 100; }

.product-filter__option_open .product-filter__options {
  display: block; }

.product-filter__option-link {
  display: block;
  padding: .7em 1em;
  color: #3c6618;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  background: #fff;
  border: none;
  cursor: pointer; }

.product-filter__option-link:hover {
  color: #fff;
  background-color: #3c6618; }

.product-filter__summary {
  display: none;
  margin-bottom: 1em; }

.product-filter__summary-criteria {
  color: #93183a;
  font-weight: bold; }

@media screen and (max-width: 30em) {
  .product-filter__search-bar {
    padding: 0;
    border-radius: 0; }

  .product-filter__categories {
    display: block; }

  .product-filter__title {
    display: block;
    margin: 0;
    padding: 1rem;
    background-color: #dfe4e7;
    border-bottom: 1px solid #d8dde0; }

  .product-filter__category {
    display: block;
    margin: 0;
    padding: 1rem;
    background-color: #ecf0f4;
    border-bottom: 1px solid #d8dde0; } }
/************************
 Deal wizard theme
***********************/
.deal-wizard__title {
  font-size: 2.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #282828;
  font-weight: 400;
  text-transform: uppercase; }

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

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

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

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

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

.deal-wizard-navigation__link {
  font-size: 1.3rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #525252;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #dfedd4; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link {
  color: #3c6618;
  background-color: #cae0b8; }

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

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

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

.deal-wizard-navigation__title:after {
  background: -webkit-linear-gradient(left, rgba(223, 237, 212, 0), #dfedd4);
  background: linear-gradient(to right, rgba(223, 237, 212, 0), #dfedd4); }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__title:after {
  background: -webkit-linear-gradient(left, rgba(202, 224, 184, 0), #cae0b8);
  background: linear-gradient(to right, rgba(202, 224, 184, 0), #cae0b8); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*********************
  Index connected customer
*********************/
.index-connected-customer {
  margin: 3rem 0; }

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

.index-connected-customer__item {
  padding: 2rem;
  text-align: center;
  background-color: #f0f0f0; }

.index-connected-customer__item:first-of-type {
  text-align: left;
  background-color: #fbd4a3;
  border-radius: 1rem; }

.index-connected-customer__title {
  margin-bottom: .5em;
  font-size: 1.8rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #262626;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1; }

.index-connected-customer__content {
  min-height: 3.6rem; }

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

.index-connected-customer__button {
  display: inline-block;
  min-width: 40%;
  color: #fff;
  background-color: #e34d26;
  border: none;
  padding: 1rem 2rem;
  border-radius: 0;
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }
  .index-connected-customer__button:hover {
    color: #333;
    background-color: #fcd57d; }

.index-connected-customer__item:first-of-type .index-connected-customer__button {
  min-width: 35%;
  text-align: center;
  border-radius: .5rem;
  padding: 1rem .5rem; }

.index-connected-customer__item:first-of-type .index-connected-customer__button_other {
  margin-left: 1rem;
  background-color: #65a32c; }

.index-connected-customer__item:first-of-type .index-connected-customer__button:hover {
  background-color: #fff4db; }

@media screen and (max-width: 52.5em) {
  .index-connected-customer {
    margin-bottom: 0; } }
/**************
  Slider
**************/
.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; }

.unslider-nav {
  position: absolute;
  left: 0;
  bottom: 1rem;
  margin: 0;
  padding-top: 1.5rem; }

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

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

.index-slideshow-links {
  bottom: 9rem;
  z-index: 20; }

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

.index-slideshow {
  position: relative;
  margin-bottom: 3rem;
  z-index: 10; }

@media screen and (max-width: 52.5em) {
  .slider {
    margin-bottom: 2rem; }

  .index-slideshow-links {
    position: static;
    margin-top: 1em;
    margin-bottom: 1em; } }
/******************
  Index microblog
******************/
.index-microblog {
  margin-top: 1rem; }

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

.index-microblog__post {
  padding: 0;
  color: #7f8187;
  background-color: #fff; }

.index-microblog__post_promo {
  position: relative;
  overflow: visible; }

.index-microblog__post_promo:after {
  content: '';
  display: block;
  width: 129px;
  height: 119px;
  position: absolute;
  top: -10px;
  right: -9px;
  background-image: url("/assets-images/promo-label.png"); }

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

.index-microblog__image {
  width: 100%; }

.index-microblog__title {
  font-size: 2.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #282828;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 1; }

.index-microblog__content {
  line-height: 1.4; }

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

.index-microblog__footer {
  margin-top: 1em; }

.index-microblog__link {
  color: #e34d26;
  font-size: 1.4rem; }

@media screen and (max-width: 52.5em) {
  .index-microblog__post,
  .index-microblog__post:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
    width: 384px;
    max-width: 96%; }

  .index-microblog__post + .index-microblog__post {
    margin-top: 3rem; } }
/**************
  Shop map
**************/
.index-map {
  margin-top: 5rem;
  margin-bottom: 3rem; }

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

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

.index-map__shop-title {
  margin-bottom: .5em;
  font-size: 2.4rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #282828;
  font-weight: 400;
  line-height: 1.1; }

.index-map__shop-phone {
  margin: .5em 0;
  font-size: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #649125;
  font-weight: 600; }

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

.index-map__shop .social-icons__link {
  color: #e34d26;
  border: 1px solid #e34d26;
  -webkit-transition: border-color .2s ease, color .2s ease;
  transition: border-color .2s ease, color .2s ease; }

.index-map__shop .social-icons__link:hover {
  color: #3c6618;
  border-color: #3c6618; }

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

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

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

.index-map__embed {
  display: block; }

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

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

  .index-map__shop {
    border: 1px solid #ccc;
    box-shadow: none; }

  .index-map__embed {
    margin-top: 1rem;
    border: none; }

  .index-map__embed-image {
    -ms-transform: translate(-55%, -30%);
    -webkit-transform: translate(-55%, -30%);
    transform: translate(-55%, -30%); } }
.hybrid_app .burger-menu {
  display: none; }
@media screen and (max-width: 52.5em) {
  .hybrid_app .header__burger-menu--app-visible .burger-menu {
    display: block; } }
