﻿
.ProductCategories {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .ProductCategories ul {
        display: none;
        margin: 0;
        padding: 0 0 0 23px;
    }

    .ProductCategories li {
        padding: 15px 11px;
        background-color: #f6f6f6;
        margin: 0px 0;
        transition: all ease-in .3s;
        border-bottom: 1px solid #e6e6e6;
    }

        .ProductCategories li ul li {
            border: 0;
            list-style:circle;
        }

        .ProductCategories li:hover {
        }

            .ProductCategories li:hover > a, .ProductCategories li:hover > a {
                color: #b11919;
            }

    .ProductCategories i {
        cursor: pointer;
        float: right;
        margin: 8px 4px;
        font-size: 10px;
        display: block;
    }

.shop-sidebar .search-widget i {
    position: absolute;
    float: right;
    right: 0;
    margin: -24px 22px 0 0px;
}
