/* -- Core sttings  -- */
html {
	width: 100vw;
	height: 100%;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	background-color: black;
	scroll-behavior: smooth !important;
}

body {
	width: 100%;
	height: auto;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	scroll-behavior: smooth !important;
	touch-action: manipulation;
}

#sitebackground, #launchpadbackground, #kioskBackground, #checkoutbackground, #statusbackground {
	height: 100vh;
	width: 100vw;
	position: fixed;
	z-index: -1;
	padding:0;
	margin:0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	object-fit:cover ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.sitebackgroundimage, .launchpadbackgroundimage, .kioskbackgroundimage, .checkoutbackgroundimage, .statusbackgroundimage {
	/* LB: using ID above to set css options */
}

.kioskBackgroundImage {
	background-position:center top!important;
}

.checkoutWrapper {
	height: 100vh;
	width: 100vw;
	position: fixed;
}

.statusWrapper {
	height: 100vh;
	width: 100vw;
	position: fixed;
}

.launchpadWrapper {
	height: 100vh;
	width: 100vw;
	position: fixed;
}

.kioskbackgroundimage {
	background-position:center top!important;
}

#indexContent {
	/*height: max-content;*/
	height: calc(100vh - 25vh - 90px);
}

#wrapper {
	/*height: 100vh !important;*/
}

#storeLogoCardDeck {
	width:100%;
}
/*
#storeinfoDIV {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 16px -8px !important;
	width: calc(100% + 16px) !important;
}
*/

#productDIV {
	width: 100vw;
}

/* Hide img errors */
img[src="Error.src"] {
    display: none;
}

.rounded-1 {
	border-radius: 0.4rem;
}
.rounded-2 {
	border-radius: 0.6rem;
}
.rounded-3 {
	border-radius: 0.8rem;
}
.rounded-4 {
	border-radius: 1rem;
}

.rounded-border {
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
	padding: 5px;
}

.rounded-bottom {
	padding: 0.75rem;
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px);
}

.rounded-left {
	border-top-left-radius: 0.5rem!important;
	border-bottom-left-radius: 0.5rem!important;
	border-top-right-radius: 0!important;
	border-bottom-right-radius: 0!important;
}
.rounded-right {
	border-top-right-radius: 0.5rem!important;
	border-bottom-right-radius: 0.5rem!important;
	border-top-left-radius: 0!important;
	border-bottom-left-radius: 0!important;
}

.rounded-left-top {
	border-top-left-radius: 0.5rem!important;
	border-top-right-radius: 0!important;
	border-bottom-left-radius: 0!important;
	border-bottom-right-radius: 0!important;
}
.rounded-right-top {
	border-top-right-radius: 0.5rem!important;
	border-top-left-radius: 0!important;
	border-bottom-left-radius: 0!important;
	border-bottom-right-radius: 0!important;
}

.rounded-left-bottom {
	border-bottom-left-radius: 0.5rem!important;
	border-bottom-right-radius: 0!important;
	border-top-left-radius: 0!important;
	border-top-right-radius: 0!important;
}
.rounded-right-bottom {
	border-bottom-right-radius: 0.5rem!important;
	border-bottom-left-radius: 0!important;
	border-top-left-radius: 0!important;
	border-top-right-radius: 0!important;
}

.br-0 {
	border-radius: 0 !important;
}
.br-1 {
	border-radius: 0.25rem !important;
}

.brr-1 {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}
.brl-1 {
	border-top-left-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.brt-1 {
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
}
.brb-1 {
	border-bottom-left-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}

.brtr-1 {
	border-top-right-radius: 0.25rem !important;
}
.brbr-1 {
	border-bottom-right-radius: 0.25rem !important;
}

.brtl-1 {
	border-top-left-radius: 0.25rem !important;
}
.brbl-1 {
	border-bottom-left-radius: 0.25rem !important;
}
.bg-transparent {
	background-color: transparent !important;
}
.bg-20percent {
	background-color: rgba(255, 255, 255, 0.2) !important;
}
.bg-30percent {
	background-color: rgba(255, 255, 255, 0.3) !important;
}
.bg-40percent {
	background-color: rgba(255, 255, 255, 0.4) !important;
}
.bg-50percent {
	background-color: rgba(255, 255, 255, 0.5) !important;
}
.bg-60percent {
	background-color: rgba(255, 255, 255, 0.6) !important;
}
.bg-70percent {
	background-color: rgba(255, 255, 255, 0.7) !important;
}

.leftfaderule {
	border: 0;
	height: 2px;
}

.rightfaderule {
	border: 0;
	height: 2px;
}
.image-cover {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.delivery-customer-bg,
.delivery-customer-icon {
	background-color: black;
	fill: #ffffff;
}

.delivery-icon,
.pickup-icon {
	fill: #ffffff;
}
.deliveryOption,
.pickupOption {
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}
.tablenumberdisplay {
	position: relative;
	margin-top: 11px;
	margin-left: 10px;
	line-height: 17px;
	font-size: 12px;
	height: 24px;
}

.payment-open {
	overflow: hidden;
}

.collapse-open {
	overflow: hidden;
}

/* PayPal Override */
.paypal-button-context-iframe > .zoid-outlet {
	min-width: 360px !important;
	max-width: 362px !important;
	width: calc(398px - 2rem) !important;
}

/* ==== Start of Bootstrap Overrides ==== */
.modal-backdrop.show {
    opacity: .75 !important;
}

.bg-secondary {
	background-color: #c1c7cc !important;
}

.input-group-text {
	font-size: 80%;
}
.toggle-handle {
	background-color: white;
}
.toggle-on,
.toggle-off {
	font-size: 1rem !important;
}
.form-control {
	color: #000000;
}
option:disabled {
	color: #dcdcdc;
}
.dropdown-button:hover {
	color: #000000;
}
.dropdown-button {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #ffffff;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
.dropdown-menu {
	border: 0px !important;
	border-width: 0px !important;
	min-width: unset;
}
#menuContent .card {
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.125);
	box-sizing: border-box;
	border: 0px !important;
}
#indexContent .card {
	/* box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.125); */
	box-sizing: border-box;
}
.modal-sm {
	max-width: 400px !important;
}

/* -- Modals  -- */
* html div.modal-body {
	height: expression(this.scrollHeight > 100 ? "100px": "auto");
}

div.modal-body {
	min-height: 60px;
}

.modal {
	/*max-height: calc(100vh - 55px);*/
	overflow: auto;
	padding: 50px 0px 0px 0px;
	/*padding-bottom: 30px;*/
	z-index: 999 !important;
}

.modal-dialog {
	margin: 0px auto !important;
}

#eway-payment-window,
#merchantPaymentModal {
	position: fixed !important;
	top: 0px !important;
	padding-left: 0px !important; /* padding-left was being added by the browser? */
	/*
	height: 100vh !important;
	width: 100% !important;
	bottom: -100px !important;
	overflow: unset !important;
	*/
}

body.modal-open {
	overflow: hidden !important;
	/*position: absolute !important;*/
}

body.viewport-lg {
	position: absolute !important;
}
.loadingmodal,
.browsePlaceOrder {
	z-index: 150;
}

.modal-backdrop {
	z-index: 100;
}

/* Remove arrows shown for number input fields */
input[type=number].input-number-arrows-hide::-webkit-inner-spin-button,
input[type=number].input-number-arrows-hide::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

​ #tableSaveModal {
	max-height: calc(100vh - 55px);
	overflow: auto;
	padding-top: 50px;
	padding-bottom: 30px;
	z-index: 999 !important;
}

