@charset "UTF-8";
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0; }

.reveal-modal {
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 30px;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  background-color: #fff;
  padding: 1.875rem;
  border: solid 1px #666;
  -webkit-box-shadow: 0 0 10px rgba(47, 46, 45, 0.4);
  box-shadow: 0 0 10px rgba(47, 46, 45, 0.4); }
  .reveal-modal.medium {
    width: 60%; }

.close-reveal-modal {
  color: #fff;
  z-index: 10;
  font-size: 30px;
  cursor: pointer;
  font-size: 30ph;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: .625rem;
  right: 1.375rem; }

.header_404 {
  max-width: none; }

.search.columns {
  margin-left: 0;
  width: 50%; }
  @media (max-width: 767px) {
    .search.columns {
      width: 60%; } }
  @media (max-width: 480px) {
    .search.columns {
      width: 290px;
      margin: 0 auto 20px;
      padding: 0;
      float: none !important;
      clear: both;
      min-height: 40px; }
      .search.columns input[type="text"] {
        width: 250px; } }

.top-image {
  position: relative;
  z-index: 10; }
  .top-image__picture {
    display: block;
    width: 100%; }
  .top-image__discount {
    position: absolute;
    top: 51px;
    left: 82px;
    background: url("../img/discount-plate.png");
    background-size: 100% 100%;
    width: 256px;
    height: 251px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 25px;
    font-family: 'Arvo', serif;
    color: #1d1d1b;
    font-weight: bold;
    text-transform: uppercase;
    padding: 54px 20px 0;
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
    text-align: center; }
    .top-image__discount span {
      display: block;
      font-size: 69px;
      line-height: 67px; }
  .top-image__title {
    position: absolute;
    bottom: 44px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    font-size: 42px;
    font-family: 'Arvo', serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold; }
  .top-image__slogan {
    position: absolute;
    bottom: -86px;
    right: -25px; }

.category-items {
  overflow: hidden;
  margin: 0 -20px 20px;
  padding-top: 15px; }

.category-item {
  padding: 15px 10px 42px;
  float: left;
  min-width: 33.3%;
  text-align: center;
  color: #333333;
  font-size: 18px;
  border-right: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal; }
  .category-item:last-child {
    border-right: 0; }
  .category-item__title {
    font-weight: bold;
    font-family: 'Arvo', serif;
    margin-bottom: 5px; }
  .category-item__text {
    margin-bottom: 18px; }

