/*
 Theme Name:   Zipa v10
 Description:  bootScore WooCommerce Child Theme
 Author:       bootScore
 Author URI:   https://bootscore.me
 Template:     bootscore-main
 Version:      5.2.0.9
 Text Domain:  bootscore
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/
/* Make the table rows flex containers */
.tiered-pricing-table tr {
    display: flex;
}

/* Set the order of the columns */
.tiered-pricing-table td:nth-child(1),
.tiered-pricing-table th:nth-child(1) {
    order: 1;
}

.tiered-pricing-table td:nth-child(2),
.tiered-pricing-table th:nth-child(2) {
    order: 3;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.tiered-pricing-table td:nth-child(3),
.tiered-pricing-table th:nth-child(3) {
    order: 2;
}

/* Ensure each cell takes up equal width */
.tiered-pricing-table td,
.tiered-pricing-table th {
    flex: 1;
}

.tpt__tiered-pricing table thead tr th:last-child {
    border-right-style: solid;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}