.subcategories.with-image li a {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    box-shadow: none;
    height: 55px;
    padding: 5px 10px;
    text-decoration: none;
}

.subcategories.with-image li {
    padding: 10px;
}

.subcategories.with-image li a .image {
    min-width: 50px;
    width: 50px;
}

.subcategories.with-image li a .image img {
    max-height: 40px;
}

.subcategories.with-image li a .text {
    color: #3a3530;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    max-width: 100%;
    text-transform: none;
    transition: all .2s ease-out;
}