/* FP Tax Toggle fallback presentation. Store-specific Shoptimizer styling can override it. */
#wcvat-toggle {
	box-sizing: border-box;
	cursor: pointer;
	text-decoration: none;
}

#wcvat-toggle:focus-visible {
	outline: 3px solid currentColor;
	outline-offset: 3px;
}

#wcvat-toggle:not(.wcvat-toggle-widget) {
	position: fixed;
	top: 45%;
	left: 0;
	z-index: 100;
	display: inline-block;
	padding: 10px;
	background: #333;
	color: #fff;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
}

#wcvat-toggle.wcvat-toggle-widget {
	display: inline-flex;
	position: relative;
	align-items: center;
	width: auto;
}

.fptt-default-excl:not(.fptt-show-incl) .cart_totals .tax-rate,
.fptt-default-excl:not(.fptt-show-incl) .cart_totals .tax-total,
.fptt-default-excl:not(.fptt-show-incl) .cart_totals .order-total,
.fptt-show-excl .cart_totals .tax-rate,
.fptt-show-excl .cart_totals .tax-total,
.fptt-show-excl .cart_totals .order-total,
.fptt-show-incl .cart_totals .order-total-exvat {
	display: none;
}

.fptt-show-incl .product-tax-off,
.fptt-show-excl .product-tax-on {
	display: none;
}

