prod cat tax
$tax_query = array( array( 'taxonomy' => 'product_categories', 'terms' => '374', 'field' => 'term_id', 'operator' => 'IN', 'include_children' => true, ), );
$tax_query = array( array( 'taxonomy' => 'product_categories', 'terms' => '374', 'field' => 'term_id', 'operator' => 'IN', 'include_children' => true, ), );