
.online-order-wrap {
	display: block;
	text-align: center;
	/* background-color: #3EA6D2; */
	/* border: 2px solid #3EA6D2;
	border-radius: 10px; */
}
.order-online {
	color: white;
	background: red;
	padding: 20px 25px;
	font-size: 41px;
	border-radius: 18px;
	text-decoration: none;
	display: inline-block;
	margin:0 0 20px;
}
.order-online:hover {
	color: white;
	opacity: 0.7;
}
@media (max-width:600px) {
.online-order-wrap {
	display: block;
	text-align: center;
	/* background-color: #3EA6D2; */
	/* border: 2px solid #3EA6D2;
	border-radius: 10px; */
}
.order-online {
    color: white;
    background: red;
    padding: 20px 25px;
    font-size: 24px;
    border-radius: 18px;
    text-decoration: none;
    display: inline-block;
	margin: 10px 0 15px;
}
.order-online:hover {
    color: white;
    opacity: 0.7;
}
}
.pay {
font-size:1.0833em; text-align:center;}

/* fix from widthet styles */

body .row {
	display: block;
	margin: inherit;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

html body {
	background-color: #fff;
}
/* end fix from widthet styles */