/* -- IOS BUG FIXES -- */
/* Apply CSS to iOS affected versions only */
/*
body.iosBugFixCaret.modal-open {
	position: fixed;
	width: 100%;
}
body.modal-open {
	position: fixed;
}
body.viewport-lg {
	/*position: absolute;
}
*/
/* ==== End of Bootstrap Overrides ==== */

/* ==== Start of Template Style ==== */
#filterTemplate {
	display: none;
}
#productTemplate {
	display: none;
}

.modalAddProductSingleButton {
	height: 65px !important;
}

@media (min-width: 576px) {
	.modalAddProductSingleButton {
		height: 65px !important;
		max-width: 500px !important;
		margin: 0 auto;
	}
}

.productModalContent {
	/*height: calc(100vh - 55px - 65px);*/
	/*height: 100%;*/
	height: auto;
}

#productModalInner {
	height: 100%;
}

#productModal {
	min-height: calc(100% - 55px);
	max-height: 100%;
}

/* All of the options below are needed for cross-browser support so product images properly 'cover' a div (thanks Safari for having to use this...)*/
#productModalProductImgDiv {
	/* width: auto;*/
	/* height: 250px;*/
	/* min-width: auto;*/
	/* min-height: 250px;*/
	/* -webkit-background-size: auto auto;*/
	/* -moz-background-size: auto auto;*/
	/* -o-background-size: auto auto;*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	aspect-ratio: 1.5 / 1 !important;
	@supports not (aspect-ratio: 1.5 / 1) { 
		height: 175px;
	}
}
#productModalProductImg {
}
#productModalProductOnlineDesc {
}

.onlineDescWrapper {
	position: relative;
	padding-left: 0.5rem!important;
	padding-right: 0.5rem!important;
}

.onlineDescWrapper-line {
	position: relative;
	top: 5px!important;
}

/* Product Online Comment */
#productModalProductCommentDiv{
	position: relative;
	height:fit-content;
}

#productModal .form-control {
	height: auto !important;
}
.img-cover {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}
.product-image {
	width: 100%;
	object-fit: cover;
	object-position: center;
	aspect-ratio: 1.5 / 1 !important;
	@supports not (aspect-ratio: 1.5 / 1) { 
		height: 175px;
	}
}
.product-line-image {
    aspect-ratio: 1.5 / 1 !important;
	height: 100%;
}
.product-line-text-wrapper {
	min-height: 100px !important;
}

.product-line-image-wrapper {
	/*min-height: 90px !important;*/
}

.product-line-text {
	/*min-height: 25px !important;
	margin-bottom: 0px !important;*/
}

.product-line-add {
	padding-right:10px;
}
.product-line-price-wrapper {
	/*position: relative;
	bottom: 0;
	left: 0;
	position: absolute;
	bottom: 30px;
	width: 100%;
	left: 15px;
	padding-right: unset;
	margin-right: unset;*/
	/*position: absolute;
	bottom: 0px;*/
	width: 100%;
	position: absolute;
	margin: 0;
	left: 0;
	bottom: 0;
}
.product-line-price .regproductprice, .product-line-price .matrixprice-line {
	position: relative;
}

.product-line-content {
	/*position: absolute;
	bottom: 0px;*/
}
.product-line-price{
	color:#000000;
}
.product-line-icon{
	color:#000000;
}
.productcustomise {
	padding-right: 0px;
}

.card-title-line {
	/*padding: 10px;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.card-text-line {
	height:60px;
}
.card-line {
	/*box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.125);*/
	box-sizing: border-box;
	border: 0px !important;
	/*margin: 0px 0.25rem;
	flex: 0 0 calc(100% - 0.5rem);*/
	margin: 0 8px 16px 8px;
	flex: 0 0 calc(100% - 16px);
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	/*border-radius: 0.25rem;*/
	border-radius: 0.5rem!important;
}

#onlineTypeBanner {
	position: absolute;
	top: 0px;
    z-index: 1;
}

#productModalOnlineTypeBanner {
	position: relative;
	top: 0px;
    z-index: 1;
}

#onlineTypeBannerLine {
	position: absolute;
}

#checkoutModalOrderDetailsTemplate {
	display: none;
}

#dropdownQtyDiv {
	display: none;
}
.dropdownQty {
	display: inline;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.templateDIV {
	display: none;
}

/* ===== End of Template Style ===== */

/* -- Company Logo Settings  -- */
#CompanyLogoContainer {
	display: none;
}
#CompanyLogo {
	position: relative;
	height: 45px;
	max-width: 100%;
	object-fit: contain;
}



.policies-logo {
	object-position: center;
    object-fit: contain;
    width: 100%;
}

.card-logo {
	background-repeat: no-repeat;
	background-origin: border-box;
	background-position: center;
	background-size: contain;
}

.card-img-left {
	border-top-left-radius: calc(0.25rem);
	border-bottom-left-radius: calc(0.25rem);
	border: 0px solid transparent;
}

.card-img-right {
	border-top-right-radius: calc(0.25rem);
	border-bottom-right-radius: calc(0.25rem);
	border: 0px solid transparent;
	height: 100%;
}

#productimagewrapper {
	position: relative !important;
}
#onlineimg {
	display: block;
}
#onlineimg img {
	height: 175px !important;
}

#OnlineTypeImages img,
#productModalOnlineTypeImages img {
	width: 30px !important;
	height: 30px !important;
	margin-left: 4px !important;
}

/* Product Images Enabled */
.onlinetype-img {
    position: relative !important;
    right: 10px;
    bottom: 40px;
    float: right;
	/*position: absolute !important; */
	/*right: 5px; */
	/*top: 140px; */
	margin-bottom: -40px; /* LB: needed to remove the space under the img */
}

.onlinetype-line-img {
	position: absolute;
	left: -40px;
	top: 5px;
}
.onlinetype-line-img-right {
	position: absolute;
	right: -35px;
	top: 5px;
}

.onlinetype-modal-img {
	/*position: relative !important;
	top: -40px;
	right: 10px;*/
	float: right;
	margin-top: -40px;
	margin-right: 10px;
	height: 0px;
}

/* Product Images Disabled */
.onlinetype-img-hideOnlineImages {
	position: relative !important;
	padding: 5px 5px 0px 0px;
	float: right;
}
.onlinetype-line-img-hideOnlineImages {
	position: absolute !important;
	right: 15px;
	top: 10px;
}
.onlinetype-modal-img-hideOnlineImages {
	position: absolute !important;
}

