/* ==========================================================================
   #PRODUCT PRICE TABLE
   ========================================================================== */

.c-product-price-table {
  font-size: 13px;
  color: var(--wp--preset--color--gray-7);
  border-bottom: 0 !important;
}

.c-product-price-table.is-style-stripes th {
  font-weight: 600;
  padding: 0.25em 0.75em;
}

.c-product-price-table.is-style-stripes td {
  font-weight: 400;
  padding: 0.25em 0.75em;
}

.c-product-price-table thead,
.c-product-price-table tbody tr:nth-child(even) {
  background-color: var(--wp--preset--color--gray-1);
}

.c-product-price-table tbody tr:nth-child(odd) {
  background-color: var(--wp--preset--color--white) !important;
}
