.search-button button{
    background: none;
    border: none;
}
.search-button button img{
   height: 30px;
   width: auto;
}
.search-input input{
    background: #EDEDED;
    border: none;
    padding: 5px;
    margin-right: 7px;
    width: 60vw;
	max-width:1200px;
}
.container-search{
    margin-left: 20px;
}
.container-result-search-header{
    position: absolute;
    background: white;
    min-width: 200px;
    max-width: 400px;
    z-index: 40;
}
.catalog-element-search-header{
	display: flex;
	align-items: center;
	justify-content: flex-start;
    padding: 10px;
}
.catalog-element-search-header-image{
	height: 100px;
	width: 100px;
}
.catalog-element-search-header-image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.catalog-element-search-header-name{
    color: black;
    width: calc(100% - 100px);
    padding-left: 10px;
}