.facetwp-facet {
    font-size: 13px;
    margin-bottom: 40px;
}

.facetwp-type-checkboxes,
.facetwp-type-hierarchy {
    overflow: auto;
    max-height: 160px;
}

.facetwp-checkbox {
    background: url(../images/checkbox.png) no-repeat;
    margin-bottom: 4px;
    padding-left: 20px;
    cursor: pointer;
}

.facetwp-checkbox.checked {
    background: url(../images/checkbox-on.png) no-repeat;
}

.facetwp-checkbox.disabled {
    opacity: 0.4;
    cursor: default;
}

.facetwp-pager-label {
    display: inline-block;
    margin-right: 12px;
}

.facetwp-page {
    display: inline-block;
    padding: 0px 4px;
    margin-right: 6px;
    cursor: pointer;
}

.facetwp-page.active {
    font-weight: bold;
    cursor: default;
}

.facetwp-loading {
    width: 20px;
    height: 20px;
    background: url(../images/spinner.gif) no-repeat;
}

/* Hierarchy facets */

.facetwp-depth {
    margin-left: 12px;
}

.facetwp-link {
    cursor: pointer;
}

.facetwp-link.checked {
    font-weight: bold;
    cursor: default;
}

.facetwp-toggle {
    cursor: pointer;
}

.facetwp-hidden {
    display: none;
}

/* Slider facets */

.facetwp-slider-wrap {
    padding-bottom: 15px;
}

.facetwp-slider-reset {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
    padding: 4px 8px;
    cursor: pointer;
}

.noUi-target {
    padding: 0 15px;
}

/* Selections shortcode */

.facetwp-selections li {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin-right: 20px;
    cursor: pointer;
}

.facetwp-remove-selection {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    background: url(../images/icon-close.png) no-repeat;
}