/**
Theme Name: NorparkSkolen
Author: NorparkSkolen
Author URI: https://norparkskolen.no
Description: Child theme for NorparkSkolen, based on Astra.
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: norparkskolen
Template: astra
*/

/* Keep WooCommerce prices on one line (NO thousand space must not wrap). */
.woocommerce-Price-amount,
.woocommerce-Price-amount bdi,
.woocommerce table.shop_table td.product-total,
.woocommerce table.shop_table tfoot td,
.woocommerce-checkout-review-order-table .amount {
	white-space: nowrap;
}

/* Rounded corners on buttons site-wide (beats Astra dynamic CSS radius: 0). */
.wp-block-button .wp-block-button__link,
.wp-block-button__link,
.wp-element-button,
.ast-button,
.ast-custom-button,
button,
button.button,
.button,
a.button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page .button,
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.button.wc-forward,
a.button.wc-forward,
.checkout-button,
a.checkout-button.button.alt.wc-forward,
.wc-proceed-to-checkout .checkout-button,
.menu-link button {
	border-radius: 8px !important;
}

/* Remove product link on checkout order review. */
.woocommerce-checkout-review-order-table .norparkskolen-checkout-remove {
	display: inline-block;
	margin-top: 8px;
	font-size: 0.9em;
	font-weight: 600;
	color: #b32d2e;
	text-decoration: underline;
	cursor: pointer;
}

.woocommerce-checkout-review-order-table .norparkskolen-checkout-remove:hover,
.woocommerce-checkout-review-order-table .norparkskolen-checkout-remove:focus {
	color: #8a1f20;
}

.woocommerce-checkout-review-order-table .norparkskolen-checkout-remove.is-removing {
	opacity: 0.55;
	pointer-events: none;
}
