.filter_pannel ul {
    list-style:none;
    padding:0;
    margin:0 auto;


}
.cat-filter span {
    display: inline-block;
    vertical-align: middle;
    color: #3b3b3b;
}
.options li label {
    background-color: 
    #fff !important;
    width: 100%;
float: right;
position: relative;
}
.filter_pannel ul.filter-box li label {
    color: #000;
    background-color: #e6f2fb !important;
    margin-bottom: 0 !important;
    font-size: 12px;
}

.filter_pannel ul li input[type='checkbox'] {
    display: none;
}

.filter_pannel ul:first-child li label {
  display: block !important;
	cursor: pointer;
	color: #3b3b3b;
	line-height: 40px;
	padding-right: 10px;
	border: none;

}

.filter_pannel ul li i {
    font-size:18px;
    vertical-align: middle;
    width:20px;
    display:inline-block;

}




.filter_pannel ul li input[type='checkbox']:checked ~ .options {
    width: 100%;
    height: auto;
    display:block;
    min-height:40px;
    margin: 0 auto;
padding: 0 10px !important;
}
.filter_pannel ul ul {
     margin:0; padding:0;
}
.filter_pannel ul ul li a {
    display:block;
    padding:6px 12px;
    color:#999;
    text-decoration:none;
}

.filter_pannel ul ul li a:hover {
    color:#44c6eb;
}
.filter_pannel ul ul li a span {
    color:#999;
    background:none;
    border:1px solid #ccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.filter_pannel ul ul li {
    line-height: 31px;
    color: #636363 !important;
}
.filter_pannel ul ul li label{
    border: none !important;
margin: 0 !important;
padding-right: 27px !important;
}
.filter_pannel .options {
    height: 0;
    display: block;
    max-height: 300px;
     overflow: auto;
     border-top: 1px solid #f2f2f2;
}
/**************************************************end accordion styles ************************************/

#filter_price_slider{width:80%;margin: 18px auto 9px auto;}
.txt_price{
font-size: 14px;
background: #f4f4f4;
border-radius: 4px;
margin: 0 4px;
width: 50%;
text-align: center;
}
.box-cost span {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-cost {
  display: flex !important;
text-align: center;
padding-right: 5px;
margin-top: 10px;
 
}
.lbl-prise {
    font-size: 12px;
}
.txt_price_min{float:right;}
#grey{width:100%;height:100%;top:0;left:0;z-index: 999;position: fixed;background-color: #c5c5c5;display: none;opacity: 0.8;}
.options li {
    text-align: right;
}
#thing15 + label {
    padding: 0 !important;

}
.cat-filter .input-em {
    width: 19px;
    height: 18px;
    display: inline-block;
    border-radius: 4px;
    position: absolute;
    top: 12px;
 
    right: 0px;
   border: 1px solid #d8d8d8;
}
.cat-filter ul li input[type="checkbox"]:checked + label .input-em::before{
  content: "\E0E5\00FE0E";
    position: absolute;
    left: 0;
    top: 3px;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-size: 11px;
    cursor: pointer;
    font-family: 'icon-font';
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    line-height: 1;
    font-size: 13px;
}
.cat-filter ul li input[type="checkbox"]:checked + label .input-em{
    background: #00bfd6;
border: 1px solid #1fa4b3;
}
.cat-filter ul li {
   position: relative;
    padding-right: 0;
    width: 100%;
    float: right;
}
.cat-filter ul li input[type="checkbox"] {
    display: inline-block !important;
    position: absolute;
    top: 5px;
    right: 0;
    opacity: 0;
    z-index: 9;
}
.panel-default {
    box-shadow: none !important;
    border: none !important;
}
.filter_pannel ul li input[type="checkbox"]:checked + i {
    background: url(../image/them/slices.png) no-repeat !important;
    background-position-x: 0%;
    background-position-y: 0%;
    transition: all .15s ease;
    display: block;
    position: absolute;
    top: 12px;
    left: 16px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    content: "";
    background-position: -34px -750px !important;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}
.filter_pannel ul li input[type="checkbox"] + i {
    background: url(../image/them/slices.png) no-repeat;
    display: block;
    position: absolute;
    top: 12px;
    left: 16px;
    width: 15px;
    height: 15px;
    transition: all .15s ease;
    content: "";
    background-position: -34px -750px;
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.block {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    float: right;
}
.cat-filter ul li input[type="checkbox"]:checked:hover + label .input-em{
    background-position: -146px -60px !important;
    cursor: pointer;
}

.filter_pannel ul li i {
    font-size: 18px;
    vertical-align: middle;
    width: 20px;
    display: inline-block;
}

.cat-filter ul li input[type="checkbox"]:checked + label .input-em{
    background-position: -129px -78px !important;
    cursor: pointer;
}
.noUi-connect {
    border: 1px solid #00bfd6 !important;
    background: #00bfd6 !important;
}
.noUi-handle {
    border: 1px solid #00bfd6 !important;
    background: #00bfd6 !important;
}
.noUi-horizontal .noUi-handle::after {
    border-bottom: 3px solid #00bfd6 !important;
}
.box-cost {
    margin-bottom: 20px !important;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.options .frm-search {
    width: 100% !important;
    margin: 10px 0;
}
.options .frm-search input.form-control::placeholder {
    font-size: 10px !important;
}
.action-button i {
    font-size: 11px;
}
.lbl-item::after {
    content: attr(data-en);
    color: #a6a6a6;
    font-size: 11px;
    line-height: 2;
    font-weight: 300;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr;
    padding-right: 10px;
    position: absolute;
    left: 0;
    top: 8px;
}