/* The recommended price (veil. pris) on single product pages */
body.single-product .price-including-tax {
	font-size: 18px;
}

body.single-product .scpp-results-container .woocommerce-Price-amount + .tax_label {
	margin-left: 5px;
	margin-top: 3px;
}

/* Mini cart: Hide free shipping message in mini cart */
.drawer-shopping-cart-cart .westsystem-free-shipping-notice {
	display: none;
}
