/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.woocommerce .ctltf-ul-list {
    list-style: none;
    padding: 0.25em 0 0 0.25em;
    margin-left: 0;
    float: none;
}

.woocommerce .ctltf-checkbox-item {
    margin-bottom: 5px;
    border: none;
    padding: 0;
    margin-left: 0;
}

.woocommerce .ctltf-ul-list-child-cats {
    list-style: none;
    padding: 0.25em 0 0 0.25em;
    margin-left: 1em;
    float: none;
}

.woocommerce .ctltf-checkbox-item-child-cats {
    margin-bottom: 5px;
    border: none;
    padding: 0;
    margin-left: 0;
}

ul, #myUL {
    list-style-type: none;
}

#myUL {
    margin: 0;
    padding: 0;
}

.caret {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

.caret::before {
    content: "\25B6";
    color: black;
    display: inline-block;
    margin-left: 6px;
}

.caret-down::before {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */'
transform: rotate(90deg);
}

.nested {
    display: none;
}

.active {
    display: block;
}

.ctltf-label {
    display: inline;
}