[part="content"] {
	padding: 0;
}
vaadin-text-field[focused]::part(input-field) {
	box-shadow: 0 0 0 2px var(--lumo-primary-color-50pct);
}

:root {
	--dafult-button-height: 30px;
	--dafult-background-color: #9C69E2;
	--dialog-header-background-color: #f9f9fb;
	--light-background-color: #ECF4F6;
	--lumo-space-m: 6px;
	--lumo-border-radius: 6px;
	--primary-color: #408dfb;
	--_lumo-button-color: black;
	/* --_lumo-button-background-color: white; */
	--lumo-disabled-text-color: #868b91f0;
	--lumo-body-text-color: black;

	--lumo-font-size: 14px;
	--lumo-font-size-s: 0.95rem;
	
	--lumo-required-field-indicator: '*';
	
}

@media print {
	.noprint {
		display: none;
	}
}

vaadin-grid {
	font-size: 12px;
	scrollbar-width: thin;
}
vaadin-grid:hover {
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent; /* visible only on hover */
}
vaadin-grid::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
vaadin-grid::-webkit-scrollbar-track {
  background: transparent;
}

.center-h {
	margin: auto;
	width: 50%;
	padding: 10px;
}

.style-button {
	background-color: #4CAF50; /* Green */
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border-radius: 0px;
}

.button-green {
	background-color: #4CAF50;
} /* Green */
.button-blue {
	background-color: #408dfb;
} /* Blue */
.button-red {
	background-color: #f44336;
} /* Red */
.button-gray {
	background-color: #e7e7e7;
	color: black;
} /* Gray */
.button-black {
	background-color: #555555;
} /* Black */
body div#page {
	height: inherit
}

a {
	color: inherit;
	text-decoration: none;
}

a:HOVER {
	text-decoration: none;
}

.padding_left_5 {
	padding-left: 5px;
}

.padding_left_10 {
	padding-left: 10px;
}

.padding_left_30 {
	padding-left: 30px;
}

.padding_left_15 {
	padding-left: 15px;
}

.margin_15_auto {
	margin: auto 15px;
}

.margin-top_20 {
	margin-top: 20px;
}

.margin-top_0 {
	margin-top: 0px;
}

.margin-top-bottom_14 {
	margin-top: 16px;
	margin-bottom: 10px;
}

.margin_left_5 {
	margin-left: 5px;
}

.margin_left_10 {
	margin-left: 10px;
}

.margin_left_40 {
	margin-left: 40px;
}

.margin_bottom_5 {
	margin-bottom: 5px;
}

.margin_left_right_0 {
	margin-left: 0px;
	margin-right: 0px;
}

.title-text {
	overflow: hidden;
	text-align: center;
}

.category-name-div {
	text-align: center;
}

.form-with-border {
	border: 1px solid #EAEAEA;
	padding: 25px 30px 30px 30px;
}

.dine-in-ticket-view {
	margin-top: 0;
	background-color: white;
	overflow: auto;
}

.title-text:before, .title-text:after {
	background-color: #EAEAEA;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}

.title-text-after {
	overflow: hidden;
	margin-top: 10px;
}

.title-text-after:after {
	background-color: #EAEAEA;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 78%;
	left: 0.5em;
	margin-right: -22%;
}

.title-text-82-after {
	overflow: hidden;
}

.title-text-82-after:after {
	background-color: #EAEAEA;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 82%;
	left: 0.5em;
	margin-right: -18%;
}

.title-text-84-after {
	overflow: hidden;
}

.title-text-84-after:after {
	background-color: #EAEAEA;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 84%;
	left: 0.5em;
	margin-right: -16%;
}

.title-text-90-after {
	overflow: hidden;
}

.title-text-90-after:after {
	background-color: #EAEAEA;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 90%;
	left: 0.5em;
	margin-right: -10%;
}

.custom-padding-border-tips {
	margin-left: 15px;
}

.title-text:before {
	right: 0.5em;
	margin-left: -50%;
}

.title-text:after {
	left: 0.5em;
	margin-right: -50%;
}

.name {
	text-align: left;
	color: #1A1A1A;
	/* padding-top: 5px; */
	/* font-size: 1em; */
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
	/* font-weight: 500; */
}

.total {
	text-align: right;
	padding-right: 5px;
}

.total span {
	text-align: right;
	color: #1A1A1A;
	padding-top: 5px;
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
	/* font-weight: 320; */
}

.onHoverCursor {
	text-align: center;
	color: #1A1A1A;
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
}

.description {
	text-align: left;
	color: #1f1f1f;
	padding-top: 5px;
	white-space: normal;
}

.address-description {
	text-align: left;
	color: #1f1f1f;
	white-space: normal;
}

.price {
	text-align: right;
	color: #1A1A1A;
	padding-top: 5px;
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
	/* font-weight: 320; */
}

.text-align-right {
	text-align: right !important;
}

h1, h2, h3 {
	font-weight: bold;
	margin-top: auto;
	line-height: normal;
	margin-bottom: 0.2em;
}

/* h1 {
	font-size: 26px;
	margin: 20px 0 25px
}

h2 {
	font-size: 24px
}

h3 {
	font-size: 20px;
	margin: 20px 0 25px
} */
#button {
	cursor: pointer;
}

.list-item {
	padding: 5px 0 5px 10px;
	display: block;
	text-decoration: none;
	letter-spacing: .1px;
	cursor: pointer;
	font-weight: 300px;
}

.list-item a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: 800px;
}

.qty-input-section {
	display: inline-block;
}

.menu ul li:hover {
	color: white !important;
	background: #ff4354;
	text-decoration: none;
}

.main {
	padding: 0px;
	margin-bottom: 0px;
}

.color-white {
	color: white;
}

.color-black {
	color: black;
	background: white;
}

.top {
	height: 64px;
	top: 0;
	z-index: 1200;
	position: fixed;
	width: 100%;
	background-color: #ffffff;
	transition: top 200ms;
}
/* Style the header with a grey background and some padding */
.header {
	width: 100%;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	z-index: 1100;
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
	margin-bottom: 5px;
}

.container {
	
}

/* .footer {
	overflow: hidden;
	background-color: #ffffff;
	padding: 0px;
	min-height: 40px;
} */
.banner {
	overflow: hidden;
	min-height: 50px;
	background-color: #EEEEEE;
	text-align: center;
	padding-bottom: 10px;
}
/* Style the header links */
.header a {
	float: left;
	color: black;
	text-align: center;
	padding: 12px;
	text-decoration: none;
	line-height: 25px;
	border-radius: 4px;
}

.ticketHeader {
	float: left;
	color: black;
	text-align: center;
	padding: 12px;
	text-decoration: none;
	background: #819830;
	color: white;
}
/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
.header .logo {
	width: auto;
	height: 50px;
	font-weight: bold;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	background-size: contain;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 5px 24px 0px;
}

.button {
	color: white;
	background-color: var(--theme-primary-button-color);
	border-radius: 0px;
	cursor: pointer;
	/* height: var(--dafult-button-height); */
}

.button-panel {
	margin-top: 20px;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.header .header-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #333;
	padding: 0 24px;
	cursor: pointer;
}
/* Change the background color on mouse-over */
.header a:hover {
	background-color: #ddd;
	color: black;
}

/* Style the active/current link*/
.header a.active {
	background-color: dodgerblue;
	color: white;
}

/* Float the link section to the right */
.header-right {
	float: right;
	text-align: right;
	margin-right: 0px;
}

/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
@media screen and (max-width: 500px) {
	.header a {
		float: none;
		display: block;
		text-align: left;
	}
	.header-right {
		float: none;
	}
}

.selected {
	text-decoration: none;
	color: #C91864;
	font-weight: bold;
}

.padding_right_300 {
	/* padding-right: 320px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms; */
	
}

.padding_left_220 {
	/* padding-left: 220px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms; */
	
}

/* .menu ul {
	width:100%;
	list-style-type: none;
	color: black;
}

.menu ul li {
	list-style: none;
	padding-top: .5em;
	padding-left: .5em;
	padding-bottom: .5em;
	cursor: pointer;
	transition: color 0.5s, background 0.5s;
}

.menu ul li a {
	color:black #ffffff;
    letter-spacing: .1px;
}

.menu ul li:hover {
	color: #0CD6AD;
	background: #1E332F;
} */
.content {
	flex: 1;
	background-color: #EEEEEE;
}

.shopper {
	text-transform: lowercase;
	line-height: 0.5em;
	display: inline-block;
}

p {
	color: black;
}

.element-count {
	padding: 2px 5px;
	color: #ff686e;
	background-color: #fff;
	margin-left: 5px;
	position: relative;
	font-weight: 700;
	border: 1px solid #ff686e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.custom-text-field {
	background-color: white;
}

.search-product {
	background-color: white;
}

.round-button {
	background-color: #44BFEF;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: 5px;
	border-radius: 50%;
}

.round-button-red {
	background-color: #FF3008;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: 5px;
	border-radius: 50%;
}

.round-button:hover {
	background-color: #0080ff;
}

input {
	border: 0.3em solid #bbc3c6;
	padding: 0.5em 0.3em;
	color: #8a8a8a;
	text-align: center;
}

/* img {
	max-width: 9em;
	width: 100%;
	overflow: hidden;
	
} */
a {
	text-decoration: none;
}

.container {
	max-width: 75em;
	width: 95%;
	margin: 40px auto;
	overflow: hidden;
	position: relative;
	border-radius: 0.6em;
	background: #ecf0f1;
	box-shadow: 0 0.5em 0 rgba(138, 148, 152, 0.2);
}

.heading {
	padding: 1em;
	position: relative;
	z-index: 1;
	color: #f7f7f7;
	background: #f34d35;
}

.cart {
	margin: 2.5em;
	overflow: hidden;
}

.cart.is-closed {
	height: 0;
	margin-top: -2.5em;
}

.table {
	background: #ffffff;
	/* overflow: hidden;
	border-radius: .6em;
	clear: both;
	margin-bottom: 1.8em;
	border: 0.05em solid #bbc3c6; */
}

.table-borderless {
	background: #ffffff;
	overflow: hidden;
	border-radius: .6em;
	clear: both;
	margin-bottom: 1.8em;
	border: 0px solid #ffffff;
}

.layout-inline>* {
	display: inline-block;
}
/* .layout-inline {
	display: inline-block;
} */
.custom-display {
	/* display: inline-block; */
	display: flex;
	flex-flow: row wrap;
}

.align-center {
	text-align: center;
}

.div-inline {
	display: inherit;
}

.align-right {
	text-align: right;
}

.th {
	background: #f34d35;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.tf {
	background: #f34d35;
	text-transform: uppercase;
	text-align: right;
}

.tf p {
	color: #fff;
	font-weight: bold;
}

.col {
	padding: 1em;
	width: 12%;
}

.col-price {
	width: 12%;
}

.price {
	overflow: visible;
}

.col-pro {
	width: 50%;
}

.col-pro>* {
	vertical-align: middle;
}

.col-qty {
	text-align: center;
	width: 150px;
}

.col-numeric p {
	text-align: right;
}

.col-total p {
	color: #12c8b1;
}

.qty-label {
	width: 30px;
}

.qty-plus {
	width: 30px;
}

.qty-minus {
	width: 30px;
}

.row {
	border-bottom: 0.01em solid #e1e1e1;
}

.row>div {
	vertical-align: middle;
}

.row-top>div {
	vertical-align: top;
}

.row-bg2 {
	background: #f7f7f7;
}

.visibility-cart {
	position: absolute;
	color: #fff;
	top: 0.5em;
	right: 0.5em;
	font: bold 2em arial;
	border: 0.16em solid #fff;
	border-radius: 2.5em;
	padding: 0 0.22em 0 0.25em;
}

.colored-button {
	background: #F44336;
	color: white;
	margin-left: 18px;
}

.action-buttons {
	padding: 2px;
}

.row-top {
	border-top: 1px solid #EAEAEA;
}

.action-button {
	width: 100%;
	display: flex;
	padding-top: 20px;
}

.col-qty>* {
	vertical-align: middle;
}

.col-qty>input {
	max-width: 1.5em;
}

a.qty {
	width: 1em;
	line-height: 1em;
	border-radius: 2em;
	font-weight: bold;
	text-align: center;
	background: #43ace3;
	color: #fff;
}

a.qty:hover {
	background: #3b9ac6;
}

.btn {
	padding: 10px 10px;
	border-radius: 0.3em;
	font-weight: bold;
	background: #43ace3;
	color: #fff;
	box-shadow: 0 3px 0 rgba(59, 154, 198, 1)
}

.btn:hover {
	box-shadow: 0 3px 0 rgba(59, 154, 198, 0)
}

.btn-update {
	float: right;
	margin: 0 0 1.5em 0;
}

.transition {
	transition: all 0.3s ease-in-out;
}

@media screen and ( max-width: 500px) {
	.col-pro {
		width: 40%;
		padding-bottom: 0;
	}
}

@media screen and ( max-width: 755px) {
	.container {
		width: 98%;
	}
	.col-pro {
		width: 60%;
	}
	.col-qty {
		width: 22%;
	}
	img {
		margin-bottom: 0.3em;
	}
	img.store_logo {
		max-width: 200px;
		margin-bottom: 1em;
	}
}

.siiopa.app {
	padding: 0;
	height: inherit;
	background-color: #fff;
	/* margin-left: 5px;
	margin-right: 5px; */
}

.pageContent {
	padding-right: 300px;
	margin-left: 220px;
}

