@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v22/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDZbtY.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v22/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiunDZbtY.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wdhzg.ttf) format('truetype');
}
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello/fontello.eot?53131991');
  src: url('../fonts/fontello/fontello.eot?53131991#iefix') format('embedded-opentype'), url('../fonts/fontello/fontello.woff2?53131991') format('woff2'), url('../fonts/fontello/fontello.woff?53131991') format('woff'), url('../fonts/fontello/fontello.ttf?53131991') format('truetype'), url('../fonts/fontello/fontello.svg?53131991#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */
.ekko-lightbox-container {
  position: relative;
}
.ekko-lightbox-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
.ekko-lightbox-nav-overlay a {
  z-index: 100;
  display: block;
  width: 49%;
  height: 100%;
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  opacity: 0;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.ekko-lightbox-nav-overlay a:empty {
  width: 49%;
}
.ekko-lightbox a:hover {
  text-decoration: none;
  opacity: 1;
}
.ekko-lightbox .glyphicon-chevron-left {
  left: 0;
  float: left;
  padding-left: 15px;
  text-align: left;
}
.ekko-lightbox .glyphicon-chevron-right {
  right: 0;
  float: right;
  padding-right: 15px;
  text-align: right;
}
.ekko-lightbox .modal-footer {
  text-align: left;
}
.display-inline {
  display: inline;
}
.display-block {
  display: block;
}
.display-inline-block {
  display: inline-block;
}
.color-black {
  color: #000000;
}
.color-white {
  color: #ffffff;
}
.color-violet-dark {
  color: #231f20;
}
.color-violet {
  color: #4f4c4d;
}
.color-violet-light {
  color: #988c88;
}
.color-gold {
  color: #c8a76e;
}
.color-grey {
  color: #939393;
}
.color-grey-light {
  color: #d7d7d7;
}
.bg-black {
  background-color: #000000;
}
.bg-white {
  background-color: #ffffff;
}
.bg-violet-dark {
  background-color: #231f20;
}
.bg-violet {
  background-color: #4f4c4d;
}
.bg-violet-light {
  background-color: #988c88;
}
.bg-gold {
  background-color: #c8a76e;
}
.bg-grey {
  background-color: #939393;
}
.bg-grey-light {
  background-color: #d7d7d7;
}
.border-black {
  border-color: #000000;
}
.border-white {
  border-color: #ffffff;
}
.border-violet-dark {
  border-color: #231f20;
}
.border-violet {
  border-color: #4f4c4d;
}
.border-violet-light {
  border-color: #988c88;
}
.border-gold {
  border-color: #c8a76e;
}
.border-grey {
  border-color: #939393;
}
.border-grey-light {
  border-color: #d7d7d7;
}
p,
div,
section,
aside,
footer,
header,
figure,
ul,
ol,
dl,
img,
h1,
h2,
h3,
h4,
h5 {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}
html {
  font-size: 62.5%;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  color: #231f20;
  padding-top: 15.3rem;
}
img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
figure {
  overflow: hidden;
}
a {
  color: inherit;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}
::-moz-focus-inner {
  border: 0;
}
:focus {
  outline: none;
}
.special-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.logo-white {
  max-width: 26rem;
  margin: 0 auto 3rem auto;
}
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.btn-main {
  display: inline-block;
  background-color: #c8a76e;
  color: #ffffff;
  padding: 1.4rem 4.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: color 0.3s ease, background-color 0.01s ease 0.3s;
  -moz-transition: color 0.3s ease, background-color 0.01s ease 0.3s;
  -o-transition: color 0.3s ease, background-color 0.01s ease 0.3s;
  -webkit-border-radius: 2.5rem 0 2.5rem 0;
  -moz-border-radius: 2.5rem 0 2.5rem 0;
  -ms-border-radius: 2.5rem 0 2.5rem 0;
  -o-border-radius: 2.5rem 0 2.5rem 0;
  border-radius: 2.5rem 0 2.5rem 0;
  font-size: 2rem;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
}
.btn-main:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: -100%;
  right: -10rem;
  width: 10rem;
  height: 300%;
  background-color: #231f20;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-border-radius: 50% 0 0 50%;
  -moz-border-radius: 50% 0 0 50%;
  -ms-border-radius: 50% 0 0 50%;
  -o-border-radius: 50% 0 0 50%;
  border-radius: 50% 0 0 50%;
  z-index: -1;
}
.btn-main.btn-reversed {
  -webkit-border-radius: 0 2.5rem 0 2.5rem;
  -moz-border-radius: 0 2.5rem 0 2.5rem;
  -ms-border-radius: 0 2.5rem 0 2.5rem;
  -o-border-radius: 0 2.5rem 0 2.5rem;
  border-radius: 0 2.5rem 0 2.5rem;
}
.btn-main:active,
.btn-main:hover {
  background-color: #231f20;
}
.btn-main:active:after,
.btn-main:hover:after {
  width: 300%;
  height: 300%;
}
.btn-main:active.btn-dark,
.btn-main:hover.btn-dark {
  color: #231f20;
  background-color: #ffffff;
}
.btn-main:active.btn-dark:after,
.btn-main:hover.btn-dark:after {
  background-color: #ffffff;
}
.info-tile {
  width: 100%;
  height: 55rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}
.info-tile h1,
.info-tile h2,
.info-tile h3,
.info-tile h4 {
  font-weight: 700;
  margin: 0.5rem auto;
}
.info-tile h3 {
  font-size: 5.8rem;
}
.info-tile h4 {
  font-size: 2.8rem;
}
.info-tile .btn-main {
  margin-top: 1.5rem;
}
.info-tile.hover-on:active,
.info-tile.hover-on:hover {
  background-size: auto 105%;
}
.video-wrapper {
  width: 100%;
  height: inherit;
  position: relative;
  top: 0;
  left: 0;
}
.video-wrapper iframe {
  width: 100%;
  height: inherit;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.video-wrapper .photo-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.video-wrapper .photo-cover.off {
  display: none;
}
.play-it {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  width: 10rem;
  height: 10rem;
  border: solid 5px #ffffff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 4rem;
  padding-top: 1.5rem;
  padding-left: 0.8rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.news-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 55rem;
  padding: 0 3rem;
}
.news-tile .news-title {
  font-size: 2.8rem;
}
.news-tile .news-tile-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-tile .news-tile-header > div {
  width: 50%;
}
.news-tile .news-tile-header .date {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}
.news-tile .news-tile-header .date .day {
  font-size: 8.5rem;
  line-height: 90%;
}
.news-tile .news-tile-header .date .rest {
  font-size: 4.2rem;
}
.news-tile .show-more {
  padding-top: 1.4rem;
  text-align: right;
}
.btn-more {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.8rem;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.btn-more::before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: '';
  display: inline-block;
  width: 3rem;
  height: 2px;
  background-color: #231f20;
  vertical-align: middle;
  margin-right: 1rem;
}
.btn-more:active,
.btn-more:hover {
  color: #c8a76e;
}
.btn-more:active::before,
.btn-more:hover::before {
  background-color: #c8a76e;
}
.page-title {
  font-size: 5.8rem;
  margin: 2rem 0 5.6rem 0;
}
.content-wrapper {
  padding: 4rem 0 11rem 0;
}
.info-block {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: 120% auto;
}
.navtabs-wrapper .nav-tabs {
  display: inline-block;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  border: none;
  margin-bottom: 4rem;
}
.navtabs-wrapper .nav-tabs > li {
  border: none;
}
.navtabs-wrapper .nav-tabs > li.active > a {
  border-width: 2px;
  border-color: transparent;
  border-bottom-color: #c8a76e;
  color: #231f20;
}
.navtabs-wrapper .nav-tabs > li > a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  padding: 2rem 1.5rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: solid 2px transparent;
  color: #939393;
}
.info-content {
  padding: 4rem 10rem 6rem 10rem;
}
.accordion-section .panel-default > .panel-heading {
  color: #231f20;
  background-color: #ffffff;
}
.accordion-section .panel-heading {
  border: none;
  border-bottom: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
.accordion-section .panel {
  border: none;
}
.accordion-section .panel-title > a {
  display: block;
  padding: 1.7rem 15rem;
  font-size: 2.8rem;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
}
.accordion-section .panel-title > a:after {
  content: '\2014 \2002 ukryj';
  position: absolute;
  top: 1.7rem;
  right: 0;
  font-size: 1.8rem;
}
.accordion-section .panel-title > a.collapsed:after {
  content: '\2014 \2002 rozwiń';
}
.shop-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.shop-item .shop-picture,
.shop-item .shop-info {
  width: 50%;
}
.shop-item .shop-picture img {
  margin: 0;
}
.shop-item .shop-info p {
  margin: 0;
  font-size: 1.6rem;
}
.shop-item .shop-info h3 {
  margin-top: 0;
}
.btn-geo {
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
  position: relative;
  top: 0.6rem;
  left: 0;
}
.btn-geo .special-icon {
  font-size: 3rem;
  position: relative;
  top: 0.4rem;
  left: 0;
  text-decoration: none;
}
.btn-geo.inactive {
  color: red;
}
.geo-map {
  width: 100%;
  height: 55rem;
}
#google-contact-map {
  margin-top: 5rem;
}
.page-paginator {
  margin-top: 5rem;
}
.page-paginator ul {
  display: inline-block;
  padding: 0;
  list-style-type: none;
}
.page-paginator ul > li {
  display: inline-block;
}
.page-paginator ul a {
  font-size: 2rem;
  display: inline-block;
  margin: 0 1rem;
}
.page-paginator ul a.disabled {
  opacity: 0.5;
}
.page-paginator ul a.active {
  font-weight: 700;
}
.page-paginator ul a.prev,
.page-paginator ul a.next {
  font-size: 1.5rem;
  position: relative;
  left: 0;
  bottom: 0.1rem;
}
.searchInfo p {
  padding: 2rem 0;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}
.searchInfo p.red {
  color: red;
}
#cookie-notice {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #231f20;
  padding: 0.5em;
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0em;
  left: 0em;
  z-index: 9000;
  opacity: 1;
  color: #ffffff;
  font-size: 14px;
  -moz-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.3);
}
#cookie-notice.activated {
  z-index: -1;
  opacity: 0;
}
#cookie-notice .btn-main {
  cursor: pointer;
  color: #ffffff;
  font-size: 0.8em;
  min-width: 150px;
  text-align: center;
}
#cookie-notice .btn-main:active,
#cookie-notice .btn-main:hover {
  background-color: transparent;
}
.cookie-notice {
  padding: 0 1em;
}
.cookie-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0;
}
.cookie-content figure {
  min-width: 60px;
  padding: 0 10px 0 0;
}
#page-noscript,
#page-loader {
  z-index: 100000;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 1.2s ease;
  -moz-transition: opacity 1.2s ease;
  -o-transition: opacity 1.2s ease;
  transition: opacity 1.2s ease;
}
#page-noscript img,
#page-loader img {
  width: 28rem;
  margin-left: auto;
  margin-right: auto;
}
#page-noscript.loaded,
#page-loader.loaded {
  opacity: 0;
}
#page-noscript.loaded-end,
#page-loader.loaded-end {
  z-index: -1;
}
#page-noscript .noscript-info {
  color: #c8a76e;
  padding: 15px 0;
}
.loader-animation {
  padding: 2em 0;
}
.loader-animation .outer-part {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 8px solid #ecd5ad;
  border-top: 8px solid #c8a76e;
  border-bottom: 8px solid #c8a76e;
  -webkit-animation: spin 2s ease-in-out infinite;
  animation: spin 2s ease-in-out infinite;
  margin-left: auto;
  margin-right: auto;
}
.loader-animation .inner-part {
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 8px solid #c8a76e;
  border-top: 8px solid #ecd5ad;
  border-bottom: 8px solid #ecd5ad;
  -webkit-animation: spin2 1s ease-in-out infinite;
  animation: spin2 1s ease-in-out infinite;
  margin-left: auto;
  margin-right: auto;
}
#instagram-widget {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  z-index: 5000;
  top: 20rem;
  left: -4px;
  width: 50px;
  height: 130px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 0 2.5rem 0 2.5rem;
  -moz-border-radius: 0 2.5rem 0 2.5rem;
  -ms-border-radius: 0 2.5rem 0 2.5rem;
  -o-border-radius: 0 2.5rem 0 2.5rem;
  border-radius: 0 2.5rem 0 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  font-size: 2.5rem;
}
#fb-widget {
  position: fixed;
  left: -260px;
  top: 33.5rem;
  z-index: 5000;
  width: 310px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
