/* currency converter styles | responsive */

#currency_selector span.content > div {
	max-height: 280px;
	overflow: hidden;
}
.listing-details img.currency-flag {
	width: 18px;
	height: 13px;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: baseline;
	margin-right: 10px;
}
#currency_selector > span.default > span.symbol {
	font-size: 1.214em;
}
#currency_selector > span.default > span.code {
	font-size: 0.929em;
}

#currency_selector  > span.default > * {
	display: inline-block!important;
}

body[dir=rtl] .listing-details img.currency-flag {
	margin-right: 0;
	margin-left: 10px;
}

/*** MOBILE VIEW ***/
@media screen and (max-width: 767px) {
	#currency_selector {
		position: relative;
	}
}

/* currency converter styles end | responsive */