/*style table, tr, th of .woocommerce-get-archive-products*/


table, tr, th, td {
    border: hidden !important;
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th, table tbody>tr:nth-child(even)>td, table tbody>tr:nth-child(even)>th  {
    background: none;
}
td {
    text-align: center;
}