tr {
    border-color: var(--brand-color-main) !important;
    border-width: 0.5px !important;
}

/* - - - Individual - - - */

.txt-tablehead {
    font-weight: 700;
}

/* - - - WooCommerce Tables - - - */

.breakdance .bde-wooproductinfo h2 {
    display: none;
}

th.woocommerce-product-attributes-item__label {
    width: 50%;
    padding-left: 0px !important;
}

table {
    margin-bottom: 20px;
}

tbody {
    border-bottom: 1px solid var(--brand-color-main);
}