/*
Theme Name: Customizr Child
Description: This is an extension of the plopular Customizr theme.
Template: customizr
Version: 1.0
Author: Wellborn Cabinet, Inc.
Author URI: https://www.wellborn.com/
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Requires PHP: 5.3
Tested up to: 6.0
*/
.sidebar wc-block-product-categories-list-item {
    cursor: pointer;
    transition: 0.4s;
}

.sidebar svg {
    cursor: pointer;
}

.sidebar .wc-block-product-categories-list--depth-0 li ul {
    display: none;
}

.accordian-toggled ul {
    display: block !important;
}

.sidebar {
    max-height: 85vh;
    overflow-y: scroll;
}

@media screen and (max-width: 767px) {
    .sidebar {
        max-height: none;
        overflow-y: auto;
    }
}
