/* Discount Rules Engine — frontend */

.dre-tier-table {
	margin: 1em 0 1.5em;
	padding: 12px 14px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 6px;
	font-size: .95em;
}

.dre-tier-title {
	margin: 0 0 8px;
	font-weight: 600;
}

.dre-tier-table table {
	width: 100%;
	margin: 0;
	border: none;
	border-collapse: collapse;
}

.dre-tier-table td {
	padding: 5px 0;
	border: none;
	border-top: 1px solid rgba(0, 0, 0, .07);
}

.dre-tier-table tr:first-child td {
	border-top: none;
}

.dre-tier-qty {
	width: 45%;
}

.dre-tier-price {
	width: 35%;
	font-weight: 600;
	white-space: nowrap;
}

.dre-tier-unit {
	font-weight: 400;
	font-size: .85em;
	opacity: .7;
}

.dre-tier-save {
	width: 20%;
	text-align: right;
	white-space: nowrap;
}

.dre-tier-note {
	margin: 8px 0 0;
	font-size: .85em;
	opacity: .75;
}

.dre-old-price {
	text-decoration: line-through;
	opacity: .55;
	margin-right: .35em;
}

.dre-threshold-hint {
	margin: 0 0 1em;
	padding: 10px 14px;
	border-left: 3px solid currentColor;
	background: rgba(0, 0, 0, .035);
	font-size: .95em;
}

.dre-threshold-hint ul {
	margin: 0;
	padding-left: 1.1em;
}

.dre-threshold-hint li {
	margin: 0;
}
