/*
 Theme Name:   Cobble Child Theme
 Theme URI:    https://cobble.themerex.net
 Description:  Cobble Child Theme
 Author:       ThemeREX
 Author URI:   https://themerex.net/
 Template:     cobble
 Version:      1.0.0    
 Tags:         flooring, construction, design, doors, handyman, maintenance, repair, shop, windows, kitchen, roofing, furniture, remodeling, renovation, interior design
 Text Domain:  cobble
*/


/* =Theme customization starts here
------------------------------------------------------------ */


/* Remove bullets properly */
.product-categories,
.product-categories ul {
    list-style: none !important;
    padding-left: 0;
    margin-left: 0;
}

/* Keep normal block layout (IMPORTANT FIX) */
.product-categories li {
    position: relative;
    margin-bottom: 8px;
}

/* Parent category */
.product-categories li.cat-parent > a {
    font-weight: 600;
    color: #222;
}

/* Toggle icon (LEFT side) */
.product-categories .toggle {
    position: absolute;
    left: -15px;
    top: 2px;
    font-size: 12px;
    color: #b80434;
    cursor: pointer;
    transition: transform 0.3s ease;
}

/* Rotate arrow */
.product-categories .toggle.open {
    transform: rotate(90deg);
}

/* Children */
.product-categories .children {
    display: none;
    margin-left: 15px;
    padding-left: 10px;
    border-left: 2px solid #eee;
}

/* Subcategory */
.product-categories .children li {
    font-size: 14px;
    margin: 5px 0;
}

/* Count */
.product-categories .count {
    font-size: 12px;
    color: #999;
    margin-left: 4px;
}