.switcher-store{ position: relative; display: inline-block; float: none !important; margin: 0px !important; }
.switcher-store .switcher-trigger
{	display: inline-block; padding: 5px; cursor: pointer;	
}
.switcher-store .switcher-dropdown
{	display: none; list-style-type: none; padding: 0px; margin: 0px; position: absolute; z-index: 99; background: #fff; padding: 10px; width: 200px; border: 1px solid #f1f1f1;
}
.switcher-store .switcher-dropdown li
{	margin-bottom: 0px;
}
.switcher-store .switcher-dropdown li a
{	display: block; padding: 5px; color: #000; font-size: 14px;
}
.switcher-store .switcher-dropdown li a:hover
{	background: #f1f1f1;
}
.switcher-store .dropdown.actions.active .switcher-dropdown
{	display: block;		
}
.switcher-store .dropdown.actions.active .switcher-trigger .fa-angle-down:before
{	content: "\f106";	
}