.btn {
  font-family: 'Arvo', serif;
  padding: 8px 20px;
  background: #46a136;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
  font-size: 16px; }
  .btn:hover {
    background: #f69200;
    color: #fff; }
  .btn span:after {
    content: " ›"; }

.outdoor-page header .top-image__discount {
  display: none; }

.outdoor-page .right-product-info h1 {
  -webkit-text-stroke: #fff;
  margin-bottom: 20px;
  color: #333333;
  margin-top: 45px; }

.outdoor-page .right-product-info p {
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 25px;
  color: #333333;
  font-family: 'Arvo', serif; }

.season-text {
  color: #46a136;
  font-family: 'Arvo', serif;
  font-weight: bold;
  font-size: 21px;
  margin: 41px 0 9px; }

.discount-info {
  float: right;
  margin-right: -10px;
  font-family: 'Arvo', serif;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  text-transform: none;
  margin-top: -4px; }
  .discount-info span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
  .discount-info .btn {
    font-family: inherit;
    font-size: 18px;
    background: #f69200;
    border-radius: 0;
    color: #fff;
    padding: 7px 20px 6px;
    text-transform: uppercase; }
    .discount-info .btn:hover {
      background: #46a136;
      color: #fff; }

.header,
header {
  position: relative; }
  .header .top-image__discount,
  header .top-image__discount {
    width: 250px;
    height: 250px;
    z-index: 100;
    left: 0;
    margin-left: -250px;
    padding-top: 45px;
    -webkit-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    transform: rotate(-13deg); }

.breadcrumb {
  overflow: hidden; }

.reveal-modal-bg {
  z-index: 101;
  cursor: pointer; }

.reveal-modal {
  z-index: 102;
  padding: 0;
  max-width: 700px;
  margin-left: 0 !important;
  margin-top: 20px;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%); }
  .reveal-modal .top-image__discount {
    top: -46px;
    left: -61px;
    width: 250px;
    height: 250px; }
  .reveal-modal .spring-discount__content {
    padding: 35px 20px 44px;
    font-family: 'Arvo', serif;
    color: #333333;
    text-align: center; }
    .reveal-modal .spring-discount__content h1 {
      font-size: 38px;
      font-weight: bold;
      text-transform: uppercase;
      font-family: inherit;
      color: inherit;
      margin-bottom: 20px; }
      .reveal-modal .spring-discount__content h1 .mobile {
        display: none; }
    .reveal-modal .spring-discount__content p {
      font-family: inherit;
      font-size: 22px;
      color: inherit;
      margin-bottom: 25px; }
    .reveal-modal .spring-discount__content .btn {
      font-size: 24px;
      background: #f69200;
      border-radius: 0;
      padding: 15.5px 50px; }
      .reveal-modal .spring-discount__content .btn:hover {
        background: #46a136; }
  .reveal-modal .close-reveal-modal {
    color: #fff;
    z-index: 10; }
    .reveal-modal .close-reveal-modal:hover {
      color: #46a136; }

.more-for {
  display: block;
  margin: 30px auto;
  padding: 10px;
  max-width: 350px;
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg); }
  .more-for img {
    width: 100%; }

.prinfo-leftside li {
  overflow: hidden; }

.box .count {
  display: none; }

@media (max-width: 1400px) {
  .header .top-image__discount,
  header .top-image__discount {
    width: 150px;
    height: 150px;
    font-size: 16px !important;
    padding: 25px 10px;
    margin: 30px 0 0 -125px; }
    .header .top-image__discount span,
    header .top-image__discount span {
      font-size: 40px;
      line-height: normal; }
  html[lang="fr"] .header .top-image__discount,
  html[lang="fr"] header .top-image__discount {
    font-size: 14px !important; } }

@media (max-width: 1180px) {
  .header .top-image__discount,
  header .top-image__discount {
    display: none; } }

@media (max-width: 1024px) {
  .discount-info {
    float: none;
    margin: 10px 0; }
  .category-items {
    margin: 0;
    padding: 20px 0; }
  .category-item {
    width: 100%;
    border: 0;
    padding: 15px 10px; }
  .top-image__slogan {
    right: 20px;
    bottom: -40px; } }

@media (max-width: 767px) {
  .breadcrumb {
    font-size: 0;
    display: block;
    line-height: normal; }
    .breadcrumb > * {
      display: none; }
    .breadcrumb .discount-info {
      display: block;
      text-align: center; }
      .breadcrumb .discount-info .btn {
        margin: 10px 0; }
  .right-product-info {
    padding: 0; }
  .top-image__slogan {
    width: 170px; }
    .top-image__slogan img {
      width: 100%; }
  .top-image__discount {
    top: -10px;
    left: -10px;
    width: 150px;
    height: 150px;
    font-size: 16px !important;
    padding: 25px 10px; }
    .top-image__discount span {
      font-size: 40px;
      line-height: normal; }
  .reveal-modal.medium {
    width: 90%; }
  .reveal-modal .top-image {
    display: none; }
  .reveal-modal .spring-discount__content h1 .normal {
    display: none; }
  .reveal-modal .spring-discount__content h1 .mobile {
    display: block; }
  .reveal-modal .close-reveal-modal {
    color: #333; } }

@media (max-width: 480px) {
  .logo {
    width: 60%;
    float: none;
    margin: 0 auto 10px; }
    .logo img {
      width: 100%; }
  .right-header {
    width: 100%; }
    .right-header .mobilenav > ul > li {
      width: auto; }
  .reveal-modal .spring-discount__content {
    padding: 35px 30px; }
    .reveal-modal .spring-discount__content h1 {
      font-size: 28px; }
    .reveal-modal .spring-discount__content p {
      font-size: 18px; }
    .reveal-modal .spring-discount__content .btn {
      padding: 15px; } }

html[lang="fr"] .top-image__discount {
  font-size: 24px; }

.server-date {
  display: none; }

html .translate {
  display: none !important; }

html[lang="en"] .translate[data-show="en-GB"] {
  display: block !important; }

html[lang="es"] .translate[data-show="es-ES"] {
  display: block !important; }

html[lang="nl"] .translate[data-show="nl-NL"] {
  display: block !important; }

html[lang="fr"] .translate[data-show="fr-FR"] {
  display: block !important; }

html[lang="de"] .translate[data-show="de-DE"] {
  display: block !important; }

.promo {
  background: #4AA142;
  color: #fff;
  font-family: "arvo",arial,sans-serif;
  text-align: center;
  padding: 0 30px;
  overflow: hidden;
  position: relative;
  z-index: 100; }
  .promo * {
    -webkit-text-stroke: 0; }
  .promo__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 20px 0; }
    .promo__wrap.fixed {
      position: fixed;
      z-index: 10;
      top: 0;
      left: 0;
      right: 0;
      background: #4AA142;
      padding: 0;
      text-align: center;
      display: block; }
      .promo__wrap.fixed .promo__middle {
        width: 100%; }
      .promo__wrap.fixed .promo__left, .promo__wrap.fixed .promo__right {
        display: none; }
      .promo__wrap.fixed .promo__text, .promo__wrap.fixed .promo__h1 {
        display: inline-block;
        vertical-align: middle;
        font-size: 30px;
        margin: 0 10px; }
  .promo__left {
    width: 30%;
    min-height: 10px; }
    .promo__left img {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      height: 100%;
      width: auto !important;
      width: 30%;
      z-index: -1; }
  .promo__right {
    width: 24%; }
    .promo__right img {
      width: 100%; }
  .promo__middle {
    width: 46%; }
  .promo__h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 5px;
    font-weight: bold;
    color: inherit;
    font-family: inherit; }
  .promo__text {
    line-height: 25px;
    font-size: 25px; }
  .promo__btn {
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000;
    background: #fff;
    border-radius: 50px;
    font-weight: bold;
    text-align: center;
    padding: 15px 30px;
    display: block;
    margin-bottom: 10px;
    white-space: nowrap;
    -webkit-transition: background .2s linear, color .2s linear;
    -o-transition: background .2s linear, color .2s linear;
    transition: background .2s linear, color .2s linear; }
    .promo__btn:hover {
      color: #fff;
      background: #000; }
  .promo__slogan {
    font-size: 16px;
    font-weight: bold; }
  @media (max-width: 1024px) {
    .promo {
      padding: 0 10px; } }
  @media (max-width: 640px) {
    .promo {
      padding: 20px 10px 0; }
      .promo .promo__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        z-index: 2; }
      .promo .promo__left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 35%;
        min-height: 10px; }
        .promo .promo__left img {
          top: auto;
          height: 50%; }
      .promo .promo__middle {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-bottom: 30px; }
      .promo .promo__right {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 45%;
        min-width: 120px; }
      .promo .promo__slogan {
        font-size: 15px;
        white-space: nowrap;
        padding-bottom: 10px; }
      .promo .promo__btn {
        padding: 10px 10px;
        font-size: 18px;
        max-width: 250px;
        margin: 0 auto 5px; } }
  @media (max-width: 480px) {
    .promo .promo__left img {
      left: -20px;
      height: 45%; } }
  .promo_free {
    background: #F69200; }
    .promo_free .promo__h1 {
      font-size: 35px; }
    .promo_free .promo__text {
      font-size: 18px; }
    .promo_free .promo__left {
      width: 20%; }
      .promo_free .promo__left img {
        position: static;
        width: 100% !important;
        height: auto; }
    .promo_free .promo__middle {
      width: 56%; }
    .promo_free .promo__wrap.fixed {
      background: #F69200;
      padding: 10px; }
      .promo_free .promo__wrap.fixed .promo__h1,
      .promo_free .promo__wrap.fixed .promo__text {
        display: block; }
      .promo_free .promo__wrap.fixed .promo__h1 {
        line-height: 30px; }
      .promo_free .promo__wrap.fixed .promo__text {
        font-size: 18px; }
    @media (max-width: 640px) {
      .promo_free .promo__middle {
        width: 100%; }
      .promo_free .promo__left,
      .promo_free .promo__right {
        width: 48%; }
        .promo_free .promo__left img,
        .promo_free .promo__right img {
          width: 100%; } }
  .promo_margin {
    margin-bottom: 20px; }
    @media (max-width: 640px) {
      .promo_margin .promo__left {
        display: none; }
      .promo_margin .promo__right {
        width: 100%; } }
