#discount_section .elements_line.line-dark {
	background-color: #434343;
}

#discount_section .elements_line.line-blue {
	background-color: #3a99cf;
}

.discount-product-txt {
	width: fit-content;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 19px;
}

.discount-container {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	align-items: flex-start;
}

#discount_section .discount-row {
	display: flex;
	gap: 1rem;
	min-width: 200px;
}

.discount-color {
	width: 24px;
	height: 24px;
	border: 1px solid #000;
	background-color: #fff;
	flex-shrink: 0;
}

#discount_section .legend_sep {
	margin: 0 6px;
}

.discount-empty-text {
	opacity: 0.75;
}

#discount_section .elements_line:first-of-type {
	background-color: #434343;
}

.discount-row .elements_line {
	background-color: #3a99cf;
}



@media (max-width: 767px) {
	#discount_section {
		padding: 0 1rem;
	}
}