html.noscroll {
    overflow: hidden;
	height:auto;
	
}

.dropdown__overlay {
    z-index: 5002;
}
.form-search.active .fade-animation {
    opacity: 1;
	display:block;
}
.form-search .overlay {
    position: fixed;
	cursor: pointer;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    height: 100vh;
	width: 100vw;
    background: rgba(26, 26, 26, 0.52);
    opacity: 0;
    transition: opacity .2s ease-in-out;
	pointer-events:visible;
}


.header .form-search input#search:focus{
	/*background-color:#fff;*/
}

/*.header .form-search input#search:hover{
	background-color:#dfdfdf
}*/


body.noscroll {
    overflow-y: scroll;
	height:auto;
	pointer-events: none;
}



.search-box-dropdown-open {
	position: fixed;
    width: 100%;
}

@media (min-width: 37.5rem){
	.search-box-dropdown-open {
		position: static;
	}
}

.form-search.active  input#search{
	z-index: 2001;
	position:relative;
	background-color:#fff;
	color: #1e1e1e;
	border-color: #d800016b;
}
.header .form-search.active .button-search {
   z-index: 2002;
}

body.noscroll .ui-widget-content.ui-autocomplete {
	
    border: none;
    background: #fff;
    color: #333;
	box-shadow:none;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	padding:0.5rem 1.5rem;
	pointer-events:visible;
	
}

.header .form-search.active:before {
    position: absolute;
    top: -0.85rem;
    right: -0.75rem;
    bottom: -0.85rem;
    left: -0.75rem;
    display: block;
    width: calc(100% + 1.5rem);
    height: calc(100% + 1.7rem);
    content: "";
    background-color: white;
    border-radius: 0.5rem;
    content: " ";
    z-index: 1900;
	
}