ul > li:first-child').addClass('active');
$('.TTProduct-Tab .tab-content > .tab-pane:first-child').addClass('active');
var tttrendingproducts = $(".TTProduct-Tab .products-carousel.owl-carousel");
tttrendingproducts.owlCarousel({
items:6,
itemsDesktop : [1170,6],
itemsDesktopSmall : [991,3],
itemsTablet: [767,2],
itemsMobile : [480,6],
navigation: true,
pagination: false
});