.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;
	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;
}

.dgwt-wcas-open .rcp_hsearch_form  .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input{
	border-bottom:1px solid rgba(85, 149, 210, 0);
}

.dgwt-wcas-open .dgwt-wcas-suggestions-wrapp{
	border-top:1px solid rgba(85, 149, 210, 0.5);
	border-left:1px solid rgba(85, 149, 210, 0.5);
	border-right:1px solid rgba(85, 149, 210, 0.5);
	border-bottom:1px solid rgba(85, 149, 210, 0.5);
}

.rcp_hsearch_form .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input{
	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(--extra_color);
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.2px;
	text-transform: uppercase; 
}

.rcp_hsearch_form .dgwt-wcas-search-wrapp{
	max-width:100% !important;
}

.rcp_hsearch_form .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:focus{
	box-shadow: 0 0 0px 0px rgba(0,0,0,.0);

}

.rcp_hsearch_form .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder{
	font-style:normal !important;
  	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0.2px;
	text-transform: uppercase;
}

.rcp_hsearch_form .dgwt-wcas-search-submit:before,
.rcp_hsearch_form .dgwt-wcas-search-submit svg
{
	display:none;
}

.rcp_hsearch_form .dgwt-wcas-sf-wrapp{
	position:relative;
	padding-left:64px;
}

.rcp_hsearch_form button.dgwt-wcas-search-submit{
	background-color:transparent !important;
	right:auto;
	left:0px;
	top:0px;
	padding:0px !important;
	background-image:url(search.svg);
	background-repeat:no-repeat;
	background-size:40px 40px;
	background-position:center center;
}

.rcp_hsearch_form .dgwt-wcas-close{
	display:none !important;
}

.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;
}

