<?php
$categories = get_terms(array('taxonomy' => 'range-category','hide_empty' => 0));
foreach( $categories as $cat ) {
$cat_img = get_field('range_img_cat', $cat);
?>
$categories = get_terms(array('taxonomy' => 'range-category','hide_empty' => 0, 'parent' => 0));