body.error404 {
	background-color: #f3f2ee;
    font-family: "nunito-sans", "proxima-nova", "Helvetica Neue", Helvetica, "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
}
.error404 h1 {
	font-size: 2em;
	margin: 0;
}
@media(min-width:768px){
	.error404 h1 {
		font-size: 4em;
	}
}
.error404 #sub-error-header {
	font-size: 1.7em;
	margin-top: 0;
}
.error404 .main-logo {
	width: 300px;
}
@media (min-width: 768px) {
	.error404 #sub-error-header {
		font-size: 1.7em;
		margin-bottom: 20px;
	}
}
.error404 #container {
	position: relative;
	margin: auto;
	text-align: center;
}
.error404 .main-logo {
	margin-top: 20px;
	max-width: 300px;
}
@media(min-width:768px){
	.error404 .main-logo {
		margin-top: 150px;
	}
}
.error404 .text-container {
	margin-top: 25px;
}
.error404 .vertical-wrapper {
	width: 100%;
	margin: auto;
	text-align: center;
}
@media(min-width:1024px){
	.error404 .vertical-wrapper {
		width: 80%;
		text-align: center;
	}
}
.error404 .product-items {
	float: left;
	width: 14.2%;
}
.error404 .th-blog-wrapper .product-items {
	float: left;
	width: 25%;
}
.error404 .product-item__img {
	width: 80px;
	height: 80px;
	background: #fff;
	font-size: 4.6em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 0px 10px;
	display: block;
	margin: 10px auto 10px;
}
.error404 .check-icon{
	background: #fff !important;
}
@media (min-width: 768px) {
  .error404 .product-item__img {
	width: 100px;
	height: 100px;
	font-size: 5.6em;
	background: #fff;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-moz-border-radius: 100%;
	-border-radius: 100%;
	padding: 0px 10px;
  }
}
.error404 .product-item__img img {
	width: 60%;
	margin-bottom: 20px !important;
}
.error404 .product-item__text {
    font-size: 1em;
    color: #312f2e;
    font-weight: 700;
    margin-top: 30px;
    line-height: 20px;
    text-transform: uppercase;
}
@media (min-width: 768px) {
	.error404 .product-item__text {
	    font-size: 1em;
	}
}
.error404 .m-icon{
	margin-left: -12px;
	color: white;
}
.error404 h1{
	color: #186e9b;
}
.logo-icon {
	text-align: center !important;
	float: right;
}
