.wtw-price-table {
	clear: both;
	margin: 18px 0 24px;
	color: #4b4b4b;
}

.wtw-moq {
	margin: 0 0 12px;
	color: #777;
	font-size: 14px;
}

.wtw-table-shell {
	overflow: hidden;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	background: #fff;
}

.wtw-price-table table {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
}

.wtw-price-table th,
.wtw-price-table td {
	padding: 14px 24px;
	border: 0;
	border-bottom: 1px dashed #e4e4e4;
	text-align: left;
}

.wtw-price-table th {
	color: #888;
	font-weight: 500;
}

.wtw-price-table tr:last-child td {
	border-bottom: 0;
}

.wtw-price-table tbody tr {
	transition: color 0.15s ease, background 0.15s ease;
}

.wtw-price-table tbody tr.is-active {
	color: #a47b20;
	background: #fffaf0;
	font-weight: 600;
}

.wtw-price-table .woocommerce-Price-amount {
	color: inherit;
}

.wtw-cart-base-price {
	margin-right: 4px;
	opacity: 0.7;
}

@media (max-width: 480px) {
	.wtw-price-table th,
	.wtw-price-table td {
		padding: 11px 12px;
		font-size: 13px;
	}
}
