.ze-tags {
	margin-bottom: 24px;
}
.ze-tags ul#filters {
	list-style: none;
	display: flex;	
	margin: 0;
	padding: 0;
}
.ze-tags li.ze-single-tags {
	border-radius: 50px;
	background: #D9DBE9;
	padding: 11px 27px;
	justify-content: center;
	align-items: center;
	display: flex;	
	margin-right: 18px;
	cursor: pointer;
	    transition: background-color 0.2s linear;
}
.ze-tags li.ze-single-tags.is-active {
	background: #003CBE;
	    transition: background-color 0.2s linear;
}
.ze-tags span.ze-filter {
	color: #A0A3BD;
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	white-space: nowrap;
}
.ze-tags li.ze-single-tags.is-active span.ze-filter {
	color: #FFFFFF;
}
.ze-tags ::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}

.ze-tags ::-webkit-scrollbar-thumb {
	background: transparent
}

.ze-tags ::-webkit-scrollbar-track {
	background: transparent
}
.is-hidden {
	display: none !important;
} 
@media only screen and (max-width: 1367px) {
	.ze-tags ul#filters { 
		overflow-x: scroll;
	}
	.ze-tags li.ze-single-tags{
		margin-right:8px;
	}
	.ze-tags {
		margin-bottom: 37px;
	}
} 