.bg-blur {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

/* ==== Start of Top Nav ==== */
.filtersDiv {
	position: absolute;
	width: max-content;
}
.menu-select-container {
	height: 46px;
	position: absolute;
	bottom: 0;
}
.menu-select-nav {
	padding-top: 8px;
}
.menu-select-icons {
	height:30px;
}
.top-nav-wrapper {
	/*width: 100vw;*/
	z-index: 990;
	overflow-x: scroll;
}

.top-nav2-wrapper {
	height: 48px;
	width: 100%;
	min-width: 100%;
	z-index: 990;
}

.top-nav-container {
	padding: 0;
	height: 48px;
	border-bottom: 5px solid black;
}

.top-nav-scroll-left-container {
	position: relative;
	margin-left: 0px;
	width: 35px;
	height: 48px;
	background-color: transparent;
	z-index: 999;
	border-right: 8px solid transparent;
	cursor:pointer;
}

.top-nav-scroll-right-container {
	position: relative;
	margin-right: 0px;
	width: 35px;
	height: 48px;
	background-color: transparent;
	z-index: 999;
	border-left: 8px solid transparent;
	cursor:pointer;
}

.top-nav-scroll-left,
.top-nav-scroll-right {
	font-size: 48px;
	line-height: normal;
}

.top-nav-heading {
	padding: 8px 0px;
	height: 46px;
	line-height: normal;
	max-width: 100% !important;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}

.top-nav {
	/*width: max-content;*/
	/*min-height: max-content;*/
	/*padding: 0px 35px;*/
	position: relative;
}

.top-nav .nav-item {
	padding: 0px;
}

.top-nav-2 {
	display: none;
	margin: 0 !important;
	padding: 0 !important;
}
/*
.top-nav-2.show {
	display: flex !important;
	position: absolute !important;
	will-change: unset !important;
	transform: unset !important;
	top: 48px !important;
	height: 48px;
}
*/

/* LB: If below is uncommented, top-nav-2 will be horizontal */
/* 
.top-nav-2.show {
	transform: unset !important;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 100%;
	margin-top: 48px !important;
	height: 43px !important;
	margin-bottom: 5px !important;
	z-index: 999;
}
*/

.dropdown {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.dropdown-item {
	width: auto !important;
}

.top-nav-2 .h4 {
	margin: 0 !important;
	padding: 1rem 1.5rem !important;
}

.top-nav-wrapper .nav-link {
	line-height: 48px;
	padding: 0 30px;
	margin: 0 0 0 0;
}

.top-nav-wrapper .nav-pills .nav-link {
	border-radius: 0;
}

.navbar-dark .nav-item > .nav-link.active {
	color: white !important;
}

.top-nav-divider {
	margin: 0px !important;
}

.top-nav-wrapper .dropdown-menu {
	border-radius: 0;
}
/*
.nav-item {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
*/
.category-wrapper {
	padding: 0 8px;
}

.category-heading {
	margin: 0px;
    padding: 10px;
	height: auto;
	min-height: 46px;
	max-width: 100% !important;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: transparent;
	background-clip: border-box;
	border: 0px;
	border-radius: 0.25rem;
	/*text-transform: lowercase;*/
	display:block;
}

.staticbackdrop {
	position: fixed;
	height: 100vh;
	width: 100%;
	z-index: 911;
	overflow: hidden;
	background-color: #000000 !important;
	opacity: 0.6 !important;
	filter: alpha(opacity=60);
	zoom: 1 !important;
	left: 0px;
}

/* ==== End of Top Nav ==== */

/* Restricted/Over18 products hidden by default */
.OVER18 {
	display: none;
}

#codeInput2 {
	/*height: 46px;*/
}

#codeInput2Div {
	min-height:45px;
}
.orderDetails {
	margin: 0.5rem 0 !important;
}
.productParent {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.orderDetailsRight {
	background-color: white;
	background-clip: border-box;
	/*border: 1px solid rgba(0, 0, 0, 0.125);*/
	border-radius: 0.25rem;
}
.productCardBodyContent{
	padding: 12px 0px 8px 0px;
}

.producttitle {
	margin-bottom: 0px;
}

.content-divider {
	border-top: 1px solid #e9ecef;
}

.locationbtn {
	height: 20px;
	margin: 2px;
}

.banner-wrapper {
	position: relative;
}


.bannerbtn {
	font-size: 25px;
	line-height: 45px;
}

.kioskBannerbtn {
	font-size: 25px!important;
	line-height: 1.8!important;
}

.indexBanner,
.banner {
	/* Center and scale the image nicely */
	/* background-position: center center; */
	/* background-repeat: no-repeat; */
	/* background-size: cover; */
	/* object-fit: cover; */
	/* aspect-ratio: 8 / 1 !important; */
	/* LB: These options, combined with the ones for '.indexBanner img' will scale the banner as needed to always fill the grid space */
	width: 100%;
	overflow: hidden;
}

.indexBanner img {
	/* width: 100%; */
	/* object-fit: cover; */
	/* aspect-ratio: 8 / 1 !important; */
	/* LB: These options, combined with the ones for '.indexBanner' will scale the banner as needed to always fill the grid space */
    height: 25vh;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 8 / 1 !important;
}

img.banner {
	height: 100px;
	object-fit: cover;
}

.launchpadBanner{
	/* Center and scale the image nicely */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	object-fit: cover;
	width: 100%;
	aspect-ratio: 6 / 1 !important;
}

.launchpadBanner img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 6 / 1 !important;
}

.launchpadHeader {
	height: 46px;
    position: static;
    margin: 0px;
}

.launchpadLogo {
	height: 46px;
}

.errornoticerow {
	height: 24px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#scrolltop {
	position: fixed;
	bottom: 20px;
	right: 5px;
	z-index: 901;
	color: white;
	text-shadow: 2px 2px;
	font-size: 130%;
}

.fa-chevron-circle-up {
	-webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 4));
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 4));
}

.rotate-45 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rotate-315 {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.rotate-330 {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
}

.searchForm {
	position: relative;
	top: 15px;
	left: 5%;
	width: 90%;
}

#Customise, #StraightAdd {
	/* height: 41.75px!important; */
	height:auto;
}
#Customise-line, #StraightAdd-line {
	/* height: 41.75px!important; */
	height:auto;
	width: 50%;
}

.customise-product-line-button, .add-product-line-button {
	/* border-radius: 0 0 0.25rem 0!important;*/
	/* background-color:transparent!important;*/
}

.customise-product-button .add-product-button {
	border-radius: 0.25rem!important;
}


/* -- options  -- */
#options {
	height: calc(100vh - 46px);
	width: 100%;
	max-width: 500px;
	background-color: #ffffff;
	position: fixed;
	top: 46px;
	left: 0;
	overflow-y: auto;
	z-index: 999;
}

#optionswrapper {
	min-height: 100%;
	padding-bottom: 100px;
}

#options.collapsing {
	-webkit-transition: left 0.3s ease-in;
	-o-transition: left 0.3s ease-in;
	-moz-transition: left 0.3s ease-in;
	transition: left 0.3s ease-in;
	left: -100%;
}
#options.show {
	left: 0;
	-webkit-transition: left 0.3s;
	-o-transition: left 0.3s;
	-moz-transition: left 0.3s;
	transition: left 0.3s;
}

#options a {
	text-decoration: none;
	display: block;
	transition: 0.5s;
	color: #818181;
}

#options a:hover {
	color: #f1f1f1;
}

.options-icons {
	padding: 15px 0 0 0;
	color: #818181;
	font-size: 120%;
}

/* -- sidebar  -- */
#sidebar {
	height: calc(100vh - 46px);
	width: 100%;
	max-width: 500px;
	background-color: #ffffff;
	position: fixed;
	top: 46px;
	right: 0;
	overflow-y: auto;
	z-index: 999;
}
#sidebarwrapper {
	min-height: 100%;
	padding-bottom: 100px;
}

#sidebar.collapsing {
	-webkit-transition: right 0.3s ease-in;
	-o-transition: right 0.3s ease-in;
	-moz-transition: right 0.3s ease-in;
	transition: right 0.3s ease-in;
	right: -100%;
}
#sidebar.show {
	right: 0;
	-webkit-transition: right 0.3s;
	-o-transition: right 0.3s;
	-moz-transition: right 0.3s;
	transition: right 0.3s;
}

#sidebar a {
	text-decoration: none;
	display: block;
	transition: 0.5s;
	color: #818181;
}

#sidebar a:hover {
	color: #f1f1f1;
}

.sidebar-icons {
	padding: 15px 0 0 0;
	color: #818181;
	font-size: 120%;
}

.storeinfo-icons {
	/*
	padding: 5px 5px 0 0;
	width: 100px;
	font-size: 120%;
	*/
}

#sociallinks {
	position: absolute;
	top: 57px;
	right: -6px;
	width: 80px;
	font-size: 25px !important;
}

