.catagory{
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid red;
    list-style: none outside;
    zoom: 1;
    width: auto;
    word-wrap: break-word;
    margin: 2em 0!important;

}

.catagory::before{
    font-family: WooCommerce;
    content: '\e028';
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
    color: #DA3642;

}
