.product-info__block-item .accordion__toggle.h6{
  font-weight:700;
  font-size:0.9rem;
}
.shipping-tables table td {
    padding-inline: 5px;
    line-height: 1.4;
    border: 0px;
}
.shipping-tables table tr{
  border-bottom:1px solid #bbb;
}
.shipping-tables table td:not(:first-child) {
    text-align: center;
}
.shipping-tables table td:first-child {
    white-space: nowrap;
}
.shipping-tables .table-scroller + p{
  margin-block:35px;
}