.widget_product_categories{}

.sb_cat_btn{
    width:1em;
    height: 100%;
    cursor:pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0 5px;

    opacity:.5;
    transition-property: transform, opacity, color, background-color;
    transition-duration: .3s
}
.sb_cat_btn:before{
    content:'\e80d';
    font-family: 'fontello';
    font-size: 1.5em;
    line-height: 1;

    transition-property: transform;
    transition-duration: .3s
}

.widget_product_categories .cat-parent>:first-child{
    display: flex;
    justify-content: space-between;
}

.widget_product_categories li{
    transition-property:height;
    transition-duration: .3s;
}
.widget_product_categories .children{
    display: none;
}

.widget_product_categories .show .sb_cat_btn{
    background-color:#f1f1f1;
}
.widget_product_categories .show .sb_cat_btn:before{
    transform:rotate(-45deg);
}

/**/
.sb_cat_btn:hover{
    color:#009d4a;
    opacity:1;
    background-color:#f1f1f1;
}


/*
 * attribute fileter
*/
.attr-item {
    padding-bottom: 1rem;
    border-bottom: 1px solid #f1f1f1;
}
.attr_head{
    font-size: 1.1rem;
    margin: .3em 0;
    font-weight: 700;

    display: flex;
    /*flex-direction: row-reverse;*/
    /*justify-content: space-between;*/
}
.attr_head .sb_cat_btn{
    display: none;
}
.fiyyryuefpizy .fiyyryuefpizy-widget-layered-nav-list{
    padding-left: 10px;
}

/**/
.reset_btn {
    font-size: 1rem;
    font-style: italic;
    text-transform: uppercase;
    text-align: center;
    display: block;
    width:fit-content;
    padding: 10px 10%;
    margin: 25px auto 0;

    border:1px solid;

    transition-property: color, background-color;
    transition-duration: .3s;
}
.reset_btn:before {
    content: '\e800';
    font-family: 'fontello';
    margin-right: 1rem;
}
.reset_btn:hover, 
.reset_btn:focus{
    color:white;
    background-color: #3f3a40;
} 