/* Scoped to our templates and loaded after WooCommerce and the theme. */
.mt-site .woocommerce-message,.mt-site .woocommerce-info { box-sizing:border-box; display:flex; flex-wrap:wrap; align-items:center; gap:12px; padding:18px 20px 18px 48px; overflow-wrap:anywhere; }
.mt-site .woocommerce-message::after,.mt-site .woocommerce-info::after { display:none; }
.mt-site .woocommerce-message .button,.mt-site .woocommerce-info .button { box-sizing:border-box; float:none!important; display:inline-flex; align-items:center; justify-content:center; flex:0 1 auto; width:auto; max-width:100%; min-height:44px; margin:0 0 0 auto; padding:12px 19px; line-height:1.35; white-space:normal; text-align:center; }
.mt-site .woocommerce .button,.mt-site .single_add_to_cart_button { box-sizing:border-box; max-width:100%; line-height:1.4; white-space:normal; text-align:center; }
.mt-site .mt-buy-box form.cart { display:flex; flex-wrap:wrap; align-items:stretch; gap:12px; }
.mt-site .mt-buy-box form.cart .quantity { flex:0 0 70px; margin:0!important; }
.mt-site .mt-buy-box form.cart .single_add_to_cart_button { flex:1 1 180px; float:none; margin:0; }
.mt-site .woocommerce-cart-form .actions .coupon { display:flex; flex-wrap:wrap; align-items:stretch; gap:10px; max-width:100%; }
.mt-site .woocommerce-cart-form .actions .coupon .input-text { box-sizing:border-box; float:none; width:160px; max-width:100%; margin:0; min-height:44px; }
.mt-site .woocommerce-cart-form .actions .coupon .button { float:none; margin:0; }
.mt-site .woocommerce-cart-form .actions > .button { margin:0; }
.mt-site .wc-proceed-to-checkout .checkout-button { display:flex; align-items:center; justify-content:center; width:100%; float:none; }
.mt-site #payment .place-order { display:flex; flex-direction:column; align-items:stretch; gap:16px; }
.mt-site #payment #place_order { float:none; align-self:stretch; width:100%; margin:0; min-height:48px; }
.mt-site .woocommerce-orders-table__cell-order-actions .button { display:inline-flex; align-items:center; justify-content:center; margin:4px; }
@media(max-width:768px) {
    .mt-site .woocommerce-message .button,.mt-site .woocommerce-info .button { flex-basis:100%; margin-left:0; }
    .mt-site .woocommerce-cart-form .actions .coupon { float:none; width:100%; margin-bottom:12px; }
    .mt-site .woocommerce-cart-form .actions .coupon .input-text,.mt-site .woocommerce-cart-form .actions .coupon .button,.mt-site .woocommerce-cart-form .actions > .button { width:100%; float:none; }
    .mt-site .woocommerce-cart-form .actions > .button { margin-top:10px; }
}
