/* Inter Font - Google Fonts CDN */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

html{
	--theme-primary-color: #C72C28;
	--theme-secondary-color: #E87E04;
	--theme-accent-light-color: #FEF8F8;
	--theme-accent-color: #FEF1F1;
	--theme-accent-dark-color: #F9A7A4;
	--theme-gray-color: #656565;
	--theme-gradient-accent-color1: #FFDDDD;
	--theme-gradient-accent-color2: #FFF5F5;
	--theme-gradient-gray-color1: #010000;
	--theme-gradient-gray-color2: #FFFFFF;
	--theme-home-fg-color:#3A3A3A;
	--theme-home-light-color:#FFFDFE;
	--theme-home-search-button-width:130px;
	--theme-content-max-width:1050px;
	--text-dark: #2b2d42;
	--border-color:#f0f0f0;
	
	--theme-primary-text-color: white;
	--theme-secondary-text-color: white;
	--theme-shadow-text-color:#F1E2E1;
	--lumo-font-family:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
/* CSS Variables */
:root {
    --mv-primary-color: #e63946;
    --mv-secondary-color: #f77f00;
    --mv-text-dark: black;
    --mv-text-light: #1f252e;
    --mv-bg-light: #f8f9fa;
    --mv-white: #ffffff;
    --mv-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
    --mv-shadow-lg: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.15);
    --mv-border-radius: 0.75rem;
    --mv-content-max-width:80rem;
    --lumo-font-family:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
	color: #615e58;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	background-color: #fff;
	line-height: 1.5;
	font-family: var(--lumo-font-family) !important;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

div,span,label,p,h1,h2,h3,h4,h5,h6,a {
  -webkit-user-select: text; 
  -ms-user-select: text; 
  user-select: text; 
}

.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: #008CBA;
} /* Blue */
.button-red {
	background-color: var(--theme-primary-color);
} /* 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-bottom_14 {
	margin-top: 16px;
	margin-bottom: 10px;
}

.margin_left_5 {
	margin-left: 5px;
}

.margin_bottom_5 {
	margin-bottom: 5px;
}

.margin_left_right_0 {
	margin-left: 0px;
	margin-right: 0px;
}

.title-text {
	overflow: hidden;
	text-align: center;
}

.form-with-border {
	border: 1px solid #EAEAEA;
	padding: 25px 30px 30px 30px;
}

.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; */
}

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: var(--theme-primary-color);
	text-decoration: none;
}

.main {
	padding: 0px;
	margin-bottom: 0px;
}

.color-white {
	color: white;
}

.color-black {
	color: black;
	background: transparent;
}

.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-color);
	border-color: var(--theme-primary-color);
	border-radius: 0px;
	/* padding: 5px; */
	cursor: pointer;
}

.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: var(--theme-primary-color);
	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);
}

.footer-content {
	max-width: 75em;
	width: 95%;
	margin: 40px auto;
	overflow: hidden;
	position: relative;
}

.heading {
	padding: 1em;
	position: relative;
	z-index: 1;
	color: #f7f7f7;
	background: var(--theme-primary-color);
}

.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: var(--theme-primary-color);
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.tf {
	background: var(--theme-primary-color);
	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: var(--theme-primary-color);
	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: 1em;
	}
	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 {
	cursor: default;
}

.red {
	color: var(--theme-primary-color);
}

.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 {
	color: white;
	font-size: 27pt;
	font-weight: 700;
	line-height: 60px;
	text-transform: none;
	color: var(--theme-home-fg-color);
	display: block;
	font-variant-ligatures: no-common-ligatures;
	margin: 0px;
	padding: 20px 0px 0px;
}

.searchTitleContainer {
	max-width: 490px;
	/* z-index: 1; */
	margin: 0px;
}

.searchContainer {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 300px;
	background-image: linear-gradient(to bottom, white 0 80%, var(--theme-home-light-color));
	max-width: var(--theme-content-max-width);
	margin: auto;
}
.border-radius-15px{
	border-radius: 15px !important;
}
.font-poppins{
	/* font-family: Poppins; */
}
.home-bg1{
	background-repeat: no-repeat, repeat;
	background-position: right bottom, left top;
	min-height: 300px;
	background-size: contain, cover;
}

.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;
}

