.widget ul.hummingbird-treeview {
    list-style: none;
    font-size: 20px;
    line-height: 24px;
    padding: 0;
    margin: 0;
}

.hummingbird-treeview label {
    font-weight: normal;
}

.hummingbird-treeview input[type="checkbox"] {
    min-width: 16px;
    height: 16px;
    padding: 0 10px 0 0;
    margin: 0px;
}

.hummingbird-treeview ul:not(.hummingbird-base) {
    display: none;
}

.hummingbird-base {
    white-space: nowrap;
}
@media screen and (max-width: 768px) {
    .jolly-products-filter-widget {
        margin-top: 8px;
        border: 1px solid #8f8f8f;
    }

    .jolly-products-filter-widget .widget {
        margin: 5px 10px;
    }
    .jolly-products-filter-widget .widget-title {
        padding: 4px 0 0 !important;
    }
}
.jolly-products-filter-widget .widget-header {
    position: relative;
}

.jolly-products-filter-widget .widget-header .child-indicator {
    top: 8px;
}

@media screen and (min-width: 1024px) {
    .jolly-products-filter-widget .widget-header .child-indicator {
        display: none;
    }
}

.jolly-products-filter-widget .widget-title {
    margin: 0 0 10px;
    padding: 4px 0 10px;
    border: none;
    color: #4f4f4f;
    font-weight: bold;
    font-family: 'Quicksand';
    text-transform: capitalize;
}

.jolly-products-filter-widget li {
    position: relative;
}

.jolly-products-filter-widget .child-indicator {
    position: absolute;
    top: 2px;
    right: 0;
    width: 20px;
    height: 19px;
    transition: all 0.4s;
    cursor: pointer;
    background-image: url('./../icons/triangle.png');
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.jolly-products-filter-widget .arrow-left {
    transform: rotate(90deg);
}

.jolly-products-filter-widget label {
    display: flex;
    align-items: center;
    width: 90%;
    margin-bottom: 10px;
    font-family: 'Quicksand';
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #4f4f4f;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .jolly-products-filter-widget .widget-content, .jolly-products-filter-widget .search-container {
        display: none;
    }
}

.jolly-products-filter-widget .widget-content > ul > li > ul {
    padding-bottom: 10px;
}

.jolly-products-filter-widget .widget-content > ul > li > label {
    font-size: 15.5px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 13px;
}

.jolly-products-filter-widget .widget-content > ul ul {
    padding: 0 0 0 20px;
}

.jolly-products-filter-widget .search-container {
    text-align: center;
}

.jolly-products-filter-widget input[type="checkbox"] {
    margin-right: 10px;
}

.button.jpf_submit_search_form {
    margin-top: 10px;
    padding: 11px 30px;
    background-color:#ffcb08;
    text-transform: uppercase;
    border: 1px solid transparent;
}
.button.jpf_submit_search_form:hover {
    background-color: #FDAE25;
    color: #fff;
}
