div.product-item-info .top-box{position:absolute;bottom:50px;top:0;left:0;width:100%;padding:0;text-align:left;opacity:0;filter:alpha(opacity=0);-moz-transition:opacity .3s ease;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;z-index:999;background-color:#eee;border:1px solid #ccc}div.product-item-info .top-box .product-overlay-content{font-size:12px;padding:15px;color:#000}div.product-item-info .top-box .product-overlay-content .action.tocompare,div.product-item-info .top-box .product-overlay-content .action.tocompare:before{color:#fff!important}div.product-item-info:hover .top-box{opacity:1;filter:alpha(opacity=100)}