/* Hide Zonos Checkout button when country is U.S. */
.zonos-checkout-button {
    display: none;
}

/* Show Zonos Checkout button when international country is selected */
.z-intl .zonos-checkout-button {
    display: block;
}

/* Hide the other checkout buttons when international country is selected */
.z-intl .bolt-quick-pay-btn,
.z-intl .wcppec-checkout-buttons,
.z-intl #pay_with_amazon,
.z-intl .cart-collaterals a.button {
    display: none;
}

/* Styling for the Zonos Checkout Button */
#zCheckoutButton {
    padding: 14px 25px;
    background: rgb(248, 135, 37);
    color: white;
    font-family: Quicksand, sans-serif;
    font-size: 18px;
}

.z-intl .product-shipping-message {
    display: none;
}