/* Baiano Host: contraste consistente para botões do formulário de pedido. */
#order-standard_cart .btn-primary,
#order-standard_cart .btn-primary:hover,
#order-standard_cart .btn-primary:focus,
#order-standard_cart .btn-primary:active,
#order-standard_cart .btn-success,
#order-standard_cart .btn-success:hover,
#order-standard_cart .btn-success:focus,
#order-standard_cart .btn-success:active,
#order-standard_cart .btn-danger,
#order-standard_cart .btn-danger:hover,
#order-standard_cart .btn-danger:focus,
#order-standard_cart .btn-danger:active,
#order-standard_cart .btn-info,
#order-standard_cart .btn-info:hover,
#order-standard_cart .btn-info:focus,
#order-standard_cart .btn-info:active,
#order-standard_cart .btn-secondary,
#order-standard_cart .btn-secondary:hover,
#order-standard_cart .btn-secondary:focus,
#order-standard_cart .btn-secondary:active,
#order-standard_cart .btn-dark,
#order-standard_cart .btn-dark:hover,
#order-standard_cart .btn-dark:focus,
#order-standard_cart .btn-dark:active,
#order-standard_cart .btn-blue,
#order-standard_cart .btn-blue:hover,
#order-standard_cart .btn-blue:focus,
#order-standard_cart .btn-blue:active,
#order-standard_cart .btn-sky-blue,
#order-standard_cart .btn-sky-blue:hover,
#order-standard_cart .btn-sky-blue:focus,
#order-standard_cart .btn-sky-blue:active {
    color: #fff !important;
}

/* Botões próprios dos cards de produtos do Bredh Sefar. */
#order-standard_cart a.second-pricing-table-button,
#order-standard_cart a.second-pricing-table-button:hover,
#order-standard_cart a.second-pricing-table-button:focus,
#order-standard_cart a.second-pricing-table-button:active,
#order-standard_cart a.btn-order-now,
#order-standard_cart a.btn-order-now:hover,
#order-standard_cart a.btn-order-now:focus,
#order-standard_cart a.btn-order-now:active,
#order-standard_cart a.second-pricing-table-button *,
#order-standard_cart a.btn-order-now * {
    color: #fff !important;
}

#order-standard_cart .btn-warning,
#order-standard_cart .btn-warning:hover,
#order-standard_cart .btn-warning:focus,
#order-standard_cart .btn-warning:active {
    color: #23282e !important;
}

#order-standard_cart .btn-primary *,
#order-standard_cart .btn-success *,
#order-standard_cart .btn-danger *,
#order-standard_cart .btn-info *,
#order-standard_cart .btn-secondary *,
#order-standard_cart .btn-dark *,
#order-standard_cart .btn-blue *,
#order-standard_cart .btn-sky-blue * {
    color: inherit !important;
}
