/* TERM FILTERS */
.product-tags {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	margin-bottom: 2em;
}
.term-list {
	padding:0;
	margin:0;
	display: flex;
	flex-flow: wrap;
	list-style: none;
}
.term-list a, .categories a {
	padding: 0.1em 0.5em;
	background: var(--primary-color-light);
	margin-left: 0.5em;
	border-radius:5px;
	display: inline-block;
	font-size: 1.2rem;
}
.term-list a:hover, .categories a:hover {
	color:#fff;
	background-color:var(--primary-color);
}
.tax-product_tags .term-list li:nth-child(2) a {
	background:#888;
	color:white;
	font-weight:bold;
}