body.no-scroll {
    overflow: hidden;
    max-height: 100vh;
    max-height: 100dvh;
}

.bf-panel-wrapper {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	color: #444;
    padding-left: 2rem;
}
.bf-panel-wrapper input[type="text"] {
	outline: none;
	border: 1px solid rgba(0, 0, 0, 0.075);
	padding: 0 0.5rem;
	height: 40px;
	background-color: transparent;
	text-align: left;
	transition: border-color 0.2s ease;
}
.bf-panel-wrapper input[type="text"]:focus {
	border-color: #000;
}
.bf-panel-wrapper .bf-box {
	border-right: 1px solid rgba(0, 0, 0, 0.075);
    overflow: hidden;
}

input[type='text'].bf-search {
    background-color: #fff;
    background-image: url("../image/brainyfilter/search.png");
    background-repeat: no-repeat;
    background-position: 96% 50%;
    padding-right: 18px;
}

.bf-panel-wrapper .bf-box .bf-box-heading {
	display: flex;
	align-items: center;
	justify-content: flex-start;
    padding: 0 1rem;
	height: 40px;
    padding-left: 0;
    color: #253b5d;
    transition: box-shadow .2s ease;
}

.bf-panel-wrapper .bf-box .hide-filter {
	display: none;
}

@media screen and (max-width: 991px) {
	.bf-panel-wrapper .bf-box .bf-box-heading {
		height: 50px;
		padding-right: calc(50px + .5rem);
		position: relative;
	}

	.bf-panel-wrapper .bf-box .hide-filter {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		right: 0;
		top:0;
		height: 50px;
		width: 50px;
		border: none;
		outline: none;
		background-color: transparent;
	}

	.bf-panel-wrapper .bf-box .hide-filter > i {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.5rem;
	}
}

.bf-panel-wrapper .bf-box .bf-box-heading.sticked {
    box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.125);
}

.bf-panel-wrapper .bf-box .bf-box-content {
	position: relative;
}
.bf-panel-wrapper .bf-box .bf-box-content > form {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	overflow: auto;
}

@media screen and (min-width: 768px){
	.bf-panel-wrapper .bf-box .bf-box-content > form {
		max-height: calc(100vh - 170px);
		max-height: calc(100dvh - 170px);
	}
}

@media screen and (max-width: 767px){
	.bf-panel-wrapper .bf-box .bf-box-content > form {
		max-height: calc(100vh - 50px);
		max-height: calc(100dvh - 50px); 
		padding-bottom: calc(40px + 2.5rem);
	}
}


.bf-panel-wrapper .bf-box .bf-box-content > form::-webkit-scrollbar {
    background-color: #eee;
    border-left: none !important;
}

