.product-name{
    width: 130px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.no-data-section{
    padding: 100px 0 178px;
}