.fin-country-dropdown .dropdown {
    display: inline-block;
    position: relative;
    z-index: 9999;
}

.fin-country-dropdown {
	display: inline-block;
	position: relative;
	margin-right: 0;
	margin-left: 0;
	vertical-align: middle;
}
.fin-country-dropdown .dropdown {
  z-index: 3000;
  width: auto;
  position: relative;
}
.fin-country-dropdown .dropdown .fin-country-dropdown--first-flag {
  color: #000000;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  background-color: transparent;
  border: none;
  cursor: pointer;
  line-height: 1;
}
.fin-country-dropdown .dropdown img {
  width: 19px;
  max-height: 19px;
}
.fin-country-dropdown .dropdown .fin-country-dropdown--first-flag span:last-child {
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	margin-top: 0;
	margin-left: 0;
	font-weight: 700;
	color: #060606;
}
.fin-country-dropdown .img-flag {
  width: 19px;
  height: 19px;
  display: inline-block;
  border-radius: 50%;
  object-fit: cover;
}
.fin-country-dropdown::after {
  margin-left: 0;
  vertical-align: 0.255em;
  position: relative;
  font-size: 23px;
  color: #ffffff;
  top: 0px;
  right: -4px;
  content: "\F107";
  font-family: "FontAwesome";
  display: none;
}

.fin-country-dropdown .dropdown-menu {
  min-width: 47px;
  border: 0;
  padding: 0;
  margin: 6px 0 0;
  background: transparent;
  padding: 0;
  width: 120px;
  background: #ffffff;
  border: 1px solid #E3E2E2;
  box-sizing: border-box;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  display: none;
  flex-wrap: wrap;
  top: 15px;
  left: auto !important;
  right: 0 !important;
  transform: translate3d(0px, 0px, 0px);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 5px 1.5rem 8px;
  clear: both;
  font-weight: 400;
  color: #414143;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: 6px;
}
.dropdown-item span:last-child {
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.01em;
	position: relative;
	top: 5px;
	vertical-align: top;
	font-size: 14px;
	padding-left: 8px;
	color: #060606;
	text-transform: capitalize;
}

#finCountryDropdownFlag:focus {
  outline: none;
  box-shadow: none;
}

.dropdown-item.active_country, .dropdown-item:hover {
  background: #f3f3f3;
}
.site-header-inner {
	position: relative;
}
.country-right {
	display: inline-block;
	position: absolute;
	right: 1px;
	top: 41px;
}
.dropdown.show .dropdown-menu {
	display: block;
}

@media (max-width: 1024px) {

.country-right {
	right: 60px;
	top: 34px;
}

}