
.mobile-nav .search-cont{
	margin-left: 14px;
}

.headerbox-search-form {
	display: flex;
	border-bottom: 1px solid #898989;
}

.headerbox-search-form input[type="search"],
.headerbox-search-form input[type="search"]:focus {
	width: 100%;
	height: 100%;
	margin: 0;
	color: #FFF;
	font-size: 12px;
	letter-spacing: 0.22em;
	text-indent: 5px;
	text-transform: lowercase;
	background-color: transparent;
	box-shadow: none;
	border: none;
	padding: 0;
	font-family: "copperplate";
	font-weight: 700;
	padding: 5px 0 4px;
}

.headerbox-search-form input[type="search"]::placeholder {
	font-family: "copperplate";
	font-weight: 700;
	text-transform: lowercase;
	font-size: 12px;
	letter-spacing: 0.22em;
	color: #FFF;
}

.headerbox-search-form button {
	width: auto;
	padding: 0;
	margin: 0;
	flex-shrink: 0;
	font-size: 11px;
	background-color: transparent;
}
.headerbox-search-form button:focus,
.headerbox-search-form button:hover {
	background-color: transparent;
}

.headerbox-search-form button:focus {
	outline: 1px dashed #898989;
}

.search-cont .search-button {
	display: none;
}

@media screen and (min-width: 64em) {
	.search-cont {
		position: relative;
	}

	.search-cont .search-button {
		width: calc(30px + (40 - 30) * ((100vw - 1025px) / (1440 - 1025)));
		height: calc(30px + (40 - 30) * ((100vw - 1025px) / (1440 - 1025)));
		padding: 0;
		margin: 0;
		background-color: transparent;
		color: #991c1f;
		font-size: calc(20px + (25 - 20) * ((100vw - 1025px) / (1440 - 1025)));
	}

	.search-cont.active .search-button {
		color: #FFF;
		z-index: 25;
   		position: relative;
	}

	.search-cont.active .search-button:focus {
		outline: 1px dashed #fff;
	}

	.search-cont .search-button:focus {
		outline: 1px dashed #991c1f;
	}

	.search-cont .search-button:hover {
		background-color: transparent;
	}
	.headerbox-search-form input[type="search"],
	.headerbox-search-form input[type="search"]:focus,
	.headerbox-search-form input[type="search"]::placeholder{
		font-size: 30px;
		text-transform: lowercase;
		letter-spacing: 0.14em;
		letter-spacing: 0.135em;
    	text-indent: 8px;
    	padding: 4px 0 12px;
	}

	.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 {
		opacity: 0;
		pointer-events: none;
		position: absolute;
		right: 100%;
		top: 0;
		width: calc(800px + (1012 - 800) * ((100vw - 1025px) / (1440 - 1025)));
		height: 100%;
		z-index: 25;
		transition: opacity 200ms ease-in-out;
		border-color: #fde078;

	}

	.search-cont.active .headerbox-search-form {
		opacity: 1;
		pointer-events: all;
		right: -15px;
	}

	.headerbox-search-form button {
		width: 40px;
	    height: 35px;
	    padding: 0;
	    margin: 0;
	    font-size: 19px;
	}

	.search-cont .search-button {
		display: block;
	}
}

@media (min-width: 1440px) {
	.search-cont .headerbox-search-form {
		width: 1012px;
	}

	.search-cont .search-button {
		width: 40px;
		height: 40px;
		font-size: 25px;
	}
}