@charset "UTF-8";
/* CSS Document */

#asset-404-search-bar .search-container .search-input {
    padding: 45px;
	box-shadow: 0 0 20px #0000002e;
}


#asset-404-search-bar .search-container button {
    right: 20px;
}


#asset-404-search-bar .search-open .search-container {
    border-top: none;
    top: -54px;
}





#asset-404-product-expert .white-box {
	background: white;
	box-shadow: 0 0 20px #0000002e;
		padding:40px 0px;
	text-align: center;
	margin-top: 60px;
}

@media (max-width: 767px) {
	#asset-404-product-expert .white-box {
	margin-top: -30px;
}
}