.byg-pr-qty-breaks-wrapper {
    margin: 2rem 0;
}

.byg-qb-tab.active {
    background-color: #ffbe2c;
    border-bottom: 1px solid #ffa42c;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs>li.byg-qb-tab.active>a {
    background-color: transparent;
    border: none;
    font-weight: 700;
}

.byg-qb-call {
    color: #0e90d2;
    font-weight: 700;
}

.byg-qb-table {
    width: 100%;
    thead {
        background-color: #FFA42C;
        border-top: 1px solid #ffa42c;
        border-left: 1px solid #ffa42c;
        border-right: 1px solid #ffa42c;
        border-bottom: transparent;
        tr {
            th {
                padding: 0.5em;
            }
        }
    }
    tbody {
        tr {
            td:nth-child(1) {
                font-weight: 700;
            }

            td {
                border: 1px solid lightgrey;
                padding: 0.5em;
            }
        }
    }
}

/*Quantity Break Text*/
.byg-qb-text {
    display: flex;
    div {
        width: 50%;
        padding: 0.5em;
    }
}

