/**
 * [laventyr_single_product_price] — single product page price display
 */

.laventyr-single-product-price,
.laventyr-single-product-price__amount,
.laventyr-single-product-price .price,
.laventyr-single-product-price .amount,
.laventyr-single-product-price bdi {
	color: #8a8a8a;
	font-family: "Montserrat", Kanit, sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
}

.laventyr-single-product-price__amount .amount,
.laventyr-single-product-price__amount ins,
.laventyr-single-product-price__amount del,
.laventyr-single-product-price .price ins,
.laventyr-single-product-price .price del {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}
