.product_list_table_top {
    justify-content: flex-start;
}

.product_list_table_top .product_list_table_top_list {
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_list_table_bottom li a {
    justify-content: flex-start;
}

.product_list_table_bottom li .product_list_table_top_list {
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}