#layered_block_left { border: 1px solid var(--silver-color); }
#layered_block_left h2 {
    background: var(--silver-color);
    color: var(--black-color);
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px; }
#layered_block_left .block-content{ padding: 15px 20px 10px 20px; }

#layered_block_left #enabled_filters,
#layered_url_filter_block {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #d8d8d8; }

#layered_block_left .layered_filter,
#layered_block_left .layered_price{
    overflow: hidden;
    margin-bottom: 10px; }
#layered_block_left .layered_price{ padding-bottom: 10px; }
#layered_block_left .layered_subtitle {
    font-weight: 600;
    color: var(--primary-color);
    display: block;
    line-height: 22px;
    position: relative;
    margin: 0 0 8px 0; }

#enabled_filters li{
    line-height: 22px;
    padding-right: 18px;
    position: relative;
    color: #656565;
    font-weight: 600;
    font-size: 13px; }
#enabled_filters li a{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 1px;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    color: #a9a9a9; }
#enabled_filters li a:hover{ color: #252525; }

#layered_block_left .layered_filter ul{ padding: 0; }
#layered_block_left .layered_price ul{ padding: 0 5px; }
#layered_block_left .layered_filter li{ margin-bottom: 5px; }
#layered_block_left .layered_filter label{
    font-weight: 600;
    margin-bottom: 0;
    padding-left: 5px;
    line-height: 20px;
    font-size: 13px;
    max-width: 90%; }
#layered_block_left .layered_filter label a { color: var(--gray-color); }
#layered_block_left .layered_price .layered_slider_container { padding-top: 10px; }
#layered_block_left .layered_price label{
    margin-bottom: 0;
    font-weight: 600;
    color: var(--gray-color);
    font-size: 13px; }
#layered_block_left .layered_price #layered_price_range{ color: #858585; }

.ui-slider-horizontal .ui-slider-handle { margin-left: -0.3em !important; }
.ui-slider .ui-slider-handle { width: 0.6em !important; }
