:root {
    --black: #000000;
    --gray: #848484;
    --bisonHide: #C6B4A6;
    --bisonHideRGBA: rgba(198, 180, 166, 0.3);
    --pampas: #F2EEEB;
}

#bobZeroAccordion {
    margin-bottom: 1em;
}

.bobzero-show-price-per-month {
    margin-top: 2em;
    font-size: 18px;
    font-weight: 600;
    color: #848484;
    line-height: 26px;
    font-family: Raleway;
    letter-spacing: 1px;
}

.bobzero-payment-slider {
    margin: 2em 0;
}

label.bobzero-payment-slider-label {
    color: #848484;
    line-height: 26px;
    letter-spacing: 1px;
    font-size: 16px;
    display: block;
    width: 100%;
    text-align: center;
    margin: 3em 0 2em 0;
}

.bobzero-payment-slider-description {
    color: #848484;
    line-height: 26px;
    letter-spacing: 1px;
    font-size: 16px;
}

.bobzero-payment-slider-description h4 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 2em;
}

#bobzero-rate-field {
    margin-right: 0.1em;
}

.bobZeroCollapsible {
    cursor: pointer;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-top: 1em;
}

.bobZeroCollapsible img {
    max-width: 100px;
}

.bobZeroCollapsible span {
    margin-left: 1em;
    color: var(--gray);
}

#product_addtocart_form .addtocart-wrapper {
    margin-bottom: 1em;
}
