',
speed: 1500,
autoplay: true,
autoplaySpeed: 2000,
dots: true,
nav: true,
navPosition: 'bottom',
centerMode: true,
draggable: true,
touchMove: true,
swipe: true,
lazyLoad: false,
rtl: false,
});
$('#wcps-container-3165 .controlsWrap').addClass('topright flat');
$(document).on('change', '#wcps-3165 .wcps-items-cart .quantity', function() {
quantity = $(this).val();
console.log(quantity);
$(this).next().attr('data-quantity', quantity);
})
});