a.remove-filter-element:before,a.remove-filter-element:after {
content: " ";
width: 10px;
height: 2px;
position: absolute;
left: 0;
top: 5px;
display: inline-block;
background-color: #222;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
}
a.remove-filter-element {
position: relative;
padding-left: 15px;
color: #555 !important;
font-size: 0.8125rem;
font-weight: 500;
cursor: pointer;
text-decoration: none;
}
a.remove-filter-element:before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
a.remove-filter-element:after {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
}
a.remove-filter-element:hover:before,
a.remove-filter-element:hover:after {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
.filters-container .nav-tabs.nav-tab-box {
display: inline-block;
}
ul.remove-filter {
display: inline-block;
border: medium none;
list-style: none;
padding-left: 0;
margin-bottom: 0;
}
ul.remove-filter li {
float: left;
margin-right: 10px;
}
ul.remove-filter:before,ul.remove-filter:after {content: '';display: table;clear: both;}span.subDropdown.minus:before {
content: '\e84e';
position: absolute;
color: #636363;
top: 2px;
right: 0;
font-family: "klbtheme";
font-style: normal;
font-weight: normal;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
margin-left: .2em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
cursor: pointer;
}
span.subDropdown.plus:before {
content: '\e84d';
position: absolute;
color: #636363;
top: 2px;
right: 0;
font-family: "klbtheme";
font-style: normal;
font-weight: normal;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
margin-left: .2em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
cursor: pointer;
}
.widget.widget_klb_product_categories ul.children {
display: none;
}