.SearchShp
	{
	display:flex;
	flex-direction:row;
	align-items:center;
	
	margin-bottom:16px;
	width:100%;
	}

.InputShp
	{
	height :20px;
	padding:10px;
	margin-right:1%;
	
	border-radius: 5px;
	border: 1px solid #999999;
	
	width:300px;
	}
	
.IconeSearchShp
	{
	width:30px;
	height:30px;
	
	cursor:pointer;
	}
	
.ResultsShp
	{
	display:flex;
	flex-direction:column;
	
	width:100%;
	
	margin-bottom:16px;
	}
	
.ResultsShp
	{
	margin-bottom:16px;
	}
	
	
	
/* SMARTPHONE  ************************/
@media only screen and (max-width:480px)
	{	
	.InputShp
		{
		width:98%;
		}
	}