body {
	font-family: "Open Sans", Helvetica, Tahoma, Arial;
	font-size: 14px;
}

hr {
	background:#ff6733;
	border:none;
	height: 1px;
}

hr.dark {
	background:#555555;
}

hr.light {
	background:#cccccc;
}

a {
	color:#ff6733;
}

a.alergens {
	color: #5a6268;
}

.menu {
	padding-top: 50px;
	padding-bottom: 30px;
}

.menu p {
	margin-top: 10px;
}

.footer {
	padding-top: 50px;
	padding-bottom: 30px;
}

.footer p {
	margin-top: 10px;
}

.footer2 {
	font-size: 13px;
	padding-bottom: 100px;
	padding-top: 20px;
}

.table {
	margin-bottom: 100px;
}
.table tr.day-name td {
	border-top: none;
	padding-top: 60px;
	font-weight: 700;
}

.table tr.soup td {
	border-top: 1px solid #ff6733;
}

.table tr.stripe td {
	background: rgba(222, 226, 230,0.2);
}


.order-box {
	padding-top: 30px;
	padding-bottom: 30px;
}

.order-box p.big-phone {
	font-size: 40px;
	font-weight: 700;
}


@media (min-width: 992px) { 

	.order-box {
		margin-top: 100px;
		border-left: 1px solid #ff6733;
	} 

}


.btn.btn-light:hover {
	color:#ffffff !important;
	background: #ff6733;
}

.btn.btn-light.selected {
	color:#ffffff  !important;	
	background: #ff6733;
}

.table td {
	vertical-align: middle;
}

.breadcrumb {
	background: #ffffff;
	border-bottom: #e9ecef 1px solid;
}

.form-box {
	padding-top: 80px;
	padding-bottom: 80px;
}

.alergens-padding {
	padding: 20px;
}

.col-padding {
	padding-bottom: 10px;
}

.alert.alert-light {
	color:#1b1e21;
}