/**
 * Plugin Name: ax4str
 * Version:     0.80.02
 */

.col-full {
	max-width: unset !important;
}

#order_review {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-evenly;
	align-items: flex-start;
}

.woocommerce {
	display: flex;
}

#payment {
	max-width: 500px;
	min-width: 400px;
	flex: 1 1 450px;
}

.shop_table {
	min-width: 600px;
	max-width: 800px;
	flex: 1 1 700px;
}

.product-quantity {
	width: 120px !important;
	text-align: right;
}

.product-total,
.product-subtotal {
	width: 150px;
	text-align: right;
}

.wc_payment_methods.payment_methods.methods {
    display: flex;
    flex-direction: column;
}

.wc_payment_method.payment_method_ppcp-credit-card-gateway {
    order: 1;
}

.wc_payment_method.payment_method_ppcp-gateway {
    order: 2;
}