.kioskShoppingCart {
	font-size: 25px !important;
	line-height: 45px;
	margin-right: 0.75rem;
}

.shoppingCart {
	font-size: 25px !important;
	line-height: 45px;
	margin-right: 0.75rem;
}
.currentTranCount {
	font-size: 46px;
	margin: -6px -10px 0px 0px;
}

.fb-bg {
	color: #4267b2;
}
.tw-bg {
	color: #1da1f2;
}
.yt-bg {
	color: #ff0000;
}
.gp-bg {
	color: #db4a39;
}
.ig-bg {
	color: #833ab4;
}

.companyseparator,
.policyseparator,
.socialseparator {
	margin: 15px 0 0 0;
}

.ordersummaryseparator {
	border-top: 1px solid #e9ecef;
}

#paymentCheckoutModalResponse,
#paymentCheckoutModalPaymentMinMaxMessage {
	font-size: 90%;
}
#paystationPaymentModal {
	overflow: hidden !important;
}

#paystationIframe {
	border: none;
	width: 500px;
	height: 450px;
}

@media (min-width: 1px) and (max-width: 575px) {
	#paystationIframe {
		border: none;
		width: 100%;
		min-height: 310px;
	}
	.twocoltext {
		-webkit-columns: 2 300px;
		-moz-columns: 2 300px;
		columns: 2 300px;
		-webkit-column-gap: 35px;
		-moz-column-gap: 35px;
		column-gap: 35px;
	}
	.product-line-customise {
		font-size: .875rem!important;
		line-height: 1.5!important;
		border-radius: .25rem!important;
	}
	.product-line-add > .btn-group > .btn {
		padding: .25rem .5rem!important;
		font-size: .875rem!important;
		line-height: 1.5!important;
		border-radius: .25rem!important;
	}
}

.emptySpace {
	height: 15px;
}
.cursorpointer {
	cursor: pointer;
}
.blueborder {
	border: 1px solid blue;
}
.redborder {
	border: 1px solid red;
}
.blackborder {
	border: 1px solid black;
}
.red {
	color: red;
}
.green {
	color: green;
}

.close {
	position: absolute;
	top: 10px !important;
	right: 10px !important;
	opacity: 1 !important;
	font-size: 18px;
	z-index: 1;
}

/* display and visibility */
.showblock {
	display: block;
}
.showinline {
	display: inline;
}
.showflex {
	display: flex;
}
.hide {
	display: none;
}

.toggle-on.btn,
.toggle-off.btn {
	text-transform: uppercase;
}
.btn-info {
	text-transform: capitalize !important;
}
.menuPublicHolidayNotice {
	height: 26px;
	background-color: red;
	color: white;
}

/* SCROLLING */
.hide-scrolling {
	overflow: hidden !important;
	overflow-x: hidden !important;
	overflow-y: hidden !important;
}
.allow-scrolling {
	display: block !important;
	overflow-x: auto !important;
	overflow-y: auto !important;
	-webkit-overflow-scrolling: touch !important;
	overscroll-behavior: unset;
	scrollbar-width: none !important; /* Firefox */
	scroll-behavior: smooth;
}

.allow-scrolling-x {
	overflow-x: auto !important;
	overflow-y: hidden !important;
	-webkit-overflow-scrolling: touch !important;
	overscroll-behavior: unset;
	scrollbar-width: none !important; /* Firefox */
	scroll-behavior: smooth;
}

.allow-scrolling-y {
	overflow-x: hidden !important;
	overflow-y: auto !important;
	-webkit-overflow-scrolling: touch !important;
	overscroll-behavior: unset;
	scrollbar-width: none !important; /* Firefox */
	scroll-behavior: smooth;
}
/* the entire scrollbar */
.allow-scrolling::-webkit-scrollbar {
	display: none; /* Hide Scroll */
}
.allow-scrolling-x::-webkit-scrollbar {
	display: none;
}
.allow-scrolling-y::-webkit-scrollbar {
	display: none;
}
body::-webkit-scrollbar {
	display: none;
}
html::-webkit-scrollbar {
	display: none;
}

body {
	scrollbar-width: none !important; /* Firefox */
}

body {
	-ms-overflow-style: none; /* IE */
}

/* the draggable scrolling handle */
.allow-scrolling::-webkit-scrollbar-thumb {
	display: none;
}

/* the track (progress bar) of the scrollbar */
.allow-scrolling::-webkit-scrollbar-track {
	display: none;
}

.allow-scrolling::-webkit-scrollbar-button {
	display: none;
}

.allow-scrolling::-webkit-scrollbar-button:start {
	display: none;
}

.allow-scrolling::-webkit-scrollbar-button:end {
	display: none;
}

.allow-scrolling::-webkit-scrollbar-button:single-button {
	display: none;
}

.allow-scrolling::-webkit-scrollbar-button:vertical:decrement {
	display: none;
}
.allow-scrolling::-webkit-scrollbar-button:vertical:increment {
	display: none;
}
.allow-scrolling::-webkit-scrollbar-button:horizontal:decrement {
	display: none;
}
.allow-scrolling::-webkit-scrollbar-button:horizontal:increment {
	display: none;
}

.allow-scrolling::-webkit-scrollbar-thumb:window-inactive {
	display: none;
}

/* the part of the track (progress bar) not covered by the handle */
.allow-scrolling::-webkit-scrollbar-track-piece {
	display: none;
}

/* the bottom corner of the scrollbar, where both horizontal and vertical scrollbars meet */
.allow-scrolling::-webkit-scrollbar-corner {
	display: none;
}
/* the draggable resizing handle that appears at the bottom corner of some elements */
.allow-scrolling::-webkit-resizer {
	display: none;
}

/* Buttons */
.btn-ordernow {
	position: relative;
	display: block;
	width: 100%;
}

.fakeanchor {
	cursor: pointer;
	text-decoration: underline;
}
.fakeanchor:hover {
	cursor: pointer;
	text-decoration: underline;
	color: blue;
}
.sticky {
	position: sticky;
}
.fixed-top {
	position: fixed;
	top: 0px;
}
.fixed-bottom {
	position: fixed !important;
	bottom: 0px;
}

.absolute-bottom {
	position: absolute !important;
	bottom: 0px;
	left: 0;
	right: 0;
}

/* -- Site and Map Images  -- */
.siteimagediv {
	position: relative;
	border-radius: 0.25rem 0 0 0.25rem;
	background-color: #fff;
	z-index: 100;
	background-size: cover;
	object-fit: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	aspect-ratio: 1.5 / 1 !important;
	@supports not (aspect-ratio: 1.5 / 1) { 
		height: 175px;
	}
}
.mapimagediv {
	position: relative;
	border-radius: 0 0.25rem 0.25rem 0;
	background-color: #fff;
	z-index: 100;
	background-size: cover;
	object-fit: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	aspect-ratio: 1.5 / 1 !important;
	@supports not (aspect-ratio: 1.5 / 1) { 
		height: 175px;
	}
}

.launchpadsiteimagediv {
	position: relative;
	border-radius: 0.25rem 0 0 0.25rem;
	background-color: #fff;
	z-index: 100;
	background-size: cover;
	object-fit: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	aspect-ratio: 1.5 / 1 !important;
	@supports not (aspect-ratio: 1.5 / 1) { 
		height: 175px;
	}
}

/* -- Remove gutters from cols  -- */
.no-gutters {
	margin-right: 0;
	margin-left: 0;
	> .col,
	> [class*="col-"] {
		padding-right: 0;
		padding-left: 0;
	}
}

