

.category-items li { position: relative; }
.category-items ul { display: none;}
/* .category-items li:hover ul { display: block !important; position: absolute; border: 1px solid red; background: #fff; width: 200px;} */


.category-items li:hover ul {
    background: #fff none repeat scroll 0 0;
    /* border: 1px solid red; */
    display: block !important;
    left: 2px;
    padding:5px;
    width: 100%;
    z-index: 100;
}


.col-main .products-grid > li.cats_item { height: 200px; }
.col-main .products-grid > li.cats_item > a.product-image{ height: 150px !important; /* width: 150px !important; */ }
.col-main .products-grid > li.cats_item > a.product-image img { height: 100%; }


