.woocommerce-currency-switcher-form .dd-selected {
	color: #000;
	display: block;
	font-weight: bold;
	overflow: hidden;
	padding: 10px;
}

.woocommerce-currency-switcher-form a.dd-selected:hover {
	text-decoration: none;
}

.woocommerce-currency-switcher-form a.dd-option {
	text-decoration: none;
	display: block;
	font-weight: bold;
	overflow: hidden;
	padding: 10px;
	background: #fff;
}

.woocommerce-currency-switcher-form a.dd-option:hover {
	text-decoration: none;
}

.woocommerce-currency-switcher-form ul.dd-options {
	list-style: none !important;
}

.woocs_show_flags .chosen-container .chosen-results li.highlighted {
	color: green !important;
}

.woocommerce-currency-switcher-form .chosen-results li {
	line-height: 23px !important;
}

.woocommerce-currency-switcher .hentry .entry-content a:not(.button) {
	text-decoration: none !important;
}

.woocommerce-currency-switcher option {
	height: 23px;
	padding-bottom: 3px;
}

a.woocs_flag_view_item {
	display: inline-block;
	margin: 0 3px 3px 0;
	width: 50px;
	height: 40px;
}

a.woocs_flag_view_item_current {
	opacity: .65;
}

.woocs_converter_shortcode_from, .woocs_converter_shortcode_to {
	width: 45%;
}

.woocs_converter_shortcode_amount {
	width: 99%;
	margin-bottom: 4px;
	display: inline-block;
}

.woocs_converter_shortcode_results {
	width: 99%;
	margin-top: 4px;
	margin-bottom: 4px;
	display: inline-block;
}

ul.woocs_currency_rates {
	margin: 5px 0 0 9px !important;
}

span.woocs_price_info_icon {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAJySURBVHjahJNPaJxlEMZ/8+6bdJM1pu2apiZtTQn9ZykWi9ge9GDBgxdPHj0qSD0UQQp6LPXkpcdeS70JvRZPhUIlooeANAUjVNuQ7Sa7281m9/v2+96Z6WE3InjwOQ3DPDMP88wIYxw4tHD6tcNHjrs7zn8hgIjQbm4+bTWe/r6XY3H57Puffn3zVn1+4aiZw5juDsmcGAQRCCHwor3V+OH7r758svbbPZmo1g5/duPHlaU33z2WZ7ujboABkxXhaL3K362cpKOG+6rTbD551Lp17eN34tTMwWO6b25hs9nBTP+RmRXGFx8ucn7pFR6sdbnzoMHUZEB6BUXlQH16dn45JjVvvsitZgVmioxF9zLl3q/bVIPw86MO7V7JZBREAkWeeZnUo6rT6hb0rcBNMXdq1Qrn35ghqfHN7T/YGiSmqxXcQSRQDkuSOlHVed7KqdkQzCiScXF5hotLNT66NM96M+OT71bp5wlBQISsn1OWRnRz2t2CHcuJYoQg3F1p8mejz+VL8+hEoNsbogjuTnJBsyFuTgRAFS2U5KOFDQaJt07tJwArjzs8386o1SbGhgdEFXAi7pgqkhK4ARBMee/tOgrc/6WBm+Fp7IT4KHZGkz0ZjMnmMFsVzizPsgusrrWJ7JEdJEBScCfgBDcLroargRn9/pDH6x0mgOtXzvHBhTpZVrBX4+biSIhW7DS0t9WpTM3Nodn4RAKff/uQk0dqdAeJje2CyRhwc6hEbLfdt7y9UcFTN7XX/4ozJy4jccrLIWiBliUbzV12ejniCdIQ14T1Gt3B6s2rlj37Sf71N69LfHWR/4GnXgPsGcDLAQCY3mv7gP9WlwAAAABJRU5ErkJggg==");
}

.woocs_price_info {
	position: relative;
	display: inline;
	margin-left: 3px;
}

.woocs_price_info + .woocs_price_info {
	display: none !important;
}

.woocs_price_info + .woocs_price_info {
	display: none !important;
}

div.woocs_price_info ul {
	list-style: none;
	position: absolute;
	width: auto !important;
	min-width: 120px;
	max-width: 400px;
	color: #fff !important;
	background: #000 !important;
	height: auto;
	min-height: 19px;
	font-size: 14px !important;
	line-height: normal;
	vertical-align: middle;
	text-align: left;
	visibility: hidden;
	border-radius: 6px;
	padding: 7px !important;
}

div:hover.woocs_price_info ul {
	visibility: visible;
	opacity: .85;
	bottom: 5px;
	left: 50%;
	margin-left: -5px;
	z-index: 999;
}

div.woocs_price_info ul li {
	padding-bottom: 4px;
	white-space: nowrap;
	margin: 0 !important;
}

.woocs_current_product_id {
	display: none;
}

ul.woocs_price_info_list li span {
	font-weight: bold;
}

.woocs_cart_item_price {
	font-size: 11px;
	font-style: italic;
}

#shipping_method .woocs_cart_item_price {
	display: inline-block;
	clear: both;
	text-indent: 0;
	margin-left: 5px;
}

.woocs_currency_rate_flag {
	width: 25px !important;
	max-width: 25px !important;
	display: inline;
}

.woocs_display_none {
	display: none;
}

.woocs_geo_hello {
	color: green;
	font-size: 18px;
	font-weight: normal;
	line-height: 0;
}