Please go to Appearance > Theme Editor > inc > lib > woocommerce >woocommerce.php find lines 109 and 110:
add_action( ‘woocommerce_before_single_product_summary’, array($this, ‘beforeSingleProductImage’), 15 );
add_action( ‘woocommerce_before_single_product_summary’, array($this, ‘afterSingleProductImage’), 25 );
Change them to:
add_action( ‘woocommerce_before_single_product_summary’, array($this, ‘beforeSingleProductImage’), 9 );
add_action( ‘woocommerce_before_single_product_summary’, array($this, ‘afterSingleProductImage’), 11 );
Or change the file via FTP wp-content/themes/dfd-ronneby/inc/lib/woocommerce/woocommerce.php
If you have any questions, please, submit a ticket here.