.chza #body section h1 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.proructe_packaging .tabscontent {
	display: none;
}
#body section .producte_header_right > h1.h1_title {
	font-size: 26px;
	line-height: 1.1;
	margin: -3px 0 15px 0;
}
.producte_header {
	overflow: hidden;
	clear: both;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}
.proructe_packaging {
	box-sizing: border-box;
	float: left;
	width: 416px;
	max-width: 100%;
	margin: 0 30px 20px 0;
	overflow: hidden;
}
.proructe_packaging ul.tabs {
	box-sizing: border-box;
	float: right;
	width: 80px;
	overflow: hidden;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	height: 400px;
	padding: 0 0 30px
}
.proructe_packaging ul.tabs li {
	list-style-type: none;
	display: block;
	font-size: .8em;
	margin: 10px 0 0;
	padding: 0 0 0 10px;
}
.proructe_packaging ul.tabs li.current {
	pointer-events: none;
}
.proructe_packaging ul.tabs li span {
	position: relative;
	display: block;
	padding: 0 10px;
	
	line-height: 20px;
	width: 42px;
	background-color: #fff;
	cursor: pointer;
	border-color: #e5b569;
	border-style:solid;
	border-width: 1px 1px 1px 0;
	transition: .3s;
}
.proructe_packaging ul.tabs li span::before,
.proructe_packaging ul.tabs li span::after {
	content: "";
	transition: .3s;
	width: 10px;
	height: 20px;
	position: absolute;
	left: -10px;
	top: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.proructe_packaging ul.tabs li span::before {
	background-image: url("../images/main_img/brands-item/tabs-li-span-bef.png");
	opacity: 1;
}
.proructe_packaging ul.tabs li span::after {
	background-image: url("../images/main_img/brands-item/tabs-li-span-aft.png");
	opacity: 0;
}
.proructe_packaging ul.tabs li:hover span::before,
.proructe_packaging ul.tabs li.current span::before  {
	opacity: 0;
}
.proructe_packaging ul.tabs li:hover span::after,
.proructe_packaging ul.tabs li.current span::after {
	opacity: 1;
}

/* .proructe_packaging ul.tabs li a{
	color: #e5b569;
	text-decoration: none;
} */
.proructe_packaging ul.tabs li:hover span,
.proructe_packaging ul.tabs li.current span {
	background-color: #e5b569;
	color: #fff;
}
.proructe_packaging .contents {
	border: 1px solid #eee;
	box-sizing: border-box;
	padding: 0;
	float: left;
	width: calc(100% - 90px);
	height: 400px;
	overflow: hidden;
}
.proructe_packaging .tabscontent {
	height: 100%;
}
.proructe_packaging .tabscontent img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
.producte_header_right {
	float: left;
	margin: 0 0 20px 0;
	width: calc(100% - 446px);
	font-size: 16px;
	line-height: 1.3;
}
.producte_header_right p {
	line-height: 1.3;
}
.producte_header_right > div {
	margin: 0 0 15px 0;
	overflow: hidden;
}
.producte_header_right .title {
	color: #272727;
	font-size: 1.1em;
	font-weight: 700;
}
.files_specifications_blocks {
	overflow: hidden;
}
.title.specifications_blocks {
	margin: 0 0 5px 0;
	overflow: hidden;
}
.files_specifications_blocks > div {
	color: #4d4d4d;
	float: left;
	font-size: .7em;
	margin: 5px 30px 5px 0;
	overflow: hidden;
}
.producte_header_right .title.special_icons {
	margin: 0 0 8px 0;
}
.value.special_icons {
	overflow: hidden;
}
.value.special_icons a {
	display: inline-block;
	vertical-align: top;
}
.value.special_icons img {
	display: inline-block;
	margin: 0 20px 0 0;
	vertical-align: top;
	max-height: 60px;
}
.innovationen-icon {
	float: right;
	margin: 0 0 10px 20px;
	width: 25%;
}
.file_tds_block > div,
.file_msds_block > div {
	float: left;
}
.file_tds_block .title,
.file_msds_block .title {
	margin-right: 5px;
}
.file_tds_block .size,
.file_msds_block .size {
	color: #777;
	margin-left: 5px;
}
.file_tds_block .size::before,
.file_msds_block .size::before {
	content: "("
}
.file_tds_block .size::after,
.file_msds_block .size::after {
	content: ")"
}
.benefits_block ul,
.benefits_block ol {
    margin: 5px 0 0 18px;
}
.content_item .f_characteristics table {
	margin: 15px 0;
	max-width: 100%;
}
.f_characteristics table tr:first-child,
.f_characteristics table tr:first-child:hover {
	background-color: #eee;
}
.f_characteristics table tr:hover{
	background-color: #f5f5f5;
}
.f_characteristics table tr td:first-child {
	max-width: 50%;
	width: 500px;
}
.content_item .field.f_tolerances .title_top {
	margin-bottom: 15px;
}
.f_api .value {
	text-transform: uppercase;
	font-weight: 700;
}
@media screen and (max-width: 800px) {
	.proructe_packaging,
	.producte_header_right {
		float: none;
		margin-right: 0;
	}
	.producte_header_right {
		width: 100%;
	}
}
@media screen and (max-width: 479px) {
	.proructe_packaging {
		width: 300px;
	}
	.proructe_packaging .contents {
		height: 273px;
	}
	.proructe_packaging ul.tabs {
		height: 273px;
		padding: 0 0 10px
	}
}