I faced a problem with cart (in the upper right corner). It works everywhere except Cart and Checkout pages.
At Cart pages I press the icon - nothing happens.
At Checkout page some small white popup windows appears and that's all.
How to fix it?
body.woocommerce-cart #btn-cart,
body.woocommerce-checkout #btn-cart {
display: none;
}