To have the virtual options above the shopify options add this code to the theme.liquid file right after the <head> tag.
<script>
/* place virtual options above shopify options */
function bcpoDone() {
bcpo.$('#bcpo').prepend(bcpo.$('#bcpo .bcpo-simple'));
}
</script>