.wd-product .product-element-bottom .price del,
.wd-product .product-element-bottom .price ins,
.wd-single-price .price del,
.wd-single-price .price ins {
	display: block;
	width: 100%;
}

.wd-single-price .price .amount {
	font-size: 24px !important;
}

.wd-single-price .price del .amount {
	font-size: 18px !important;
}

@media screen and (max-width: 991px) {
	.wd-product .product-element-bottom .price {
		font-size: 14px;
	}

	.wd-single-price .price .amount {
		font-size: 20px !important;
	}
}

@media screen and (max-width: 460px) {
	.wd-product .product-element-bottom .price {
		font-size: 12px;
	}
}