.filter_new .list_new{
    margin-top: 25px;
    position: relative;
    z-index: 99;
    display: inline-block;
    float: left;
    height: 30px;
    margin-right: 10px;
}

.list_new a {
    color: #fff;
}
.list_new p{
    margin: 0px;
}
.list_new .dropdown dd,
.list_new .dropdown dt {
    margin: 0px;
    padding: 0px;
}

.list_new .dropdown ul {
    margin: -1px 0 0 0;
}

.list_new .dropdown dd {
    position: relative;
}

.list_new .dropdown a,
.list_new .dropdown a:visited {
    color: #000;
    text-decoration: none;
    outline: none;
    font-size: 13px;
    font-family: Arial;
    display: flex;
}

.list_new .dropdown .fn_filter_link,
.list_new .dropdown .fn_filter_link:visited {
    color: #000;
    text-decoration: none;
    outline: none;
    font-size: 13px;
    font-family: Arial;
    display: flex;
}

.list_new .dropdown dt .filter_link {
    background-color: #fff;
    padding: 5px 5px 5px 10px;
    overflow: hidden;
    border: 1px solid #dddddd;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.5s ease;
}
.list_new .dropdown dt .filter_link.active {
    border: 1px solid #54aa94;
    transition: all 0.5s ease;
}
.list_new .dropdown dt a span
{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 3px 0px 0;
}
.list_new .multiSel span {
    cursor: pointer;
    display: inline-block !important;
    justify-content: center;
    align-items: center;
    padding: 0 3px 0px 0;
}
.list_new .dropdown dt a span img{
    margin-left: 10px;
    transition: all 0.5s ease;
}
.list_new .dropdown dt a.active span img{
    margin-left: 10px;
    transition: all 0.5s ease;
    transform: rotate(180deg);
    transform-origin: center;
}

.list_new .dropdown dd .mutliSelect_list {
    background-color: #fff;
    border: 0;
    color: #000;
    display: none;
    left: 0px;
    padding: 20px;
    position: absolute;
    top: 10px;
    width: auto;
    list-style: none;
    overflow: auto;
    height: 400px;
    -webkit-box-shadow: 0 0 33px -10px rgba(0,0,0,.3);
    box-shadow: 0 0 33px -10px rgba(0,0,0,.3);
}
.pricenn .dropdown dd .mutliSelect_list {
    height: auto !important;
}
.list_new .dropdown dd .mutliSelect_list:after {
    content: '';
    position: absolute;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid white;
}
.list_new .dropdown span.value {
    display: none;
}

.list_new .dropdown dd ul li a {
    padding: 5px;
    display: block;
}

.list_new .dropdown dd ul li a:hover {
    background-color: #fff;
}

.list_new .filtered_btn {
    background-color: #54aa94;
    border: 0;
    padding: 10px 10px;
    margin: 5px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
}
.filter_search{
    height: 30px !important;
    border: 1px solid #dadada !important;
    border-radius: 0px !important;
    margin-bottom: 10px !important;
    -webkit-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    position: relative;
    background-image: url("../images/search.png");
    background-repeat: no-repeat;
    background-position: 95%;
}
.filter_item label {
    font-weight: bold;
    display: flex;
    font-size: 12px;
}

.filter_item.disabled_filter {
    color: grey;
}

.filter_search::placeholder{
    color: #dadada;
}
.checkbox_new {
    display: none;
}
.checkbox-custom_new {
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid #dadada;
    border-radius: 3px;
    margin-right: 10px;
}
.checkbox-custom_new,
.label_new {
    display: inline-block;
    vertical-align: middle;
    float: left;
    max-width: 200px;
}
.checkbox-custom_new.checked {
    /*content: "";
    display: block;
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;*/
    background: #ef936c;
    border-radius: 2px;
    background-image: url(../images/filtered.png);
    background-position: center;
    background-repeat: no-repeat;
}
.filter_item{
    margin-bottom: 5px;
}
/*#minCost, #maxCost {
    text-align: center;
    max-width: 60px;
    height: 35px;
    padding: 0 5px;
    line-height: 1;
    margin-bottom: 15px;
    border-radius: 0px;
    -webkit-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    box-shadow: unset !important;
}*/
.price_range {
    overflow: hidden;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 15px;
}
.price_label {
    float: left;
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
}
.max_price {
    text-align: right;
}
.max_input,
.min_input {
    max-width: 100%;
    padding: 0 8px;
    line-height: 30px;
    height: 32px;
    border: 1px solid #e8e8e1;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #ef936c !important;
    border-radius: 50px;
    width: 20px !important;
    height: 20px !important;
    border: unset !important;
}
.ui-widget-content {
    border: unset !important;
    background: #d9d9d9 !important;
    color: #222222/*{fcContent}*/;
}
.ui-slider-horizontal {
    height: 0.2em !important;
}
.ui-widget-header {
    border: 1px solid #aaaaaa/*{borderColorHeader}*/;
    background: #ef936c !important;
    color: #222222/*{fcHeader}*/;
    font-weight: bold;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -8px !important;
    margin-left: -.6em;
}
#price_polzun {
    clear: both;
    margin-bottom: 25px !important;
}
.multiSel{
    padding-right: 30px;
}
.filtred_active {
    background-color: #54aa94 !important;
    color: #fff !important;
    transition: all 0.5s ease !important;
    position: relative;
    border: 1px solid #53aa94 !important;
}
.del_filtred_data {
    cursor: pointer;
    position: absolute;
    background-color: #3b8a76;
    height: 100%;
    width: 30px;
    top: 0px;
    right: 0px;
    border-radius: 0px 5px 5px 0px;
    background-image: url(../images/delfd.png);
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}
.clear_filter{
    display: flex !important;
    justify-content: center;
    align-items: center;
    max-width: 150px;
    float: left !important;
}
.clear_filter span{
    color: #54aa94;
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
    margin: 0px;
}
.chpy_filter{
    display: inline-block;
    width: 100%;
}
.count_f{
    color: #bfbfbf;
    font-size: 14px;
    font-weight: 400;
}
.label_new{
    width: 200px;
}
.general_filter{
    background-color: #fff;
    height: 30px !important;
    display: flex !important;
    border: 1px solid #dddddd;
    justify-content: center;
    align-items: center;
    color: #000;
    padding: 0px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.general_filter.active{
    color: #fff;
    background-color: #54aa94;
    transition: all 0.5s ease;
}
