/* Google address suggestions must appear above the WholesaleX modal. */
body > .pac-container,
.pac-container.pac-logo {
	z-index: 2147483647 !important;
}

/* Country selector and reliable arrow independent of theme select styling. */
#wholesalex_request_custom_quote_form .quote_country {
	position: relative !important;
}

#wholesalex_request_custom_quote_form .quote_country::after {
	content: "";
	position: absolute;
	right: 16px;
	bottom: 17px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #552a92;
	border-bottom: 2px solid #552a92;
	transform: rotate(45deg);
	pointer-events: none;
	z-index: 10;
}

#wholesalex_request_custom_quote_form select#palecom_quote_country {
	width: 100% !important;
	max-width: 100% !important;
	padding-right: 40px !important;
	cursor: pointer !important;
}

