.location-selector {
	position: relative;
	display: inline-block;
	margin-left: 20px;
}

.location-selector select {
	appearance: none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	width: auto;

	/*  padding: 6px 15px 6px 8px;*/
	font-size: 1rem;
	/*  border: 1px solid #ccc;*/
	/*  border-radius: 6px;*/
	background-color: transparent;
	color: #fff;
	cursor: pointer;
	background-image: none;
}

.location-selector option {
  color: black;
  background-color: white;
  padding: 5px 15px;
}

.location-selector::after {
	content: '';
	position: absolute;
	top: 45%;
	right: -15px;
	width: 8px;
	height: 8px;
	pointer-events: none;
	border: solid #ccc;
	border-width: 0 2px 2px 0;
	transform: translateY(-50%) rotate(45deg);
}

/*.location-selector::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 25px;
	height: 25px;
	transform: translateY(-50%);
	background-size: cover;
	background-repeat: no-repeat;
	pointer-events: none;

	background-image: url('/wp-content/themes/Ohk%20Energy/assets/country-flags/IE.png');
}*/

.header-sticky .location-selector select{
	color: #031045;
}
.header-sticky .location-selector::after{
	border-color: #031045;
}

.flag-uk::before, .flag-gb::before{
	background-image: url('/wp-content/themes/Ohk%20Energy/assets/country-flags/UK.png');	
}
.flag-ie::before{
	background-image: url('/wp-content/themes/Ohk%20Energy/assets/country-flags/IE.png');	
}
.flag-ni::before{
	background-image: url('/wp-content/themes/Ohk%20Energy/assets/country-flags/NI.png');	
/*	background-image: url('/wp-content/themes/Ohk%20Energy/assets/country-flags/UK.png');	*/
}

.menu-active .location-selector {
	display: none;
}


.error404 .thankyou__img{
	display: flex;
    justify-content: center;
    align-items: center;
}

.error404 .thankyou__img img{
	height: auto;
}