/*Table section*/
.table--row .vc_col-sm-3 {
	padding: 0 30px;
}
.table--row .vc_col-sm-3 .wpb_wrapper,.table--row .vc_col-sm-3 .wpb_wrapper .vc_single_image-wrapper  {
	width: 100%;
}
.table--row .vc_col-sm-3 .wpb_wrapper img {
	width: 100%;
	display: block;
}
.table--section table {
	width: 100%;
	margin-bottom: 25px;
}
.table--section h3 {
	width: 100%;
	background-color: rgba(255, 107, 0, 0.95);
	color: #fff;
	padding: 8px 20px;
	margin-top: 0;
	font-size: 22px;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
	width: 100%;
}
.table--section.greyc h3 {
	background-color: #cacaca;
	color: #424242;
}
.table--section th {
	text-align: left;
	background-color: #ffe1cc;
	border: none;
	color: #000 !important;
	font-weight: 300;
	font-size: 15px;
}
.table--section td {
	line-height: 1.5;
	padding: 5px;
	border: none;
	color: #000 !important;
	font-weight: 300;
	font-size: 15px;
}
.table--section tr:nth-child(2n) td {
	background-color: #e5e5e5;
}
.table--section tr:nth-child(2n + 1) td {
	background-color: #fff;
}
.table--section tr td:first-child, .table--section tr th:first-child {
	width: 170px;
}
.table--section.greyc h3::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 50px 70px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	right: 0;
	top: 0;
}
.table--section td.transparent {
	background-color: #ffffff !important;
}
.table--row h2 {
	display: inline-block;
	background-color: #fff;
	padding-right: 10px;
	margin: 0;
	margin-bottom: 0px;
	position: relative;
	z-index: 1;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 2em;
}
tr.orange--row, tr.orange--row td {
	background-color: #ffe1cc !important;
}
tr.orange--row td:first-child {
	font-size: 20px;
	padding-left: 10px;
}
.table--row .vc_col-sm-9 .wpb_single_image {
	display: none;
}
.table--row .vc_col-sm-3 .wpb_single_image {
	display: block;
	
}
.table--section.new--style th, .table--section.new--style td {
	text-align: center;
	border-left: 1px solid #ccc;
	padding: 5px 12px;
	font-size: 17px;
}
.table--section.new--style th:first-child, .table--section.new--style td:first-child {
	text-align: left;
	border-left: none;
}
.table--section.new--style table {
	border: 1px solid #ccc;
}
.table--section td:nth-child(2) {
	max-width: 350px !important;
}
.table--row .vc_col-sm-3 .wpb_single_image .vc_figure-caption {
	text-align: center;
	margin-top: 10px;
}
.table--section.new--style tr td:first-child, .table--section.new--style tr th:first-child {
	width: 250px;
}
.table--section.new--style h3 {
	text-align: center;
}
.single-post #search-2, .single-post #recent-posts-2, .single-post #recent-comments-2, .single-post #archives-2, .single-post #categories-2, .single-post #meta-2, 
.single-post #custom_html-6, .single-post #custom_html-7, .single-post #custom_html-8, .single-post #custom_html-3, .single-post #custom_html-5, .single-post #custom_html-9,
.page-template-blog-template #search-2, .page-template-blog-template #recent-posts-2, .page-template-blog-template #recent-comments-2, .page-template-blog-template #archives-2, .page-template-blog-template #categories-2, .page-template-blog-template #meta-2, 
.page-template-blog-template #custom_html-6, .page-template-blog-template #custom_html-7, .page-template-blog-template #custom_html-8, .page-template-blog-template #custom_html-3, .page-template-blog-template #custom_html-5, .page-template-blog-template #custom_html-9 {
	display: none;
}



@media(max-width:1023px){
	.table--row .vc_col-sm-3 {display: none;}
	.table--row .vc_col-sm-9 {width: 100%;}
	.table--row .vc_col-sm-9 .wpb_single_image {display: block;width: 50%;float: left;}
	.table--row .vc_col-sm-3 .wpb_single_image {display: none;}
	.table--row h2 {font-size: 30px;line-height: 1.2;}
}
@media(max-width:767px){
	.table--row tbody td:first-child() {position: -webkit-sticky;position: sticky;left: 0;z-index: 1;}
	.table--row thead th:first-child() {position: -webkit-sticky;position: sticky;left: 0;z-index: 2;}
	.table--section.new--style th:first-child {position: -webkit-sticky;position: sticky;left: 0;z-index: 2;}
	.table--section.new--style td:first-child {position: -webkit-sticky;position: sticky;left: 0;z-index: 1;}
	.table--row thead {background-color: white;position: -webkit-sticky;position: sticky;top: 0;z-index: 2;}
	.table--section th, .table--section td {min-width: 120px;width: 120px;}
	.table--section th:nth-child(2), .table--section td:nth-child(2) {min-width: 230px;width: 230px;}
	.table--wrap {max-height: 80vh;overflow-x: auto;margin-bottom: 15px;}
	.table--section table {margin-bottom: 15px;}
	.table--section h3 {font-size: 18px;}
	.table--section.greyc h3::before {border-width: 0 0 44px 60px;}
	.table--row h2 {font-size: 25px;line-height: 1.2;}
	tr.orange--row td:first-child {font-size: 17px;padding-left: 8px;}

	.table--section.new--style tr td:first-child, .table--section.new--style tr th:first-child {width: 150px;}
	.table--section.new--style th, .table--section.new--style td {padding: 3px 8px;font-size: 15px;}
}
@media(max-width:639px){
	.table--section th, .table--section td {min-width: 110px;width: 110px;}
	.table--section th:nth-child(2), .table--section td:nth-child(2) {min-width: 200px;width: 200px;}
	.table--section tr td:first-child, .table--section tr th:first-child {width: 110px;min-width: 110px;}
	.table--row .vc_col-sm-9 .wpb_single_image {width: 100%;}
	.table--section h3 {font-size: 16px;padding-right: 50px;}
	.table--section.greyc h3::before {border-width: 0 0 41px 40px;}
	.table--row h2 {font-size: 22px;line-height: 1.2;}
	tr.orange--row td:first-child {font-size: 14px;padding-left: 7px;}
}
@media(max-width:479px){
    .liked-products-pdf {margin-bottom: 15px;}
    .linked-product-pdf {font-size: 14px;}
	.table--section th, .table--section td {min-width: 80px;width: 80px;}
	.table--section td {line-height: 1.3;padding: 4px;font-size: 14px;}
	.table--section th:nth-child(2), .table--section td:nth-child(2) {min-width: 170px;width: 170px;}
	.table--section h3 {font-size: 14px;padding-right: 30px;padding-left: 10px;}
	.table--section.greyc h3::before {border-width: 0 0 38px 20px;}
	.table--section tr td:first-child, .table--section tr th:first-child {width: 100px;min-width: 100px;}
	.table--row h2 {font-size: 20px;line-height: 1.2;}
	tr.orange--row td:first-child {font-size: 14px;padding-left: 5px;}
}
@media(max-width:379px){
	.table--section h3 {font-size: 13px;padding-right: 7px;padding-left: 5px;}
	.table--section.greyc h3::before {border-width: 0 0 36px 7px;}
	.table--section tr td:first-child, .table--section tr th:first-child {width: 100px;min-width: 100px;}
}
