body {
	background-color: transparent;
}

.search-input {
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	background-color: #f7f7f7;
	border-color: transparent;
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	box-shadow: none;
	color: #000;
	display: inline-block;
	width: 100%;
    padding: 14px 24px 14px 40px;
}
.search-input::placeholder {
	color: #777777;
}
.search-input:-ms-input-placeholder {
	color: #777777;
}
.search-input::-ms-input-placeholder {
	color: #777777;
}

#search-pseudos:before {
	background-image: url('../../img/icons/header-icon-search.svg');
	background-repeat: no-repeat;
	background-position: center center;
	content: "";
	display: inline-block;
	position: absolute;
	height: 20px;
	left: 10px;
	top: 1em;
	width: 20px;
}