table tbody > tr:nth-child(2n+1) > td, table tbody > tr:nth-child(2n+1) > th {
background-color: #ffffff !important;
}
table tbody tr:hover > td, table tbody tr:hover > th {
background-color: #ffffff !important;
}
.elementor-kit-648 a {
font-family: "ploni", Sans-serif;
margin-right: 0px;
color: black;
font-size: 16px !important;
}
.woocommerce div.product form.cart .reset_variations {font-size: 16px !important;}
table {
font-size: 18px;
}
.woo-variation-swatches.wvs-show-label .variations td, .woo-variation-swatches.wvs-show-label .variations th {
text-align: right;
}
table td, table th {
padding: 5px;
}
.woocommerce div.product p.stock {
font-size: 18px;
}
.woocommerce div.product .stock {
color: #C8332D;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
color: #77a464;
font-size: 0;
}
Code language: CSS (css)