/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jan 28 2026 | 10:59:08 */
.hide{
	display:none;
}


.text a, .page_product a{
	text-decoration: underline;
	color: var(--red-based)!important;
}

.dokument_link{
	display:none;
}

.header_styk{
	background:#303030;
}

.menu .bricks-nav-menu {
    justify-content: space-between;
}	
	
:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu {
	line-height:1em;
}	

.text_tabs ul{
    padding: 0px;
    margin: 0px;
    padding-left: 15px;
}

.tabs_block.active .tabs_img{
	transform:rotate(180deg);
}
.tabs_block.active .tabs_block-text{
	display:flex;
}
	
	
	