/*Standard header*/
#masthead{
	background: white;
}

body .top-headers-wrapper.sticky .site-header{
	padding-bottom: 0;
}



/*Widget Area*/
.top-headers-wrapper{
	top:32px;
}
.top-headers-wrapper.sticky{
	top:14px;
}
@media only screen and (min-width: 1024px){
.top-headers-wrapper.sticky{
	top:0px;
}

}

#fixed_top_widgetarea {
background: white;
top: 0px;
right: 0;
z-index: 99999;
position: fixed;
width:100%;	
}

#fixed_top_widgetarea .widget{
	max-height: 45px;
	margin:0 0 0 10px;
	float: right;
	
}


body.admin-bar #fixed_top_widgetarea {
top: 30px;
}



body.admin-bar .top-headers-wrapper.sticky, body.admin-bar .transparent_header .top-headers-wrapper.sticky{
	top:50px;
}


@media only screen and (min-width: 1024px){

#fixed_top_widgetarea {
}
body.admin-bar #fixed_top_widgetarea {
	top: 30px;
	
}

		
}




/*
	Dropdown

*/

.dropdown-wrapper {
  position: relative;
}
.dropdown-wrapper ul.dropdown-menu {
  width: 100%;
  display: none;
  z-index: 1000;
  position: absolute;
  list-style: none;
  box-shadow: 0px 1px 2px #ccc;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: white;
  overflow-x: hidden;
  font-size: 12px;
  border-radius: 0;
  border: 1px solid #000000;
  margin: -1px 0 0;
}
.dropdown-wrapper ul.dropdown-menu li {
  cursor: pointer;
  padding: 0.2em;
  background-color: white;
}
.dropdown-wrapper ul.dropdown-menu li a {
  padding: 4px 20px 1px 10px;
}
.dropdown-wrapper ul.dropdown-menu li a:before {
  content: none;
}
.dropdown-wrapper ul.dropdown-menu li:hover {
  background-color: #80ded5;
}
.dropdown-wrapper ul.dropdown-menu li:hover a {
  background-color: transparent;
}
.dropdown-wrapper ul.dropdown-menu li.selected {
  background-color: #80ded5;
}
.dropdown-wrapper ul.dropdown-menu li.dropdown-disabled a {
  color: #ccc;
}
.dropdown-wrapper.open .dropdown-menu {
  display: block;
  max-height: 200px;
}
.dropdown-wrapper .dropdown-toggle {
  position: relative;
  line-height: 2em;
  padding: 3px 30px 5px 10px;
  padding-left: 1em;
  height: 30px;
  border: 1px solid #000000;
  cursor: pointer;
  background-color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  margin: 12px 0 0;
}
.file-download ul.dropdown-menu li:first-of-type {
  display: none;
}
i.flag-icon {
  font-size: 17px;
  margin-right: 6px;
}
i.flag-icon img {
  vertical-align: -3px !important;
}
span.dropdown-arrow {
  z-index: 8;
  width: 30px;
  right: -1px;
  top: -1px;
  position: absolute;
  padding: 1px 4px;
  border: solid 1px black;
  pointer-events: none;
}
span.dropdown-arrow svg {
  vertical-align: middle;
}


#fixed_top_widgetarea #lang_choice_polylang-2{
font-weight: normal;
padding-top: 10px;
border: 0;
background-position: right -1.5rem center;	
display: grid;
font-size: 15px;
}

#fixed_top_widgetarea .widget_polylang select:hover, #flagIcon:hover{cursor: pointer;}

#fixed_top_widgetarea #flagIcon {
    position: relative;
    width: 30px;
    top: -34px;
    left: -3px;
}




/* Valutaväljare Aelia */


#fixed_top_widgetarea .wc_aelia_cs_currency_selector
{
padding: 0;

}
#fixed_top_widgetarea .wc_aelia_cs_currency_selector .currency_name{
	margin-left: 7px;
}

#fixed_top_widgetarea .wc_aelia_cs_currency_selector .selected_currency{
	background: white;
	border: none;
	padding: 10px 32px 10px 8px;
	
}
