.error-404 {
	padding: 0 0 50px;
	text-align: center;
}

/* form-search style */
.form-search {
	position:relative;
}
.form-search .text-search {
	height:40px;
	border-radius:0;
	box-shadow:none;
	border:1px solid #359131;
}
.form-search .btn-search {
	color:#FFF;
	border:none;
	height:40px;
	padding:0 15px;
	font-size:16px;
	background:#8c9091;
	text-transform:uppercase;
	outline:none;
	margin: auto;
	margin-top: 15px;
	transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
	border-top: 1px solid #006987;
    border-bottom: 5px solid #006987;
    font-family: 'Roboto', sans-serif;
    background-image: linear-gradient(#00b3e5, #007697);
    border-radius: 20px;
}
.box-search-control {
	width:100%;
	display:table;
}
.box-search-control .box-search-form {
	display:table-cell;
	vertical-align:middle;
}

.entry p:last-child {
	margin-bottom: 0;
}

.error-404 {
	background: #c8b16e;
}

.err-line {
	color: #fff;
	font-size: 40px;
	position: relative;
	font-family: 'UTM-AvoBold';
	max-width: 440px;
	margin: auto;
	display: none;
	border-bottom: 2px solid #755906;
}
.err-line span {
	top: 11px;
	padding: 0 5px;
	position: relative;
	background: #c8b16e;
	}

.err-number {
	color: #fbd461;
	font-size: 100px;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #705400;
	font-family: 'UTM-AvoBold';
}

.err-title {
	color: #6e4217;
	font-size: 40px;
	font-weight: 700;
	text-transform: capitalize;
}

.err-txt {
	font-size: 18px;
	max-width: 620px;
	margin: auto;
	color: #6e4217;
	margin-bottom: 10px;
}

.err-search {
	max-width: 620px;
	margin: auto;
}
.err-search .box-mini-cart {
	display: none;
}