#categories_block_left {
    background: #ffffff none repeat scroll 0 0;
}
.expander-list {
    font-family: "Montserrat";
    margin-bottom: 35px;
    padding: 15px 0 5px;
}
.expander-list > li {
    border-bottom: 1px solid #efefef;
    line-height: 40px;
}
.expander {
	cursor: pointer;
    float: right;
    font-size: 19px;
    font-weight: 700;
}
.expander-list > li:last-child {
    border-bottom: none;
   /*  margin-top: -32px; */
}
.expander-list ul {
    border-top: 1px solid #efefef;
}
.expander-list ul li {
    border-bottom: 1px solid #efefef;
    padding-left: 10px;
    position: relative;
    text-transform: capitalize;
}

.expander-list span.expander i.fa {
    font-size: 12px;
}

.expander-list ul li:last-child {
    border-bottom: 0 none;
}
.expander-list ul li a {
    font-size: 13px;
    font-weight: 400 !important;
}

.expander-list > li a {
    font-weight: 400 !important;
}

.expander-list > li a.selected {
    color: #373737;
    font-weight: bold !important;
}
.expander-list ul li a:hover,
.expander-list > li a:hover {
    color: #b99867;
}
.expander-list ul li:hover::before {
    color: #b99867;
}