input[type=checkbox]:checked {
  background-color: #0467aa;
}
.product-table jtbc-field-range, .product-table web-products-range {
  --track-color: #0467aa; --z-index: 999;
}
.filter-input[type=text] {
  width: 90%;
}
td.range {
  text-align: center;
}
.product-table table tbody:empty {
  display: none;
}
.product-table table tfoot {
  display: none;
}
.product-table table tbody:empty + tfoot {
  display: table-footer-group;
}
div.main-content {
  background-color: #f5f5f5;
}
.filter-checkboxes {
	max-height: 95px; margin-bottom: 0;
}
.collapse-filter {
	gap: unset;
}
.collapse-filter i {
	margin-right: 4px;
}   
.collapse-filter span {
  display: none;
}
.collapse-filter > .arrow-up + span {
  display: inline;
}
.collapse-filter > .arrow-down + span + span {
  display: inline;
}
@media (max-width: 768px) {
  .filter-checkboxes {
	max-height: 95px;
  }
  td.range {
    text-align: left;
  }
}