
.widget_filters__title {
	border-bottom: 1px solid #dddddd;
	padding: 15px;
	font-weight: bold;
	font-size: 15px;
	color: #000000;
	position: sticky;
	top: 0;
	background-color: #fff;
	z-index: 9;
}

.widget_filters__wrp {
	padding: 15px 15px 5px;
}


.widget_filter:not(:last-child),
.facet_extra_meta:not(:last-child),
.facet-wrapper:not(:last-child) {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 20px;
	max-height: 300px;
    overflow-y: auto;
	overflow-x: clip;
}

.widget_filters:not(:has(.facetwp-checkbox)) {
}

.widget_filter__title,
.facet-label {
	font-weight: 500;
	font-size: 15px;
	line-height: 1.3;
	color: #000000;
	margin-bottom: 10px;
}

.widget_filter .facetwp-facet {
	margin-bottom: 25px;
}

.facet-wrapper .facetwp-facet {
	margin-bottom: 10px;
}

.widget_filter .noUi-horizontal .noUi-handle,
.facet-wrapper .noUi-horizontal .noUi-handle {
	background: var(--gpo-style-color);
	border: none;
	border-radius: 50%;
	box-shadow: none;
	cursor: pointer;
}

.widget_filter .noUi-horizontal .noUi-handle:after,
.widget_filter .noUi-horizontal .noUi-handle:before,
.facet-wrapper .noUi-horizontal .noUi-handle:after,
.facet-wrapper .noUi-horizontal .noUi-handle:before {
	display: none;
}

.widget_filter .noUi-horizontal .noUi-connect,
.facet-wrapper .noUi-horizontal .noUi-connect {
	box-shadow: none;
}

.widget_filter .noUi-horizontal.noUi-target,
.facet-wrapper .noUi-horizontal.noUi-target {
	border-radius: 8px;
	box-shadow: none;
	border: 1px solid #e0e0e0;
}

.widget_filter .facetwp-slider-reset,
.facet-wrapper .facetwp-slider-reset {
	margin-top: 10px;
	padding: 5px 20px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	border-radius: 10px;
	font-size: 15px;
	transition: 0.25s;
	box-shadow: none;
}

.widget_filter .facetwp-slider-reset:hover,
.facet-wrapper .facetwp-slider-reset:hover {
	background: var(--gpo-style-color);
	border: 1px solid var(--gpo-style-color);
	color: #fff;
}

.widget_filter .facetwp-type-checkboxes,
.facet-wrapper .facetwp-type-checkboxes {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.facetwp-type-checkboxes .facetwp-counter {
	display: none;
}

.facetwp-type-checkboxes .facetwp-checkbox {
	padding: 5px 10px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 7px;
    display: inline-block;
    margin: 0;
    font-weight: normal;
    font-size: 13px;
    transition: 0.25s;
}

.facetwp-type-checkboxes .facetwp-checkbox:hover {
	border: 1px solid var(--gpo-style-color);
}

.facetwp-type-checkboxes .facetwp-checkbox.checked {
	background: var(--gpo-style-color);
	border: 1px solid var(--gpo-style-color);
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}

.widget_filters__bottom {
	padding: 0 15px 20px;
	text-align: center;
}

.widget_filters__reset {
	font-size: 13px;
	font-weight: 600;
	color: #000;
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
	transition: 0.2s;
}

.widget_filters__reset:hover {
	border-bottom: 1px solid transparent;
	/* color: var(--gpo-style-color); */
}

.widget_filters__close {
	display: none;
}

.widget_filters__open {
	position: fixed;
	bottom: 10px;
	left: 50%;
	margin-left: -71px;
	background: var(--gpo-style-color);
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 5px 15px;
	z-index: 993;
	border-radius: 43px;
	display: none;
}

@media only screen and (max-width: 991px) {

	.widget_filters__overlay {
		position: fixed;
		z-index: 9991;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .5);
		display: none;
	}

	.aside.active .widget_filters__overlay {
		right: 0;
	}

	.widget_filters {
		position: fixed;
		z-index: 9992;
		left: -412px;
		top: 10px;
		bottom: 10px;
		margin-bottom: 0;
		overflow-y: auto;
		max-height: calc(100% - 20px);
		width: 400px;
		max-width: calc(100% - 20px);
		height: auto;
	}

	.aside.active .widget_filters {
		display: block;
	}

	.widget_filters__close {
		display: block;
		position: sticky;
		top: 13px;
		right: 15px;
		cursor: pointer;
		z-index: 10;
		float: right;
	}

	.widget_filters__open {
		display: flex;
	}

	.aside.active .widget_filters__open {
		display: none;
	}
}
@media (min-width: 992px) {

	.widget_filters {
		position: sticky;
		top: 0;
		overflow-y: scroll;
        max-height: 90vh;
	}
}

