/* Belle produktų nuolaidos */
.belle-discount-price del,
.belle-discount-cart-price del {
	opacity: .55;
}

.belle-discount-price ins,
.belle-discount-cart-price ins {
	color: inherit;
	font-weight: 800;
	text-decoration: none;
}

.belle-discount-cart-price {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px;
}

.belle-discount-cart-badge,
.belle-discount-sidecart-badge {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	margin-top: 4px;
	padding: 2px 8px;
	border: 1px solid #d8c193;
	border-radius: 999px;
	background: #f7eedc;
	color: #725a1e;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.45;
	white-space: nowrap;
}

.belle-discount-cart-badge {
	display: flex;
}

.belle-discount-notices {
	display: grid;
	gap: 8px;
	margin: 0 0 18px;
}

.belle-discount-notice,
.belle-discount-sidecart-notices > div {
	border: 1px solid #e5d4aa;
	border-radius: 10px;
	background: #fff8e8;
	color: #57451d;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
}

.belle-discount-notice {
	padding: 10px 13px;
}

.belle-discount-sidecart-notices {
	display: grid;
	gap: 7px;
	padding-top: 10px;
}

.belle-discount-sidecart-notices > div {
	padding: 8px 10px;
	font-size: 12px;
}

.belle-discount-total-row th,
.belle-discount-total-row td {
	color: #725a1e;
}

.belle-discount-total-row td {
	font-weight: 800;
}

.belle-discount-sidecart-total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	padding: 9px 0 0;
	color: #725a1e;
	font-weight: 700;
}

.belle-discount-sidecart-total strong,
.belle-discount-sidecart-total .woocommerce-Price-amount {
	color: inherit;
	font-size: inherit;
	font-weight: 800;
}
