.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:none;
	display:flex;
	align-items:center;
	justify-content:center;
}

.rcp_hsearch_form button.dgwt-wcas-search-submit:after{
	content:'';
	display:block;
	background-color:var(--extra_color);
	-webkit-mask-image:url(search.svg);
    mask-image: url(search.svg);
	width:40px;
	height:40px;
}

.rcp_hsearch_form button.dgwt-wcas-search-submit:hover:after{
	background-color:var(--extra_color_opacity_80);
}

.rcp_hsearch_form .dgwt-wcas-close{
	display:none !important;
}



@media (max-width: 990px) {


.dgwt-wcas-enable-mobile-form{
	display:none !important;
}

.rcp_hsearch_form .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input{
	border-bottom:0px none; 
}
 

.rcp_hsearch_form .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input{
	font-size:16px;
	text-transform:none;
}

}