#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;
	align-items: center;
	gap: 1rem;
	min-width: 200px;
	max-width: 300px;
}

.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;
}

.arrow {
	background-image: var(--img-arrow-discount);
	transform: rotate(0deg);
	color: #000D10;
	flex-shrink: 0;
	width: 20px;
	height: 12px;
	background-repeat: no-repeat;
	transition: transform 0.4s ease;
}

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