
#product_categories_custom > h2 {
    color: #111;
    font-weight: 600;
}
ul.subcategories {
    margin-top: 10px;
    display: none;
}

li.cat > span > span {
    cursor: pointer;
}


li.subcat > a {
    list-style-type: none;
    display: block;
    padding: 5px 20px 7px 6px;
    margin: 0;
    text-decoration: none;
    border-radius: 3px;
    color: #334155 !important;
    line-height: 1.1rem;
    font-size: 16px !important;
}

/* Change the link color on hover */
li.cat > span > a:hover {
    background-color: #fff !important;
    color: #CD7500 !important;
}

li.cat > ul > li.subcat > a:hover {
    background-color: #fff !important;
    color: #CD7500 !important;
}

/* Sidebar filtering */
.ast-separate-container.ast-two-container #secondary .widget {
    padding: 1.5em !important;
}

/* Price filter */
.ast-separate-container.ast-two-container #secondary #block-98 {
    padding-bottom: 0 !important;
}

/* left sidebar categories customization */
li.wc-block-product-categories-list-item a {
    color: #000;
    text-decoration: none;
}

li.wc-block-product-categories-list-item {
    text-align: left;
    border-bottom: 1px solid #ededed;
}

li.wc-block-product-categories-list-item:last-child {
    border-bottom: none;
}

span.wc-block-product-categories-list-item-count {
    visibility: hidden;
}

#secondary li {
    line-height: 1.3rem;
}

ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-1 a {
    color: #000 !important;
}

#hidden {
    transition: opacity 1s ease-out;
    /*opacity: 0;*/
    display: none;
    /*height: 0;*/
    overflow: hidden;
}

#visible {
    display:block;
    height: auto;
}

#product_categories_custom > ul.categories {
    list-style-type: none !important;
    margin: 0;
    width: auto;
    padding-left: 2px;
    background-color: transparent;
    font-family: 'Poppins', serif !important;
    font-size: 16px !important;
    color: #111 !important;
}

ul.categories > li > span > a {
    font-size: 16px;
}

#product_categories_custom {
    margin-bottom: 40px !important;
}
