/**
 * Product Specifications Plugin
 * Main Admin Styles
*/
.dwspecs-product-table .dwspecs-product-table-group {
  margin-bottom: 20px;
}
.dwspecs-product-table .dwspecs-product-table-group .group-title {
    color: #ba0909;
    font-size: 15px;
    margin-bottom: 5px;
}
.dwspecs-product-table table {
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
  margin: 0;
}
.dwspecs-product-table table tr th,
.dwspecs-product-table table tr td {
	vertical-align: middle;
    background-color: #fcfcfc;
    padding: 0.8rem 1.2rem;
    color: #252525;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #cacaca;
}
.dwspecs-product-table table tr th:first-child,
.dwspecs-product-table table tr td:first-child {
  width: 38%;
  background-color: #f0f0f0;
}
.dwspecs-product-table table tr th svg,
.dwspecs-product-table table tr td svg {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
}
.dwspecs-product-table table tr th.yes svg,
.dwspecs-product-table table tr td.yes svg {
  fill: #4db051;
}
.dwspecs-product-table table tr th.no svg,
.dwspecs-product-table table tr td.no svg {
  fill: #ff6a6c;
}