.dwspecs-product-table .dwspecs-product-table-group {
  margin-bottom: 20px;
}
.dwspecs-product-table .dwspecs-product-table-group .group-title {
  color: #444;
  font-size: 1.2rem;
  font-weight: 700;
  border-right: 4px solid var(--second-color);
  padding-right: 8px;
  margin-bottom: 12px;
}
.dwspecs-product-table table {
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
  width: 100%;
}
.dwspecs-product-table table tr td,
.dwspecs-product-table table tr th {
  background-color: #f7f7f7;
  border-bottom: 1px solid #fff;
  color: #4b4b4b;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem 1.25rem;
  vertical-align: middle;
}
.dwspecs-product-table table tr td:first-child,
.dwspecs-product-table table tr th:first-child {
  background-color: #f0f0f0;
  font-weight: bold;
  width: 50%;
	
}
.dwspecs-product-table table tr td svg,
.dwspecs-product-table table tr th svg {
  display: inline-block;
  height: 1em;
  vertical-align: middle;
  width: 1em;
}
.dwspecs-product-table table tr td.yes svg,
.dwspecs-product-table table tr th.yes svg {
  fill: #4db051;
}
.dwspecs-product-table table tr td.no svg,
.dwspecs-product-table table tr th.no svg {
  fill: #ff6a6c;
}