.searchSection {
	margin-top: 40px;
	padding: 0px 30px;
}

@media ( max-width :800px) {
	.search-bar {
		width: 100% !important;
	}
	.searchTitle {
		margin-top: -30px !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;
	}
}

@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-family: DD-TTNorms, -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol";
	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: var(--theme-primary-color);
	text-decoration: none;
	user-select: none;
}

.search-button {
	border-radius: 0 32px 32px 0;
	padding: 0 4px;
	flex-shrink: 0;
	color: white;
	height: 40px;
	padding: 0px 15px;
	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: var(--theme-primary-color);
	text-decoration: none;
	user-select: none;
	margin-left: -20px;
}

.title_h1 {
	font-size: 1.7rem;
	font-weight: 300;
	line-height: 1.25em;
	font-family: "MuseoSans", Arial, sans-serif;
	color: #333;
	padding-top: 5px; 
    padding-bottom: 5px; 
	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-family: DD-TTNorms, -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol";
	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-family: DD-TTNorms, -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol";
	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-family: DD-TTNorms, -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 700;
	line-height: 24px;
	letter-spacing: -0.04ch;
	text-transform: none;
	color: var(--theme-primary-color);
	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 {
	padding-top: 55px;
}

.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;
}

.user-icon {
	color: black;
	padding-right: 5px;
	width: 20px;
}

.customer-icon {
	width: 20px;
	height: 20px;
	color: var(--theme-primary-color);
	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: var(--theme-primary-color);
	border-color: var(--theme-primary-color);
	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 - 95px);
}

/* Category Browser */
div.catalogBrowser .categoryHeader {
	/* padding: 5px 40px 0;
	width: calc(100% - 80px);
    box-shadow: 0px 4px 12px rgb(0 0 0 / 10%); */
}

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: var(--theme-primary-color);
		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;
}

.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: var(--theme-primary-color);
	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: var(--theme-primary-color);
	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 var(--theme-primary-color)
}

.productQuantityEditor .minusQuantity {
	float: left;
	border-right: 1px solid var(--theme-primary-color);
	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 var(--theme-primary-color);
	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: var(--theme-primary-color);
}

section.addButtonWrapper:HOVER {
	background-color: var(--theme-primary-color);
}

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;
	max-width: 400px;
	/* margin-top: -3px; */
	/* margin-bottom: 5px; */
}

.order-submission-search-field {
	width: 100%;
	margin-right: 5px;
	max-width: 100%;
}

.custom-text-field {
	max-width: 250px;
}

.dfl-text{
	color:var(--text-dark);
}

@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 {
	/* font-family: 'DD-TTNorms', -apple-system, BlinkMacSystemFont, "Segoe UI",
		"Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
		'Helvetica Neue', Helvetica, Arial, sans-serif; */
	
}

.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: 5px;
}

.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;
}

.custom-padding-border {
	margin-top: 25px;
	/* margin-left: 15px; */
	border: 1px solid #EAEAEA;
}

.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 - 220px);
	overflow-y: auto;
	padding-bottom: 5px;
}

@media screen and (max-width: 360px) {
	.chhEFf {
		padding: 20px 5px !important;
	}
}

.popup-footer {
	background-color: white;
	width: 100%;
	/* margin: auto 30px; */
	border-top: 1px solid #ccc;
}

.fixedHeader {
	background-color: white;
	width: 100%;
}

.label-header {
	padding-left: 15px;
	width: calc(100vw - 48px) !important;
	max-width: 450px;
	margin: 10px;
}

.closeButtonStyle {
	padding-right: 10px;
}

.itemDescription {
	/* max-width: 400px; */
	
}

.clientMessageDialog {
	min-height: 150px;
	max-width: 400px;
	padding: 5px 15px;
}

.modern-client-dialog {
	border-radius: 12px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
	max-width: 480px;
	padding: 0;
	overflow: hidden;
	animation: dialogFadeIn 0.2s ease-out;
	
}

