.rkcf-product-table-wrap {
	margin-top: 20px;
	padding: 18px;
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	background: #fafafa;
}

.rkcf-product-table-title {
	margin: 0 0 14px;
	font-size: 20px;
	font-weight: 700;
}

.rkcf-product-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.rkcf-product-table th,
.rkcf-product-table td {
	padding: 12px 14px;
	border-bottom: 1px solid #ededed;
	text-align: left;
	vertical-align: top;
}

.rkcf-product-table th {
	width: 35%;
	font-weight: 700;
	background: #f7f7f7;
}

.rkcf-product-table tr:last-child th,
.rkcf-product-table tr:last-child td {
	border-bottom: 0;
}