{% set custom_heading_font_family = "Lato" %}

#marketplace-search-header{
	height : 200px;
	background-color : #657B6C;
	text-align : center;
	color : #FFFFFF;
	padding: 0 10px;
	display : flex;
	justify-content: center;
	align-items : center;
	flex-direction : column;
}
#marketplace-search-header .search-heading{
	font-family :  "Lato";
	color : #FFFFFF;
	font-size : 32px;
	width: 100%;
	font-weight : 700;
	padding: 0 10px;
	letter-spacing: 1px;
 	
}
#marketplace-search-header .search-input-container{
	font-family : ;
	color : #FFFFFF;
	font-size : 32px;

	height :  59px;
	max-width: 645px;
	width: 100%;
	
	border-radius : 10px;
	min-width : 250px;

	background : #fff;


	display : flex;
	align-items : center;
	flex-shrink : 1;
	padding : 10px;
	box-sizing : border-box;

}

#marketplace-search-header .search-input-container .header-search-button{

}
#marketplace-search-header .search-input-container input{
	width : 100%;
	flex : 1 1 auto;
	font-size : 16px;
	text-align : left;


	border : none;
	outline : none;
	background: none;
	background-color : none;
	box-shadow : none;
}

#marketplace-search-header .search-input-container input:is(:-webkit-autofill, :autofill){
border : none;
outline : none;
background: none;
background-color : none;
}



#marketplace-search-header .search-input-container button{
	width : 121px;
	height : 46px;

	display : flex;
	justify-content: center;
	align-items : center;
}