/*-----global-----*/
a {
    color: #1e2640;
	outline: 0;
}
@font-face {
  font-family: 'AbrilFatface';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(../fonts/AbrilFatface.woff2) format('woff2'), url(../fonts/AbrilFatface.ttf) format('truetype'), url(../fonts/AbrilFatface.woff) format('woff'), url(../fonts/AbrilFatface.svg) format('svg') , url(../fonts/AbrilFatface.otf) format('otf');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(../fonts/Poppins.woff2) format('woff2'), url(../fonts/Poppins.ttf) format('truetype'), url(../fonts/Poppins.woff) format('woff'), url(../fonts/Poppins.svg) format('svg') , url(../fonts/Poppins.otf) format('otf');
}
.menu-item {
	display: inline-block;
	position: relative;
}
ul.menu {
	padding: 0;
}
#block-wood-landingpagesblock {
    display: none;
}
.two-columns {
	column-count: 2;
	column-fill: balance;
}
.nowrap{
	white-space: nowrap;
}
.justify{
	text-align: justify;
}
h1 {
	color: #1b8381;
}
/*.page-title {
	text-align: center;
}*/
/*-----main template layourt-----*/

#header .region, #top-bar .region, #menu .region, #featured .region, #messages .region, #main-wrapper, #bottom .block > div, #full-width .block > div:not(.contextual), #footer .region, #breadcrumbs .region {
	margin: 0 auto;
    position: relative;
    height: 100%;
}

body {
    font-family: 'Poppins';
	margin: 0;
	padding: 0;
}
h1,h2,h3{
	font-family: 'AbrilFatface';
}
#header{
	background-color: #1b8381;
}
.pager__items {
	display: flex;
	list-style: none;
	padding: 0;
	width: auto;
	justify-content: center;
	gap: 1%;
}
/*-----header-----*/
header .region {
	display: grid;
	align-items: center;
	z-index: 1;
	justify-content: space-between;
	/*grid-template-rows: 1fr 1fr;*/
	gap: 10px;
}
#block-ly-site-branding {
	grid-column: 1;
	grid-row: span 2;
}
#block-ly-headerphone {
	grid-column: 2;
	grid-row: 2;
}
#block-ly-search-form-wide {
	grid-column: 3;
	grid-row: 1;
	justify-self: right;
	position: relative;
}
#block-ly-languageswitcher {
	grid-column: 3;
	grid-row: 1;
	justify-self: right;
	position: relative;
}
#block-ly-main-menu {
	grid-column: 3;
	grid-row: 2;
}
.site-logo img {
	display: block;
	padding: 10px 0;
}
header a{
	color: #fff;
	text-decoration: none;
}
#block-wood-topmenu a, #block-wood-tel a, #block-wood-korzina a, .cart-block--summary__icon{
	text-decoration: none;
	color: #211B1B;
	font-weight: bold;
}
header #search-block-form {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	right: 40px;
}
header input[type="search"]{
	background-color: transparent;
  	border: 0;
	color: transparent;
	transition: 0.5s;
	position: relative;
    z-index: 2;
	outline: 0;
	-webkit-appearance: none;
	opacity: 0;
}
header input[type="search"]:focus {
        width: 320px;
        color: #fff;
        padding: 0 4px;
	border-bottom: 1px solid #fff;
	opacity: 1;
}
header input[type="submit"] {
	background-color: transparent;
	border: 0;
	color: #fff;
	font-family: "Poppins";
	font-size: 24px;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
#search-block-form:focus-within input[type="submit"] {
        position: relative;
    }
.language-switcher-language-url .links {
	position: absolute;
	margin: 0;
	z-index: 2;
	/*top: 3px;*/
	right: 0;
	padding: 0 10px 0;
	width: 24px;
	transition: .3s
}
.language-switcher-language-url:hover .links, .language-switcher-language-url:focus-within .links{
	background-color: rgba(255,255,255,0.8);
}
.language-switcher-language-url img {
  width: 24px;
  height: 16px;
  border-radius: 3px;
}
.language-switcher-language-url:focus-within li, .language-switcher-language-url:hover li {
  display: block;
}
.language-switcher-language-url li.is-active {
	display: block;
}
.language-switcher-language-url li {
  display: none;
  transition: .3s;
}
/*.language-switcher-language-url li.is-active a {
	pointer-events: none;
}*/
.language-switcher-language-url li.is-active a::after {
	content: "\e901";
	font-family: "Poppins";
	color: #fff;
	display: inline-block;
	font-size: 8px;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	margin-left: 2px;
}
#block-ly-main-menu .menu {
	display: flex;
	padding: 0;
	margin: 0;
	gap: 32px;
	font-weight: bold;
}
#block-li-main-menu .menu a {
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	position: relative;
	line-height: 30px;
	display: block;
}
#block-ly-main-menu .menu a.is-active::before, #block-ly-main-menu .menu a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleZ(1);
}
#block-ly-main-menu .menu a::before {
  content: " ";
  background-color: #fff;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  transform-origin: 100% 50%;
  transform: scale3d(0,1,1);
  transition: transform .3s cubic-bezier(.33,0,0,1);
}
.breadcrumb {
    height: 32px;
    line-height: 32px;
}
/*-----featured-----*/

#featured {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
  position: relative;
}
#featured::before {
  position: absolute;
  content: " ";
  background-color: rgba(255,255,255,0.7);
  width: 100%;
  height: 100%;
  opacity: 1;
  backdrop-filter: grayscale(100%) blur(2px);
}
#featured .region {
	padding: 20px;
	text-shadow: 0 0 3px #fff;
	/*text-align: center;*/
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	box-sizing: border-box;
}
.featured.with-image{
	height: 360px
}
.path-frontpage .featured.with-image{
	height: 450px
}
/*-----buttons-----*/
.btn {
	display: inline-block;
	background-color: #1b8381;
	color: #fff;
	text-shadow: none;
	transition: .3s;
	text-decoration: none;
}
.btn:hover {
	background-color: #76b5b3;
}

/*-----footer-----*/
#footer {
	background-color: #063C3B;
	padding-top: 20px;
	color: #fff;
}
#footer .region {
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}
.social-links a {
  color: #fff;
}
.social-links p {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  font-size: 24px;
}
.footer--bottom {
	text-align: center;
	height: 50px;
	line-height: 50px;
}

footer .region .menu {
	display: flex;
	flex-direction: column;
	font-size: 16px;
}
footer .region .menu a {
	color: #fff;
	text-decoration: none;
	line-height: 30px;
}
#footer_slogan {
	padding: 10px 0;
	color: #737373;
}
#footer_contact {
	display: flex;
	flex-direction: column;
}
.footer-contact {
	text-decoration: none;
	color: #211B1B;
	height: 35px;
	line-height: 34px;
}
/*-----breadcrumbs-----*/
#breadcrumbs {
	background-color: #E6E6E6;
	height: 48px;
}
#breadcrumbs a{
	color: #1b8381;
	text-decoration: none;
}
#breadcrumbs ol {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	height: 48px;
	line-height: 48px;
	font-size: 24px;
}
#breadcrumbs li:not(:last-of-type)::after {
	content: "/";
	text-align: center;
	width: 30px;
	color: #999;
	display: inline-block;
}