/*
Theme Name: Bravo Theme
Template: hello-elementor
Author: Bravo Webbyrå
Version: 1.0.1602232423
Updated: 2020-10-09 10:33:43

*/

/* -- Product Archive template -- */
.produktkategorilista_sidebar a.toppkategori,
a.subkategori {
    display: block;
}

/** Hides the add to cart button on the shop/category pages for all visitors
*/
.add_to_cart_button {
    display: none !important;
}
/** Returns the add to cart button on the shop/category pages for logged in visitors
*/
.logged-in .add_to_cart_button {
    display: inline-block !important;
}
/** Hides the add to cart button on the single product pages for all visitors
*/
.single_add_to_cart_button {
    display: none !important;
}
/** Returns the add to cart button on the single product pages for logged in visitors
*/
.logged-in .single_add_to_cart_button {
    display: inline-block !important;
}