@keyframes dialogFadeIn {
	from {
		opacity: 0;
		transform: scale(0.95) translateY(-10px);
	}
	to {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

.modern-client-dialog::part(overlay) {
	background-color: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(2px);
}

.modern-client-dialog::part(content) {
	padding: 0 !important;
}

.modern-dialog-container {
	display: flex;
	flex-direction: column;
	width: 100%;
}

/* Dialog Header */
.modern-dialog-header {
	padding: 20px 24px;
	border-bottom: 1px solid #f0f0f0;
	background: linear-gradient(135deg, var(--theme-accent-light-color) 0%, #ffffff 100%);
}

.modern-client-dialog.dialog-error .modern-dialog-header {
	background: linear-gradient(135deg, #FEE 0%, #ffffff 100%);
}

.modern-client-dialog.dialog-success .modern-dialog-header {
	background: linear-gradient(135deg, #EFE 0%, #ffffff 100%);
}

.modern-dialog-header .dialog-icon {
	width: 28px;
	height: 28px;
	margin-right: 12px;
}

.modern-client-dialog.dialog-info .dialog-icon {
	color: var(--theme-primary-color);
}

.modern-client-dialog.dialog-error .dialog-icon {
	color: #dc3545;
}

.modern-client-dialog.dialog-success .dialog-icon {
	color: #28a745;
}

.modern-dialog-header .dialog-title {
	font-size: 1.25rem;
	font-weight: 600;
	color: #2c3e50;
	letter-spacing: -0.02em;
}

/* Dialog Content */
.modern-dialog-content {
	padding: 24px !important;
	margin: 0 !important;
	min-height: 80px;
}

.modern-dialog-content .dialog-message {
	font-size: 1rem;
	line-height: 1.6;
	color: #495057;
	display: block;
	padding: 0 !important;
	margin: 0 !important;
}

/* Dialog Footer */
.modern-dialog-footer {
	padding: 16px 24px;
	border-top: 1px solid #f0f0f0;
	background-color: #fafafa;
	justify-content: center;
}

.modern-dialog-button {
	min-width: 100px;
	height: 40px;
	border-radius: 8px;
	font-weight: 500;
	font-size: 0.9375rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: all 0.2s ease;
	background-color: var(--theme-primary-color);
	color: white;
	border: none;
	box-shadow: 0 2px 4px rgba(199, 44, 40, 0.2);
}

.modern-dialog-button:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 8px rgba(199, 44, 40, 0.3);
	background-color: #b32824;
}

.modern-dialog-button:active {
	transform: translateY(0);
	box-shadow: 0 2px 4px rgba(199, 44, 40, 0.2);
	background-color: #a02521;
}

/* Modern Notification Styles */
.modern-notification {
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	min-width: 300px;
	max-width: 400px;
}

.modern-error-notification {
	background-color: #dc3545;
	color: white;
	border-radius: 8px;
	padding: 12px 16px;
}

.modern-error-notification .notification-layout {
	display: flex;
	align-items: center;
}

.modern-error-notification .notification-icon {
	width: 20px;
	height: 20px;
	color: white;
	margin-right: 8px;
}

.modern-error-notification .notification-text {
	font-size: 0.9375rem;
	font-weight: 500;
}

/* Responsive adjustments */
@media (max-width: 600px) {
	.modern-client-dialog {
		max-width: 90vw;
		margin: 16px;
	}

	.modern-dialog-header,
	.modern-dialog-content,
	.modern-dialog-footer {
		padding: 16px;
	}
}

.seccuredPayment-color {
	background-color: #DCDCDC;
}

.seccuredPayment-font-25 {
	font-size: 25px;
}

.custom-width-120 {
	width: 120px;
}

.custom-width-100 {
	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: var(--theme-primary-color);
}

.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 {
	word-break:	break-all;
}

.client-dialog-header {
	font-size: 18px;
	margin: 0;
	padding: 0;
	font-weight: 700;
	line-height: 32px;
}

.client-dialog-itemDescription {
	margin-top: 8px;
	text-align: justify;
	-webkit-box-orient: vertical;
	/* cursor: pointer; */
	max-width: 485px;
	padding: 10px 0;
}

.client-dialog-heading {
	width: 100%;
	padding: 10px 0;
	font-size: 16px;
	margin: 0;
}

.client-dialog-details {
	margin: 0;
}

.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: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.overflow-auto {
	overflow: auto;
}

.table-div {
	/* padding-bottom: 20px; */
	height: max-content;
	/* margin-right: 20px; */
}

.client-ticket-view {
	padding-bottom: 48px;
}
.padding-top-75 {
	padding-top: 75px;
}

.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 {
	width: 120px !important;
	margin: 4px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.addressContainer {
	margin-bottom: 5px;
	line-height: 1.5;
	width: 100%;
}

.addressSection {
	padding: 0px;
	line-height: 1;
	text-align: left;
	max-width: 250px;
	align-items: flex-start;
}

.search-icon {
	display: none;
}

.search-layout {
    border-radius: 24px;
	display: inline-flex;
	/* padding: 1px 4px; */
	/* margin-top: 5px; */
	align-items: center;
	/*height: 65%;*/
    margin-top: 5px;
}


.custom-text-field {
	display: inline-flex;
}

@media screen and (max-width: 800px) {
	div.catalogBrowser {
		min-height: calc(100vh - 150px);
	}
}

.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;
	}
	.store-details-section,.figma-frame96{
	   padding: 5px 10px 0 !important;
	}
	.items{
		padding: 0 0px !important;
	}
	.del-address-container{
		min-width:100%;
	}
	.right-search-layout{
		min-width:100% !important;
	}
	.fv-shadow-title{
		font-size:30px;
	}
	.searchTitle{
		font-size: 22pt;
   		line-height: 40px;
	}
	.fv-container{
		padding:10px !important;
	}
	.searchTitleContainer{
		max-width: 100%;
	}
	.searchSection{
		padding-right: 0px !important;
	}
	.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% !important;
		max-width: 100%;
		margin: 0px;
	    row-gap: 0px !important;
	}
	.itemName-SM{
	    position: absolute !important;
	    top: 0;
	    width:calc(100% - 20px);
	    padding-top:5px !important;
	}
	.item-content-layout{
		padding-top:30px !important;
	}
	.itemImage{
		margin: 22px 5px 10px !important;
	}
	.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% - 5px) !important;
	}
	.figma-category-lbl-font-size{
		padding-left: 10px;
	}
	.figma-frame96{
		margin-left:5px !important;
		width:calc(100% - 30px) !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;
	} */
	.searchStoreSection .home-search-layout{
		padding:0px !important;
	}
	.home-search-bar{
	    flex-flow: wrap;
	    justify-content: center;
	}
	.home-search-button{
		margin-left:0px !important;
	}
}
@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: var(--theme-primary-color);
	color: white;
}

