/* ---------------filter-1-------------------- */
.filter-btn {
    width: 100%;
    padding: 6px 10px;
    text-align: left;
    background: #f6f6f6;
    padding-right: 25px;
    position: relative;
    display: table;
}
.filter-btn::after {
    content: "\e904";
    font-family: 'icomoon' !important;
    position: absolute;
    right: 5px;
    font-size: 12px;
    padding-top: 2px;
}

.filter-btn.collapsed::after {
    content: "\e931";
    font-family: 'icomoon' !important;
    position: absolute;
    right: 0;
    padding-top: 2px;
}
.filter-checkbox>a.active {
    color: #005A2B;
}

.filter-checkbox>a:hover {
    color: #005A2B;
}

.filter-tab {
    position: relative;
    z-index: 77;
    width: 100%;
    border: 1px solid #cecece;
    display: list-item;
    padding: 6px 15px; 
    text-align: left; 
    border-radius: 8px 8px 0 0; 
}
.filter-tab.collapsed::after {
    content: "\e931";
    font-family: 'icomoon' !important;
    position:absolute;
    right:10px;
    border-radius: 8px 8px 8px 8px;
}
.f-parent {
    position: relative;
}
.filter-tab.collapsed {
    
    border-radius: 8px 8px 8px 8px;
}

.filter-tab::after {
    content: "\e904";
    font-family: 'icomoon' !important;
    position:absolute;
    right:12px;
    font-size: 12px;
    
}

.filter-menu {
    position: absolute;
    z-index: 96;
    top: 40px;
    width: 100%;
    text-align: left;
    padding-left: 0px;
    padding-right: 16px;
}


.filter-menu > .list-group-item {
    border-bottom: 2px solid #cecece !important;
}
.filter-menu > .list-group-item:hover {
    /* border-bottom: 1px solid #cecece !important; */
}

.filter-menu >.list-group-item>.form-group {
    margin: 0px;
    width: 100%;
}

.filter-select>.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0 !important;
    /* border-bottom: 1px solid #aaa !important; */
    border-radius: 0px !important;
    min-width: 90px;
}

.label-text {
    width: 89%;
    display: block;
}




.custom-checkbox.filter-check> [type="checkbox"]:not(:checked) + label, .custom-checkbox.filter-check > [type="checkbox"]:checked + label {
    padding-left: 0px;
}

.custom-checkbox.filter-check > [type="checkbox"]:not(:checked) + label:after, .custom-checkbox.filter-check > [type="checkbox"]:checked + label:after {
        left:90% !important;
}

.custom-checkbox.filter-check > [type="checkbox"]:not(:checked) + label:before, .custom-checkbox.filter-check > [type="checkbox"]:checked + label:before {
   left:90%;
}



/* -----------------range-slider----------- */

/*span.ui-slider-handle.ui-corner-all.ui-state-default {*/
/*    background: #fff;*/
/*    border: 1px solid #212529;*/
/*    border-radius: 100%;*/
/*}*/

/*.ui-widget-header {*/
/*    background: #005A2B !important;*/
/*    height: 2px;*/
/*}*/
/*.ui-slider-horizontal {*/
/*    height: 0.5em;*/
/*}*/

/*.ui-slider-horizontal .ui-slider-handle {*/
/*    top: -0.4em;*/
/*    margin-left: -0.6em;*/
/*}*/

/*.ui-widget.ui-widget-content {*/
/*    border: 1px solid #c5c5c5;*/
/*    top: -6px;*/
/*}*/

/* range-slider new */
.kms_slider {
    position: relative;
    width: 100%;
    height: 3px;
    background-color: #e0e0e0;
    left: -2px;
}

.kms_slider > .ui-slider-range {
  position: absolute;
  top: 0;
  height: 100%;
  background: #0c121c !important
}

.kms_slider > .ui-slider-handle {
  /*width: 13px;*/
  /*height: 14px;*/
  /*border: 1px solid #ccc;*/
  /*top: -5.5px;*/
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 2px solid #0c121c;
    top: -8px;
    cursor: pointer;
    border-radius: 50%;
}

.price_range {
  position: relative;
  width: 100%;
  height: 3px;
  background-color: #e0e0e0;
  left: -2px;
}

.price_range > .ui-slider-range {
  position: absolute;
    top: 0;
    height: 100%;
    background: #0c121c !important;
}

.price_range > .ui-slider-handle {
  position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 2px solid #0c121c;
    top: -8px;
    cursor: pointer;
    border-radius: 50%;
} 
li.list-group-item.filter-checkbox {
    padding: 5px 10px;
    margin-bottom: 15px;
}