.place-order-button-wrapper {
	display: flex;
	flex-direction: column;
}
.place-order-button-wrapper #switch_checkout_type {
	order: 1;
	margin-top: 20px;
}
@media (min-width: 1200px) {
	.place-order-button-wrapper {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.place-order-button-wrapper #switch_checkout_type {
		order: 0;
		margin-top: 0;
		margin-right: 20px;
	}
}