.widget .product-categories li.wd-active>a {
	color: var(--color-gray-800);
	font-weight: 600;
}

.widget .product-categories .children {
	flex: 1 1 auto;
	margin-top: 0;
	padding-inline-start: 15px;
	width: 100%;
}

.widget .product-categories.wd-scroll-content {
	padding-inline-end: 5px;
}

.wd-cats-toggle {
	position: absolute;
	top: 7px;
	inset-inline-end: -25px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	color: #bbb;
	text-align: center;
	font-size: 10px;
	font-weight: 400;
	line-height: 22px;
	cursor: pointer;
	transition: all .25s ease;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.wd-cats-toggle:after {
	content: "";
	font-family: "woodmart-font";
}

.wd-cats-toggle.toggle-active {
	transform: rotate(180deg);
}

.rtl .wd-cats-toggle.toggle-active {
	transform: rotate(-180deg);
}

.wd-cats-toggle:hover, .wd-cats-toggle.toggle-active {
	background-color: var(--bgcolor-gray-300);
	color: var(--bgcolor-gray-500);
}

.categories-accordion-on .widget .product-categories:has(.cat-item ul) {
	padding-inline-end: 25px;
}

.categories-accordion-on .widget .product-categories .children {
	display: none;
}

.categories-accordion-on .widget .product-categories :is(.wd-current-active-parent,.wd-active)>.children {
	display: block;
}