.facet-label {
    position: relative;
    cursor: pointer;
}

.facet-label:has(+ .facetwp-facet:empty) {
    display: none;
}

.facet-label:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--gpo-style-color);
    transform: translate(0, -50%) rotate(90deg);
    transition: 0.2s;
}
.facetwp-layout-switcher.type-icons li.active a{
	background: var(--gpo-style-color) !important;
}
.facet-wrapper {
    list-style: none;
}
.shop_cat.facetwp-template.singletarget-mode-3-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.facet-wrapper.active {
	padding-bottom: 10px;
}

.facet-wrapper.active .facet-label:after {
    transform: translate(0%, -50%) rotate(0deg);
    transition: 0.2s;
}

.facet-wrapper.active .facetwp-facet {
    height: auto;
    max-height: 118px;
    transition: 0.5s;
    overflow-y: auto;
}

.facet-wrapper .facetwp-facet {
    height: 0;
    transition: 0.5s;
    overflow: hidden;
}

.facet-wrapper .facetwp-facet {
    overflow-y: auto;
    transition: .5s;
    max-height: 100px;
}

.facet-wrapper.empty {
    border: none;
    margin-bottom: 0!important;
    padding: 0;
}

.facetwp-facet:empty {
    border: none;
    margin-bottom: 0!important;
    padding: 0;
}

.facet-wrapper .facetwp-facet::-webkit-scrollbar-track,
.widget_filter__body::-webkit-scrollbar-track,
.aside_widget.widget_filters::-webkit-scrollbar-track,
.widget_filter::-webkit-scrollbar-track {
    border-radius: 0;
}

.facet-wrapper .facetwp-facet::-webkit-scrollbar,
.widget_filter__body::-webkit-scrollbar,
.aside_widget.widget_filters::-webkit-scrollbar,
.widget_filter::-webkit-scrollbar {
    width: 6px;
    background: #0000;
    border-radius: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background-color: #f3f3f3;
}

.facet-wrapper .facetwp-facet::-webkit-scrollbar-thumb,
.widget_filter__body::-webkit-scrollbar-thumb,
.aside_widget.widget_filters::-webkit-scrollbar-thumb,
.widget_filter::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #d6d6d6;
}

.facet-wrapper .facetwp-facet:hover::-webkit-scrollbar-thumb,
.widget_filter__body:hover::-webkit-scrollbar-thumb,
.aside_widget.widget_filters:hover::-webkit-scrollbar-thumb,
.widget_filter:hover::-webkit-scrollbar-thumb {
    background: var(--gpo-style-color);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.facetwp-counter {
    display: none;
}

.facetwp-checkbox {
    margin-bottom: 0 !important;
}

.shop_sidebar_ {
    float: left;
    margin-right: 50px;
}

.facet-wrapper:last-of-type {
    border-bottom: none;
}

.facetwp-template.loading {
    filter: blur(5px);
    opacity: 0.5;
}

.facetwp-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    margin-top: 25px;
}

@media (max-width: 768px) {
    .facetwp-footer {
        flex-direction: column;
        gap: 20px;
        padding-top: 0;
    }
}

.facetwp-layout-switcher li {
    list-style: none;
}

.facetwp-layout-switcher  a span {
    display: none;
}

.facetwp-checkbox .facetwp-display-value {
    padding-right: 0;
}

.facetwp-pager .facetwp-page {
    border-radius: 5px;
    padding: 5px 12px;
    display: inline-block;
    position: relative;
}


.facetwp-type-slider {
    overflow: hidden !important;
    margin: 0 10px 0 0;
}

.facetwp-type-slider.noUi-handle:after,
.facetwp-type-slider.noUi-handle:before {
    z-index: -1;
}

.facetwp-type-slider .facetwp-slider-reset {
    display: none;
}

.facetwp-slider-wrap {
	padding: 5px 5px 15px;
}

.facetwp-type-slider .facetwp-slider-wrap {
    padding-right: 8px;
    padding-top: 3px;
    padding-left: 1px;
}

.facetwp-type-slider + h4 {
    border-top: none;
}

.facetwp-type-pager .is-loading {
    z-index: -1;
}

.facetwp-template .woocommerce-info {
    background-color: transparent;
}

.facetwp-load-more,
button.facetwp-reset {
	display: inline-block;
	font-size: 15px;
    color: #ffffff;
    background-color: var(--gpo-style-color);
    padding: 10px 25px;
    border: 1px solid var(--gpo-style-color);
    border-radius: 35px;
	font-weight: bold;
}

.facetwp-load-more:hover,
button.facetwp-reset:hover {
	background-color: white;
	color: var(--gpo-style-color);
}

.facetwp-type-reset {
    text-align: center;
    padding: 10px 0;
    position: sticky;
    z-index: 9;
    bottom: 0;
    background: white;
}