.widget_product_categories>ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px solid #000;
}

.widget_product_categories>ul>li {
    border: none !important;
}

.widget_product_categories>ul>li {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
}

.widget_product_categories>ul>li>a {
	font-size: 14px;
    background: #f1f1f1;
    margin-bottom: 10px;
    padding: 6px 10px !important;
    border-radius: 50px;
}

.widget_product_categories>ul>li a:before {
    font-family: FontAwesome;
    content: "\f111";
    margin-right: 10px;
    font-size: 14px;
    color: #b6b6b6;
}

.widget_product_categories>ul>li.active>a {
    background: #000;
    color: #fff;
}

.yith-wcan-filters .yith-wcan-filter {
    margin-bottom: 15px !important;!i;!;
}

div#shop-sidebar {
    background-color: #fff;
}

.flex-col.flex-grow.medium-text-center .is-small {
    display: none;
}