/* Product archive filters and the mobile filter sidebar. */

#open_sidebar_mobile,
#open_handheld_menu_mobile {
	display: none;
}

.berocket_aapf_product_count_desc {
	display: none;
}

@media (max-width: 767px) {
	.berocket_aapf_product_count_desc {
		bottom: 62px;
		box-shadow: 0 1px 5px rgb(0 0 0 / 60%);
		display: none;
		left: 3%;
		position: fixed;
		width: 94%;
		z-index: 999999;
	}

	.berocket_aapf_product_count_desc.br_aapf_pcd_left {
		bottom: 60px;
		left: 4%;
		right: 4%;
		width: 92%;
	}

	.berocket_aapf_product_count_desc.br_aapf_pcd_left > span,
	.berocket_aapf_product_count_desc.br_aapf_pcd_right > span {
		display: block;
		margin: 0;
	}

	.berocket_aapf_product_count_desc .berocket_aapf_widget_update_button {
		border-radius: 0;
		font-weight: 700 !important;
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.berocket_aapf_product_count_desc .berocket_aapf_close_pc,
	.berocket_aapf_product_count_desc.br_aapf_pcd_left .berocket_aapf_close_pc,
	.berocket_aapf_product_count_desc.br_aapf_pcd_right .berocket_aapf_close_pc {
		font-size: 32px;
		height: 40px;
		line-height: 40px;
		right: 5px;
		top: 0;
		width: 40px;
	}

	#open-sidebar-mobile,
	#open_sidebar_mobile,
	#open_handheld_menu_mobile {
		background-color: #17428c;
		border-radius: 100px;
		border-top: 0;
		color: #fff !important;
		cursor: pointer;
		display: inline-block;
		font-weight: 700 !important;
		margin-bottom: 1em;
		margin-top: 0.5em;
		padding: 0.75em 1em !important;
		text-align: center;
	}

	#open_sidebar_mobile { margin-right: 0.5em; }

	#open_sidebar_mobile::before,
	#open_handheld_menu_mobile::before {
		font-family: "Font Awesome 5 Free";
		font-size: initial;
		font-style: normal;
		padding-right: 10px;
	}

	#open_sidebar_mobile::before { content: "\f0b0"; }
	#open_handheld_menu_mobile::before { content: "\f0c9"; }

	#woocommerce_product_categories-2 {
		display: none;
	}

	[id^="tippy-"] {
		inset: auto !important;
		bottom: 80px !important;
		font-size: 1.5em;
		left: 30px !important;
		position: fixed !important;
		transform: none !important;
	}

	.tippy-content {
		color: #fff;
		font-size: 1.25em;
		font-weight: 700;
	}

	.tippy-box[data-theme~="light"] {
		background-color: #17428c !important;
		padding: 0.5em;
	}

	.tippy-box[data-theme~="light"][data-placement^="right"] > .tippy-arrow::before {
		border-right-color: #17428c !important;
	}

	.berocket_aapf_widget_update_button {
		color: #fff;
		font-weight: 400;
		padding-left: 15px;
	}
}

.berocket_aapf_widget .berocket_checkbox_color label span.berocket_color_span_block,
span.berocket_color_span_block {
	background-size: cover;
	border-width: 1px !important;
	height: 40px;
	width: 40px;
}

.ltformenwidget span.berocket_color_span_block {
	border: 0 !important;
}

.berocket_aapf_count {
	color: #aaa;
}

.berocket_slider_end_val,
.berocket_slider_start_val {
	font-size: 0.8em;
}

.bapf_show_hide {
	background-color: #e6e6e6;
	border-radius: 20px;
	display: inline-block;
	font-size: 0.9em;
	margin-top: 0.5em;
	padding: 0.2em 0.75em;
}

.irs--flat .irs-bar,
.irs--flat .irs-from,
.irs--flat .irs-single,
.irs--flat .irs-to {
	background-color: #17428c;
}

.irs--flat .irs-from::before,
.irs--flat .irs-single::before,
.irs--flat .irs-to::before {
	border-top-color: #17428c;
}

.irs--flat .irs-handle > i:first-child {
	background-color: #00a092;
}

.bapf_slidr_jqrui .bapf_from input,
.bapf_slidr_jqrui .bapf_to input {
	text-align: center;
}

.divi_slider_class .bapf_slidr_all .bapf_slidr_main.ui-slider .ui-slider-range {
	background: #17428c;
}