/* -- Customer Louyalty Modal -- */
.customerProfileImage {
	background-image: url("/custom/images/default/update-4223736_1280.png");
}
.customerHistoryImage {
	background-image: url("/custom/images/default/shopping-2614150_640.jpg");
}
.customerDealsImage {
	background-image: url("/custom/images/default/store-3867742_300.png");
}
.customerNewsImage {
	background-image: url("/custom/images/default/human-652821_640.jpg");
}

.customerProfileImage,
.customerHistoryImage,
.customerDealsImage,
.customerNewsImage {
	background-color: #fff;
	height: 18vh;
	z-index: 100;
	background-size: cover;
	object-fit: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.customerProfileImageTitle,
.customerHistoryImageTitle,
.customerDealsImageTitle,
.customerNewsImageTitle {
	background-color: rgb(255, 255, 255, 0.5);
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 20px;
	left: 0px;
	text-align: center;
	font-weight: 600;
}

/* -- Customer Details Input Warnings -- */
#warningDiv {
	border: 1px solid red;
}

/* -- Horizontal Line Styles -- */
hr.dashedLine {
	border-top: 1px dashed #8c8b8b;
}
hr.doubleLine {
	border-top: 3px double #8c8b8b;
}
hr.dottedLine {
	border-top: 1px dotted #8c8b8b;
}
hr.heavyDashedLine {
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;
}
hr.heavyDottedLine {
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
}
hr.shadowLine {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}

.largeModal {
	max-width: 70vw;
}

/* Trigger loading spinner on addToOrder buttons */
.addingToOrderText {
	font-size: 100%;
	vertical-align: middle;
}
.loading-spinner{
	position:relative;
	display:block;
	font-size: 130%;
}
@keyframes spinner {
	to {transform: rotate(360deg);}
}
.spinner {
	min-height:36px;
}
.spinner:before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	border-radius: 50%;
	border: 2px solid #ccc;
	border-top-color: #333;
	animation: spinner 1s linear infinite;
}

#waitModal {
	border:0px;
}
#waitModalContentWrapper{
	border:0px;
}
#waitModalHeader {
	border:0px;
}
#waitModalFooter {
	border:0px;
}

.loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.siteText {
	padding-top: 1rem;
}
/* -- For Menu Page-- */
#SiteName {
	text-align: center;
}
#Social {
	margin-top: 2px !important;
}
.productsection {
	position: relative;
	height: 100%;
}

.productTile {
	margin: 0px 0px 15px 0px !important;
}
.productParent {
	margin: 0px;
	padding: 0 !important;
}
.productSurcharge {
	padding-left: 20px !important;
	font-style: italic !important;
}
.productChild {
	padding-left: 20px !important;
}
.comboElement {
	padding-left: 20px !important;
}
.comboChild {
	padding-left: 40px !important;
}
.comboProductSurcharge {
	padding-left: 40px !important;
	font-style: italic !important;
}
.confirmationReceipt {
	border: 1px solid black;
	margin: 10px 0px;
}
.toppingPrice {
	font-size: 1rem !important;
	line-height: 160% !important;
}
.bordertop {
	border-top: 1px solid black;
	margin-bottom: 5px;
}
.borderbottom {
	border-bottom: 1px solid black;
	margin-top: 5px;
}
#dropdown1Selections,
#dropdown2Selections,
.dropdowntext {
	padding: 2px;
}
.mobileButtonSpace {
	margin-bottom: 15px !important;
}

.checkoutModalorderSummaryContainer {
	padding: 3px 0px;
}

.removeicon {
	margin-left: 5px;
	/* position: absolute;*/
}
.noremoveicon {
	padding: 0 0.7vw 0 0;
}

/*#checkoutModalOrderTotalDiv{padding:4px 0px 0px 0px;margin:0px;}*/
#checkoutModalStoreTitle,
#checkoutModalSeatTitle,
#checkoutModalTableTitle {
	padding: 0px;
}
#checkoutModalStoreTotal,
#checkoutModalSeatTotal,
#checkoutModalTableTotal {
	padding: 0px;
}
#checkoutModalOrderTotalDiv {
	padding: 0 15px 0 0;
}
/*#checkoutModalOrderSummary{padding:0 30px 4px 15px;}*/
#checkoutModalorderSummaryContainer {
	padding: 0 0 4px 0;
}
#checkoutModalLeft {
	padding-left: 30px;
	padding-right: 30px;
}

#filterMenuHeader {
	position: absolute;
	bottom: 0px;
	width: 100%;
	margin-left: -20px;
}
.whiteLineFix {
	margin: -1px;
}
.menuHeaderImage {
	/* do not change the below 2 settings */
	/* height: 15vh!important; */
	background-color: transparent;
	/* do not change the above 2 settings */

	/* background-image:url('/custom/images/default/PizzaStyle-1080p.jpg'); */
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
	-webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    background-size: cover!important;
	/*background-size: 100% auto;*/
	aspect-ratio: 8 / 1 !important;
    width: 100%;
}

.OrderType,
.OrderDateTime {
	margin-bottom: 2px !important;
	cursor: pointer;
	text-transform: uppercase;
}

.priceline {
	position: relative;
	bottom: 0px;
	width: 100%;
}

.navbar-inverse .navbar-toggler {
	border-color: rgba(255, 255, 255, 0.5);
}

/* CSS to handle the Google Address Result so that it does not show BEHIND the MODAL */
.pac-container {
	z-index: 999;
}

/* This is additional code for breadcrumb style 2 */
.flat a,
.flat a:after {
	background: white;
	color: black;
	transition: all 0.2s;
}
.flat a:before {
	background: white;
	box-shadow: 0 0 0 1px #ccc;
}
.flat a:hover,
.flat a.active,
.flat a:hover:after,
.flat a.active:after {
	background: #9eeb62;
}

/* -- general Space Rules -- */
.fill {
	object-fit: fill;
}
.contain {
	object-fit: contain;
}
.cover {
	object-fit: cover;
}
.scale-down {
	object-fit: scale-down;
}
.none {
	object-fit: none;
}

