.is-sibling label {
    font-size: 15px;
    font-weight: normal;
}

table.group_table {
    margin-bottom: 20px;
}

.single_add_to_cart_button.is-disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

table.woocommerce-grouped-product-list.group_table {
    margin-top: 15px;
}

.grouped-out-of-stock {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3;
}

tr.iable-separator::before {
    content: '' !important;
    position: absolute;
    width: 100%;
    height: 1px;
    display: inline-block;
    background: #444;
    top: 8px;
    right: 0;
}

.iable-separator {
    transform: scale(1);
    height: 20px;
}