/* .store_logo {
	width: 300px;
	height: 80px;
}

img.siiopa_logo {
	min-width: 100px;
	width: 150px;
	height: auto;
}
 */
.store-logo {
	max-width: 9em;
	width: 100%;
	overflow: hidden;
}

.red {
	color: red;
}

.header-right-panel {
	/* position: fixed; */
	right: 0;
	padding-right: 5px;
	margin: auto 0px;
}

.searchForm {
	display: flex;
	margin-top: 40px;
}

.primaryContainer {
	margin: 0 auto;
	padding: 0 0 2.5rem;
	width: 100%;
	border-top: 1px solid #EAEAEA;
}

.search-primaryContainer {
	margin: 0 auto;
	padding: 0 0 2.5rem;
	width: 100%;
}

.pageContainer {
	box-sizing: border-box;
	margin: 0;
	max-width: 75.125rem;
	padding: 0 1rem;
	width: 100%;
}

.searchTitle {
	padding: 0;
	color: white;
	font-size: 30pt;
	font-weight: 700;
	line-height: 60px;
	text-transform: none;
	color: rgb(255, 255, 255);
	display: block;
	font-variant-ligatures: no-common-ligatures;
	margin: 0px;
	padding: 0px;
}

.searchTitleContainer {
	max-width: 490px;
	z-index: 1;
	margin: auto;
}

.searchContainer {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 300px;
	background-image: url(../images/h-food.png), url(../images/home-bg.jpg);
	background-repeat: no-repeat, repeat;
	background-position: right bottom, left top;
	padding: 0px 20px 20px 20px;
	background-size: contain, cover;
}

.item-catagory-paginate-button {
	height: 69px;
	max-width: var(--lumo-button-size);
}

.store-bg {
	background-size: cover;
	background-image: url(../images/no-image.jpg);
	background-repeat: no-repeat;
	/*  background-position: center center; */
	width: 100%;
	height: 130px;
	cursor: pointer;
}

.card-box {
	padding-top: 0;
	padding-right: 16px;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	padding: 16px 0 16px 16px;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	cursor: pointer;
	text-decoration: none;
	cursor: pointer;
}

.card-text-section {
	line-height: 1.33;
	margin: 5px;
	font-weight: bold;
	cursor: pointer;
	letter-spacing: normal;
	color: #191919;
}

.card-subtitle {
	line-height: 1.29;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: normal;
	color: #808080;
}

.card-name {
	flex: 1 1 auto;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	display: block;
	margin: 0;
	line-height: 1.3em;
	color: #333;
	font-size: 1.3rem;
	font-weight: 700;
	padding: 4px 16px 0 0;
}

.search-bar {
	
}

.searchSection {
	margin-top: 70px;
	padding-right: 200px;
}

@media ( max-width :800px) {
	.search-bar {
		width: 100% !important;
	}
	.v-filter-layout {
		display: inline-flex;
		flex-flow: wrap;
	}
	.searchTitle {
		margin-top: 0px !important;
	}
	.sticky-store {
		width: calc(100%/ 2 - 25px) !important;
	}
	.searchSection {
		margin-top: 50px;
	}
	/* .searchContainer{
	  	padding: 16px 0px 80px;
		height:100% !important;
	} */
	/* .homeLogo{
		margin:0px !important;
	} */
	.sectionHorizontal {
		flex-flow: wrap;
	}
	.bed-search-filter{
		display:inline-flex;
		flex-flow:wrap;
	}
}

@media only screen and (min-width: 800px) and (max-width: 1100px) {
	.sticky-store {
		width: calc(100%/ 3 - 25px) !important;
	}
}

@media only screen and (min-width: 1100px) {
	.sticky-store {
		width: calc(100%/ 4 - 25px) !important;
	}
}

.split4 {
	width: calc(100%/ 4 - 25px) !important;
}

.split3 {
	width: calc(100%/ 3 - 25px) !important;
}

.split2 {
	width: calc(100%/ 2 - 25px) !important;
}

.split1 {
	width: calc(100% - 25px) !important;
}

.search-button-normal {
	border-radius: 32px 32px;
	padding: 0 4px;
	flex-shrink: 0;
	color: white;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: -0.04ch;
	position: relative;
	max-width: 100%;
	margin: 0;
	display: inline-flex;
	width: auto;
	margin-right: 5px;
	-webkit-box-pack: start;
	justify-content: flex-start;
	transition: background-color 0.2s ease-in-out;
	text-align: center;
	background-color: #eb1700;
	text-decoration: none;
	user-select: none;
}

.title_h1 {
	font-size: 1.7rem;
	font-weight: 300;
	line-height: 1.25em;
	color: #333;
	padding: 5px 0px;
	display: block;
}

.searchStoreSection {
	background-color: transparent;
	border: none;
	color: #202124;
	display: block;
	font-size: 1rem;
	width: 450px !important;
	-webkit-appearance: none;
	/* border: 1px solid #d4d4df; 
	padding: 0px 4px;
	margin-top: 5px; */
}

.contentSection {
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	flex-direction: row;
	margin: 64px 10px;
}

.sectionHorizontal {
	display: inline-flex;
	flex-flow: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	flex-direction: row;
	height: 100%;
}

.contentBox {
	display: flex;
	width: 100%;
	margin: 0px 17px;
	flex-flow: column nowrap;
}

.imageBox {
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 20px;
}

.textBox {
	display: flex;
	width: 100%;
	min-height: 100px;
	flex-flow: column nowrap;
}

.textBoxTitle {
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: -0.04ch;
	text-transform: none;
	color: rgb(25, 25, 25);
	text-align: center;
	display: block;
	font-variant-ligatures: no-common-ligatures;
	margin: 0px;
	padding: 0px;
}

.textBoxSubtitle {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0ch;
	text-transform: none;
	color: rgb(25, 25, 25);
	text-align: center;
	display: block;
	font-variant-ligatures: no-common-ligatures;
	margin: 0px;
	padding: 0px;
}

.textBoxFooter {
	cursor: pointer;
	background-color: transparent;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	border-width: 0px;
	border-style: initial;
	border-color: initial;
	border-image: initial;
	padding: 0px;
	margin: 3px 0px 0px;
	outline: 0px;
}

.textBoxLinkButton {
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: -0.04ch;
	text-transform: none;
	color: rgb(235, 23, 0);
	display: block;
	font-variant-ligatures: no-common-ligatures;
	margin: 0px;
	padding: 0px;
}

