.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);
}