/* Minification failed. Returning unminified contents.
(3,17): run-time error CSS1039: Token not allowed after unary operator: '-abf-gray'
(13,28): run-time error CSS1039: Token not allowed after unary operator: '-abf-gray-light'
(18,32): run-time error CSS1039: Token not allowed after unary operator: '-abf-gray-lightest'
(84,17): run-time error CSS1039: Token not allowed after unary operator: '-abf-blue'
(114,17): run-time error CSS1039: Token not allowed after unary operator: '-text-text-body'
(115,23): run-time error CSS1039: Token not allowed after unary operator: '-font-family-titles'
(116,21): run-time error CSS1039: Token not allowed after unary operator: '-font-size-2xl'
(118,23): run-time error CSS1039: Token not allowed after unary operator: '-font-weight-bold'
(119,23): run-time error CSS1039: Token not allowed after unary operator: '-font-line-height-double'
 */
.strikethrough {
    text-decoration: line-through;
    color: var(--abf-gray)
}

.list-usps > li {
    margin-bottom: 0.75rem;
}

.quotes-select-item {
    padding: 10px;
    background-color: white;
    border: 1px solid var(--abf-gray-light);
    cursor: pointer;
}

    .quotes-select-item:hover {
        background-color: var(--abf-gray-lightest);
    }

.quote-dropdown-content.show {
    display: block;
}

.quote-dropdown-content > :first-child {
    border-radius: 5px 5px 0px 0px;
}

.quote-dropdown-content > :only-child {
    border-radius: 5px;
}

.quote-dropdown-content > :not(:first-child):not(:last-child):not(:only-child) {
    border-top: 0px;
}

.quote-dropdown-content > :last-child {
    border-radius: 0px 0px 5px 5px;
    border-top: 0px;
}

.addtobasket-view {
    display: none;
}

    .addtobasket-view.show {
        display: block;
    }

#former-price {
    font-size: 18px;
}

#price-discount-label {
    cursor: pointer;
}

#detail-price-discount, #price-discount-label {
    margin-left: 10px;
    font-size: 12px;
}

.quote-description {
    margin-top: 12px;
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
    color: #707070;
}

.quote-total-description {
    margin-top: 4px;
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
    color: #707070;
}

    .quote-total-description .quote-total-price {
        font-weight: 600;
    }

#quote-dropdown-button {
    color: var(--abf-blue);
    cursor: pointer;
}

.quote-dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    list-style: none;
    margin: 0;
    font-style: normal;
    line-height: 24px;
    z-index: 999;
    min-width: 150px;
}

#quote-expire-text {
    color: #707070;
}

.add-to-basket-line {
    display: flex;
}

.price-padding{
    padding-bottom: 40px;
}

.price-on-request {
    color: var(--text-text-body, #333);
    font-family: var(--font-family-titles, "Open Sans");
    font-size: var(--font-size-2xl, 24px);
    font-style: normal;
    font-weight: var(--font-weight-bold, 700);
    line-height: var(--font-line-height-double, 32px);
}

/** 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:first-child {
    }
    .tier-pricing-row:last-child {
        border-bottom: 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-header {
    background: #f5f5f5;
    color: #3a3a3a;
    font-weight: 600;
}

.tier-pricing-row-highlight {
    background: #FFD8534D !important;
    font-weight: 600;
    color: #222;
}

    .tier-pricing-row-highlight > div {
        color: #222;
    }

.addtobasket-view .tier-pricing-suggestion {
    font-size: 14px;
}

/** End Tier pricing */

