.bapf_sfilter .bapf_body ul li ul {
	width: 100%;
	margin: 10px 0 0 20px;
}

.bapf_show_hide {
	display: block;
	margin-top: 15px;
	font-weight: 700;
}

/* -------------------------------------------------------- */

.archive-description {
	display: flex;
	flex-wrap: wrap;
}

.archive-description-image {
	width: 27%;
}

.archive-description-image img {
	height: 100%;
	object-fit: cover;
}

.archive-description-content {
	width: 100%;
	padding: 50px;
	background: var(--color-light);
	display: flex;
	align-items: center;
}

.archive-description-image+.archive-description-content {
	width: 73%;
}

.term-description>* {
	opacity: .5;
}


/* -------------------------------------------------------- */

.bapf_sfa_taxonomy>span {
	display: none;
}

.bapf_sfa_taxonomy,
.berocket_aapf_widget_selected_filter,
.berocket_aapf_widget_selected_filter ul {
	display: flex;
	flex-wrap: wrap;
	row-gap: 6px;
}

.bapf_sfa_taxonomy ul,
.berocket_aapf_widget_selected_filter {
	margin: 0 -4px;
}

.bapf_sfa_taxonomy,
.berocket_aapf_widget_selected_filter>ul {
	margin: 0 4px;
}

.bapf_sfa_taxonomy ul li {
	margin: 0 4px !important;
}

.bapf_sfilter .bapf_body>ul {
	overflow: hidden;
}

/* .bapf_sfa_taxonomy+ul,
.bapf_sfa_taxonomy li+li {
	margin-left: 8px !important;
} */

.berocket_aapf_widget_selected_filter i {
	margin: 2px 0 0 7px;
}

.berocket_aapf_widget_selected_filter a {
	font-size: 13px;
	font-weight: 400;
	color: #8b8b8b;
	padding: 6px 8px;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	border: 1px solid var(--color-secondary);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.berocket_aapf_widget_selected_filter a:hover {
	color: #ffffff;
	background: var(--color-secondary);
	border-color: var(--color-secondary);
}

.berocket_single_filter_widget:empty {
	display: none;
}

/* -------------------------------------------------------- */

.woocommerce-ordering {
	display: flex;
	margin-top: 70px;
	justify-content: flex-end;
	align-items: center;
}

.woocommerce-ordering span {
	white-space: nowrap;
	margin-right: 10px;
	color: #636363;
}

.woocommerce-ordering .orderby {
	max-width: 200px;
	border-radius: 100px;
	height: 45px;
	line-height: 45px;
	width: fit-content;
}

.woocommerce-ordering .nice-select+.nice-select {
	display: none;
}

/* -------------------------------------------------------------- */

.product_list_wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 15px;
	row-gap: 40px;
	position: relative;
	z-index: 0;
}

/* -------------------------------------------------------------- */

.sidebar {
	width: 23%;
	position: relative;
	z-index: 9;
}

.sidebar_head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.sidebar_head h5 {
	margin: 0;
	font-weight: 600;
	color: #121212;
}

.sidebar_body>div {
	padding: 9px 32px;
	background: var(--color-light);
}

.sidebar .bapf_ccolaps {
	padding-top: 30px;
	padding-bottom: 30px;
}

.sidebar_body>div+div {
	margin-top: 10px;
}

.sidebar .bapf_hascolarr,
.sidebar .bapf_head h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}

.sidebar .bapf_ccolaps .bapf_hascolarr {
	font-weight: 700;
}

.sidebar .bapf_head h3,
.sidebar .bapf_sfilter,
.sidebar .bapf_hascolarr,
.sidebar .reset_button .bapf_body {
	margin: 0;
}

.sidebar .bapf_ckbox_sqchck label i+i {
	margin-left: 5px;
}

.sidebar .bapf_body {
	margin: 20px 0 0 0;
}

.sidebar .bapf_hascolarr i {
	float: right;
	cursor: pointer;
	width: 9px;
	height: 5px;
	font-size: 0;
}

.sidebar .bapf_hascolarr .fa-chevron-up {
	background: url(../images/vector_arrow_up.svg) no-repeat;
}

.sidebar .bapf_hascolarr .fa-chevron-down {
	background: url(../images/vector_arrow.svg) no-repeat;
}

.sidebar label {
	margin: 0 0 0 4px;
	color: #636363;
	width: calc(100% - 29px);
}

.sidebar .checked>label {
	font-weight: bold;
	color: var(--color-secondary);
}

.sidebar li+li {
	margin-top: 15px !important;
}

.sidebar .bapf_ckbox_sqchck li:not(.checked) .fa-star:before {
	content: "\e92e";
}

/* -------------------------------------------------------------- */

.bapf_body ul li {
	display: flex;
	flex-wrap: wrap;
}

.bapf_ckbox_sqchck input[type=checkbox] {
	width: 13px;
	height: 13px;
	border: 1px solid #636363;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.bapf_sfilter.bapf_ckbox input[type=checkbox] {
	margin-top: 4px;
}

.bapf_ckbox_sqchck input[type=checkbox]:checked:after {
	left: 0;
	border: none;
	background: url(../images/tic-svg.svg) no-repeat;
	width: 100%;
	height: 100%;
	transform: initial;
	background-position: center center;
	display: none;
}

/* -------------------------------------------------------------- */

.list-section {
	width: 100%;
}

.sidebar+.list-section {
	width: 72%;
	margin-left: auto;
}

.mobile-toggler {
	display: none;
	padding: 10px 15px;
	border-radius: 100px;
	border: solid 1px #DBDBDB;
}

.mobile-toggler h5 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	font-size: 17px;
	color: #636363;
}

@media (min-width:861px) {
	.sidebar {
		margin-top: -50px;
	}
}

@media (max-width: 1680px) {
	.sidebar+.list-section {
		width: 75%;
	}

	.woocommerce-ordering {
		margin-top: 35px;
	}
}

@media (max-width: 1200px) {
	.sidebar_body {
		padding: 15px;
	}

	.sidebar_body>div {
		padding: 9px 15px;
	}

	.sidebar li+li {
		margin-top: 12px;
	}

	.sidebar+.list-section {
		width: 74%;
	}
}

@media (max-width:860px) {

	.sidebar,
	.list-section {
		width: 100%;
	}

	.sidebar_body {
		padding: 0;
	}

	.woocommerce-ordering {
		margin-top: 20px;
	}

	.sidebar .bapf_ccolaps {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.archive-description-content {
		padding: 25px;
	}

	.mobile-toggler {
		display: block;
	}

	.sidebar_body_outer {
		display: none;
	}

	.sidebar_head {
		margin: 10px 0;
	}

	.sidebar_head {
		justify-content: flex-end;
	}

	.sidebar_head h5 {
		display: none;
	}
}

@media (max-width:767px) {
	.list-section .col-3 {
		--width: 48%;
	}

	.sidebar_body {
		padding: 10px 0;
	}

	.sidebar label {
		margin: 0;
	}

	.sidebar .bapf_hascolarr,
	.sidebar .bapf_head h3 {
		font-size: 15px;
	}

	.sidebar .bapf_body {
		margin: 10px 0 0 0;
	}

	.archive-description-image,
	.archive-description-content,
	.archive-description-image+.archive-description-content {
		width: 100%;
	}

	.woocommerce-ordering .orderby {
		height: 35px;
		line-height: 35px;
	}

	.sidebar .bapf_ccolaps {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}