.tps_filterToggle {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 14px;
	position: relative;
	border-bottom: 1px solid #6d6866;
	padding: 10px 0;
	margin-bottom: 10px;
	width: max-content;
}

.tps_filterToggle svg {
	width: 28px;
	height: 28px;
	margin-right: 7px;
}

.tps_filterToggle_detachable {
	display: flex;
	flex-direction: column;
}

.tps_filterToggle_count {
	padding-left: 5px;
	display: none;
}

.tps_productsFilterTags_selected {
	display: flex;
}
.tps_productsFilterTags_clear {
	cursor: pointer;
}

.tps_productsFilterTags_referenceLinks {
	display: none;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	top: 0;
	width: 100%;
	left: 0;
	right: 0;
}

.tps_productsFilterTags_referenceLinks a {
	color: #0e0e0e;
	font-size: 14px;
	transition: 0.3s;
	padding-bottom: 2px;
	border-bottom: 1px solid transparent;
}
.tps_productsFilterTags_referenceLinks span {
	font-size: 15px;
	padding: 0 10px;
}

.tps_productsFilterTags_referenceLinks a:hover {
	border-bottom: 1px solid #0e0e0e;
}

.tps_productsHeader_counter {
	display: none;
}

@media(min-width: 992px) {

	.tps_productsHeader_counter {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.tps_filterToggle {
		z-index: 1;
		cursor: pointer;
		white-space: nowrap;
		margin-bottom: 0;
		height: 30px;
		padding-left: 30px;
		color: #000;
		background-image: url('/tps/templates/products-header/filter-000000.svg');
		background-size: 20px;
		background-repeat: no-repeat;
		background-position-x: 0px;
		background-position-y: center;
		border: none;
		border-bottom: 1px solid #000;
	}

	.tps_filterToggle:hover {
		color: #ba9b86;
		background-image: url('/tps/templates/products-header/filter-ba9b86.svg');
		background-repeat: no-repeat;
		border-bottom: 1px solid #ba9b86;
	}

	.tps_filterToggle_detachable {
		display: flex;
		flex-direction: row;
	}

	.tps_productsFilterTags_referenceLinks {
		display: flex;
	}
}
