By default, when drawn Shipping Regions, also known as Zones overlap, Kikote will automatically use the cost of the highest Region as the shipping cost.
You can override this behaviour using the snippet below:
PHP
add_filter('lpac_use_highest_region_cost', '__return_false');