a.remove-filter-element:before,a.remove-filter-element:after {
content: " ";
width: 10px;
height: 2px;
position: absolute;
left: 0;
top: 9px;
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;
letter-spacing: 0.2px;
font-size: 14px;
font-weight: 500;
cursor: pointer;
}
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;
}
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: '\e8c8';
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: '\e8c5';
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 .site-checkbox-lists li {
margin-right: 15px;
}
.widget.widget_klb_product_categories ul.children {
display: none;
}.site-gdpr {
position: fixed;
max-width: 100%;
bottom: 20px;
left: 15px;
right: 15px;
background-color: #fff;
box-shadow: 0px 5px 30px rgba(0, 0, 0, .1);
border-radius: 8px;
z-index: 100;
padding: 20px;
opacity: 0;
visibility: hidden;
pointer-events: none;
transform: translateY(30px);
}
.site-gdpr.active {
pointer-events: auto;
z-index: 9999;
}
.gdpr-icon {
margin-bottom: 20px;
}
.gdpr-icon svg {
max-width: 66px;
max-height: 66px;
}
.gdpr-text {
font-size: 13px;
margin-bottom: 15px;
line-height: 1.6;
color: #3e445a;
}
.gdpr-text a {
font-weight: 500;
color: #ed174a;
text-decoration: underline;
}
.gdpr-button .button {
font-size: 12px;
color: #fff;
}
.gdpr-inner {
text-align: center;
}
@media screen and (max-width: 64rem) {
.site-gdpr.mobile-menu-active {
bottom: 60px;
}
}
@media screen and (min-width: 64rem) {
.site-gdpr {
bottom: 40px;
left: 40px;
padding: 30px;
}
.gdpr-text {
margin-bottom: 22px;
}
}
@media screen and (min-width: 36rem) {
.site-gdpr {
max-width: 360px;
width: 100%;
}
}
@media(max-width: 600px){
.gdpr-icon {
display: none;
}	
}