.product-specs-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #cbd2d975;
  border-radius: 12px;
  overflow: hidden;
  font-size: 15px;
}

.product-specs-table th,
.product-specs-table td {
  border-right: 1px solid #cbd2d975;
  border-bottom: 1px solid #cbd2d975;
  padding: 18px 16px;
  text-align: center;
  vertical-align: middle;
}

.product-specs-table th:last-child,
.product-specs-table td:last-child {
  border-right: 0;
}

.product-specs-table tbody tr:last-child th,
.product-specs-table tbody tr:last-child td {
  border-bottom: 0;
}

.product-specs-table thead th {
  font-weight: 700;
  white-space: nowrap;
  background: #90c756;
  color: black;
  text-transform: uppercase;
}

.product-specs-table tbody th {
  width: 180px;
  text-align: left;
  font-weight: 700;
  background: #3f3f3f;
}

.table-product {
  line-height: 1.45;
}

.table-product strong {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
}

.table-product del {
  opacity: 0.6;
  margin-right: 6px;
}

.table-product ins {
  text-decoration: none;
  font-weight: 700;
}

.no-product {
  display: inline-block;
  font-size: 22px;
  opacity: 0.45;
}

.table-product-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.table-product-link:hover {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 6px;
}

.product-specs-table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.product-specs-table {
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0;
}
