@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Chewy|Lato:300,400,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: "Lato", Helvetica, Arial, sans-serif;
  color: #282828; }

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

input, textarea {
  border: 1px solid #cacaca; }

.header {
  padding: 2rem 0 3.4rem;
  background: #46281d url("/assets-images/header-bg.jpg") repeat center bottom; }

.header__logo-image {
  width: 227px; }

@media screen and (max-width: 60em) {
  .header {
    padding: 1rem 0;
    border-bottom: 1px solid #ebebeb;
    background: #fff; }

  .header__logo-image {
    padding-top: .6rem;
    width: 170px; } }
.checkout__footer {
  margin-top: 1.2em; }

.form-buttons__button {
  color: #fff;
  background-color: #508919;
  border: none;
  padding: 0.75em 2.5em;
  border-radius: 0;
  font-size: 1.5rem;
  font-family: "Lato", Helvetica, Arial, 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; }
  .form-buttons__button:hover {
    color: #fff;
    background-color: #573422; }

.form-buttons__link {
  padding: .6em 0;
  font-size: 1.7rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #93183a; }

.form-buttons__link:hover {
  color: #4e4f53; }

.dropdown-menu__header {
  margin-top: .7rem; }

.dropdown-menu__header-link {
  padding: 1rem;
  font-size: 1.8rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #f7e5cb;
  font-weight: 400;
  line-height: 1;
  border: 1px solid transparent;
  -webkit-transition: border-color .2s ease, color .2s ease;
  transition: border-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: #fff;
  background-color: transparent;
  border-color: #fff; }

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

.dropdown-menu__items {
  padding: 0; }

.dropdown-menu__item-link {
  padding: .7em;
  font-size: 1.4rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

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

.basket-menu__basket-icon {
  color: #573422; }
  .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 {
  height: 22px;
  line-height: 22px;
  color: #fff;
  background-color: #508919;
  border: 2px solid #508919; }

.shop-info {
  color: #565656;
  background-color: #fdfaf5;
  background: -webkit-linear-gradient(top, #f7e5c9 0%, #fdfaf5 100%);
  background: linear-gradient(to bottom, #f7e5c9 0%, #fdfaf5 100%); }

.shop-info__title {
  padding-top: .45em;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #282828; }

.shop-info__link {
  color: #282828; }

.shop-info__feature-title {
  font-size: 1.6rem;
  font-weight: 700; }

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

.shop-info .social-icons__link {
  color: #508919;
  background-color: transparent;
  border: 1px solid #508919;
  border-radius: 100%;
  -webkit-transition: border-color .2s ease, color .2s ease;
  transition: border-color .2s ease, color .2s ease; }

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

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

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

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

.category-navigation__link {
  padding: .3em 0;
  -webkit-transition: color .2s ease;
  transition: color .2s ease; }

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

.category-navigation__item_favourites {
  margin-top: .7em; }

.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: "Lato", Helvetica, Arial, sans-serif;
  color: #412619;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #f7e5cb; }

.account-navigation__link {
  border-top: 1px solid #f7e5cb;
  -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: #f7e5cb;
  background-color: #412619; }

.checkout-navigation {
  font-size: 1.5rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #412619;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #f7e5cb;
  border-top: 1px solid #f7e5cb; }

.checkout-navigation__item_active {
  color: #f7e5cb;
  background-color: #51301e; }

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

.checkout__header {
  margin-bottom: 1.5em; }

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

.checkout__title {
  font-size: 2.4rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #474646;
  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: "Lato", Helvetica, Arial, sans-serif;
  color: #474646; }

.checkout-row__field-text,
.checkout-row__field-textarea,
.checkout__description {
  font-size: 1.6rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #474646; }

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

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

.checkout-confirm__content {
  font-size: 1.6rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #474646; }

.checkout__section_account .checkout-row__label {
  padding-top: .1em; }

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

.basket__header {
  background-color: #573422; }

.basket__title {
  font-size: 1.6rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #fff; }

.basket__repeat {
  padding-top: .2em;
  font-size: 1.2rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #fff;
  margin-top: 0; }

@media screen and (max-width: 60em) {
  .basket__repeat {
    padding-top: .3em; } }
.basket__close {
  margin-top: -.1em;
  line-height: 1; }

/*.basket__close-icon { @include fontello-icon('close'); }*/
.basket__close-icon {
  font-size: 4rem;
  font-style: normal;
  line-height: 24px;
  font-weight: 300; }

.basket__close-icon:before {
  content: '\00d7';
  display: inline-block; }

.basket__empty {
  font-size: 1.4rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #383838;
  background-color: #f7e5cb; }

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

.basket__delivery-method {
  padding: .8em 0;
  background-color: #fff; }

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

.basket__footer {
  padding-bottom: .5rem;
  color: #383838;
  background-color: #f7e5cb; }

.basket__footer-orange-message {
  color: #383838;
  font-size: 1.4rem;
  background-color: #ffecb3; }

.basket__footer-red-message {
  color: #fff;
  font-size: 1.4rem;
  background-color: #d9230b; }

.basket__savings {
  color: #573422;
  background-color: #ffecb3; }

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

.basket__total {
  padding: 1rem; }

.basket__coupon-link {
  font-size: 1.4rem; }

.basket__total-title,
.basket__total-amount {
  font-size: 1.8rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #383838;
  font-weight: 400;
  text-transform: uppercase; }

.basket__button-link {
  color: #fff;
  background-color: #508919;
  border: none;
  padding: 0.8em 0;
  border-radius: 0;
  font-size: 1.5rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  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: #fff;
    background-color: #573422; }

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

.basket-deal__title {
  font-size: 1.3rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #573422;
  font-weight: 700;
  text-transform: uppercase; }

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

.basket-deal__delete-icon {
  color: #ee875b; }
  .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: #573422; }

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

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

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

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

.basket-deal__item-delete-icon {
  color: #ee875b; }
  .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: #573422; }

.basket__items {
  background-color: #f7e5cb; }

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

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

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

.basket-item__delete-icon {
  color: #a69281; }
  .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: #573422; }

.nice-select {
  font-size: 1.4rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #4e4f53;
  border: 1px solid #b9b9b9;
  border-radius: 0; }

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

.nice-select .option.focus {
  color: #4e4f53;
  background-color: #508919; }

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

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

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

.nice-select:before {
  position: absolute;
  right: 6px;
  top: 6px;
  color: #508919;
  font-size: 1.8rem;
  line-height: 1;
  -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); }

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

/*.footer:after { content:''; display: block; height:27px; background: $footer-background-color url('/assets-images/footer-bg.jpg') repeat-x center bottom; }*/
.footer__wrapper {
  padding: 1em 0; }

.footer__link {
  color: #fff;
  text-decoration: none; }

.footer__link:hover {
  color: #f7e5c9; }

.footer__links li + li {
  padding-left: .7em;
  border-left: 1px solid #f7e5c9; }

.footer__links .footer__link {
  text-decoration: none; }

.footer__credits .footer__link {
  text-decoration: underline; }

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

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

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

@media screen and (max-width: 60em) {
  .footer .social-icons {
    margin-top: 1rem; }

  .footer .social-icons__link {
    padding: 0 .2em; } }
.scroll-up {
  padding: .9rem;
  color: #fff;
  font-size: 2rem;
  background-color: #573422;
  border: 1px solid #fff;
  border-radius: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/*.mobile-menu__close-icon { @include fontello-icon('close'); color: $mobile-menu-close-icon-color; font-size: $mobile-menu-close-icon-font-size; }*/
.mobile-menu__close-icon {
  color: #927f77;
  font-size: 4rem;
  font-style: normal;
  line-height: 24px;
  font-weight: 300; }

.mobile-menu__close-icon:before {
  content: '\00d7';
  display: inline-block; }

.mobile-menu__section_user {
  font-size: 1.6rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: 400;
  background-color: #fff; }

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

.mobile-menu__section-link {
  font-size: 1.6rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: 700;
  background-color: #fff; }

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

.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.55rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: 400;
  background-color: #fff; }

.mobile-menu__item_active .mobile-menu__item-link {
  color: #000;
  font-weight: 700;
  background-color: #f7e5c9; }

.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: 2em; }

.category__title {
  font-size: 2.6rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #242424;
  font-weight: 400; }

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

.category__description {
  margin-top: 1rem;
  font-size: 1.7rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #727272;
  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 .7em 1.5em;
  background: #fdfaf5 url("/assets-images/product-bg.jpg") repeat-x left top; }

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

.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;
  line-height: 1.5; }

.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: 1.8rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #242424;
  font-weight: 700; }

.product__description {
  font-size: 1.6rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #525252; }

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

.product__price {
  float: none;
  margin: 0;
  font-size: 1.4rem;
  font-family: "Lato", Helvetica, Arial, sans-serif; }

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

.product__add {
  color: #fff;
  background-color: #508919;
  border: none;
  padding: 0.9em 0;
  border-radius: 0;
  font-size: 1.4rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  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: #fff;
    background-color: #573422; }

.product__customise {
  display: block;
  float: none !important;
  margin: 0 0 .5em !important;
  height: auto;
  font-size: 1.5rem;
  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:after {
  display: none; }

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

.product .nice-select:before {
  position: absolute;
  right: 0px;
  top: 2px;
  color: #508919;
  font-size: 1.8rem;
  line-height: 1;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

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

.product .current {
  display: block;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.4; }

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

.product .list .option {
  color: #fff; }

.product .nice-select .list {
  background: #fff;
  padding: 0; }

.product .nice-select .option {
  color: #4e4f53; }

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

.product .nice-select .option.focus,
.product .nice-select .option.selected.focus {
  color: #4e4f53;
  background: none; }

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

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

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

.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: "Lato", Helvetica, Arial, sans-serif;
  color: #383838;
  border-radius: 0;
  background-color: #fcf7ee;
  background: -webkit-linear-gradient(top, #f7e7c9 0%, #fdf9f4 100%);
  background: linear-gradient(to bottom, #f7e7c9 0%, #fdf9f5 100%); }

.popup:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 33px;
  background: #573422 url("/assets-images/footer-bg.jpg") repeat-x center bottom; }

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

.popup__top {
  margin: -1.5em -2em .5em;
  padding: 1.5em 2em;
  background: #513020 url("/assets-images/header-bg.jpg") repeat center top;
  background-size: cover; }

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

.popup__close:hover {
  background-color: #e34d26; }

.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__title,
.popup__price {
  font-size: 2.4rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: 400; }

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

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

.popup-group {
  border-bottom: 1px solid #d2c5b9; }

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

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

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

.popup-group__label,
.popup-group__single-choice {
  font-size: 1.6rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #383838;
  font-weight: 700;
  line-height: 32px; }

.popup-row {
  border-bottom: 1px solid #d2c5b9; }

.popup-row__description {
  color: #525252; }

.popup-row__title {
  font-size: 1.6rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #383838;
  font-weight: 700; }

.popup-enum__text {
  background-color: #fff; }

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

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

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

.popup-set__text:before {
  background-color: #fff;
  border-radius: 2px; }

.popup-set__text:after {
  width: 14px;
  height: 14px;
  margin: 1px;
  background-color: #508919; }

.popup-buttons__button {
  color: #fff;
  background-color: #508919;
  border: none;
  padding: 0.7em 2em;
  border-radius: 0;
  font-size: 1.5rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  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: #fff;
    background-color: #573422; }

.popup-buttons__link {
  font-size: 1.6rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #242424; }

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

.order__add-button, .order__repeat-button {
  color: #fff;
  background-color: #508919;
  border: none;
  padding: 0.3em 0.5em;
  border-radius: 0;
  font-size: 1.4rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase; }
  .order__add-button:hover, .order__repeat-button:hover {
    color: #fff;
    background-color: #573422; }

.checkout__facebook-login-button {
  border-radius: 0;
  font-size: 1.5rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: 400;
  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 {
  position: relative;
  color: #606165; }

.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: "Lato", Helvetica, Arial, sans-serif;
  color: #fff;
  background-color: #76a14c;
  opacity: 0.9; }

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

.message_error {
  font-size: 1.7rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #fff;
  background-color: #df9f01;
  opacity: 0.9; }

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

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

/* Static page */
.content_static {
  font-size: 1.6rem; }

.static-page__title {
  margin-bottom: 1em;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 600; }

.content_static h3 {
  margin-bottom: .2em;
  font-size: 1.7rem;
  text-transform: uppercase;
  font-weight: 600; }

.content_static h6 {
  margin-bottom: .2em;
  font-size: 1.6rem;
  font-weight: 600; }

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

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

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

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

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

.content_static__left-col img {
  margin-bottom: 2rem;
  border-radius: .5rem; }

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

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

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

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

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

.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-link {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  color: #fcf7ed;
  font-size: 15px;
  text-decoration: none; }

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

.product-filter__category-link span {
  display: inline-block; }

.product-filter__category-icon {
  position: relative;
  top: 2px;
  color: #fae3d4;
  font-size: 1.8rem;
  line-height: 1; }
  .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: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

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

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

.product-filter__option-link {
  display: block;
  padding: .5em;
  color: #000;
  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: #508919; }

.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: #573422;
    border-bottom: 1px solid #dedbdc; }

  .product-filter__category {
    display: block;
    margin: 0;
    padding: 1rem;
    background-color: #f2efee;
    border-bottom: 1px solid #dedbdc; }

  .product-filter__category-link,
  .product-filter__category-icon {
    color: #573422; }

  .product-filter__category-link:hover {
    color: #e34d26; } }
/************************
 Deal wizard theme
***********************/
.deal-wizard__title {
  font-size: 2.6rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #242424;
  font-weight: 400; }

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

.deal-wizard-navigation__tab {
  background-color: #ffecb3;
  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: "Lato", Helvetica, Arial, sans-serif;
  color: #412619;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #ffecb3; }

.deal-wizard-navigation__tab_active .deal-wizard-navigation__link {
  color: #412619;
  background-color: #ffe083; }

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

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

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

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

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

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

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

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

  .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: #f9d29b;
  border-radius: 1rem; }

.index-connected-customer__title {
  margin-bottom: .5em;
  font-size: 1.8rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #242424;
  font-weight: 700;
  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: #508919;
  border: none;
  padding: 1rem 2rem;
  border-radius: 0;
  font-size: 1.4rem;
  font-family: "Lato", Helvetica, Arial, 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: #fff;
    background-color: #573422; }

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

.index-connected-customer__item:first-of-type .index-connected-customer__button_other:hover {
  color: #fff;
  background-color: #573422; }

@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: relative;
  left: 0;
  bottom: 0;
  margin: 0;
  padding-top: 1.5rem; }

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

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

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

.index-slideshow-links__link {
  display: inline-block;
  min-width: 200px;
  margin: .5em .3em;
  box-sizing: border-box;
  color: #fff;
  background-color: #508919;
  border: none;
  padding: 1em 0;
  border-radius: 0;
  font-size: 1.4rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: 700;
  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: #fff;
    background-color: #573422; }

.index-slideshow {
  position: relative;
  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 {
  position: relative;
  color: #2d2d2d;
  background-color: #fcf7ed;
  border: 1px solid #000; }

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

.index-microblog__title {
  font-size: 1.8rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: 700;
  margin-bottom: .9rem;
  line-height: 1.2; }

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

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

.index-microblog__footer {
  margin-top: 2rem;
  text-align: right; }

.index-microblog__footer-height-fix {
  display: inline-block;
  visibility: hidden;
  padding: 1.2rem 1.5rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.1;
  text-transform: uppercase; }

.index-microblog__link {
  display: inline-block;
  position: absolute;
  right: 2rem;
  bottom: 1.5rem;
  margin-left: 2rem;
  padding: 1.2rem 1.5rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.1;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #508919;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

.index-microblog__link:hover {
  background-color: #573422; }

.menu-widget .index-microblog__link:hover {
  background-color: #7f4d38; }

@media screen and (max-width: 52.5em) {
  .index-microblog__post {
    position: static; }

  .index-microblog__footer-height-fix {
    display: none; }

  .index-microblog__link {
    position: static;
    margin-left: 0; } }
/********************
  Menu widget
********************/
.menu-widget {
  background: #422618 url("/assets-images/menu-bg.jpg") no-repeat center top;
  background-size: cover;
  box-sizing: border-box; }

.menu-widget_sidebar {
  margin-top: 0.5rem; }

.menu-widget__wrapper {
  padding: 2rem; }

.index-microblog__post .menu-widget__wrapper {
  padding: 0; }

.menu-widget__title {
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-family: "Chewy", cursive;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase; }

.menu-widget_sidebar .menu-widget__title {
  font-size: 3.5rem; }

/* Static page: off-canvas fix */
.menu-widget__content {
  padding: 1.5rem 1rem;
  font-size: 1.5rem;
  background-color: #f7f1e7; }

.menu-widget__content h6 {
  margin-bottom: .3rem;
  font-size: 1.8rem;
  font-weight: 700; }

.menu-widget__content h6:not(:first-child) {
  margin-top: 1.7rem; }

.menu-widget__content ul {
  list-style: initial; }

.menu-widget__content li {
  list-style: initial;
  margin-left: 2rem; }

/********************
  Index about
********************/
.index-about {
  margin: 7rem 0; }

.index-about__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center; }
  .index-about__wrapper:before {
    display: table;
    content: ""; }
  .index-about__wrapper:after {
    display: table;
    content: "";
    clear: both; }

.index-about__title {
  margin-bottom: 2rem;
  font-size: 4.8rem;
  font-family: "Chewy", cursive;
  color: #43281a;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1; }

@media screen and (max-width: 40em) {
  .index-about__title {
    font-size: 3.5rem; } }
@media screen and (max-width: 52.5em) {
  .index-about {
    margin: 3rem 0; } }
/* Homepage: newsletter signup form
   -------------------------------------------------------------------------- */
.index-newsletter {
  margin-top: 5rem;
  padding: 2rem 1rem;
  color: #fff;
  background: #523120 url("/assets-images/index-newsletter-bg.jpg") repeat-x center top; }

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

.index-newsletter__title {
  font-size: 3rem;
  font-family: "Chewy", cursive;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  margin-left: -270px;
  line-height: 36px; }

.index-newsletter__fieldset {
  padding: 0 120px 0 270px; }

.index-newsletter__field {
  border: 1px solid #c6c6c6;
  height: 36px;
  line-height: 36px; }

.index-newsletter__button {
  color: #fff;
  background-color: #508919;
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 1.6rem;
  font-family: "Lato", Helvetica, Arial, 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;
  margin-right: -120px;
  width: 115px;
  height: 36px;
  line-height: 36px; }
  .index-newsletter__button:hover {
    color: #fff;
    background-color: #7f4d38; }

/**************
  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: #fcf7ed;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15); }

.index-map__shop-title {
  margin-bottom: .5em;
  font-size: 1.8rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #2d2d2d;
  font-weight: 700;
  line-height: 1.1; }

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

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

.index-map__shop .social-icons__link {
  color: #508919;
  border: 1px solid #508919;
  -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: #e34d26;
  border-color: #e34d26; }

.index-map__order-button {
  color: #fff;
  background-color: #508919;
  border: none;
  padding: 0.7em 0;
  border-radius: 0;
  font-size: 1.6rem;
  font-family: "Lato", Helvetica, Arial, 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: #fff;
    background-color: #573422; }

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

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

.index-map__embed {
  display: block;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }

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