.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: 60px;
	row-gap: 40px;
	position: relative;
	z-index: 0;
	align-items: flex-start;
}

/* -------------------------------------------------------------- */

.sidebar {
	width: 25%;
	position: relative;
	z-index: 9;
	border: 1px solid #cccccc;
}

.sidebar_head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	background-color: #014ea2;
	height: 80px;
	padding: 0px 20px;
}

.sidebar_head h5 {
	margin: 0;
	font-size: 24px;
	line-height: 80px;
	text-transform: uppercase;
	font-weight: 600;
	color: #ffffff;
}

.sidebar_body>div {
	padding: 10px 0px;
	background: var(--color-light);
}

.sidebar .bapf_head h3 {
	border-bottom: 1px solid #ccc;
}

/* .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: 35px;
	font-weight: 600;
}

.sidebar .bapf_ccolaps .bapf_hascolarr {
	font-weight: 700;
}

.bapf_sfilter .bapf_colaps_smb {
	right: 20px !important;
}

.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 20px 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: #00b7c6;
}

.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: 2px;
}

input[type=checkbox]:checked {
	background-image: none !important;
}

input[type=checkbox]:before {
	content: '';
	position: absolute;
	margin: auto;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	width: 7px;
	height: 7px;
	background: #014ea2;
	border: none;
	transform: none;
	z-index: 2;
	border-radius: 100%;
}

.bapf_ckbox_sqchck input[type=checkbox]:checked:after {
	left: 0;
	border: none;
	background: none;
	width: 100%;
	height: 100%;
	transform: initial;
	background-position: center center;
	display: none;
}

input[type=checkbox] {
	width: 14px;
	height: 14px;
}

input[type=checkbox]:checked {
	background-color: transparent !important;
}

.bapf_hideckbox li label,
.bapf_hideckbox li label a {
	color: #000;
}

.bapf_hideckbox li input+label {
	font-size: 18px;
	font-weight: 400;
}

.bapf_hideckbox li input:checked+label {
	font-weight: 400;
	color: #00b7c6;
}

.col-flex {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}

.products li {
	list-style: none;
	/*width: 48%;*/
	width: 31.33%;
	margin: 0 1% 30px;
}

.products li img {
	width: 100%;
}

/* -------------------------------------------------------------- */

.list-section {
	width: 100%;
}

.sidebar+.list-section {
	width: 75%;
	margin-left: auto;
	padding-left: 3%;
}

.mobile-toggler {
	display: none;
	padding: 10px 15px;
	border-radius: 0px;
	border-bottom: solid 1px #DBDBDB;
}

.mobile-toggler h5 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	font-size: 17px;
	color: #636363;
}


.bapf_head h3 {
	padding: 0 20px !important;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold !important;
	line-height: 30px;
}

.bapf_sfilter .bapf_clr_span.h2em {
	width: 72px;
	height: 55px;
}

.bapf_hideckbox li input[type=checkbox],
.bapf_hideckbox li input[type=checkbox]:after,
.bapf_hideckbox li input[type=checkbox]:before {
	display: block !important;
}

.berocket_single_filter_widget_102 .bapf_sfilter.bapf_ckbox input[type=checkbox] {
	display: none !important;
}

.bapf_sfilter.bapf_clr_txt_bottom .bapf_clr_text,
.bapf_sfilter.bapf_clr_txt_top .bapf_clr_text {
	display: block;
	margin-right: 0;
	margin-left: 6px;
	font-size: 12px;
	width: 100%;
	text-align: left;
}

@media (min-width:861px) {
	.sidebar {
		margin-top: 0px;
	}
}

@media (max-width: 1680px) {
	.woocommerce-ordering {
		margin-top: 35px;
	}
}

@media (max-width: 1200px) {
	.sidebar_body {
		padding: 0px;
	}

	.sidebar .bapf_hascolarr,
	.sidebar .bapf_head h3 {
		font-size: 15px;
		line-height: 30px;
	}

	.bapf_hideckbox li input+label {
		font-size: 15px;
	}

	.sidebar .bapf_body {
		margin: 15px 10px 0;
	}

	.bapf_head h3 {
		padding: 0 15px !important;
	}

	.sidebar_head h5 {
		margin: 0;
		font-size: 19px;
		line-height: 55px;
	}

	.sidebar_head {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 10px;
		background-color: #014ea2;
		height: 60px;
		padding: 0px 15px;
	}

	.bapf_sfilter .bapf_clr_span.h2em {
		width: 60px;
		height: 45px;
	}

	.sidebar_body>div {
		padding: 9px 0px;
	}

	.sidebar li+li {
		margin-top: 12px;
	}

	.product-name {
		margin-bottom: 5px;
	}
}

@media (max-width:860px) {

	.bapf_head h3 {
		padding: 0 0px !important;
	}

	.sidebar_head {
		display: none;
	}

	.sidebar+.list-section {
		width: 100%;
		padding-left: 0;
	}

	.product_list_wrap {
		margin-top: 0px;
	}

	.product-name {
		margin-bottom: 0;
	}

	.sidebar,
	.list-section {
		width: 100%;
	}

	.product-name {
		font-size: 17px;
	}

	.product-size {
		font-size: 12px;
		line-height: 18px;
	}

	.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;
	}

	.woocommerce-shop .content-area {
		padding: 40px 0;
	}
}

@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;
	}
}