/*
 Theme Name: Hello Elementor Child
 Theme URI: https://futchampmx.com/
 Description: Tema hijo de Hello Elementor para personalizar sin perder cambios al actualizar el tema padre.
 Author: Maestro del SEO
 Author URI: https://maestrodelseo.com/
 Template: hello-elementor
 Version: 1.0.28
 Text Domain: hello-elementor-child
*/

/* Añade aquí tus estilos personalizados o usa assets/css/custom.css */

body.tax-product_cat .price .woocommerce-Price-amount.amount bdi,
body.post-type-archive-product .price .woocommerce-Price-amount.amount bdi,
body.single-product .price .woocommerce-Price-amount.amount bdi {
	color: #1a202c;
}
body.tax-product_cat h2.woocommerce-loop-product__title,
body.post-type-archive-product h2.woocommerce-loop-product__title,
body.single-product .related.products h2.woocommerce-loop-product__title {
	color: #1a202c;
}
body.single-product .onsale,
body.tax-product_cat .onsale,
body.post-type-archive-product .onsale,
body.single-product .related.products .onsale {
	background-color: #af101a !important;
}
body.single-product .single_add_to_cart_button.button.alt {
	background-color: #1a202c;
}
body.single-product .posted_in a {
	color: #1a202c;
	text-decoration: underline;
}
body.post-type-archive-product .woof_remove_ppi {
	color: #1a202c;
}
body.post-type-archive-product .woof_products_top_panel {
	display:none !important;
}


