.market_select .fas {
	color: #fff;
}

a.market_select.fas:hover,
a.market_select.fas:focus,
a.market_select.fas:visited {
	color: #fff;
}

a.market_select:hover,
a.market_select:focus,
a.market_select:visited,
.nav .open > a.market_select,
.nav .open > a.market_select:hover,
.nav .open > a.market_select:focus {
	color: #565656;
	text-decoration: none;
}

.market {
	padding: 7px;
	display: inline-block;
	text-decoration: none;
	font-family: 'Roboto Condensed','Open Sans Condensed',sans-serif;
	font-size: 14px;
	color: #565656;
	font-weight: lighter;
	width: 100%;
}
.nav-affiliates ul li a.market {
	padding: 7px;
	display: inline-block;
	text-decoration: none;
	font-family: 'Roboto Condensed','Open Sans Condensed',sans-serif;
	font-size: 14px;
	color: #565656;
	font-weight: lighter;
	width: 100%;
	text-transform: none;
}
#morinda_country_select_dropdown:hover,
#morinda_country_select_dropdown:focus,
#morinda_country_select_dropdown:visited {
	outline: none;
	border: none;
}

#country_drop_down .panel {
	border: none;
}

a.link_region:hover,
a.link_region:focus {
	text-decoration: none;
	outline:none;
}

#europe .panel-body {
	max-height: 400px;
	overflow-y: auto;
}

#country_drop_down {
	position: absolute;
	z-index: 1000;
	background-color: #ffffff;
	width: 400px;
}
#country_drop_down i.fa-spinner{
	color: #000;
} {
	color: #2b2b2b;
}

#morinda_country_select_dropdown {
	border: none;
	background-color: transparent;
}

#morinda_country_select_dropdown .country_flag {
	margin-top: -3px;
}

#country_drop_down .divider {
	border-right: 1px solid #cccccc;
}

#country_drop_down {
	position: absolute;
	z-index: 8000;
	top: 32px;
	left: 20px;
	white-space: normal;
}

#country_drop_down .panel-group {
	margin-bottom: 0;
}

#country_drop_down .panel-body {
	padding-right: 0px;
	padding-left: 0px;
}

.country_col {
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#country_drop_down .panel-title {
	text-transform: uppercase;
}

#morinda_country_select_dropdown span {
	font-family: 'Oswald', 'Open Sans Condensed', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
}

#country_drop_down li {
	list-style: none;
}

#country_drop_down .link_region > .panel-heading.rotate:after {
	transform: rotate(90deg);
}
.panel-heading {
    position: relative;
}

#country_drop_down h4.panel-title {
	font-size: 16px;
	color: #565656;
	font-family:'Oswald','Open Sans Condensed',sans-serif;
}

#country_drop_down .link_region .panel-heading:after {
	content: "\f054";
	font-family: "Font Awesome 5 pro";
	font-size: 16px;
	display: block;
	position: absolute;
	color: #000;
	top: 50%;
	margin-top: -8px;
	right: 20px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: -webkit-transform 0.2s ease-in-out;
	font-weight: 500;
}
.nav-affiliates #country_drop_down h4.panel-title {
	font-family: 'Oswald','Open Sans Condensed',sans-serif;
}

@media (max-width: 767px) {
	#country_drop_down {
		position: absolute;
		z-index: 8000;
		top: 46px;
		width: 100%;
		left: 0;
	}
}

@media (min-width: 768px) {
	.nav-header #morinda_country_select_dropdown {
		left: 256px;
		top:5px;
		padding-top: 0;
	}
	#country_drop_down {
		left: auto;
		right: 42px;
		top: 45px;
	}
	.nav-affiliates #morinda_country_select_dropdown {
		left: 240px;
		right: auto;
		top:5px;
		padding-top: 0;
		white-space: nowrap;
	}
}
@media (min-width: 1024px) {
	.nav-header #morinda_country_select_dropdown {
		left:auto;
		right: 20%;
	}
	.nav-affiliates #morinda_country_select_dropdown {
		left: 240px;
		right: auto;
		top:5px;
		padding-top: 0;
	}
}
@media (min-width: 1400px) {
	.nav-header #morinda_country_select_dropdown {
		left:auto;
		right:95px;
	}
	.nav-affiliates #morinda_country_select_dropdown {
		left: 240px;
		right: auto;
		top:5px;
		padding-top: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#morinda_country_select_dropdown span {
		font-size: 11px;
	}

	.market_select {
		padding-top: 15px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	#morinda_country_select_dropdown {
		left: -19px;
	}
}

