.woocommerce .g5shop__product-item  .g5shop__product-info .price,
.woocommerce ul.products li.product .price {
	font-size: 16px;
	font-weight: 700;
	color: var(--g5-color-heading);
	ins {
		text-decoration: none;
		font-weight: 700;
	}
	del {
		margin-right: 5px;
		font-size: 13px;
		font-weight: 500;
		opacity: 1;
		color: var(--g5-color-text-main);
	}
}

.woocommerce div.product.g5shop__single-product div.summary .price {
	del {
		opacity: 1;
		color: var(--g5-color-text-main);
	}
}



.woocommerce .g5shop__product-item  .g5shop__product-info .g5shop__product-title-cat-price-wrap .price {
	font-size: 0;
	display: flex;
	flex-direction: column;
	del {
		margin-right: 0;
	}

	.amount {
		font-size: 16px;
	}

}



