/*#header .region, #top-bar .region, #menu .region, #featured .region, #messages .region, #main-wrapper, #footer .region {
	width: 100vw;
} */
img {
    max-width: 100%;
    height: auto;
}
#content {
	width: 100vw;
}
.region-content, #bottom .block > div{
    padding: 0 10px;
}
/*-----header-----*/
.region-header {
    padding: 0 10px;
}
.site-logo img {
  width: 96px;
  height: 31px;
}
#block-wood-topmenu a, #block-wood-tel a, #block-wood-korzina a, #block-wood-main-menu .menu-item a{
	font-size: 12px;
}
.cart-block--summary__icon {
	font-size: 18px;
}
#block-wood-topmenu {
	display: none;
}
.search-block-form {
    position: relative;
    width: 32px;
    height: 32px;
    transition: 0.5s;
}
header #search-block-form {
    position: absolute;
    top: 0;
}
header input[type="search"] {
    transition: 0.5s;
    width: 32px;
    height: 32px;    
    position: relative;
    z-index: 2;
    top: 0;
    background: transparent;
    outline: 0;
    line-height: 32px;
    color: transparent;
    -webkit-appearance: none;
}
header input[type="submit"] {
	height: 32px;
	width: 32px;
    position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
    -webkit-appearance: none;
    line-height: 32px;
    text-align: center;
}
header input[type="search"]:focus {
  width: 122px;
  background-color: #F8F7F7;
    color: #000;
    padding: 0 4px;
}
#search-block-form:focus-within input[type="submit"] {
	position: relative;
}
#block-wood-search-form-narrow:focus-within {
    width: 158px;
}
#search-block-form .form-item {
  margin: 0 !important;
}
#block-wood-tel {
    position: absolute;
    top: 45px;
}
.menu--top-menu .menu-item {
    padding: 0 10px;
}

#menu {
	height: 34px;
	line-height: 34px;
    border-bottom: 1px solid #F8F7F7;
}
.region-featured {
    padding: 10px;
}
/*-----footer-----*/
footer .region-footer, .footer--bottom {
    font-size: 12px;
}
#footer_slogan {
    font-size: 11px !important; 
}
.region-footer {
	flex-wrap: wrap;
	justify-content: space-between;
}


#footer .footer {
	padding: 30px 10px;
}
#menu .menu-item{
    margin-right: 0;
}
#menu {
	height: auto;
	line-height: auto;
}
h1 {
    font-size: 1.5em;
}
/*----------responsive--------------*/
#main-wrapper, #main {
	position: relative;
}

#menu{
    text-align: right;
}
#block-inci-main-menu {
    height: 36px;
    line-height: 36px;
}
.toggler {
    padding-right: 10px;
    font-size: 18px;
    color: #FF6400;
    font-weight: bold;
}
.responsive-menus-simple {
    background: #fff;
    display: flex;
    flex-direction: column;
    z-index: 999;
    position: absolute;
    right: 0;
    width: 100%;
}
.responsive-menus-simple .menu-item {
    padding: 5px 10px;
}
li.top-menu {
    background: #f8f7f7;
}
