.custom-active-cat-bar .cat-item[hidden] {
	display: none !important;
}

.custom-active-cat-bar .custom-cat-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 20px;
	border: 1px solid #414141;
	border-radius: 24px;
	color: #fff;
	background: #2c2c2c;
	cursor: pointer;
	font: inherit;
	font-weight: 600;
	line-height: 1.2;
}

.custom-active-cat-bar .custom-cat-toggle:hover {
	border-color: #00bd7e;
	color: #fff;
	background: #00bd7e;
}

