.cart-action .text-center div.btn-primary {
    left: 0;
    right: 0;
    top: 0px;
    background: #ff4acc;
}
.product-title {
    height: 40px;
    min-height: 40px;
    overflow: hidden;
}

.product-title a {
    display: -webkit-box;
    overflow: hidden;
    line-height: 20px;
    max-height: 40px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}