/* WooBundle Suite frontend styles */

/* Quantity breaks table */
.cb-quantity-breaks {
	margin: 1.5em 0;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	overflow: hidden;
}

.cb-quantity-breaks__heading {
	margin: 0;
	padding: 10px 14px;
	font-weight: 600;
	font-size: 0.9em;
	background: #f8f8f8;
	border-bottom: 1px solid #e0e0e0;
}

.cb-quantity-breaks__table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}

.cb-quantity-breaks__table th,
.cb-quantity-breaks__table td {
	padding: 8px 14px;
	text-align: left;
	font-size: 0.9em;
	border-bottom: 1px solid #f0f0f0;
}

.cb-quantity-breaks__table thead th {
	background: #fafafa;
	font-weight: 600;
	color: #555;
}

.cb-quantity-breaks__table tbody tr:last-child td {
	border-bottom: none;
}

.cb-quantity-breaks__table del {
	color: #999;
	margin-right: 4px;
}

.cb-quantity-breaks__table strong {
	color: #c00;
}
