.field-error, div.mage-error {
    margin-top: 7px;
}
div.mage-error {
    color: #e02b27;
    font-size: 12px;
}
.slider-nav, .slider-dots {
    flex-flow: row wrap;
}
#product-options-wrapper .swatch-attribute.style {
    display: block;
}
#checkout-payment-method-load .payment-method .checkout-billing-address .actions-toolbar {
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
#checkout-payment-method-load .payment-method .checkout-billing-address .actions-toolbar .primary {
    display: flex;
    flex-direction: row-reverse;
}

.checkout-index-index .payment-method.payment-method-braintree._active .payment-method-content {
    display: flex;
    flex-direction: column;
}
.checkout-index-index .payment-method.payment-method-braintree._active .payment-method-content .checkout-agreements-block {
    order: 10;
    align-self: flex-end;
}
