/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: A child theme of Hello Elementor
Author: Icon Media Internet
Author URI: http://www.icon-media.com/
Version: 1.0.0
Template: hello-elementor
*/
@import url("../hello-elementor/style.css");

/* variables */
html {
  --color-black00: #000000;
}
/* END - variables */

/* WooCommerce */
/* WooCommerce - Details */
#main .woocommerce div.product p.price, #main .woocommerce div.product span.price {
  color:var(--color-black00);
}