Ambiente scripts

<script>
$('<div class="right-sidebar"></div>').insertAfter('#content');
$('div.bannery-home').insertAfter('div.before-carousel');
$('#footer').prepend($('.instagram'));
$('.type-category .category-perex:not(.category-empty)').insertAfter('.category-title');
$('.p-detail-inner-header').prependTo('.p-info-wrapper');

</script>

<script src="https://378137.myshoptet.com/user/documents/upload/res2020/owl.carousel.min.js" type="text/javascript"></script>
<script>
$('.owl-carousel').owlCarousel({
loop:true,
margin:20,
responsiveClass:true,
responsive:{
0:{
items:1,
nav:false,
autoplay:true,
fluidSpeed: true,
slideTransition: 'linear',
slideSpeed: 500,
paginationSpeed: 500,
autoplayTimeout:2000,
autoplayHoverPause:true
},
600:{
items:1.5,
nav:false,
autoplay:true,
fluidSpeed: true,
slideTransition: 'linear',
slideSpeed: 500,
paginationSpeed: 500,
autoplayTimeout:2000,
autoplayHoverPause:true
},
1000:{
items:2.5,
nav:true,
loop:true,
autoplay:true,
fluidSpeed: true,
slideTransition: 'linear',
slideSpeed: 500,
paginationSpeed: 500,
autoplayTimeout:5000,
autoplayHoverPause:true
}
}
})
</script>

 

<div style="display: none;">
<a href="https://en.ambiente.sk/" class="added_ENG">ENG</a>
</div>

<script>
$( ".added_ENG" ).insertAfter( ".navigation-buttons a:first-child" );
$('.top-navigation-tools > a:nth-child(2)').insertAfter('.navigation-buttons a:nth-child(2)');
</script>