/* PC/tablet: price matrix table horizontal scroll */
@media screen and (min-width: 641px) {
  #product-content .order-price-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding-top: 32px;
    margin-top: 20px;
  }

  #product-content .order-price-table table {
    min-width: 1200px;
    table-layout: fixed;
  }

  #product-content .order-price-table table caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: bold;
    padding: 6px 0;
  }

  #product-content .order-price-table th,
  #product-content .order-price-table td {
    white-space: nowrap;
    padding: 6px 10px;
    text-align: center;
  }

  #product-content .order-price-table th:first-child {
    min-width: 100px;
  }
}
