.facetwp-template {
	transition: opacity .2s ease;
}

.facetwp-template.is-loading {
	opacity: .35;
	pointer-events: none;
}

.facetwp-type-checkboxes .facetwp-checkbox {
	position: relative;
	padding-left: 28px !important;
	margin-bottom: 10px;
	background: none !important;
	line-height: 1.4;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-image: none !important;
}

.facetwp-type-checkboxes .facetwp-checkbox::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 16px;
	height: 16px;
	border: 1px solid var(--theme-palette-color-3);
	border-radius: 3px;
	background: #fff;
	box-sizing: border-box;
	transition: all 0.2s ease;
}

.facetwp-type-checkboxes .facetwp-checkbox.checked::before {
	background: #2884c5;
	border-color: #2884c5;
}

.facetwp-type-checkboxes .facetwp-checkbox.checked::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 5px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.facetwp-display-value:hover {
	color: #2884c5;
}

.facetwp-checkbox:hover .facetwp-counter,
.facetwp-checkbox.checked .facetwp-counter,
.product-categories .cat-item:hover .count {
	background-color: #2884c5;
	color: #fff;
}

aside#sidebar .product-categories .cat-item a {
	line-height: 2em;
}

.facetwp-counter,
.product-categories .count {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	min-width: 40px;
	height: 22px;
	padding: 0 5px;
	border-radius: 50px;
	border: 1px solid var(--theme-border-color);
	transition: color .12s cubic-bezier(0.455, 0.03, 0.515, 0.955), background .12s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color .12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.label-wrap i.expand {
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	margin-right: 12px;
}

.label-wrap.is-closed i.expand {
	transform: rotate(180deg);
}

.label-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.label-wrap.is-closed {
	margin-bottom: 0;
}

.facet-wrap.brand i {
	display: none;
}

.facet-wrap.facetwp-closed .facetwp-facet {
	display: none;
}

.suodata .facet-wrap .facetwp-facet {
	margin: 0;
}

.suodata .facet-wrap .facetwp-facet:first-child {
	margin-top: 1em;
}

.suodata .facet-wrap .facetwp-facet:last-child {
	margin-bottom: 1em;
}

.suodin_wrap.kampanjat .facetwp-checkbox {
	background-color: #f7f7f7!important;
	width: 100%;
	margin-bottom: 10px;
	border-left: 4px solid #2884c5;
	padding: 10px;
}

.suodin_wrap.kampanjat .facetwp-display-value {
	max-width: 265px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 13px;
}

.facetwp-facet-kampanjat .facetwp-checkbox::before,
.facetwp-facet-kampanjat .facetwp-checkbox::after {
	display: none;
}

.facetwp-facet-kampanjat .facetwp-checkbox {
	padding-left: 10px !important;
}

.facet-wrap {
	border-bottom: 1px solid #e9ebec;
	margin-bottom: 0.7rem;
	padding-bottom: 0.7rem;
}

.ct-sidebar .facetwp-facet {
	margin-bottom: 1em;
}

.ct-sidebar .widget-title {
	margin: 0;
	font-size: 16px;
}

.ct-sidebar {
	position: initial !important;
}

#main section .filters {
	display: flex;
	margin-bottom: 1em;
	align-items: baseline;
}

#main section .facetwp-counter {
	display: none;
}

#main section .facetwp-selection-label {
	display: none;
}

#main section .facetwp-selections .facetwp-selection-value {
	margin-right: 5px;
	background: #f7f7f7;
	padding: 10px;
	border-radius: 3px;
}

#main section .facetwp-selections ul {
	display: inline-block;
	padding: 0;
}

#main section .selections-label {
	display: inline-block;
	font-weight: 600;
	margin-right: 10px;
	margin-bottom: 0;
}

.facetwp-reset {
	color: #2884c5;
	padding: 0;
	background: none;
	border-left: 1px solid #ddd;
	padding-left: 10px;
}

.facetwp-selections li:hover {
	color: #2884c5;
}

.facetwp-toggle {
	color: #2884c5;
	text-transform: uppercase;
	font-size: 12px;
}

.facetwp-toggle:hover {
	color: #2884c5;
	text-decoration: underline;
}