.nomargin {
	margin: 0px !important;
}
.nopadding {
	padding: 0px !important;
}
.noTopPadding {
	padding-top: 0px !important;
}
.noBotPadding {
	padding-bottom: 0px !important;
}
.noTopMargin {
	margin-top: 0px !important;
}
.noBotMargin {
	margin-bottom: 0px !important;
}
.nobotpm {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
.notoppm {
	padding-top: 0px !important;
	margin-top: 0px !important;
}
.notopsidepm {
	padding-top: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.topMarginXSmall {
	margin-top: 3px;
}
.topMarginSmall {
	margin-top: 4px;
}
.topMarginMed {
	margin-top: 8px;
}
.topMarginBig {
	margin-top: 12px;
}
.topMarginXBig {
	margin-top: 2vh;
}
.topMarginXXBig {
	margin-top: 2.2vh;
}
.bottomMarginXSmall {
	margin-bottom: 3px;
}
.bottomMarginSmall {
	margin-bottom: 4px;
}
.bottomMarginMed {
	margin-bottom: 8px;
}
.bottomMarginBig {
	margin-bottom: 12px;
}
.bottomMarginXBig {
	margin-bottom: 2vh;
}
.stdLeftMargin {
	margin-left: 15px !important;
}

.topPaddingXSmall {
	padding-top: 3px;
}
.topPaddingSmall {
	padding-top: 4px;
}
.topPaddingMed {
	padding-top: 8px;
}
.topPaddingBig {
	padding-top: 12px;
}
.topPaddingXBig {
	padding-top: 16px;
}
.bottomPaddingXSmall {
	padding-bottom: 3px;
}
.bottomPaddingSmall {
	padding-bottom: 4px;
}
.bottomPaddingMed {
	padding-bottom: 8px;
}
.bottomPaddingBig {
	padding-bottom: 12px;
}
.bottomPaddingXBig {
	padding-bottom: 16px;
}

.tp1 {
	padding-top: 1px;
}
.tp2 {
	padding-top: 2px;
}
.tp3 {
	padding-top: 3px;
}
.tp4 {
	padding-top: 4px;
}
.tp5 {
	padding-top: 5px;
}
.tp6 {
	padding-top: 6px;
}

.noLRpadding {
	padding: 5px 0px !important;
}
.noLeftPadding {
	padding-left: 0px !important;
}
.noRightPadding {
	padding-right: 0px !important;
}
.smallLRpadding {
	padding-left: 4px !important;
	padding-right: 4px !important;
}
.smallLeftPadding {
	padding-left: 15px !important;
}
.stdLeftPadding {
	padding-left: 4px !important;
}
.smallRightPadding {
	padding-right: 4px !important;
}
.stdRightPadding {
	padding-right: 4px !important;
}
.dblLRpadding {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

/* Set absolute width */
.aw1 {
	min-width: 1vw !important;
	width: 1vw !important;
	max-width: 1vw !important;
}
.aw2 {
	min-width: 2vw !important;
	width: 2vw !important;
	max-width: 2vw !important;
}
.aw3 {
	min-width: 3vw !important;
	width: 3vw !important;
	max-width: 3vw !important;
}
.aw4 {
	min-width: 4vw !important;
	width: 4vw !important;
	max-width: 4vw !important;
}
.aw5 {
	min-width: 5vw !important;
	width: 5vw !important;
	max-width: 5vw !important;
}
.aw6 {
	min-width: 6vw !important;
	width: 6vw !important;
	max-width: 6vw !important;
}
.aw7 {
	min-width: 7vw !important;
	width: 7vw !important;
	max-width: 7vw !important;
}
.aw8 {
	min-width: 8vw !important;
	width: 8vw !important;
	max-width: 8vw !important;
}
.aw9 {
	min-width: 9vw !important;
	width: 9vw !important;
	max-width: 9vw !important;
}
.aw10 {
	min-width: 10vw !important;
	width: 10vw !important;
	max-width: 10vw !important;
}
.aw11 {
	min-width: 11vw !important;
	width: 11vw !important;
	max-width: 11vw !important;
}
.aw12 {
	min-width: 12vw !important;
	width: 12vw !important;
	max-width: 12vw !important;
}
.aw13 {
	min-width: 13vw !important;
	width: 13vw !important;
	max-width: 13vw !important;
}
.aw14 {
	min-width: 14vw !important;
	width: 14vw !important;
	max-width: 14vw !important;
}
.aw15 {
	min-width: 15vw !important;
	width: 15vw !important;
	max-width: 15vw !important;
}
.aw16 {
	min-width: 16vw !important;
	width: 16vw !important;
	max-width: 16vw !important;
}
.aw17 {
	min-width: 17vw !important;
	width: 17vw !important;
	max-width: 17vw !important;
}
.aw18 {
	min-width: 18vw !important;
	width: 18vw !important;
	max-width: 18vw !important;
}
.aw19 {
	min-width: 19vw !important;
	width: 19vw !important;
	max-width: 19vw !important;
}
.aw20 {
	min-width: 20vw !important;
	width: 20vw !important;
	max-width: 20vw !important;
}
.aw21 {
	min-width: 21vw !important;
	width: 21vw !important;
	max-width: 21vw !important;
}
.aw22 {
	min-width: 22vw !important;
	width: 22vw !important;
	max-width: 22vw !important;
}
.aw23 {
	min-width: 23vw !important;
	width: 23vw !important;
	max-width: 23vw !important;
}
.aw24 {
	min-width: 24vw !important;
	width: 24vw !important;
	max-width: 24vw !important;
}
.aw25 {
	min-width: 25vw !important;
	width: 25vw !important;
	max-width: 25vw !important;
}
.aw26 {
	min-width: 26vw !important;
	width: 26vw !important;
	max-width: 26vw !important;
}
.aw27 {
	min-width: 27vw !important;
	width: 27vw !important;
	max-width: 27vw !important;
}
.aw28 {
	min-width: 28vw !important;
	width: 28vw !important;
	max-width: 28vw !important;
}
.aw29 {
	min-width: 29vw !important;
	width: 29vw !important;
	max-width: 29vw !important;
}
.aw30 {
	min-width: 30vw !important;
	width: 30vw !important;
	max-width: 30vw !important;
}
.aw31 {
	min-width: 31vw !important;
	width: 31vw !important;
	max-width: 31vw !important;
}
.aw32 {
	min-width: 32vw !important;
	width: 32vw !important;
	max-width: 32vw !important;
}
.aw33 {
	min-width: 33vw !important;
	width: 33vw !important;
	max-width: 33vw !important;
}
.aw34 {
	min-width: 34vw !important;
	width: 34vw !important;
	max-width: 34vw !important;
}
.aw35 {
	min-width: 35vw !important;
	width: 35vw !important;
	max-width: 35vw !important;
}
.aw36 {
	min-width: 36vw !important;
	width: 36vw !important;
	max-width: 36vw !important;
}
.aw37 {
	min-width: 37vw !important;
	width: 37vw !important;
	max-width: 37vw !important;
}
.aw38 {
	min-width: 38vw !important;
	width: 38vw !important;
	max-width: 38vw !important;
}
.aw39 {
	min-width: 39vw !important;
	width: 39vw !important;
	max-width: 39vw !important;
}
.aw40 {
	min-width: 40vw !important;
	width: 40vw !important;
	max-width: 40vw !important;
}
.aw41 {
	min-width: 41vw !important;
	width: 41vw !important;
	max-width: 41vw !important;
}
.aw42 {
	min-width: 42vw !important;
	width: 42vw !important;
	max-width: 42vw !important;
}
.aw43 {
	min-width: 43vw !important;
	width: 43vw !important;
	max-width: 43vw !important;
}
.aw44 {
	min-width: 44vw !important;
	width: 44vw !important;
	max-width: 44vw !important;
}
.aw45 {
	min-width: 45vw !important;
	width: 45vw !important;
	max-width: 45vw !important;
}
.aw46 {
	min-width: 46vw !important;
	width: 46vw !important;
	max-width: 46vw !important;
}
.aw47 {
	min-width: 47vw !important;
	width: 47vw !important;
	max-width: 47vw !important;
}
.aw48 {
	min-width: 48vw !important;
	width: 48vw !important;
	max-width: 48vw !important;
}
.aw49 {
	min-width: 49vw !important;
	width: 49vw !important;
	max-width: 49vw !important;
}
.aw50 {
	min-width: 50vw !important;
	width: 50vw !important;
	max-width: 50vw !important;
}
.aw51 {
	min-width: 51vw !important;
	width: 51vw !important;
	max-width: 51vw !important;
}
.aw52 {
	min-width: 52vw !important;
	width: 52vw !important;
	max-width: 52vw !important;
}
.aw53 {
	min-width: 53vw !important;
	width: 53vw !important;
	max-width: 53vw !important;
}
.aw54 {
	min-width: 54vw !important;
	width: 54vw !important;
	max-width: 54vw !important;
}
.aw55 {
	min-width: 55vw !important;
	width: 55vw !important;
	max-width: 55vw !important;
}
.aw56 {
	min-width: 56vw !important;
	width: 56vw !important;
	max-width: 56vw !important;
}
.aw57 {
	min-width: 57vw !important;
	width: 57vw !important;
	max-width: 57vw !important;
}
.aw58 {
	min-width: 58vw !important;
	width: 58vw !important;
	max-width: 58vw !important;
}
.aw59 {
	min-width: 59vw !important;
	width: 59vw !important;
	max-width: 59vw !important;
}
.aw60 {
	min-width: 60vw !important;
	width: 60vw !important;
	max-width: 60vw !important;
}
.aw61 {
	min-width: 61vw !important;
	width: 61vw !important;
	max-width: 61vw !important;
}
.aw62 {
	min-width: 62vw !important;
	width: 62vw !important;
	max-width: 62vw !important;
}
.aw63 {
	min-width: 63vw !important;
	width: 63vw !important;
	max-width: 63vw !important;
}
.aw64 {
	min-width: 64vw !important;
	width: 64vw !important;
	max-width: 64vw !important;
}
.aw65 {
	min-width: 65vw !important;
	width: 65vw !important;
	max-width: 65vw !important;
}
.aw66 {
	min-width: 66vw !important;
	width: 66vw !important;
	max-width: 66vw !important;
}
.aw67 {
	min-width: 67vw !important;
	width: 67vw !important;
	max-width: 67vw !important;
}
.aw68 {
	min-width: 68vw !important;
	width: 68vw !important;
	max-width: 68vw !important;
}
.aw69 {
	min-width: 69vw !important;
	width: 69vw !important;
	max-width: 69vw !important;
}
.aw70 {
	min-width: 70vw !important;
	width: 70vw !important;
	max-width: 70vw !important;
}
.aw71 {
	min-width: 71vw !important;
	width: 71vw !important;
	max-width: 71vw !important;
}
.aw72 {
	min-width: 72vw !important;
	width: 72vw !important;
	max-width: 72vw !important;
}
.aw73 {
	min-width: 73vw !important;
	width: 73vw !important;
	max-width: 73vw !important;
}
.aw74 {
	min-width: 74vw !important;
	width: 74vw !important;
	max-width: 74vw !important;
}
.aw75 {
	min-width: 75vw !important;
	width: 75vw !important;
	max-width: 75vw !important;
}
.aw76 {
	min-width: 76vw !important;
	width: 76vw !important;
	max-width: 76vw !important;
}
.aw77 {
	min-width: 77vw !important;
	width: 77vw !important;
	max-width: 77vw !important;
}
.aw78 {
	min-width: 78vw !important;
	width: 78vw !important;
	max-width: 78vw !important;
}
.aw79 {
	min-width: 79vw !important;
	width: 79vw !important;
	max-width: 79vw !important;
}
.aw80 {
	min-width: 80vw !important;
	width: 80vw !important;
	max-width: 80vw !important;
}
.aw81 {
	min-width: 81vw !important;
	width: 81vw !important;
	max-width: 81vw !important;
}
.aw82 {
	min-width: 82vw !important;
	width: 82vw !important;
	max-width: 82vw !important;
}
.aw83 {
	min-width: 83vw !important;
	width: 83vw !important;
	max-width: 83vw !important;
}
.aw84 {
	min-width: 84vw !important;
	width: 84vw !important;
	max-width: 84vw !important;
}
.aw85 {
	min-width: 85vw !important;
	width: 85vw !important;
	max-width: 85vw !important;
}
.aw86 {
	min-width: 86vw !important;
	width: 86vw !important;
	max-width: 86vw !important;
}
.aw87 {
	min-width: 87vw !important;
	width: 87vw !important;
	max-width: 87vw !important;
}
.aw88 {
	min-width: 88vw !important;
	width: 88vw !important;
	max-width: 88vw !important;
}
.aw89 {
	min-width: 89vw !important;
	width: 89vw !important;
	max-width: 89vw !important;
}
.aw90 {
	min-width: 90vw !important;
	width: 90vw !important;
	max-width: 90vw !important;
}
.aw91 {
	min-width: 91vw !important;
	width: 91vw !important;
	max-width: 91vw !important;
}
.aw92 {
	min-width: 92vw !important;
	width: 92vw !important;
	max-width: 92vw !important;
}
.aw93 {
	min-width: 93vw !important;
	width: 93vw !important;
	max-width: 93vw !important;
}
.aw94 {
	min-width: 94vw !important;
	width: 94vw !important;
	max-width: 94vw !important;
}
.aw95 {
	min-width: 95vw !important;
	width: 95vw !important;
	max-width: 95vw !important;
}
.aw96 {
	min-width: 96vw !important;
	width: 96vw !important;
	max-width: 96vw !important;
}
.aw97 {
	min-width: 97vw !important;
	width: 97vw !important;
	max-width: 97vw !important;
}
.aw98 {
	min-width: 98vw !important;
	width: 98vw !important;
	max-width: 98vw !important;
}
.aw99 {
	min-width: 99vw !important;
	width: 99vw !important;
	max-width: 99vw !important;
}
.aw100 {
	min-width: 100vw !important;
	width: 100vw !important;
	max-width: 100vw !important;
}

.launchpadPickupBG, .launchpadDeliveryBG {
	height: 100%!important;
}
.launchpadPickupCardBody, .launchpadDeliveryCardBody {
	padding-top: 0;
	padding-bottom: 1.5em;
}
.launchpadCardBackground {
	min-height: 100vh;
	height: min-content;
	position: relative;
	margin: auto;
	padding: 0px 15px 15px 15px;
}
.launchpadCardContainer {
	min-height: 100vh!important;
	height: fit-content;
}

/**Default Product Card Size **/
#productTile.card.card-tile, #storeInfoCard.card, #storeLogoCard.card {
	margin: 0 8px 16px 8px !important;
	flex: 0 0 calc(50% - 16px) !important;
}
#productLine.card.card-line {
	margin: 0 8px 16px 8px !important;
	flex: 0 0 calc(100% - 16px) !important;
}

/** Anything smaller than a tablet screen (mobiles only) **/
@media (max-width: 575px) {
	.launchpadCardBackground{
		width: 100vw!important;
	}
	.launchpadMainCard {
		margin-bottom: 0px;
	}
	#productDIV .card-deck {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
	
	#storeinfoDIV {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	/** Product Card Size **/
	#productTile.card.card-tile {
		margin: 0 8px 16px 8px !important;
		flex: 0 0 calc(100% - 16px) !important;
	}
	#productLine.card.card-line, #storeInfoCard.card, #storeLogoCard.card  {
		margin: 0 8px 16px 8px !important;
		flex: 0 0 calc(100% - 16px) !important;
	}

	.menuHeaderImage {
		aspect-ratio: 4 / 1 !important;
	}
}

