/*Css tabale*/
/*Scroll table*/
.woo_sc_table_scroll {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow-x: auto;
}

.woo_sc_view_table {
    table-layout: auto;
    width: 100%;
}

.woo_sc_view_table th, .woo_sc_view_table td {
    white-space: nowrap;

}

.hentry .entry-content .wp-block-table td, .hentry .entry-content .wp-block-table th,
.woo_sc_table_scroll table.woo_sc_view_table tr td, .woo_sc_view_table tr th {
    padding: 10px;
}

.woo_size_chart_img img {
    display: block;
    margin: 5px auto;
    max-width: 100%;
    text-align: center;
}

.woo_sc_view_table tr td, .woo_sc_view_table tr th {
    font-size: 14px !important;
}

@media only screen and (min-width: 1024px) {
    /* Table single cells */
    table.woo_sc_view_table td, table.woo_sc_view_table th {
        min-width: 20px;
        height: 20px;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    table.woo_sc_view_table td, table.woo_sc_view_table th {
        min-width: 20px;
        height: 20px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 320px) {
    table.woo_sc_view_table td, table.woo_sc_view_table th {
        min-width: 20px;
        height: 20px;
    }
}
