/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


/* Hide subcategories initially */
.widget_product_categories ul.children {
    display: none;
    margin-left: 15px;
}

/* Expand/Collapse button style */
.toggle-subcategories {
    cursor: pointer;
    font-weight: bold;
    margin-right: 8px;
    color: #000;
    font-size: 14px;
}

/* Change color when expanded */
.toggle-subcategories.expanded {
    color: #000;
}
