Hi kirill,
That is actually the correct behavior for the cart. The visual effect needs to be cleaned up a bit but the cart should be empty on hover (as it is in the demo when viewing the cart or checkout).
For now, you can add the following to your quick css or custom.css to remove the hover:
#top.woocommerce-cart .dropdown_widget.dropdown_widget_cart {
display: none !important;
}
#top.woocommerce-checkout .dropdown_widget.dropdown_widget_cart {
display: none !important;
}
Regards,
Devin