/** Anything larger than a mobile screen (no mobiles) **/
@media (min-width: 576px) {
	.launchpadMainCard {
		margin-bottom: 20px;
	}
	.launchpadCardBackground{
		width: 100%!important;
		max-width:650px;
	}
	.card-deck {
		margin-right: unset;
		margin-left: unset;
	}
	img.banner {
		height: 175px;
		object-fit: cover;
	}
}

/** Anything taller than 800px **/
@media (min-height: 800px) and (min-width: 576px) {
	.launchpadCardBackground{
		min-height: min-content;
		margin: 15px auto 0px auto;
	}
}

/** Match Grid Portrait Layout **/
@media (orientation: portrait) {
	/** Small Mobile View **/
	@media (min-width: 1px) and (max-width: 374px) {
		#paystationIframe {
			border: none;
			width: 100%;
			min-height: 310px;
		}
		.menuHeaderImage {
			background-image: none!important;
		}

		/** Product Card Size **/
		#productTile.card.card-tile {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(100% - 16px) !important;
		}
		#productLine.card.card-line, #storeInfoCard.card, #storeLogoCard.card  {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(100% - 16px) !important;
		}
	}

	/** Mobile View **/
	@media (min-width: 375px) and (max-width: 575px) {
		.menuHeaderImage {
			background-image: none!important;
		}

		/** Product Card Size **/
		#productTile.card.card-tile {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(100% - 16px) !important;
		}
		#productLine.card.card-line, #storeInfoCard.card, #storeLogoCard.card  {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(100% - 16px) !important;
		}
	}

	/** Small Tablet View **/
	@media (min-width: 576px) and (max-width: 767px) {
		.menuHeaderImage {
			background-image: none!important;
		}

		/** Product Card Size **/
		#productTile.card.card-tile {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(50% - 16px) !important;
		}
		#productLine.card.card-line, #storeInfoCard.card, #storeLogoCard.card  {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(100% - 16px) !important;
		}
	}

	/** Tablet View **/
	@media (min-width: 768px) and (max-width: 855px) {
		.menuHeaderImage {
			background-image: none!important;
		}

		/** Product Card Size **/
		#productTile.card.card-tile {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(50% - 16px) !important;
		}
		#productLine.card.card-line, #storeInfoCard.card, #storeLogoCard.card  {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(50% - 16px) !important;
		}
	}

	/** Tablet View **/
	@media (min-width: 856px) and (max-width: 991px) {

		/** Product Card Size **/
		#productTile.card.card-tile {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(50% - 16px) !important;
		}
		#productLine.card.card-line, #storeInfoCard.card, #storeLogoCard.card  {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(50% - 16px) !important;
		}
	}

	/** Large Tablet View / Small Desktop View **/
	@media (min-width: 992px) and (max-width: 1199px) {

		/** Product Card Size **/
		#productTile.card.card-tile {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(33.33% - 16px) !important;
		}
		#productLine.card.card-line, #storeInfoCard.card, #storeLogoCard.card  {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(33.33% - 16px) !important;
		}
	}

	/** Desktop View **/
	@media (min-width: 1200px) and (max-width: 1439px) {
		/** Product Card Size **/
		#productTile.card.card-tile {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(33.33% - 16px) !important;
		}
		#productLine.card.card-line, #storeInfoCard.card, #storeLogoCard.card  {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(33.33% - 16px) !important;
		}
	}

	/** Large Desktop View **/
	@media (min-width: 1440px) {
		/** Product Card Size **/
		#productTile.card.card-tile {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(25% - 16px) !important;
		}
		#productLine.card.card-line, #storeInfoCard.card, #storeLogoCard.card  {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(25% - 16px) !important;
		}
	}

	/** Xtra Large Desktop View **/
	@media (min-height: 1081px) {
		.productModalContent {
			height: unset;
		}
	}
}

