.widget .arrow:before {
        content: "\f067";
}

.widget .cat-item.open>.arrow:before {
        content: "\f068" !important;
}

.categories-tree ul .arrow {
        right: auto;
        left: 0;
        border: 1px solid #e0e0e0;
        background: #fafafa;
        border-radius: 3px;
        color: #9f9f9f;
        position: absolute;
        top: 7px;
        right: 0;
        display: inline-block;
        width: 18px;
        height: 18px;
        cursor: pointer;
        text-align: center;
        font-family: "FontAwesome";
        font-size: 10px;
        line-height: 17px;
        vertical-align: top;
        text-decoration: none !important;
        text-transform: uppercase;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        -webkit-transition: background 0.3s ease 0s, border-color 0.2s ease 0s, color 0.3s ease 0s;
        transition: background 0.3s ease 0s, border-color 0.2s ease 0s, color 0.3s ease 0s;
}

.categories-tree ul .arrow:hover {
        border-style: solid;
        border-color: #7bae23;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        background: #7bae23;
        border-radius: 3px 3px 3px 3px;
        color: #ffffff;
}

.category-filter-list {
        outline: none !important;
}

.category-filter-list li {
        padding-left: 25px;
        margin: 2px 0;
        position:relative;
}

.category-filter-list li.cat-leaf {
        list-style: disc outside;
        margin-left: 23px;
        padding: 3px 0 3px 3px;
}
.sidebar .widget li.current-cat>a {
    color: #7bae23;
}