
Drag / Scroll over the image
jQuery(document).ready(function($) {
$(".quantity-block.simple-product").insertBefore('.wrap-price-pro').css('margin-bottom', '30px').css('background-color', '#f8f8f8').css('padding', '15px').css('display', 'inline-block');
});