@font-face {
  font-family: "gilroy";
  src: url("/assets/radomir_tinkov_-_gilroy-medium-webfont.woff2")
      format("woff2"),
    url("/assets/radomir_tinkov_-_gilroy-medium-webfont.woff") format("woff"),
    url("/assets/radomir_tinkov_-_gilroy-medium-webfont.ttf") format("truetype"),
    url("/assets/radomir_tinkov_-_gilroy-medium-webfont.svg#gilroymedium")
      format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "gilroy";
  src: url("/assets/radomir_tinkov_-_gilroy-regular-webfont.woff2")
      format("woff2"),
    url("/assets/radomir_tinkov_-_gilroy-regular-webfont.woff") format("woff"),
    url("/assets/radomir_tinkov_-_gilroy-regular-webfont.ttf")
      format("truetype"),
    url("/assets/radomir_tinkov_-_gilroy-regular-webfont.svg#gilroyregular")
      format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "gilroylight";
  src: url("/assets/radomir_tinkov_-_gilroy-light-webfont.woff2")
      format("woff2"),
    url("/assets/radomir_tinkov_-_gilroy-light-webfont.woff") format("woff"),
    url("/assets/radomir_tinkov_-_gilroy-light-webfont.ttf") format("truetype"),
    url("/assets/radomir_tinkov_-_gilroy-light-webfont.svg#gilroylight")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gilroy";
  src: url("/assets/radomir_tinkov_-_gilroy-semibold-webfont.woff2")
      format("woff2"),
    url("/assets/radomir_tinkov_-_gilroy-semibold-webfont.woff") format("woff"),
    url("/assets/radomir_tinkov_-_gilroy-semibold-webfont.ttf")
      format("truetype"),
    url("/assets/radomir_tinkov_-_gilroy-semibold-webfont.svg#gilroysemibold")
      format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "gilroy";
  src: url("/assets/radomir_tinkov_-_gilroy-bold-webfont.woff2") format("woff2"),
    url("/assets/radomir_tinkov_-_gilroy-bold-webfont.woff") format("woff"),
    url("/assets/radomir_tinkov_-_gilroy-bold-webfont.ttf") format("truetype"),
    url("/assets/radomir_tinkov_-_gilroy-bold-webfont.svg#gilroybold")
      format("svg");
  font-weight: 700;
  font-style: normal;
}

