/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Copyright (c) 2001-present X-Cart Holdings LLC. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

.wholesale-prices {
  margin: calc(2 * var(--rhythmic-unit)) 0 0 0;
}

.wholesale-price-header {
  line-height: 1.5;
  font-weight: 600;
}

.wholesale-prices-product-block {
  margin: calc(var(--rhythmic-unit) / 2) 0 0 0;
  width: 100%;
}

.wholesale-prices-product-block td {
  transition: var(--mode-transition) border-color;
  border: var(--border-base) solid var(--color-brown);
  padding: calc(var(--rhythmic-unit) / 2);
  font-size: var(--font-size-small);
  line-height: calc(1.5 * var(--rhythmic-unit));
}

.wholesale-prices-product-block .price-row td:first-child {
  width: 40%;
  font-weight: 600;
}

.wholesale-prices-product-block .price-row td:nth-child(2) {
  width: 30%;
}

.wholesale-prices-product-block .price-row td:nth-child(2) .price-value,
.wholesale-prices-product-block .price-row td:nth-child(3) {
  color: var(--color-selected);
  transition: var(--mode-transition) color;
}
