/* Bold Parent Categories in Sidebar */
.widget_product_categories ul.product-categories > li > a {
font-weight: 800 !important;
font-size: 110%; /* Makes them slightly larger too */
text-transform: uppercase; /* Optional: makes them ALL CAPS for extra punch */
}
/* Keep Sub-Categories Normal */
.widget_product_categories ul.product-categories ul.children li a {
font-weight: 400 !important;
text-transform: none;
font-size: 90%;
}