.amount {
	color: var(--wd-primary-color);
	font-weight: 600;
}

.price {
	color: var(--wd-primary-color);
	font-weight: 600;
}

.price .amount {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.price del {
	color: var(--color-gray-300);
	font-size: 90%;
	font-weight: 400;
}

.price ins {
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	opacity: 1;
}