/*-----------------------------------------------Subcathegory-Item--------------------------------------------------*/




.slide-left,.slide-right{
	position: absolute;
	top: 0;
	height: 100%;
	width: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 1;
}
.slide-left:not(:hover) svg,.slide-right:not(:hover) svg{
	visibility: hidden;
}
.slide-left{
	left: 0px;
}
.slide-right{
	right: 0px;
}

.properties{
	max-width: 375px;
	margin-left: 30px;
}
.properties-title{
	color: #1b130e;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	text-transform: uppercase;
}

/*
.description-block{
	margin: 10px 0; 
}
*/

.properties ul, .description-block ul{
	padding-left: 0;
}
.properties li, .description-block ul li {
	list-style-type: none;
	padding-left: 20px;
	position: relative;

}
.properties li:before, .description-block ul li:before {
	content: ' ';
	position: absolute;
	left: 0px;
	top: 12px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color:var(--ze-green);
}
.properties li span, .properties-text p{
	font-size: 16px;
	color: #706d6c;
	font-weight: 300;  /*-100-*/
	line-height: 21px;
}

.properties-text{
	margin-top: 30px;
	margin-bottom: 0px;
/*	position: relative;*/
}
.properties-text p{
	font-style: italic;
}
/*
.properties-text:before{
	content: " ";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #dddcdb;
	top: -19px;
	left: 0;
}

.properties-text + div{
	justify-content: space-between;
}
*/

/*

.button-link{
	height: 50px;
	border: 1px solid var(--ze-green);
	color: var(--ze-green);
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
}

.button-link:first-child{
	width: 208px;
}
.button-link:last-child{
	width: 131px;
}
.button-link:first-child span{
	margin-left: 10px;
}
.button-link svg{
	position: relative;
	left: 10px;
}
.button-link:hover{
	color:#55aa00;
	text-decoration: none;
}
*/

/*
.description-block p,
.description-block p span{
	color: #666666;
	font-size: 16px;
	font-weight: 300; 
	line-height: 24px;
}

*/

.description-block p span.green-dot{
	color: #55aa00;
}

/*
.description-block ul li p span{
	font-weight: 400;
	color: #666666;
}
*/

/*

.main-product-thumbnail table thead tr th:not(:first-child),
.main-product-thumbnail table tbody td:not(:first-child){
	text-align: center;
}


.main-product-thumbnail table thead tr th, 
.main-product-thumbnail table tbody td{
	vertical-align: middle;
	font-size: 16px;
	color: #000000;
	font-weight: 300; 
	line-height: 21px;
}

.main-product-thumbnail table thead tr th{
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	position: relative;
}
.main-product-thumbnail table thead tr th:not(:first-child):before{
	content: '';
	position: absolute;
	height: 100%;
	width: 1px;
	top: 0;
	left: -1px;
	background-color: rgba(255,255,255,0.25);
}
.main-product-thumbnail table thead tr th:not(:last-child):after{
	content: '';
	content: '';
	position: absolute;
	height: 100%;
	width: 1px;
	top: 0;
	right: 0;
	background-color: rgba(000,000,000,0.12);
}
.main-product-thumbnail table thead tr th:first-child,
.main-product-thumbnail table tbody td:first-child{
	padding-left: 30px;
}

*/

/*.main-product-thumbnail table {border-radius: 8px}*/

.main-product-thumbnail table tbody td, 
.main-product-thumbnail table tbody th 
{
	padding: 6px 20px;
}

.main-product-thumbnail table tbody th {
	background-color: var(--ze-gray-lighter);
}

.main-product-thumbnail table tbody td:not(:last-child),
.main-product-thumbnail table tbody th:not(:last-child)
{
	border-right: 1px solid rgba(202, 200, 199,0.5); 
}

.main-product-thumbnail table tbody tr:not(:last-child) td,
.main-product-thumbnail table tbody tr:not(:last-child) th
{
	border-bottom: 1px solid rgba(202, 200, 199,0.5); 
}




.warning-block{
	margin-top: 34px;
	margin-bottom: 34px;
}
.warning-block svg{
	position: relative;
	top: 7px;
}
.warning-block p{
	float: right;
	max-width: 700px;
	margin-left: 30px;
	color: #666666;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

*/


.table-responsive-sm{
	width: 100%;
}


/*.application-items{
	display: flex;
	align-items: center;
}

.application-items a{
	display: flex;
	align-items: center;
}
.application-items a:hover{
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}*/


	.see_also a {color: #55aa00}
	
	table.main,
	table.tb
	{
		width: 100%;
		caption-side: top;
		border: 1px solid rgba(202, 200, 199,0.5)
	}
	
	table.main caption.head2, 
	table.tb caption.headTb
	{
		font-size: 1.5rem;
		color: black;
		margin-top: 1.5rem;
	}
	
	.main-image-holder a {padding: 30px}

