/* OPIF by Saad + OPIF THEME compatibility layer. */
body.opif-theme .opif-fraud-contact-actions,
body.opif-theme .opif-incomplete-order,
body.opif-theme .opif-order-tracker {
	box-sizing: border-box;
}
body.opif-theme .opif-fraud-contact-actions a,
body.opif-theme .opif-incomplete-order a,
body.opif-theme .opif-order-tracker a {
	transition: opacity .2s ease, transform .15s ease;
}
body.opif-theme .opif-fraud-contact-actions a:hover,
body.opif-theme .opif-incomplete-order a:hover,
body.opif-theme .opif-order-tracker a:hover {
	opacity: .9;
}
body.opif-theme .woocommerce form.checkout .button,
body.opif-theme .woocommerce-checkout .button {
	border-radius: var(--opif-buy-now-radius, 4px);
}
