@keyframes wc_mnm_fadein {
	from {
		transform: translate(-50%, 0);
		opacity: 0;
	}
	
	to {
		transform: translate(-50%, -120%);
		opacity: 1;
	}
}

@keyframes wc_mnm_fadeout {
	from {
		transform: translate(-50%, -120%);
		opacity: 1;
	}
	
	to {
		transform: translate(-50%, 0);
		opacity: 0;
	}
}

.product-type-mix-and-match #ppc-button, .product-type-mix-and-match #ppcp-messages {
	display: none !important;
}

.product-type-mix-and-match #wcpay-payment-request-button-separator, .product-type-mix-and-match #wcpay-payment-request-wrapper {
	display: none !important;
}