/* .product-combo-options > tbody > tr > td,
.product-combo-options > tbody > tr > th,
.product-combo-options > tbody > tr > td,
.product-combo-options > tbody > tr > th,
.product-combo-options > tbody > tr > td,
.product-combo-options > tbody > tr > th {
  border: 2px solid #80a03c !important;
} */

table tr th {
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: inherit !important;
  color: black !important;
}

th,
td {
  width: 20% !important;
  border: 1px solid #80a03c !important;
}

th {
  text-align: center !important;
  text-align: -webkit-center !important;
}

input[type="radio"] {
  accent-color: #80a03c67;
  border-left: 1px solid;
  border-radius: 0;
  width: 16px !important;
  height: 16px !important;
  margin: 25% 0;
  border-left: none;
  align-self: center;
}

.selectedOption {
  background-color: #80a03c1a;
}

.nonSelectedOption {
  background-color: none !important;
}

@media screen and (max-width: 390px) {
  th.top-heading {
    font-size: 14px;
  }
}
