@-webkit-keyframes bounce {
0%, 100% {
-webkit-transform: scale(0); }
50% {
-webkit-transform: scale(1); } }
@keyframes bounce {
0%, 100% {
transform: scale(0);
-webkit-transform: scale(0); }
50% {
transform: scale(1);
-webkit-transform: scale(1); } }
@keyframes blink {
0% {
opacity: 1; }
50% {
opacity: 0; }
100% {
opacity: 1; } }
@-webkit-keyframes blink {
0% {
opacity: 1; }
50% {
opacity: 0; }
100% {
opacity: 1; } }
@-moz-keyframes blink {
0% {
opacity: 1; }
50% {
opacity: 0; }
100% {
opacity: 1; } }
.zoo-layer-nav {
position: relative; }
.zoo-layer-nav.zoo_ln_vertical .zoo-filter-block {
width: 100%;
display: inline-block;
margin-bottom: 30px; }
.zoo-layer-nav:after {
width: 100%;
height: 100%;
position: absolute;
content: '';
display: none;
left: 0;
top: 0;
background: rgba(255, 255, 255, 0.6);
visibility: hidden;
z-index: -1;
opacity: 0;
transition: all 500ms;
-webkit-transition: all 500ms;
-moz-transition: all 500ms;
-o-transition: all 500ms;
-ms-transition: all 500ms; }
.zoo-layer-nav:before {
width: 20px;
height: 20px;
border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
background: #00c4b4;
content: '';
display: none;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-animation: blink 0.7s infinite;
-moz-animation: blink 0.7s infinite;
animation: blink 0.7s infinite;
visibility: hidden; }
.zoo-layer-nav.zoo-ln-filtering:after {
opacity: 1;
visibility: visible;
z-index: 1; }
.zoo-layer-nav.zoo-ln-filtering:before {
visibility: visible;
z-index: 2; }
.zoo-ln-loading {
position: relative; }
.zoo-ln-loading:before {
content: '';
display: none;
z-index: 1;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: rgba(255, 255, 255, 0.6); }
.zoo-ln-loading:after {
width: 20px;
height: 20px;
opacity: 0.8;
background: #00c4b4;
content: '';
display: none;
position: absolute;
left: 50%;
top: 50%;
border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-animation: blink 0.7s infinite;
-moz-animation: blink 0.7s infinite;
animation: blink 0.7s infinite;
z-index: 2; }
.zoo-filter-block {
margin-bottom: 40px; }
.zoo-filter-block > .zoo-list-filter-item {
margin: 0; }
.zoo-filter-block > .zoo-list-filter-item ul {
margin: 0 0 0 15px; }
.zoo-filter-item {
list-style: none;
position: relative;
color: #959595; }
.zoo-filter-item label {
transition: all 300ms;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-o-transition: all 300ms;
-ms-transition: all 300ms; }
.zoo-filter-item.selected > label {
color: #252525;
cursor: pointer; }
.zoo-filter-item input {
margin-right: 5px;
display: inline;
cursor: pointer; }
.zoo-filter-item .count {
color: #252525;
font-size: 12px;
height: 20px;
min-width: 20px;
padding: 0 3px;
background: #ebebeb;
border-radius: 50%;
line-height: 20px;
display: inline-block;
text-align: center;
position: absolute;
top: 10px;
right: 0; }
.zoo-ln-toggle-view {
width: 30px;
height: 30px;
font-size: 12px;
line-height: 30px;
text-align: center;
cursor: pointer;
position: absolute;
right: 30px;
top: 5px;
display: block; }
.zoo-ln-toggle-view:hover {
color: #252525; }
.zoo-ln-toggle-view.active i:before {
content: '\c009'; }
.zoo-ln-toggle-view i {
display: block;
width: 30px;
height: 30px;
line-height: 30px; }
.zoo-ln-slider-range.ui-widget.ui-widget-content {
height: 8px;
border: none;
border-radius: 0;
background: #ebebeb;
margin-bottom: 30px;
width: calc(100% - 25px);
margin-left: 10px; }
.zoo-ln-slider-range.ui-widget.ui-widget-content .ui-slider-handle {
width: 25px;
height: 25px;
border-radius: 50%;
background: #00c4b4;
border: none;
top: -9px;
cursor: pointer;
transition: box-shadow 300ms; }
.zoo-ln-slider-range.ui-widget.ui-widget-content .ui-slider-handle:hover {
box-shadow: 5px 5px 10px rgba(0, 196, 180, 0.3); }
.zoo-ln-slider-range.ui-widget.ui-widget-content .ui-slider-range {
background: #252525; }
.zoo-filter-by-price.slider-price .zoo-title-filter-block {
margin-bottom: 25px; }
.zoo-slider-price-amount > span {
padding: 0 5px; }
.zoo-title-filter-block {
position: relative;
margin-bottom: 15px; }
.zoo-ln-toggle-block-view {
position: absolute;
width: 25px;
height: 25px;
text-align: center;
line-height: 25px;
font-size: 12px;
right: 0;
top: calc(50% - 10px);
cursor: pointer; }
.visible .zoo-ln-toggle-block-view i:before {
content: '\c264'; }
.zoo-list-filter-item .zoo-filter-item label:before {
font-family: cleversoft;
content: '\c244';
font-size: 14px;
padding-right: 5px; }
.zoo-list-filter-item .zoo-filter-item label > input {
display: none; }
.zoo-list-filter-item .zoo-filter-item.selected > label:before {
content: '\c254'; }
@media (min-width: 768px) {
.zoo-list-filter-item .zoo-filter-item label:hover:before {
content: '\c254'; }
.zoo-filter-item label:hover {
color: #252525; } }
.zoo-list-filter-item .zoo-filter-item.zoo-ln-review-item span {
text-transform: capitalize;
display: inline-block;
color: #252525; }
.zoo-list-filter-item .zoo-filter-item.zoo-ln-review-item input {
display: inline-block;
border: none;
border-bottom: 1px solid #f5f5f5;
padding: 0 5px;
margin-left: 5px;
margin-bottom: 0;
width: auto; }
.zoo-list-filter-item .zoo-filter-item.zoo-ln-review-item input:focus {
border-color: #252525; } .zoo-ln-star {
text-indent: -10000;
position: relative;
line-height: 1;
height: 15px;
display: inline-block;
cursor: pointer;
opacity: 0.6;
transition: all 300ms;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-o-transition: all 300ms;
-ms-transition: all 300ms; }
.zoo-ln-star:after, .zoo-ln-star:before {
font-family: cleversoft;
line-height: 1;
font-size: 14px;
height: 15px; }
.zoo-ln-star:before {
content: '\c241\c241\c241\c241\c241';
color: inherit; }
.zoo-ln-star:after {
position: absolute;
left: 0;
color: #f9bf3b;
bottom: 0; }
.zoo-ln-star.zoo-ln-1-star:after {
content: '\c241'; }
.zoo-ln-star.zoo-ln-2-star:after {
content: '\c241\c241'; }
.zoo-ln-star.zoo-ln-3-star:after {
content: '\c241\c241\c241'; }
.zoo-ln-star.zoo-ln-4-star:after {
content: '\c241\c241\c241\c241'; }
.zoo-ln-star.zoo-ln-5-star:after {
content: '\c241\c241\c241\c241\c241'; }
.selected .zoo-ln-star, .zoo-ln-star:hover {
opacity: 1; }  .zoo-ln-btn {
padding: 10px 20px;
color: #fff;
background: #00c4b4;
transition: all 300ms;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-o-transition: all 300ms;
-ms-transition: all 300ms; }
.zoo-ln-btn:hover, .zoo-ln-btn:focus {
background: #252525;
color: #fff; }
.zoo-ln-wrap-col {
margin: 0;
display: inline-block;
width: 100%;
padding: 30px 15px;
background: #f5f5f5; }
.zoo-ln-wrap-col .zoo-wrap-layer-filter {
padding: 0 15px; }
.zoo-ln-wrap-col .zoo-filter-block:last-child {
margin-bottom: 0;
padding-bottom: 0 !important; }
@media (min-width: 769px) {
.zoo-ln-2-cols .zoo-wrap-layer-filter {
width: 50%;
float: left; }
.zoo-ln-3-cols .zoo-wrap-layer-filter {
width: 33.33%;
float: left; }
.zoo-ln-4-cols .zoo-wrap-layer-filter {
width: 25%;
float: left; }
.zoo-ln-5-cols .zoo-wrap-layer-filter {
width: 20%;
float: left; }
.zoo-ln-6-cols .zoo-wrap-layer-filter {
width: 16.66%;
float: left; } }  .zoo-ln-wrap-activated-filter {
margin: 0; }
.zoo-ln-wrap-activated-filter li {
list-style: none; }
.zoo-ln-group-activated-filter {
width: 100%;
display: inline-block; }
.zoo-ln-group-activated-filter span {
color: #252525;
text-transform: capitalize; }
.zoo-ln-group-activated-filter button.zoo-ln-remove-filter-item {
background: none;
color: #959595;
text-transform: none;
padding: 0;
display: inline-block;
height: auto;
line-height: 1;
letter-spacing: 0;
border-radius: 0;
font-weight: normal;
margin-right: 10px; }
.zoo-ln-group-activated-filter button.zoo-ln-remove-filter-item:hover {
background: none;
color: #ed1c24; }
.zoo-ln-group-activated-filter button.zoo-ln-remove-filter-item i {
font-size: 10px;
color: inherit;
margin-right: 5px; }
.zoo-ln-group-activated-filter button.zoo-ln-remove-filter-item.zoo-ln-clear-all {
color: #252525;
font-weight: 500;
border-bottom: 2px solid transparent;
padding-bottom: 5px;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 14px; }
.zoo-ln-group-activated-filter button.zoo-ln-remove-filter-item.zoo-ln-clear-all:hover {
border-color: #252525; }
.zoo-ln-group-activated-filter.zoo-ln-activated-clear-all {
margin-top: 5px; } .ui-slider .ui-slider-handle {
position: absolute;
z-index: 2; }
.zoo-ln-slider-range.ui-widget.ui-widget-content .ui-slider-range {
background: #252525; }
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%; }
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0; }
.ui-slider {
position: relative;
text-align: left; }
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
border-radius: 4px; }
.ui-slider-horizontal .ui-slider-handle {
margin-left: -.6em; } .zoo-ln-set-max-height ul.zoo-list-filter-item {
overflow-y: scroll;
overflow-x: hidden;
margin-left: 0 !important;
padding-right: 15px; }  .scroll-wrapper {
overflow: hidden !important;
padding: 0 !important;
position: relative; }
.scroll-wrapper > .scroll-content {
border: none !important;
box-sizing: content-box !important;
height: auto;
left: 0;
margin: 0;
max-height: none;
max-width: none !important;
overflow: scroll !important;
padding: 0;
position: relative !important;
top: 0;
width: auto !important; }
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
height: 0;
width: 0; }
.scroll-element {
display: none; }
.scroll-element, .scroll-element div {
box-sizing: content-box; }
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
display: block; }
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
cursor: default; }
.scroll-textarea {
border: 1px solid #cccccc;
border-top-color: #999999; }
.scroll-textarea > .scroll-content {
overflow: hidden !important; }
.scroll-textarea > .scroll-content > textarea {
border: none !important;
box-sizing: border-box;
height: 100% !important;
margin: 0;
max-height: none !important;
max-width: none !important;
overflow: scroll !important;
outline: none;
padding: 2px;
position: relative !important;
top: 0;
width: 100% !important; }
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
height: 0;
width: 0; } .scroll-wrapper > .scroll-element,
.scroll-wrapper > .scroll-element div {
border: none;
margin: 0;
padding: 0;
position: absolute;
z-index: 1; }
.scroll-wrapper > .scroll-element div {
display: block;
height: 100%;
left: 0;
top: 0;
width: 100%; }
.scroll-wrapper > .scroll-element.scroll-x {
bottom: 2px;
height: 8px;
left: 0;
width: 100%; }
.scroll-wrapper > .scroll-element.scroll-y {
height: 100%;
right: 2px;
top: 0;
width: 8px; }
.scroll-wrapper > .scroll-element .scroll-element_outer {
overflow: hidden; }
.scroll-wrapper > .scroll-element .scroll-element_outer,
.scroll-wrapper > .scroll-element .scroll-element_track,
.scroll-wrapper > .scroll-element .scroll-bar {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px; }
.scroll-wrapper > .scroll-element .scroll-element_track,
.scroll-wrapper > .scroll-element .scroll-bar {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
filter: alpha(opacity=40);
opacity: 0.4; }
.scroll-wrapper > .scroll-element .scroll-element_track {
background-color: #e0e0e0; }
.scroll-wrapper > .scroll-element .scroll-bar {
background-color: #c2c2c2;
cursor: pointer; }
.scroll-wrapper > .scroll-element:hover .scroll-bar {
background-color: #919191; }
.scroll-wrapper > .scroll-element.scroll-draggable .scroll-bar {
background-color: #919191; } .scroll-wrapper > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
left: -12px; }
.scroll-wrapper > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
top: -12px; }
.scroll-wrapper > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
left: -12px; }
.scroll-wrapper > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
top: -12px; } ul.zoo-list-cw-attribute:not(.zoo-list-filter-item) {
margin: 0;
padding-top: 10px; }
ul.zoo-list-cw-attribute:not(.zoo-list-filter-item) .cw-type {
display: block;
width: 100%;
height: 100%;
text-indent: 200%; }
.cw-type-select .zoo-filter-item {
width: 100% !important; }
.zoo-cw-filter:not(.cw-type-select) .zoo-list-cw-attribute {
margin: 0 -3px; }
.cw-type-color.inline .zoo-filter-item, .cw-type-image.inline .zoo-filter-item {
position: relative;
display: inline-block;
margin: 0 3px 5px;
overflow: hidden;
padding: 2px;
border: 2px solid #ebebeb;
transition: all 300ms;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-o-transition: all 300ms;
-ms-transition: all 300ms;
border-radius: 50%; }
.cw-type-color.inline .zoo-filter-item .cw-type, .cw-type-image.inline .zoo-filter-item .cw-type {
display: block;
width: 100%;
height: 100%;
border-radius: 50%; }
.cw-type-color.inline .zoo-filter-item label, .cw-type-image.inline .zoo-filter-item label {
display: block;
width: 100%;
height: 100%;
border-radius: 50%;
overflow: hidden; }
.cw-type-color.inline .zoo-filter-item label:before, .cw-type-image.inline .zoo-filter-item label:before {
display: none; }
.cw-type-color.inline .zoo-filter-item input, .cw-type-image.inline .zoo-filter-item input {
display: none; }
.cw-type-color.inline .zoo-filter-item .count, .cw-type-image.inline .zoo-filter-item .count {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background: none;
color: #fff;
text-shadow: 1px 1px 2px #252525; }
.cw-type-color.inline .zoo-filter-item:hover, .cw-type-color.inline .zoo-filter-item.selected, .cw-type-image.inline .zoo-filter-item:hover, .cw-type-image.inline .zoo-filter-item.selected {
border-color: #252525; }
.cw-type-text.inline .zoo-filter-item {
width: auto !important;
text-align: center; }
.cw-type-text.inline input {
display: none; }
.cw-type-text.inline .zoo-filter-item {
padding: 0 5px;
margin: 0 3px 5px;
border: 2px solid #ebebeb;
transition: all 300ms;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-o-transition: all 300ms;
-ms-transition: all 300ms;
display: inline-block; }
.cw-type-text.inline .zoo-filter-item:hover, .cw-type-text.inline .zoo-filter-item.selected {
border-color: #252525; }
.cw-type-text.inline .zoo-filter-item label {
line-height: inherit; }
.cw-type-text.inline .zoo-filter-item label:before {
display: none; }
.cw-type-text.inline .zoo-filter-item .count {
position: static;
margin-left: 5px; } .cw-type-color.list .zoo-filter-item label, .cw-type-image.list .zoo-filter-item label {
display: flex;
align-items: center; }
.cw-type-color.list .zoo-filter-item label:before, .cw-type-image.list .zoo-filter-item label:before {
position: absolute;
content: '\c265';
color: #fff;
text-shadow: 1px 1px 2px #252525;
height: 25px;
line-height: 25px;
width: 25px;
text-align: center;
left: 0;
padding: 0;
opacity: 0;
transition: all 300ms;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-o-transition: all 300ms;
-ms-transition: all 300ms; }
.cw-type-color.list .zoo-filter-item:hover label:before, .cw-type-color.list .zoo-filter-item.selected label:before, .cw-type-image.list .zoo-filter-item:hover label:before, .cw-type-image.list .zoo-filter-item.selected label:before {
opacity: 1; }
.cw-type-color.list .cw-type, .cw-type-image.list .cw-type {
width: 25px;
height: 25px;
display: inline-block;
border-radius: 50%;
margin-right: 10px;
box-shadow: 1px 1px 5px #ebebeb; }   .zoo-ln-wrap-heading {
width: 100%;
display: flex;
align-items: flex-start;
justify-content: space-between; }
.zoo-ln-wrap-heading .zoo-list-categories .zoo-filter-item {
display: inline-block;
padding: 0 15px 0 0;
margin-right: 15px; }
.zoo-ln-wrap-heading .zoo-list-categories .zoo-filter-item label {
font-size: 1.2rem; }
.zoo-ln-wrap-heading .zoo-list-categories .zoo-filter-item label:before {
display: none; }
.zoo-ln-wrap-heading .zoo-list-categories .zoo-filter-item:after {
content: '';
height: 22px;
width: 1px;
background: #959595;
position: absolute;
opacity: 0.5;
right: 0;
bottom: calc(50% - 11px);
transform: rotate(20deg); }
.zoo-ln-wrap-heading .zoo-list-categories .zoo-filter-item:last-child {
margin: 0; }
.zoo-ln-wrap-heading .zoo-list-categories .zoo-filter-item:last-child:after {
display: none; }
.zoo-ln-filter-form.horizontal-filter .zoo-filter-block:last-child {
border: none;
margin-bottom: 0; }
.zoo-ln-filter-form.horizontal-filter .zoo-ln-toggle-block-view {
display: none; } .zoo-ln-range-val {
margin-top: 20px;
width: 100%;
display: inline-block; }
.zoo-ln-range-val .zoo-ln-attr-val {
padding: 0 5px;
font-weight: bold; }
.zoo-flat-slider.ui-slider {
margin: 40px 0; }
.zoo-flat-slider.ui-slider .ui-slider-pip .ui-slider-line {
background: #7e8c9f; }
.zoo-flat-slider.ui-slider {
background: #ebebeb;
border: none;
border-radius: 0; }
.zoo-flat-slider.ui-slider .ui-slider-handle {
width: 20px;
height: 20px;
bottom: calc(100% + 10px);
border-color: transparent;
transition: border 0.4s ease; }
.zoo-flat-slider.ui-slider .ui-slider-handle:after {
content: '';
display: block;
width: 100%;
height: 100%;
-webkit-transform: rotateZ(45deg);
transform: rotateZ(45deg);
border-radius: 50% 50% 0; }
.zoo-flat-slider.ui-slider .ui-slider-handle .ui-slider-tip {
position: absolute;
top: calc(100% + 45px);
transform: translateX(-50%);
left: 50%;
padding: 0 3px;
background: #fff;
border-radius: 2px; }
.zoo-flat-slider.ui-slider .ui-slider-handle.ui-state-hover,
.zoo-flat-slider.ui-slider .ui-slider-handle.ui-state-focus,
.zoo-flat-slider.ui-slider .ui-slider-handle.ui-state-active {
border-color: #172f38; }
.zoo-flat-slider.ui-slider .ui-slider-pip .ui-slider-line {
background: #ebebeb;
transition: all 0.4s ease; }
.zoo-flat-slider.ui-slider.ui-slider-horizontal {
height: 6px; }
.zoo-flat-slider.ui-slider.ui-slider-horizontal .ui-slider-pip {
top: 10px; }
.zoo-flat-slider.ui-slider.ui-slider-horizontal .ui-slider-pip .ui-slider-line {
width: 2px;
height: 10px;
margin-left: -1px; }
.zoo-flat-slider.ui-slider.ui-slider-horizontal .ui-slider-pip[class*=ui-slider-pip-selected] .ui-slider-line {
height: 20px; }
.zoo-flat-slider.ui-slider.ui-slider-horizontal .ui-slider-pip.ui-slider-pip-inrange .ui-slider-line {
height: 12px; }
.zoo-flat-slider .ui-slider-handle:after,
.zoo-flat-slider .ui-slider-range,
.zoo-flat-slider .ui-slider-pip[class*=ui-slider-pip-selected] .ui-slider-line,
.zoo-flat-slider .ui-slider-pip.ui-slider-pip-inrange .ui-slider-line {
background-color: #00c4b4; }
.ui-slider-pip .ui-slider-label {
display: none; }
.zoo-flat-slider .ui-slider-pip {
position: absolute;
display: block;
width: 1px; }
.zoo-flat-slider .ui-slider-pip .ui-slider-line {
display: block; }@font-face {
font-family: 'cleversoft';
src:  url(//werkzeugbox.jugendgerecht.de/wp-content/plugins/clever-layered-navigation/assets/vendor/cleverfont/fonts/cleversoft.eot?tmzgk7);
src:  url(//werkzeugbox.jugendgerecht.de/wp-content/plugins/clever-layered-navigation/assets/vendor/cleverfont/fonts/cleversoft.eot?tmzgk7#iefix) format('embedded-opentype'),
url(//werkzeugbox.jugendgerecht.de/wp-content/plugins/clever-layered-navigation/assets/vendor/cleverfont/fonts/cleversoft.woff2?tmzgk7) format('woff2'),
url(//werkzeugbox.jugendgerecht.de/wp-content/plugins/clever-layered-navigation/assets/vendor/cleverfont/fonts/cleversoft.ttf?tmzgk7) format('truetype'),
url(//werkzeugbox.jugendgerecht.de/wp-content/plugins/clever-layered-navigation/assets/vendor/cleverfont/fonts/cleversoft.woff?tmzgk7) format('woff'),
url(//werkzeugbox.jugendgerecht.de/wp-content/plugins/clever-layered-navigation/assets/vendor/cleverfont/fonts/cleversoft.svg?tmzgk7#cleversoft) format('svg');
font-weight: normal;
font-style: normal;
}
.cs-font { font-family: 'cleversoft' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.clever-icon-layout-2:before {
content: "\c320";
}
.clever-icon-button:before {
content: "\c319";
}
.clever-icon-quote-3:before {
content: "\c318";
}
.clever-icon-page-builder:before {
content: "\c317";
}
.clever-icon-carousel:before {
content: "\c316";
}
.clever-icon-banner:before {
content: "\c315";
}
.clever-icon-divider:before {
content: "\c314";
}
.clever-icon-click:before {
content: "\c313";
}
.clever-icon-cookie:before {
content: "\c312";
}
.clever-icon-tab:before {
content: "\c311";
}
.clever-icon-slider:before {
content: "\c310";
}
.clever-icon-recent-blog .path1:before {
content: "\c300";
color: rgb(0, 0, 0);
}
.clever-icon-recent-blog .path2:before {
content: "\c301";
margin-left: -1.25em;
color: rgb(0, 0, 0);
}
.clever-icon-recent-blog .path3:before {
content: "\c302";
margin-left: -1.25em;
color: rgb(0, 0, 0);
}
.clever-icon-recent-blog .path4:before {
content: "\c303";
margin-left: -1.25em;
color: rgb(0, 0, 0);
}
.clever-icon-recent-blog .path5:before {
content: "\c304";
margin-left: -1.25em;
color: rgb(0, 0, 0);
}
.clever-icon-recent-blog .path6:before {
content: "\c305";
margin-left: -1.25em;
color: rgb(255, 255, 255);
}
.clever-icon-recent-blog .path7:before {
content: "\c306";
margin-left: -1.25em;
color: rgb(0, 0, 0);
}
.clever-icon-blog:before {
content: "\c299";
}
.clever-icon-wallet-1:before {
content: "\c298";
}
.clever-icon-handshake:before {
content: "\c297";
}
.clever-icon-undo-1:before {
content: "\c296";
}
.clever-icon-plane-3:before {
content: "\c295";
}
.clever-icon-plane-2:before {
content: "\c294";
}
.clever-icon-clock-4:before {
content: "\c293";
}
.clever-icon-play-4:before {
content: "\c292";
}
.clever-icon-play-3:before {
content: "\c291";
}
.clever-icon-face-1:before {
content: "\c290";
}
.clever-icon-comment-1:before {
content: "\c289";
}
.clever-icon-comment-2:before {
content: "\c288";
}
.clever-icon-comment-3:before {
content: "\c287";
}
.clever-icon-comment-4:before {
content: "\c286";
}
.clever-icon-360-2:before {
content: "\c284";
}
.clever-icon-360-1:before {
content: "\c283";
}
.clever-icon-heart-6:before {
content: "\c282";
}
.clever-icon-heart-5:before {
content: "\c281";
}
.clever-icon-filter-3:before {
content: "\c285";
}
.clever-icon-refresh-5:before {
content: "\c280";
}
.clever-icon-heart-4:before {
content: "\c279";
}
.clever-icon-heart-3:before {
content: "\c278";
}
.clever-icon-ruler:before {
content: "\c277";
}
.clever-icon-help:before {
content: "\c276";
}
.clever-icon-hand-up:before {
content: "\c275";
}
.clever-icon-hand-down:before {
content: "\c274";
}
.clever-icon-arrow-up:before {
content: "\c273";
}
.clever-icon-arrow-down:before {
content: "\c272";
}
.clever-icon-arrow-left-4:before {
content: "\c271";
}
.clever-icon-arrow-right-4:before {
content: "\c270";
}
.clever-icon-refresh-4:before {
content: "\c269";
}
.clever-icon-refresh-3:before {
content: "\c268";
}
.clever-icon-quote-2:before {
content: "\c267";
}
.clever-icon-pause:before {
content: "\c266";
}
.clever-icon-check:before {
content: "\c265";
}
.clever-icon-caret-down:before {
content: "\c264";
}
.clever-icon-caret-left:before {
content: "\c263";
}
.clever-icon-caret-right:before {
content: "\c262";
}
.clever-icon-caret-up:before {
content: "\c261";
}
.clever-icon-caret-square-dow:before {
content: "\c260";
}
.clever-icon-caret-square-left:before {
content: "\c259";
}
.clever-icon-caret-square-right:before {
content: "\c258";
}
.clever-icon-caret-square-up:before {
content: "\c257";
}
.clever-icon-check-circle-o:before {
content: "\c256";
}
.clever-icon-check-circle:before {
content: "\c255";
}
.clever-icon-check-square-o:before {
content: "\c254";
}
.clever-icon-check-square:before {
content: "\c253";
}
.clever-icon-circle-o:before {
content: "\c252";
}
.clever-icon-circle:before {
content: "\c251";
}
.clever-icon-dribbble:before {
content: "\c250";
}
.clever-icon-flickr:before {
content: "\c249";
}
.clever-icon-foursquare:before {
content: "\c248";
}
.clever-icon-github:before {
content: "\c247";
}
.clever-icon-linkedin:before {
content: "\c246";
}
.clever-icon-rss:before {
content: "\c245";
}
.clever-icon-square-o:before {
content: "\c244";
}
.clever-icon-square:before {
content: "\c243";
}
.clever-icon-star-o:before {
content: "\c242";
}
.clever-icon-star:before {
content: "\c241";
}
.clever-icon-tumblr:before {
content: "\c240";
}
.clever-icon-xing:before {
content: "\c239";
}
.clever-icon-twitter:before {
content: "\c238";
}
.clever-icon-cart-16:before {
content: "\c237";
}
.clever-icon-heart-2:before {
content: "\c236";
}
.clever-icon-eye-5:before {
content: "\c235";
}
.clever-icon-facebook:before {
content: "\c234";
}
.clever-icon-googleplus:before {
content: "\c233";
}
.clever-icon-instagram:before {
content: "\c232";
}
.clever-icon-pinterest:before {
content: "\c231";
}
.clever-icon-skype:before {
content: "\c230";
}
.clever-icon-vimeo:before {
content: "\c229";
}
.clever-icon-youtube-1:before {
content: "\c228";
}
.clever-icon-award-1:before {
content: "\c227";
}
.clever-icon-clock-3:before {
content: "\c226";
}
.clever-icon-three-dots:before {
content: "\c225";
}
.clever-icon-share-2:before {
content: "\c224";
}
.clever-icon-building:before {
content: "\c223";
}
.clever-icon-faucet:before {
content: "\c222";
}
.clever-icon-flower:before {
content: "\c221";
}
.clever-icon-house-1:before {
content: "\c220";
}
.clever-icon-house:before {
content: "\c219";
}
.clever-icon-pines:before {
content: "\c218";
}
.clever-icon-plant:before {
content: "\c217";
}
.clever-icon-sprout-1:before {
content: "\c216";
}
.clever-icon-sprout:before {
content: "\c215";
}
.clever-icon-trees:before {
content: "\c214";
}
.clever-icon-close-1:before {
content: "\c213";
}
.clever-icon-list-2:before {
content: "\c212";
}
.clever-icon-grid-5:before {
content: "\c211";
}
.clever-icon-menu-6:before {
content: "\c210";
}
.clever-icon-three-dots-o:before {
content: "\c209";
}
.clever-icon-list-1:before {
content: "\c208";
}
.clever-icon-menu-5:before {
content: "\c207";
}
.clever-icon-menu-4:before {
content: "\c206";
}
.clever-icon-heart-1:before {
content: "\c205";
}
.clever-icon-user-6:before {
content: "\c204";
}
.clever-icon-attachment:before {
content: "\c203";
}
.clever-icon-cart-18:before {
content: "\c202";
}
.clever-icon-ball:before {
content: "\c201";
}
.clever-icon-battery:before {
content: "\c200";
}
.clever-icon-briefcase:before {
content: "\c199";
}
.clever-icon-car:before {
content: "\c198";
}
.clever-icon-cpu-2:before {
content: "\c197";
}
.clever-icon-cpu-1:before {
content: "\c196";
}
.clever-icon-dress-woman:before {
content: "\c195";
}
.clever-icon-drill-tool:before {
content: "\c194";
}
.clever-icon-feeding-bottle:before {
content: "\c193";
}
.clever-icon-fruit:before {
content: "\c192";
}
.clever-icon-furniture-2:before {
content: "\c191";
}
.clever-icon-furniture-1:before {
content: "\c190";
}
.clever-icon-shoes-woman-2:before {
content: "\c189";
}
.clever-icon-shoes-woman-1:before {
content: "\c188";
}
.clever-icon-horse:before {
content: "\c187";
}
.clever-icon-laptop:before {
content: "\c186";
}
.clever-icon-lipstick:before {
content: "\c185";
}
.clever-icon-iron:before {
content: "\c184";
}
.clever-icon-perfume:before {
content: "\c183";
}
.clever-icon-baby-toy-2:before {
content: "\c182";
}
.clever-icon-baby-toy-1:before {
content: "\c181";
}
.clever-icon-paint-roller:before {
content: "\c180";
}
.clever-icon-shirt:before {
content: "\c179";
}
.clever-icon-shoe-man-2:before {
content: "\c178";
}
.clever-icon-small-diamond:before {
content: "\c177";
}
.clever-icon-tivi:before {
content: "\c176";
}
.clever-icon-smartphone:before {
content: "\c175";
}
.clever-icon-lights:before {
content: "\c174";
}
.clever-icon-microwave:before {
content: "\c173";
}
.clever-icon-wardrobe:before {
content: "\c172";
}
.clever-icon-washing-machine:before {
content: "\c171";
}
.clever-icon-watch-2:before {
content: "\c170";
}
.clever-icon-watch-1:before {
content: "\c169";
}
.clever-icon-slider-3:before {
content: "\c168";
}
.clever-icon-slider-2:before {
content: "\c167";
}
.clever-icon-slider-1:before {
content: "\c166";
}
.clever-icon-cart-15:before {
content: "\c165";
}
.clever-icon-cart-14:before {
content: "\c164";
}
.clever-icon-cart-13:before {
content: "\c163";
}
.clever-icon-cart-12:before {
content: "\c162";
}
.clever-icon-cart-11:before {
content: "\c161";
}
.clever-icon-cart-10:before {
content: "\c160";
}
.clever-icon-cart-9:before {
content: "\c159";
}
.clever-icon-cart-8:before {
content: "\c158";
}
.clever-icon-pause-1:before {
content: "\c157";
}
.clever-icon-arrow-left:before {
content: "\c156";
}
.clever-icon-arrow-left-1:before {
content: "\c155";
}
.clever-icon-arrow-left-2:before {
content: "\c154";
}
.clever-icon-arrow-left-3:before {
content: "\c153";
}
.clever-icon-arrow-right:before {
content: "\c152";
}
.clever-icon-arrow-right-1:before {
content: "\c151";
}
.clever-icon-arrow-right-2:before {
content: "\c150";
}
.clever-icon-arrow-right-3:before {
content: "\c149";
}
.clever-icon-plane-1:before {
content: "\c148";
}
.clever-icon-cart-17:before {
content: "\c147";
}
.clever-icon-filter-2:before {
content: "\c146";
}
.clever-icon-filter-1:before {
content: "\c145";
}
.clever-icon-grid-1:before {
content: "\c144";
}
.clever-icon-contract:before {
content: "\c143";
}
.clever-icon-expand:before {
content: "\c142";
}
.clever-icon-cart-7:before {
content: "\c141";
}
.clever-icon-quote-1:before {
content: "\c140";
}
.clever-icon-arrow-right-5:before {
content: "\c139";
}
.clever-icon-arrow-left-5:before {
content: "\c138";
}
.clever-icon-refresh-2:before {
content: "\c137";
}
.clever-icon-truck:before {
content: "\c136";
}
.clever-icon-wallet:before {
content: "\c135";
}
.clever-icon-electric-1:before {
content: "\c134";
}
.clever-icon-electric-2:before {
content: "\c133";
}
.clever-icon-lock:before {
content: "\c132";
}
.clever-icon-share-1:before {
content: "\c131";
}
.clever-icon-check-box:before {
content: "\c130";
}
.clever-icon-clock-2:before {
content: "\c129";
}
.clever-icon-analytics-laptop:before {
content: "\c128";
}
.clever-icon-code-design:before {
content: "\c127";
}
.clever-icon-competitive-chart:before {
content: "\c126";
}
.clever-icon-computer-monitor-and-cellphone:before {
content: "\c125";
}
.clever-icon-consulting-message:before {
content: "\c124";
}
.clever-icon-creative-process:before {
content: "\c123";
}
.clever-icon-customer-reviews:before {
content: "\c122";
}
.clever-icon-data-visualization:before {
content: "\c121";
}
.clever-icon-document:before {
content: "\c120";
}
.clever-icon-download-2:before {
content: "\c119";
}
.clever-icon-download-1:before {
content: "\c118";
}
.clever-icon-mail-6:before {
content: "\c117";
}
.clever-icon-file-sharing:before {
content: "\c116";
}
.clever-icon-finger-touch-screen:before {
content: "\c115";
}
.clever-icon-horizontal-tablet-with-pencil:before {
content: "\c114";
}
.clever-icon-illustration-tool:before {
content: "\c113";
}
.clever-icon-keyboard-and-hands:before {
content: "\c112";
}
.clever-icon-landscape-image:before {
content: "\c111";
}
.clever-icon-layout-squares:before {
content: "\c110";
}
.clever-icon-mobile-app-developing:before {
content: "\c109";
}
.clever-icon-online-purchase:before {
content: "\c108";
}
.clever-icon-online-shopping:before {
content: "\c107";
}
.clever-icon-online-video:before {
content: "\c106";
}
.clever-icon-clock-1:before {
content: "\c105";
}
.clever-icon-padlock-key:before {
content: "\c104";
}
.clever-icon-pc-monitor:before {
content: "\c103";
}
.clever-icon-place-localizer:before {
content: "\c102";
}
.clever-icon-search-results:before {
content: "\c101";
}
.clever-icon-search-tool:before {
content: "\c100";
}
.clever-icon-settings-tools:before {
content: "\c099";
}
.clever-icon-sharing-symbol:before {
content: "\c098";
}
.clever-icon-site-map:before {
content: "\c097";
}
.clever-icon-smartphone-2:before {
content: "\c096";
}
.clever-icon-tablet-2:before {
content: "\c095";
}
.clever-icon-thin-expand-arrows:before {
content: "\c094";
}
.clever-icon-upload-2:before {
content: "\c093";
}
.clever-icon-upload-1:before {
content: "\c092";
}
.clever-icon-volume-off:before {
content: "\c091";
}
.clever-icon-volume-on:before {
content: "\c090";
}
.clever-icon-news-list:before {
content: "\c089";
}
.clever-icon-desktop:before {
content: "\c088";
}
.clever-icon-news-grid:before {
content: "\c087";
}
.clever-icon-setting:before {
content: "\c086";
}
.clever-icon-web-home:before {
content: "\c085";
}
.clever-icon-web-link:before {
content: "\c084";
}
.clever-icon-web-links:before {
content: "\c083";
}
.clever-icon-website-protection:before {
content: "\c082";
}
.clever-icon-team:before {
content: "\c081";
}
.clever-icon-zoom-in:before {
content: "\c080";
}
.clever-icon-zoom-out:before {
content: "\c079";
}
.clever-icon-arrow-1:before {
content: "\c078";
}
.clever-icon-arrow-bold:before {
content: "\c077";
}
.clever-icon-arrow-light:before {
content: "\c076";
}
.clever-icon-arrow-regular:before {
content: "\c075";
}
.clever-icon-cart-1:before {
content: "\c074";
}
.clever-icon-cart-2:before {
content: "\c073";
}
.clever-icon-cart-3:before {
content: "\c072";
}
.clever-icon-cart-4:before {
content: "\c071";
}
.clever-icon-cart-5:before {
content: "\c070";
}
.clever-icon-cart-6:before {
content: "\c069";
}
.clever-icon-chart:before {
content: "\c068";
}
.clever-icon-close:before {
content: "\c067";
}
.clever-icon-compare-1:before {
content: "\c066";
}
.clever-icon-compare-2:before {
content: "\c065";
}
.clever-icon-compare-3:before {
content: "\c064";
}
.clever-icon-compare-4:before {
content: "\c063";
}
.clever-icon-compare-5:before {
content: "\c062";
}
.clever-icon-compare-6:before {
content: "\c061";
}
.clever-icon-compare-7:before {
content: "\c060";
}
.clever-icon-down:before {
content: "\c059";
}
.clever-icon-grid:before {
content: "\c058";
}
.clever-icon-hand:before {
content: "\c057";
}
.clever-icon-layout-1:before {
content: "\c056";
}
.clever-icon-layout:before {
content: "\c055";
}
.clever-icon-light:before {
content: "\c054";
}
.clever-icon-play-1:before {
content: "\c053";
}
.clever-icon-list:before {
content: "\c052";
}
.clever-icon-mail-1:before {
content: "\c051";
}
.clever-icon-mail-2:before {
content: "\c050";
}
.clever-icon-mail-3:before {
content: "\c049";
}
.clever-icon-mail-4:before {
content: "\c048";
}
.clever-icon-mail-5:before {
content: "\c047";
}
.clever-icon-map-1:before {
content: "\c046";
}
.clever-icon-map-2:before {
content: "\c045";
}
.clever-icon-map-3:before {
content: "\c044";
}
.clever-icon-map-4:before {
content: "\c043";
}
.clever-icon-map-5:before {
content: "\c042";
}
.clever-icon-menu-1:before {
content: "\c041";
}
.clever-icon-menu-2:before {
content: "\c040";
}
.clever-icon-grid-3:before {
content: "\c039";
}
.clever-icon-grid-4:before {
content: "\c038";
}
.clever-icon-menu-3:before {
content: "\c037";
}
.clever-icon-grid-2:before {
content: "\c036";
}
.clever-icon-minus:before {
content: "\c035";
}
.clever-icon-next:before {
content: "\c034";
}
.clever-icon-phone-1:before {
content: "\c033";
}
.clever-icon-phone-2:before {
content: "\c032";
}
.clever-icon-phone-3:before {
content: "\c031";
}
.clever-icon-phone-4:before {
content: "\c030";
}
.clever-icon-phone-5:before {
content: "\c029";
}
.clever-icon-phone-6:before {
content: "\c028";
}
.clever-icon-picture:before {
content: "\c027";
}
.clever-icon-pin:before {
content: "\c026";
}
.clever-icon-plus:before {
content: "\c025";
}
.clever-icon-prev:before {
content: "\c024";
}
.clever-icon-eye-4:before {
content: "\c023";
}
.clever-icon-eye-3:before {
content: "\c022";
}
.clever-icon-eye-2:before {
content: "\c021";
}
.clever-icon-eye-1:before {
content: "\c020";
}
.clever-icon-refresh-1:before {
content: "\c019";
}
.clever-icon-youtube-2:before {
content: "\c018";
}
.clever-icon-search-1:before {
content: "\c017";
}
.clever-icon-search-2:before {
content: "\c016";
}
.clever-icon-search-3:before {
content: "\c015";
}
.clever-icon-search-4:before {
content: "\c014";
}
.clever-icon-search-5:before {
content: "\c013";
}
.clever-icon-support:before {
content: "\c012";
}
.clever-icon-tablet-1:before {
content: "\c011";
}
.clever-icon-play-2:before {
content: "\c010";
}
.clever-icon-up:before {
content: "\c009";
}
.clever-icon-user-1:before {
content: "\c008";
}
.clever-icon-user-2:before {
content: "\c007";
}
.clever-icon-user-3:before {
content: "\c006";
}
.clever-icon-user-4:before {
content: "\c005";
}
.clever-icon-user-5:before {
content: "\c004";
}
.clever-icon-user:before {
content: "\c003";
}
.clever-icon-vector1:before {
content: "\c002";
}
.clever-icon-wishlist1:before {
content: "\c001";
}