/**
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License version 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/license/osl-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/license/osl-3-0-php Open Software License version 3.0
*/

.layered_filter_cont {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin-top: 20px;
}

.layered_filter_cont div.layered_filter_heading {
  padding: 10px;
}

.layered_filter_cont
  div.layered_filter_heading
  div.lf_headingmain_wrapper
  span {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  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;
}

.filters_name,
.price_filter_subcont span {
  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: var(--primary-base);
  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;
}
