.widget_wpsl_widget
{
    position: relative;
}
.WPSL_switcher_container_inner{
   	background-color: #f5f5f5;	
   	position: absolute;
   	display: none;
    left: 0;
    right: 0;
    width: 368px;
    z-index: 1000000;
    box-shadow: 2px 3px 2px 2px #eee;
}
.WPSL_button-open-dropdown{
	cursor: pointer;
	display: inline-block;
}
.WPSL_section_select
{
	padding: 15px;
}
.WPSL_country_select
{
	width: 100%;
    line-height: 2em;
    margin-bottom: 15px;
    font-size: 13px;
    min-height: 35px;
    border: 1px solid #eee;
}
.WPSL_section_select p 
{
	font-size: 15px;
  text-align: center;
  line-height: 2em;
  color:black !important;
}
.WPSL_button_switcher_style
{
	  background-color: #676f7a !important;
    color: white !important;
    font-size: 11px !important;
    border: 1px solid #eee !important;
}
.WPSL_container_button
{
	text-align: center;
	padding: 0px 16px 13px;

}

.nice-select , .nice-select:active, .nice-select.open, .nice-select:focus
{

  color: #23282d !important;
  line-height: 3em !important;
}
.nice-select img
{
    display: inline-block;
    margin-right: 10px;
    width:20px !important;
}
@media(max-width: 900px){
  .WPSL_switcher_container_inner{
    width:100%;
  }
}


@media(min-width: 900px){
  .WPSL_switcher_container_inner{
    top:30px;
    right: 170px;
    box-shadow: 0px 3px 4px 3px #bbb;
  }
}