

/*----------------------------------------*/
/*  1. WOOCOMMERCE CSS START
/*----------------------------------------*/

.tj-product-details-description table tbody > tr:nth-child(odd) > td,
.tj-product-details-description table tbody > tr:nth-child(odd) > th {
  background-color: inherit;
}
.tj-product-details-description table {
  border: 1px solid var(--tj-color-border-1);
  border-radius: 12px;
  width: 100%;
  margin-bottom: 0;
}
.tj-product-details-description table th, .tj-product-details-description table td {
  padding: 0;
  line-height: 1.5;
  vertical-align: middle;
  border: 1px solid var(--tj-color-border-1);
  -webkit-border-start: 0;
          border-inline-start: 0;
  border-top: 0;
  text-align: start;
  background-color: transparent;
}
.tj-product-details-description table th p, .tj-product-details-description table td p {
  margin-bottom: 0;
}
.tj-product-details-description table td {
  -webkit-border-end: 0;
          border-inline-end: 0;
}
.tj-product-details-description table tr:last-child th,
.tj-product-details-description table tr:last-child td {
  border-bottom: 0;
}
.tj-product-details-description table tr th {
  font-size: 14px;
  color: var(--tj-color-heading-primary);
  background-color: transparent !important;
  width: 306px;
  padding: 12px 15px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .tj-product-details-description table tr th {
    width: 160px;
    padding: 12px 20px;
  }
}
.tj-product-details-description table tr td {
  padding: 12px 15px;
}
@media (max-width: 575px) {
  .tj-product-details-description table tr td {
    padding: 12px 20px;
  }
}
.tj-product-details-description table tr td:first-child {
  font-size: 12px;
  color: var(--tj-color-heading-primary);
  background-color: #f9f9f9;
  width: 306px;
}
.tj-product-details-description table tr td {
  font-size: 12px;
  color: var(--tj-color-heading-primary);
  background-color: #f9f9f9;
  width: 306px;
}
@media (max-width: 575px) {
  .tj-product-details-description table tr td:first-child {
    width: 160px;
  }
}
.tj-product-details-description table tr td p {
  margin-bottom: 0;
  font-size: 14px;
}
