.custom-category-menu-wrapper {
width: 100%;
padding: 0px 0;
} .custom-category-menu-wrapper > ul {
list-style: none!important;
margin: 0 0 0 -10px!important;
padding: 0px!important;
} .custom-category-menu-wrapper > ul ul {
list-style: none!important;
margin: 0 0 0 0px!important;
padding: 0px!important;
} .custom-category-menu-wrapper .wc-category-list-children {
margin-left: 0px;
} .custom-category-menu-wrapper > .wc-category-list-children > .wc-cat-item {
border-top: 1px solid #cccccc;
padding-top: 5px;
} .custom-category-menu-wrapper .wc-cat-item > .wc-category-list-children {
display: none; 	
} .custom-category-menu-wrapper .wc-cat-item.is-expanded > .wc-category-list-children {
display: block;
} .custom-category-menu-wrapper .wc-cat-item {
list-style: none!important;
position: relative;
padding-left: 10px;
margin: 0 0 5px 0;
line-height: 1.5;
} .custom-category-menu-wrapper .wc-cat-item a {
display: inline-block;
padding: 5px 10px;
text-decoration: none;
color: #00245d!important;
font-weight: 500!important;
border-radius: 4px;
transition: background-color 0.2s;
width: calc(100% - 25px);
} .custom-category-menu-wrapper .wc-cat-item a:hover {
background-color: #f0f0f0;
color: #95c93d!important;
} .custom-category-menu-wrapper .current-cat > a {
background-color: #f0f0f0;
color: #95c93d!important;
font-weight: bold;
} .custom-category-menu-wrapper .toggle-icon {
position: absolute;
right: 5px;
top: 9px;
width: 20px;
height: 20px;
cursor: pointer;
font-size: 20px;
line-height: 20px;
text-align: center;
color: #007bff;
user-select: none;
z-index: 10;
} .custom-category-menu-wrapper .wc-cat-item.is-collapsed > .toggle-icon:before {
color: #00245d!important;
content: "+"
} .custom-category-menu-wrapper .wc-cat-item.is-expanded > .toggle-icon:before {
color: #00245d!important;
content: "-";
} .wc-cat-item.uncategorised {
display: none;
}