.layered-navigation-block { 
    display: none; 
    background-color : black;
    height : 100%; 
    opacity : 0.35; 
    position : fixed; 
    top : 0; 
    left: 0; 
    width : 100%; 
    z-index : 900; 
}
.ajax-loader { 
    display: none; 
    z-index: 1000; 
    position: fixed; 
    top: 50%; 
    left: 50%; 
}
/*.layered-heading { 
    font-weight:bolder; 
    font-size: large; 
}*/
.layer-category .panel{box-shadow: none;}
.layer-category .list-group-item { border: 0 !important;}
.layer-category .list-group a { display:block; }
.filter-attribute-container-title{position: relative;}
.filter-attribute-container-title .ttclose:before,
.filter-attribute-container-title .ttopen:before{
    top: 8px !important;
}
/*.filter-attribute-container { border-bottom: 1px solid #ccc; }*/
.filter-attribute-container label { 
    padding: 10px 15px;
    display: block;
    font-weight: 700;
    color: #E48080;
    text-transform: capitalize;
    font-family: "Lato";
    font-size: 14px;
}
.filter-attribute-container:last-child { border-bottom: 0; }
.filter-attribute-container .remove-filter { 
    position: absolute; 
    right: 20px; 
    top: 50%; 
    margin-top: -8px; 
    font-size: 0; 
    width: 15px; 
    height: 15px; 
    padding: 0; 
    background: url(../image/remove_icon.png) no-repeat;   
    border: 0; 
}
.filter-attribute-container .remove-filter:hover { 
    background: url(../image/remove_icon.png) no-repeat !important; 
    padding: 0 1px 1px 1px;
}
.filter-attribute-container .filter-clear-all { text-align: right; }
.filter-attribute-container .filter-clear-all .clear-filter { background: none; color: #23a1d1; }
.filter-attribute-container .filter-clear-all .clear-filter:hover { background: none; color: #2a6496; }
.filter-attribute-container .list-group-item { overflow: hidden; position: relative; }
.filter-attribute-container .list-group-item p {  margin: 0; }
.filter-attribute-container .list-group-item .filter-price .input-price {
    width: 40px;
    margin: 0 10px 0 0;
    border: 0;
    background: 0; 
}
.filter-attribute-container .list-group-item .filter-price .input-price:hover { cursor: not-allowed; }
.filter-attribute-container .list-group-item .filter-price #slider-price { margin: 10px 5px; }
.filter-attribute-container .list-group-item .filter-price .slider-values { padding: 5px; text-align: center; }
.filter-attribute-container .list-group-item .filter-price .slider-values span { margin: 0 0 0 10px; }
.list-group .filter-attribute-container a { border: 0; }
/** desgin **/
.panel.panel-default {
    border: 0;
    box-shadow: 0;
}
.layer-category .panel{box-shadow: 0;}
.panel-default>.panel-heading {
    color: #444 !important;
    font-family: 'Raleway';
    display: inline-block;
    padding-right: 20px;
    font-size: 21px;
    background: #fff;
    text-transform: uppercase;
    border: none;
}
.panel-heading.layered-heading {
    background: #fff url(../image/bkg_title.png) repeat-x center 40% !important;
    display: block;
    padding: 0;
}
.layer-category .layered-heading span {
    background: #fff;
    padding: 0 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.panel-default>.layer-heading {
    display: inline-block;
    float: none;
    padding: 0;
    width: 100%;
    background: url(../image/bkg_title.png) repeat-x center 40%;
}
.layer-category .list-group .color a {
    color: #444;
    padding: 10px 5px;
    width: 45%;
    display: inline-block !important;
    border: 0 !important;
    background: 0;
    text-transform: capitalize;
}
.layer-category .list-group  a{padding: 10px 5px !important;}
.layer-category .list-group a.active, .layer-category .list-group a.active:hover, 
.layer-category .list-group a:hover{
    border: none!important; 
    text-shadow: none!important;
}
.layer-category .list-group .color a:before, .layer-category .list-group a.add-filter:before,
.layer-category .list-group .filter-act-name p:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 3px solid transparent;
    padding-right: 16px;
    margin-right: 10px;
    border-radius: 100%;
    background: #f1f1f1;
    transition:0.3s;
    -moz-transition:0.3s;
    -webkit-transition:0.3s;
}
.layer-category .list-group .color a:hover:before,
.layer-category .list-group a.add-filter:hover:before,
.layer-category .list-group .filter-act-name p:hover:before{
    border: 3px solid #e48080;
}
.layer-category .list-group .color a.black:before{background: #000;}
.layer-category .list-group .color a.brown:before{background: #A52A2A;}
.layer-category .list-group .color a.red:before{background: #FF0000;}
.layer-category .list-group .color a.blue:before{background: #0000FF;}
.layer-category .list-group .color a.green:before{background: #008000;}
.layer-category .list-group .color a.yellow:before{background: #FFFF00;}
.layer-category .list-group .color a.pink:before{background: #FFC0CB;}
.layer-category .list-group .color a.orange:before{background: #FFA500;}
/*.list-group .color a.orange:before{background: #FFA500;}
.list-group .color a.orange:before{background: #FFA500;}
.list-group .color a.orange:before{background: #FFA500;}*/
.layer-category .list-group a,.filter-attribute-container .list-group .filter-act-name p {
    color: #444 !important;
    padding: 8px 12px;
    text-transform: capitalize;
}
.layer-category .list-group .size a {
    text-transform: uppercase;
}
.layer-category .list-group .filter-act-name
@media (max-width: 1199px){
    .layer-category .list-group .color a{width: 100%;}
}
@media (max-width: 991px){}
@media (max-width: 767px){}
@media (max-width: 479px){}