.menu {
	margin-top: 85px;
}
.footer .menu {
	margin-top: 0;
}
/**/
/**/
.delivery {
	background: rgba(0,0,0,.7);
}
.delivery h2 {
	color: #f70;
	text-shadow: 1px 1px #000;
	font-weight: 700;
	text-align: center;
	font-size: 40px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px
}
/**/
.delivery .history {
	background: rgba(0,0,0,.7);
	margin-bottom: 5px;
}
.delivery .history a,
.delivery .history i,
.delivery .history a:before {
	color: #fff;
}
.delivery .history a:hover,
.delivery .history a:hover > i {
	color: #f70;
}
li {
	padding: 10px;
}
.delivery p {
	color: #fff;
	padding: 5px;
}
.delivery .col-6 img {
	width: 120px;
	height: auto;
	float: left;
	margin: 5px;
}
@media screen and (max-width:992px) {
	.menu {
		margin-top: 0px;
	}
	.delivery .row .col-6 {
		flex: 0 0 100%;
	}
	.delivery p {
		text-align: center;
	}
	.delivery .col-6 img {
		width: 240px;
		height: auto;
		margin: 5px auto;
		float: none;
	}
}