/* ALL DEVICES */
.box.simonfilters {
    max-width: 237px;
    background-color: transparent;
}
.box-heading {
    font-size: 14px;
    height: 26px;
    /* font-weight: bold; */
    list-style: none;
    background-color: #ff5617;
    color: white;
    border-radius: 0px;
    margin-bottom: 2px;
    padding-left: 10px;
    text-transform: uppercase;
    line-height: 2;
}
.closemodal {
    display: inline-block;
    float: right;
    font-size: 1.4em;
    position: relative;
    bottom: 3px;
    cursor: pointer;
    font-size: 16px;
    margin-right: 5px;
    margin-top: 1px;
}
ul li {
    list-style: none;
    color: #606060;
}
ul.filter_grouper {
    padding: 0%;
    margin-bottom: 0px;
}
li.filter_group {
    margin: 0%;
    border-bottom: 1px solid #D5D0B6;
    padding-bottom: 10px;
}
.filter_title, .bf-panel-wrapper.bf-left  .bf-attr-header {
    /*background-color: white;*/
    padding-top: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    /* border-bottom: 1px solid #8FCEAD !important; */
    color: #ff5617 !important;
    font-size: 11px;
    font-weight: bold;
    padding-left: 10px;
    background-color: transparent !important;
    text-transform: uppercase;
}
.filter_title span{
    float: right;
    margin-right: 10px;
}
span.seta.glyphicon.glyphicon-chevron-down {
    float: right;
    color: #7f7f7f;
}
.form.frm-filtro {
    text-align: center;
    background-color: #FFF;
}
.keyword {
    width: 90%;
    border: 0.5px solid #ccc;
    border-radius: 3px;
    margin: 3% auto;
    padding: 5px;
    box-shadow: inset 0px 0px 3px #ccc;
    background: url("../../images/search-filter.png") no-repeat 95% center #fff;
}
.filter_ul {
    /*background-color: #FFF;*/
    overflow: scroll;
}
.filter_ul ul {
    padding-left: 5%;
    max-height: 150px;
}
.filter_ul ul li input[type="checkbox"], .box.bf-check-position input[type="checkbox"]{
    -webkit-appearance: none;
    background-color: white;
    border: 1px solid #ff5617;
    padding: 5px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    margin-right: 6px;
}
.filter_ul ul li input[type="checkbox"]:checked, .box.bf-check-position input[type="checkbox"]:checked {
    background-color: #ff5617;
}
.filter_ul ul li input[type="checkbox"]:checked:after, .box.bf-check-position input[type="checkbox"]:checked:after {
    -webkit-appearance: none;
    content: '\2714';
    font-size: 10px;
    position: absolute;
    top: -2px;
    left: 1px;
    color: white;
}
.fa-square-o:before {
    color: #fe3a14;
    content: "\f096";
}
.bf-price-container input[type="text"] {
    display: inline;
    min-width: 30px !important;
    width: 30px;
    text-align: left !important;
}
.bf-slider-container.ui-slider .ui-slider-handle, .bf-slider-range.ui-slider .ui-slider-handle{
    background: #ff5617;
}
@media all and (min-width: 992px) {
  .box.simonfilters, 
  .bf-panel-wrapper {
      width: 178px;
      padding: 0;
  }
  .closemodal {
    display: none;
  }

}

@media (max-width: 991px){
    .box.simonfilters {
        max-width: 237px;
        background-color: white;
    }   
    .bf-panel-wrapper{
        background-color: white;
    } 
}
