/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.filter_type>a>h6:after {
    font-family: "ElegantIcons";
    content: "\43";
    font-size: 17px;
    position: absolute;
    line-height: 1;
    font-weight: normal;
}

.filter_type>a[aria-expanded="true"]>h6:after {
    content: "\42";

}