/* GENERAL */
* {
  box-sizing: border-box;
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "gilroy";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
body.modal-open,
body.menu-open {
  overflow: hidden;
}
h1:first-child,
.h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
ol:first-child,
ul:first-child,
p:first-child {
  margin-top: 0;
}
h1:last-child,
.h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
ol:last-child,
ul:last-child,
p:last-child {
  margin-bottom: 0;
}
h1,
.h1,
h2,
h3 {
  font-family: "gilroy";
  line-height: 1.2;
  font-weight: 700;
}
h1,
.h1 {
  font-size: 63px;
}
h2 {
  font-size: 54px;
  margin: 30px 0;
}
h3 {
  font-size: 36px;
  margin: 20px 0;
}
p,
ul,
ol {
  font-family: "Work Sans";
  margin: 20px 0;
}
a,
a:hover,
a:hover {
  color: #000;
  text-decoration: none;
}
a:not([class]) {
  box-shadow: inset 0 -1px 0 #000;
}
a:not([class]):hover {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  a:not([class])[href*="tel"] {
    box-shadow: none;
  }
}
b,
strong {
  font-weight: 600;
}
button {
  color: #000;
  font-family: "gilroy";
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
button:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
input,
textarea {
  font-family: "Work Sans";
  border-radius: 0;
  outline: none;
}
ul:not([class]) li {
  padding-left: 50px;
  position: relative;
}
ul:not([class]) li:before {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background: #ffcc00;
  position: absolute;
  top: 11px;
  left: 15px;
}
th {
  font-family: "Work Sans";
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  padding: 11px 15px;
  text-align: left;
  border-bottom: 4px solid #ffcc00;
}
td {
  font-family: "Work Sans";
  padding: 5px 15px;
  border-bottom: 2px solid #ebeef0;
}
td + td {
  border-left: 2px solid #ebeef0;
}
sup {
  font-size: initial;
  vertical-align: top;
  line-height: 1.2;
}
.edy-img-drop-area .edy-img-drop-area-remove-image {
  top: 0 !important;
  right: 0 !important;
  width: 30px !important;
  height: 30px !important;
  z-index: 1;
}
/* GLOBAL CLASSES */
.container {
  display: block;
  width: 100%;
  max-width: 1290px;
  padding: 0 15px;
  margin: auto;
}
.custom-btn {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 40px;
  border: 2px solid #ffcc00;
  border-radius: 30px;
  position: relative;
}
.custom-btn.load {
  padding-right: 75px;
}
.custom-btn.load:after {
  content: "";
  display: block;
  width: 18px;
  height: 32px;
  background-image: url(/assets/load.svg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  margin: auto;
}
.custom-btn.white:not(:hover) {
  background-color: #fff;
}
.custom-btn:hover {
  background-color: #ffcc00;
}
.custom-btn-wrapper {
  margin-left: -10px;
}
.custom-btn-wrapper .custom-btn {
  margin: 10px;
}
.nav-btn {
  color: #000;
  display: inline-flex;
  min-height: 60px;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-align: left;
  padding-left: 90px;
  position: relative;
}
.nav-btn:after {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid #ffcc00;
  background-image: url(/assets/arrow-down.svg);
  background-position: center;
  background-size: 17px 27px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.nav-btn.icon-only {
  padding: 0;
  width: 60px;
  height: 60px;
}
.nav-btn.no-icon {
  padding-left: 0;
}
.nav-btn.no-icon:after {
  display: none;
}
.nav-btn.white.play:after {
  background-image: url(/assets/play-icon-white.svg) !important;
  background-position: 55% center;
}
.nav-btn.prev:after {
  background-image: url(/assets/arrow-left.svg) !important;
  background-size: 27px 17px;
}
.nav-btn.next:after {
  background-image: url(/assets/arrow-right.svg) !important;
  background-size: 27px 17px;
}
.nav-btn.rotate:after {
  border-color: #fff;
  background-color: #fff;
  background-image: url(/assets/rotate.svg) !important;
  background-size: 20px 20px;
  transition: transform 0.3s ease-in-out;
}
.nav-btn.close:after {
  background-image: url(/assets/close.svg) !important;
  background-size: 22px 22px;
}
.nav-btn.close.white-icon:not(:hover):after {
  background-image: url(/assets/close-white.svg) !important;
}
.nav-btn.plus {
  min-height: 80px;
  padding-left: 110px;
}
.nav-btn.plus:after {
  width: 80px;
  height: 80px;
  background-color: #fff;
  background-image: url(/assets/plus.svg) !important;
  background-size: 30px 30px;
}
.nav-btn.white {
  color: #fff;
}
.nav-btn.white:after {
  border-color: #fff;
  background-image: url(/assets/arrow-down-white.svg);
}
.nav-btn.border-color:after {
  border-color: #ffcc00;
}
.nav-btn:hover:after {
  background-color: #ffcc00;
}
.nav-btn.white:hover:after {
  background-color: #fff;
  border-color: #fff;
  background-image: url(/assets/arrow-down.svg);
}
.nav-btn.white.play:hover:after {
  background-image: url(/assets/play-icon.svg) !important;
}
.nav-btn.rotate:hover:after {
  background-color: #fff;
  transform: rotate(180deg);
}
.nav-btn.white-house-1:after {
  background-image: url(/assets/icon-house-1.svg) !important;
  background-size: auto 65%;
}
.nav-btn.white-house-1:hover:after {
  background-image: url(/assets/icon-house-1.svg) !important;
}
.nav-btn.white-house-2:after {
  background-image: url(/assets/icon-house-2.svg) !important;
  background-size: auto 65%;
}
.nav-btn.white-house-2:hover:after {
  background-image: url(/assets/icon-house-2.svg) !important;
}
.nav-btn.white-house-3:after {
  background-image: url(/assets/icon-house-3.svg) !important;
  background-size: auto 65%;
}
.nav-btn.white-house-3:hover:after {
  background-image: url(/assets/icon-house-3.svg) !important;
}
.nav-btn-wrapper {
  display: block;
  margin-left: -25px;
}

.nav-btn-wrapper .nav-btn {
  margin: 10px 25px;
}
.nav-btn-group {
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 601px) {
  .nav-btn-group .nav-btn.icon-only {
    margin-left: 0;
  }
}
.control-btn {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background-image: url(/assets/arrow-right.svg);
  background-position: center;
  background-size: 26px 17px;
  background-repeat: no-repeat;
  opacity: 0.35;
  margin: 0 10px;
}
.control-btn.prev {
  background-image: url(/assets/arrow-left.svg);
}
.control-btn:hover {
  opacity: 1;
}
.cover-image {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.cover-image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.cover-image.edy-img-drop-area {
  position: absolute !important;
}
.content-body .custom-btn {
  margin: 20px 20px 20px 0;
}
.content-body a:not([class]) {
  box-shadow: inset 0 -1px 0 #000;
}
.content-body a:not([class]):hover {
  box-shadow: none;
}
.edys-gallery-grid-aspect:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(/assets/zoom-circle.svg);
  background-position: center;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-color: rgba(255, 204, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.edys-gallery-grid-item:hover .edys-gallery-grid-aspect:after {
  opacity: 1;
}
.edys-gallery-grid a.edys-gallery-grid-item .edys-gallery-grid-aspect,
.edys-gallery-grid a.edys-gallery-item-placeholder .edys-gallery-grid-aspect {
  padding-bottom: 70% !important;
}
.hidden {
  display: none !important;
}
.align-items {
  display: table;
  height: 100%;
}
.align-middle {
  display: table-cell;
  vertical-align: middle;
}
/* MENU */
.header {
  width: 100%;
  border-bottom: 2px solid #ebeef0;
  z-index: 100;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
}
.header-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  height: 70px;
  position: relative;
}
.bertilo-logo {
  z-index: 1;
}
.bertilo-logo img {
  height: 35px;
}
.menu-main {
  margin-left: auto;
}
.main-menu,
.langs-menu {
  display: inline-block;
}

.menu-custom-links{
	display: inline;
}

.langs-menu {
  margin-left: 20px;
}
.menu-item,
.lang-item,
.menu-custom-links a{
  color: #afafaf;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
box-shadow: none;
}
.menu-item.active,
.lang-item.active,
.menu-custom-links a:hover {
  color: #000;
}
.menu-item,
.menu-custom-links a {
  margin: 0 15px;
}
.lang-item {
  margin: 0 5px;
}
.email-tag {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-align: right;
  position: absolute;
  top: calc(100% + 2px);
  right: 0;
  background: #ebeef0;
  padding: 6px calc((100% - 1260px) / 2) 6px 20px;
}
/* FRONT PAGE */
/* landing */
.landing {
  height: calc(100vh - 72px);
  min-height: calc(900px - 72px);
  max-height: calc(1440px - 72px);
  position: relative;
}
.landing .container {
  display: table;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
.landing .intro-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.landing .intro {
  width: 45%;
  padding-right: 100px;
  position: relative;
}
.landing .intro-border {
  position: absolute;
  top: 0;
  right: 0;
}
.landing h1:after {
  content: "";
  display: block;
  width: 80px;
  height: 10px;
  background: #ffcc00;
  margin: 40px 0;
}
.landing .nav-btn {
  position: absolute;
  left: 15px;
  bottom: 30px;
}
.landing .landing-image {
  display: block;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
/* about */
.front-about {
  background: #ebeef0;
  position: relative;
}
.container.image-block {
  max-width: 1920px !important;
}
.container.image-block.container {
  max-width: 1600px !important;
  padding: 0 !important;

}
.front-about .about-wrapper {
  /* width: 65%; */
  padding: 120px 30px 120px 0;
}
.image-wrapper {
  display: flex;
}
.col-lg-8 {
  width: 55%;
  flex-shrink: 0;
}
.col-lg-9 {
  width: 45%;
  flex-shrink: 0;
}
.front-about .certificate {
  display: block;
  width: calc(100% / 3);
  height: 100%;
  min-height: 300px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(/images/fsc.png);
  background-position: center;
  background-size: 140px auto;
  background-repeat: no-repeat;
  background-color: #fff;
}
.front-about .certificate.about-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  position: relative;
  top: 0;
  right: 0;
  background-image: url(/images/fsc.png);
  background-position: center;
  background-size: 140px auto;
  background-repeat: no-repeat;
  background-color: #fff;
}
.front-about .certificate.editmode {
  background-image: none;
  background-size: cover;
}
.about-image {
  min-height: 720px;
  position: relative;
  z-index: 1;
}
.about-image .container {
  height: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}
.about-image .inner {
  color: #fff;
  display: block;
  width: 100%;
  max-width: 730px;
}
.about-image .nav-btn {
  position: absolute;
  bottom: 50px;
}
.about-product .container {
  display: flex;
  flex-wrap: wrap;
}
.about-product .description {
  padding: 120px 50px 120px 0;
  display: block;
  width: 40%;
  border-right: 2px solid #ebeef0;
}
.about-product .product-preview-wrapper {
  display: block;
  width: 60%;
  padding: 120px 0 120px 50px;
}
/* PRODUCT PREVIEW */
.products-preview {
  display: block;
  width: 100%;
}
.products-preview .products-category + .products-category {
  margin-top: 30px;
}
.products-preview .title button {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  color: #646464;
}
.products-preview .title button {
  display: inline-flex;
  align-items: center;
}
.products-preview .title button:before {
  content: "";
  display: block;
  width: 0.65em;
  height: 0.65em;
  background-image: url(../assets/arrow-down.svg);
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin-right: 0.35em;
  flex-shrink: 0;
  transition: transform 0.2s ease;
  opacity: 0.6;
}
.products-preview .title button.active:before {
  transform: rotate(180deg);
}
.products-preview .title button:hover,
.products-preview .title button.active {
  color: #ffcc00;
}
.products-preview .products {
  display: none;
}
.products-preview .subcategory {
  color: #a7a7a7;
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-top: 30px;
}
.products-preview .product {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  display: block;
  padding: 20px 110px 20px 0;
  border-bottom: 2px solid #ebeef0;
  margin-top: 10px;
  position: relative;
}
.products-preview .product:hover,
.products-preview .product.active {
  color: #ffcc00;
  border-color: #ffcc00;
}
.products-preview .product img {
  position: absolute;
  top: 10px;
  right: 0;
  max-height: 60px;
  max-width: 100px;
}
/* PRODUCTS */

.products-intro {
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: 93px ;
  padding-bottom: 50px;
}
/* .products-intro.edit {
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: 93px ;
  padding-bottom: 50px;
} */
.products-intro.outlet {
  height: 470px;
}
.products-intro .intro2 {
  color: #fff;
  display: block;
  width: 100%;
  max-width: 950px;
  padding-top: 15px;
}
.products-intro .intro {
  color: #000;
  display: block;
  width: 100%;
  max-width: 950px;
  padding-top: 15px;
}
/* .products-intro.edit .intro.editmode {
  color: #000;
  display: block;
  width: 100%;
  max-width: 950px;
  padding-top: 15px;
   padding-bottom: 50px; 
} */

.products-intro.outlet .intro {
  color: #000;
}
.products-intro:not(.outlet) .nav-btn-wrapper {
  position: relative;
  bottom: 0;
}
/* .products-intro:not(.outlet) .nav-btn-wrapper.editmode {
  position: relative;
  bottom: 0;
} */

.products-filters {
  background: #f3f6f8;
  position: relative;
  margin-bottom: 30px;
  z-index: 10;
}
.products-filters:after {
  content: "";
  display: block;
  width: calc((100% - 1260px) / 2);
  height: 100%;
  background: #ffcc00;
  position: absolute;
  top: 0;
  right: 0;
}
.products-filters .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.products-filters .title {
  display: block;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
}
.filters-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  background: #ffcc00;
}
.products-filters .filters-wrapper {
  margin-left: auto;
  padding-left: 40px;
  z-index: 10;
}
.filter-group {
  padding: 0 20px;
  position: relative;
}
.filter-group button {
  height: 70px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  padding-right: 35px;
  position: relative;
  opacity: 0.3;
}
.filter-group button:after {
  content: "";
  display: block;
  width: 14px;
  height: 16px;
  background-image: url(/assets/arrow-down.svg);
  background-position: center;
  background-size: 14px 16px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;

  transition: transform 0.2s ease-in-out;
}
.filter-group button.active {
  opacity: 1;
}
.filter-group button.active:after {
  transform: rotate(-180deg);
}
.filter-group .select {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  display: none;
  width: 230px;
  text-align: center;
  position: absolute;
  top: 100%;
  right: 0;
  background: #e6eaed;
}
.filter-group .select .item {
  padding: 16px 20px;
  cursor: pointer;
}
.filter-group .select.for-colors .item:not(:first-child) {
  text-align: left;
}
.filter-group .select .item:hover,
.filter-group .select .item.active {
  background: #ffcc00;
}
.filter-group .select .item span {
  display: inline-block;
  vertical-align: text-top;
  width: 50px;
  height: 30px;
  margin-right: 10px;
  border-radius: 15px;
  background-color: #800000;
}
.products-compare .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.products-compare .empty,
.empty-btn {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
  padding-right: 45px;
  position: relative;
  opacity: 0.3;
}
.products-compare .empty {
  display: none;
}
.products-compare .empty:hover,
.empty-btn:hover {
  opacity: 1;
}
.products-compare .empty:after,
.empty-btn:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(/assets/close.svg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.compare-modal {
  display: none;
  margin-left: auto;
}
.compare-modal.global {
  display: block;
  position: fixed;
  bottom: 0;
  z-index: 105;
  transform: translateY(100%);

  transition: transform 0.3s ease-in-out;
}
.compare-modal.global.open {
  transform: translateY(0);
}
.compare-modal .selected {
  display: inline-block;
}
.compare-modal .to-compare {
  display: inline-block;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.3);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  padding-left: 15px;
  padding-right: 55px;
  position: relative;
  background-color: #ffcc00;
  line-height: 55px;
}
.compare-modal .to-compare:after {
  content: "";
  display: block;
  width: 22px;
  height: 14px;
  background-image: url(/assets/compare.svg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  opacity: 0.3;
}
.compare-modal .to-compare:hover {
  color: #000;
}
.compare-modal .to-compare:hover:after {
  opacity: 1;
}
.compare-modal .item {
  display: inline-block;
  vertical-align: middle;
  width: 55px;
  height: 55px;
  background-color: #e6eaed;
  background-image: url(/images/Arley_32.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  position: relative;
}
.compare-modal .item:first-child {
  margin-left: 0;
}
.compare-modal .item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(252, 42, 42, 0.8);
  background-image: url(/assets/close-white.svg);
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.compare-modal .item:hover:after {
  opacity: 1;
}
.products-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% + 14px);
  margin-left: -7px;
  margin-bottom: 90px;
}
.product-block {
  display: block;
  width: calc(25% - 14px);
  padding: 40px 15px 50px;
  font-weight: 700;
  margin: 7px;
  border: 2px solid #f3f6f8;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.product-block:hover {
  border-color: #ffcc00;
}
.product-block .image {
  display: block;
  width: 100%;
  height: 150px;
  position: relative;
  margin-bottom: 40px;
}
.product-block .image img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.product-block .title {
  font-size: 26px;
  line-height: 36px;
}
.product-block .category,
.product-block .area {
  color: #a8a8a8;
}
.product-block .add-compare {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  background-image: url(/assets/plus.svg);
  background-position: 100% center;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  opacity: 0.35;
  padding-right: 20px;
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
}
.product-block .add-compare:hover {
  opacity: 1;
}
.product-block .select-dim {
  display: table;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 204, 0, 0.9);
  padding: 30px;
  position: absolute;
  top: 100%;
  left: 0;
  cursor: default;

  transition: top 0.3s ease-in-out;
}
.product-block .select-dim.open {
  top: 0;
}
.product-block .select-dim .close {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/assets/close.svg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
}
.product-block .select-dim .inner {
  display: table-cell;
  vertical-align: middle;
}
.product-block .select-dim .surf {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  display: block;
  margin: 10px auto;
}
.product-block .select-dim .surf:hover {
  color: #6c6969;
}

.empty-results {
  display: none;
  padding: 40px;
  background-color: #ffcc00;
  margin-bottom: 100px;
}
.empty-results.show{
  display: block !important;
}

/* PRODUCT */
.product-page .email-tag {
  background: #fff;
  width: calc((100% - 1260px) / 2 + 420px);

  transition: opacity 0.15s ease-in-out;
}
/*
.product-landing {
  height: calc(100vh - 72px);
  min-height: calc(650px - 72px);
  max-height: calc(1440px - 72px);
  background: #ffcc00;
  position: relative;
  overflow: hidden;
}
*/
.product-landing .blur-fix {
  transition: filter 0.15s ease-in-out;
}
/*
.product-landing .container {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
}

.product-landing .product-intro {
  display: table;
  width: calc(100% - 420px);
  height: 100%;
  background: rgba(255, 204, 0, 0.5);
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;

  transition: filter 0.15s ease-in-out;
}*/
.product-landing .full-category {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 30px;
}
.product-landing .scroll-landing {
  position: absolute;
  bottom: 50px;
}
.product-landing .full-category span {
  display: inline-block;
  vertical-align: middle;
/*  color: rgba(0, 0, 0, 0.35); */
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
}
/*
.product-landing .full-category span:nth-child(-n + 2) {
  color: #fff;
}*/
.product-landing .full-category span + span {
  padding-left: 17px;
}
/*
.product-landing .full-category span + span:before {
  content: "";
  display: block;
  height: 2px;
  width: 5px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 6px;
  bottom: 0;
  margin: auto;
}*/
.product-landing .category {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  padding: 11px 60px 11px 0;
  background-color: #fff;
  background-image: url(/assets/menu-icon.svg);
  background-position: calc(100% - 20px) center;
  background-size: 22px 18px;
  background-repeat: no-repeat;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: absolute;
  overflow: visible;
  top: 80px;
}
.product-landing .category:before {
  content: "";
  display: block;
  height: 100%;
  width: 50vw;
  position: absolute;
  top: 0;
  right: 100%;
  background: #fff;
}
.product-landing .intro {
  display: table-cell;
  vertical-align: middle;
  padding-right: 30%;
}
.product-landing .intro h1 {
  color: #fff;
  font-size: 63px;
  text-transform: uppercase;
}
.product-landing .intro h1:after {
  content: "";
  display: block;
  width: 80px;
  height: 10px;
  background: #fff;
  margin: 40px 0;
}
.product-navigations {
  display: block;
  width: calc(100% + 20px);
  margin-left: -10px;
}
.product-navigations a {
  color: #fff;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
  box-shadow: none;
  cursor: pointer;
}
.product-navigations a:hover {
  color: #000;
}
.product-landing .landing-gallery {
  display: flex;
  width: 420px;
  height: 100%;
  padding: 120px 0;
  position: relative;
}
.product-landing .landing-gallery:before {
  content: "";
  display: block;
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ebeef0;

  transition: opacity 0.15s ease-in-out;
}
.landing-gallery-editmode {
  position: relative;
  z-index: 1;
}
.product-landing .landing-gallery .rotate-view {
  position: absolute;
  left: -30px;
  z-index: 1;
}
.product-landing .landing-gallery .controls {
  display: none;
  position: absolute;
  transform: translateX(-50%);
  z-index: 1;
}
.product-landing .landing-gallery .controls .close {
  margin: 0 40px;
}
.product-landing .landing-gallery:not(.editmode) img {
  max-width: 130%;
  max-height: 500px;
  height: 100%;
  transform: translateX(-50%);
  object-fit: contain;
  align-self: center;
}
/* open gallery */
.product-landing.lg-open .blur-fix {
  filter: blur(5px);
}
.product-landing .product-intro.lg-open {
  filter: blur(5px);
}
.email-tag.lg-open {
  opacity: 0;
  visibility: hidden;
}
.product-landing .landing-gallery.lg-open {
  z-index: 10;
}
.product-landing .landing-gallery.lg-open:before {
  opacity: 0;
}
.product-landing .landing-gallery .controls.lg-open {
  display: block;
}
/* info */
.product-cover {
  display: flex;
  color: #fff;
  position: relative;
  min-height: 600px;
  height: 100vh;
  max-height: 1080px;
}
.product-cover .container {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  margin: 0 auto;
}
.product-cover .title [style*="font-size"] {
  line-height: 1.2;
}
.product-cover .nav-btn.plus {
  margin-top: 40px;
}
.product-cover .nav-btn-wrapper {
  position: absolute;
  bottom: 50px;
}
.product-introduction {
  padding: 90px 0;
  background: #ebeef0;
}
/* gallery */
.product-gallery {
  background: #ebeef0;
  padding: 40px 0;
}
.product-gallery .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-gallery .controls {
  display: block;
  width: 300px;
}
.product-gallery h3 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  margin-bottom: 0;
}
.product-gallery .gallery-wrapper {
  display: block;
  width: calc(100% - 300px);
}
.product-gallery .frame {
  display: block;
  width: calc(100% + 20px);
  margin-left: -10px;
}
.product-gallery .slidee {
  height: 100%;
}
.product-gallery .slidee .item {
  float: left;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 10px;
  position: relative;
  cursor: pointer;
}
.product-gallery .slidee .item:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  background-color: rgba(255, 204, 0, 0.7);
  background-image: url(/assets/zoom-circle.svg);
  background-position: center;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  margin: auto;
  z-index: 1;
  opacity: 0;
}
.product-gallery .slidee .item:hover:after {
  opacity: 1;
}
/* options */
.product-options {
  border-bottom: 2px solid #ebeef0;
  position: relative;
  overflow: hidden;
}
.product-options .options {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  position: relative;
}
.product-options .options .colors {
  margin-top: 70px;
}
.product-options .options .dimensions {
  margin-bottom: 70px;
}
.product-options-buttons {
  margin: 30px 0;
}
.product-options-buttons .item {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
  align-items: center;
  position: relative;
  text-align: left;
  margin: 15px 0;
}
.product-options-buttons .item.for-color {
  padding-left: 100px;
  min-height: 50px;
}
.product-options-buttons .item .color {
  display: block;
  width: 80px;
  height: 50px;
  border: 2px solid pink;
  border-radius: 25px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.product-options-buttons .item.for-color:not(.active) .color {
  background-color: transparent !important;
}
.product-options-buttons .item.for-dim {
  padding-left: 55px;
}
.product-options-buttons .item.for-dim:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.product-options-buttons .item.active.for-dim:before {
  background-color: #000;
}
.product-options .action-buttons {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
.product-options .action-buttons .custom-btn {
  display: block;
  width: 150px;
  padding: 10px;
  margin: 20px auto;
}
.product-options .action-buttons .custom-btn:not(:hover) {
  background-color: #fff;
}
.product-options-images {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  padding: 0 0 30px;
}
.product-code {
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  padding: 7px 20px;
  position: relative;
}
.product-code:after {
  content: "";
  display: block;
  width: 100vw;
  height: 2px;
  background: #ebeef0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.product-code span {
  color: #a0a1a1;
}
.product-options-images:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #ebeef0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.product-options-images .edys-gallery-area {
  max-width: 100%;
  height: 300px !important;
  padding: 0 !important;
  pointer-events: none;
  margin-top: 30px;
}
.product-options-images .edys-gallery-area img {
  margin: 0 !important;
  height: 100% !important;
  object-fit: contain !important;
}
.product-options-images .edys-gallery-slider-prev,
.product-options-images .edys-gallery-slider-next {
  display: none !important;
}
.product-options-images .controls {
  text-align: center;
  margin-top: 40px;
}
.product-options-images .controls .zoom-btn {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border: 2px solid #ffcc00;
  border-radius: 50%;
  background-image: url(/assets/zoom.svg);
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  margin: 0 10px;
}
/* specs */
.product-specs {
  padding: 90px 0;
  background: #ebeef0;
}
.product-specs .title-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.product-specs .title-buttons .title {
  width: 520px;
}
.product-specs .title-buttons .custom-btn-wrapper {
  max-width: calc(100% - 520px);
  margin-left: auto;
  margin-top: -10px;
  margin-right: -10px;
  text-align: right;
}
.product-specs .title-buttons .custom-btn.active {
  background-color: #ffcc00;
}
.product-specs .title-buttons .custom-btn:not(:hover):not(.active) {
  border-color: #ebeef0;
}
.product-specs-block .print {
  display: inline-block;
  vertical-align: top;
  width: 520px;
  text-align: center;
}
.product-specs-block .print .edys-gallery-slider {
  padding-bottom: 100% !important;
  border: 2px solid #ebeef0;
}
.product-specs-block .print .edys-gallery-slider-prev,
.product-specs-block .print .edys-gallery-slider-next {
  display: none;
}
.product-specs-block .print .edys-gallery-slider img {
  object-fit: contain !important;
  margin: 0 !important;
  max-height: 100% !important;
  max-width: 100%;
}
.product-specs-block .print .controls {
  margin-top: 20px;
}
.product-specs-block .print .pages {
  display: inline-block;
  vertical-align: middle;
}
.product-specs-block .print .indicator {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border: 2px solid #ffcc00;
  border-radius: 50%;
  margin: 14px 5px;
}
.product-specs-block .print .indicator.active {
  background-color: #ffcc00;
}
.product-specs-block .table {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 520px);
  padding-left: 100px;
}
.data-table td {
  font-size: 16px;
  font-weight: 500;
}
.data-table td:last-child {
  width: 180px;
}
/* pdf documents */
.product-pdf .container {
  position: relative;
}
.product-pdf .custom-btn-wrapper:not(.edit) {
  position: absolute;
  top: -40px;
  right: 0;
}
/* specs */
.product-description {
  /* background: #ebeef0; */
  background: #fff;
  padding: 90px 0;
}
.product-description table,
.product-description tbody,
.product-description table tr,
.product-description table td {
  display: block;
  width: 100% !important;
  height: auto !important;
}
.product-description table tr {
  padding: 20px 0;
  /* border-bottom: 2px solid #fff; */
  border-bottom: 2px solid #ebeef0;
}
.product-description table td {
  width: auto !important;
  padding: 0;
  border: none;
}
.product-description h3 {
  font-size: 30px;
  line-height: 40px;
  padding-right: 30px;
}
.product-description .description-title {
  display: block;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.product-description .description-title:after {
  content: "";
  display: block;
  width: 18px;
  height: 21px;
  background-image: url(/assets/arrow-down.svg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 15px;
  opacity: 0.3;

  transition: all 0.3s ease-in-out;
}
.product-description .description-title.active:after {
  transform: rotate(-180deg);
  opacity: 1;
}
.product-description .description-block {
  display: none;
  margin-top: 20px;
}
/* fsc */
.product-fsc {
  color: #fff;
  height: 750px;
  position: relative;
  z-index: 1;
}
.product-fsc > .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.product-fsc .fsc-img {
  position: absolute;
  width: 100px;
  bottom: 40px;
}
/* more */
.other-products {
  padding: 90px 0;
}
.other-products .products-wrapper {
  margin-top: 30px;
  margin-bottom: 0;
}
/* OUTLET */
.outlet-product {
  border-bottom: 2px solid #ebeef0;
}
.outlet-product .container {
  display: flex;
  flex-wrap: wrap;
}
.outlet-title {
  width: calc(100% - 730px);
  border-right: 2px solid #ebeef0;
  padding: 150px 100px 110px 0;
}
.outlet-title .inner {
  width: 100%;
  height: 100%;
}
.outlet-title h1 {
  margin-bottom: 40px;
}
.outlet-content {
  width: 730px;
  padding: 160px 0 110px 100px;
}
.outlet-content .content-section {
  margin: 50px 0;
}
.outlet-content .content-section:first-child {
  margin-top: 0;
}
.outlet-content .content-section:last-child {
  margin-bottom: 0;
}
.outlet-content .set-dim {
  display: inline-block;
  vertical-align: middle;
  border-color: #fff;
  background-color: #fff;
  padding: 10px 0;
}
.outlet-content .image-cover {
  display: block;
  max-width: 100%;
}
.outlet-content .product-description {
  background: #ebeef0;
  padding: 60px;
}
/* COMPANY */
.container.content-container{
  width: 100%;
  max-width: 1920px !important;
  padding: 0;
}
.content-block {
  min-height: 500px;
  position: relative;
}
.content-block:nth-child(even) {
  background: #ebeef0;
}
.content-block .container {
  display: table;
}
.content-block .inner-wrapper {
  /* display: table-cell; */
  display: flex;
  vertical-align: middle;
  align-items: center;
}
.content-block:nth-child(even) .inner-wrapper{
  flex-direction: row-reverse;
}
.icon-wrapper {
  display: flex;
  align-items: baseline;
  margin-top: 30px;
}
.icon-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-right: 20px;
}
.content-block .inner {
  width: calc(65vw - (100vw - 1260px) / 2);
  padding: 150px 100px 150px 0;
}
.content-block:nth-child(even) .inner {
  margin-left: auto;
  padding: 150px 0 150px 100px;
}
.content-block .content-image {
  display: block;
  width: 35vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-block:nth-child(even) .content-image {
  right: auto;
  left: 0;
}
.company-map {
  height: 500px;
  position: relative;
}
.company-map .custom-btn {
  position: absolute;
  bottom: 50px;
}
.company-s {
  padding: 30px 0;
  overflow: hidden;
}
.company-s .s-wrapper {
  width: calc(100% + 100px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-left: -50px;
}
.company-s .s-wrapper img {
  max-width: 160px;
  max-height: 120px;
  object-fit: contain;
  margin: 20px 50px;
}
/* CONTACT */
.contact-page .footer {
  border-top: none;
}
.contact-info {
  padding: 140px 0;
  border-bottom: 2px solid #ebeef0;
}
.contact-info.team {
  padding: 140px 0 0px 0;
  border-bottom: none;
}
.contact-info .info {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 50px;
}
.contact-info .form {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.team-section {
  /* padding: 90px 0; */
  padding-bottom: 90px;
  overflow: hidden;
}
.contacts-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 40px);
  margin-left: -20px;
}
.contact-block {
  display: block;
  width: calc(100% / 3 - 40px);
  margin: 40px 20px 0;
}
.contact-block .image {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.contact-block .info-wrapper {
  padding: 20px 15px 0;
}
.contact-block .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}
.contact-block .position {
  color: #8f8f8f;
  font-weight: 700;
  margin-bottom: 5px;
}
.contact-block .info {
  font-family: "Work Sans";
  font-size: 16px;
  line-height: 24px;
}
.contact-block .info span {
  font-weight: 600;
}
.contact-block .contact-langs {
  background: #fff;
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.contact-block .contact-lang {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 5px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-block .contact-lang:first-child {
  margin-left: 10px;
}
.contact-block .contact-lang:last-child {
  margin-right: 10px;
}
.contact-lang.ee {
  background-image: url(/assets/ee.svg);
}
.contact-lang.en {
  background-image: url(/assets/en.svg);
}
.contact-lang.de {
  background-image: url(/assets/de.svg);
}
.contact-lang.ru {
  background-image: url(/assets/ru.svg);
}
.contact-lang.lt {
  background-image: url(/assets/lt.svg);
}
.contact-lang.no {
  background-image: url(/assets/no.svg);
}
.contact-lang.se {
  background-image: url(/assets/se.svg);
}
.contact-lang.fi {
  background-image: url(/assets/fi.svg);
}
.contact-lang.fr {
  background-image: url(/assets/fr.svg);
}
.contact-lang.es {
  background-image: url(/assets/es.svg);
}
.contact-map {
  height: 500px;
  position: relative;
}
.contact-map .custom-btn {
  position: absolute;
  bottom: 50px;
}
.gmap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.zoom {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.zin,
.zout {
  font-size: 35px;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background-color: #ffcc00;
  border: none;
  text-align: center;
}
.zin:hover,
.zout:hover {
  background-color: #ffd738;
}
/* COMPARE */
.compare-intro .container {
  display: flex;
  height: 340px;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.compare-intro .nav-btn-wrapper {
  margin-left: auto;
  margin-right: -20px;
}
.products-wrapper.for-compare {
  display: block;
  width: calc(100% + 30px);
  margin-left: -15px;
}
.compare-frame {
  width: 100%;
  height: auto;
}
.compare-slidee {
  display: flex;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: start;
}
.product-block.to-compare {
  width: calc(100% / 3 - 30px);
  margin: 50px 15px 70px;
  padding-bottom: 0;
  overflow: visible;
}
.product-block.to-compare .data-table {
  width: calc(100% + 30px);
  border-top: 2px solid #ebeef0;
  margin-top: 40px;
  margin-left: -15px;
  text-align: left;
}
.product-block.to-compare table tr:last-child td {
  border-bottom: none;
}
.product-block.to-compare .buttons-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
}
.product-block.to-compare .buttons-wrapper.controls {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  bottom: 100%;
}
.product-block.to-compare .control-btn {
  display: none;
}
.product-block.to-compare .control-btn.prev {
  margin-left: 0;
  margin-right: auto;
}
.product-block.to-compare .control-btn.next {
  margin-left: auto;
  margin-right: 0;
}
.product-block.to-compare .buttons-wrapper.ask {
  margin-top: 20px;
  top: 100%;
}
/* FORM */
.form_fields,
.form_submit {
  width: calc(100% + 30px);
  margin-left: -15px;
}
.form_field {
  display: inline-block;
  vertical-align: middle;
  width: calc(50% - 30px);
  margin: 30px 15px 0;
}
.form_field.full {
  width: calc(100% - 30px);
}
.form_field label {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.form_field input {
  font-family: "Work Sans";
  width: 100%;
  height: 40px;
  padding: 0 15px;
  background-color: #fff;
  border: 2px solid #ebeef0;
}
.form_field textarea {
  font-family: "Work Sans";
  width: 100%;
  height: 215px;
  padding: 15px;
  background-color: #fff;
  border: 2px solid #ebeef0;
  resize: none;
}
.form_field label.focus {
  color: #ffcc00;
}
.form_field input:focus,
.form_field textarea:focus {
  border-color: #ffcc00;
}
.form_submit input {
  color: #000;
  font-family: "gilroy";
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 40px;
  background-color: transparent;
  border: 2px solid #ffcc00;
  border-radius: 30px;
  position: relative;
  margin: 40px 15px 0;
  cursor: pointer;
}
.form_submit input:hover {
  background-color: #ffcc00;
}
.public .form_field.edit {
  display: none;
}
.form_field.form_field_with_errors label {
  color: #e60000;
}
.form_field.form_field_with_errors input {
  border-color: #e60000;
}
.form_error,
.form_field_error {
  display: none;
}
/* SEARCH FORM */

.js-search-form {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 300px;
  border: 2px solid #eaeef0;
  margin: auto;
	border-radius: 150px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 10px;
  margin-left: 0px;
}
/* .js-search-form.editmode {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 300px;
  border: 2px solid #eaeef0;
  margin-bottom: 15px; 
  margin-left: 3px;
} */
.line {
  border: 1px solid #eaeef0;
}
.container-flex {
  display: flex;
  width: 100%;
  max-width: 1290px;
  padding: 0 15px;
  margin: auto;
  margin-bottom: 20px;
}

.js-search-form input {
  width: 100%;
  max-width: 300px;
  background-color: white;
  outline: none;
  border: 1px solid #ebeef0;
  padding: 10px 12px;
  font-family: 'gilroy';
  font-size: 18px;
}
.js-search-form img {
  margin-right: 12px;
  position: absolute;
  right: 0;
  width: 30px;
}
/* FOOTER */
.footer {
  border-top: 2px solid #ebeef0;
  position: relative;
}
.footer-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  height: 140px;
  position: relative;
}
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  transition: opacity 0.2s ease, visibility 0.2s ease, bottom 0.2s ease;
}
.scroll-to-top:not(.is-visible) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.scroll-to-top .nav-btn {
  transform: rotate(180deg);
}
.scroll-to-top .nav-btn:not(:hover):after {
  background-color: #fff;
}
/* MODALS */
.global-modal {
  color: #fff;
  display: block;
  width: 100%;
  max-width: 940px;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  z-index: 105;
  overflow: hidden;
  transition: transform 0.6s ease-in-out;
}
.global-modal.open {
  transform: translateX(0);
}
.modal-close-area {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.global-modal.open + .modal-close-area {
  display: block;
}
.modal-overflow {
  display: block;
  width: calc(100% + 17px);
  height: 100%;
  overflow: auto;
}
.global-modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.global-modal .modal-inner {
  padding: 90px 100px;
}
.global-modal h1,
.global-modal h2,
.global-modal h3 {
  color: #ffcc00;
}
.categories-modal .products-preview .product:not(:hover):not(.active) {
  color: #fff;
  border-color: #646464;
}
.contact-modal {
  max-width: 800px;
  left: auto;
  right: 0;
  transform: translateX(100%);
}
.contact-modal .close {
  right: auto;
  left: 20px;
}
.contact-modal .form_submit input:not(:hover) {
  color: #fff;
}
.contact-modal .form-product-title {
  font-weight: 700;
}
.contact-modal .form-product-title .title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
.video-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 100px 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 110;
  transition: opacity 0.5s ease;
}
.video-modal:not(.is-visible) {
  opacity: 0;
}
.video-modal .iframe-wrapper {
  width: 100%;
  position: relative;
}
.video-modal .iframe-wrapper:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.video-modal .iframe-wrapper video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video-modal-close {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  background-color: transparent;
  border: 2px solid #fff;
  background-image: url(/assets/close-white.svg);
  background-size: 22px 22px;
  background-position: center;
  background-repeat: no-repeat;
}
.video-modal-close:after {
  content: "";
  background-image: url(/assets/close.svg);
}
.video-modal-close:hover {
  background-color: #fff;
  background-image: url(/assets/close.svg);
}
.container.icon-container{
  display: flex;
  justify-content: flex-end;
}
.icon {
  width: 10%;
  padding-left: 20px;
}
.icon > a.edys-gallery-item {
  width: 100px;
}
/* ADMIN */
.admin-area {
  padding: 140px 0;
}
.admin-block {
  display: block;
  margin: 20px 0;
}
.admin-block .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.admin-block .title.list-item {
  font-size: 30px;
  line-height: 40px;
}
.admin-block .title a:hover {
  color: #ffcc00;
}
.admin-block .list-title {
  color: #ffcc00;
  margin: 30px 0 10px;
}
.admin-block .editable .edy-editable {
  border-color: #ffcc00;
}
/* MESSAGE */
.message-wrapper {
  display: block;
  width: 100%;
  height: 100vh;
}
.message-wrapper .container {
  height: 100%;
  display: table;
}
.message-wrapper .message-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.message-wrapper .message-content img {
  width: 200px;
  margin-bottom: 30px;
}
/* MADEIN */
.madein {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  height: 30px;
  width: 85px;
  background-image: url(/assets/madeinNeway.svg);
  background-repeat: no-repeat;
  background-size: 85px;
  background-position: center;
}
/* VOOG */
.edy-tb-size {
  display: none !important;
}
/* popup */
.pswp__bg {
  background-color: rgba(255, 204, 0, 0.95) !important;
}
.pswp__button.pswp__button--zoom,
.pswp__button.pswp__button--fs {
  display: none !important;
}
.pswp__button,
.pswp__top-bar {
  opacity: 1 !important;
}
.pswp__top-bar {
  z-index: 1;
}
.pswp__scroll-wrap {
  height: calc(100vh - 70px) !important;
}
.safari .pswp__scroll-wrap {
  max-height: calc(100% - 70px) !important;
  overflow: visible;
}
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: transparent !important;
}
.pswp__caption.pswp__caption--empty,
.pswp__caption.pswp__caption--fake {
  display: none !important;
}
.pswp__button.pswp__button--close {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  float: none;
  z-index: 1;
  background-color: transparent;
  border: 2px solid #fff;
  background-image: url(/assets/close.svg) !important;
  background-size: 22px 22px;
  background-position: center;
  background-repeat: no-repeat;
}
.pswp__button.pswp__button--close:hover {
  background-color: #fff;
}
.pswp__zoom-wrap {
  max-width: calc(100% - 200px) !important;
}
.pswp__ui .pswp__button.pswp__button--arrow--left,
.pswp__ui .pswp__button.pswp__button--arrow--right {
  height: 60px;
  width: 60px;
  top: auto;
  bottom: 30px;
  position: fixed;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 1;
  background-image: url(/assets/arrow-left.svg) !important;
  background-size: 27px 17px;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.pswp__ui .pswp__button.pswp__button--arrow--right {
  background-image: url(/assets/arrow-right.svg) !important;
}
.pswp__button.pswp__button--arrow--left:before,
.pswp__button.pswp__button--arrow--right:before {
  display: none;
}
.pswp__ui .pswp__button.pswp__button--arrow--left {
  left: calc(50% - 130px);
}
.pswp__ui .pswp__button.pswp__button--arrow--right {
  right: calc(50% - 130px);
}
.pswp__button:hover {
  background-color: #fff;
}
.pswp__caption.pswp__caption--empty {
  display: block !important;
}
.pswp__caption__center {
  color: #002c81 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
}
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
  background-image: none !important;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0) !important;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: visible !important;
}
.gallery-inner {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.gallery-inner .clone {
  display: none;
}
.gallery-inner .edys-gallery-grid {
  margin: 0 -5px;
}
.gallery-inner .edys-gallery-grid .edys-gallery-grid-item {
  width: calc(100% / 3);
  padding: 5px;
}

.color_images {
  display: none;
}
.color_images:first-child {
  display: block;
}

.product-specs .edys-gallery-slider .edys-gallery-slider-item {
  padding: 15px;
}

/* IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .email-tag {
    padding: 6px calc((100vw - 1260px) / 2) 6px 20px;
  }
  .nav-btn {
    padding-top: 16px;
  }
  .nav-btn.plus {
    padding-top: 26px;
  }
  .product-options-buttons .item.for-color {
    padding-top: 10px;
  }
  .product-options-buttons .item {
    overflow: visible;
  }
  .product-landing .product-intro {
    transition: opacity 0.15s ease-in-out;
  }
  .product-landing .product-intro.lg-open {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1540px){
  .video-modal .iframe-wrapper {
    width: 80%;
    position: relative;
    margin: auto;
  }
}
@media screen and (min-height: 700px){
  .video-modal .iframe-wrapper {
    width: 75%;
    position: relative;
    margin: auto;
  }
}



/* 2021 */

:root{
	--nwy-color-primary: #FFCC00;
	--nwy-color-text: #171717;
	--nwy-color-text-muted: #AFAFAF;
	--nwy-color-dark: #383E42;
	--nwy-color-bg: #EBEEF0;
	--nwy-color-bg-alt: #D4D7D9;
	--nwy-color-hr: #EBEEF0;

	--nwy-border: 2px solid var(--nwy-color-hr);

	--nwy-font-tag: bold 14px "gilroy", sans-serif;
	--nwy-font-p: normal 18px "Work Sans", sans-serif;
	--nwy-font-p-small: normal 14px "Work Sans", sans-serif;
	--nwy-font-h4: bold 26px "gilroy", sans-serif;
	--nwy-font-h5: bold 18px "gilroy", sans-serif;
	--nwy-font-p-title: bold 18px "gilroy", sans-serif;

	--nwy-transition: 0.3s ease;
}

.product-landing{
	/* background: #ebeef0; */
  background: #fff;
	padding-bottom: 40px;
  padding-top: 30px;
	min-height: 600px;
}

.product-landing h1{
	padding-top: 30px;
	padding-bottom: 30px;
}

.product-landing > .container{
	flex: 1;
	display: flex;
	flex-direction: column;
}

.product-landing > .container > .row{
	flex: 1;
}
.product-landing > .container > .row > div{
	display: flex;
	flex-direction: column;
}

.product-landing .full-category{
	position: relative;
	top: 0;
	padding-bottom: 40px;
	padding-top: 10px;
}
.product-landing .full-category span{
	padding-top: 10px;
	padding-left: 0 !important;
}
.product-landing .full-category span:not(:last-child):after{
	content: " - ";
	display: inline-table;
	font: inherit;
	padding: 0 5px;
}
.product-landing .full-category > :nth-child(1),
.product-landing .full-category > :nth-child(2){
	color: var(--nwy-color-text-muted);
}

.product-landing .category{
	position: relative;
	top: 0;
	width: auto;
}

.product-landing .intro{
	padding: 0;
	padding-top: 30px;
}

.product-landing .intro h1{
	padding-bottom: 30px;
	color: var(--nwy-color-text);
}
.product-landing .intro h1:after{
	display: none;
}

.product-navigations a{
	color: var(--nwy-color-text);
}

.product-landing .landing-gallery:before{
	display: none;
}

.product-gallery{
	/* background: #fff; */
  background: #ebeef0;
}

.product-landing .landing-gallery{
	width: 100%;
}

/* .product-landing .landing-gallery .rotate-view{

} */

.product-landing .landing-gallery:not(.editmode) img{
	transform: translate(0);
}

.variant-selector{
	position: relative;
	margin-bottom: auto;
	opacity: 0;
}
.variant-selector.loaded{
	opacity: 1;
}
.buy-buttons{
	opacity: 0;
}
.buy-buttons.loaded{
	opacity: 1;
}


.variant-item{
	position: relative;
	width: 100%;
	min-height: 82px;
	display: flex;
	padding: 14px;
	border-radius: 6px;
	border: 2px solid #ebeef0;
	transition: var(--nwy-transition);
	cursor: pointer;
	margin-bottom: 20px;
}

.variant-item__color{
	position: relative;
	width: 21px;
	max-width: 21px;
	border-radius: 150px;
	flex: 1;
	margin-right: 10px;
	border: 2px solid var(--nwy-color-dark);
	transition: var(--nwy-transition);
}
.variant-item:hover{
	/* background-color: rgba(255, 255, 255, 0.5); */
  background-color: #ebeef0;
}
.variant-item.active{
	/* background-color: #fff; */
  background-color: #ebeef0; /*background change 2023*/
}

.variant-item.active .variant-item__color{
	border-color: var(--color);
	background-color: var(--color);
}

.variant-item__title{
	font: var(--nwy-font-h5);
}
.variant-item__sku{
	font: var(--nwy-font-tag);
}

.tag{
	position: relative;
	display: inline-table;
	padding: 2px 10px;
	border-radius: 150px;
	font: var(--nwy-font-tag);
}

.tag--fill{
	background: var(--nwy-color-bg);
}

.tag--disabled{
	background: var(--nwy-color-bg-alt);
}

.tag--active{
	background: var(--nwy-color-primary);
}

.tag--close{
	padding-right: 25px;
	cursor: pointer;
	transition: var(--nwy-transition);
}
.tag--close:hover{
	filter: brightness(1.05);
}
.tag--close:after{
	content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-image: url(/assets/close.svg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
}

.edy-buy-button-variants{
	display: none;
}

.edy-buy-button-container .form_field{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.edy-buy-button.custom-btn{
	position: relative;
	background: none;
	padding: 0;
	border-radius: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.edy-buy-button-title{
	position: relative;
	padding: 14px 30px;
	border-radius: 150px;
	background: var(--nwy-color-primary);
	display: block;
	margin-right: 20px;
}

.custom-btn--fill{
	position: relative;
	padding: 14px 30px;
	border-radius: 150px;
	background: var(--nwy-color-primary);
	display: inline-table;
	border: 0;
}

.send-email-buy-button{
	display: flex;
	align-items: center;
	text-decoration: none;
}

.send-email-buy-button a{
	box-shadow: none;
}
.send-email-buy-button .custom-btn--fill{
	margin-right: 20px;
	text-decoration: none;
}
.send-email-buy-button span{
	position: relative;
	display: block;
	font: var(--nwy-font-h4);
}

.edy-buy-button-price{
	padding: 5px 0;
	font: var(--nwy-font-h4);
}

.variant-thumbnail{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;

	display: flex;
	align-items: center;
	justify-content: center;
}

.variant-thumbnail.show{
	opacity:1;
	pointer-events: all;
}

.flex--column{
	display: flex;
	flex-direction: column;
}
.px-0{
	padding-left: 0 !important;
	padding-right: 0 !important;
}


.landscape-image{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.product-gallery {
	border-bottom: 1px solid #fff;
}
.product-gallery .controls{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.product-gallery .slidee .item:after{
	padding-top: 56.25%;
}

.section-spacing{
	padding-top: 100px;
	padding-bottom: 100px;
}

.section-spacing + .section-spacing{
	margin-top: -120px;
  background: #ebeef0;
}


/* .active-filters{
	ss
} */
.active-filters.selected{
	padding: 20px 0;
}
.active-filters > .container{
	display: flex;
	align-items: center;
}

.active-filters-container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-right: auto;
}
.active-filters-container .tag{
	margin-top: 5px;
	margin-bottom: 5px;
}
.active-filters-container .tag:not(:nth-last-child(1)){
	margin-right: 10px;
}


.product-nav-section{
	padding: 20px 0;
	border-bottom: 1px solid #fff;
  background-color: #ebeef0;
}

.product-nav-section .product-navigations{
	display: flex;
	width: 100%;
  flex-wrap: wrap;
}

.product-nav-section .product-navigations a:last-of-type{
	margin-right: auto;
}
.product-nav-section .product-navigations .this-product{
	font-weight: bold;
	font-size: 18px;

    background-image: url(/assets/plus.svg);
    background-position: 100% center;
    background-size: 13px 13px;
    background-repeat: no-repeat;
    padding-right: 20px;
}

.text-center{
	text-align: center;
}

.container--w800{
	max-width: 800px;
}

.container--left{
	margin-left: 0;
}

.py-40{
	padding-top: 140px;
	padding-bottom: 40px;
}

.transport-message{
	font: var(--nwy-font-p-small);
}


.products-filters{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: var(--nwy-color-primary);
}

/* .js-search-form{
	margin: auto;
	max-width: 512px;
	border-radius: 150px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 10px;
} */
.search::-webkit-search-cancel-button {
  position: relative;
  left:40px;
}

.js-search-form input{
	max-width: 100%;
	padding: 14px 60px 14px 20px;
	background: none;
	border: 0;
}

.js-search-form img{
	margin-right: 0;
	right: 20px;
}

.products-filters .filters-wrapper{
	margin: auto;
}

.product-block__price{
	margin-top: 10px;
}

/* edicy cart */
.edy-checkout-button-visible{
	padding-top: 50px;
}

button.edy-ecommerce-shopping-cart-button{
	background: var(--nwy-color-primary);
	height: 50px;
	font: var(--nwy-font-p-title);
	font-weight: bold;
	border: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

button.edy-ecommerce-shopping-cart-button p {
	display: block !important;
	margin: 0;
	padding-right: 5px;
	font: var(--nwy-font-p-title);
}

button.edy-ecommerce-shopping-cart-button .edy-ecommerce-product-count{
	padding-right: 5px;
	font: var(--nwy-font-p-title);
}

.edy-ecommerce-shopping-cart-button .edy-ecommerce-custom-ico,
.cart-container .cart-icon{
	display: none;
}

.edy-checkout-button-visible > .header{
  top: 50px;
}
@media screen and (max-width: 1023px) {
	#product-view{
		position: relative;
	}

	#product-view:before{
		content:"";
		position: absolute;
		top:0;
		left: 0;
		width: 100%;
		height: 80px;
		transform: translateY(-100%);
		background: var(--nwy-color-bg);
	}

	section.product-landing .landing-gallery{
		padding: 0;
		padding-bottom: 60vw;
	}

	section.product-landing .category{
		top: 0;
	}
}

@media screen and (max-width: 767px){
	/* main[role="main"].content {
		margin-top: 100px;
	} */

	header.header .menu-main{
		visibility: visible;
	}

	.edy-checkout-button-visible{
		padding-top: 50px;
	}


	.active-filters > .container{
		display: block;
	}
	.active-filters-container{
		margin-bottom: 20px;
	}
}

@media (min-width: 992px){
	.product-landing .landing-gallery .controls{
		transform: translateX(-50%) translateY(-56px);
	}

	.product-landing .landing-gallery .rotate-view{
		transform: translateY(-56px);
	}
}