.theme-color {
	color: var(--theme-primary-color);
}

.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: gray;
	width: 16px;
	height: 16px;
}

.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 var(--border-color);
}

vaadin-text-field [part="input-field"]{
	background-color:white !important;
}

.mv-fieldset{
	padding:.5rem 1rem !important;
	margin-bottom:1rem;
}

.deli-address-error {
	color: var(--theme-primary-color);
	font-weight: bold;
	margin-left: 10px;
	vertical-align: middle;
}

.deli-address-label {
	color: black;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
	margin-top: 10px;
}

.map-chk {
	margin-left: 5px;
}

.order-type-selection {
	align-items: center;
	flex-wrap: wrap;
	margin-right: 10px;
	/*margin-left: 13px;*/
}

.order-type-group {
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
}

.order-type-control {
	min-width: max-content;
	background: rgba(184, 15, 10, 0.08);
	margin-right: 5px;
	border-radius: 24px;
}

.order-type-control vaadin-button {
	border-radius: 24px;
	margin: 0;
}

.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% - 1rem);
	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;
	margin-left: 5px;
}

.margin-bottom-25 {
	margin-bottom: 25px;
}

legend {
	font-weight: bold;
	color:var(--text-dark);
}

.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;
}

.error-page {
	position: relative;
	text-align: center;
	color: black;
	background-color: white;
	min-height: calc(100vh - 180px);
	display: table;
	width: 100%;
	margin-left: 2.5px;
}

.error-page-content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.error-title {
	color: inherit;
	margin-top: 3rem;
	padding: 10px;
}

.error-msg {
	color: inherit;
	padding: 10px;
}

.error_404 {
	font-size: 12rem;
	font-family: sans-serif;
	font-weight: lighter;
	color: inherit;
}

.no-search-result {
	max-width: 500px;
	margin: 5px auto;
	/* cursor: pointer; */
	text-align: center;
	align-items: center;
	padding-bottom: 50px;
}

