[v-cloak]>* {
	display: none;
}

[v-cloak]::before {
	content: " ";
	display: block;
	position: absolute;
	width: 80px;
	height: 80px;
	background-image: url(/images/loading.svg);
	background-size: cover;
	left: 50%;
	top: 50%;
}
a.text-info {
	cursor: pointer;
}
a[role="button"] { 
  color: inherit;
  text-decoration: inherit;
}
.fade-enter-active {
	transition: opacity 1s;
}
.fade-leave-active {
	transition: opacity 5s;
	transition-timing-function: cubic-bezier(0.5,0,1,0);
}
.fade-enter, .fade-leave-to {
	opacity: 0;
}
.error-page {
	background: white;
}
form label, table .label {
	font-weight: 600;
}
form label.error {
	color: red !important;
}
.text-blue {
	color: #4691CE !important;
}
.padleft {
	padding-left: 10px;
}

.padright {
	padding-right: 10px;
}

.padtop {
	padding-top: 10px;
}

.padbottom {
	padding-bottom: 10px;
}

.padleft-less {
	padding-left: 5px;
}

.padright-less {
	padding-right: 5px;
}

.padtop-less {
	padding-top: 5px;
}

.padbottom-less {
	padding-bottom: 5px;
}

.padleft-more {
	padding-left: 15px;
}

.padright-more {
	padding-right: 15px;
}

.padtop-more {
	padding-top: 15px;
}

.padbottom-more {
	padding-bottom: 15px;
}

.marginleft {
	margin-left: 10px;
}

.marginright {
	margin-right: 10px;
}

.margintop {
	margin-top: 10px;
}

.marginbottom {
	margin-bottom: 10px;
}

.marginleft-less {
	margin-left: 5px;
}

.marginright-less {
	margin-right: 5px;
}

.margintop-less {
	margin-top: 5px;
}

.marginbottom-less {
	margin-bottom: 5px;
}

.marginleft-more {
	margin-left: 15px;
}

.marginright-more {
	margin-right: 15px;
}

.margintop-more {
	margin-top: 15px;
}

.marginbottom-more {
	margin-bottom: 15px;
}

.margintop-xl {
	margin-top: 35px;
}

.marginbottom-xl {
	margin-bottom: 35px;
}

.bold {
	font-weight: bold;
}

.lightbold {
	font-weight: 600;
}

/*Firefox specific*/
:invalid {
	box-shadow: none;
}
:-moz-submit-invalid {
	box-shadow: none;
}
:-moz-ui-invalid {
	box-shadow:none;
}

#error {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0, 0, 0, .6);
	overflow: hidden;
	z-index: 222;
}

#error .errorbd {
	background: white;
	min-width: 300px;
	height: 180px;
	padding: 20px;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.error {
	color: red;
}

#pickup-address-search {
	position: relative;
}

#pickup-address-search .search-address {
	width: 3.5rem;
	padding-left: 0.15rem;
	padding-right: 0.15rem;
	background-color: #f2f4f6;
	color: #666;
	height: 40px;
	line-height: 40px;
	border: 0;
}

ul, ol {
	list-style: none;
}

#banner {
	color: white;
	border-bottom: 5px solid #d1d3d4;
}
.navbar-brand img {
	max-height: 75px;
}

#wizard-nav {
	margin-top: 50px;
}

#wizard-nav .col {
	background-color: #d1d3d4;
	text-align: center;
	line-height: 45px;
	border-left: 1px solid white;
}

#wizard-nav .col:nth-child(1) {
	border-radius: 5px 0px 0px 5px;
}

#wizard-nav .col:nth-child(3) {
	border-radius: 0px 5px 5px 0px;
}

#wizard-nav .col.active {
	color: white;
}

#wizard-nav .nav-num {
	height: 30px;
	width: 30px;
	line-height: 30px;
	color: white;
	border-radius: 50%;
	margin-right: 10px;
	display: inline-block;
}

#wizard-nav .nav-text {
	font-weight: 600;
}

.flag {
	height: 19px;
	margin-right: 5px;
	border-radius: 3px;
}

.symbol-select {
	border-radius: 0px !important;
	border: 1px solid #e0e0e0 !important;
	height: auto !important;
}

#currency-order-panel .select2-selection__rendered {
	line-height: 40px !important;
	color: #808080 !important;
	font-size: 16px !important;
}

.currency-option .select2-results__option {
	padding: 10px 6px;
}

.symbol-select .select2-selection__arrow {
	height: 40px !important;
}

#input-equals, #input-delete {
	line-height: 40px;
	text-align: center;
}
.btn-cancel {
	background: none;
}
.btn-del {
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	width: 30px;
}

.btn-del:before {
	content: "✕";
}

#backBtnCollection {
	margin-right: 1rem;
}

.input-amount {
	position: relative;
}

.input-amount input {
	padding-right: 0 2rem 0 0.7rem;
	font-size: 1em;
	font-weight: bold;
}

.input-amount .input-symbol {
	position: absolute;
	right: 6px;
	top: 12px;
	background: white;
}

.input-rate {
	color: #3b74b7;
}

.popover {
	max-width: 500px !important;
}

