/* woocommerce currency switcher */

.sc_layouts_currency .select_container {
	overflow: visible;
	background-color: transparent !important;
}
.sc_layouts_currency .woocommerce-currency-switcher-form .woocommerce-currency-switcher {
	display:none !important;
}
.sc_layouts_currency .woocommerce-currency-switcher-form .woocommerce-currency-switcher {
	padding: 0 !important;
}
.sc_layouts_currency .select_container:after,
.sc_layouts_currency .select_container:before {
	display: none;
}
.sc_layouts_currency .chosen-container .chosen-results {
	display: block;
}
.sc_layouts_currency .chosen-container {
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: 0px;
	min-width: 100%;
	position: relative;
}
.sc_layouts_currency .chosen-container-single .chosen-single span {
	margin: 0;
}
.sc_layouts_currency .chosen-container-single .chosen-single > div {
	display: none;
}
.sc_layouts_currency .woocommerce-currency-switcher-form .chosen-container-active.chosen-with-drop .chosen-single,
.sc_layouts_currency .woocommerce-currency-switcher-form .chosen-container-single .chosen-single,
.sc_layouts_currency .woocommerce-currency-switcher-form .dd-select,
.sc_layouts_currency .woocommerce-currency-switcher-form .dd-selected,
.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-selected,
.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect.wSelect-theme-classic {
	display: inline;
	font-weight:inherit;
	position: relative;
	height: auto;
	background: transparent !important;
	border: none;
	box-shadow: none;
	line-height: inherit;
	padding: 0;
	margin: 0;
}
.sc_layouts_currency .chosen-container-single .chosen-single:after {
	content: '\e828';
	font-family: 'fontello';
	font-size: 95%;
	position:absolute;
	right:0;
	top:50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
	display: none;
}
.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-arrow,
.sc_layouts_currency .woocommerce-currency-switcher-form .dd-pointer,
.sc_layouts_currency .woocommerce-currency-switcher-form .dd-selected-description {
	display:none;
}
.sc_layouts_currency .chosen-container .chosen-results,
.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-options-holder,
.sc_layouts_currency .woocommerce-currency-switcher-form .dd-options {
	position: absolute;
	left: 50%;
	top: 1em;
	margin: 0;
	padding: 1.25em 2em;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
	width: 11em !important;
	border: none !important;
	min-width: 0 !important;
	-webkit-border-radius: 0 !important;
	   -moz-border-radius: 0 !important;
	    -ms-border-radius: 0 !important;
			border-radius: 0 !important;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
	   -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
	    -ms-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
			box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
	background: #ffffff;
	text-align: left;
}
.sc_layouts_currency.hide_drop .chosen-drop,
.sc_layouts_currency.hide_drop .woocommerce-currency-switcher-form .wSelect-options-holder,
.sc_layouts_currency.hide_drop .woocommerce-currency-switcher-form .dd-options {
	display: none !important;
}
.sc_layouts_currency .chosen-container .chosen-drop,
.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect .wSelect-options {
	height: auto !important;
	border: none;
	overflow:visible;
	margin-top: 0;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	    -ms-border-radius: 0;
			border-radius: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	    -ms-box-shadow: none;
			box-shadow: none;
}
.sc_layouts_currency .chosen-container .chosen-results li,
.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-option,
.sc_layouts_currency .woocommerce-currency-switcher-form .dd-option {
	background: transparent !important;
	border: none;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
			transition: all .3s ease;
	color: #141414;
	font-weight: 400;
	padding: 0.55em 0;
	line-height: inherit;
	cursor: pointer;
}
.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-option-value {
	padding:0;
	margin:0;
}
.sc_layouts_currency .chosen-container .active-result.highlighted,
.sc_layouts_currency .chosen-container .active-result.result-selected,
.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-option-selected {
	color: #efa758;
}

.sc_layouts_currency a.woocs_flag_view_item {
	width: auto;
	height:auto;
	margin:0;
	vertical-align:bottom;
	display:inline;
}
.sc_layouts_currency a.woocs_flag_view_item img {
	width: auto;
	height: 1.2em;
	vertical-align:bottom;
}