
h3 span {
	float: right;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul li.menu-item {
	margin-left: 16px;
	padding: 24px;
	border: 1px #ddd solid;
	display:none;
	text-align: right;
}
ul li.menu-item h3 {
	text-align: left;	
}
ul li.menu-item .description {
	text-align: left;	
}
li.menu-title {
	cursor: pointer;	
	border-left: solid 3px #004d62;
	padding-left: 8px;
}
li.menu-title:hover {
	background-color:#ceeace;	
}
#home {
	min-height: 70%;
}
div.drink-option {
	text-align: center;
	font-size: 16px;
	display: inline-block;
	border-radius: 6px;
	border: 1px solid #ddd;
	padding: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-top: 6px;
}
div.head_message {
	text-align: center;
	background-color: #ceeace;	
	padding:16px;
	margin: 32px;
	border: solid 1px #004d62;
}
div.allergy {
	color: rgb(95, 108, 79);
	text-align: left;
	padding-left: 16px;
}
div.description {
	padding-left: 16px;
}
h2, h3 { text-align: center; }
h3 span { float: initial; }
.ensure-terms {
	position: relative;									
}				
.ensure-terms-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.85);
	z-index: 1000;
	margin-top: -10px;
	display: none;
	cursor: no-drop;
	border-radius: 20px;
}
.ensure-terms:hover .ensure-terms-cover {
	display:block;					
}
.ensure-terms:hover .ensure-terms-cover.confirmed {
	display: none;
}
.confirm {
	text-align: center;
	margin-bottom: 32px;
	font-weight: 700;
	padding-top: 48px;
}
label {
	cursor: pointer;
}
#confirmedTerms {
	text-align: center;
	cursor: pointer;
}
.terms-text {
	font-size: 12px;
	margin: 32px;
	margin-top: 16px;
}
.hup-margin-32 {
	margin: 32px;
}
.head_message {
	border-radius: 10px;
	margin-top: 16px;
	
}
.head_message img {				
	max-width: 100%;
	padding-top: 42px;
	background-color: #75c6fe;
}
.hup-accent {
	background-color: #f0f2ea;
}
.hup-accent a {
	color: blue;
}
.hup-header-bar {				
	margin-top: 0px;
	background: #004d62;
	text-align: center;
}
.hup-header-bar a.logo {
	margin-left: 0px;
}
a.logo img {
	width: 500px;
    max-width: 90%;
    margin: 0 auto;
}
a.logo-bottom img {
	width: 400px;
    max-width: 90%;
    margin: 0 auto;
}	
div.social {
	float: right;
	margin-right: 64px;
	margin-top: 14px;
}
div.social.social-footer {
	margin: 0 auto;
	width: 220px;				
	float: initial;
	height: 42px;
	margin-top: 8px;	    
}
div.social a.social {
	float: right;
	margin-right: 16px;
}	
div.social.social-footer a.social {
	margin-left: 16px;
	margin-right: 16px;
}
div.social a.social img {
	max-width: 66px;
	filter: brightness(10);
}
div.hup-header-img {
	border: solid 1px #fff;
	border-radius: 6px;
	display:inline-block;
	overflow:hidden;
}
div.hup-header-img h2 {
	position: absolute;
	width: 300px;
	margin: 0;
	margin-left: -150px;
	left: 50%;
	color: #fff;
}
#payment-complete {
	margin-top: 100px;
	margin-bottom: 100px;
	border: solid #004d62 1px;
	padding: 32px;
	border-radius: 35px;
	margin: 48px;
}
#payment-complete p {
	text-align: center;
}
#payment-complete div.tick {
	width: 200px;
	margin: 0 auto;
	height: 120px;
}
#payment-complete div.tick img {
	width: 200px;
	margin-top: -40px;
}
#smart-button-container {
	pointer-events: none;
}
#smart-button-container.confirmed {
	pointer-events: initial;
}
@media (max-width: 780px) {
	div.social {
		float: initial;
		width: 260px;
		margin: 0 auto;
	}
	.hup-header-bar a.logo {
		display: block;
		margin: 0 auto;
		width: 100%;
		text-align: center;
		margin-bottom: 24px;
				}
	div.head_message {
		margin: 0px;
		margin-top: 32px;
	}
	p.hup-margin-32 {
		margin: 16px;
		margin-left: 4px;
		margin-right: 4px;
	}
	div.terms-text {
		margin: 8px;
		margin-top: 16px;
		margin-bottom: 32px;
	}
	#payment-complete {
		margin: 0px;
	}
	#home {
    background-attachment: scroll;
    min-height: 600px !important;
	}

}


#voucher-details {	
	overflow: hidden;
	padding-bottom: 0px;
	font-family: -apple-system, 'Helvetica Neue', 'Arial', sans-serif;
	line-height: 1;
}

#voucher-details .error {
  font-size: 13px;
  color: #ff7559;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 5px;
  display: inline-block;
}
#voucher-details div {
	
}
#voucher-details .hidden {
  visibility: hidden;
}

#voucher-details .hidden:before {
  visibility: hidden;
}

