.sizes-section__wrapper-left .js-product-material-tabs {
  margin-top: 48px;
}

.material-tabs__panels {
  margin-top: 24px;
}

.sizes-section__wrapper-left .js-product-material-tabs .table__filter-filter {
  display: inline-flex;
  align-items: center;
}

.sizes-section__wrapper-left .js-product-material-tabs .table__header {
  margin-bottom: 22px;
}

.sizes-section__wrapper-left .js-product-material-tabs .table__filter-line p {
  visibility: visible;
}

.material-tabs__panel[hidden] {
  display: none !important;
}

.material-tabs__section + .material-tabs__section {
  margin-top: 36px;
}

.material-tabs__title {
  margin-bottom: 8px;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.material-tabs__table,
.material-tabs__table table,
.material-tabs__table thead th,
.material-tabs__table tbody td,
.material-tabs__table tbody th,
.material-tabs__table p,
.material-tabs__table b,
.material-tabs__table strong {
  color: #1f1f1f;
}

.material-tabs__table table {
  width: 100%;
  border-top: 1px solid #e5e5e5;
}

.sizes-section__wrapper-left .material-tabs__table table tbody tr td:nth-last-child(1) {
  display: table-cell !important;
}

.sizes-section__wrapper-left .material-tabs__table table tbody tr td:nth-last-child(2) {
  color: #282828;
}

.sizes-section__wrapper-left .material-tabs__table table tbody tr td:empty {
  display: table-cell;
}

.sizes-section__wrapper-left .material-tabs__table table tbody tr td.column-1,
.sizes-section__wrapper-left .material-tabs__table table tbody tr td.column-2,
.sizes-section__wrapper-left .material-tabs__table table tbody tr td.column-3 {
  width: 33.333%;
}

.sizes-section__wrapper-left .material-tabs__table table tbody tr td.column-4 {
  display: none !important;
}

.material-tabs__table thead th {
  white-space: normal;
}

@media (max-width: 767px) {
  .sizes-section__wrapper-left .js-product-material-tabs {
    margin-top: 36px;
  }

  .material-tabs__title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .material-tabs__panels {
    margin-top: 18px;
  }
}
