#wcc-switcher-style-01 .wcc-crnt-currency, #wcc-switcher-style-01 .wcc-list li {
	width: 100%;
	cursor: pointer;
	height: 48px;
	padding: 0 .9375em;
}
#wcc-switcher-style-01 {
	position: relative
}

@media (max-width: 769px) {
#wcc-switcher-style-01 {
	width: 150px;
	position: relative
}
}

#wcc-switcher-style-01 .wcc-crnt-currency {
	border: 1px solid #ededed;
	border-radius: 5px
}
#wcc-switcher-style-01 .wcc-symbol {
	margin-right: .4375em
}
#wcc-switcher-style-01 .wcc-flag {
	margin-left: auto
}
#wcc-switcher-style-01 .wcc-list-opened {
	border-radius: 5px 5px 0 0
}
#wcc-switcher-style-01 .wcc-list {
	max-height: 240px;
	position: absolute;
	top: 48px;
	z-index: 9999;
}
#wcc-switcher-style-01 .wcc-list li {
	background: #fff;
	border: 1px solid #ededed
}
#wcc-switcher-style-01 .wcc-list li.crnt, #wcc-switcher-style-01 .wcc-list li:hover {
	background: #f8f8f8;
	color: #5e71f2
}
