#filterpro .option_box {
    
    
    display: block;
    margin: 5px;
    min-width: 138px;
    padding: 5px;
    
}
#filterpro_box .box-heading{
    background:#263238;
    padding: 15px 20px;
    color:#fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

#filterpro_box .price_limit {
    border: 0;
    color: #263238;
    font-weight: bold;
    width: 60px;
    min-width: 60px;
    text-align:center;
}
#filterpro .ui-widget-header {
    background: none repeat scroll 0 0 #263238;
    border: 0 none;
    color: #FFFFFF;
    font-weight: bold;
}

#filterpro select {
    width: 126px;
}

#filterpro .ui-state-hover, #filterpro .ui-state-focus, #filterpro .ui-state-active {
    border: 1px solid #38B0E3;
    background: none repeat scroll 0 0 #d9f2fc;
}

#filterpro .price_slider {
    padding: 5px;
}

#filterpro .price_slider  input {
    width: 40px;
}

#filterpro .option_values {
    padding-top: 5px;
}

#filterpro .option_name, #filterpro .attribute_group_name {
    background: url("../image/filter-bullet-down.png") no-repeat scroll right center transparent;
    cursor: pointer;
    padding: 5px;
    color: #263238;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: 700;

    text-transform: uppercase;
}
.sidebar-offcanvas .input-group{
    width: auto;
}
#filterpro .price_slider.collapsible{
    overflow: visible;
}
#filterpro .attribute_group_name{
    padding-left: 0;
}

#filterpro .hided {
    background: url("../image/filter-bullet-up.png") no-repeat scroll right center transparent;
    cursor: pointer;
}

#filterpro_box .clear_filter {
    border-bottom: 1px dashed;
    text-decoration: none;
    float: right;
    color:#fff;
    font-size: 12px;
}

#filterpro .collapsible{
    max-height: 250px;
    overflow-y: auto;    
    overflow-x: hidden;
}
#filterpro img {
    cursor: pointer;
    margin: 2px
}

#filterpro img.selected {
    border: 2px solid;
    margin: 0;
}
#column-left + #column-right + #content .product-grid > div.loadmask {
    width: 100%;
}

#filterpro input {
    margin: 4px 3px;
}
#filterpro table{
     margin-bottom: 5px;
}