#voucher-details .error:before {
  content: '.';
  background-position: center;
  background-image: url(../images/error.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  padding: 2px 10px 0 0;
  color: #fff; /* Fallback for older browsers */
  color: rgba(0, 0, 0, 0);
  margin-right: 4px;
}
.stage {
	
}
.stage.stage-hidden {
	
}

.sumup-input {
  width: 100%;
  padding: calc(9px) 16px;
  border: 1px solid #9da7b1;
  box-shadow: inset 0px 1px 2px rgba(102, 113, 123, 0.21);
  border-radius: 8px;
  line-height: 24px;
  font-size: 16px;
}

.sumup-multiple-inputs {
  display: flex;
}
.sumup-multiple-inputs > div {
  width: 50%;
}

.sumup-input:focus,
.pay-button:focus {
  outline: none;
}
.sumup-input.valid {
  border: 1px solid #5c656f;
  box-shadow: inset 0px 1px 2px rgba(102, 113, 123, 0.21);
}
.sumup-input.invalid {
  border: 1px solid #ff7559;
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.02);
}
.sumup-input.focused {
  border: 1px solid #3388ff;
  box-shadow: inset 0px 1px 2px rgba(102, 113, 123, 0.21);
}
.sumup-select {
  font-size: 16px;
  background-color: #ffffff;
  appearance: none;
  -webkit-appearance: none;
  padding-top: calc(9px);
  padding-right: 32px;
  padding-bottom: calc(9px);
  padding-left: 12px;
  background-image: url('../shared/select-arrows.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  border-radius: 8px;
  color: rgb(33, 41, 51);
  border: 1px solid #9da7b1;
  margin-bottom: 16px;
}
.pay-button.loading {
	background-color: #6fbdb4;
	color: #fff;
	border: 0;
	pointer-events: none;
}
.pay-button.disable {
	background-color: #aaa;
	color: #fff;
	border: 0;
	pointer-events: none;
}
.pay-button {
  width: 100%;
  padding: 8px 0;
  background-color: #6fbdb4;
  color: #fff;
  border-radius: 35px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  margin-top: 30px;
  border-width: 2px;
  border-style: solid;
  border-color: #6fbdb4;
  box-shadow: rgba(255, 255, 255, 0.06) 0px 1px 0px 1px inset;
  max-width: 380px;
}
.pay-button:hover {
  border-color: #6fbdb4;
  background-color: #6fbdb4;
}
.pay-button:active {
  border-color: #6fbdb4;
  background-color: #6fbdb4;
  box-shadow: rgba(12, 15, 20, 0.3) 0px 4px 8px 0px inset;
}

.label {
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
  margin: 2px 0 4px 0;
  color: #0f131a;
  width: 100%;
}

.name_fields {
  display: block;
}
.pay-wrapper {
	padding: 48px;
	padding-top: 0px;
	pointer-events: none;
	text-align: center;
}
.pay-wrapper.confirmed {
	pointer-events: initial;
}
div.auth-screen .auth-screen-no {
	display: none;
}
.error-message {
	background-color: #ff0000;
	color: #fff;
	border-radius: 8px;
	margin-left: 64px;
	margin-right: 64px;
	display:none;
}

.error-message p {
	padding: 6px;
	margin: 0px;
	text-align: center;
	font-weight: 700;
}
#paymentComplete {
	margin-top: 100px;
	margin-bottom: 100px;
	border: solid #004d62 1px;
	padding: 32px;
	border-radius: 35px;
	margin: 48px;
}
#paymentComplete p {
	text-align: center;
}
#paymentComplete div.tick {
	width: 200px;
	margin: 0 auto;
	height: 120px;
}
#paymentComplete div.tick img {
	width: 200px;
	margin-top: -40px;
}
div.select-quantity h4 {
	text-align: center;
}
div.select-quantity p {
	
	text-align: center;
}
ul.menu-quantity {
	margin: 0px;
	white-space: nowrap;
	overflow-x: auto;
	text-align: center;
}
ul.menu-quantity li:hover {
	border: solid 2px #6fbdb4;
}
ul.menu-quantity li.selected:hover {
	border: solid 2px #6fbdb4;
}
ul.menu-quantity li {
	display: inline-block;
	height: 102px;
	width: 112px;
	border: solid 1px #ddd;
	border-radius: 50%;
	margin: 10px;
	cursor: pointer;
}
ul.menu-quantity li h3 {	
	margin: 0px;
}
ul.menu-quantity li span {	
	font-size: 0.7em;
}
ul.menu-quantity li.selected {
	
	background-color: #6fbdb4;	
	border: solid 2px #6fbdb4;
	color: #fff;
}
.input-quantity {
	padding: 24px;
	display:none;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: -apple-system, 'Helvetica Neue', 'Arial', sans-serif;
	line-height: 1;
}

.input-quantity .error {
  font-size: 13px;
  color: #ff7559;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 5px;
  display: inline-block;
}
.input-quantity div {
	display: none;
}
.input-quantity .hidden {
  visibility: hidden;
}

.input-quantity .hidden:before {
  visibility: hidden;
}

