.globale-hide {
	display: none!important
}

.globale-show {
	display: block!important
}

.globale-show-without-important {
	display: block
}
.product-card__price,
[data-product-price],
.product__price > s.product-price__compare,
.cart__product-price>span,
.cart__subtotal,
.ajaxcart__product-price>span,
.ajaxcart__subtotal,
input[name="checkout"],
button[name="checkout"],
[data-label="Total"],
[data-label="Price"],
[data-label="Discount"],
[data-label="Tax (VAT 21.0%)"],
[data-label="Subtotal"] {
	visibility: hidden;
}

.ajaxcart__additional-checkout {
    display: none;
}

div.page-international-checkout .h-captcha { 
	height: 200px; 
	display: flex; 
	align-items: center; 
	justify-content: center; 
}
