.wcpit-specs-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
}

.wcpit-specs-table thead th {
	background: var(--wcpit-specs-heading-color, #7a7a7a);
	color: #ffffff;
	font-weight: 700;
	text-transform: none;
}

.wcpit-specs-table tr:nth-child(odd) {
	background: var(--wcpit-specs-row-odd-color, #ffffff);
}

.wcpit-specs-table tr:nth-child(even) {
	background: var(--wcpit-specs-row-even-color, #f5f5f5);
}

.wcpit-specs-table th,
.wcpit-specs-table td {
	padding: 14px 16px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	vertical-align: top;
	text-align: left;
}

.wcpit-specs-table tbody th {
	width: 38%;
	font-weight: 600;
	color: #5f5f5f;
}
