#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;
	font-size: 19px;
}

#discount_section .discount-row {
	display: flex;
	align-items: center;
	gap: 8px;
}

#discount_section .discount-item {
	display: flex;
	align-items: center;
	width: fit-content;
}

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

.discount-empty {
  margin-top: 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;
	}
}