.tekni_product-matrix { padding-top: 20px; }
.tekni_product-matrix div.question { 
    width: calc(50% - 20px);
    float: left;
    background: #f5f5f5;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    margin-right: 10px;
    height: 275px;
    border: 1px solid #e3e3e3;
    margin-left: 10px;
}
.tekni_product-matrix li.answer span.attrName { padding-left: 23px; }
.tekni_product-matrix .question h3 { 
	font-size: 15px;
    color: white;
    padding: 10px 20px;
    margin-bottom: 10px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.05)));
    background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.05));
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.05));
    border: 0;
    padding: 7px 13px;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.tekni_product-matrix ul {
    list-style-type: none;
    padding-left: 30px;
    padding-bottom: 0;
    column-count: 2;
}
.tekni_product-matrix .question li.answer {
    font-size: 14px;
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
    word-break: keep-all;
	text-transform: uppercase;
	text-indent: -25px;
    padding-left: 25px;
}
.tekni_product-matrix li.answer label { text-transform: uppercase; }
/* .tekni_product-matrix .question li.answer.hasSubAttrs {
    display: inline-block;
} */
.tekni_product-matrix li.answer.hasSubAttrs span.attrName {
    padding-left: 0;
}
.tekni_product-matrix ul.subAttrs {
    column-count: 2;
    column-gap: 10px;
    padding-left: 15px;
}
.tekni_product-matrix ul.subAttrs.sameAttrName { padding-left: 0; }

#tekni-filtered-products {
	/*overflow: auto;
	max-height: 400px;*/
	clear: both;
}
#tekni-filtered-products table {
	position: relative;
	overflow: auto; 
	border-collapse: unset;
}
table tbody tr:nth-child(odd), table tbody tr:nth-child(odd) th, table tbody tr:nth-child(odd) td {
    background-color: #ffffff;
}
table tbody tr:nth-child(even), table tbody tr:nth-child(even) th, table tbody tr:nth-child(even) td, table thead tr, table thead th {
    background-color: #f5f5f5;
}

#tekni-filtered-products table thead > tr:first-child > th:first-child, #tekni-filtered-products table tbody tr td:first-child { font-weight: bold; }
#tekni-filtered-products table { font-size: 14px;  }
#tekni-filtered-products table td, #tekni-filtered-products table th { 
	border: solid 0.5px #e3e3e3;
	text-align: center; 
	padding: 5px 10px; 
}
#tekni-filtered-products table th {
    background-color: #57b8d5;
    color: white;
    border-color: #43a4c1;
}

.tekni_product-matrix #stickyFilters {
    padding: 10px;
    background-color: #5bc0de;
    border-color: #46b8da;
    margin-bottom: 20px;
}
.tekni_product-matrix #stickyFilters.sticky {
	position: fixed;
	box-shadow: 0px 0px 3px 0px black;
	z-index: 999999999;
}
.tekni_product-matrix #stickyFilters h2, .tekni_product-matrix #stickyFilters a { color: white; }
.tekni_product-matrix #stickyFilters h2 { float: left; padding-bottom: 0; }
.tekni_product-matrix #stickyFilters h2 { font-size: 16px; padding-bottom: 0; line-height: 27px; font-weight: bold; }
.tekni_product-matrix #stickyFilters .filter-links { float: right; }
.tekni_product-matrix #stickyFilters .filter-links a { margin-right: 20px; }
.tekni_product-matrix #stickyFilters .filter-links a:last-child { margin-right: 0; }
.tekni_product-matrix #stickyFilters #tekni_filter_num #filter-num { font-weight: bold; }
.tekni_product-matrix #stickyFilters #tekni_filter_reset, .tekni_product-matrix #stickyFilters #tekni_filter_num { display: none; }
.tekni_product-matrix #stickyFilters .button {
	padding: 5px 10px;
    background: #1f78bd !important;
    border-radius: 3px;
    margin-left: 5px;
	transition: all .5s ease;
}
.tekni_product-matrix #stickyFilters a:hover .button {
	background: white !important;
    color: #1f78bd !important;
}
#stickyFiltersContent .row { clear: both; }

#tekni_filter_collapse .fa { transition: all .2s ease; }
#tekni_filter_collapse.collapsed .fa {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.tekni_product-matrix a[disabled="disabled"] {
    opacity: 0.5;
}
.tekni_product-matrix input:disabled + label {
    opacity: 0.6;
}
.tekni_product-matrix input:disabled, .tekni_product-matrix input:disabled + label { cursor: not-allowed; }

@media only screen and (max-width: 1200px) {
	.tekni_product-matrix ul { column-count: 1; }
}
@media only screen and (max-width: 991px) {
	.tekni_product-matrix #stickyFilters.sticky { top: 0 !important; }
	body.admin-bar .tekni_product-matrix #stickyFilters.sticky { top: 32px !important; }
}
@media only screen and (max-width: 767px) {
	.tekni_product-matrix div.question { width: 100%;
		margin-left: auto;
		margin-right: auto;
		height: auto !important;
		min-height: 0 !important;
	}
	.tekni_product-matrix ul { column-count: 2; }
}
@media only screen and (max-width: 500px) {
	.tekni_product-matrix ul { column-count: 1; }
}