.wc-category-tree {
font-size: 16px;
line-height: 1.6;
margin: 10px;
}
.wc-category-tree ul.product-categories {
list-style: none;
padding-left: 0;
margin: 0;
}
.wc-category-tree li.cat-item {
margin: 10px 0;
}
.wc-category-tree .category-item {
position: relative;
display:flex;
align-items: center;
justify-content: space-between;
}
.wc-category-tree a {
text-decoration: none;
color: #333;
transition: color 0.3s ease;
}
.wc-category-tree a:hover {
color: #ff6600;
}
.wc-category-tree .toggle {
display: flex;
align-items: center;
justify-content: center;
width: 16px;
height: 16px;
background-color: #f2f2f2;
border-radius: 50%;
cursor: pointer;
text-align: center;
line-height: 16px;
color: #555;
font-weight: bold;
transition: background-color 0.3s ease, color 0.3s ease;
}
.wc-category-tree .toggle.open { color: #fff;
}
.wc-category-tree ul.children {
list-style: none;
padding-left: 0;
margin: 0 0 0 20px;
display: none;
}
.wc-category-tree ul.children li.cat-item {
margin: 5px 0;
}
.wc-category-tree ul.children li.cat-item:last-child {
margin-bottom: 0;
}
.wc-category-tree .toggle:before {
content: '+';
font-size: 14px;
font-weight: bold;
}
.wc-category-tree .toggle.open:before {
content: '-';
} .wc-category-tree .category-icon {
width: 20px; height: auto;
margin-right: 10px; }
.wc-category-tree .icon-name-container {
display: flex;
align-items: center;
cursor: pointer;
}
.off-canvas-content .swa-woo-filter, .off-canvas-content .wc-category-tree a:hover {
color: white;
}