require([ 'jquery' ],function($) { $(document).ready(function() { setTimeout(function() { if(window.outerWidth < 450) { if ($('.widget.block.block-banners').length > 0) { $('.widget.block.block-banners').each(function() { $(this).insertAfter($(this).parent().find('#cart-totals')); $(this).css('padding-bottom','20px') }); } } }, 1000); }); });

kacamata