.woocommerce div.product .wp-block-table {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
border: 1px solid #000;
border-radius: 12px;
background: #fff;
}
.woocommerce div.product .wp-block-table table {
width: 100%;
min-width: 980px;
margin: 0;
border-collapse: collapse;
table-layout: auto !important;
font-size: 14px;
line-height: 1.35;
}
.woocommerce div.product .wp-block-table th,
.woocommerce div.product .wp-block-table td {
padding: 12px 10px;
border-bottom: 1px solid #000;
text-align: center;
white-space: nowrap;
vertical-align: middle;
}
.woocommerce div.product .wp-block-table thead th {
position: sticky;
top: 0;
z-index: 2;
background: #bde6fc;
font-weight: 700;
border-bottom: 1px solid #e0e0e0;
}
.woocommerce div.product .wp-block-table tbody tr:nth-child(even) {
background: #bde6fc;
}
.woocommerce div.product .wp-block-table td:first-child {
font-weight: 700;
}
.woocommerce div.product .wp-block-table table,
.woocommerce div.product .wp-block-table th,
.woocommerce div.product .wp-block-table td {
border-left: 0 !important;
border-right: 0 !important;
}
.woocommerce div.product .wp-block-table th:nth-child(3),
.woocommerce div.product .wp-block-table td:nth-child(3) {
white-space: normal;
}
.woocommerce div.product .wp-block-table table,
.woocommerce div.product .wp-block-table tr,
.woocommerce div.product .wp-block-table td,
.woocommerce div.product .wp-block-table th {
max-width: none !important;
}
@media (min-width: 768px) {
.woocommerce div.product .wp-block-table table {
width: 100% !important;
min-width: 0 !important;
margin: 0 !important;
table-layout: auto !important;
}
}
@media (max-width: 767px) {
.woocommerce div.product .wp-block-table table {
width: max-content !important;
min-width: 980px !important;
margin: 0 !important;
table-layout: auto !important;
}
.woocommerce div.product .wp-block-table th,
.woocommerce div.product .wp-block-table td {
white-space: nowrap;
}
}
@media (max-width: 640px) {
.woocommerce div.product .wp-block-table table {
min-width: 760px;
font-size: 13px;
}
.woocommerce div.product .wp-block-table th,
.woocommerce div.product .wp-block-table td {
padding: 10px 8px;
}
}