
.rcp_hsearch_form {
	position:fixed;
	top:-152px;
	left:0px;
	width:100%;
	background-color:#fff;
	z-index:600;
	display:flex;
	align-items:center;
	justify-content:center;
	opacity:0;
	min-height:152px;
	transition: all ease .3s;
	box-shadow: 0px 4px 18px 0px rgba(255, 255, 255, 0.24); 
}

.rcp_hsearch_form_backdrop {
	background: #3a3f44;
	opacity: .7 !important;
	height: 100%;
	width: 100%;
	display:none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 590;
}

.rcp_hsearch_form_backdrop.active {
	display:block;
}

.rcp_hsearch_form.active {
	top:0px;
	opacity:1;
}


.rcp_hsearch_form .rcp_hsearch_form_close{
	cursor:pointer;
	opacity:0.8;
	width:32px;
	height:56px;
	display:flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	right:0px;
	top:0;
}

.rcp_hsearch_form .rcp_hsearch_form_close svg path{
	stroke:var(--extra_color) !important;
}

.rcp_hsearch_form .rcp_hsearch_form_close:hover{
	opacity:1;
}

.rcp_hsearch_form_in{
	position:relative;
}

#search {
  height: 56px;
  border-top: 0px none;
  border-left: 0px none;
  border-right: 0px none;
  border-radius: 0px !important;
  padding-left: 0px !important;
  border-bottom: 1px solid var(--main_color_opacity_30);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.rcp_hsearch_form button.search_btn {
  background-color: transparent !important;
  right: auto;
  left: 0px;
  top: 0px;
  padding: 0px !important;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  width: 56px;
  height: 56px;
  background-position: center center;
}
.rcp_hsearch_form button.search_btn {
  right: auto;
  left: 0px;
  top: 0px;
  border: 0px none;
  position: absolute;
  padding: 0px !important;
}

.searchform_in, .rcp_hsearch_form .dgwt-wcas-sf-wrapp {
  position: relative;
  padding-left: 64px;
}



@media (max-width: 990px) {
	
	.rcp_hsearch_form{
		min-height: 80px;
		z-index:9999;
	}
	
	.rcp_hsearch_form #search{
		border-bottom:0px none;
	}

}