.dbl-woo-parcelas-checkout__texto {
    display: block;
    color: var(--mp-orange, #ec6d00);
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: right;
}

.dbl-woo-parcelas-checkout[hidden] {
    display: none !important;
}

.dbl-woo-parcelas-checkout__texto .amount,
.dbl-woo-parcelas-produto__texto .amount {
    color: inherit;
    font-family: Montserrat, sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    white-space: nowrap;
}

.dbl-woo-parcelas-produto {
    margin: 10px 0;
    padding: 10px 14px;
    background: rgba(236, 109, 0, .08);
    border: 1px solid rgba(236, 109, 0, .22);
    border-radius: 10px;
    text-align: center;
}

.dbl-woo-parcelas-produto__texto {
    display: block;
    color: var(--mp-orange, #ec6d00);
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
}

.dbl-woo-hide-order-total .order-total {
    display: none !important;
}
