/*-----global-----*/
a {
    color: #1e2640;
	outline: 0;
}

@font-face {
  font-family: "Crimson Pro";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/CrimsonPro.woff2) format('woff2'), url(../fonts/CrimsonPro.ttf) format('truetype'), url(../fonts/CrimsonPro.woff) format('woff'), url(../fonts/CrimsonPro.svg) format('svg') , url(../fonts/CrimsonPro.otf) format('otf');
}
@font-face {
  font-family: Outfit;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Outfit.woff2?1) format('woff2'), url(../fonts/Outfit.ttf?1) format('truetype'), url(../fonts/Outfit.woff?1) format('woff'), url(../fonts/Outfit.svg?1) format('svg') , url(../fonts/Outfit.otf?1) format('otf');
}
.menu-item {
	display: inline-block;
}
ul.menu {
	padding: 0;
}
#block-wood-landingpagesblock {
    display: none;
}
.page-title {
	text-align: center;
}
.layout__region img {
	max-width: 100%;
	height: auto;
}
.even .layout--twocol-section {
	flex-direction: row-reverse;
}
/*-----main template layourt-----*/

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

body {
    font-family: 'Outfit';
	margin: 0;
	padding: 0;
}
h1, h2, h3 {
	font-family: 'Crimson Pro';
}
/*-----top-----*/
#top-bar {
	background-color: #000;
	display: flow-root;
	color: #fff;
}
#top-bar a{
	color: #fff;
	text-decoration: none;
}
#top-bar a:hover{
	text-decoration: underline;
}
#top-bar .views-field-title {
	text-align: center;
}
#top-bar .swiper-button-next::after, #top-bar .swiper-button-prev::after, #top-bar .views-field-title {
	font-size: 14px;
}
#top-bar .swiper-container {
  margin: 0.5rem auto 0.5rem auto;
}
/*-----header-----*/
#block-ba-site-branding {
	align-content: center;
	display: flex;
	justify-content: center;
	margin: 5px;
}

.site-logo img {
	display: block;
	padding: 10px 0;
}
#block-wood-topmenu a, #block-wood-tel a, #block-wood-korzina a, .cart-block--summary__icon{
	text-decoration: none;
	color: #211B1B;
	font-weight: bold;
}
/*-----menu-----*/
#menu{
	position: sticky;
	top: 0;
	z-index: 1;
	background-color: #fff;
}
#menu #search-block-form {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
}
#menu 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;
}
#menu input[type="search"]:focus {
        width: 320px;
        color: #000;
        padding: 0 4px;
	border-bottom: 2px solid #000;
	opacity: 1;
}
#menu input[type="submit"] {
	background-color: transparent;
	border: 0;
	color: #000;
	font-family: "Outfit";
	font-size: 24px;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}
#search-block-form:focus-within input[type="submit"] {
        position: relative;
    }
#block-ba-main-menu {
	text-align: center;
}
#block-ba-main-menu .menu {
	display: flex;
	gap: 24px;
	justify-content: center;
	font-size: 17px;
	margin: 0;
}
#block-ba-main-menu .menu a {
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	position: relative;
	line-height: 30px;
	display: block;
}
#block-ba-main-menu .menu a::before{
	content: " ";
	background-color: #000;
	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);
}
#block-ba-main-menu .menu a.is-active::before, #block-ba-main-menu .menu a:hover::before{
	transform-origin: 0% 50%;
  	transform: scaleZ(1);
}
.region-header {
    z-index: 1;
}

.breadcrumb {
    height: 32px;
    line-height: 32px;
}
/*-----main menu-----*/
#block-wood-main-menu .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
#block-wood-main-menu .menu-item {
	margin-right: 30px;
}
#block-wood-main-menu .menu-item a{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
/*-----footer-----*/
#footer {
	background-color: #000;
	padding-top: 20px;
	margin-top: 20px;
	color: #fff;
}
#footer .region {
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}
.footer--bottom {
	text-align: center;
	height: 50px;
	line-height: 50px;
}

footer .region .menu {
	display: flex;
	flex-direction: column;
}
footer .region .menu a {
	color: #fff;
	text-decoration: none;
	line-height: 30px;
}
footer h2, footer a {
	color: #fff;
}
footer .social-icons {
	list-style: none;
	display: flex;
	padding: 0;
	justify-content: space-between;
	gap: 20px;
}
footer .social-icons li {
	width: 100%;
}
/*-----cart block-----*/
.cart-block img {
	width: 50px;
	height: auto;
}
.cart-block--contents__links a {
    background-color: #000000;
    border: 0;
    padding: 7px 10px;
    color: #fff !important;
    display: inline-block;
}
.cart-block td {
    padding: 3px;
}
.cart-block tr {
    border-bottom: 1px solid #E6E6E6;
}
.cart-block--contents__links {
	text-align: center;
}
.cart-block--contents {
    width: 320px;
	border: 1px solid #E6E6E6;
}
.cart-block--contents__inner {
    padding: 5px;
    box-sizing: border-box;
}
.cart-block--contents__items {
    max-height: 600px;
	margin-bottom: 10px;
}