.teft-woo-catalog-block {
	margin-bottom: var(--teft-spacing-lg);
	margin-top: var(--teft-spacing-lg);
	text-align: left;
}

.teft-woo-catalog-filters {
	font-size: var(--teft-typography-xs);
}

.teft-woo-catalog-current-filters-title {
	color: var(--theme-neutral900-color);
	display: block;
	font-size: var(--teft-typography-xs);
}

.teft-woo-catalog-block .icon-plus,
.teft-woo-catalog-block .icon-minus,
.teft-woo-catalog-block .teft-woo-catalog-filters .teft-woo-catalog-filter-wrap.is-accordion h4:after {
	background: url(./icon-plus.svg) no-repeat 50% 50%;
	background-size: 14px 14px;
	content: ' ';
	display: inline-block;
	height: 14px;
	right: 0;
	width: 14px;
}

.teft-woo-catalog-block .icon-minus,
.teft-woo-catalog-block .teft-woo-catalog-filters .teft-woo-catalog-filter-wrap.is-accordion.active h4:after,
.teft-woo-catalog-block .teft-woo-catalog-filters .teft-woo-catalog-filter-wrap.is-accordion.show-active:not(.active) h4:after {
	background: url(./icon-minus.svg) no-repeat 50% 50%;
	content: ' ';
}

.teft-woo-catalog-block .teft-woo-catalog-filters .teft-woo-catalog-filter-wrap.is-accordion:not(.filter-selections) {
	border-top: 1px solid var(--theme-neutral300-color) !important;
}

.teft-woo-catalog-block .teft-woo-catalog-filters .teft-woo-catalog-filter-wrap.is-accordion:not(.filter-selections):last-child {
	border-bottom: 1px solid var(--theme-neutral300-color) !important;
}

.filter-selections .teft-woo-filters-reset {
	color: var(--theme-neutral800-color) !important;
	margin-bottom: var(--teft-spacing-xxs);
	font-size: var(--teft-typography-xs);
}

.teft-woo-catalog-filter-wrap h4 {
	color: var(--theme-neutral700-color) !important;
	font-weight: normal;
	font-size: var(--teft-typography-sm);
	padding: var(--teft-spacing-xs) 0 var(--teft-spacing-xs) 0 !important;
	text-transform: uppercase;
}

/* .facetwp-facet.facetwp-facet-teft_woo_shop_categories .facetwp-counter,
.facetwp-facet.facetwp-facet-varemerke .facetwp-counter {
	display: none;
}*/

.filter-selections .facetwp-selections {
	margin-bottom: var(--teft-spacing-xs);
}

.filter-selections .facetwp-selections ul {
	margin: 0;
	padding: 0;
}
.filter-selections .facetwp-selections li {
	border-radius: 2px;
	font-size: var(--teft-typography-sm);
	margin: var(--teft-spacing-xxs) var(--teft-spacing-xxs) 0 0;
	line-height: var(--teft-typography-body-line-height);
	padding: 0;
}

.filter-selections .facetwp-selections li .facetwp-selection-label {
	display: none;
}

.facetwp-selections .facetwp-selection-value {
	margin: 0 !important;
	padding: var(--teft-spacing-xxxs) var(--teft-spacing-xs);
	padding-right: var(--teft-spacing-lg) !important;
}


.teft-woo-catalog-block .teft-woo-catalog-filters .facetwp-checkbox:after,
.teft-woo-catalog-block .teft-woo-catalog-filters .facetwp-radio:after {
	background-color: var(--theme-primary600-color);
	height: 8px;
	left: 6px;
	width: 8px;
}

.teft-woo-catalog-block .teft-woo-catalog-filters .facetwp-checkbox:before,
.teft-woo-catalog-block .teft-woo-catalog-filters .facetwp-radio:before {
	border-color: var(--theme-neutral400-color);
	height: 20px;
	width: 20px;
}

.teft-woo-catalog-block .teft-woo-catalog-filters .facetwp-checkbox,
.teft-woo-catalog-block .teft-woo-catalog-filters .facetwp-radio {
	padding: var(--teft-spacing-xxs);
	padding-left: var(--teft-spacing-md);
	padding-right: 0;
	font-size: var(--teft-typography-sm);
}

.teft-woo-catalog-block .facetwp-depth {
	margin-left: var(--teft-spacing-sm);
}

.teft-woo-catalog-block .facetwp-toggle {
	color: var(--theme-primary600-color) !important;
	margin-top: 0 !important;
	text-decoration: none !important;
}

.teft-woo-catalog-listing .entry-header {
	padding: 0;
	width: 100%;
}
.teft-woo-catalog-listing .teft-entry-title {
	margin-top: 0;
	padding: 0;
}

.teft-woo-catalog-filter-wrap.filter-pager-before {
	display: none;
}

.teft-woo-catalog-listing-top {
	display: inline-flex;
	flex-direction: row-reverse;
	margin-bottom: 0;
	width: 100%;
}

.teft-woo-catalog-listing-top .facetwp-sort-select {
	height: var(--teft-spacing-lg);
}

.teft-woo-catalog-listing-top .teft-woo-catalog-listing-sort {
	width: 30%;
}
.teft-woo-catalog-listing-top .teft-woo-catalog-listing-counter {
	text-align: left !important;
	width: 70%;
}

.teft-woo-catalog-listing-bottom {
	border-top: 1px solid var(--theme-neutral300-color) !important;
	display: inline-flex;
	margin-bottom: 0;
	margin-top: var(--teft-spacing-md);
	padding-top: var(--teft-spacing-sm);
	width: 100%;
}

.entry-description {
	max-width: var(--teft-theme-content-width);
}

.facetwp-pager .facetwp-page {
	padding: 0;
	line-height: 45px;
	min-width: 50px;
	text-align: center;
}

.facetwp-pager .facetwp-page.next,
.facetwp-pager .facetwp-page.prev {
	min-width: 80px;
}

@media all and (max-width: 600px) {
	.teft-woo-catalog-listing-bottom {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.teft-woo-catalog-listing-bottom .facetwp-facet {
		margin-bottom: 0;
	}
}
