/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.md
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to support@qloapps.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your needs
* please refer to https://store.webkul.com/customisation-guidelines for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/afl-3.0.php Academic Free License 3.0
*/

.layered_filter_cont {
  background-color: #fff;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 3px solid #303534f1;
  /* position: relative; This is essential for ::after to position correctly */
}

.layered_filter_cont div.layered_filter_heading
{
	padding: 10px;
}
.layered_filter_cont div.layered_filter_heading div.lf_headingmain_wrapper span
{
    padding-bottom: 5px;
	color: #333;
    font-size: 16px;
    font-weight: 600;
    display: block;
}
.lf_headingmain_wrapper p{
    padding-bottom: 5px;
	color: #333;
    font-size: 16px;
    font-weight: 600;
    display: block;
}

.layered_filter_cont div.layered_filter_heading span.clear_filter
{
	cursor: pointer;
	color: #a9a9a9 !important;
    font-size: 12px !important;
    font-weight: normal !important;
    text-decoration: underline;
}

.lf_sub_cont
{
	padding: 10px;
	/* max-height: 200px; */
    overflow-y: auto;
    padding: 0 10px 10px;
}

.layered_filt
{
	margin-bottom: 5px;

}
input[type="checkbox"] {
    cursor: pointer;
}
.filters_name, .price_filter_subcont span
{
    cursor: pointer;
	font-size: 16px;
	color: #555555;
	font-weight: 400;
}

.layered_filt div.checker
{
	display: inline-block;
}

#filter_price_silder
{
	margin-top: 15px;
}

#filter_price_silder .ui-slider-range
{
	background-color: #055839;
    background-image: none;
}

#filter_price_silder .ui-slider-handle
{
	background-color: #FFFFFF;
    background-image: none;
    border-color: #bebbbb;
    border-radius: 50%;
    outline: none;
}

#filter_price_silder.ui-widget-content {
	border: none;
}