  .table-scroll {
    overflow-x: auto;
  }
  .shippingfee table {
    width: 100%;
    min-width: 600px;
    border: solid 1px #000;
    border-collapse: collapse;
    font-size: 1.3rem;
    margin: 1em 0;
  }
  .shippingfee th,
  .shippingfee td {
    border: solid 1px #000;
    padding: 5px;
    text-align: center;
    vertical-align:middle;
  }
@media screen and (max-width: 600px) {
    .table-scroll {
      white-space: nowrap;
    }
  }