.lsbtd .search-filters-title {
	font-size: 1.8rem;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 0 15px 0
}

.lsbtd .search-filters-list li {
	border-bottom: 1px solid var(--whisper)!important
}
.lsbtd .search-filters-list li:last-child {
	border-bottom: 0 none;
}
.lsbtd .search-filters-list a,
.lsbtd .search-filters-list a:active,
.lsbtd .search-filters-list a:focus,
.lsbtd .search-filters-list a:hover,
.lsbtd .search-filters-list a:visited {
	text-decoration: none!important
}
.lsbtd .filter-tab-link {
	border: 0;
	width: auto;
	padding: 10px 0;
	font-family: Lato,sans-serif;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase
}

.lsbtd .filter-tab-link:before {
	content: '\f286';
	font-size: 20px;
	color: var(--whisper);
	margin-right: 10px;
	position: relative;
	left: 0;
	top: 2px
}

.lsbtd .filter-tab-link:hover {
	color: #484848!important
}
.lsbtd .active .filter-tab-link,
.lsbtd .filter-tab-link.active {
	color: #484848!important
}
.lsbtd .filter-tab-link.mixitup-control-active:before {
	content: '\f219';
	font-size: 20px;
	color: var(--denim);
	margin-right: 10px;
	position: relative;
	left: 0;
	top: 2px
}
.lsbtd .row {
	display: block !important;
}
.lsbtd .active .filter:before {
	content: '\f219';color: var(--denim);
}
.lsbtd .filter-tab-link {
	border: 0;
	width: auto;
	padding: 10px 0;
	font-family: Lato,sans-serif;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	display: table;
	width: 100%;
}
.lsbtd .filter-tab-link:before,
.lsbtd .filter-tab-link span {
	display: table-cell;
	vertical-align: middle;
	color: var(--pe_old);
}
.lsbtd .filter-tab-link:before {
	content: '\f286';
	font-size: 20px;
	color: var(--whisper);
	margin-right: 10px;
	position: relative;
	left: 0;
	top: 2px;
	font-family: 'icomoon';
	width: 28px;
}

.lsbtd .filter-tab-link:hover {
	color: #484848!important
}
.lsbtd .active .filter-tab-link,
.lsbtd .filter-tab-link.active {
	color: #484848!important
}
.lsbtd .tab-content>.active .flex {
	display: flex;
}
.lsbtd .tab-content .flex .flex-33 {
	max-width: 33%;
}
.lsbtd .search-filters.fixed {
	max-width: 253px;
}
.lsbtd .active .filter-tab-link span{color:var(--denim);}
.lsbtd .search-filters-mobiles.fixed {position: fixed;top: 50px;left: 0;width: 100%;z-index: 2;padding: 0;}
@media (max-width: 1199px) {
	.lsbtd .search-filters-mobiles.fixed {max-width: 217px}
}
@media (max-width: 991px) {
	#search_filters-container  select {
		position: absolute!important;
		bottom: 0;
		left: 50%;
		display: block!important;
		width: .5px!important;
		height: 100%!important;
		padding: 0!important;
		opacity: 0!important;
		border: none;
		z-index: 0!important;
	  }

	  .lsbtd .bootstrap-select>button.dropdown-toggle {
		position: relative;
		width: 100%;
		text-align: right;
		white-space: nowrap;
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: 16px;
	  }
	.lsbtd .tab-content>.tab-pane .card{float:none}
	.lsbtd .search-filters-mobiles.fixed {max-width: 100%;padding: 0 15px;}
}
@media (max-width: 767px) {
	.lsbtd .flex .flex-33 {
		max-width: auto;
	}
}
.tab-content>.active {display: flex;flex-direction: row;flex-wrap: wrap;}
.tab-content>div:not(:last-child) {border-bottom: 1px solid #dfdcdc;margin-bottom: 60px;}