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

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

#discount_section {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0 !important;
	width: min(1057px, calc(100% - 32px));
	max-width: 1057px !important;
	margin-left: auto;
	margin-right: auto;
}

#discount_section .discount-product-txt {
	margin: 0 0 8px;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	color: rgba(226, 0, 122, 1);
}

#discount_section .discount-container {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 0;
	background: transparent;
}

#discount_section .discount-row {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border: 1px solid #111111;
	background: #ffffff;
	cursor: pointer;
}

#discount_section .discount-row .discount-item {
	flex: 1 1 auto;
	min-width: 0;
}

#discount_section .discount-row .discount-product {
	font-size: 13px;
	line-height: 1.35;
	color: #111111;
}

#discount_section .discount-icon {
	flex: 0 0 auto;
	min-width: 16px;
	color: rgba(226, 0, 122, 1);
	text-align: center;
}

@media (max-width: 767px) {
	#discount_section {
		width: 100%;
		padding-left: 16px;
		padding-right: 16px;
	}
}