RECENTLY ADDED ITEMS

Cart

No item to Cart

You have 0 products

Total: 0,00 €

Cart

You have 0 products

ARTICOLI IN WISHLIST

Wishlist

No item to Wishlist

You have 0 products

Wishlist

You have 0 products

ARTICOLI AGGIUNTI DI RECENTE

Cart

No item to Cart

You have 0 products

Total: 0,00 €

Cart

You have 0 products

ARTICOLI IN WISHLIST

Wishlist

No item to Wishlist

You have 0 products

Wishlist

You have 0 products

Powered & Designed by Passepartout
function nuovoIndirizzo() { $('.indirizzo-secondario').toggleClass('show'); } $(document).ready(function () { /*scroll automatico termini e condizioni*/ $('.domanda').on( "click", function() { $('html, body').animate({scrollTop:$($(this).attr('data-destination')).offset().top-150}, 400); }); /*Pulsante Arrow Up e Prenota*/ var offset = 250; var duration = 300; var carrelloSticky = 150; $(window).scroll(function() { if ($(this).scrollTop() > offset) { $('.pulsanteOpzioni').fadeIn(duration); } else { $('.pulsanteOpzioni').fadeOut(duration); } }); $('.arrowUp').click(function(event) { event.preventDefault(); $('html, body').animate({scrollTop: 0}, duration); return false; }); });