/* Keep configurable product fields in the normal product summary when the
 * B2B catalog mode replaces WooCommerce's add-to-cart form. */
body.pfk-raq-b2b-compat .owp-floating-bar {
	display: none !important;
}

body.raq-b2b-hide-prices .pfk-quote-compat .pfk-product-totals,
body.raq-b2b-hide-prices .pfk-quote-compat .pfk-pricing-hint,
body.raq-b2b-prices-hidden .pfk-quote-compat .pfk-product-totals,
body.raq-b2b-prices-hidden .pfk-quote-compat .pfk-pricing-hint {
	display: none !important;
}

.pfk-quote-compat {
	box-sizing: border-box;
	clear: both;
	margin: 22px 0;
	max-width: 100%;
	width: 100%;
}

.pfk-quote-compat .pfk,
.pfk-quote-compat .pfk-wrapper {
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
}

.pfk .pfk-b2b-validation-error {
	border-color: #d63638;
	box-shadow: 0 0 0 1px rgba(214, 54, 56, .18);
}

@media (max-width: 767px) {
	.pfk-quote-compat {
		margin: 18px 0;
	}
}