#fb-widget .fb-container {
  width: 260px;
  height: auto;
}
#fb-widget .btn-fb-widget {
  width: 50px;
  height: 130px;
  background-color: #475993;
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 0 2.5rem 0 2.5rem;
  -moz-border-radius: 0 2.5rem 0 2.5rem;
  -ms-border-radius: 0 2.5rem 0 2.5rem;
  -o-border-radius: 0 2.5rem 0 2.5rem;
  border-radius: 0 2.5rem 0 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  font-size: 2.5rem;
  position: relative;
  top: 0;
  left: -2px;
  z-index: 2;
}
#fb-widget:active,
#fb-widget:hover {
  left: 0;
}
#google-location-map {
  margin-bottom: 4rem;
}
.page-contact .container.container-body h4 {
  margin-top: 2rem;
}
.page-contact .container.container-body h4 + p {
  margin-top: 4rem;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10 & IE11 CSS styles go here */
  .btn-main {
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .btn-main:active,
  .btn-main:hover {
    background-color: #c8a76e;
  }
  .btn-main:active.btn-dark,
  .btn-main:hover.btn-dark {
    background-color: #c8a76e;
  }
  .info-tile.hover-on:active,
  .info-tile.hover-on:hover {
    background-size: auto 100%;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin2 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#footer-main {
  font-size: 1.2rem;
  padding: 3.6rem 0 14rem 0;
  border-top: solid 1px #4f4c4d;
}
#footer-main .left {
  text-align: left;
}
#footer-main .right {
  text-align: right;
}
#navigation-main {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1049;
  overflow: hidden;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 3rem 0;
}
#navigation-main .menu-main {
  padding: 0;
  list-style-type: none;
  font-size: 1.8rem;
}
#navigation-main .menu-main > li {
  display: inline-block;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  margin: 3.6rem 0.25rem 0 0.25rem;
}
#navigation-main .menu-main > li a {
  display: block;
  border: solid 1px transparent;
  padding: 1rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.8rem;
}
#navigation-main .menu-main > li a:active,
#navigation-main .menu-main > li a:hover {
  color: #c8a76e;
}
#navigation-main .menu-main > li a.btn-main {
  display: inline-block;
  max-width: 15rem;
  border: none;
}
#navigation-main .menu-main > li a.btn-main:active,
#navigation-main .menu-main > li a.btn-main:hover {
  color: #ffffff;
  background-color: #c8a76e;
  border: none;
}
#navigation-main .menu-main.menu-left {
  text-align: right;
}
#navigation-main .menu-main .btn-shop {
  position: absolute;
  top: -2rem;
  right: 1.4rem;
  left: auto;
}
#navigation-main .menu-main .ue {
  position: absolute;
  top: -3rem;
  /*right: 16rem;*/
  right: 0;
  left: auto;
}
#navigation-main .menu-main .fr {
  position: absolute;
  top: -3rem;
  right: 85px;
}
#navigation-main .menu-main .dk {
  position: absolute;
  top: -3rem;
  right: 170px;
}
#navigation-main .logo-main img {
  max-width: 200px;
}
#open-burger {
  outline: solid 1px red;
  position: fixed;
  top: 1.8rem;
  right: 2.2rem;
  z-index: 20000;
  width: 36px;
  height: 36px;
  cursor: pointer;
  opacity: 0;
  display: none;
}
#open-burger:checked ~ #burger > div:nth-of-type(1) {
  top: 17px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#open-burger:checked ~ #burger > div:nth-of-type(2) {
  width: 0;
}
#open-burger:checked ~ #burger > div:nth-of-type(3) {
  top: 14px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#burger {
  display: none;
  position: fixed;
  top: 2rem;
  right: 2.4rem;
  z-index: 19999;
  width: 40px;
  height: 40px;
  border: solid 2px #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
