/*
Theme Name: Gold Touch
Template: hello-elementor
Author: Gold Touch
Description: Gold Touch
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.0.1660033395
Updated: 2022-08-09 08:23:15

<form method="GET">
<?php $terms = get_terms( array(
    'taxonomy' => 'product_cat',
    'hide_empty' => true,
	'hierarchical' => true,
	'orderby'=> 'parent',
	
) );
foreach($terms as $term) {
     echo '<label><input type="checkbox" name="category" value="' 
. $term->term_id .'">' . $term->name . '</label>';
} 
	?>
<input type="submit" value="Filter">
</form>
*/
.emlcolr {
    color: #7525fa !important;
}
.emlcolr a{
    color: #7525fa !important;
}
