.sort-cate ul {
	padding-left: 0;
	list-style: none;
	margin: 0px;
}
@media (max-width: 1023px) {
	.sort-cate {
		--border-color: #eee;
		font-size: 12px;
 }
	.sort-cate li {
		margin: 0 auto;
		outline: none;
		position: relative;
		width: 120px;
		padding: 0 10px;
		color: var(--text-color);
		font-size: 12px;
		cursor: pointer;
		border: 1px solid var(--border-color);
		border-radius: 6px;
 }
	.sort-cate #sort-by {
		background: #fff;
		padding-bottom: 10px;
 }
	.sort-cate #sort-by > ul > li {
		line-height: 34px;
 }
	.sort-cate #sort-by > ul > li .fas {
		position: absolute;
		top: 10px;
		right: 10px;
 }
	.sort-cate #sort-by > ul > li:hover {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
 }
	.sort-cate #sort-by > ul > li:hover > ul {
		visibility: visible;
 }
	.sort-cate #sort-by li > ul {
		position: absolute;
		visibility: hidden;
		width: 120px;
		left: -1px;
		top: 34px;
		z-index: 9999;
		border: 1px solid var(--border-color);
		border-radius: 0px 0px 6px 6px;
		overflow: hidden;
		background: #fff;
 }
	.sort-cate #sort-by li > ul li {
		border-top: none;
		border-right: none;
		border-left: none;
		border-radius: 0px;
 }
	.sort-cate #sort-by li > ul li:hover a {
		color: var(--primary-color);
 }
	#open-filters {
		font-size: 12px;
 }
	#open-filters .fa {
		font-size: 16px;
 }
}
@media (min-width: 1024px) {
	.sort-cate .fas {
		display: none;
 }
	.sort-cate .content_ul li {
		display: inline-block;
 }
	.sort-cate .content_ul li a {
		font-weight: 400;
		color: #898989;
		padding: 9px 10px 11px;
		display: inline-block;
 }
	.sort-cate .content_ul li:hover, .sort-cate .content_ul li.active {
		border-bottom: 2px solid var(--primary-color);
		margin-bottom: -2px;
 }
	.sort-cate .content_ul li:hover a, .sort-cate .content_ul li.active a {
		color: var(--primary-color);
 }
}
.card {
	border-radius: 0px;
	border: none;
}
@media (min-width: 1200px) {
	.sidebar .wrap_background_aside {
		border-right: 1px solid #eee;
 }
}
.sidebar.openf {
	top: 0 !important;
	right: 0;
	height: 100%;
	overflow: auto;
	z-index: 9999;
	visibility: visible;
	opacity: 1;
	width: 300px;
}
.pagenav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.overflow-item:not(.show) {
	display: none;
}
.filter-item-toggle .fas {
	transitions: all 0.3s ease-out;
}
.filter-item-toggle.show {
	display: inline-block;
}
.filter-item-toggle.show .fas {
	transform: rotate(180deg);
}