.option input[type="radio"] {
	position: initial;
}

.item .price {
	width: auto;
}

.item {
	flex-wrap: nowrap;
}

.item .name {
	width: min-content;
}

.item .amount {
	width: max-content;
	padding: 0 10px 0 8px;
}

.item .amount .amount-discount {
	display: inline-block;
	margin-right: 10px;
}

.item .price {
	padding-right: 30px;
	width: 300px;
}

.item .remove img {
	width: 25px;
	height: 25px;
	left: -10px;
}

#txtDiscount {
	margin-bottom: 0;
}