/* ============ Discount badges ============ */
.cbd-badge {
	display: inline-block;
	background: #d63638;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	padding: 5px 8px;
	border-radius: 3px;
	letter-spacing: .2px;
	text-transform: uppercase;
	white-space: nowrap;
}

.woocommerce ul.products li.product {
	position: relative;
}

.cbd-badge--loop {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 5;
}

.cbd-badge--single {
	margin: 0 0 12px;
	font-size: 13px;
	padding: 6px 10px;
}

/* ============ Bulk pricing table ============ */
.cbd-bulk-table {
	width: 100%;
	border-collapse: collapse;
	margin: 12px 0 16px;
	font-size: 14px;
}
.cbd-bulk-table th,
.cbd-bulk-table td {
	border: 1px solid #e2e4e7;
	padding: 8px 10px;
	text-align: left;
}
.cbd-bulk-table thead th {
	background: #f6f7f7;
	font-weight: 600;
}
.cbd-bulk-table tbody tr:nth-child(even) {
	background: #fafafa;
}

/* ============ Promo message ============ */
.cbd-promo-message {
	background: #eef7ee;
	border-left: 3px solid #1a7f37;
	color: #14532d;
	padding: 8px 12px;
	margin: 10px 0;
	font-weight: 600;
	border-radius: 3px;
}

/* ============ Cart / checkout ============ */
.cbd-price-final {
	text-decoration: none;
	font-weight: 600;
}
del + .cbd-price-final {
	margin-left: 6px;
}
.cbd-cart-note {
	margin-top: 4px;
	font-size: 12px;
	line-height: 1.5;
}
.cbd-cart-badge {
	display: inline-block;
	background: #eef7ee;
	color: #1a7f37;
	border: 1px solid #b7e0bd;
	border-radius: 3px;
	padding: 1px 6px;
	font-weight: 600;
}
.cbd-cart-saving {
	color: #1a7f37;
}
