@media only screen and (max-width: 1290px) {
  .productView-info .productView-info-bulkPricing .table .table-thead tr td {
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px; } }

@media only screen and (max-width: 767px) {
  .productView-info .productView-info-bulkPricing .table .table-thead tr td {
    font-size: 13px; } }

.productView-info .productView-info-bulkPricing .table .table-tbody tr td {
  font-size: 14px; }
  @media only screen and (max-width: 1290px) {
    .productView-info .productView-info-bulkPricing .table .table-tbody tr td {
      padding-left: 10px;
      padding-right: 10px; } }
  @media only screen and (max-width: 767px) {
    .productView-info .productView-info-bulkPricing .table .table-tbody tr td {
      font-size: 13px; } }
  .productView-info .productView-info-bulkPricing .table .table-tbody tr td.bulk-tbl .dft-vlu-bx.hide-dft {
    display: none; }

.box {
  display: none; }