.no-search-result-title {
	color: inherit;
	margin-top: 3rem;
	padding: 10px;
	font-size: 2.5rem;
	color: black;
}

.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: var(--theme-primary-color);
	font-weight: bold;*/
}

.store-closed {
	/* padding-bottom: 5px;
	color: var(--theme-primary-color);
	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 var(--theme-primary-color);
}

.profile-open-combo {
	border: 1px solid var(--theme-primary-color);
	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: var(--theme-primary-color);
}

.progressbar li.failed:before {
	content: ' \2717';
	border-color: grey;
	background-color: white;
	color: var(--theme-primary-color);
}

.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: var(--theme-primary-color);
	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: 200;
	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;
}

.input-field {
	width: 100%;
	padding: 10px 10px;
	margin: 5px 0;
	display: inline-block;
	border: 1px solid #EAEAEA;
	box-sizing: border-box;
	color: #000000;
	background-color: white !important;
	border-radius: 5px;
	text-align: left;
}

.input-field:focus {
	background-color: white !important;
	outline: none !important;
	border: 1px solid #ebebeb;
}

.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: 0px;
}

.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: 30px;
}

.store-row {
	position: relative;
	float: left;
	cursor: pointer;
	cursor: pointer;
	margin: 0px !important;
}

.storeContentWrapper {
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 8px;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
	min-height: 113px;
}

.display_off {
	display: none !important;
}

.track_order_link {
	font-weight: bold;
	font-family: sans-serif;
	text-decoration: underline;
	font-size: 16px;
	color: blue;
}


.fv-description {
	max-width: 570px;
    text-align: center;
    font-size: 12px;
}
.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:40px;
}
.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);
    border-radius: 0px 0px 10px 10px;
}
.radius-10px{
	border-radius: 10px !important;
}
.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;
}
.red-round-fill{
	color:white;
	padding:10px;
	background:var(--theme-primary-color);
	cursor: pointer;
	border-radius: 50%;
	margin:2px;
}
.red-round-fill-disabled{
	color:white;
	padding:10px;
	background:#ACACAC;
	opacity:.5;
	cursor: default;
	border-radius: 50%;
	margin:2px;
}
.home-search-bar{
	display:flex;
}

.home-search-layout{
	padding: 0px 90px 0px 5px !important;
	border-radius: 30px !important;
	border: none !important;
    box-shadow: 0 2px 16px 0 rgb(0 0 0 / 8%);
}
.home-search-button{
	height: 29px;
    border-radius: 30px !important;
    text-align: center;
    align-items: center !important;
    padding:5px 20px !important;
    margin-left:-88px;
    margin-top: 4px;
    z-index: 100;
}
.sticky-items{
	max-width: var(--theme-content-max-width);
	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%/ 3 - 15px * 0.666666666666667);
    height: 240px;
    position: relative;
    float: left;
    cursor: pointer;
    margin: 10px !important;
    border-radius:10px;
    border: 1px solid #efefef;
}
.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;
}
@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;
	}
	.home-bg1{
		background-image:none;
		min-height: auto;
	}
}
@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-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-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-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-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-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;
}
.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;
}
.customer-info{
	display: inline-flex;
	flex-direction:column;
	flex-flow:nowrap;
}
.home-fg-color{
	color:var(--theme-home-fg-color);
}
.v-name{
	color:var(--theme-home-fg-color);
	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 var(--theme-primary-color);
	border-radius: 5px;
}
.fv-container{
	width:100%;
	padding:30px;
	background-color: white !important;
}

.search-location-box{
	padding: 15px 0px;
    display: flex;
    flex-direction: column;
    flex-flow: nowrap;
    align-items: flex-start;
}
.price-group-text-container{
	margin-left:4px;
}
.cloud-style-error-notification {
	background-color: var(--theme-primary-color);
	color: white;
}
.user_rating_info {
	cursor: auto;
	width: 12px !important;
    height: 12px !important;
    padding-bottom: 4px;
}
.delivery-address-field-set {
	width: calc(99.9% - 0rem);
	margin-left: 0px;
	margin-right: 0px;
}
.store-info-section{
	width: 100%;
    display: inline-flex;
    flex-flow: wrap;
}

.mv-badge {
    padding: 0.25rem 0rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
    font-weight:bold;
    color: white;
    z-index: 1;
}

.mv-badge.mv-opening {
    color: #10b981;
}

.mv-badge.mv-closed {
    color: #ef4444;
}

.form-section {
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #f0f0f0;
}

.form-section:last-of-type {
    border-bottom: none;
}

.section-title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    color: var(--theme-home-fg-color);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 600;
}

.section-title vaadin-icon {
    color: var(--theme-primary-color);
    width: 1.1rem;
    height: 1.1rem;
}

.section-title-icon {
    color: var(--theme-primary-color);
    width: 1.1rem;
    height: 1.1rem;
}

/* Order Type Toggle */
.order-type-toggle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.type-btn {
    background: #ffffff;
    border: 2px solid #e0e0e0;
    padding: 1.25rem;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: var(--theme-home-fg-color);
}

.type-btn vaadin-icon {
    width: 1.75rem;
    height: 1.75rem;
    color: var(--theme-gray-color);
    transition: color 0.3s;
}

.type-btn:hover {
    border-color: var(--theme-primary-color);
    background: rgba(199, 44, 40, 0.05);
}

.type-btn.active {
    border-color: var(--theme-primary-color);
    background: linear-gradient(135deg, rgba(199, 44, 40, 0.1) 0%, rgba(232, 126, 4, 0.1) 100%);
    box-shadow: 0 4px 12px rgba(199, 44, 40, 0.2);
}

.type-btn.active vaadin-icon {
    color: var(--theme-primary-color);
}

/* Time Options */
.time-options {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.radio-option {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s;
}

.radio-option:hover {
    border-color: var(--theme-primary-color);
    background: rgba(199, 44, 40, 0.02);
}

.radio-custom {
    width: 24px;
    height: 24px;
    border: 2px solid #d1d5db;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
    transition: all 0.3s;
    margin-top: 2px;
}

.radio-option.selected .radio-custom {
    border-color: var(--theme-primary-color);
}

.radio-option.selected .radio-custom::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--theme-primary-color);
}

