Why not work the settings for the 2nd carousel?On the 2nd carousel settings work those that are spelled out in the first.
$('.owl-carousel').owlCarousel({
smartSpeed:1000,
autoplayTimeout:7000,
autoplay:true,
loop:true,
margin:10,
nav:false,
responsive:{
0:{
items:1
},
600:{
items:1
},
1000:{
items:1
}
}
})
$('.gogog').o...