/*
 CSS that gets run on only non-woocommerce pages by a function in functions.php
*/

/* to remove the cart button added by Thrive Themes. first is for main menu. and second for added menu on home page. */
.mini-cart-contents { display: none !important; } 
.mobile-mini-cart { display: none !important; } 
