.headerbox-search-form {
	display: flex;
	width: 100%;
}

.headerbox-search-form input[type="search"] {
	width: 100%;
	height: 40px;
	margin: 0;
	font-size: 12px;
	text-indent: 3px;
	font-style: italic;
	font-weight: 600;
	border-color: #797979;
	letter-spacing: -1px;
}

.headerbox-search-form .search:before {
	content: "";
	position: absolute;
	width: 32px;
	height: 30px;
	background-image: url("/includes/public/assets/shared/search-white.svg");
	top: 5px;
	right: 16px;
	background-color: transparent;
}

.headerbox-search-form input[type="search"]::placeholder {
	font-size: 15px;
}
.search-cont .text {
	cursor: pointer;
}
.headerbox-search-form button {
	width: 63px;
	padding: 0;
	margin: 0;
	flex-shrink: 0;
	border: 1px solid #d4d4d4;
	border-left: none;
	padding: 6px 0;
	border: 1px solid #039;
}
/* .search-cont .search-button {
	width: 61px;
	padding: 0;
	margin: 0;
	flex-shrink: 0;
	border: 1px solid #d1d1d1;
} */

@media screen and (min-width: 1024px) {
	.search-cont {
		position: relative;
		padding-left: 13px;
	}

	.search-cont .search-button {
		width: 18px;
		height: 30px;
		padding: 0;
		margin: 0;
		background-color: white;
		border: none;
	}

	.search-cont .search-button .close {
		display: none;
		margin-top: 6px;
	}

	.search-cont.active .search-button .open {
		display: none;
	}

	.search-cont.active .search-button .close {
		display: block;
	}

	.search-cont .headerbox-search-form {
		opacity: 0;
		pointer-events: none;
		position: absolute;
		right: 0px;
		top: 27px;
		width: 396px;
		height: 100%;
		z-index: 25;
		transition: opacity 200ms ease-in-out;
	}

	.search-cont.active .headerbox-search-form {
		opacity: 1;
		pointer-events: all;
	}

	.search-cont.active .headerbox-search-form input[type="search"] {
		width: 100%;
	}

	.headerbox-search-form button {
		width: 62px;
		height: 40px;
		padding: 0;
		margin: 0;
		margin-left: auto;
	}

	.search-cont {
		display: flex;
		flex-direction: row;
		justify-content: end;
		align-content: baseline;
	}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.search-cont {
		height: 30px;
	}	
}

	.search-cont .search {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.search-cont .search-button i { 
		color: #666;
		font-size: 12px;
		margin-bottom: 5px;
	}
}

.search-cont .headerbox-search-label,
.headerbox-search-form .headerbox-search-label {
	width: 0;
	visibility: hidden;
}