#delivery{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: #f7ffef;
	padding: 10px;
	z-index: 9999999999999999999999999999999;
	color: #fff;
}
#delivery .zona{
	color: inherit;
	text-decoration: underline;
}
.masdelivery{
	background: #53825f;
	color: #fff;
	text-decoration: none !important;
	display: inline-block;
	padding: 5px 20px;
	letter-spacing: 2px;
	font-weight: bold;
	border-radius: 7px;
	padding: 10px;
}
@media screen and (max-width: 600px){
	#delivery{
		padding: 5px 0px;
	}
	#delivery h4{
		font-size: 12px;
	}
	#delivery .btn{
		margin-top: 5px;
	}
	.navbar-fixed-left{
		position: static !important;
	}
}