/* Minification failed. Returning unminified contents.
(64,17): run-time error CSS1039: Token not allowed after unary operator: '-c-green'
 */
/** Tier pricing */
.tier-pricing {
    width: 100%;
    background: #fafafa;
    overflow: hidden;
    font-family: inherit;
    font-size: 14px;
}

.tier-pricing-row {
    display: flex;
    align-items: stretch;
    background: #fff;
    border-top: 1.5px solid #e0e0e0;
}

    .tier-pricing-row > div {
        flex: 1 1 0;
        padding: 0.5em 0.25em;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .tier-pricing-row > div:first-child {
            padding-left: 1em;
            justify-content: flex-start;
            text-align: left;
        }

        .tier-pricing-row > div:nth-child(2) {
            justify-content: flex-end;
            text-align: right;
            padding-right: 1em;
        }

        .tier-pricing-row > div:last-child {
            padding-right: 1em;
            justify-content: flex-end;
            text-align: right;
        }

    .tier-pricing-row:last-child {
        border-bottom: 1.5px solid #e0e0e0;
    }

.tier-pricing-header {
    background: #f5f5f5;
    color: #3a3a3a;
    font-weight: 600;
}

.tier-pricing-row-highlight {
    background: #FF821E1A !important;
    font-weight: 600;
    color: #222;
}

    .tier-pricing-row-highlight > div {
        color: #222;
    }

.tier-pricing-discount, .tier-pricing-suggestion {
    color: var(--c-green);
}
/** End Tier pricing */