.radio-label {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
}

.radio-label strong {
    color: var(--theme-home-fg-color);
    font-size: 1rem;
}

.radio-label small {
    color: var(--theme-gray-color);
    font-size: 0.9rem;
}


.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.phone-grid {
    grid-template-columns: 150px 1fr;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label {
    font-weight: 600;
    color: var(--theme-home-fg-color);
    font-size: 0.95rem;
}

.form-input,
.form-textarea {
    padding: 0.95rem 1.25rem;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s;
    font-family: inherit;
}

.form-input:focus,
.form-textarea:focus {
    outline: none;
    border-color: var(--theme-primary-color);
    box-shadow: 0 0 0 3px rgba(199, 44, 40, 0.1);
}

.form-input.error {
    border-color: #ef4444;
}

.error-message {
    color: #ef4444;
    font-size: 0.85rem;
    display: none;
}

.form-input.error ~ .error-message {
    display: block;
}

.form-textarea {
    resize: vertical;
    min-height: 80px;
}

.checkbox-option {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    background: var(--theme-accent-light-color);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
}

.checkbox-option:hover {
    background: #f0f0f0;
}

.checkbox-custom {
    width: 24px;
    height: 24px;
    border: 2px solid #d1d5db;
    border-radius: 6px;
    position: relative;
    flex-shrink: 0;
    transition: all 0.3s;
    margin-top: 2px;
}

.checkbox-option.selected .checkbox-custom {
    background: var(--theme-primary-color);
    border-color: var(--theme-primary-color);
}

.checkbox-option.selected .checkbox-custom::after {
    content: '笨�';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: bold;
}

.checkbox-label {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.checkbox-label strong {
    color: var(--theme-home-fg-color);
}

.checkbox-label small {
    color: var(--theme-gray-color);
    font-size: 0.9rem;
}

/* Coupon */
.coupon-input-wrapper {
    display: flex;
    gap: 1rem;
}

.coupon-input-wrapper .form-input {
    flex: 1;
}

.coupon-btn {
    padding: 0.95rem 2rem;
    background: linear-gradient(135deg, var(--theme-primary-color) 0%, var(--theme-secondary-color) 100%);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
}

.coupon-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(199, 44, 40, 0.4);
}

.coupon-success {
    margin-top: 1rem;
    padding: 1rem;
    background: #dcfce7;
    color: #16a34a;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 500;
}

.payment-methods {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.payment-card {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.25rem;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    transition: all 0.3s;
    cursor: pointer;
}

.payment-card:hover {
    border-color: var(--theme-primary-color);
    background: rgba(199, 44, 40, 0.02);
}

.payment-card.selected {
    border-color: var(--theme-primary-color);
    background: rgba(199, 44, 40, 0.05);
    box-shadow: 0 4px 12px rgba(199, 44, 40, 0.15);
}

.payment-icon {
    width: 50px;
    height: 50px;
    background: var(--theme-accent-light-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--theme-home-fg-color);
    flex-shrink: 0;
}

.payment-card.selected .payment-icon {
    background: linear-gradient(135deg, var(--theme-primary-color) 0%, var(--theme-secondary-color) 100%);
    color: #ffffff;
}

.payment-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.payment-info strong {
    color: var(--theme-home-fg-color);
    font-size: 1rem;
}

.payment-info small {
    color: var(--theme-gray-color);
    font-size: 0.9rem;
}

.payment-card .radio-custom {
    margin: 0;
}

/* Card Details */
.card-details {
    margin-top: 1.5rem;
    padding: 1.5rem;
    background: var(--theme-accent-light-color);
    border-radius: 12px;
}

/* Form Actions */
.form-actions {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 2px solid #f0f0f0;
}

.btn-primary,
.btn-secondary {
    padding: 1rem 2rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border: none;
}

.btn-primary {
    background: linear-gradient(135deg, var(--theme-primary-color) 0%, var(--theme-secondary-color) 100%);
    color: #ffffff;
    flex: 1;
    box-shadow: 0 6px 20px rgba(199, 44, 40, 0.3);
}

.btn-primary:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(199, 44, 40, 0.4);
}

.btn-primary:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-secondary {
    background: #ffffff;
    color: var(--theme-home-fg-color);
    border: 2px solid #e0e0e0;
}

.btn-secondary:hover {
    border-color: var(--theme-primary-color);
    color: var(--theme-primary-color);
}


.schedule-time {
    margin-top: 1rem;
}

@media (max-width: 768px) {
    .form-grid,
    .phone-grid {
        grid-template-columns: 1fr;
    }

    .order-type-toggle {
        grid-template-columns: 1fr;
    }

    .form-actions {
        flex-direction: column;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .coupon-input-wrapper {
        flex-direction: column;
    }

    .coupon-btn {
        justify-content: center;
    }
}
.checkout-title-layout{
	display: flex;
    gap: 1rem;
    align-items: center;
    margin: 1rem auto 1rem auto;
}
.checkout-title {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.5rem;
    color: black;
    font-weight:600;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.modern-tile.selected .tile-check {
    border-color: var(--theme-primary-color);
    background: var(--theme-primary-color);
}
.modern-tile .tile-name {
    flex: 1;
    min-width: 0;
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.modern-tile.selected .tile-name {
    color: var(--theme-primary-color);
}
.modern-tile .tile-price {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 600;
    flex-shrink: 0;
    margin-left: auto;
    text-align: right;
    transition: color 0.2s ease;
}
.modern-v-grid {
	width:100%;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom:.5rem;
}

.modern-tile.selected .tile-price {
    color: var(--theme-primary-color);
}
.modern-tile .tile-check {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    border: 0.125rem solid #d1d5db;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    flex-shrink: 0;
    position: relative;
    transition: all 0.2s ease;
}

.modern-tile.selected .tile-check {
    border-color: var(--theme-primary-color);
    background: var(--theme-primary-color);
}

.modern-tile.selected .tile-check::after {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: white;
    position: absolute;
}

.modern-tile.selected {
    background: #f0f9ff;
    border-color: var(--theme-primary-color);
}

.modern-tile:hover {
    border-color: #d1d5db;
}

.modern-tile {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    border: 0.0625rem solid #e5e7eb;
    border-radius: 0.75rem;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
}
.selected {
    text-decoration: none;
    color: #c91864;
    font-weight: bold;
}
.text-area-light vaadin-text-area::part(input-field) {
    background: white;
    border: 0.0625rem solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 0.75rem;
    font-size: 0.875rem 14px;
    color: #374151;
    min-height: 5rem;
}