.headerbox-search-form {
	position: relative;
	height: 28px;
}

.headerbox-search-form input[type="search"] {
	width: 100%;
	height: 100%;
	margin: 0;
	font-size: 15px;
	padding: 2px 30px 2px 5px;
	color: #787878;
	font-family: century-gothic, sans-serif;
}

.headerbox-search-form input[type="search"]::placeholder {
	font-size: 15px;
	color: #787878;
	font-family: century-gothic, sans-serif;
}

.headerbox-search-form button {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 100%;
	background-color: transparent;
	padding: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #787878;
	margin: 0;
}

.headerbox-search-form button i {
	color: #787878;
}


@media screen and (min-width: 1200px) {
	.headerbox-search-form {
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 500px;
	}

	.headerbox-search-form input[type="search"],
	.headerbox-search-form input[type="search"]:focus {
		font-size: 25px;
		padding: 2px 5px 2px 5px;
		color: rgba(255, 255, 255, .6);
		background-color: transparent;
		border: none;
		border-bottom: 2px solid #fff;
		box-shadow: none;
	}

	.headerbox-search-form input[type="search"]::placeholder {
		font-size: 25px;
		color: rgba(255, 255, 255, .6);
	}

	.headerbox-search-form button {
		position: relative;
		width: 30px;
		height: 30px;
		background-color: transparent;
		padding: 2px;
		color: #fff;
		margin-left: 10px;
	}

	.headerbox-search-form button i {
		color: #fff;
		font-size: 28px;
	}
}