.wc-cats-drilldown {

    padding: 0 10px;
    
    min-height: 100px;
}
.wc-cat-list { list-style: none; padding: 0; margin: 0; }
.wc-cat-link {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;
}
.wc-cat-link:hover { color: #182673; }
.wc-cat-back {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    text-decoration: none;
    color: #007cba;
}
.wc-cats-drilldown ul.wc-cat-list {
    list-style: none !important;
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.wc-cats-drilldown ul.wc-cat-list li {
    list-style: none !important;
	list-style-type: none !important;
}