#burger > div {
  width: 30px;
  height: 2px;
  background-color: #000000;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#burger > div:nth-of-type(1) {
  top: 6px;
}
#burger > div:nth-of-type(2) {
  top: 15px;
}
#burger > div:nth-of-type(3) {
  top: 24px;
}
.menu-bottom {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0.6rem 0;
}
.menu-bottom > li {
  display: inline-block;
  vertical-align: top;
}
#navigation-bottom .menu-bottom > li {
  margin-right: 0.6rem;
}
.menu-products {
  margin: 4rem 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.menu-products > li {
  width: 20%;
  height: auto;
  text-align: center;
  font-size: 2rem;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  overflow: hidden;
}
.menu-products > li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-products > li a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 2rem;
}
.menu-products > li a span {
  display: block;
  overflow: hidden;
}
.menu-products > li a:active,
.menu-products > li a:hover {
  color: #c8a76e;
}
.menu-products > li a:active img,
.menu-products > li a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.mini-menu {
  display: inline-block;
  padding: 0;
  list-style-type: none;
}
.mini-menu > li {
  display: inline-block;
}
.mini-menu a {
  display: block;
  font-size: 1.8rem;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  padding: 0.5rem 1rem 2rem 1rem;
  border-bottom: solid 2px transparent;
}
.menu-proposed-news {
  list-style-type: none;
  padding: 0;
}
.menu-proposed-news > li {
  margin: 2rem 0;
}
.menu-proposed-news > li a {
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.menu-proposed-news > li a span {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: 0.2rem;
  left: 0;
}
.menu-proposed-news > li a:active,
.menu-proposed-news > li a:hover {
  color: #c8a76e;
}
.news-paginator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6rem;
  list-style-type: none;
  padding: 0;
}
.news-paginator > li {
  width: 33.33333333%;
  text-align: center;
}
.news-paginator > li:first-of-type {
  text-align: left;
}
.news-paginator > li:last-of-type {
  text-align: right;
}
.news-paginator > li a {
  display: inline-block;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-size: 1.8rem;
}
.news-paginator > li a.next span {
  margin-left: 2rem;
}
.news-paginator > li a.prev span {
  margin-right: 2rem;
}
.news-paginator > li a span {
  display: inline-block;
  vertical-align: top;
  font-size: 1.2rem;
  position: relative;
  left: 0;
  top: 0.2rem;
}
.news-paginator > li a:active,
.news-paginator > li a:hover {
  color: #c8a76e;
}
.slider-main {
  position: relative;
  top: 0;
  left: 0;
}
.slider-main .slider-content {
  width: 100%;
  height: 63.4rem;
  position: relative;
}
.slider-main .slider-text .slide-title {
  font-size: 7.4rem;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  margin: 0 0 4rem 0;
}
.slider-main .slider-text .slide-content {
  font-size: 2rem;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  margin: 0 0 2rem 0;
}
.slider-main.owl-theme .owl-next,
.slider-main.owl-theme .owl-prev {
  background-color: #ffffff;
  color: #231f20;
  padding: 2.4rem 2.5rem;
  border: solid 1px #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider-main.owl-theme .owl-next:active,
.slider-main.owl-theme .owl-prev:active,
.slider-main.owl-theme .owl-next:hover,
.slider-main.owl-theme .owl-prev:hover {
  background-color: #231f20;
  color: #ffffff;
  border-color: #231f20;
}
.slider-main.owl-theme .owl-next {
  -webkit-border-radius: 2.5rem 0 2.5rem 0;
  -moz-border-radius: 2.5rem 0 2.5rem 0;
  -ms-border-radius: 2.5rem 0 2.5rem 0;
  -o-border-radius: 2.5rem 0 2.5rem 0;
  border-radius: 2.5rem 0 2.5rem 0;
}
.slider-main.owl-theme .owl-prev {
  -webkit-border-radius: 0 2.5rem 0 2.5rem;
  -moz-border-radius: 0 2.5rem 0 2.5rem;
  -ms-border-radius: 0 2.5rem 0 2.5rem;
  -o-border-radius: 0 2.5rem 0 2.5rem;
  border-radius: 0 2.5rem 0 2.5rem;
}
.slider-main .owl-next,
.slider-main .owl-prev {
  position: absolute;
  top: 45%;
}
.slider-main .owl-next {
  right: 1.7rem;
}
.slider-main .owl-prev {
  left: 1.7rem;
}
.slider-main .owl-nav {
  margin: 0;
}
.slider-content {
  background-repeat: no-repeat;
  background-size: cover;
}
.slider-join {
  position: relative;
  top: 0;
  left: 0;
}
.slider-join .slider-content {
  width: 100%;
  height: 55rem;
}
.slider-join .slider-text .slide-title {
  font-size: 5.8rem;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  margin: 0 0 2rem 0;
}
.slider-join .slider-text .slide-content {
  font-size: 2rem;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  margin: 0 0 2rem 0;
}
.slider-join .owl-dots {
  position: absolute;
  bottom: 4rem;
  left: 0;
  width: 100%;
  height: auto;
}
.slider-join .owl-dots .owl-dot {
  border: solid 2px transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 0 5px;
}
.slider-join .owl-dots .owl-dot.active {
  border-color: #ffffff;
}
.slider-join .owl-dots .owl-dot span {
  margin: 0;
  border-color: #ffffff;
}
.slider-join.owl-theme .owl-dots .owl-dot {
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.slider-join.owl-theme .owl-dots .owl-dot span {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.slider-join.owl-theme .owl-dots .owl-dot.active span {
  background-color: #ffffff;
}
.slider-join.owl-theme .owl-dots .owl-dot:active,
.slider-join.owl-theme .owl-dots .owl-dot:hover {
  border-color: #c8a76e;
}
.slider-join.owl-theme .owl-dots .owl-dot:active span,
.slider-join.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #c8a76e;
}
.slider-social {
  margin: 4rem 0;
  position: relative;
  top: 0;
  left: 0;
}
.slider-social.owl-theme .owl-next,
.slider-social.owl-theme .owl-prev {
  background-color: #ffffff;
  color: #231f20;
  padding: 2.4rem 2.5rem;
  border: solid 1px #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider-social.owl-theme .owl-next:active,
.slider-social.owl-theme .owl-prev:active,
.slider-social.owl-theme .owl-next:hover,
.slider-social.owl-theme .owl-prev:hover {
  background-color: #231f20;
  color: #ffffff;
  border: solid 1px #231f20;
}
.slider-social.owl-theme .owl-next {
  -webkit-border-radius: 2.5rem 0 2.5rem 0;
  -moz-border-radius: 2.5rem 0 2.5rem 0;
  -ms-border-radius: 2.5rem 0 2.5rem 0;
  -o-border-radius: 2.5rem 0 2.5rem 0;
  border-radius: 2.5rem 0 2.5rem 0;
}
.slider-social.owl-theme .owl-prev {
  -webkit-border-radius: 0 2.5rem 0 2.5rem;
  -moz-border-radius: 0 2.5rem 0 2.5rem;
  -ms-border-radius: 0 2.5rem 0 2.5rem;
  -o-border-radius: 0 2.5rem 0 2.5rem;
  border-radius: 0 2.5rem 0 2.5rem;
}
.slider-social .owl-next,
.slider-social .owl-prev {
  position: absolute;
  top: 30%;
}
.slider-social .owl-next {
  right: 1.7rem;
}
.slider-social .owl-prev {
  left: 1.7rem;
}
.slider-social .owl-nav {
  margin: 0;
}
.slider-product {
  position: relative;
  top: 0;
  left: 0;
}
.slider-product.owl-theme .owl-next,
.slider-product.owl-theme .owl-prev {
  background-color: #231f20;
  color: #ffffff;
  padding: 2.4rem 2.5rem;
  border: solid 1px #231f20;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider-product.owl-theme .owl-next:active,
.slider-product.owl-theme .owl-prev:active,
.slider-product.owl-theme .owl-next:hover,
.slider-product.owl-theme .owl-prev:hover {
  background-color: transparent;
  color: #231f20;
}
.slider-product.owl-theme .owl-next {
  -webkit-border-radius: 2.5rem 0 2.5rem 0;
  -moz-border-radius: 2.5rem 0 2.5rem 0;
  -ms-border-radius: 2.5rem 0 2.5rem 0;
  -o-border-radius: 2.5rem 0 2.5rem 0;
  border-radius: 2.5rem 0 2.5rem 0;
}
.slider-product.owl-theme .owl-prev {
  -webkit-border-radius: 0 2.5rem 0 2.5rem;
  -moz-border-radius: 0 2.5rem 0 2.5rem;
  -ms-border-radius: 0 2.5rem 0 2.5rem;
  -o-border-radius: 0 2.5rem 0 2.5rem;
  border-radius: 0 2.5rem 0 2.5rem;
}
.slider-product .owl-next,
.slider-product .owl-prev {
  position: absolute;
  top: 45%;
}
.slider-product .owl-next {
  right: 1.7rem;
}
.slider-product .owl-prev {
  left: 1.7rem;
}
.slider-product .owl-nav {
  margin: 0;
}
.slider-news {
  margin-top: 4rem;
}
.slider-news.owl-carousel .owl-item img {
  width: auto;
}
.slider-news.owl-theme .owl-dots .owl-dot {
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.slider-news.owl-theme .owl-dots .owl-dot span {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #c8a76e;
}
.slider-news.owl-theme .owl-dots .owl-dot.active span {
  background-color: #231f20;
}
.slider-news.owl-theme .owl-dots .owl-dot:active,
.slider-news.owl-theme .owl-dots .owl-dot:hover {
  border-color: #c8a76e;
}
.slider-news.owl-theme .owl-dots .owl-dot:active span,
.slider-news.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #c8a76e;
}
.rwd-slider.owl-theme .owl-next,
.rwd-slider.owl-theme .owl-prev {
  background-color: #231f20;
  color: #ffffff;
  padding: 2.4rem 2.5rem;
  border: solid 1px #231f20;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rwd-slider.owl-theme .owl-next:active,
.rwd-slider.owl-theme .owl-prev:active,
.rwd-slider.owl-theme .owl-next:hover,
.rwd-slider.owl-theme .owl-prev:hover {
  background-color: #231f20;
  color: #ffffff;
  border: solid 1px #231f20;
}
.rwd-slider.owl-theme .owl-next {
  -webkit-border-radius: 2.5rem 0 2.5rem 0;
  -moz-border-radius: 2.5rem 0 2.5rem 0;
  -ms-border-radius: 2.5rem 0 2.5rem 0;
  -o-border-radius: 2.5rem 0 2.5rem 0;
  border-radius: 2.5rem 0 2.5rem 0;
}
.rwd-slider.owl-theme .owl-prev {
  -webkit-border-radius: 0 2.5rem 0 2.5rem;
  -moz-border-radius: 0 2.5rem 0 2.5rem;
  -ms-border-radius: 0 2.5rem 0 2.5rem;
  -o-border-radius: 0 2.5rem 0 2.5rem;
  border-radius: 0 2.5rem 0 2.5rem;
}
.section-products {
  margin: 5.5rem 0 8rem 0;
}
.video-home {
  width: 100%;
  height: 55rem;
}
.social-container {
  padding: 12rem 0 7rem 0;
}
.awards-container .awards-item {
  border-style: solid;
  border-color: #d7d7d7;
  border-bottom-width: 2px;
  border-top-width: 0;
  text-align: center;
  padding-bottom: 2rem;
}
.awards-container .awards-item .title {
  font-size: 2.8rem;
}
.awards-container .awards-item .description {
  font-size: 1.6rem;
}
.awards-container .awards-item:nth-of-type(2n) {
  border-left-width: 1px;
  border-right-width: 2px;
}
.awards-container .awards-item:nth-of-type(2n+1) {
  border-left-width: 2px;
  border-right-width: 1px;
}
.awards-container .awards-item:nth-of-type(1),
.awards-container .awards-item:nth-of-type(2) {
  border-top-width: 2px;
}
.product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-item .product-picture,
.product-item .product-content {
  width: 50%;
}
.product-item .product-picture {
  overflow: hidden;
}
.product-item .product-picture img {
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.product-item .product-content {
  text-align: center;
  color: #ffffff;
  background-color: #988c88;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-item .product-content h2 {
  margin-bottom: 2.5rem;
  font-size: 5rem;
}
.product-item.hover-on:active .product-picture img,
.product-item.hover-on:hover .product-picture img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.contact-block .info-block-inner {
  padding: 6rem 4rem;
}
.career-item {
  padding: 2rem 0;
}
.career-item ul {
  padding: 0;
  list-style-type: none;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.career-item .btn-main {
  margin-top: 0rem ;
}
.career-item .btn-main:active,
.career-item .btn-main:hover {
  color: #ffffff;
}
.career-item .career-item-subtitle {
  padding: 2rem 0 1rem 0;
}
.career-item .notice {
  font-size: 1.3rem;
  margin-top: 3rem;
}
.career-item .career-item-subtitle {
  font-size: 2.3rem;
}
.news-container {
  margin-top: 5rem;
}
.news-container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-container .row div[class*='col-'] {
  padding: 8rem 8rem 10rem 8rem;
}
.news-container .row:nth-of-type(2n+1) div[class*='col-']:nth-of-type(2n+1) {
  background-color: #939393;
  color: #ffffff;
}
.news-container .row:nth-of-type(2n+1) div[class*='col-']:nth-of-type(2n+1) .btn-more::before {
  background-color: #ffffff;
}
.news-container .row:nth-of-type(2n+1) div[class*='col-']:nth-of-type(2n+1) .btn-more:active::before,
.news-container .row:nth-of-type(2n+1) div[class*='col-']:nth-of-type(2n+1) .btn-more:hover::before {
  background-color: #c8a76e;
}
.news-container .row:nth-of-type(2n) div[class*='col-']:nth-of-type(2n) {
  background-color: #939393;
  color: #ffffff;
}
.news-container .row:nth-of-type(2n) div[class*='col-']:nth-of-type(2n) .btn-more::before {
  background-color: #ffffff;
}
.news-container .row:nth-of-type(2n) div[class*='col-']:nth-of-type(2n) .btn-more:active::before,
.news-container .row:nth-of-type(2n) div[class*='col-']:nth-of-type(2n) .btn-more:hover::before {
  background-color: #c8a76e;
}
.news-item .news-item-title {
  font-size: 2.8rem;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
}
.news-item .news-item-teaser {
  margin-bottom: 2rem;
}
.news-item .btn-more {
  position: absolute;
  bottom: 8rem;
  left: 8rem;
}
.news-item-date {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  margin-bottom: 3rem;
}
.news-item-date .day {
  font-size: 8.5rem;
  line-height: 0.6;
  margin-bottom: 2rem;
}
.news-item-date .rest {
  font-size: 4.2rem;
}
.single-news-container {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 5rem;
}
.single-news-container .container {
  max-width: 730px;
}
.single-post-title {
  margin-bottom: 3rem;
}
.single-post-menu {
  position: absolute;
  top: 60rem;
  left: calc((100vw - 1170px - 10rem) / 2);
  padding: 2rem 0 0 0;
  max-width: 240px;
}
.date-continer {
  position: absolute;
  top: 46rem;
  left: calc((100vw - 1170px - 10rem) / 2);
}
#searchShop {
  margin: 2rem 0;
}
#searchShop input {
  display: inline-block;
  margin-bottom: 1rem;
}
#searchShop input[type="text"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 1.4rem 4.2rem;
  -webkit-border-radius: 2.5rem 0 2.5rem 0;
  -moz-border-radius: 2.5rem 0 2.5rem 0;
  -ms-border-radius: 2.5rem 0 2.5rem 0;
  -o-border-radius: 2.5rem 0 2.5rem 0;
  border-radius: 2.5rem 0 2.5rem 0;
  border: solid 1px transparent;
  font-size: 1.6rem;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #231f20;
}
#searchShop input[type="text"]::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1 !important;
}
#searchShop input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #231f20;
  opacity: 1 !important;
}
#searchShop input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #231f20;
  opacity: 1 !important;
}
#searchShop input[type="text"]:-ms-input-placeholder {
  color: #231f20;
  opacity: 1 !important;
}
#searchShop button.btn-main {
  border: none;
}
#find-city {
  margin-bottom: 4rem;
}
#find-city button.btn-main {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
}
#find-city .search-container {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}
#find-city label {
  display: inline-block;
  margin-right: 2rem;
}
#find-city input[type="text"] {
  display: inline-block;
  width: 100%;
  height: auto;
  min-width: 40rem;
  padding: 1.6rem 2.2rem;
  padding-right: 6rem;
  -webkit-border-radius: 2.5rem 0 2.5rem 0;
  -moz-border-radius: 2.5rem 0 2.5rem 0;
  -ms-border-radius: 2.5rem 0 2.5rem 0;
  -o-border-radius: 2.5rem 0 2.5rem 0;
  border-radius: 2.5rem 0 2.5rem 0;
  border: solid 1px #939393;
  font-size: 1.6rem;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #231f20;
}
#find-city input[type="text"]::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1 !important;
}
#find-city input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #231f20;
  opacity: 1 !important;
}
#find-city input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #231f20;
  opacity: 1 !important;
}
#find-city input[type="text"]:-ms-input-placeholder {
  color: #231f20;
  opacity: 1 !important;
}
.container-body img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.page-product-single .info-block.contact-block {
  margin-bottom: 10rem;
}
.page-company .content-wrapper .section-wrapper {
  text-align: center;
}
.page-company .content-wrapper .section-wrapper .container {
  padding-left: 14rem;
  padding-right: 14rem;
}
.page-company .content-wrapper figure {
  margin: 3rem auto;
}
.page-company .mini-menu a.menu-item-company {
  border-color: #c8a76e;
}
.page-company .mini-menu a.menu-item-news {
  color: #939393;
}
.page-news-single .mini-menu a.menu-item-company,
.page-news .mini-menu a.menu-item-company {
  color: #939393;
}
.page-news-single .mini-menu a.menu-item-news,
.page-news .mini-menu a.menu-item-news {
  border-color: #c8a76e;
}
.mini-menu li.active a {
  border-color: #c8a76e;
}
.mini-menu.mini-menu-margin {
  margin-bottom: 2em;
}
.offer-categories-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 6em;
}
.offer-categories-container .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  background: #231f20 url() 50% 50% no-repeat;
  background-size: cover;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  height: 30em;
  z-index: 1;
}
.offer-categories-container .product-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: 100%;
}
.offer-categories-container .product-item a h2 {
  margin-bottom: 2.5rem;
  font-size: 5rem;
  width: 100%;
}
.offer-categories-container .product-item.hover-on:active,
.offer-categories-container .product-item.hover-on:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 2;
}
.section-products-list {
  padding: 4em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-products-list .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25%;
  -webkit-transition: outline 0.3s ease;
  -moz-transition: outline 0.3s ease;
  -o-transition: outline 0.3s ease;
  transition: outline 0.3s ease;
  outline: 1px solid #fff;
}
.section-products-list .product-item a {
  padding: 1em 2em;
  text-align: center;
  width: 100%;
}
.section-products-list .product-item a figure,
.section-products-list .product-item a h2 {
  display: block;
  width: 100%;
}
.section-products-list .product-item a img {
  max-height: 165px;
}
.section-products-list .product-item a h2 {
  font-size: 0.9em;
}
.section-products-list .product-item.hover-on:active,
.section-products-list .product-item.hover-on:hover {
  outline: 1px solid #c8a76e;
}
.section-offer.with-products {
  background: #231f20 url() 50% 50% no-repeat;
  background-size: cover;
}
.section-offer.with-products h1 {
  color: #fff;
  margin: 20rem 0 10rem 0;
}
.section-seealso h4 {
  font-size: 1.5em;
}
.section-seealso .section-products-list {
  padding: 2em 0;
}
.section-product-body {
  padding: 8em 4em 6em 4em;
}
.section-product-body strong {
  font-weight: bold;
}
.section-product-body .img-container,
.section-product-body .text-container {
  width: 50%;
  float: left;
}
.section-product-body .img-container {
  padding-right: 2em;
}
.section-product-body .img-container figure {
  outline: 1px solid #c8a76e;
  padding: 4em;
}
.section-product-body .img-container figure img {
  display: block;
  width: 100%;
  height: auto;
}
.section-product-body .img-container .product-gallery-container {
  position: relative;
  margin-top: 1em;
  padding: 0 5rem;
}
.section-product-body .img-container .product-gallery-container figure {
  padding: 10px;
  text-align: center;
  margin: 0.5em 0;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.section-product-body .img-container .product-gallery-container .owl-stage,
.section-product-body .img-container .product-gallery-container .owl-item {
  display: flex;
}
.section-product-body .img-container .product-gallery-container .owl-item {
  justify-content: center;
}
.section-product-body .img-container .product-gallery-container .owl-stage-outer {
  padding-left: 3px;
  width: calc(100% + 3px);
}
.section-product-body .img-container .product-gallery-container .owl-prev,
.section-product-body .img-container .product-gallery-container .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background-color: #c9aa72;
  color: #fff;
  will-change: opacity;
  transition: opacity 0.2s;
}
.section-product-body .img-container .product-gallery-container .owl-prev::before,
.section-product-body .img-container .product-gallery-container .owl-next::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 0.75rem;
  height: 0.75rem;
}
.section-product-body .img-container .product-gallery-container .owl-prev.disabled,
.section-product-body .img-container .product-gallery-container .owl-next.disabled {
  opacity: 0.5;
}
.section-product-body .img-container .product-gallery-container .owl-prev {
  left: 0;
}
.section-product-body .img-container .product-gallery-container .owl-prev::before {
  left: calc(50% + 0.125rem);
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.section-product-body .img-container .product-gallery-container .owl-next {
  right: 0;
}
.section-product-body .img-container .product-gallery-container .owl-next::before {
  left: calc(50% - 0.125rem);
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
}
.section-product-body .text-container {
  padding-left: 2em;
}
.section-product-body .text-container h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.section-product-body .text-container .product-desc {
  margin-top: 1em;
  font-size: 1.1em;
}
.section-product-body .text-container .product-ingr {
  margin-top: 3em;
}
.section-product-body .text-container .product-ingr strong {
  font-size: 1.1em;
  font-family: 'Playfair Display', serif;
}
.section-product-body .text-container .product-ingr p {
  font-size: 0.9em;
}
.section-product-body .text-container .product-price strong {
  font-family: 'Playfair Display', serif;
}
.section-product-body .nutrition-container {
  clear: both;
  padding-top: 6em;
  font-size: 0.9em;
}
.section-product-body .nutrition-container table th,
.section-product-body .nutrition-container table td {
  padding: 0.5em 2em;
}
.section-product-body .nutrition-container table th:first-child,
.section-product-body .nutrition-container table td:first-child {
  padding: 0.5em 4em 0.5em 1em;
}
.section-product-body .nutrition-container table th {
  background: #c8a76e;
  color: #fff;
  font-family: 'Playfair Display', serif;
}
.section-product-body .nutrition-container table tr td:first-child {
  font-weight: bold;
  font-family: 'Playfair Display', serif;
}
.section-product-body .nutrition-container table tr:nth-child(odd) {
  background: rgba(201, 170, 114, 0.25);
}
@media screen and (max-width: 1100px) {
  .offer-categories-container .product-item {
    height: 20em;
  }
  .offer-categories-container .product-item a h2 {
    font-size: 3rem;
  }
  .section-product-body .nutrition-container table th,
  .section-product-body .nutrition-container table td {
    padding: 0.5em 1em;
  }
  .section-product-body .nutrition-container table th:first-child,
  .section-product-body .nutrition-container table td:first-child {
    padding: 0.5em 2em 0.5em 1em;
  }
  .section-product-body .img-container .product-gallery-container figure {
    padding: 6px;
  }
}
@media screen and (max-width: 767px) {
  .offer-categories-container {
    display: block;
  }
  .offer-categories-container .product-item {
    width: 100%;
    flex-direction: row !important;
  }
  .section-product-body .nutrition-container table th,
  .section-product-body .nutrition-container table td {
    padding: 0.5em 1em;
  }
  .section-product-body .nutrition-container table th:first-child,
  .section-product-body .nutrition-container table td:first-child {
    padding: 0.5em 2em 0.5em 1em;
  }
  .section-products-list .product-item {
    width: 50%;
  }
  .section-product-body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-product-body .img-container,
  .section-product-body .text-container {
    width: 100%;
    float: none;
  }
  .section-product-body .img-container {
    padding-right: 0;
  }
  .section-product-body .text-container {
    padding-left: 0;
    padding-top: 4em;
    clear: left;
  }
}
.admin-edit-wrapper .admin-edit-buttons {
  display: inline-block;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid #ed1b2f;
  background-color: #fff;
  transition: 0.4s all linear;
  opacity: 0;
  z-index: 9999999999999999999;
  font-size: 15px;
}
.admin-edit-wrapper .admin-edit-buttons a {
  display: inline-block;
  padding: 10px 20px;
  color: #000;
}
.admin-edit-wrapper .admin-main-contnet {
  margin-top: -45px;
  transition: 0.4s all linear;
}
.admin-edit-wrapper:hover .admin-edit-buttons {
  opacity: 0.7;
  top: 15px;
  transition: 0.4s all ease-in-out;
}
.admin-edit-wrapper:hover .admin-edit-buttons:hover {
  transition: 0.4s all ease-in-out;
  opacity: 1;
}
.admin-edit-wrapper:hover .admin-edit-buttons:hover a {
  color: #ed1b2f;
}
.modal {
  text-align: center;
  padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
  /* Adjusts for spacing */
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.union-projects-item .top {
  display: table;
}
.union-projects-item .top .left {
  display: table-cell;
  vertical-align: middle;
  width: 3%;
  font-weight: bold;
}
.union-projects-item .top .title {
  display: table-cell;
  vertical-align: middle;
  width: 86%;
}
.union-projects-item .top .right {
  display: table-cell;
  vertical-align: middle;
  width: 10%;
  text-align: right;
  font-weight: bold;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.union-projects-item .bottom {
  display: none;
  padding: 2%;
}
@media screen and (max-width: 1199px) {
  .single-post-menu {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    max-width: 730px;
    padding: 0 15px;
  }
  .date-continer {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
    max-width: 730px;
    padding: 0 15px;
  }
  .date-continer .news-item-date {
    margin: 0;
    padding: 1rem 3rem;
    border: solid 2px #c8a76e;
    display: inline-block;
  }
  .single-news-container {
    margin-top: 0;
  }
  .menu-proposed-news {
    list-style-type: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-proposed-news > li {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-proposed-news > li:first-of-type {
    padding-right: 1rem;
  }
  .menu-proposed-news > li:last-of-type {
    padding-left: 1rem;
  }
  .menu-proposed-news > li a {
    width: 100%;
    border: solid 2px #c8a76e;
    padding: 1rem;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .row.row-adhere div[class*='col-']:nth-of-type(2n+1) {
    padding-right: 0;
  }
  .row.row-adhere div[class*='col-']:nth-of-type(2n) {
    padding-left: 0;
  }
  .row.row-adhere-reversed div[class*='col-']:nth-of-type(2n+1) {
    padding-left: 0;
  }
  .row.row-adhere-reversed div[class*='col-']:nth-of-type(2n) {
    padding-right: 0;
  }
  .awards-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .awards-container .awards-item {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .slider-main.owl-theme .owl-next:active,
  .slider-main.owl-theme .owl-prev:active,
  .slider-main.owl-theme .owl-next:hover,
  .slider-main.owl-theme .owl-prev:hover {
    background-color: #231f20;
    color: #ffffff;
  }
  #navigation-main {
    padding: 2rem 0;
  }
  #navigation-main .menu-main {
    font-size: 1.2rem;
  }
  #navigation-main .menu-main > li {
    margin: 2.8rem 0.1rem 0 0.1rem;
  }
  #navigation-main .menu-main > li a {
    padding: 1rem 1.4rem;
  }
  #navigation-main .menu-main .btn-shop {
    top: -1rem;
  }
  .page-company .content-wrapper .section-wrapper .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .news-container .row div[class*='col-'] {
    padding: 4rem 4rem 6rem 4rem;
  }
  .news-item .btn-more {
    bottom: 4rem;
    left: 4rem;
  }
}
@media screen and (max-width: 1023px) {
  body {
    padding-top: 0;
  }
  #open-burger {
    display: block;
  }
  #burger {
    display: block;
  }
  #open-burger:checked ~ #navigation-main {
    width: 100%;
    height: 100vh;
    padding: 3rem 0;
    overflow: auto;
  }
  #navigation-main {
    width: 100%;
    height: 0;
    padding: 0;
  }
  #navigation-main .menu-main {
    font-size: 1.8rem;
  }
  #navigation-main .menu-main > li {
    display: block;
    margin: 1rem 0;
  }
  #navigation-main .menu-main > li a {
    display: inline-block;
    padding: 0.5rem 1rem;
  }
  #navigation-main .menu-main.menu-left {
    text-align: center;
    margin: 2rem 0 0 0;
  }
  #navigation-main .menu-main.menu-right {
    position: relative;
    top: -1rem;
    left: 0;
    margin: 0;
    text-align: center;
  }
  #navigation-main .menu-main .btn-shop {
    position: relative;
    top: 0;
    left: 0;
  }
  #navigation-main .menu-main .ue,
  #navigation-main .menu-main .fr,
  #navigation-main .menu-main .dk {
    position: relative;
    top: 0;
    left: 0;
  }
  .news-container .row div[class*='col-'] {
    padding: 2rem 2rem 6rem 2rem;
  }
  .news-item .btn-more {
    bottom: 4rem;
    left: 2rem;
  }
  #find-city input[type="text"] {
    min-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #instagram-widget {
    display: none;
  }
  #fb-widget {
    display: none;
  }
  html {
    font-size: 50.5%;
  }
  .slider-main .slider-content {
    width: 100%;
    height: 100vh;
    background-position: center;
  }
  .info-tile {
    background-size: cover;
  }
  .awards-container .awards-item {
    width: 100%;
    height: auto;
    border: none;
  }
  .product-item .product-content {
    padding: 0rem 3rem;
  }
  .product-item .product-content h2 {
    margin-bottom: 2rem;
    font-size: 3.5rem;
  }
  .page-product-single .menu-products {
    margin-bottom: 0;
  }
  .info-block.contact-block {
    margin-bottom: 6rem;
  }
  .news-container {
    margin: 5rem 3rem 0 3rem;
  }
  .news-container .row {
    display: block;
  }
  .news-container .row:nth-of-type(2n) div[class*='col-']:nth-of-type(2n+1) {
    background-color: #939393;
    color: #ffffff;
  }
  .news-container .row:nth-of-type(2n) div[class*='col-']:nth-of-type(2n+1) .btn-more::before {
    background-color: #ffffff;
  }
  .news-container .row:nth-of-type(2n) div[class*='col-']:nth-of-type(2n+1) .btn-more:active::before,
  .news-container .row:nth-of-type(2n) div[class*='col-']:nth-of-type(2n+1) .btn-more:hover::before {
    background-color: #c8a76e;
  }
  .news-container .row:nth-of-type(2n) div[class*='col-']:nth-of-type(2n) {
    background-color: #ffffff;
    color: #231f20;
  }
  .news-container .row:nth-of-type(2n) div[class*='col-']:nth-of-type(2n) .btn-more::before {
    background-color: #231f20;
  }
  .news-container .row:nth-of-type(2n) div[class*='col-']:nth-of-type(2n) .btn-more:active::before,
  .news-container .row:nth-of-type(2n) div[class*='col-']:nth-of-type(2n) .btn-more:hover::before {
    background-color: #c8a76e;
  }
  .news-item .btn-more {
    position: relative;
    bottom: 0;
    left: 0;
  }
  #find-city {
    margin-bottom: 2rem;
  }
  .btn-geo {
    margin-bottom: 2rem;
  }
  #cookie-notice {
    font-size: 11px;
    padding: 0;
  }
  .cookie-notice {
    width: 85%;
  }
  .cookie-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1em 0;
  }
  .cookie-content figure {
    min-width: 30px;
    width: 30px;
    padding: 0 5px 0 0;
  }
  .btn-container {
    min-width: 100%;
    text-align: right;
    padding-top: 10px;
  }
  .info-content {
    padding: 6rem 0;
  }
  .info-block.contact-block {
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 568px) {
  html {
    font-size: 40.5%;
  }
  .menu-products > li {
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .slider-main .slider-text .slide-title {
    font-size: 5.4rem;
    margin: 0 0 3rem 0;
  }
  .slider-main .owl-next {
    right: 0.1rem;
  }
  .slider-main .owl-prev {
    left: 0.1rem;
  }
  #navigation-main .menu-main {
    font-size: 3rem;
  }
  .shop-item .shop-picture img {
    max-width: 90%;
  }
  .accordion-section .panel-title > a {
    padding: 1.7rem 8rem;
  }
  #navigation-main .menu-main {
    font-size: 2.5rem;
  }
  #navigation-main .menu-main > li a {
    font-size: 2.5rem;
  }
  #navigation-main .menu-main > li a.btn-main {
    max-width: 200px;
  }
}
@media screen and (max-width: 567px) {
  .product-item {
    margin-bottom: 2rem;
  }
  .product-item .product-picture,
  .product-item .product-content {
    width: 100%;
  }
  .product-item .product-content {
    padding: 5rem 3rem;
  }
  .product-item:nth-of-type(2n) {
    -webkit-box-orient: column-reverse;
    -webkit-box-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .news-paginator > li a.next span {
    margin-left: 0.5rem;
  }
  .news-paginator > li a.prev span {
    margin-right: 0.5rem;
  }
  #navigation-main .menu-main {
    font-size: 3rem;
  }
  #navigation-main .menu-main > li a {
    font-size: 3rem;
  }
}
/**
 * EasyZoom core styles
 */
.easyzoom {
  position: relative;
  /* 'Shrink-wrap' the element */
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.easyzoom img {
  vertical-align: bottom;
}
.easyzoom.is-loading img {
  cursor: progress;
}
.easyzoom.is-ready img {
  cursor: crosshair;
}
.easyzoom.is-error img {
  cursor: not-allowed;
}
.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #FFF;
  box-shadow: 0 0 10px #888;
}
.easyzoom-flyout {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  background: #FFF;
}
/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.easyzoom--adjacent .easyzoom-flyout {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px;
}
.container-body .easyzoom img {
  max-width: unset !important;
}

/*# sourceMappingURL=style.css.map */
