Hello,
Simply update the topcart: function() Function Block in the js/functions.js File with the following code:
topcart: function(){
$("#top-cart-trigger").hover( function(e){
$pagemenu.toggleClass('pagemenu-active', false);
$topCart.toggleClass('top-cart-open', true);
}, function(){
setTimeout( function(){
$topCart.toggleClass('top-cart-open', false);
}, 1000);
});
}
along with using the following CSS Code:
#top-cart:hover .top-cart-content {
opacity: 1;
z-index: 11;
margin-top: 0;
}
Additionally, since this is Customization related, support on this will be limited as we currently do not provide Customization related Support according to the Item Support Policy: https://themeforest.net/page/item_support_policy .
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.