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

.itemContentWrapper:HOVER {
	border: 1px solid red;
}

.itemButton {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	text-decoration: none;
	cursor: pointer;
}

.itemImage {
	overflow: hidden;
	margin-right: 0em;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
    width: 120px;
    height: 100%;
}

.dine-in-item-image {
	width: 40px !important;
	height: 40px !important;
}

.itemImage .imageSize {
	height: 100%;
}

.textVerticalLayout {
	max-width: calc(100% - 120px);
	padding: 5px 5px 5px 8px;
}

.imageVerticalLayout {
	align-items: center;
}

.item-button-title {
	height: 20px;
}

.itemImageDialog {
    overflow: hidden;
  	padding-top:10px;
    height: 35vh;
    width: auto;
    display: flex;
    margin: auto;
    max-width: 420px;
}
@media screen and (max-width: 450px) {
	.itemImageDialog{
		max-width: 100% !important;
	}
	.banner-img{
		border-radius:5px !important;
	}
}
.storeReviewImage{
 	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-right: 0em;
  	width: 100%;
    height: auto;
}
.itemImageDialog .imageSize {
	height: 100%;
}

.itemImageDialog .imageSize {
	height: 100%;
}

.itemContentSection {
	padding: 10px 10px 0px 10px;
	cursor: pointer;
}

.itemTopSection {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
}

.itemName {
	font-weight: 700;
	color: #333333;
	text-align: left;
	white-space: pre-line;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	padding-bottom: 5px;
}

.styleRight {
	
}

.styleDefault {
}

.itemPrice {
	color: #808080;
	cursor: pointer;
	padding-top: 5px;
}

.styleSpacingRoot {
	letter-spacing: 0.015625em;
}

.styleSemiBold {
	font-weight: 500;
}

.styleBold {
	font-weight: bold;
}

.itemDescription {
	color: #808080;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	cursor: pointer;
}

.items {
	width: 100%;
	display: inline-flex;
	flex-flow: row wrap;
	margin-top: 10px;
}

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

@media screen and (min-width: 800px) {
	.item {
		width: calc(100%/ 2 - 15px * 0.666666666666667);
	}
	.siiopa.app.navOpen .item {
		width: 100%;
	}
	.siiopa.app.shoppingCartIsExpanded .item {
		width: 100%;
	}
	.siiopa.app.shoppingCartIsExpanded.navOpen .item {
		width: 100%;
	}
	.custom-text-field {
		max-width: 250px;
	}
}

@media screen and (min-width: 1000px) {
	.item {
		width: calc(100%/ 2 - 15px * 0.666666666666667);
	}
	.siiopa.app.navOpen .item {
		width: calc(100%/ 2 - 15px * 0.666666666666667);
	}
	.siiopa.app.shoppingCartIsExpanded .item {
		width: calc(100%/ 2 - 15px * 0.666666666666667);
	}
	.siiopa.app.shoppingCartIsExpanded.navOpen .item {
		width: 100%;
	}
}

@media screen and (min-width: 1112px) {
	.siiopa.app.navOpen .item {
		width: calc(100%/ 2 - 15px * 0.666666666666667);
	}
	.siiopa.app.shoppingCartIsExpanded .item {
		width: calc(100%/ 2 - 15px * 0.666666666666667);
	}
	.siiopa.app.shoppingCartIsExpanded.navOpen .item {
		width: 100%;
	}
}

@media screen and (min-width: 1200px) {
	.siiopa.app.navOpen .item {
		width: calc(100%/ 2 - 15px * 0.666666666666667);
	}
	.siiopa.app.shoppingCartIsExpanded .item {
		width: calc(100%/ 2 - 15px * 0.666666666666667);
	}
	.siiopa.app.shoppingCartIsExpanded.navOpen .item {
		width: calc(100%/ 2 - 15px * 0.666666666666667);
	}
}

@media screen and (min-width: 1320px) {
	.siiopa.app.navOpen .item {
		width: calc(100%/ 2 - 15px * 0.666666666666667);
	}
	.siiopa.app.shoppingCartIsExpanded .item {
		width: calc(100%/ 2 - 15px * 0.666666666666667);
	}
	.siiopa.app.shoppingCartIsExpanded.navOpen .item {
		width: calc(100%/ 2 - 15px * 0.666666666666667);
	}
}

@media screen and (min-width: 1400px) {
	.siiopa.app.navOpen .item {
		width: calc(100%/ 2 - 15px * 0.666666666666667);
	}
	.siiopa.app.shoppingCartIsExpanded .item {
		width: calc(100%/ 2 - 15px * 0.666666666666667);
	}
	.siiopa.app.shoppingCartIsExpanded.navOpen .item {
		width: calc(100%/ 2 - 15px * 0.666666666666667);
	}
}
.pizaImageItem{
	text-align:center;
}
.notice-glasspane{
	background-color:rgba(255, 255, 255, .4) !important;
}
.notice-board{
	background-color: #FAE4E6;
    border-radius: 5px;
    padding: 10px;
    margin: 5px;
    color: #A5646A;
}
.promo-offer{
	background-color: white;
    margin:5px 0px 10px 0px !important;
    padding: 5px 0px 10px 0px;
    position:relative;
    border: 1px solid lightgray;
    border-radius:5px;
    display: block;
    color:black;
}
.round-box{
	 border-radius:5px;
}
.promo-row {
    display: flex;
    flex-wrap: nowrap;
    padding-top: 5px;
    padding-bottom: 5px;
}

.promo-content {
    padding-top: 6px;
}
.promo-icon{
	padding:0px 10px;
	min-width:20px;
}
.promo {
    font-weight: bold;
}
.promo-code{
  -webkit-user-select: text;  
  -moz-user-select: text;    
  -ms-user-select: text;      
  user-select: text; 
}
.promo-description {
  padding:5px;
}
.promo-tooltip {
  position: relative;
  display: inline-block;
}

.promo-tooltip .promo-tooltiptext {
  visibility: hidden;
  min-width: 140px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 100;
  top: 150%;
  font-weight: normal;
  left: 30%;
  margin-left: -60px;
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none; 
}

.promo-tooltip .promo-tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.promo-tooltip:hover .promo-tooltiptext {
  visibility: visible;
}
.store-banner{
	max-width:100%;
}
.banner-img{
 	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-right: 0em;
  	width: 100%;
  	cursor: pointer;
    height: 220px;
    text-align: center;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}
.logo-layout {
	padding:10px;
	width: 7em;
	cursor: pointer;
}
.banner-logo {
	width: 6em;
	height: 6em;
	background:white;
	cursor: pointer;
	box-shadow:0 2px 8px 0 rgba(0, 0, 0, 0.20);
	border-radius: 50%;
	overflow: hidden;
	object-fit: contain;
}
.order-section{
	margin:auto;
	max-width: 1020px;
}
.disable-item{
	color: var(--lumo-disabled-text-color) !important;
    -webkit-text-fill-color: var(--lumo-disabled-text-color) !important;
    cursor: auto;
}
.disable-item:HOVER {
	border: 1px solid #cccccc !important;
}
.v-disable{
	color: var(--lumo-disabled-text-color) !important;
    -webkit-text-fill-color: var(--lumo-disabled-text-color) !important;
    cursor: auto;
}
