.order-completed-wr {
	position: relative;
	min-height: 400px;
}
.order-completed {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.order-completed img {
	width: 87px;
}
.order-completed h2 {
	font-family: 'Lato', sans-serif, 'Arial_Caps';
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.4px;
	color: #3c3b3b;
}
.order-completed p {
	font-size: 19px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.4px;
	color: #696969;
}
.order-completed p a {
	color: #fe4e6e;
	text-decoration: none;
}
.order-completed .return-home {
	font-size: 17px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.4px;
	color: #3c3b3b;
	background-image: url("../images/icons/left-arrow.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 12px;
	padding: 5px 5px 5px 20px;
	margin-top: 100px;
	display: inline-block;
}
.order-completed .return-home:hover,
.order-completed .return-home:focus {
	text-decoration: none;
}
/*For small screen sizes*/
@media (max-width: 768px) {

	.order-completed {
		width: 90%;
	}

}