/** Match Grid Landscape Layout **/
@media (orientation: landscape) {

	/** Tiny Mobile View **/
	@media (min-width: 1px) and (max-width: 374px) {
		.menuHeaderImage {
			background-image: none!important;
		}
		.launchpadCardBackground{
			width: 50%!important;
		}

		/** Product Card Size **/
		#productTile.card.card-tile {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(100% - 16px) !important;
		}
		#productLine.card.card-line, #storeInfoCard.card, #storeLogoCard.card  {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(100% - 16px) !important;
		}
	}
	/** Small Mobile View **/
	@media (min-width: 375px) and (max-width: 575px) {
		.menuHeaderImage {
			background-image: none!important;
		}
		.launchpadCardBackground{
			width: 50%!important;
		}

		/** Product Card Size **/
		#productTile.card.card-tile {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(100% - 16px) !important;
		}
		#productLine.card.card-line, #storeInfoCard.card, #storeLogoCard.card  {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(100% - 16px) !important;
		}
	}

	/** Mobile View  (BS 'SMALL' BREAKPOINT) **/
	@media (min-width: 576px) and (max-width: 767px) {
		.menuHeaderImage {
			background-image: none!important;
		}
		.launchpadCardBackground{
			width: 50%!important;
		}

		/** Product Card Size **/
		#productTile.card.card-tile {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(50% - 16px) !important;
		}
		#productLine.card.card-line, #storeInfoCard.card, #storeLogoCard.card  {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(100% - 16px) !important;
		}
	}

	/** Small Tablet View  (BS 'MEDIUM' BREAKPOINT) **/
	@media (min-width: 768px) and (max-width: 991px) {
		.launchpadCardBackground{
			width: 50%!important;
		}

		/** Product Card Size **/
		#productTile.card.card-tile {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(50% - 16px) !important;
		}
		#productLine.card.card-line, #storeInfoCard.card, #storeLogoCard.card  {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(50% - 16px) !important;
		}
	}

	/** Small Tablet View (BS 'LARGE' BREAKPOINT) **/
	@media (min-width: 992px) and (max-width: 1023px) {
		.launchpadCardBackground{
			width: 50%!important;
		}

		/** Product Card Size **/
		#productTile.card.card-tile {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(50% - 16px) !important;
		}
		#productLine.card.card-line, #storeInfoCard.card, #storeLogoCard.card  {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(50% - 16px) !important;
		}
	}

	/** Tablet View **/
	@media (min-width: 1024px) and (max-width: 1199px) {
		.launchpadCardBackground{
			width: 50%!important;
		}

		/** Product Card Size **/
		#productTile.card.card-tile {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(50% - 16px) !important;
		}
		#productLine.card.card-line, #storeInfoCard.card, #storeLogoCard.card  {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(50% - 16px) !important;
		}
	}

	/** Tablet View  (BS 'EXTRA LARGE' BREAKPOINT) **/
	@media (min-width: 1200px) and (max-width: 1279px) {
		.launchpadCardBackground{
			width: 50%!important;
		}

		/** Product Card Size **/
		#productTile.card.card-tile {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(50% - 16px) !important;
		}
		#productLine.card.card-line, #storeInfoCard.card, #storeLogoCard.card  {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(50% - 16px) !important;
		}
	}

	/** Desktop View **/
	@media (min-width: 1280px) and (max-width: 1439px) {
		.launchpadCardBackground{
			width: 50%!important;
		}

		/** Product Card Size **/
		#productTile.card.card-tile {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(50% - 16px) !important;
		}
		#productLine.card.card-line, #storeInfoCard.card, #storeLogoCard.card  {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(50% - 16px) !important;
		}
	}

	@media (min-width: 1440px) and (max-width: 1919px) {
		.launchpadCardBackground{
			width: 50%!important;
		}

		/** Product Card Size **/
		#productTile.card.card-tile {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(33.33% - 16px) !important;
		}
		#productLine.card.card-line, #storeInfoCard.card, #storeLogoCard.card  {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(33.33% - 16px) !important;
		}
	}

	/** Large Desktop View **/
	@media (min-width: 1920px) and (max-width: 2559px) {
		.launchpadCardBackground{
			width: 50%!important;
		}

		/** Product Card Size **/
		#productTile.card.card-tile {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(25% - 16px) !important;
		}
		#productLine.card.card-line, #storeInfoCard.card, #storeLogoCard.card  {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(25% - 16px) !important;
		}
	}

	/** Large Desktop View **/
	@media (min-width: 2560px) {
		.launchpadCardBackground{
			width: 50%!important;
		}

		/** Product Card Size **/
		#productTile.card.card-tile {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(20% - 16px) !important;
		}
		#productLine.card.card-line, #storeInfoCard.card, #storeLogoCard.card  {
			margin: 0 8px 16px 8px !important;
			flex: 0 0 calc(20% - 16px) !important;
		}
	}

	/** Xtra Large Desktop View **/
	@media (min-height: 1081px) {
		.productModalContent {
			height: unset;
		}
	}
}
