/**
 * Public storefront styles
 */
.drp-cart-discounts {
	margin: 0 0 1em;
}

.drp-cart-discounts ul {
	margin: 0.5em 0 0 1.2em;
	list-style: disc;
}

.drp-first-order-banner {
	background: #f0f6fc;
	border: 1px solid #c5d9ed;
	border-radius: 4px;
	padding: 0.75em 1em;
	margin: 0 0 1.25em;
	font-weight: 600;
	color: #1d2327;
}

.drp-mini-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.drp-mini-list li {
	margin: 0.15em 0;
}

.drp-totals-row ul {
	text-align: right;
}
