.woocommerce div.product .summary .isc-size-chart,
.woocommerce-page div.product .summary .isc-size-chart,
.woocommerce div.product .summary .isc-size-chart__inner,
.woocommerce-page div.product .summary .isc-size-chart__inner,
.woocommerce div.product .summary .isc-size-chart__scroll,
.woocommerce-page div.product .summary .isc-size-chart__scroll {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.woocommerce div.product .summary .isc-size-chart__table,
.woocommerce-page div.product .summary .isc-size-chart__table {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

.isc-size-chart {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.isc-size-chart__title {
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 1.3;
}

.isc-size-chart__inner {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.isc-size-chart__scroll {
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.isc-size-chart__table {
    width: 100% !important;
    min-width: 0;
    margin: 0 !important;
    border: 0 !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    table-layout: fixed;
    background: #fff;
    box-sizing: border-box;
}

.isc-size-chart__table thead,
.isc-size-chart__table tbody,
.isc-size-chart__table tr {
    border: 0 !important;
}

.isc-size-chart__table th,
.isc-size-chart__table td {
    margin: 0 !important;
    border: 0 !important;
    border-right: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    padding: 14px 16px !important;
    vertical-align: middle;
    box-shadow: none !important;
    background-image: none !important;
}

.isc-size-chart__table thead th {
    background: #f7f7f7 !important;
    font-weight: 700;
    text-align: center;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.isc-size-chart__table thead th:first-child,
.isc-size-chart__table tbody th {
    width: 28%;
}

.isc-size-chart__table .isc-size-chart__corner {
    background: #f7f7f7 !important;
}

.isc-size-chart__table tbody th {
    background: #fafafa !important;
    text-align: left;
    font-weight: 600;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.isc-size-chart__table tbody td {
    text-align: center;
    font-weight: 500;
    background: #fff !important;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.isc-size-chart__table th:last-child,
.isc-size-chart__table td:last-child {
    border-right: 0 !important;
}

.isc-size-chart__table tbody tr:last-child th,
.isc-size-chart__table tbody tr:last-child td {
    border-bottom: 0 !important;
}

@media (max-width: 767px) {
    .isc-size-chart__title {
        font-size: 18px;
    }

    .isc-size-chart__table th,
    .isc-size-chart__table td {
        padding: 10px 8px !important;
        font-size: 13px;
        line-height: 1.35;
    }

    .isc-size-chart__table thead th:first-child,
    .isc-size-chart__table tbody th {
        width: 34%;
    }
}

@media (max-width: 480px) {
    .isc-size-chart__table th,
    .isc-size-chart__table td {
        padding: 9px 6px !important;
        font-size: 12px;
    }

    .isc-size-chart__table thead th:first-child,
    .isc-size-chart__table tbody th {
        width: 38%;
    }
}
