.tdvd-tiers {
	margin: 18px 0;
	padding: 16px 18px;
	border: 1px solid rgba(56, 52, 61, 0.12);
	border-radius: 12px;
	background: #fff7fb;
}

.tdvd-tiers__title {
	margin: 0 0 10px;
	font-weight: 700;
	color: #38343d;
}

.tdvd-tiers__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tdvd-tiers__item {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 6px 0;
	border-bottom: 1px solid rgba(56, 52, 61, 0.08);
}

.tdvd-tiers__item:last-child {
	border-bottom: 0;
}

.tdvd-tiers__qty {
	color: #38343d;
}

.tdvd-tiers__rate {
	font-weight: 700;
	color: #cc0a78;
	white-space: nowrap;
}

.tdvd-tiers__note {
	margin: 10px 0 0;
	font-size: 0.85em;
	color: #6b6672;
}

.tdvd-status {
	margin: 12px 0;
	padding: 10px 14px;
	border-radius: 10px;
	background: #ffe4f5;
	color: #38343d;
	font-weight: 600;
}

.tdvd-cart-savings th,
.tdvd-cart-savings td {
	color: #cc0a78;
}

.woocommerce-mini-cart__total.tdvd-mini-discount {
	color: #cc0a78;
	margin-bottom: 4px;
}

.woocommerce-mini-cart__total.tdvd-mini-discount .amount {
	color: #cc0a78;
}

.woocommerce-mini-cart__total.tdvd-mini-after {
	margin-bottom: 12px;
}
