/* Start custom CSS for section, class: .elementor-element-2890ea8 */table.product-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 1em;
    text-align: left;
}

table.product-table th, table.product-table td {
    padding: 12px 15px;
}

table.product-table thead tr {
    background-color: #333;
    color: #ffffff;
}

table.product-table tbody tr:nth-of-type(even) {
    background-color: #f2f2f2;
}

table.product-table tbody tr:nth-of-type(odd) {
    background-color: #e6e6e6;
}

table.product-table tbody tr:hover {
    background-color: #ddd;
}

table.product-table th {
    background-color: #333;
    color: white;
    font-weight: bold;
}/* End custom CSS */