.headerbox-search-form {
	display: flex;
	align-items: center;
	position: relative;
}
.mobile-nav .headerbox-search-form {
	padding-top: 11px;
}
.headerbox-search-form input[type="search"] {
	width: 100%;
	background-color: transparent;
	margin: 0;
	padding: 0;
	font-size: 17.25px;
	text-transform: uppercase;
	text-indent: 3px;
	box-shadow: none;
	border: none;
	border-bottom: 2px solid #a1a3a5;
	font-family: "proxima-nova", sans-serif;
	color: #cac8c3;
	font-weight: 800;
	height: 30px;
}
.headerbox-search-form input[type="search"]:focus {
	box-shadow: none;
	background-color: transparent;
	border-color: #a1a3a5;
}
.headerbox-search-form input[type="search"]::placeholder {
	font-size: 17.25px;
	color: #cac8c3;
}

.headerbox-search-form button {
	width: 25px;
    height: 25px;
    padding: 0;
    margin: 0;
    flex-shrink: 0;
    background-color: transparent;
    font-size: 21.97px;
    position: absolute;
    right: 0;
    bottom: 6px;
    color: #c7c6c2;
}

.headerbox-search-form button i {
	color: inherit;
}
.headerbox-search-form button:visited,
.headerbox-search-form button:focus{
	background-color: transparent;

}

.headerbox-search-form button:hover {
	background-color: transparent;
	color: #c7c6c2;
}

@media screen and (min-width: 64em) {

	.search-cont .search-button {
		width: 25px;
    	height: 40px;
		padding: 0;
		margin: 0;
		background-color: transparent;
		color: #FFF;
		position: relative;
	    z-index: 26;
	    cursor: pointer;
	}

	.search-cont .search-button:active,
	.search-cont .search-button:focus {
		outline: 1px dashed #FFF;
	}

	.search-cont .search-button i.open{
		font-size: 16px;
	}
	.search-cont .search-button i.close{
		font-size: 24px;
	}
	.search-cont .search-button .close,
	.search-cont.active .search-button .open {
		display: none;
	}

	.search-cont.active .search-button .close {
		display: block;
	}

	.search-cont .headerbox-search-form {
		display: flex;
		flex-direction: row-reverse;
	    justify-content: flex-end;
		opacity: 0;
		pointer-events: none;
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		z-index: 25;
	}

	.search-cont.active .headerbox-search-form {
		opacity: 1;
		pointer-events: all;
		width: 100%;
		min-width: 445px;
		border-bottom: 2px solid #e8e7e8;
		padding-top: 2px;
	}

	.search-cont .headerbox-search-form input[type="search"]{
		font-family: "proxima-nova", sans-serif;
		text-transform: uppercase;
		border: none;
		font-size: 18px;
		line-height: 35px;
		color: #FFF;
		padding: 0;

		width: calc(100% - 55px);
	}


	.search-cont .headerbox-search-form input[type=search]:focus,
	.search_widget_headerbox input[type=search]:focus { 
	    box-shadow: none;
	    border-color: #000;
	    font-size: 18px;
	}

	.search-cont .headerbox-search-form input[type=search]::-webkit-input-placeholder,
	.search_widget_headerbox input[type=search]::-webkit-input-placeholder {
		font-size: 18px;
	    color: #b8b6ba;
	}

	.search-cont .headerbox-search-form input[type=search]:-moz-placeholder,
	.search_widget_headerbox input[type=search]:-moz-placeholder {
	    /* Firefox 18- */
	    font-size: 18px;
	    color: #b8b6ba;
	}

	.search-cont .headerbox-search-form input[type=search]::-moz-placeholder,
	.search_widget_headerbox input[type=search]::-moz-placeholder {
	    /* Firefox 19+ */
	    font-size: 18px;
	    color: #b8b6ba; 
	}

	.search-cont .headerbox-search-form input[type=search]:-ms-input-placeholder,
	.search_widget_headerbox input[type=search]:-ms-input-placeholder {
		font-size: 18px;
	    color: #b8b6ba;
	}

	.headerbox-search-form button {
		width: 26px;
	    height: 100%;
	    padding: 0;
	    position: relative;
	    text-align: left;
	    color: #FFF;
	    bottom: 0;
	}
	.headerbox-search-form button:hover {
		color: #FFF;
	}
	.headerbox-search-form button:focus,
	.headerbox-search-form button:active {
		background: none;
		outline: none;
	}

	.headerbox-search-form button i{
		font-size: 20px;
	}
}