.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;
}

.woocommerce-notices-wrapper:empty {
	display: none;
}

@keyframes wd-FadeInLoader {
	from {
		opacity: 0;
	}
	
	to {
		opacity: .8;
	}
}