.bf-panel-wrapper .bf-box .bf-box-content > form > * {
	width: 100%;
}
.bf-panel-wrapper .bf-box .bf-box-content > form .bf-attr-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block.bf-keywords-filter
	.bf-attr-header {
	border-top: none;
}
.bf-panel-wrapper .bf-box .bf-box-content > form .bf-attr-block > * {
	width: 100%;
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-attr-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgba(0, 0, 0, 0.075);
	position: relative;
    font-size: 1rem;
	font-weight: 600;
	padding: 0.75rem 0;
	padding-right: 0.75rem;
	color: #000;
	cursor: pointer;
	transition: color 0.2s ease;
}
@media (hover: hover) {
	.bf-panel-wrapper
		.bf-box
		.bf-box-content
		> form
		.bf-attr-block
		.bf-attr-header:hover {
		color: #253b5d;
	}
	.bf-panel-wrapper
		.bf-box
		.bf-box-content
		> form
		.bf-attr-block
		.bf-attr-header:hover
		.bf-arrow
		> i {
		color: #253b5d;
	}
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-attr-header
	.bf-arrow {
	font-size: 1.25rem;
	color: #000;
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-attr-header
	.bf-arrow
	> i {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 0.2s ease;
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-attr-header
	.bf-arrow
	> i:nth-child(1) {
	display: none;
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-attr-header.bf-shrink
	.bf-arrow
	> i.expand {
	display: flex;
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-attr-header.bf-shrink
	.bf-arrow
	> i.shrink {
	display: none;
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-sliding-cont {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-sliding-cont
	> * {
	width: 100%;
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-sliding-cont
	.bf-sliding {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	overflow: hidden;
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-sliding-cont
	.bf-sliding
	.bf-attr-block-cont {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	gap: 0.75rem;
	padding: 0.75rem 0 1.5rem;
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-sliding-cont
	.bf-sliding
	.bf-attr-block-cont
	> * {
	width: 100%;
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-sliding-cont
	.bf-sliding
	.bf-attr-block-cont
	.bf-search-container
	> div {
	width: calc(100% - 0.5rem);
	margin-right: 0.5rem;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.075);
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-sliding-cont
	.bf-sliding
	.bf-attr-block-cont
	.bf-search-container
	> div:focus-within {
	border-color: #000;
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-sliding-cont
	.bf-sliding
	.bf-attr-block-cont
	.bf-search-container
	> div:focus-within
	> button
	> svg {
	stroke: #000;
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-sliding-cont
	.bf-sliding
	.bf-attr-block-cont
	.bf-search-container
	> div
	> input {
	width: 100%;
	padding-right: 28px;
	border: none;
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-sliding-cont
	.bf-sliding
	.bf-attr-block-cont
	.bf-search-container
	> div
	> button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 39px;
	height: 39px;
	position: absolute;
	top: 1px;
	right: 1px;
	border: none;
	outline: none;
	background-color: transparent;
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-sliding-cont
	.bf-sliding
	.bf-attr-block-cont
	.bf-search-container
	> div
	> button
	> svg {
	width: 18px;
	height: 18px;
	stroke: rgba(0, 0, 0, 0.25);
	transition: stroke 0.2s ease;
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-sliding-cont
	.bf-sliding
	.bf-attr-block-cont
	.bf-price-container
	.bf-cur-symb {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	gap: 0.5rem;
	padding-right: 0.5rem;
}
/* .bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-sliding-cont
	.bf-sliding
	.bf-attr-block-cont
	.bf-price-container
	.bf-cur-symb
	.bf-cur-symb-left {
	display: none;
} */
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-sliding-cont
	.bf-sliding
	.bf-attr-block-cont
	.bf-price-container
	.bf-cur-symb
	.ndash {
	width: 10px;
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-sliding-cont
	.bf-sliding
	.bf-attr-block-cont
	.bf-price-container
	.bf-cur-symb
	> input {
	width: calc(50% - (10px + 1rem) / 2);
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-sliding-cont
	.bf-sliding
	.bf-attr-block-cont
	.bf-price-container
	.bf-price-slider-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 5px;
	position: relative;
	margin-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-sliding-cont
	.bf-sliding
	.bf-attr-block-cont
	.bf-price-container
	.bf-price-slider-container
	.bf-slider-range {
	width: calc(100% - 28px);
	height: 5px;
	cursor: pointer;
	transform: translateX(-4px);
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-sliding-cont
	.bf-sliding
	.bf-attr-block-cont
	.bf-price-container
	.bf-price-slider-container
	.bf-slider-range::after {
	content: "";
	position: absolute;
	left: -10px;
	right: -10px;
	height: 5px;
	background-color: #f2f2f2;
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-sliding-cont
	.bf-sliding
	.bf-attr-block-cont
	.bf-price-container
	.bf-price-slider-container
	.bf-slider-range
	.ui-slider-range {
	height: 100%;
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-sliding-cont
	.bf-sliding
	.bf-attr-block-cont
	.bf-price-container
	.bf-price-slider-container
	.bf-slider-range
	.ui-slider-handle {
	outline: none;
	top: -8px;
	width: 20px;
	height: 20px;
	border: 1px solid rgba(0, 0, 0, 0.075);
	cursor: grab;
    background-color: #253b5d;
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-sliding-cont
	.bf-sliding
	.bf-attr-block-cont
	.bf-price-container
	.bf-price-slider-container
	.bf-slider-range
	.ui-slider-handle:active {
	cursor: grabbing;
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-sliding-cont
	.bf-sliding
	.bf-attr-block-cont
	.bf-price-container
	.bf-price-slider-container
	.bf-slider-range
	.bf-slider-label {
	position: absolute;
	font-size: 0.7rem;
	top: 20px;
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-sliding-cont
	.bf-sliding
	.bf-attr-block-cont
	.bf-row {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	gap: 0.25rem;
	cursor: pointer;
}

.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-sliding-cont
	.bf-sliding
	.bf-attr-block-cont
	.bf-row.active .bf-c-2 label {
		font-weight: 700;
}

@media (hover: hover) {
	.bf-panel-wrapper
		.bf-box
		.bf-box-content
		> form
		.bf-attr-block
		.bf-sliding-cont
		.bf-sliding
		.bf-attr-block-cont
		.bf-row.bf-attr-filter:hover
		.bf-cell.bf-c-1
		:not(:checked)
		+ i {
		opacity: 0.25;
		visibility: visible;
		background-color: #ccc;
	}
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-sliding-cont
	.bf-sliding
	.bf-attr-block-cont
	.bf-row
	.bf-cell {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 0.9rem;
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-sliding-cont
	.bf-sliding
	.bf-attr-block-cont
	.bf-row
	.bf-cell.bf-cell-select {
	width: 100%;
	padding-right: 0.5rem;
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-sliding-cont
	.bf-sliding
	.bf-attr-block-cont
	.bf-row
	.bf-cell.bf-cell-select
	> select {
	width: 100%;
	height: 40px;
	border-radius: 0;
	border: 1px solid rgba(0, 0, 0, 0.075);
	padding-left: 0.25rem;
	outline: none;
	transition: border-color 0.2s ease;
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-sliding-cont
	.bf-sliding
	.bf-attr-block-cont
	.bf-row
	.bf-cell.bf-cell-select
	> select:focus {
	border-color: #000;
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-sliding-cont
	.bf-sliding
	.bf-attr-block-cont
	.bf-row
	.bf-cell
	.bf-hidden {
	display: none;
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-sliding-cont
	.bf-sliding
	.bf-attr-block-cont
	.bf-row
	.bf-cell
	label {
	cursor: pointer;
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-sliding-cont
	.bf-sliding
	.bf-attr-block-cont
	.bf-row
	.bf-cell.bf-c-1 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 15px;
	line-height: 15px;
	border: 1px solid #000;
	flex-shrink: 0;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-sliding-cont
	.bf-sliding
	.bf-attr-block-cont
	.bf-row
	.bf-cell.bf-c-1
	> input {
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-sliding-cont
	.bf-sliding
	.bf-attr-block-cont
	.bf-row
	.bf-cell.bf-c-1
	> input:checked
	+ i {
	opacity: 1;
	visibility: visible;
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-sliding-cont
	.bf-sliding
	.bf-attr-block-cont
	.bf-row
	.bf-cell.bf-c-1
	> i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	opacity: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	transition: opacity 0.2s ease, visibility 0.2s ease,
		background-color 0.2s ease;
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-sliding-cont
	.bf-sliding
	.bf-attr-block-cont
	.bf-row
	.bf-cell.bf-c-2 {
	width: calc(100% - 15px - 0.25rem);
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-attr-block
	.bf-sliding-cont
	.bf-sliding
	.bf-attr-block-cont
	.bf-row
	.bf-cell.bf-c-3 {
	display: none;
}
.bf-panel-wrapper .bf-box .bf-box-content > form .bf-buttonclear-box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	border-top: 1px solid rgba(0, 0, 0, 0.075);
	gap: 0.25rem;
	padding: 1rem 0;
	padding-right: 0.5rem;
	background-color: #fff;
}

@media screen and (min-width: 768px){
	.bf-panel-wrapper .bf-box .bf-box-content > form .bf-buttonclear-box {
        position: sticky;
        bottom: 0;
        width: 100%;
	}
}

@media screen and (max-width: 767px){
	.bf-panel-wrapper .bf-box .bf-box-content > form .bf-buttonclear-box {
		position: absolute;
		bottom: 0;
		right: 10px;
		width: calc(100% - 10px);
	}
}

.bf-panel-wrapper .bf-box .bf-box-content > form .bf-buttonclear-box > button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.25rem;
	outline: none;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 1rem;
	font-size: 0.9rem;
	border: none;
	font-weight: 600;
	transition: opacity 0.2s ease;
}
@media (hover: hover) {
	.bf-panel-wrapper
		.bf-box
		.bf-box-content
		> form
		.bf-buttonclear-box
		> button:hover {
		opacity: 0.5;
	}
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-buttonclear-box
	> button.bf-buttonsubmit {
	background-color: #253b5d;
	color: #fff;
}
.bf-panel-wrapper
	.bf-box
	.bf-box-content
	> form
	.bf-buttonclear-box
	> button.bf-buttonclear {
    background-color: #eee;
}

/* .bf-panel-wrapper .bf-box .bf-box-content > form .active-filters-wrapper{
} */

.bf-panel-wrapper .bf-box .bf-box-content > form .active-filters-wrapper > button{
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: #f2f2f2;
	width: 100%;
	height: 35px;
	border-radius: .25rem;
	margin-top: .5rem;
	font-size: .9rem;
	transition: background-color .2s ease;
}

@media (hover: hover){
	.bf-panel-wrapper .bf-box .bf-box-content > form .active-filters-wrapper > button:hover {
		background-color: #ddd;
	}
}

.bf-panel-wrapper .bf-box .bf-box-content > form .active-filters-wrapper.has-filter{
    padding: .5rem;
    padding-left: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.075);
}

@media screen and (max-width: 991px) {
	.bf-panel-wrapper .bf-box .bf-box-content > form .active-filters-wrapper.has-filter{
		padding: .5rem;
	}
}

.bf-panel-wrapper .bf-box .bf-box-content > form .active-filters-wrapper > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .5rem;
}

.bf-panel-wrapper .bf-box .bf-box-content > form .active-filters-wrapper > ul .filter-remove{
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: #253b5d;
    color: #fff;
    gap: .5rem;
    height: 35px;
    border-radius: .25rem;
    padding: 0 0.5rem;
	transition: opacity .2s ease;
}

@media (hover: hover){
	.bf-panel-wrapper .bf-box .bf-box-content > form .active-filters-wrapper > ul .filter-remove:hover {
		opacity: .8;
	}
}

.bf-panel-wrapper .bf-box .bf-box-content > form .active-filters-wrapper > ul .filter-remove > span{
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    transform: translateY(1px);
}

.bf-panel-wrapper .bf-box .bf-box-content > form .active-filters-wrapper > ul .filter-remove > i{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.25);
}