.widget .product-categories .count {
	padding-inline: 5px;
	margin-inline-start: 5px;
	min-width: 30px;
	height: 20px;
	border: 1px solid var(--brdcolor-gray-300);
	border-radius: 35px;
	color: var(--color-gray-500);
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	transition: color .25s ease, background-color .25s ease, border-color .25s ease;
	flex: 0 0 auto;
}

.widget .product-categories li.wd-active>a {
	color: var(--color-gray-800);
	font-weight: 600;
}

.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 .count {
	margin-top: 8px;
}

.categories-accordion-on .widget .product-categories :is(.wd-current-active-parent,.wd-active)>.children {
	display: block;
}