.wc-tqvp-product-table {
  margin: 1rem 0;
  overflow-x: visible;
  width: 100%;
}

.wc-tqvp-product-table table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 12px;
  max-width: 100%;
  min-width: 0;
  table-layout: fixed;
  width: 100%;
}

.wc-tqvp-product-table th,
.wc-tqvp-product-table td {
  background: #fff;
  border: 1px solid #d8d8d8;
  min-width: 0;
  padding: 6px 8px;
  text-align: center;
  vertical-align: middle;
}

.wc-tqvp-product-table .wc-tqvp-row-label {
  background: #f8fafc;
  color: #374151;
  font-weight: 600;
  text-align: left;
  width: 86px;
}

.wc-tqvp-product-table .wc-tqvp-featured-tier {
  background: #f5fff2;
  border-left-color: #8bcf7b;
  border-right-color: #8bcf7b;
}

.wc-tqvp-product-table .wc-tqvp-tier-qty.wc-tqvp-featured-tier {
  border-top: 2px solid #8bcf7b;
}

.wc-tqvp-product-table .wc-tqvp-tier-net.wc-tqvp-featured-tier {
  border-bottom: 2px solid #8bcf7b;
}

.wc-tqvp-product-table .wc-tqvp-best-tier {
  background: #e8fbe3;
  border-left-color: #2f9d37;
  border-right-color: #2f9d37;
}

.wc-tqvp-product-table .wc-tqvp-tier-qty.wc-tqvp-best-tier {
  border-top-color: #2f9d37;
  border-top-width: 3px;
}

.wc-tqvp-product-table .wc-tqvp-tier-net.wc-tqvp-best-tier {
  border-bottom-color: #2f9d37;
  border-bottom-width: 3px;
}

.wc-tqvp-product-table th {
  color: #222;
  font-weight: 400;
  line-height: 1.25;
}

.wc-tqvp-tier-choice {
  cursor: pointer;
}

.wc-tqvp-tier-choice:hover,
.wc-tqvp-tier-choice:focus,
.wc-tqvp-tier-choice.is-hovered,
.wc-tqvp-tier-choice.is-selected {
  background: #eef6ff;
}

.wc-tqvp-featured-tier:hover,
.wc-tqvp-featured-tier:focus,
.wc-tqvp-featured-tier.is-hovered,
.wc-tqvp-featured-tier.is-selected,
.wc-tqvp-best-tier:hover,
.wc-tqvp-best-tier:focus,
.wc-tqvp-best-tier.is-hovered,
.wc-tqvp-best-tier.is-selected {
  background: #e9fae6;
}

.wc-tqvp-tier-choice:focus {
  outline: 2px solid rgba(34, 113, 177, 0.4);
  outline-offset: -2px;
}

.wc-tqvp-price-main,
.wc-tqvp-price-secondary {
  display: block;
  line-height: 1.25;
  white-space: nowrap;
}

.wc-tqvp-price-main {
  color: #111;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0;
}

.wc-tqvp-price-secondary {
  color: #222;
  font-size: 12px;
  font-weight: 400;
}

.wc-tqvp-price-after {
  opacity: 0.72;
}

.wc-tqvp-qty-number,
.wc-tqvp-qty-unit {
  white-space: nowrap;
}

@media (max-width: 640px) {
  .wc-tqvp-product-table table {
    font-size: 11px;
  }

  .wc-tqvp-product-table th,
  .wc-tqvp-product-table td {
    padding: 5px 4px;
  }

  .wc-tqvp-price-main {
    font-size: 12px;
    margin-bottom: 2px;
  }

  .wc-tqvp-price-secondary {
    font-size: 11px;
  }

}

@media (max-width: 480px) {
  .wc-tqvp-product-table table {
    font-size: 10px;
  }

  .wc-tqvp-product-table th,
  .wc-tqvp-product-table td {
    padding: 4px 2px;
  }

  .wc-tqvp-product-table .wc-tqvp-row-label {
    font-size: 9px;
    width: 58px;
  }

  .wc-tqvp-qty-unit {
    display: block;
    font-size: 9px;
    line-height: 1.1;
  }

  .wc-tqvp-price-main {
    font-size: 11px;
  }

  .wc-tqvp-price-secondary {
    font-size: 10px;
  }

}

@media (max-width: 360px) {
  .wc-tqvp-product-table th,
  .wc-tqvp-product-table td {
    padding-left: 1px;
    padding-right: 1px;
  }

  .wc-tqvp-price-main {
    font-size: 10px;
  }

  .wc-tqvp-price-secondary {
    font-size: 9px;
  }
}