/* Menu Content */
.siiopa.app.navOpen .menuContentWrapper {
	margin-left: 220px;
	/* padding-left: 220px; */
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

@media ( max-width :1100px) {
	.siiopa.app.navOpen .menuContentWrapper {
		margin: auto;
	}
}

@media ( min-width :1100px) {
	.siiopa.app.navOpen .menuContentWrapper {
		margin: auto;
	}
}

@media ( max-width :800px) {
	.siiopa.app.navOpen .menuContentWrapper {
		/* 	margin-left: 0; */
		margin: auto;
	}
}

@media ( max-width :800px) {
	.padding_left_220 {
		padding-left: 0px !important;
	}
}

@media ( min-width :800px) {
	.siiopa.app.navOpen .menuWrapper {
		/* left: 0; */
		
	}
}

.workspace {
	display: flex;
	flex-direction: row;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.error-view {
	width: 100%;
	align-items: center;
	display: flex;
	flex-flow: column;
}

.store-search-result {
	max-width: 900px;
	margin: auto;
}

.siiopa.app .menuContentWrapper {
	margin: auto;
}

.bold-text {
	font-weight: bold;
}

.italic-text {
	font-style: italic;
}

.user-icon {
	color: black;
	padding-right: 5px;
	width: 20px;
}

.customer-icon {
	width: 20px;
	height: 20px;
	color: rgb(244, 67, 54);
	padding-right: 5px;
}

@media screen and (max-width:800px) {
	.search-product {
		width: 100%;
	}
}

.hide {
	cursor: pointer;
	margin: auto 10px;
	height: 100%;
	line-height: 2.5;
}

.store-button {
	cursor: pointer;
	margin: auto 10px;
	height: 100%;
	line-height: 2.5;
	float: right;
	color: white;
	background-color: #ff4354;
	border-color: #ff4354;
	border-radius: 0px;
	padding: 5px;
}

.store-rating {
	display: block;
	margin-bottom: 5px;
}

.shoppingCart div.body section.itemsHeader.expressHeader {
	background-color: #f6f6f6
}

.ticketInfo {
	text-align: left;
	vertical-align: middle;
	height: 25px;
	padding-top: 7px;
	z-index: 1;
	display: none;
}

.ticketInfo.label {
	color: black;
	text-align: center;
	margin-left: 10px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 16px;
}

/* Product Browser */
div.catalogBrowser {
	position: relative;
	height: 100%;
	display: inline-block;
	width: 100%;
	min-height: calc(100vh - 93px);
}

/* Category Browser */
div.catalogBrowser .categoryHeader {
	/* padding: 5px 10px */
	
}

div.catalogBrowser .categoryHeader ol.breadcrumb {
	float: left;
	padding-left: 0px;
	margin: 10px 0;
	font-size: 16px;
}

div.catalogBrowser .categoryHeader ol.breadcrumb .crumb, div.catalogBrowser .categoryHeader ol.breadcrumb .crumb-spacer
	{
	display: inline-block;
	padding: 5px 5px 0 0
}

div.catalogBrowser .categoryHeader ol.breadcrumb li.crumb.selected {
	font-weight: 700
}

div.catalogBrowser .categoryHeader ol.breadcrumb li.crumb a {
	text-decoration: none
}

div.catalogBrowser .categoryHeader ol.breadcrumb li.crumb a:hover {
	text-decoration: none
}

span.crumb_category:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0 10px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.crumb_category {
	padding-right: 5px;
}

div.catalogBrowser .categoryHeader ol.breadcrumb li.crumb:last-child:after
	{
	content: none
}

div.catalogBrowser .categoryHeader section {
	clear: both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

div.catalogBrowser .categoryHeader section hr {
	margin-top: 12px;
	float: left;
	height: 1px;
	flex-grow: 4;
	-webkit-flex-grow: 4;
	background-color: #CECECD;
	border-bottom: none
}

div.catalogBrowser .categoryHeader section .name {
	flex-grow: 1;
	-webkit-flex-grow: 1;
	float: left;
	color: #666;
	padding-bottom: 10px;
	text-align: center
}

div.catalogBrowser .categoryHeader .seeAll {
	color: #ff8c00;
	margin-left: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	padding: 3px
}

div.catalogBrowser .categoryHeader .seeAll a {
	text-decoration: none
}

div.catalogBrowser .categoryHeader .seeAll a:hover {
	text-decoration: underline
}

div.catalogBrowser .categoryHeader>div {
	clear: both
}

/* Body Wrapper */
div.catalogBrowser div.content_panel section.bodyWrapper {
	height: 100%;
	clear: both;
	/* min-width: 320px; */
	/*CH margin: 0 40px 40px !important */
	margin: 0 40px 0px !important
}

div.catalogBrowser div.content_panel section.bodyWrapper .searchTopBanner
	{
	text-align: center;
	width: 100%;
	max-height: 125px;
	max-width: 1400px;
	margin: 0 auto 10px
}

div.catalogBrowser div.content_panel section.bodyWrapper .searchTopBanner .important-banner img
	{
	max-height: 125px;
	max-width: 1220px;
	width: 100%
}

@media ( min-width :700px) {
	div.catalogBrowser div.content_panel section.bodyWrapper .searchTopBanner .important-banner img
		{
		margin-top: 10px
	}
}

div.catalogBrowser div.content_panel section.bodyWrapper .searchTopBanner .items-slides-container
	{
	margin: 0 !important
}

div.catalogBrowser div.content_panel section.bodyWrapper .searchTopBanner .items-slides-container li
	{
	padding: 0 !important
}

div.catalogBrowser div.content_panel section.bodyWrapper .searchTopBanner .carouselNavigation
	{
	top: calc(50% - 50px) !important
}

@media ( max-width :500px) {
	div.catalogBrowser div.content_panel section.bodyWrapper .searchTopBanner .carouselNavigation
		{
		transform: scale(0.6) !important
	}
}

@media ( min-width :700px) {
	div.catalogBrowser div.content_panel section.bodyWrapper {
		/* margin: 0 40px 40px !important; */
		
	}
}

@media ( max-width :500px) {
	div.catalogBrowser div.content_panel section.bodyWrapper {
		margin: 0
	}
}

div.catalogBrowser div.content_panel section.bodyWrapper:after {
	content: '';
	display: block;
	clear: both
}

/* Menu Wrapper */
.siiopa.app .menuWrapper {
	width: 220px;
	position: fixed;
	z-index: 3;
	left: -285px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	will-change: left;
}

.siiopa.app .navOpen {
	left: 0px;
}

/* .siiopa.app .menuWrapper .drawerOpen{
		left: 0px;
}
.siiopa.app .menuWrapper .drawerClose{
		left: -285px;
} */
@media ( min-width :800px) {
	.siiopa.app .menuWrapper {
		width: 220px;
		margin: auto;
		display: block;
	}
}

div.topMenu.vertical {
	background-color: #fff;
	border-right: 1px solid #CCC
}

div.topMenu.vertical .close {
	display: none
}

div.topMenu.vertical .department {
	display: none;
	text-align: center;
	background-color: #fdd670;
	color: #000;
	font-weight: 700;
	height: 39px;
	box-sizing: border-box;
	padding-top: 7px
}

div.topMenu.vertical .department svg {
	display: none
}

div.topMenu.vertical>.menu {
	overflow-y: auto;
	padding-bottom: 30px;
	box-sizing: border-box;
	display: block
}

div.topMenu.vertical>.menu img.MenuItemIcons {
	width: 20px;
	display: inline-block;
	vertical-align: text-bottom
}

@media ( max-width :800px) {
	div.topMenu.vertical {
		border-right: 0 !important
	}
	div.topMenu.vertical .department {
		display: block;
		position: relative;
		cursor: pointer
	}
	div.topMenu.vertical .department svg {
		display: inline-block
	}
}

div.topMenu.vertical .topLevel>div.name {
	width: calc(100% - 20px)
}

/* div.topMenu.vertical {
	min-height: 800px;
} */
div.topMenu.vertical ul {
	padding-left: 10px
}

div.topMenu.vertical ul li.selected>div.name>span {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	transform-origin: 1px 6px;
	margin-top: -4px
}

div.topMenu.vertical ul li {
	display: block
}

div.topMenu.vertical ul li div.name {
	display: inline-block;
	position: relative;
	width: 100%
}

div.topMenu.vertical ul li div.name span {
	position: absolute;
	top: 7px;
	right: 0
}

div.topMenu.vertical ul li div.name>div>span {
	position: inherit;
	top: 0;
	right: 0
}

div.topMenu.vertical ul li div.name a, div.topMenu.vertical ul li div.name>div
	{
	padding: 5px 0 5px 10px;
	display: block;
	text-decoration: none;
	color: #000;
	letter-spacing: .1px
}

@media ( max-width :800px) {
	div.topMenu.vertical ul li div.name a, div.topMenu.vertical ul li div.name>div
		{
		padding: 8px 0 8px 10px;
	}
}

.theme-grocery div.topMenu.vertical ul li div.name a em, .theme-grocery div.topMenu.vertical ul li div.name>div em,
	div.topMenu.vertical ul li div.name a em, div.topMenu.vertical ul li div.name a em.theme-grocery,
	div.topMenu.vertical ul li div.name>div em, div.topMenu.vertical ul li div.name>div em.theme-grocery
	{
	background-color: #f7dc51
}

@media ( max-width :800px) {
	.menuWrapper {
		min-width: 275px;
		box-shadow: 0 5px 15px #ccc
	}
}

/* Menu Icon */
.hamBergerMenuIcon {
	display: none;
	cursor: pointer;
	position: fixed;
	left: 5px;
	top: 65px
}

@media ( max-width :800px) {
	.hamBergerMenuIcon {
		display: inline-block;
		top: 10px
	}
}

.headerShrink .hamBergerMenuIcon {
	top: 11px
}

@media ( max-width :1001px) {
	html.sc-fullscreen section.productInfo {
		position: absolute;
		left: 0;
		bottom: 0
	}
	html.sc-fullscreen .amount {
		padding: 0 !important
	}
}

/* Shopping Cart Summary */
/* .shoppingCart div.footer {
	background: #FFF;
	height: 132px;
	text-align: center;
		box-sizing: border-box;
	padding-top: 14px;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3)
} */
.light-text {
	font-weight: 300;
	color: #707070;
}

.text-color-blue {
	color: blue
}

.summary-section {
	/* border-top: 1px solid #ebebeb; */
	padding-left: 14px;
	padding-right: 14px;
	border-right: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
}

.padding_right_0 {
	/* border-top: 1px solid #ebebeb; */
	padding-right: 0px;
}

.float-right {
	float: right;
	right: 0;
}

.shopping_bottom_btn {
	display: none;
	position: fixed !important;
	bottom: 0 !important;
	left: 0 !important;
	color: #fff;
	width: 100%;
	height: 38px;
	box-shadow: 0 -1px 10px #ccc;
	webkit-transform: translateZ(0);
	z-index: 2
}

@media ( max-width :800px) {
	.shopping_bottom_btn {
		display: block
	}
	.shopping_bottom_btn .place_order_btn, .shopping_bottom_btn .start_shopping_btn
		{
		width: 100%;
		background: #ff6f71;
		border: none;
		padding: 10px;
		height: 47px !important;
		color: #fff
	}
}

.button-login {
	color: #fff;
	background-color: #60a0ea;
	border-radius: 0px;
	padding: 5px;
}

.login-main-content {
	padding-top: 60px;
	align-items: center;
}

.align-items-end {
	align-items: end;
}

.login-content {
	max-width: 400px;
	background-color: #fbfbfb;
	padding: 16px;
	margin: 16px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

.custom-link {
	background: none;
}

.custom-padding-left {
	padding-left: 16px;
}

.table-title {
	background: ghostwhite;
	border: 1px solid #ebebeb
}

.left-padding {
	padding-left: 20px;
}

.cos-width {
	width: 250px;
}
/* @media ( max-width :800px) {
	.break-for-mobile {
		display: block;
	}
	.customerInfoFrom {
		width: 100%;
	}
	.reviewClientTicketView {
		width: 100%;
	}
} */
.top-padding-five {
	padding-top: 5px;
}

.remove-top-padding {
	padding-top: 0px;
}

.custom-grid-width {
	min-width: 800px;
}

@media screen and (max-width :800px) {
	.custom-grid-width {
		min-width: 400px;
	}
}

@media screen and (max-width: 500px) {
	.custom-grid-width {
		min-width: 300px;
	}
}

.bac-white {
	color: black;
	background: white;
	height: 54px !important;
	background: white;
}

img.login_siiopa_logo {
	max-width: 100%;
	width: 300px;
	height: 80px;
}

/* Product Quantity and Price */
div.product {
	position: relative;
	width: 339px;
	float: left;
	height: 342px;
	padding: 5px;
	box-sizing: content-box;
	border-radius: 4px;
	margin-bottom: 45px;
	margin-top: 5px;
	background: #ffffff;
	border: 1px solid #F0F0F0;
	border-radius: 5px;
	margin: 16px 16px 0 0;
	overflow: hidden;
}

.productQuantityEditor {
	background: #ff8182;
	height: 45px;
	text-align: center;
	color: #fff;
	width: 202px;
	-webkit-box-shadow: 1px 1px 1px rgba(204, 204, 204, .5);
	-moz-box-shadow: 1px 1px 1px rgba(204, 204, 204, .5);
	box-shadow: 1px 1px 1px rgba(204, 204, 204, .5)
}

.productQuantityEditor .minusQuantity, .productQuantityEditor .plusQuantity
	{
	border: none;
	width: 30px;
	background: #ff8182;
	height: 45px;
	outline: 0;
	font-weight: 700;
	color: #fff;
	border-radius: 0 3px 3px 0
}

.roundButtonStyle {
	border: none;
	width: 30px;
	background: #ff8182;
	height: 45px;
	outline: 0;
	font-weight: 700;
	color: #fff;
	border-radius: 0 3px 3px 0
}

.productQuantityEditor .minusQuantity:active, .productQuantityEditor .plusQuantity:active
	{
	box-shadow: inset 1px 1px 5px #ff1b1d
}

.productQuantityEditor .minusQuantity {
	float: left;
	border-right: 1px solid #d55f5f;
	border-radius: 3px 0 0 3px;
	cursor: pointer;
}

div {
	cursor: default;
	/* -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; */
}

.productQuantityEditor .QuantityTextContainer {
	display: inline-block;
	font-weight: 700;
	line-height: 36px
}

.productQuantityEditor .QuantityTextContainer:hover {
	cursor: pointer
}

.productQuantityEditor .plusQuantity {
	float: right;
	border-left: 1px solid #d55f5f;
	cursor: pointer;
}

div.price {
	width: 202px;
	font-weight: 700;
	text-align: center;
	padding-top: 5px;
	color: #818181;
}

div.lblprice {
	width: 202px;
	font-weight: 700;
	padding-top: 5px;
	color: #818181;
}

section.addButtonWrapper {
	height: 37px;
	cursor: pointer;
	background-color: #fff;
	width: 202px;
	vertical-align: middle;
	border: 1px solid #ebebeb;
	/* 	padding: 6px 0; */
	text-align: center;
	transition: all ease-in-out .15s;
	border-radius: 2px;
	color: #fe8280
}

section.addButtonWrapper:HOVER {
	background-color: #fe8280;
}

section.addButtonWrapper p {
	font-weight: 700;
	margin-bottom: 0
}

section.addButtonWrapper p.qty {
	height: 35px;
	width: 40px;
	text-align: center;
	padding-left: 3px;
	padding-top: 9px
}

section.addButtonWrapper p.buyText {
	/* display: inline; */
	margin-bottom: 0;
	/* 	padding-top: 9px; */
	transition: all ease-in-out .15s;
	height: 35px;
}

section.addButtonWrapper p.buyText:HOVER {
	color: #ffffff
}

.imageWrapper {
	/* width: 200px;
	height: 307px;
	background-color: #fff;
	position: relative;
	cursor: pointer;
	margin-bottom: 6px */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 144px;
}

.imageWrapper .imageWrapperWrapper {
	width: 200px;
	height: 200px;
	vertical-align: middle;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-items: center;
	justify-content: center
}

.imageWrapper .imageWrapperWrapper img {
	max-width: 200px;
	max-height: 200px;
	border-radius: 4px
}

.imageWrapper .imageWrapperWrapper i {
	color: #AAA
}

.imageWrapper div.name {
	text-align: center;
	color: #1A1A1A;
	padding-top: 5px;
	height: 60px;
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden
}

div.name .imageWrapper {
	cursor: default
}

div.name em {
	background-color: #fdd670
}

div.subText {
	text-align: center;
	color: #333;
	font-weight: 400;
	margin-top: 1px
}

div.price {
	font-weight: 700;
	text-align: center;
	padding-top: 5px;
}

/* .items{
	display: flex;
	float: left;
	flex-wrap: wrap;
}
 */
.search-field {
	width: 400px;
	margin-right: 5px;
	/* margin-top: -3px; */
	/* margin-bottom: 5px; */
}

.custom-text-field {
	max-width: 250px;
}

@media ( min-width : 500px) {
	.custom-text-field {
		width: 250px;
	}
}

@media screen and (max-width: 800px) {
	.item {
		width: 100%;
	}
	.search-field {
		width: 100%;
	}
	.custom-text-field {
		max-width: 250px;
	}
}

.styleSmall {
	
}

.styleDefault {
	
}

.styleLine {
	line-height: 1.4;
}

#content {
	padding: 0px;
}

.styleItemContentFooter {
	width: 100%;
	z-index: 1;
	padding: 10px 0px;
	display: -ms-flexbox;
	display: inline-flex;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: end;
	justify-content: center;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	justify-items: center;
}

.nowrap {
	flex-flow: nowrap;
}

.styleHeight100 {
	height: 100%;
	margin-left: 5px;
	margin-right: 5px;
}

.addToCartButton {
	max-width: 100%;
	padding: 16px;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	min-width: 150px;
	text-align: center;
	cursor: pointer;
}

.ticket-row-width {
	width: 200px;
}

.ticket-item-row-width_o {
	width: 170px;
	padding-left: 5px;
}

.ticket-item-modifier-name-row-width {
	width: 170px;
	padding-left: 15px;
}

.remove-margin {
	margin: 0px;
}

.ticket-item-row-width {
	width: 200px;
}

.left-padding-five {
	padding-left: 5px;
}

.small-padding {
	padding: 5px;
}

.vertical-alignment-top {
	vertical-align: top !important;
}

.vertical-alignment-bottom {
	vertical-align: bottom !important;
}

.order-details-content {
	max-width: 650px;
	padding-top: 60px;
	padding-left: 16px;
	padding-bottom: 20px;
	padding-right: 20px;
}

.custom-color {
	background-color: #1c84be;
}

.search-product {
	/* width: calc(100% - 337px * 0.666666666666667);
	min-width: 340px; */
	
}

@media screen and (max-width:762px) {
	.search-product {
		width: 100%;
	}
}

.ticket-row-width {
	width: 200px;
}

/* .ticket-item-row-width {
	width: 300px;
} */
.left-padding {
	padding-left: 16px;
}

.store-section-padding {
	width: auto !important;
	padding-bottom: 10px;
	padding-right: 50px;
}

.small-padding-5 {
	padding: 5px;
}

.vertical-alignment-top {
	vertical-align: top !important;
}

.vertical-alignment-bottom {
	vertical-align: bottom !important;
}

.order-details-content {
	max-width: 650px;
	padding-top: 60px;
	padding-left: 16px;
	padding-bottom: 20px;
	padding-right: 20px;
}

.custom-color {
	background-color: #1c84be;
}

.item-name-width {
	max-width: 320px;
}

.simple-dialog {
	background-color: #1c84be;
}

.item-selection-dialog {
	font-weight: 700;
}

.enableHide {
	display: none;
}

@media screen and (max-width: 800px) {
	.enableHide {
		display: block;
		position: fixed;
		background-color: white;
		width: 100%;
		z-index: 10;
		top: 5;
		text-align: right;
	}
	.custom-scrol-body {
		top: 90px !important;
	}
}

/* Modifier Selection View */
.modifier-specs {
	display: inline;
	cursor: pointer;
}

.modifier-spec {
	display: inline;
	width: 100%;
	position: sticky;
	top: 72px;
	z-index: 1;
	background-color: #ffffff;
	padding: 20px 0 16px 0;
}

.modifier {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	display: inline-flex;
	flex-flow: nowrap;
	min-height: 30px;
	align-items: start;
}

.custom-margin-bottom-25 {
	margin-bottom: 25px;
}

.black-border-bottom {
	border-bottom: 1px solid black;
}

.custom-padding-border {
	margin-top: 25px;
	/* margin-left: 15px; */
	border: 1px solid #EAEAEA;
}

.scrollable-item-Layout {
	max-width: 620px;
	margin: auto;
	padding: 5px 10px;
}

.scrollable-Layout {
	max-width: 480px;
	margin: auto;
	padding: 5px 10px;
}

.scrollable-rating-Layout {
	max-width: 490px;
	margin: auto;
	padding: 5px 10px;
}

.vaadin-radio-button {
	z-index: 100;
}

.popup-body {
	width: 100%;
	/* max-height: calc(100vh - 240px); */
	overflow-y: auto;
	padding-bottom: 5px;
}

.full-popup-body {
	width: 100%;
	max-height: calc(100vh - 160px);
	overflow-y: auto;
	padding: 15px;
}

@media screen and (max-width: 360px) {
	.chhEFf {
		padding: 20px 5px !important;
	}
}

.popup-footer {
	background-color: white;
	width: 100%;
	border-top: 1px solid #ccc;
	display: flex;
	justify-content: center;
	min-width: 330px;
}

.fixedHeader {
	background-color: white;
	width: 100%;
}

.label-header {
	padding: 0px 0px 0px 15px;
	width: calc(100% - 48px) !important;
	margin: 10px;
}

.closeButtonStyle {
	color: white;
	padding-right: 10px;
}

.itemDescription {
	/* max-width: 400px; */
	
}

.clientMessageDialog {
	min-height: 150px;
	max-width: 400px;
	padding: 5px 15px;
}

.seccuredPayment-color {
	background-color: #DCDCDC;
}

.seccuredPayment-font-25 {
	font-size: 25px;
}

.custom-width-120 {
	width: 120px;
}

.custom-width-100 {
	width: 100px;
	min-width: 100px;
}

.custom-width-80 {
	width: 80px;
}

.custom-width-80 {
	width: 80px;
}

.custom-right-margin-80 {
	margin-right: 80px;
}

.custom-padding-all {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.rotate-reverse {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.button-selected-color {
	background: red;
}

.hrLine {
	height: 11px;
	border-bottom: 1px solid #e1e1e1;
	background-color: white;
}

.hrLinec {
	height: 5px;
	border-bottom: 1px solid #e1e1e1;
	background-color: white;
}

.left-padding-2 {
	padding-left: 2px;
}

.top-padding-2 {
	padding-top: 2px;
}

.padding-5 {
	padding-left: 5px;
	padding-right: 5px;
}

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

.custom-border-only {
	border: 1px solid white;
}

.custom-width-40 {
	width: 20px;
}

.right-line {
	border-right: 1px solid #c0c0c0;
}

.right-line-none {
	border-right: none;
}

.border-radius-none {
	border-radius: 0px;
}

.border-radius-five {
	border-radius: 5px;
}

.font-bold {
	font-weight: bold
}

.custom-image-size {
	max-width: 15em;
	width: 100%;
	overflow: hidden;
}

.custom-logo-image-size {
	max-width: 10em;
	width: 100%;
	overflow: hidden;
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
	height: 80px;
	margin-right: 1em;
}

.colNameBlock {
	vertical-align: top;
}

.storeColNameBlock {
	vertical-align: top;
}

.no-margin {
	margin: 0px !important;
}

.scrollable-dialog {
	max-width: 450px;
}

.client-dialog-header {
	background-color: var(--dialog-header-background-color);
	font-size: 18px;
	margin: 0;
	padding: 0;
	font-weight: 700;
	line-height: 32px;
	width: 100%;
}

.client-dialog-itemDescription {
	margin-top: 8px;
	text-align: left;
	-webkit-box-orient: vertical;
	/* cursor: pointer; */
	max-width: 450px;
	padding: 10px 0;
}

.client-dialog-heading {
	width: 100%;
	padding: 10px 0;
	font-size: 16px;
	margin: 0;
}

.client-dialog-details {
	width: 100%;
	padding: 10px 0;
	font-size: 1.2rem;
	margin: 0;
	line-height: 24px;
}

.client-dialog-group-head {
	margin: 0;
	padding: 0px 0px 10px 0px;
	font-weight: 500;
	line-height: 20px;
	float: left;
}

.chhEFf {
	max-width: 100%;
	padding: 20px;
	min-width: 150px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	line-height: 0px;
}

.chhEFf-5 {
	max-width: 100%;
	padding: 20px;
	min-width: 100px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	line-height: 0px;
	margin: 5px;
}

.button-border-radius-5 {
	border-radius: 5px;
}

.Item_name___3SE1Q {
	font-weight: 700;
	text-align: left;
	white-space: pre-line;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
}

.Item_description___2O12B {
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	height: auto;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #808080;
}

.overflow-auto {
	overflow: auto;
}

.table-div {
	/* padding-bottom: 20px; */
	height: max-content;
	/* margin-right: 20px; */
}

.padding-top-75 {
	padding-top: 75px;
}

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

.padding-top-25 {
	padding-top: 25px;
}

.btnCartSectionDiv {
	margin: 6px 7px;
	/* width: 100%; */
}

@media ( max-width :800px) {
	.fixedTopDiv {
		top: 39px !important;
	}
	/* .btnCartSectionDiv {
		margin: 6px auto;
	} */
}

p, blockquote {
	margin-top: 0em;
	margin-bottom: 0em;
}

.fixedTopDiv {
	position: absolute;
	top: 0;
	display: inline-block;
	z-index: 8;
	background: white;
	width: 100%;
}

.main-div {
	/* width: 100%; */
	display: inline-block;
	display: -webkit-box;
}

.first-item {
	width: 400px !important;
	margin: 0 15px;
	border: 1px solid #EAEAEA;
	/*  height: fit-content; */
	/* height: max-content;
	position: relative;
	top: 75px;
	vertical-align: top !important; */
	overflow: hidden !important;
	height: min-content !important;
}

.second-item {
	/* width: 425px; */
	margin: 0 15px;
	/* border: 1px solid #EAEAEA; */
}

@media ( max-width : 945px) {
	.main-div {
		display: flex;
		flex-flow: column;
	}
	.first-item {
		order: 1;
	}
	.second-item {
		order: 2;
	}
}

@media ( max-width : 800px) {
	.main-div {
		width: 430px;
		margin: auto;
	}
}

.fixed-popup-window-size {
	max-width: 550px;
	width: calc(100vw - 48px);
}

.custom-close-button {
	visibility: hidden;
	background: white;
	padding: 0px;
	min-width: 5px;
}

.btn-half-z {
	padding: 0px;
	background: white;
	min-width: 5px;
	padding-right: 5px;
	margin: 0;
}

.pizza_selection-icon {
	margin-bottom: 0px;
	height: 22px;
	width: 22px;
}

.fixed_width_icon {
	min-width: 110px;
}

.lbl_modifier {
	margin: 0;
	margin-top: -0.35em;
}

.addToCartIconSection {
	margin-right: 10px;
	margin: 4px 0;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.addressContainer {
	border-bottom: 0.01em solid #e1e1e1;
	margin-bottom: 5px;
	line-height: 1.5;
}

.addressSection {
	padding: 0px;
	line-height: 1;
	text-align: left;
	max-width: 250px;
	align-items: flex-start;
}

.search-icon {
	display: none;
}

.search-layout {
	display: inline-flex;
	border: 1px solid #ebebeb;
	/* padding: 1px 4px; */
	/* margin-top: 5px; */
	align-items: center;
	margin-bottom: 10px;
}

.custom-text-field {
	display: inline-flex;
}

@media screen and (max-width: 800px) {
	div.catalogBrowser {
		min-height: calc(100vh - 91px);
	}
}

.sticky-store {
	width: 320px;
	height: 240px;
	cursor: pointer !important;
	margin: 8px 11px;
}

@media screen and (max-width: 450px) {
	.addressContainer {
		width: 100%;
		display: inline-block;
		max-width: 100%;
		line-height: 1.5;
	}
	.fv-shadow-title {
		font-size: 30px;
	}
	.fv-container {
		padding: 10px !important;
	}
	.searchTitleContainer {
		max-width: 100%;
	}
	.searchSection {
		padding-right: 0px !important;
	}
	.searchContainer {
		background-image: url(../images/home-bg.jpg);
		background-repeat: repeat;
		background-position: left top;
		padding: 0px;
		background-size: cover;
	}
	.search-layout {
		width: calc(100% -20px) !important;
	}
	.searchStoreSection {
		width: calc(100% - 8px) !important;
	}
	.fv-title {
		font-size: 20px;
	}
	.logo {
		width: 160px !important;
	}
	.bottom-content {
		margin-left: 10px !important;
	}
	.store-row {
		min-width: calc(100% - 5px);
	}
	.li-stores {
		margin: 0px !important;
	}
	.stores-section {
		max-width: calc(100% - 50px) !important;
	}
	.sticky-store {
		width: calc(100% - 25px) !important;
	}
	/* .header-right-panel {
		position: fixed !important;
	} */
	.headerContent .topHeader .logo {
		max-width: 160px !important;
	}
	.mg-video {
		width: 100% !important;
		height: auto !important;
		max-width: 320px !important;
		min-height: 180px !important;
	}
	.address-info {
		display: inline-flex;
		flex-wrap: wrap;
	}
	.deli-address-label {
		width: 100%;
	}
	.order-type-group {
		width: 100% !important;
	}
	.search-bar {
		margin: 10px 0px !important;
	}
	.contentBox {
		margin: 0px;
	}
	.search-icon {
		display: inline-block;
	}
	.search-text-field {
		display: none;
	}
	.items {
		display: inline-flex;
		width: 100%;
		max-width: 100%;
		margin: 0px;
	}
	.item {
		width: calc(100% - 8px) !important;
		margin: 5px;
	}
	.itemImage {
		width: 120px !important;
		background-position: center;
		margin: 10px;
		border-radius: 10px;
	}
	.textVerticalLayout {
		max-width: calc(100% - 140px) !important;
	}
	div.catalogBrowser div.content_panel section.bodyWrapper {
		/*CH margin: 0 20px 20px !important */
		margin: 0px 10px !important
	}
	.addressSection {
		align-items: flex-start;
		text-align: left;
		max-width: 100% px;
	}
	.searchStoreSection .search-layout {
		max-width: calc(100% - 20px);
		text-align: center;
		margin-left: 1px;
	}
	/* .search-bar .search-button{
		display: none;
	} */
}

@media screen and (max-width: 350px) {
	.siiopa_logo {
		height: 20px;
	}
	.headerContent .topHeader {
		padding: 0px 10px !important;
		justify-content: center;
	}
}

.cursor-icon {
	cursor: pointer;
}

.theme-background-color {
	background-color: #ff4354;
	color: white;
}

.theme-color {
	color: #ff4354;
}

.line-height {
	line-height: 4.7;
}

.width-40 {
	width: 35px;
	margin-left: 3px;
}

.overflow-wrap {
	overflow-wrap: break-word;
}

.text-div {
	margin: auto;
}

.confirmDialogLblHeader {
	margin-top: 0;
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
}

.max-width-dialogBody {
	margin-top: 10px;
	max-width: 370px;
}

.closeButtonIcon {
	color: crimson;
	width: 12px;
	height: 12px;
}

.btnIncrement {
	width: 18px;
	height: 18px;
	padding-left: 5px;
	padding-right: 5px;
	height: 100%;
}

.custom-scrol-body {
	position: absolute;
	top: 55px;
	/* height: calc(100vh - 130px); */
	overflow: auto;
	/* height: calc(100vh - 95px); */
	bottom: 55px;
}

.lblHeadingDialog {
	margin: 0;
	padding: 5px 10px;
}

.margin-1em {
	margin: 1em;
}

.logoImage {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 144px;
	max-width: 100%;
	overflow: hidden;
	margin-right: 0em;
}

.custom-margin-5 {
	margin: 5px 0;
}

.couponFrom {
	border-top: 1px solid #EAEAEA;
	margin-top: 15px;
	padding: 5px;
}

.mainDatePickerlayout {
	border: 1px solid #EAEAEA;
	padding: 5px 10px 10px;
	margin-top: 10px;
}

.lblLayoutCaption {
	margin-top: 0px;
	background: white;
	width: 72px;
	padding-left: 5px;
}

.combo-selection-div {
	display: inline;
	cursor: pointer;
}

.combo-group-item {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	display: flex;
	flex-flow: wrap;
}

.combo-item-header {
	font-weight: bold;
}

.btnSelectFromMap {
	width: 40% !important;
}

fieldset {
	color: black;
	border: 1px solid #ebebeb;
}

.surgery_info_field_set {
	width: 95% !important;
}

.deli-address-error {
	color: red;
	font-weight: bold;
	margin-left: 10px;
	vertical-align: middle;
}

.deli-address-label {
	color: red;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
	margin-bottom: 10px;
}

.map-chk {
	margin-left: 5px;
}

.order-type-selection {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

.order-type-group {
	padding: 0px;
	margin: 0px;
}

.order-type-control {
	min-width: max-content;
	padding: 1px 5px;
	background-color: #ebebeb;
	margin-right: 5px;
	margin-bottom: 10px;
}

.order-type-control vaadin-button {
	border-radius: 0px;
}

.pre-line {
	white-space: pre-line;
}

.focusable_button:hover {
	background-color: #fafafa;
	border-radius: 3px;
	color: black;
}

.margin-top-25 {
	margin-top: 25px;
}

.font-size-20 {
	font-size: 20px;
}

.checkout-form-content {
	max-width: 500px;
	width: calc(100% - 50px);
	min-width: 200px;
}

.ticket-summary {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.profile-first-item {
	max-width: 500px !important;
	margin: 0 15px;
	/* border: 1px solid #EAEAEA; */
	/*  height: fit-content; */
	/* height: max-content;
	position: relative;
	top: 75px;
	vertical-align: top !important; */
	overflow: hidden !important;
	height: min-content !important;
}

.profile-second-item {
	max-width: 500px !important;
	margin: 0 15px;
}

.profile-main-div {
	display: inline-flex;
	flex-wrap: wrap;
}

@media ( max-width : 945px) {
	.profile-main-div {
		display: flex;
		flex-flow: column;
	}
	.profile-first-item {
		order: 2;
		margin-top: 40px;
	}
	.profile-second-item {
		order: 1;
	}
}

.profile-deli-border {
	border: 1px solid #EAEAEA;
	padding: 5px;
	margin-bottom: 15px;
}

.profile-customer-btn-panel {
	margin-top: 20px !important;
	/*  margin-right: auto !important;
    margin-left: auto !important;
    width: calc(32.9% + 0rem) !important; */
}

.profile-address-btn-panel {
	margin-top: 20px !important;
	/* margin-right: auto !important;
    margin-left: auto !important;
    width: calc(32.9% + 0rem) !important; */
}

.store-short-info {
	align-items: center;
}

.store-short-info h2 {
	margin-bottom: 0.2em;
}

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

.mrgin-top-25 {
	margin-top: 25px;
}

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

.margin-bottom-25 {
	margin-bottom: 25px;
}

legend {
	font-weight: bold;
}

.stores {
	
}

.store {
	display: flex;
	border: 1px solid #ebebeb;
	border-radius: 20;
	max-width: 500px;
	margin: 5px auto;
	cursor: pointer;
	align-items: center;
}

.store .logo-image {
	max-width: 7em;
	width: 100%;
	overflow: hidden;
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
	height: 80px;
	background-position: center;
	cursor: pointer;
}

.store>* {
	cursor: pointer;
}

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

.calc-width-left-15 {
	width: calc(99.9% - 15px);
}

.expire-layout-padding {
	padding: 0px 15px 5px 15px;
}

.custom-float-right {
	
}

@media ( max-width : 435px) {
	.custom-float-right {
		float: right;
	}
}

.profile-heading {
	font-weight: bold;
	max-width: 500px !important;
	text-align: center;
	margin-bottom: 20px;
}

@media ( min-width : 1155px) {
	.profile-heading {
		font-weight: bold;
		margin-bottom: 20px;
		margin-left: 303px;
	}
}

.padding_right_330 {
	margin-right: 330px !important;
}

.rating-dialog-text-container {
	max-width: 94% !important;
	padding-left: 15px;
	padding-right: 15px;
}

.rating-dialog-btn-panel {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.store-rating-close-btn {
	margin-top: 10px !important;
	margin-right: 15px !important;
	float: right !important;
}

.loading-image {
	margin: auto;
	width: 100px;
	display: flex;
}

.profile-edit-icon {
	margin-top: 27px;
	cursor: pointer;
	color: #0e65df;
}

.checkout-edit-icon {
	margin-top: 19px;
	cursor: pointer;
	color: #0e65df;
}

.button-pass-recovery {
	color: #fff;
	background-color: #60a0ea;
	border-radius: 0px;
	padding: 5px;
	width: 50%;
}

.reset-pass-tfEmail {
	margin-bottom: 15px;
}

.titled-fieldset {
	border: 1px solid green
}

.titled-legend {
	padding: 0.2em 0.5em;
	border: 1px solid green;
	color: green;
	font-size: 90%;
	text-align: right;
}

.tree-caret {
	user-select: none;
	margin-top: 5px !important;
}

.tree-caret::before {
	content: "\25cf";
	color: #4e4e4e;
	display: inline-block;
	margin-right: 6px;
	margin-left: 15px;
}

.tree-caret-down::before {
	content: "\25CF";
	color: black;
	display: inline-block;
	margin-right: 6px;
}

.tree-nested {
	display: none;
}

.store-opened {
	padding-bottom: 5px;
	color: red;
	font-weight: bold;
}

.store-closed {
	padding-bottom: 5px;
	color: red;
	font-weight: bold;
}

.open-hours {
	color: black;
	font-weight: normal;
}

.open-hours::before {
	content: "\25CF";
	color: black;
	padding: 5px;
}

.profile-close-combo {
	min-width: 100% -1px;
	border: 1px solid green;
	cursor: pointer;
	margin-top: 5px;
}

.profile-close-combo:hover {
	border: 1px solid red;
}

.profile-open-combo {
	border: 1px solid red;
	height: 273px;
	margin-top: 5px;
}

.profile-padding-12px {
	padding: 12px;
}

.profile-name-or-address {
	padding: 12px;
}

@media ( min-width : 945px) {
	.profile-close-combo {
		min-width: 473px;
	}
}

.profile-height-260px {
	height: 260px;
}

.profile-min-max-width-20px {
	max-width: 20px !important;
	min-width: 20px !important;
}

.profile-angle-up {
	margin-left: 45% !important;
	margin-top: 20px;
	width: 30px;
}

.profile-min-max-width-30px {
	max-width: 30px !important;
	min-width: 30px !important;
	cursor: pointer;
}

.progressbar-container {
	width: 100%;
	max-width: 750px;
	position: relative;
	background-color: white;
	z-index: 1;
}

.progressbar {
	counter-reset: step;
	background-color: white;
}

.progressbar li {
	list-style-type: none;
	float: left;
	font-weight: 450;
	width: 14.28%;
	position: relative;
	color: black;
	text-align: center;
}

@media ( max-width :600px) {
	.progressbar-text {
		writing-mode: vertical-rl;
	}
}

.progressbar li:before {
	content: /* counter(step) */ '';
	counter-increment: step;
	width: 20px;
	height: 20px;
	border: 2px solid #ddd;
	display: block;
	margin: 0 auto 8px auto;
	border-radius: 50%;
	line-height: 20px;
	background: #ebebeb;
	color: #bebebe;
	text-align: center;
	font-weight: bold;
}

.progressbar li:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #ddd;
	top: 12px;
	left: -50%;
	z-index: -1;
}

.progressbar li:first-child:after {
	content: none;
}

.progressbar li.active {
	color: green;
}

.progressbar li.active:before {
	content: ' \2713';
	border-color: green;
	background-color: white;
	color: red;
}

.progressbar li.failed:before {
	content: ' \2717';
	border-color: grey;
	background-color: white;
	color: red;
}

.progressbar li.failed:after {
	background-color: grey;
}

.progressbar li.active:after {
	background-color: green;
}

.status-container {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 750px;
	text-align: center;
	font-weight: bold;
	float: left;
	background-color: white;
	border-radius: 3px;
	color: black;
	border: 0px solid #ebebeb;
}

.progressbar-text {
	display: block;
}

.dialogbox {
	position: relative;
	width: 100%;
	height: auto;
	top: -20px;
	min-height: 200px;
	padding: 10px;
	text-align: left;
	float: left;
	background-color: #EFF0F5;
	border-radius: 3px;
	color: black;
	border: 1px solid #ebebeb;
	list-style-type: none;
}

.tracker-head-title {
	margin: 0;
	width: 100%;
	padding: 0;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	float: left;
	padding: 10px;
	border-radius: 5px;
}

.piza-group-header {
	width: 100%;
	display: inline-block;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
}

.icon-previous {
	cursor: pointer;
	color: red;
	min-width: 24px;
}

.button-white-radius {
	border-radius: 32px 32px;
	flex-shrink: 0;
	padding: 5px 20px 5px 10px;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	max-width: 100%;
	margin: 0;
	display: inline-flex;
	width: auto;
	margin-right: 5px;
	-webkit-box-pack: start;
	justify-content: flex-start;
	transition: background-color 0.2s ease-in-out;
	text-align: center;
	background-color: #ffffff;
	color: #494949;
	text-decoration: none;
	user-select: none;
	cursor: pointer;
	align-items: center;
}

.button-white-radius:hover {
	/* background-color: #EA3335;
	color:#ffffff; */
	
}

/* .variants-group vaadin-radio-button {
	width: 100%;
	background-color: yellow;
}
.variantDiv {
	width: 100%;
} */
.item-modifier-heading {
	margin-top: 0px !important;
	margin-left: 1.375em !important;
}

.tree-caret-margin {
	margin-left: -12px !important;
}

.tree-caret-margin-checkbox {
	margin-left: -12px !important;
}

.modifier-combo-chk-item {
	margin-left: 16px !important;
}

.confirm-dialog-layout {
	padding: 5px 10px 5px 10px;
}

.confirm-dialog-lblmsg {
	font-size: 1.2em;
	border-bottom: 0.01em solid #e1e1e1;
	padding-top: 5px;
}

.glasspane {
	z-index: 2000;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.0);
	pointer-events: auto;
	animation: 0.2s lumo-overlay-backdrop-enter both;
	will-change: opacity;
}

.tooltip {
	position: relative;
	display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: gray;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	top: 135%;
	left: 50%;
	margin-left: -60px;
	/* Position the tooltip text - see examples below! */
	position: absolute;
	z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
	visibility: visible;
}

.error-input-field {
	border: 1px solid red !important;
}

.input-field {
	width: 100%;
	padding: 10px 10px;
	margin: 5px 0;
	display: inline-block;
	box-sizing: border-box;
	color: #000000;
	background-color: white !important;
	border-radius: 0px;
	text-align: left;
	box-sizing: border-box;
	outline: none;
	box-shadow: none;
	background-color: white;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	transition: all .2s;
	transition-property: border-color, box-shadow;
}

.input-field:focus {
	background-color: white !important;
	outline: none !important;
	border: 2px solid #e5eaed;
}

.input-field:-webkit-autofill, .input-field:-webkit-autofill:hover,
	.input-field:-webkit-autofill:focus {
	border: 1px solid #ebebeb;
	-webkit-text-fill-color: black;
	-webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
	transition: background-color 5000s ease-in-out 0s;
}

.custom_break_word {
	display: inline-block;
	line-break: strict;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;
	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.text-nowrap {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.mg-video {
	width: 451px;
	height: 253px;
	padding: 5px;
}

.mg-heading {
	font-size: 1.6rem;
	font-weight: 500;
	color: #0E5685;
}

.ticket-item-combo-name {
	padding-left: 15px;
}

.tbl-order-history {
	margin: 0px 5px;
}

.flex-row {
	display: flex;
	flex-wrap: wrap;
	padding: 0 4px;
	width: 100%;
}

.flex-cloumn {
	flex: 50%;
	max-width: 50%;
	padding: 0 4px;
}

.flex-column .item {
	margin-top: 8px;
	vertical-align: middle;
	width: 100%;
}

.grid-container {
	display: grid;
	margin: 0 auto;
	padding-top: 30px;
	width: 100%;
	grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
	/* grid-auto-rows: minmax(100px, auto); */
}

.grid-cell {
	margin-left: 5px;
	margin-right: 5px;
	flex: 1 1 200px;
	align-self: start;
}

.padding-1px {
	padding: 1px;
}

.map-panel {
	grid-row-end: span 2;
}

.stores-section {
	margin: auto;
	max-width: 1420;
}

.li-stores {
	width: 100%;
	display: inline-flex;
	flex-flow: row wrap;
	margin-top: 10px;
	gap: 20px;
}

.store-row {
	position: relative;
	float: left;
	cursor: pointer;
	cursor: pointer;
	margin: 0px !important;
}

.storeContentWrapper {
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 5px;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
	min-height: 113px;
}

.display_off {
	display: none !important;
}

.track_order_link {
	font-weight: bold;
	text-decoration: underline;
	font-size: 16px;
	color: blue;
}

.fv-description {
	max-width: 540px;
	text-align: center;
}

.fv-shadow-title {
	color: var(--theme-shadow-text-color);
	opacity: 0.6;
	margin-top: 30px;
	font-size: 34px;
	z-index: 1;
	font-weight: 500;
	text-align: center;
}

.fv-title {
	text-align: center;
	color: black;
	font-size: 24px;
	z-index: 2;
	margin-top: -30px;
}

.home-icon {
	display: inline-flex;
	flex-direction: column;
	cursor: pointer;
	flex-flow: nowrap;
	margin: 15px 0px;
}

.nav-title {
	padding: 2px 0px 0px 10px;
	margin: 0px;
	color: white;
	font-weight: 500;
}

.login-button {
	flex-shrink: 0;
	padding: 5px 20px 5px 10px;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	max-width: 100%;
	margin: 0;
	display: inline-flex;
	width: auto;
	margin-right: 5px;
	-webkit-box-pack: start;
	justify-content: flex-start;
	transition: background-color 0.2s ease-in-out;
	text-align: center;
	color: white;
	text-decoration: none;
	user-select: none;
	cursor: pointer;
	align-items: center;
}

.t-description {
	background: rgba(0, 0, 0, .4);
	bottom: 0;
	left: 0;
	margin: 0px;
	position: absolute;
	padding: 5px;
	width: calc(100% - 10px);
}

.t-status-open {
	top: 0;
	right: 0;
	margin: 0px;
	position: absolute;
	padding: 5px;
	background: var(--theme-secondary-color);
	color: var(--theme-secondary-text-color);
	font-weight: bold;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
}

.t-status-closed {
	background: var(--theme-primary-color);
	top: 0;
	right: 0;
	margin: 0px;
	position: absolute;
	font-weight: bold;
	color: var(--theme-primary-text-color);
	padding: 5px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
}

.st-title {
	color: white;
}

.st-subtitle {
	color: white;
}

.theme-accent-color {
	background-color: var(--theme-accent-light-color);
}

.red-outline {
	width: 20px;
	height: 20px;
	color: var(--theme-primary-color);
	border: 2px solid var(--theme-primary-color);
	padding: 6px 8px;
	cursor: pointer;
}

.red-outline-disabled {
	width: 20px;
	height: 20px;
	color: #C72C28;
	border: 2px solid var(--theme-primary-color);
	padding: 6px 8px;
	opacity: .5;
	cursor: default;
}

.red-round-outline {
	width: 12px;
	height: 12px;
	color: var(--theme-primary-color);
	border: 2px solid var(--theme-primary-color);
	cursor: pointer;
	border-radius: 50%;
	margin: 2px;
}

.red-round-outline-disabled {
	width: 12px;
	height: 12px;
	color: #C72C28;
	border: 2px solid var(--theme-primary-color);
	opacity: .5;
	cursor: default;
	border-radius: 50%;
	margin: 2px;
}

.rounded-fill {
	width: 60px;
	height: 16px;
	background-color: var(--theme-primary-color);
	border-radius: 10px;
	margin: 2px;
}

.sticky-items {
	max-width: 700px;
	margin: 5px;
	width: 100%;
	display: inline-flex;
	flex-flow: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	flex-direction: row;
	height: 100%;
	padding: 10px;
}

.sticky-item-address-section {
	padding-top: 5px;
	display: inline-flex;
}

.sticky-item-subtitle {
	font-size: 12px;
	color: white;
	font-weight: 400;
}

.sticky-item {
	max-width: 320px;
	width: calc(100%/ 2 - 15px * 0.666666666666667);
	height: 240px;
	position: relative;
	float: left;
	cursor: pointer;
	margin: 5px !important;
}

.new-store-items {
	max-width: 700px;
	margin: 5px;
	width: 100%;
	display: inline-flex;
	flex-flow: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	flex-direction: row;
	height: 100%;
	padding: 10px;
}

.new-store-item {
	max-width: 220px;
	width: calc(100%/ 3 - 15px * 0.666666666666667);
	height: 240px;
	position: relative;
	float: left;
	cursor: pointer;
	margin: 5px;
	margin-top: 120px;
}

.emp-info {
	box-shadow: var(--lumo-box-shadow-s);
	max-width: 565px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 5px;
}

.emp-content {
	padding: 15px 25px;
	width: 100%;
	flex-grow: 1;
	align-items: flex-start;
}

.emp-roles {
	margin: auto;
	justify-content: center;
	display: flex;
	flex-flow: wrap;
	min-width: 180px;
	width: 100%;
}

.emp-role-button {
	min-width: 170px;
}

.emp-image {
	border-radius: 50%;
	align-self: center;
	margin: 10px;
	width: 80px;
	height: 80px;
	overflow: hidden;
}

.emp-sales-history {
	box-shadow: var(--lumo-box-shadow-s);
	width: 100%;
	align-items: center;
	box-sizing: border-box;
	height: 100%;
	flex-grow: 1;
	border-radius: 5px;
}

.emp-action-buttons {
	margin-top: 5px;
}

@media screen and (max-width: 800px) {
	.sticky-item {
		width: 100%;
	}
	.new-store-item {
		width: calc(100%/ 2 - 15px * 0.666666666666667);
	}
	.searchStoreSection {
		width: 400px !important;
	}
	.step-link {
		display: none !important;
	}
	.emp-action-buttons {
		margin-bottom: 10px;
	}
	.emp-clockinout {
		display: inline-flex;
		flex-flow: wrap;
		padding-bottom: 10px !important;
	}
	.emp-sales-balance {
		width: 100%;
		margin: 5px 20px;
	}
	.emp-info {
		max-width: 100% !important;
		width: 100%;
		margin: 5px 20px;
	}
}

@media screen and (max-width: 500px) {
	.sticky-item {
		width: 100%;
	}
	.new-store-item {
		width: 100%;
	}
}

.new-store-image-content {
	width: 100%;
	z-index: 1;
	position: absolute;
	display: inline-flex;
	top: 0;
	margin-top: -90px;
}

.new-store-border-content {
	width: 100%;
	position: absolute;
	display: inline-flex;
	top: 0;
	margin-top: -90px;
}

.fg-black {
	color: black;
}

.new-store-image-box {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	text-align: center;
	align-items: center;
	display: inline-flex;
	margin: auto;
}

.new-store-border-box {
	width: 180px;
	height: 180px;
	border: 2px solid var(--theme-accent-dark-color);
	border-radius: 50%;
	text-align: center;
	align-items: center;
	display: inline-flex;
	margin: auto;
}

.new-store-image {
	width: 170px;
	height: 170px;
	background-size: cover;
	margin: auto;
	background-repeat: no-repeat;
	border-radius: 50%;
	background-image: url(../images/no-image.jpg);
}

.step-1 {
	background-image: url(../images/pin.png);
}

.step-2 {
	background-image: url(../images/restaurant-icon.png);
}

.step-3 {
	background-image: url(../images/order-food.png);
}

.step-4 {
	background-image: url(../images/delivery-man.png);
}

.step-content {
	margin: 10px;
	width: 110px;
	min-height: 120px;
	text-align: center;
	display: inline-flex;
	flex-flow: wrap;
}

.step-title {
	width: 80px;
	margin: auto;
}

.order-step {
	width: 80px;
	height: 80px;
	background-size: contain;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center;
}

.step-image-content {
	width: 100%;
	z-index: 1;
	display: inline-flex;
	justify-content: center;
}

.step-image-box {
	text-align: center;
	align-items: center;
	display: inline-flex;
	padding: 20px;
	border: 1px solid var(--theme-accent-color);
	box-shadow: 1px 1px var(--theme-accent-light-color);
	border-radius: 10px;
}

.new-store-content {
	text-align: center;
	bottom: 0;
	left: 0;
	margin: 0px;
	position: absolute;
	padding: 5px;
	padding-top: 100px;
	width: calc(100% - 10px);
}

.theme-gradient-accent {
	background-image: linear-gradient(var(--theme-gradient-accent-color1),
		var(--theme-gradient-accent-color2));
}

.sg-content {
	position: absolute;
	width: 100%;
	height: 200px;
	opacity: .8;
	margin: auto;
	background-color: var(--theme-accent-dark-color);
}

.sg-image {
	width: 100%;
	height: 200px;
	background-size: cover;
	margin: auto;
	background-image: url(../images/food-pic-mask.jpg);
	background-repeat: no-repeat;
}

.sg-title-section {
	width: 100%;
	position: absolute;
	margin-top: 10px;
	text-align: center;
	z-index: 2;
}

.sg-title {
	color: white;
}

.sg-subtitle {
	color: white;
}

.bottom-section {
	justify-content: center;
	width: 100%;
	margin: 50px auto;
	display: inline-flex;
	flex-flow: wrap;
}

.bottom-col {
	display: inline-flex;
	flex-flow: wrap;
}

.bottom-content {
	width: 200px;
	display: inline-flex;
	flex-direction: column;
	margin-left: 50px;
	margin-top: 10px;
	margin-right: 10px;
}

.bottom-text {
	width: 100%;
	padding: 5px;
}

.v-link {
	width: 100%;
	padding: 5px;
}

.v-link:HOVER {
	text-decoration: underline;
}

.v-find {
	margin: 10px;
	padding: 10px 20px;
	z-index: 5;
}

.register-banner {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 300px;
	background-image: url(../images/home-bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	padding: 0px 20px 20px 20px;
	background-size: cover;
}

.v-top {
	
}

.txt-white {
	color: #ffffff;
}

.txt-tw {
	font-weight: 500;
	padding: 5px;
}

.owner-top-layout {
	width: 100%;
	max-width: 900px;
	align-items: center;
	margin: auto;
}

.owner-register-title {
	padding: 0;
	color: white;
	font-size: 24pt;
	font-weight: 700;
	text-transform: none;
	color: rgb(255, 255, 255);
	display: block;
	font-variant-ligatures: no-common-ligatures;
	margin: 0px;
	padding: 5px 0px;
	max-width: 668px;
}

.food-serve {
	width: 100%;
	height: 280px;
	background-image: url(../images/Illustration.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.white-fill-button {
	border-radius: 5px;
	flex-shrink: 0;
	color: white;
	padding: 5px 20px;
	font-weight: 500;
	cursor: pointer;
	position: relative;
	max-width: 100%;
	margin: 0;
	display: inline-flex;
	width: auto;
	margin-right: 5px;
	text-align: center;
	background-color: var(--theme-primary-text-color);
	color: var(--theme-primary-color);
	text-decoration: none;
	user-select: none;
}

.white-outline-button {
	border-radius: 5px;
	flex-shrink: 0;
	color: white;
	padding: 5px 20px;
	text-align: center;
	font-weight: 500;
	cursor: pointer;
	position: relative;
	max-width: 100%;
	margin: 0;
	display: inline-flex;
	width: auto;
	margin-right: 5px;
	text-align: center;
	text-decoration: none;
	user-select: none;
	border: 1px solid var(--theme-primary-text-color);
}

.register-info-section {
	background-color: var(--theme-accent-color);
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	flex-direction: row;
	margin: 64px 0px;
}

.register-layout {
	display: inline-flex;
	flex-flow: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	flex-direction: row;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 30px;
}

.bubble-layout {
	position: absolute;
	display: inline-flex;
	flex-flow: wrap;
	height: 100px;
	width: 220px;
	margin: 20px;
	-webkit-box-pack: center;
	justify-content: center;
	flex-direction: row;
	background-image: url(../images/bubble.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.step-link {
	margin: 0px;
	width: 60px;
	height: 40px;
	text-align: center;
	display: inline-flex;
	flex-flow: wrap;
}

.step-next {
	margin-left: -5px;
	margin-right: -5px;
	max-width: 100px;
	min-width: 100%;
	height: auto;
}

.ic-link-up {
	margin-top: 60px;
}

.ic-link-down {
	margin-top: 0px;
}

.owner-image-box {
	width: 100px;
	height: 100px;
	text-align: center;
	align-items: center;
	display: inline-flex;
	-webkit-box-pack: center;
	justify-content: center;
	flex-direction: row;
	margin: 10px auto;
	background-repeat: no-repeat;
	background-size: contain;
}

.register-icon {
	background-image: url(../images/register-icon.png);
}

.smartphone {
	background-image: url(../images/smartphone.png);
}

.promo-v {
	margin-bottom: -50px;
}

.promo-setup {
	text-align: center;
	align-items: center;
	display: inline-flex;
	-webkit-box-pack: center;
	justify-content: center;
	flex-direction: row;
	max-width: 720px;
	width: 100%;
	padding-top: 50px;
	margin-top: 30px;
	margin-bottom: 50px;
	max-height: 400px;
	height: 100%;
	background-size: contain;
	background-image: url(../images/Pointed-bg.png);
}

.customer-info {
	display: inline-flex;
	flex-direction: column;
	flex-flow: nowrap;
}

.v-name {
	color: white;
	text-align: center;
	margin: auto 5px;
	font-weight: 500;
}

.v-round-icon {
	border-radius: 50%;
	width: 25px;
	height: 25px;
	margin-left: 20px;
	background-size: contain;
}

.primary-color-button {
	border-radius: 5px 5px;
	flex-shrink: 0;
	padding: 5px 10px;
	font-weight: 500;
	cursor: pointer;
	position: relative;
	max-width: 100%;
	display: inline-flex;
	width: auto;
	margin-right: 5px;
	text-align: center;
	color: var(--theme-primary-text-color);
	background-color: var(--theme-primary-color);
	text-decoration: none;
	user-select: none;
}

.primary-outline-button {
	flex-shrink: 0;
	padding: 5px 10px;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	max-width: 100%;
	margin: 5px 10px;
	display: inline-flex;
	width: auto;
	text-align: center;
	color: var(--theme-primary-color);
	background-color: var(--theme-primary-text-color);
	text-decoration: none;
	user-select: none;
	border: 1px solid #CA3834;
	border-radius: 5px;
}

.fv-container {
	width: 100%;
	padding: 30px;
}

.search-location-box {
	padding: 15px 0px;
	display: flex;
	flex-direction: column;
	flex-flow: nowrap;
	align-items: flex-start;
}

.bodyTable {
	background-color: #f2f2f2;
}

.disable-focus {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.top-align {
	align-items: flex-start;
}

.v-pay {
	background-color: rgb(65, 175, 75);
	border-radius: 5px;
	color: white;
	width: 100%;
	/* height: var(--dafult-button-height); */
}

.color-button {
	margin-right: 5px;
	background: var(--lumo-primary-color);
	text-align: center;
	color: #fff;
}

.green-color-button {
	margin-right: 5px;
	background-color: #4CAF50;
	border-color: #4CAF50;
	text-align: center;
	letter-spacing: 0.5px;
	color: #fff;
	height: var(--dafult-button-height);
}

.gry-color-button {
	margin-right: 5px;
	background-color: gainsboro;
	border-color: #4CAF50;
	text-align: center;
	letter-spacing: 0.5px;
	color: black;
	/* height: var(--dafult-button-height); */
}

.color-blue {
	background: #489EE7;
	color: #fff;
}

.color-light {
	background: #F9FBFC;
	color: #000;
}

.color-FF9E28 {
	color: #FF9E28;
}

.color-6FD65E {
	color: #6FD65E;
}

.default-toggle-button {
	margin-right: 5px;
	margin-bottom: 10px;
	border: 1px solid #E9ECF1;
	text-align: center;
	color: #000;
	border-radius: unset;
	/* height: var(--dafult-button-height); */
}

.numeric-keypad-number-button {
	width: 78px;
	height: 50px !important;
	margin-bottom: 3px !important;
	margin-right: 5px !important;
	font-size: 18px;
	font-weight: 600;
	padding: 0;
}

.padding-0 {
	padding: 0;
}

.margin-right-0 {
	margin-right: 0 !important;
}

.default-button {
	/* margin-right: 5px;
	margin-left: 0px;
	text-align: center;*/
	/* color: black;
	background-color:white;
	border: 1px solid #ddd;  */
	border: 1px solid #ddd;
	background-color: white; /*var(--lumo-contrast-5pct);*/
}

.default-color-button {
	color: white;
	background: var(--lumo-primary-color);
	border-radius: 5px;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
	
}

.default-toggle-button .v-nativebutton-caption {
	white-space: pre-wrap;
}

.default-toggle-button:active, focus {
	background: #489EE7;
	color: #fff;
}

.v-menubar-menuitem-caption {
	white-space: pre-wrap;
	width: 100%;
	height: 100%;
}

.default-toggle-button-red {
	margin-right: 5px;
	margin-bottom: 10px;
	background: #FFEAEA;
	border: 1px solid #FFC0C0;
	text-align: center;
	color: #E51323;
}

.delete-red-button {
	z-index: -1;
	margin-right: 5px;
	margin-bottom: 10px;
	background: #E93335;
	border: 1px solid #E93335;
	text-align: center;
	color: #fff;
}

.default-toggle-button-green {
	margin-right: 5px;
	margin-bottom: 10px;
	background-color: #F2FFED;
	color: #6FD65E;
	border: 1px solid #6FD65E;
	text-align: center;
}

.button-selected {
	background-color: var(--theme-primary-button-color);
	color: #fff;
}

.button-selected-dark {
	background-color: #44444444 !important;
}

.v-dark-button {
	background-color: var(--theme-dark-button-color);
	text-align: center;
	color: white;
	font-weight: 500;
	padding: 5px 10px;;
	cursor: pointer;
	border-radius: 5px;
}

.v-large-font {
	font-size: 24px;
}

.v-keypad {
	width: 100%;
	margin: auto;
	diplay: flex;
	margin-top: 3px;
	flex-direction: column;
}

.v-keypad-row {
	width: 100%;
	display: inline-flex;
	flex-flow: nowrap;
}

.v-keypad-row::BEFORE {
	margin-left: -5px;
	margin-bottom: 0px;
}

.v-key {
	font-size: 20pt;
	color: black;
	flex-grow: 1;
	margin-left: 5px;
	border-radius: 0px;
	min-width: 45px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.split {
	top: 10px !important;
	overflow: hidden;
}

.v-flex-nowrap {
	display: inline-flex;
	flex-flow: nowrap;
}

.v-grid-icon {
	color: rgb(97, 94, 88);
	background: transparent;
	height: 20px;
}

.popup-body-customer {
	width: 100%;
	max-height: calc(100vh - 220px);
	overflow-x: auto;
	padding-bottom: 5px;
}

.cloud-style-error-notification {
	background-color: #eb2977;
	color: white;
}

.transparent {
	background-color: transparent;
}

.cust-select-win-body {
	max-height: calc(100vh - 50px);
	padding-bottom: 5px;
}

.padding-zero-px {
	padding: 0px !important;
}

.margin-zero-px {
	margin: 0px;
}

.margin-top-8px {
	margin-top: 8px;
}

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

.margin-top-25px {
	margin-top: 25px;
}

.margin-top-0px {
	margin-top: 0px;
}

.margin-bottom-2px {
	margin-bottom: 2px;
}

.price-group-text-container {
	margin-left: 4px;
}

.custom-input-field {
	display: inline-block;
	box-sizing: border-box;
	color: #000000;
	background-color: white !important;
	border-radius: 0px;
	box-sizing: border-box;
	outline: none;
	box-shadow: none;
	cursor: text;
	background-color: white;
}

.reason-combo-box {
	padding-right: 5px;
	padding-left: 12px;
}

.reason-content {
	padding-left: 12px;
}

.margin-bottom-zero-px {
	margin-bottom: 0px;
}

.center-horizontal {
	margin: auto 0;
}

.center-vertical {
	margin: 0 auto;
}

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

.padding-left-12 {
	padding-left: 12px;
}

.lbl-gratutity-text {
	padding-top: 5px;
}

.lbl-gratuity-amount {
	margin: auto;
	padding-left: 5px;
}

.btn-remove-gratuity {
	height: 20px;
	background-color: transparent;
}

.icon-remove-gratuity {
	cursor: pointer;
	padding: 2px 0px;
	color: darkred;
	width: 16px;
	height: 16px;
	min-width: 16px;
}

.fixed-button-width {
	width: 110px !important;
}

.btn-void-transaction {
	height: 15px !important;
	background-color: transparent;
	margin-top: 0;
	margin-left: 0;
	padding-right: 0px;
}

.btn-red-white-text {
	color: white;
	background-color: red;
}

.reload-dialog {
	width: auto !important;
}

#select-all-text-field {
	padding: 0px;
	height: 30px;
	text-align: center;
	border-radius: var(--lumo-border-radius);
	background-color: var(--lumo-contrast-10pct) !important;
	border: 1px solid #EAEAEA;
	padding: 0 calc(0.375em + var(--lumo-border-radius)/4- 1px);
	font-weight: 500;
	line-height: 1;
	position: relative;
	cursor: text;
	box-sizing: border-box;
}

.client-modifier-unit-container {
	display: flex;
	flex-direction: row;
	padding-left: 10px;
	padding-right: 10px;
	width: calc(100% - 20px) !important;
}

.client-units-radio-button-container {
	max-height: 55px;
	overflow-y: auto;
}

.client-modifier-unit-text {
	font-weight: bold;
	margin-right: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 3px;
	height: 33px;
}

.logo-version-name {
	color: #eb1700;
	margin-left: 5px;
	transform: translate(0px, -5px);
}

.global_input_label {
	margin-top: auto;
	margin-bottom: auto;
}

.center-warp-div {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.flex-wrap-no-wrap {
	flex-wrap: nowrap;
}

.big-font-style {
	font-size: 16px;
	font-weight: bold;
}

.dafult-button-height {
	height: var(--dafult-button-height);
}

.dafult-white-color {
	color: white !important;
}

.kitchen-print-icon {
	color: #ec0909;
	width: 14px;
	height: 14px;
	margin-right: 5px;
}

.right-header-pannel {
	text-align: center;
	color: black;
	font-weight: 500;
	padding: 5px 10px;;
	cursor: pointer;
	border-radius: 5px;
}

.default-background-color {
	color: white;
	background-color: var(--dafult-background-color);
}

.background-white-color {
	background-color: white !important;
}

.ticket-list-grid-new-sale {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.ticket-list-grid-btn-margin {
	/* margin:0px 0px 5px 0px; */
	
}

.ticket-list-grid-right-action-pannel {
	flex-grow: 1;
	display: inline-flex;
	justify-content: flex-end;
	margin-right: 10px;
}

.ticket-list-grid-tf-orderno {
	max-width: 350px;
	margin: 0px 5px 0px 0px;
	width: 100%;
}

.no-margin {
	margin: 0px;
}

.default-border {
	border: 1px solid #ebebeb;
}

.default-radius {
	border-radius: 5px;
}

.clocked-in-user-grid {
	flex-grow: 1;
	height: calc(100vh - 380px) !important;
	border: none;
}

.margin-right-zero {
	margin-right: 0px !important;
}

.table-selection-layout {
	padding: 20px;
	width: calc(100% - 40px);
	align-items: start !important;
}

.table-selection-page {
	height: calc(100vh - 65px) !important;
	overflow-y: auto;
}

.table-selection-container {
	height: calc(100vh - 130px) !important;
	max-height: calc(100vh - 130px) !important;
}

.shop-table-button {
	border: 1px solid gray;
	font-weight: bold;
	background-color: white;
	color: black;
	font-size: 24px;
	width: 157px;
	height: 138px;
}

.ticket-view-container {
	display: flex;
	padding-top: 0px;
	padding-bottom: 0px;
	height: calc(100vh - 165px);
	width: 35% !important;
}

.display-none {
	display: none;
}

@media only screen and (max-width: 800px) {
	.ticket-view-container {
		width: 100% !important;
	}
}

.item-view-layout {
	width: 0 !important;
	flex-grow: 1;
}

.ticket-view-container-item-expanded {
	height: calc(100vh - 233px);
}

.items-container {
	margin-right: 15px;
	margin-bottom: 0px;
	width: 100%;
	height: calc(100vh - 244px);
	margin-top: 5px !important;
	text-align: center;
	display: flex;
	padding: 0;
}

.items-root-layout {
	display: flex;
	flex-flow: column;
	width: 100%;
	height: 100%;
	margin-left: 3px;
}

.item-group-layout {
	flex-grow: 1;
}

.categories-container {
	margin-right: 15px;
	margin-bottom: 0px;
	width: 100%;
	margin-top: -10px;
	text-align: center;
	display: flex;
	flex-flow: row;
}

.groups-container {
	margin-right: 15px;
	margin-bottom: 0px;
	width: 100%;
	margin-top: -10px;
	text-align: center;
	display: flex;
	height: 100px !important;
}

.items-layout {
	padding: 20px;
	width: calc(100% - 40px);
	align-items: start !important;
	overflow-y: auto;
}

.categories-layout {
	width: 120px;
	align-items: start !important;
	overflow-y: auto;
	justify-content: start;
}

.groups-layout {
	padding: 5px;
	width: calc(100% - 40px);
	align-items: start !important;
	overflow-x: auto;
}

.item-button {
	width: 126px;
	height: 62px;
	flex-flow: column;
}

.group-button {
	width: 100px;
	height: 40px;
}

.category-button {
	/*min-width:100px;*/
	height: 30px;
	padding-left: 10px !important;
	padding-right: 10px !important;
	white-space: nowrap !important;
	overflow: unset !important;
}

.v-button-selected {
	background-color: darkgray !important;
}

.grid-button {
	border: 1px solid #A0A0A0;
	border-radius: 5px;
	background-color: white;
	color: black;
	margin: 5px;
	text-align: left;
	white-space: pre-line;
	overflow: hidden;
	text-overflow: ellipsis;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 2px 5px 2px 5px;
	cursor: pointer;
	display: flex;
}

.grid-button:HOVER {
	background-color: #eaeaea;
}

.grid-button:ACTIVE {
	background-color: #e5e5e5;
}

.ticket-view-container .search-panel {
	padding: 0px 0px 15px 0px !important;
}

.empty-cart-view {
	text-align: center;
}

.seat-caption {
	width: 100%;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 5px;
}

.table-container {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}

.v-flex-wrap {
	display: flex;
	flex-flow: wrap;
}

.selection-layout {
	width: 100%;
}

.create-patient-layout {
	margin-left: 10px;
}

.create-patient-layout-tf-margin-top {
	margin-top: 0;
}

.margin-right-20px {
	margin-right: 20px;
}

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

.additional-emergency-contact-heading {
	width: calc(100% - 30px);
	margin-top: 15px;
}

.view-name-header {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	font-weight: 800;
}

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

.text-area-caption {
	font-weight: bold;
}

.required {
	color: red;
}

.approved_note_header {
	width: 250px;
	min-width: 100px;
}

.approved_normal_value {
	width: 260px;
	min-width: 100px;
}

.approved_unit_header {
	width: 50px;
}

.approved_unit_header_2 {
	width: 200px;
	min-width: 100px;
}

.approved_note_header2 {
	width: 270px;
	min-width: 100px;
}

.approved_result_column {
	width: 170px;
	min-width: 100px;
}

.approved_CHK_value_value {
	min-width: 50px;
}

.approved_CHK_value_value2 {
	min-width: 30px;
}

.approved_group_footer {
	padding-left: 20px;
	width: 705px;
}

.approved_group_footer_2 {
	padding-left: 20px;
	width: 600px;
}

.approved_group_header {
	width: 180px;
	min-width: 100px;
}

.approved_machine_header {
	width: 100px;
	min-width: 100px;
}

.approved_normal_value2 {
	width: 305px;
	min-width: 100px;
}

.full-screen-body-50 {
	max-height: calc(100vh - 50px);
	padding-bottom: 5px;
}

.payment-button-layout {
	font-weight: normal;
}

.payment-method-field-set {
	margin-top: 15px;
	margin-left: 18px;
	margin-right: 18px;
	color: black;
	border: 1px solid #ebebeb;
}

.lbl-customer-name-font-layout {
	font-weight: normal;
	color: black;
}

.customer-name-layout {
	padding-bottom: 5px;
}

.lbl-med-form {
	font-weight: bold;
	min-width: 135px;
}

.lbl-doctor {
	width: 100%;
	max-width: 300px;
}

.p-method {
	width: 100%;
}

.tf-search-layout {
	background-color: white;
	padding: 0px;
	border-radius: 10px;
}

.med-form {
	padding: 10px 20px !important;
}

.middle-vertical-align {
	vertical-align: middle;
}

.lbl-from-to-date-layout {
	margin-right: 5px;
	align-self: center;
}

.footer-button-panel {
	width: 100%;
	justify-content: center;
	align-items: center;
	margin: 5px 10px 5px 5px;
}

.dialog-header {
	border-bottom: 0.01em solid #e1e1e1;
}

.form-layout-full {
	width: 100% !important;
	margin: 0px;
	--vaadin-form-item-label-width: 16em;
	line-break: strict;
	overflow-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.version-footer {
	max-width: 200px;
	margin: 5px;
	line-break: strict;
	overflow-wrap: break-word;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.version-change-info {
	margin: 10px;
	padding: 10px;
}

.full-height-viewer {
	height: calc(100vh - 50px);
	padding-bottom: 5px;
}

.link-button-style {
	color: black;
	background-color: white;
	border: 1px solid #ddd;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: var(--dafult-button-height);
	min-height: inherit;
	text-shadow: inherit;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	--lumo-button-size: var(--lumo-size-m);
	min-width: calc(var(--lumo-button-size)* 2);
	box-sizing: border-box;
	font-family: var(--lumo-font-family);
	font-size: var(--lumo-font-size-m);
	font-weight: 500;
	border-radius: var(--lumo-border-radius);
	-webkit-tap-highlight-color: transparent;
	/* -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; */
}

.date-selection {
	margin-top: 0px;
	display: inline-flex;
	flex-flow: wrap;
}

.orders-view-filters-pane {
	display: inline-flex;
	flex-flow: wrap;
	align-items: end;
}
.ticketListGrid, .bookingListGrid, .prescriptionListGrid {
	margin-top: 5px;
}

.cb-and-lbl-alignment {
	padding-bottom: 23px;
	font-weight: bold;
}

.updated-cb-and-lbl-alignment {
	padding-bottom: 0px;
	font-weight: bold;
}

.lbl-discount-type-alignment {
	padding-top: 8px;
}

.lbl-discount-alignment {
	padding-top: 9px;
}

.lbl-updated-discount-type-alignment {
	padding-bottom: 0px;
}

.orderLayout {
	align-items: center;
	gap: 5px;
}

.single_line_ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	height: auto;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.from-layout-width {
	width: 30% !important;
	padding-left: 0px !important;
	margin-left: 0px !important;
	padding-right: 0px !important;
	margin-right: 15px !important;
}

.from-layout-width-2-column {
	width: 60% !important;
	padding-left: 0px !important;
	margin-left: 0px !important;
	padding-right: 0px !important;
	margin-right: 15px !important;
}

.collect_report_overflow_x {
	max-height: calc(100vh - 140px);
	overflow-x: hidden;
	overflow-y: auto;
	padding-bottom: 5px;
}

iframe {
	border: 0;
}

.vaadin-flow-tab {
	background-color: #efeded;
	width: 100%;
}

.horizontal-divider-bar {
	padding: 0px !important;
	border-top: 1px solid #c9c9c9;
	margin: 13px 0px 13px 10px;
}

.margin-left-two {
	margin-left: 2px !important;
}

.custom-heading {
	margin: 20px;
}

.custom-heading_2 {
	margin: 20px;
	width: calc(100% - 35px);
}

.custom-button-margin {
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
}

.formula-style {
	background-color: lightyellow !important;
}

.group-total-count-style {
	background-color: lightred !important;
}

.three-column-tabular-layout {
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15)
		0px 0px 0px 1px;
	margin-bottom: 20px;
}

.disbled-color {
	background-color: var(--lumo-contrast-10pct);
}

.misce-dialogue-style {
	width: auto !important;
	margin-left: 10px;
	margin-right: 10px;
}

.btn-edit-style {
	margin-left: 10px;
	text-align: center;
	color: black;
	height: var(--dafult-button-height);
	background-color: white;
	border: 1px solid #ddd;
}

.item-search-view {
	width: calc(100% - 20px);
	padding: 5px 10px;
}

.lightBlue {
	background: lightBlue;
}

.lightgoldenrodyellow {
	background: lightgoldenrodyellow;
}

.custom-width-200 {
	width: 200px;
	min-width: 200px;
}

.custom-width-150 {
	width: 150px;
	min-width: 150px;
}

.sort-radio-button-group {
	align-items: center;
}

.lbl-rfcommission-type-alignment {
	padding-top: 10px;
}

.vaadin-group-field-container {
	margin: auto;
}

.lumo-size-m-undifined {
	--lumo-button-size: ;
}

.table-border-collapse {
	border: 1px solid black;
	border-collapse: collapse;
}

.chk-show-lab-doctor {
	display: flex;
	align-items: center;
	width: 200px;
}

.item-grid-style {
	border-bottom: 1px solid lightgray;
	padding-left: 5px;
	padding-right: 5px;
}

.item-alignment {
	align-items: center;
}

.item-padding {
	padding-top: 5px;
}

.image-layout {
	max-height: 80px;
	min-height: 80px;
	min-width: 115px;
}

.fullListGrid {
	height: 100%;
}

.bed {
	display: flex;
	flex-direction: column-reverse;
	margin-right: 5px;
	align-items: center;
	padding: 5px;
	min-width: 45px;
	background-color: #ebebeb;
	border-radius: 5px;
}

.bed-search-view {
	width: 100%;
	height: 100%;
	flex-grow: 1;
	border-bottom: 1px solid #ebebeb;
}

.custom-width-165 {
	width: 165px;
	min-width: 165px;
}

.test-result-med-form {
	padding: 10px 20px !important;
	min-width: 1100px;
}

.discount-layout {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
}

.billing-header {
	background: #fafafa;
	color: #000;
	font-weight: bold;
	padding: 5px;
}

.billing-body {
	padding: 5px;
}

.bed-selected {
	background-color: var(--primary-color) !important;
	color: white !important;
}

.dv-bed {
	background-color: white;
	cursor: pointer;
	padding: 5px 15px;
}

.panel-grid-info>.panel-grid-heading {
	color: #333;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.panel-group .panel-grid-heading {
	border-bottom: 0;
}

.panel-grid-heading {
	padding: 5px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-weight: 600;
	color: #333;
}

.panel-grid-body {
	padding: 15px;
}

.panel-grid-info {
	border-color: #bce8f1;
}

.panel-grid {
	margin-bottom: 8px;
	background-color: #fff;
	border: 1px solid #bce8f1;
	border-radius: 4px;
	width: 100%;
	max-width: 700px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-grid+.panel-grid {
	margin-top: 5px;
}

.vaadin-full-calendar div {
	cursor: inherit !important;
}

.po-status {
	padding: 0px 0px 0px 10px;
	font-size: 15px;
	font-weight: bold;
}

.wizard {
	width: 100%;
	padding: 0px;
	margin: 0;
}

.wizard-box {
	padding: 0px 5px 25px 0px;
}

.wizard-body-container {
	width: 100%;
	height: calc(100vh - 170px);
	overflow-y: auto;
}

.wizard-title {
	padding: 10px 15px 5px 15px;
}

.wizard-footer {
	width: 100%;
	padding: 3px 15px 0px 15px;
	position: absolute;
	bottom: 0;
	border-top: 1px solid lightgray;
}

.wizard-body {
	padding: 5px 10px;
	max-width: 550px;
	width: 100%;
}

.item-container {
	margin-left: 100px;
	margin-top: unset;
	width: calc(100% - 100px) !important;
}

.surgery-item-container {
	margin-top: unset;
	width: calc(100% - 10px) !important;
}

.two-panel-flex-root {
	display: flex;
	flex-wrap: wrap;
	gap: 20;
}

.two-panel-flext-left-panel {
	flex: 0 1 400px; /* Flex-grow, flex-shrink, and flex-basis */
	/* flex-basis: 200px means each item will try to be at least 200px wide */
}

.two-panel-flext-right-panel {
	flex: 1 1 300px; /* Flex-grow, flex-shrink, and flex-basis */
	/* flex-basis: 200px means each item will try to be at least 200px wide */
}

.doctor_visit_detail_layout {
	padding-left: 10px;
	width: 100%;
	height: auto;
	overflow-y: auto;
}

.part_label {
	align-self: flex-start;
	color: var(--lumo-secondary-text-color);
	font-weight: 500;
	font-size: var(--lumo-font-size-s);
	margin-left: calc(var(--lumo-border-radius-m)/4);
	transition: color 0.2s;
	line-height: 1;
	padding-bottom: 0.3em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	max-width: 100%;
	box-sizing: border-box;
}

vaadin-text-area::part(input-field) {
	color: black;
	background-color: var(--lumo-contrast-10pct) !important;
	border: none;
}

.toggle-button-normal {
	color: black;
	margin: 0px;
	border-radius: 0px;
	border: 0px solid lightgray;
	border-bottom: 1px solid #E9ECF1;
	margin-bottom: 2px;
	background: var(--_lumo-button-background-color, var(--lumo-contrast-5pct));
}

.toggle-button-selected {
	background: var(--lumo-primary-color) !important;
	color: white;
	box-shadow: 3px 0 0 var(--primary-color);
}

.expense-list-view-footer-button {
	margin-left: 10px;
	margin-right: 10px;
	position: absolute;
}

.expense-list-view {
	padding-left: 10px;
	padding-right: 10px;
}

.right_margin_5px {
	margin-right: 5px;
}
@keyframes slideFromLeft {
  from {
    opacity: 0;
	transform: translateY(-1500px);
}

to {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes slideFromRight {
  from {
    opacity: 0;
	transform: translateX(50px);
}

to {
	opacity: 1;
	transform: translateX(0);
}

}
.slide-left {
	animation: slideFromLeft 0.3s ease-in-out;
}

.slide-right {
	animation: slideFromRight 0.4s ease;
}

.advance-row {
	background-color: white;
	padding-top: 8px;
	margin-bottom: -10px;
}

.advance-button-row {
	margin-left: 35px;
	max-width: 142px;
	width: 100%;
	margin-top: 10px;
	align-items: center;
}

.admission-content {
	padding-left: 10px;
	padding-right: 10px;
	max-width: 580px;
}

.footer-panel {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
.footer-panel2 {
    width: 100%;
    display: flex;
    justify-content: center;
}

.pagination-container {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

.flex-panel-with-border {
	display: inline-flex;
	flex-flow: wrap;
	align-items: end;
	padding: 0 10px 10px;
	border-bottom: 1px solid #ccc;
}

v-stepper::part(content) {
	align-self: center;
	width: calc(100% - 25px) !important;
}
[part="label"]::after {
    color: red !important; /* Only red for required fields */
}

.margin-left-20px{
	margin-left: 20px;
}

.custom-padding-view {
	padding-left: 20px;
	padding-right: 20px;
}
.spacing-layout > * {
    margin-right: 10px; /* Adds 10px spacing between all children */
}

.spacing-layout > *:last-child {
    margin-right: 0; /* Prevents extra margin on the last child */
}
.flex-gap {
	gap: 5px;
}

.hide-scrollbar {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;         /* Firefox */
  -ms-overflow-style: none;      /* IE 10+ */
  touch-action: pan-y;
  overscroll-behavior: none;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
.card-view {
	--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    padding: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    border-radius: 0.25rem;
}

.confirmation-animation {
  animation: fadeSlideUp 0.8s ease-out;
}

@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.mini-sidebar-item {
  cursor: pointer;
  border-radius: 0;
  transition: background-color 0.2s ease;
}

.mini-sidebar-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.mini-sidebar-item.mini-sidebar-selected {
	color: white;
    background-color: rgba(255, 255, 255, 0.15);
    transition: background-color 0.2s ease;
}
.footer-panel3 {
	width: 100%;
	margin: 5px 10px 5px 0;
}
.bed-form-padding {
	padding-left: 20px;
	padding-right: 20px;
}
.doctor-visit-view{
	font-weight: 700;
    text-align: center;
    font-size: 20px;
    padding-bottom: 9px;
}

/* Modern Cloud Grid Styling */
.modern-cloud-grid {
	border: 1px solid #e5e7eb;
	background: white;
}

.modern-cloud-grid::part(header-row) {
	background-color: #f9fafb;
}

.modern-cloud-grid [slot^="vaadin-grid-cell-content-"] {
	/*padding: 8px 12px;*/
}

.modern-cloud-grid::part(header-cell) {
	background-color: #f9fafb;
	color: #6b7280;
	font-weight: 600;
	font-size: 11px;
	/*text-transform: uppercase;*/
	letter-spacing: 0.05em;

	padding: 8px 12px;     
	white-space: normal;  
	overflow: visible;        
	text-overflow: unset;
	height: auto !important;    
	min-height: 40px;            

}

.modern-cloud-grid::part(cell) {
	padding: 0;
	font-size: 14px;
	color: #1f2937;
}

.modern-cloud-grid::part(row) {
	min-height: 48px;
}

.modern-cloud-grid::part(body-cell) {
	border-bottom: 1px solid #f3f4f6;
}

.modern-cloud-grid vaadin-checkbox {
	margin: 0;
}

.modern-cloud-grid::part(selected-row-cell) {
	background-color: #eff6ff !important;
}

.responsive-two-column {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.responsive-two-column > * {
  flex: 1 1 48%;
}

@media (max-width: 900px) {
  .responsive-two-column > * {
    flex: 1 1 100%;
  }
}

.colummn-header-payment-entry-css, a.fc-timeline-slot-cushion.fc-scrollgrid-sync-inner {
    font-weight: 500 !important;
	font-size: var(--lumo-font-size-s) !important;
	color: #1f2937 !important;
}
