.category .subcategories ul li {
    box-sizing: border-box;
    color: #627f9a;
    display: inline-block;
    font-size: 17px;
    font-family: "plumbmediumcregular";
    padding: 10px;
    text-align: center;
    width: 30%;
}
.category .subcategories ul li:nth-of-type(2n) {
    background-color: #f3f3f3;
}
.category .subcategories ul li a:hover {
    text-decoration: underline;
}
.category .subcategories ul li a {
    color: #627f9a;
}

.category .subcategories ul ul {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #aaa;
    border-radius: 5px;
    display: none;
    position: absolute;
    width: auto;
    z-index: 102;
}

.category .subcategories ul ul li {
    display: list-item;
    padding: 5px;
    text-align: left;
    width: auto;
}

.category .category-brands ul li {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    width: 25%;
}
.category .category-brands ul {
    margin: 10px 0;
}
.category .category-brands ul li a {
    color: #627f9a;
    font-family: "plumbmediumcregular";
}
.category .category-brands ul li a:hover {
    color: #000;
}
.category .sub-title {
    font-family: "plumblightcregular";
    font-size: 26px;
    margin-top: 15px;
    text-transform: uppercase;
}
.category hr{
    border: 0px;
    border-bottom: 1px solid #ddd;
}
.top-brands ul li{
    display: inline-block;
}
.category .products_list.index-lvl-2{
    overflow : hidden;
}
.category .products_list.index-lvl-2 ul.slide{
    position: absolute;
}