.input-quantity .error:before {
  content: '.';
  background-position: center;
  background-image: url(../images/error.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  padding: 2px 10px 0 0;
  color: #fff; /* Fallback for older browsers */
  color: rgba(0, 0, 0, 0);
  margin-right: 4px;
}
#voucher-details {
	padding-top: 0px;
}
ul.download-list {
	
}
ul.download-list li {
	height: 50px;	
	max-width: 400px;	
	margin: 0 auto;
	border: solid 1px #ddd;
    border-radius: 16px;
    margin-bottom: 6px;
}
ul.download-list li a {
	height: 100%;
	width: 100%;
	display: inline-block;
}
ul.download-list li img {
	margin-left: 12px;
    margin-top: -6px;
}
ul.download-list li span {
	display: inline-block;
	font-size: 1.2em;
	text-decoration: underline;
	margin-top: 8px;
	margin-left: 12px;
}
ul.download-list li div {
	display: inline-block;
	padding: 6px;	
	background-color: #6fbdb4;	
	color: #fff;
	border: solid 2px #004d62;
	float: right;
	border-radius: 16px;
	margin-top: 2px;
	margin-right: 4px;
}
span.plural {
	display: none;	
}
.show-plural span.plural {
	display: inline;
}
#sumup-card {
	top: -24px;
}
#payframe {
	width: calc(100% - 32px);
    min-height: 600px;
    border: 0;
    margin-left: 16px;
    margin-right: 16px;
}
h4 {
	
	border-top: solid 1px #004d62;
	padding-top: 24px;
	padding-bottom: 24px;
	
}
.offer_header {
	margin-top: 24px;
	margin-bottom: 0px;
}

.offer_header_top {
	height: 10px;
	background-color: #6fbdb4;	
}
#pay-description {
	font-size: 16px;
    padding: 8px;    
    margin-bottom: 0px;
	margin-top: 0px;
    font-weight: 700;    
    background-color: #6fbdb4;
    color: #fff;
	display: none;
	margin: 0;
    border-radius: 0 0 25px 25px;
    padding-top: 0px;
    border-bottom: 1px #ddd solid;
}

.small-head {
	
    border-bottom: 1px solid #004d62;    
    
    padding-top: 116px;
	margin: 24px;
	margin-bottom: 0px;
}
.small-head div.hup-header-img {
	height: 146px;
    width: 200px;
    left: 50%;
    position: absolute;
    margin-left: -100px;
    top: 12px;
    background-color: #78c9fe;
	
}
.small-head div.hup-header-img img {
    width: 200px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 26px;
}
.small-head div.hup-header-img h2 {
	position: absolute;
    width: 300px;
    margin: 0;
    margin-left: -150px;
    left: 50%;
    color: #fff;
    z-index: 2;
    top: -4px;
    font-size: 18px;
}
.icon-containers {
	display: flex;
}
.icon-preview {
	
	margin: 0 auto;
}
.icon-container {
	flex-basis: 0;
	flex-grow: 1;
	border-right: 4px solid #6fbdb4;
}
.icon-container:last-child {
	border-right: 0;
}
.icon-container h3 {
	font-size: 16px;
}
.hup-highlight-text {
	border-top: solid 4px #6fbdb4;
	background-color: #6fbdb4;
	color: #fff;
	padding: 10px;
	margin-top: 24px;
}
.hup-images {
	display: flex;
	justify-content: space-between;
}
.hup-images img {
	flex-basis: 0;
	flex-grow: 0;			
	width: calc(33% - 4px);				
}
ul.menu-quantity li div {
	font-size: 13px;
}
span.line {
	display: inline-block;
}
@media (max-width: 780px) {
	span.line {
		display: inline;
	}
	.hup-images img {
		margin-bottom: 12px;
		width: 100%;
	}
	.hup-title {
		font-size: 28px !important;
	}
	.icon-containers {
		flex-direction: column;
	}
	.icon-container {
		border-right: 0;
		border-bottom: 4px solid #6fbdb4;
	}
	.icon-container:last-child {
		border-bottom: 0;
	}
	.hup-images {
		flex-direction: column;
	}
	div.icon-lists ul.icon-list {				
		width: auto;
		display: block;
	}
}
div.icon-wrapper {
	display: flex;
}
ul.icon-list {
	list-style-type: none;
	width: 48%;
	display: inline-block;
	margin: 1%;
	padding: 0;
	margin-top: 4px;
	margin-bottom: 4px;
}

ul.icon-list li {
	display: flex;
	padding-left: 4px;
	font-family: 'Open Sans';
	font-size: 14px;
	align-items: center;
	color: #333;
}
div.icon-lists {
	background: #fff;
	margin-bottom: 12px;
}
.bg-container {
	position: absolute; 
	left: 0px;
	right: 0px; bottom: 0px; padding: 16px; font-size: 16px; text-transform: uppercase; text-align: center;
}
.bg {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: #6fbdb499;
	z-index: 1;
}
.bg-text {
	color: #004d62;
	position: relative;
	z-index: 2;
}
