get_queried_object();
// get the thumbnail id user the term_id
$thumbnail_id = get_woocommerce_term_meta( $cat->term_id, 'thumbnail_id', true );
if (function_exists('z_taxonomy_image_url')){
$image = z_taxonomy_image_url($cat->term_id, NULL, TRUE);
}
// print the IMG HTML
$term = get_term( $cat->term_id, 'product_cat' );
$count_product = $term->count;
?>