open_popup('#success-popup')
$('[data-fancybox]').fancybox({
touch: {
vertical: false,
},
infobar: true,
onInit: function() {
$('.fixed').css('right', scroll_width);
},
afterClose: function() {
$('.fixed').css('right', 0);
}
});