/**
* UK Site Styles
 */

/* Currency switcher redirect modal */
.eu-currency-redirect-modal {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Country modal body class */

body.country-location-modal-open {
	position: fixed;
	overflow-y: scroll;
	width: 100%;
}

.eu-buttons button {
	margin: 5px;
	padding: 8px 16px;
	cursor: pointer;
}

.eu-buttons button.eu-go-now {
	background-color: #C98E1F;
}

/** EU and US Modals */
#eu-modal, #us-modal,
#eu-checkout-modal, #us-checkout-modal {
	display: none;
}

.eu-modal-buttons button, .us-modal-buttons button {
	padding: 8px 16px;
	cursor: pointer;
}

.eu-modal-buttons #eu-redirect-btn,
.us-modal-buttons #us-redirect-btn {
	background-color: #C98E1F;
}

#us-modal {
	font-size: 15px;
}

#us-modal .us-remind-form form {
	display: flex;
	gap: 10px;
	align-items: start;
}

#us-modal .us-remind-form .wpforms-container .wpforms-field-container {
	flex: 1;
}

#us-modal .us-remind-form .wpforms-container .wpforms-field {
	padding: 0;
}

#us-modal .us-remind-form .wpforms-container .wpforms-submit-container {
	margin: 0;
}

#us-modal .us-remind-form .wpforms-container .wpforms-submit-container .wpforms-submit {
	background-color: #c98e1f;
	font-size: 14px;
}

/**
* Checkout
 */
.regional-cart-clone-button {
	font-weight: bold;
	text-decoration: underline;
}