.min-denom-warn {
	animation: fadeOut 2s forwards;
	-webkit-animation: fadeOut 2s forwards;
	-moz-animation: fadeOut 2s forwards;
	-o-animation: fadeOut 2s forwards;
	animation-delay: 5s;
	-webkit-animation-delay: 5s;
	-moz-animation-delay: 5s;
	-o-animation-delay: 5s;
	padding-top: 10px;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@-moz-keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@-o-keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.input-subtext {
	line-height: 1.3;
}

.add-curr-icon:before {
	content: "＋";
}

.add-curr-icon {
	color: #fff;
	font-weight: bold;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
}
#promoloader {
	position: absolute;
	right: 75px;
	top: 10px;
}
.faq-header {
	cursor: pointer;
}

.faq-header i {
	font-size: 1.2rem;
}

.faq-header-title {
	font-size: 1rem;
}

.faq-body {
	background: #f3f3f3;
}

#part-footer {
	background: black;
	color: #a6acb3;
}

#part-footer small {
	height: 100px;
}

.footer-logo {
	margin-top: 35px;
	width: 150px;
}
.total-mobile {
	font-size: 1.1rem;
}
#total-mobile-chevron {
  line-height: 28px;
  margin-right: 10px;
  cursor: pointer;
}
#total-mobile-details {
	z-index: 100;
}
.order-total-summary {
	border-radius: 0 0 13em 13em;
	color: white;
	padding: 15px;
	text-align: center;
	margin-bottom: 35px;
	overflow: hidden;
}

.total-title {
	font-size: 1.8rem;
	font-weight: 300;
}

.total-flag {
	border-radius: 3px;
	height: 19px;
	line-height: 30px;
	vertical-align: middle;
	margin-right: 5px;
}

.total-label {
	font-weight: 600;
	text-align: right;
}

.total-amount {
	font-weight: 600;
	text-align: left;
}

.order-total-summary .total {
	width: 16em;
	height: 16em;
	margin: 0 auto -7rem;
	border-radius: 50%;
	margin-top: 30px;
}

.total-text {
	font-weight: 600;
	margin-top: 30px;
}

.all-total {
	font-size: 2rem;
	font-weight: 600;
}

.payment-btn {
	background: white;
	padding: 10px;
	margin: 20px 0px;
	border-bottom: 7px solid #ddd;
	cursor: pointer;
}

.payment-btn:hover, .payment-btn.active {
	border-color: #4691CE;
}

#legal-body {
	font-size: 0.9em;
	margin-top: 1rem;
}
#legal-body p:last-child {
	margin-bottom: 0rem !important;
}

.store {
	background: white;
	border-left: 7px solid #ddd;
	color: #666;
	cursor: pointer;
	width: 100%;
}

.store.selected, .store:hover {
	border-color: #4691CE;
	color: inherit;
}

.store-name {
	font-weight: 600;
	font-size: 1rem;
}

.store-address {
	font-weight: 400;
}

.store-distance {
	font-style: italic;
	font-size: 0.75rem;
}

.store-open-title {
	border-top: 1px solid #f2f4f6;
	font-weight: 600;
	font-size: 0.8rem;
	margin-top: 10px;
}

.store-hours {
	font-size: 0.7rem;
	font-weight: 400;
}

.postcode-complete {
	background: white;
}

.postcode-complete li {
	padding: 6px 0;
}

.postcode-complete li:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f3c5';
	font-weight: 900;
	margin: 0px 15px 0px -25px;
}
#postcodeloader {
	position: absolute;
	right: 25px;
	top: 40px;
}
#postcodeclear {
	position: absolute;
	right: 28px;
	top: 36px;
	cursor: pointer;
}
#noNearbyLocations {
	font-size: 0.9em;
	color: red;
	margin-top: 5px;
}
.delivery-info {
	overflow: scroll;
	max-height: 200px;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.card .table tr:nth-child(1) td {
	border-top: 0px none;
}
/* BS Typeahead arrow */
.active .dropdown-item {
  color: white;
  text-decoration: none;
  background-color: #343a40;
}

@media ( max-width : 1199px) {
	.nav-text {
		font-size: 11px;
	}
	#currency-input-row {
		margin-top: 20px;
	}
}

@media ( min-width : 992px) and (max-width: 1199px) {
}

@media ( max-width : 991px) {
	.total-mobile {
		background: #f9bf0d;
	}
	#total-mobile-container {
		background: #d1d3d4;
		color: #212529;
		opacity: 0.95;
		z-index: 100;
	}
	.order-total-summary {
		background: #eee !important;
		color: #666 !important;
	}
	.order-total-summary .total {
		color: white !important;
	}
}

@media ( max-width : 768px) {
	.navbar-brand img {
		max-height: 50px;
	}
	.addCOI {
		margin-top: 15px;
	}
	#wizard-nav .col {
		line-height: 20px;
		padding: 10px;
	}
	.nav-text {
		display: block;
		margin-top: 5px;
	}
	#wizard-nav {
		height: 75px;
	}
	.footer-logo {
	}
}

@media ( max-width : 550px) {
	#wizard-nav {
		height: 95px;
	}
	.collection-buttons label {
		white-space: normal;
	}
	.payment-btn img {
		width: 120px;
	}
	.payment-btn span {
		display: block;
	}
}
@media ( max-width : 440px) {
	.footer-logo {
		display: none;
	}
}
@media ( max-width : 400px) {
	.navbar-brand img {
		display: none;
	}
	#backBtnCollection {
		margin-right: 0.25rem;
	}
}
@media ( max-width : 364px) {
	#btnsCollection button {
	  font-size: 0.8rem;
	}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	#postcodeclear {
		display: none !important;
	}
}
/* Bootstrap overrides */
.card-header {
	font-size: 1.2em;
}
.btn-lg {
	font-size: 1.1rem;
}