.box-search-op{
	position: fixed;
	background-color: black;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	opacity: 0.7;
	display: none;
}

.search-giorn-box{
	display: inline-block;
	width: 200px;
	height: 35px;
	left: 0;
	margin-top: 0;
	border-right: 0;
	border-radius: 10px;
	border: 0;
  box-shadow: 0px 0px 9px #646464;
}

.box-search{
	position: fixed;
	top: 30%;
	z-index: 5;
	display: none;
	width: 100%;
	text-align: center;
}

.search-div-img{
	display: inline-block;
	background-color: black;
		height: 45px;
		width: 45px;
  box-shadow: 0px 0px 9px #646464;
		cursor: pointer;
		border-radius: 20px;
		vertical-align: middle;
}

.search-div-img:hover{
	transition: 0.3s;
	background-color: #646464;
	  box-shadow: 0px 0px 9px white;

}

.search-image{
	width: 25px;
	height: 25px;
}

.closebtn{
	position: fixed;
	top: 10px;
	right: 20px;
	z-index: 6;
	color: white;
	font-size: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	display: none;
}
