.-container-size-lg .table-sizes .inventory-table {
  table-layout: fixed;
  width: 100%;
}
.-container-size-lg
  .table-sizes
  .inventory-table
  tr:first-child
  th:not(:first-child),
.-container-size-lg
  .item-detail-set_ct
  .size-chart-item.list-item-stock
  .table-sizes
  tbody
  td {
  width: 25% !important;
}
@media (min-width: 992px) {
  .-container-size-lg.container {
    max-width: 1800px !important;
    width: 100%;
    padding: 0 100px !important;
  }
  .-container-size-lg .box_filter_accordion .dropdownlink {
    font-size: 14px;
    line-height: 1.4;
  }
  .-container-size-lg .col-list {
    flex: 0 0 250px;
    max-width: 250px;
    padding-inline: 0 15px;
  }
  .-container-size-lg .col-detail {
    flex: 0 0 calc(100% - 250px);
    max-width: calc(100% - 250px);
    padding-inline: 15px 0;
  }
  .-container-size-lg .block_popular_ranking .box-list-product li {
    width: 100%;
  }
  .-container-size-lg .block_popular_ranking .box-list-product li {
    width: calc(50% - 20px);
  }
  .-container-size-lg
    .item-detail-set
    .item-appearance.item-appearance-img-taller {
    width: calc(50% - 580px);
  }
  .-container-size-lg .item-detail-set .item-description {
    width: calc(100% - 310px);
  }
  .-container-size-lg .item-details.item-details-smalltext.flex-space-between {
    flex-wrap: wrap;
  }
  .-container-size-lg .box-list-product table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .-container-size-lg .box-list-product table tr:last-child {
    margin-bottom: 0;
  }
  .-container-size-lg .box-list-product table tr th,
  .-container-size-lg .box-list-product table tr td {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .-container-size-lg .product-cat-list li {
    width: 25%;
  }
  .-container-size-lg .block_popular_ranking .box_ranking_product h3 {
    padding-inline: 50px 0;
  }
  .-container-size-lg .block_popular_ranking .box-list-product li {
    width: calc(50% - 20px);
  }
  .-container-size-lg .box-list-product table tr {
    flex-direction: row;
    margin-bottom: 0;
  }
  .-container-size-lg .box-list-product table tr th,
  .-container-size-lg .box-list-product table tr td {
    width: 100%;
  }
  .-container-size-lg .box-list-product table tr th,
  .-container-size-lg .box-list-product table tr td {
    border-bottom: none;
  }
  .-container-size-lg .box-list-product table tr:last-child th,
  .-container-size-lg .box-list-product table tr:last-child td {
    border-bottom: 1px solid var(--main-black);
  }
}
@media (min-width: 1440px) {
  .-container-size-lg .block_popular_ranking .box-list-product li {
    width: calc(33.3333333333% - 13.3333333333px);
  }
} /*# sourceMappingURL=adj.css.map */