/*****************************************************************/
/* Imports */
/*****************************************************************/

/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Khand|Shrikhand');

/*****************************************************************/
/* Generic Style */
/*****************************************************************/

*{
	outline: none;
}

body{
	margin:0px;
	background-color:white;
	background-repeat:repeat;
	font-family: 'Khand', sans-serif;
	font-size:100%;
	background-image:url(https://lh3.googleusercontent.com/WGJuPBVFuqvMQYAybkm7tgRkAiHVtd-KlSvHezoEdGzoAF-_TYJ8XcP7VHHfROxFRKffXTTxys40zCamX-M);
	background-size:20px 20px;
	overflow-x:hidden;
}

input{
	font-family: 'Khand', sans-serif;
}

#aMI_MainPanel:before{
	content:'';
	width: 100%;
	height: 75vh;
	left: 0px;
	z-index:-1;
	position:absolute;
	background-color:#ff9118;
	top:0px;
}

/*** Fields ***/

.aMS_TextBox,
.aMS_PasswordTextBox{
	font-size:20px;
	background-color:white;
	border: 1px solid #999;
	height: 33px;
	text-align: center;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	padding:0px;
	font-weight:bold;
	color:black;
	background-color:#f5f5f5;
	border-radius:3px;
}

.aMS_ListBoxWrapper{
	position:relative;
	color:black;
	text-align:center;
	text-align-last:center;
    border:1px solid #999;
    height: 33px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}

.aMS_ListBoxWrapper:after{
	content:'\25bc';
	position:absolute;
	right:2px;
	top:0px;
	height:100%;
	font-size:12px;
	line-height:32px;
}

.aMS_ListBoxWrapper:hover:after{
	-webkit-animation-name: ListBoxAnimation;
	        animation-name: ListBoxAnimation;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
}

.aMS_ListBox{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius:0px;
    border:none;
    background-color:transparent;
    font-size:20px;
    font-family: 'Khand', sans-serif;
    font-weight:normal;
    width:100%;
    height:100%;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}

/*** Buttons ***/

#aMI_ScreenContent .aMS_Button,
#aMI_OrderListContent .aMS_Button,
.aMS_PopupContent .aMS_Button,
#aMI_OptionsContent .aMS_Button,
#aMI_FreeItemsContent .aMS_ScreenContentElement:not(.aMS_InnerOptionWrapper){
	border:1px solid #639631;
	background: rgb(141,224,74);
	background: -webkit-linear-gradient(top, rgba(141,224,74,1) 0%,rgba(105,165,53,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(141,224,74,1)),to(rgba(105,165,53,1)));
	background: -o-linear-gradient(top, rgba(141,224,74,1) 0%,rgba(105,165,53,1) 100%);
	background: linear-gradient(to bottom, rgba(141,224,74,1) 0%,rgba(105,165,53,1) 100%);
}

#aMI_ScreenContent .aMS_Button.aMS_ButtonNegative,
#aMI_OrderListContent .aMS_Button.aMS_ButtonNegative,
.aMS_PopupContent .aMS_Button.aMS_ButtonNegative,
#aMI_OptionsContent .aMS_Button.aMS_ButtonNegative{
	border:1px solid red;
	background: rgb(255,104,104);
	background: -webkit-linear-gradient(top, rgba(255,104,104,1) 0%,rgba(255,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,104,104,1)),to(rgba(255,0,0,1)));
	background: -o-linear-gradient(top, rgba(255,104,104,1) 0%,rgba(255,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,104,104,1) 0%,rgba(255,0,0,1) 100%);
}

#aMI_ScreenContent .aMS_Button.aMS_ButtonNegative:active,
#aMI_OrderListContent .aMS_Button.aMS_ButtonNegative:active,
.aMS_PopupContent .aMS_Button.aMS_ButtonNegative:active,
#aMI_OptionsContent .aMS_Button.aMS_ButtonNegative:active{
	background: red;
	background: -webkit-linear-gradient(top, rgba(255,0,0,1) 0%,rgb(255,104,104) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,0,0,1)),to(rgb(255,104,104)));
	background: -o-linear-gradient(top, rgba(255,0,0,1) 0%,rgb(255,104,104) 100%);
	background: linear-gradient(to bottom, rgba(255,0,0,1) 0%,rgb(255,104,104) 100%);
}

#aMI_ScreenContent .aMS_Button.aMS_DisabledElement,
#aMI_OrderListContent .aMS_Button.aMS_DisabledElement,
#aMI_ScreenContent .aMS_Button.aMS_DisabledElement:hover,
#aMI_OrderListContent .aMS_Button.aMS_DisabledElement:hover,
#aMI_ScreenContent .aMS_Button.aMS_DisabledElement:active,
#aMI_OrderListContent .aMS_Button.aMS_DisabledElement:active,
.aMS_PopupContent .aMS_Button.aMS_DisabledElement,
.aMS_PopupContent .aMS_Button.aMS_DisabledElement:hover,
.aMS_PopupContent .aMS_Button.aMS_DisabledElement:active,
#aMI_OptionsContent .aMS_Button.aMS_DisabledElement,
#aMI_OptionsContent .aMS_Button.aMS_DisabledElement:hover,
#aMI_OptionsContent .aMS_Button.aMS_DisabledElement:active{
	border:1px solid #cecece;
	background: rgb(239,239,239);
	background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(191,191,191,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(239,239,239,1)),to(rgba(191,191,191,1)));
	background: -o-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(191,191,191,1) 100%);
	background: linear-gradient(to bottom, rgba(239,239,239,1) 0%,rgba(191,191,191,1) 100%);
}

#aMI_ScreenContent .aMS_Button,
#aMI_OrderListContent .aMS_Button,
.aMS_PopupContent .aMS_Button,
#aMI_OptionsContent .aMS_Button,
#aMI_FreeItemsContent .aMS_ScreenContentElement,
#aMI_FreeItemsContent .aMS_ScreenContentElement .aMS_Title{
	min-width:40px;
	min-height:40px;
	border-radius:3px;
	color:white;
	font-size:20px;
	text-shadow: 0px 0px 5px rgba(104, 104, 104, 1);
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	cursor:pointer;
}

#aMI_ScreenContent .aMS_Button:active,
#aMI_OrderListContent .aMS_Button:active,
.aMS_PopupContent .aMS_Button:active,
#aMI_OptionsContent .aMS_Button:active,
#aMI_FreeItemsContent .aMS_ScreenContentElement:not(.aMS_InnerOptionWrapper):active{
	background: rgba(105,165,53,1);
	background: -webkit-linear-gradient(top, rgba(105,165,53,1) 0%,rgba(141,224,74,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(105,165,53,1)),to(rgba(141,224,74,1)));
	background: -o-linear-gradient(top, rgba(105,165,53,1) 0%,rgba(141,224,74,1) 100%);
	background: linear-gradient(to bottom, rgba(105,165,53,1) 0%,rgba(141,224,74,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69a535', endColorstr='#8de04a',GradientType=0 );
}

/***  ***/

#aMI_Header{
	background-color: black;
	height: 50px;
	text-align: center;
	position:fixed;
	top:0px;
	width:100%;
	z-index: 5;
}

#aMI_Logo{
	height: 50px;
	background-color:black;
}

#aMI_HeaderButtons{
	position:absolute;
	left: 10%;
	width: 80%;
	height:50px;
	top:0px;
	z-index:-1;
}

#aMI_Header .aMS_Button{
	background-color:#eeeeee;
	width:40px;
	height:40px;
	position:absolute;
	border:none;
	color:black;
	font-size:20px;
	line-height:35px;
	border-radius:3px;
	text-align:center;
	text-shadow: 0px 0px 5px rgba(104, 104, 104, 1);
	background-position:-5px -5px;
	background-size:50px 50px;
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;
	-webkit-transition:background-color 0.3s ease;
	-o-transition:background-color 0.3s ease;
	transition:background-color 0.3s ease;
}

#aMI_Header .aMS_Button.aMS_DisabledElement{
	background-color:#666;
}

#aMI_Header .aMS_Button.aMS_DisabledElement:hover{
	background-color:#666;
	-webkit-animation:none;
	        animation:none;
}

#aMI_Header .aMS_Button:active{
	background-color:#ff9118;
	-webkit-animation-name: HeaderButtonAnimation;
	        animation-name: HeaderButtonAnimation;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
}

#aMI_Header #aMI_BackButton,
#aMI_Header #aMI_NextButton{
	left:0px;
	top:5px;
	min-width:100px;
	width:auto;
	padding-left:28px;
	max-width: 275px;
	overflow: hidden;
}

#aMI_Header #aMI_NextButton{
	left:auto;
	right:0px;
	padding-left:5px;
	padding-right:28px;
	max-width: 275px;
}

#aMI_Header #aMI_BackButton:before{
	content:'<';
	position:absolute;
	font-size:30px;
	font-weight:bold;
	left:5px;
	top:-1px;
}

#aMI_Header #aMI_NextButton:after{
	content:'>';
	float:left;
	position:absolute;
	font-size:30px;
	font-weight:bold;
	left:calc(100% - 25px);
	top:-1px;
}

#aMI_Header #aMI_BackButton:active:before,
#aMI_Header #aMI_NextButton:active:after{
	-webkit-animation-name: AnimationArrow;
	        animation-name: AnimationArrow;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
}


#aMI_Header #aMI_OrderButton{
	right:45px;
	top:5px;
	background-image:url(https://lh3.googleusercontent.com/hveVfBDEpDG8fO8PEQSHbuU6zhKNCwWqMj6xYgB7InszDFVAWYc4VMJH_VA7DWAiOAogce-tCR1rYkg7CTpk);
	background-repeat:no-repeat;
	background-position:center;
	display:none;
}

#aMI_Header .aMS_OrderQuantity{
	position:absolute;
	background-color:black;
	color:red;
	top:27px;
	right:78px;
	width:18px;
	height:18px;
	font-size:15px;
	line-height:20px;
	border-top-right-radius:9px;
	display:none;
	pointer-events:none;
}

#aMI_Header #aMI_OptionsButton{
	right: 0px;
	top:5px;
	background-image:url(SvgLoader/options.444444ff.000000ff.000000ff.svg);
	display:none;
}

#aMI_TitleBar{
	width:80%;
	margin-left:10%;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	margin-top: 80px;
	position:relative;
	text-align:center;
	min-height: 80px;
}

.aMS_HasHeaderMenu #aMI_TitleBar{
	margin-top: 30px;
}

#aMI_TitleBar.aMS_NoPhoto .aMS_Photo{
	display:none;
}

#aMI_TitleBar.aMS_HasPhoto{
	border-bottom:1px solid black;
	padding-bottom:5px
}

#aMI_TitleBar.aMS_HasPhoto .aMS_Photo{
	position:absolute;
	top:0px;
	left:0%;
	height:70px;
	width:70px;
	padding:5px;
	border-radius:2px;
	background-color:white;
	z-index:-1;
	-o-object-fit:cover;
	   object-fit:cover;
}

#aMI_Title{
	font-weight:900;
	font-size:35px;
	color:white;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

#aMI_SubTitle{
	font-size:25px;
	margin-top:-10px
}

#aMI_TitleBar.aMS_HasPhoto #aMI_SubTitle,
#aMI_TitleBar.aMS_HasPhoto #aMI_Title{
	margin-left:85px;
}

#aMI_ScreenContent{
	width:80%;
	margin-left:10%;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	position: relative;
	margin-bottom:150px;
	margin-top: 30px;
}

#aMI_ScreenContent,
.aMS_ScreenInnerContent,
#aMI_HeaderMenuContent,
#aMI_FooterMenuContent{
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.aMS_ScreenInnerContent{
	width:100%;
	float:left;
}

.aMS_ScreenContentSeparator,
.aMS_Family.aMS_Family_Opened .aMS_ScreenContentInnerElement .aMS_Title{
	width:100%;
	float:left;
	font-size:25px;
	height:35px;
	border-bottom:1px solid black;
	margin-bottom:10px;
	display:block;
	top:auto;
	left:auto;
	position:relative;
	text-shadow:none;
	text-align:left;
	background:none;
	line-height: normal;
}

.aMS_MenuElement:not(.aMS_Family_Opened),
.aMS_ChooseDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement,
.aMS_AddressLocationScreen #aMI_ScreenContent #aMI_DivisionsPanel .aMS_ScreenContentElement,
.aMS_ChooseParentDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement,
#aMI_ScreenContent #aMI_CulturesPanel .aMS_ScreenContentElement,
#aMI_ScreenContent #aMI_OrderHistoryPanel .aMS_ScreenContentElement{
	width: calc((100vw - (100vw - 100%)) * 0.23);
	margin: calc((100vw - (100vw - 100%)) * 0.01);
	margin-bottom:0.8vw;
	margin-top:0.8vw;
	height:auto;
	float:left;
	background-color:white;
	border:1px solid #d8d8d8;
	border-radius:2px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	position:relative;
	cursor:pointer;
}

.aMS_MenuElement .aMS_ScreenContentInnerElement,
#aMI_ScreenContent #aMI_CulturesPanel .aMS_ScreenContentElement .aMS_ScreenContentInnerElement,
#aMI_ScreenContent #aMI_OrderHistoryPanel .aMS_ScreenContentElement .aMS_ScreenContentInnerElement{
	padding-bottom:100%;
}

.aMS_ChooseDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement .aMS_Label,
.aMS_AddressLocationScreen #aMI_ScreenContent #aMI_DivisionsPanel .aMS_ScreenContentElement .aMS_Label,
.aMS_ChooseParentDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement .aMS_Label{
	padding-bottom:50%;
}

.aMS_MenuElement:before,
.aMS_ChooseDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement:before,
.aMS_AddressLocationScreen #aMI_ScreenContent #aMI_DivisionsPanel .aMS_ScreenContentElement:before,
.aMS_ChooseParentDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement:before,
.aMS_ChoosePositionDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement:before,
#aMI_ScreenContent #aMI_CulturesPanel .aMS_ScreenContentElement:before,
.aMS_Voucher .aMS_ScreenContentInnerElement:before,
.aMS_Voucher.aMS_Partial .aMS_ScreenContentInnerElement:before{
	content:'';
	background-color:rgba(0, 0, 0, 0.75);
	width:100%;
	height:0%;
	position:absolute;
	top:0px;
	left:0px;
	z-index: 2;
	-webkit-transition:height 0.3s ease;
	-o-transition:height 0.3s ease;
	transition:height 0.3s ease;
	overflow:hidden;
	color:white;
	text-align:center;
	font-size:3vw;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	pointer-events:none;
}

.aMS_MenuElement:active:before,
.aMS_ChooseDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement:active:before,
.aMS_AddressLocationScreen #aMI_ScreenContent #aMI_DivisionsPanel .aMS_ScreenContentElement:active:before,
.aMS_ChooseParentDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement:active:before,
#aMI_ScreenContent #aMI_CulturesPanel .aMS_ScreenContentElement:active:before,
.aMS_Voucher:active .aMS_ScreenContentInnerElement:before{
	height:100%;
}

.aMS_ScreenContentElement{
	-webkit-animation-name: AnimationFadeIn1;
	        animation-name: AnimationFadeIn1;
	-webkit-animation-duration: 1.2s;
	        animation-duration: 1.2s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.aMS_ScreenContentElement:nth-child(2n) { 
	-webkit-animation-name: AnimationFadeIn0;
	        animation-name: AnimationFadeIn0;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s; 
}
.aMS_ScreenContentElement:nth-child(3n) {
	-webkit-animation-name: AnimationFadeIn2;
	        animation-name: AnimationFadeIn2;
	-webkit-animation-duration: 1.4s;
	        animation-duration: 1.4s; 
}
.aMS_ScreenContentElement:nth-child(5n) {
	-webkit-animation-name: AnimationFadeIn3;
	        animation-name: AnimationFadeIn3;
	-webkit-animation-duration: 1.6s;
	        animation-duration: 1.6s; 
}

/** Animations **/
@-webkit-keyframes AnimationFadeIn0 {
	from{opacity:0;}
	to{opacity:1;}
}
@keyframes AnimationFadeIn0 {
	from{opacity:0;}
	to{opacity:1;}
}

@-webkit-keyframes AnimationFadeIn1 {
	0%{opacity:0;}
	18%{opacity:0;}
	100%{opacity:1;}
}
@keyframes AnimationFadeIn1 {
	0%{opacity:0;}
	18%{opacity:0;}
	100%{opacity:1;}
}

@-webkit-keyframes AnimationFadeIn2 {
	0%{opacity:0;}
	30%{opacity:0;}
	100%{opacity:1;}
}
@keyframes AnimationFadeIn2 {
	0%{opacity:0;}
	30%{opacity:0;}
	100%{opacity:1;}
}

@-webkit-keyframes AnimationFadeIn3 {
	0%{opacity:0;}
	45%{opacity:0;}
	100%{opacity:1;}
}
@keyframes AnimationFadeIn3 {
	0%{opacity:0;}
	45%{opacity:0;}
	100%{opacity:1;}
}

@-webkit-keyframes AnimationArrow {
	0%{margin-left:0px;}
	25%{margin-left:-3px;}
	75%{margin-left:3px;}
	100%{margin-left:0px;}
}

@keyframes AnimationArrow {
	0%{margin-left:0px;}
	25%{margin-left:-3px;}
	75%{margin-left:3px;}
	100%{margin-left:0px;}
}

@-webkit-keyframes HeaderButtonAnimation {
	0%{background-position:-5px -5px;}
	25%{background-position:-5px -8px;}
	75%{background-position:-5px -2px;}
	100%{background-position:-5px -5px;}
}

@keyframes HeaderButtonAnimation {
	0%{background-position:-5px -5px;}
	25%{background-position:-5px -8px;}
	75%{background-position:-5px -2px;}
	100%{background-position:-5px -5px;}
}

@-webkit-keyframes ListBoxAnimation {
	0%{margin-top:0px;}
	25%{margin-top:-2px;}
	75%{margin-top:2px;}
	100%{margin-top:0px;}
}

@keyframes ListBoxAnimation {
	0%{margin-top:0px;}
	25%{margin-top:-2px;}
	75%{margin-top:2px;}
	100%{margin-top:0px;}
}

/*****************************************************************/
/* Shadows */
/*****************************************************************/

/** Inset shadow **/
#aMI_Header .aMS_Button,
#aMI_OrderListContent:after,
#aMI_OptionsContent:after,
#aMI_OrderListContent #aMI_OrderListPanel:before,
#aMI_OptionsContent #aMI_OptionsPanel:before,
#aMI_FreeItemsContent .aMS_ScreenInnerContent:before,
#aMI_FreeItemsContent:after,
#aMI_HeaderMenuContent,
.aMS_FormPanel .aMS_FormFieldValue:not(.aMS_FormFieldValueNoTitle),
#aMI_LoginPanel .aMS_FormFieldValue:not(.aMS_FormFieldValueNoTitle),
.aMS_LocationHelper,
.aMS_Voucher .aMS_ItemTitle,
.aMS_TextBox{
	-webkit-box-shadow: inset 0px 0px 7px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 7px 0px rgba(0,0,0,0.75);
}

/** Shadow far **/
#aMI_MainPanel:before,
#aMI_Header,
#aMI_OrderListContent,
#aMI_OptionsContent,
#aMI_OrderListContent:before,
#aMI_OptionsContent:before,
#aMI_FreeItemsContent,
#aMI_FreeItemsContent:before,
.aMS_PopupContent,
#aMI_FooterMenuContent{
	-webkit-box-shadow: 0px 0px 14px 1px rgba(0,0,0,1);
	box-shadow: 0px 0px 14px 1px rgba(0,0,0,1);
}

/** Shadow near **/
.aMS_MenuElement:not(.aMS_Family_Opened),
.aMS_ChooseDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement,
.aMS_AddressLocationScreen #aMI_ScreenContent #aMI_DivisionsPanel .aMS_ScreenContentElement,
.aMS_ChooseParentDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement,
.aMS_ItemScreen #aMI_ItemPanel .aMS_Description,
.aMS_ItemScreen #aMI_ItemPanel .aMS_Photo,
.aMS_InnerItemPanel .aMS_ModifierFamily,
.aMS_OrderListScreen .aMS_OrderItems,
#aMI_TitleBar.aMS_HasPhoto .aMS_Photo,
#aMI_ItemPanel .aMS_InnerComplexItemPanel .aMS_OrderItem,
.aMS_InfoScreen #aMI_InfoPanel .aMS_Photo,
.aMS_InfoScreen #aMI_InfoPanel .aMS_Description,
.aMS_FormPanel,
#aMI_AskAddressPanel,
#aMI_LoginPanel,
.aMS_BookingScreen #aMI_BookingPanel,
#aMI_QRCodeScanPanel,
#aMI_PaymentMethodsPanel,
#aMI_ScreenContent #aMI_OrderHistoryPanel .aMS_ScreenContentElement,
.aMS_Voucher,
#aMI_VouchersPanel .aMS_RedeemCode,
.aMS_UserDetailsScreen #aMI_BookingPanel,
.aMS_MenuElement .aMS_InnerItemPanel,
.aMS_OrderListScreen #aMI_OrderListPanel .aMS_RedeemCode,
#aMI_PositionDivisionScrollPanel,
#aMI_TrackOrderPanel{
	-webkit-box-shadow: 0px 0px 15px -2px rgba(1,1,1,1);
	box-shadow: 0px 0px 15px -2px rgba(1,1,1,1);
}

/** Shadow stamp **/
#aMI_ScreenContent .aMS_Button, 
#aMI_OrderListContent .aMS_Button, 
.aMS_PopupContent .aMS_Button, 
#aMI_OptionsContent .aMS_Button,
#aMI_FreeItemsContent .aMS_ScreenContentElement:not(.aMS_InnerOptionWrapper), 
.aMS_WaitScreen .aMS_ScreenContentElement, 
.aMS_Item .aMS_ScreenContentInnerElement > .aMS_Price, 
.aMS_Family .aMS_Price, 
.aMS_ItemScreen #aMI_ItemPanel.aMS_NoPrice .aMS_Description:after, 
.aMS_ItemScreen #aMI_ItemPanel .aMS_Price, 
.aMS_InnerItemPanel .aMS_ModifierFamily .aMS_Title, 
#aMI_OrderListPanel .aMS_OrderItem .aMS_InnerItemPanel .aMS_ModifierFamily .aMS_Title, 
#aMI_OrderListPanel .aMS_OrderItem .aMS_Title, 
#aMI_OrderListPanel .aMS_OrderItem .aMS_Photo, 
#aMI_OrderListPanel .aMS_OrderItem.aMS_NoPhoto .aMS_Title:before, 
#aMI_OrderListPanel .aMS_OrderItem .aMS_Price, 
#aMI_OrderListPanel .aMS_OrderItem.aMS_NoPrice .aMS_Title:after, 
#aMI_OrderListPanel .aMS_OrderComplexItem .aMS_InnerItemPanel .aMS_ModifierFamily .aMS_Title, 
#aMI_OrderListPanel .aMS_OrderComplexItem .aMS_Title, 
#aMI_OrderListPanel .aMS_OrderComplexItem .aMS_Photo, 
#aMI_OrderListPanel .aMS_OrderComplexItem.aMS_NoPhoto .aMS_Title:before, 
#aMI_OrderListPanel .aMS_OrderComplexItem .aMS_Price, 
#aMI_OrderListPanel .aMS_OrderComplexItem.aMS_NoPrice .aMS_Title:after, 
#aMI_OrderListPanel .aMS_OrderSummary .aMS_Price, 
#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Item > .aMS_ScreenContentInnerElement > .aMS_Title, 
#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Family .aMS_Title, 
.aMS_ItemScreen #aMI_ItemPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_Title, 
.aMS_ComplexItem .aMS_Price, 
.aMS_Info .aMS_Title:after, 
#aMI_OrderHistoryPanel .aMS_ScreenContentElement .aMS_Price{
	-webkit-box-shadow: 0px 0px 6px -1px rgba(0,0,0,1);
	box-shadow: 0px 0px 6px -1px rgba(0,0,0,1);
}

/** NoShadow **/
.aMS_InnerItemPanel .aMS_ModifierFamily .aMS_ModifierItem .aMS_Title,
#aMI_OrderListPanel .aMS_OrderItem .aMS_InnerItemPanel .aMS_ModifierFamily .aMS_ModifierItem .aMS_Title,
#aMI_ItemPanel .aMS_InnerItemPanel .aMS_ModifierFamily .aMS_ModifierItem .aMS_Price,
#aMI_OrderListPanel .aMS_OrderItem .aMS_InnerItemPanel .aMS_ModifierFamily .aMS_ModifierItem .aMS_Price,
#aMI_OrderListPanel .aMS_OrderItem .aMS_InnerItemPanel .aMS_ModifierFamily,
#aMI_OrderListPanel .aMS_OrderItem .aMS_InnerItemPanel .aMS_ModifierFamily .aMS_Title,
#aMI_ItemPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_Price,
#aMI_ItemPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_InnerItemPanel .aMS_ModifierFamily,
#aMI_ItemPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_ModifierFamily .aMS_ModifierItem .aMS_Title,
#aMI_ItemPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_ModifierFamily .aMS_Title,
#aMI_OrderListPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_Price,
#aMI_OrderListPanel .aMS_OrderComplexItem .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_Title,
.aMS_FormPanel .aMS_FormFieldValue.aMS_Label,
#aMI_BookingPanel .aMS_FormPanel,
#aMI_OrderHistoryPanel .aMS_ScreenContentElement .aMS_HistoryOrderItem .aMS_Price,
#aMI_HeaderMenuContent .aMS_MenuElement,
#aMI_FooterMenuContent .aMS_MenuElement,
.aMS_MenuElement .aMS_InnerItemPanel .aMS_ModifierFamily,
#aMI_OrderListPanel .aMS_RedeemCode{
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*****************************************************************/
/* Prices & Rotations */
/*****************************************************************/

.aMS_Item .aMS_Price,
.aMS_ComplexItem .aMS_Price,
.aMS_Family .aMS_Price,
.aMS_ItemScreen #aMI_ItemPanel.aMS_NoPrice .aMS_Description:after,
.aMS_ItemScreen #aMI_ItemPanel .aMS_Price,
#aMI_OrderListPanel .aMS_OrderItem .aMS_Price,
#aMI_OrderListPanel .aMS_OrderItem.aMS_NoPrice .aMS_Title:after,
#aMI_OrderListPanel .aMS_OrderComplexItem .aMS_Price,
#aMI_OrderListPanel .aMS_OrderComplexItem.aMS_NoPrice .aMS_Title:after,
#aMI_OrderListPanel .aMS_OrderSummary .aMS_Price,
.aMS_Info .aMS_Title:after,
#aMI_OrderHistoryPanel *:not(.aMS_HistoryOrderItem) .aMS_Price{
	background-color:#79b83b;
	border:3px solid white;
	border-radius:50%;
	text-shadow: 0px 0px 5px rgba(104, 104, 104, 1);
	color:white;
	text-align: center;
	z-index: 2;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-ms-transform: rotate(7deg);
	-webkit-transform: rotate(7deg);
	transform: rotate(7deg);
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
}

/*****************************************************************/
/* Heavy Rotation */
/*****************************************************************/

#aMI_OrderListPanel .aMS_OrderItem:nth-child(2n) .aMS_Price,
#aMI_OrderListPanel .aMS_OrderComplexItem:nth-child(2n) .aMS_Price,
.aMS_ScreenContentElement:nth-child(2n) .aMS_Price,
.aMS_ScreenContentElement:nth-child(2n).aMS_NoPrice .aMS_Title:after,
.aMS_Info:nth-child(2n) .aMS_Title:after,
#aMI_OrderHistoryPanel .aMS_ScreenContentElement:nth-child(2n) .aMS_Price,
.aMS_Voucher:nth-child(2n) .aMS_Title{ 
	-ms-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg); 
}

#aMI_OrderListPanel .aMS_OrderItem:nth-child(3n) .aMS_Price,
#aMI_OrderListPanel .aMS_OrderComplexItem:nth-child(3n) .aMS_Price,
.aMS_ScreenContentElement:nth-child(3n) .aMS_Price,
.aMS_ScreenContentElement:nth-child(3n).aMS_NoPrice .aMS_Title:after,
.aMS_Info:nth-child(3n) .aMS_Title:after,
#aMI_OrderHistoryPanel .aMS_ScreenContentElement:nth-child(3n) .aMS_Price,
.aMS_Voucher:nth-child(3n) .aMS_Title{
	-ms-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); 
}

#aMI_OrderListPanel .aMS_OrderItem:nth-child(5n) .aMS_Price,
#aMI_OrderListPanel .aMS_OrderComplexItem:nth-child(5n) .aMS_Price,
.aMS_ScreenContentElement:nth-child(5n) .aMS_Price,
.aMS_ScreenContentElement:nth-child(5n).aMS_NoPrice .aMS_Title:after,
.aMS_Info:nth-child(5n) .aMS_Title:after,
#aMI_OrderHistoryPanel .aMS_ScreenContentElement:nth-child(5n) .aMS_Price,
.aMS_Voucher:nth-child(5n) .aMS_Title{
	-ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); 
}

/*****************************************************************/
/* Soft Rotation */
/*****************************************************************/

.aMS_Voucher:nth-child(2n){ 
	-ms-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); 
}

.aMS_Voucher:nth-child(3n){
	-ms-transform: rotate(-1.5deg);
    -webkit-transform: rotate(-1.5deg);
    transform: rotate(-1.5deg); 
}

.aMS_Voucher:nth-child(5n){
	-ms-transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); 
}

/*****************************************************************/
/* WaitScreen */
/*****************************************************************/

.aMS_WaitScreen #aMI_ScreenContent{
	height: calc(70vh - 80px);
	margin-bottom: 0px;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 0px;
}

.aMS_WaitScreen #aMI_WaitGraphic{
	position:relative;
	background-color:black;
	border:none;
	background-image:url(SvgLoader/order.00000000.ff9118ff.79b83bff.svg);
	background-position: center;
	background-size:100% 100%;
	background-repeat:no-repeat;
	width: 15vw;
	height:15vw;
	border-radius:7.5vw;
	opacity:1;
	-webkit-animation-name: WaitAnimation;
	        animation-name: WaitAnimation;
	-webkit-animation-duration: 1.2s;
	        animation-duration: 1.2s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
}

@-webkit-keyframes WaitAnimation {
	0%{
  -webkit-transform: scale(1);
  transform: scale(1);
	}
	10%{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
	}
	20%{
  -webkit-transform: scale(1);
  transform: scale(1);
	}
	30%{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
	}
	40%{
  -webkit-transform: scale(1);
  transform: scale(1);
	}
}

@keyframes WaitAnimation {
	0%{
  -webkit-transform: scale(1);
  transform: scale(1);
	}
	10%{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
	}
	20%{
  -webkit-transform: scale(1);
  transform: scale(1);
	}
	30%{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
	}
	40%{
  -webkit-transform: scale(1);
  transform: scale(1);
	}
}

/*****************************************************************/
/* ChooseDivisionScreen */
/*****************************************************************/

.aMS_ScreenContentElement.aMS_Division .aMS_Title{
	width:100%;
	height:0;
	margin-top:50%;
	font-size:50px;
	font-weight:900;
	text-align:center;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position:relative;
}

.aMS_ScreenContentElement.aMS_Division.aMS_Decorative .aMS_Title{
	display:none;
}

.aMS_ScreenContentElement.aMS_Division .aMS_Image{
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
    height: 100%;
}

.aMS_ChoosePositionDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement.aMS_Decorative:before{
	content:none;
	display:none;
}

.aMS_ChooseDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement.aMS_Division.aMS_DisabledElement,
.aMS_AddressLocationScreen #aMI_ScreenContent #aMI_DivisionsPanel .aMS_ScreenContentElement.aMS_Division.aMS_DisabledElement,
.aMS_ChooseParentDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement.aMS_Division.aMS_DisabledElement{
	background-color:#666;
	cursor:default;
}

.aMS_ChooseDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement.aMS_Division.aMS_DisabledElement:hover:before,
.aMS_AddressLocationScreen #aMI_ScreenContent #aMI_DivisionsPanel .aMS_ScreenContentElement.aMS_Division.aMS_DisabledElement:hover:before,
.aMS_ChooseParentDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement.aMS_Division.aMS_DisabledElement:hover:before{
	display:none;
}

.aMS_ChooseDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement.aMS_ClientDivision,
.aMS_AddressLocationScreen #aMI_ScreenContent #aMI_DivisionsPanel .aMS_ScreenContentElement.aMS_ClientDivision,
.aMS_ChooseParentDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement.aMS_ClientDivision{
	background-color:#ffc17e;
}

/*****************************************************************/
/* ChoosePositionDivisionScreen */
/*****************************************************************/

#aMI_PositionDivisionScrollPanel{
	overflow-x:auto;
	overflow-y: hidden;
	width: 100%;
	float: left;
	position: relative;
	justify-content:normal;
	background-color:white;
	/*border:10px solid white;*/
	box-sizing:content-box;
	border-radius:2px;
}

#aMI_PositionDivisionPanel{
	background-repeat:repeat;
	float: left;
	display: block;
	position: relative;
	transition: zoom 1s;
	width:auto;
}

#aMI_PositionDivisionNavigationPanel{
	position:absolute;
	top:5px;
	left:5px;
	width:auto;
	height:auto;
	border-bottom-right-radius:2px;
}

#aMI_ScreenContent #aMI_PositionDivisionNavigationPanel .aMS_Button,
#aMI_ScreenContent #aMI_PositionDivisionNavigationPanel .aMS_Button:hover,
#aMI_ScreenContent #aMI_PositionDivisionNavigationPanel .aMS_Button:active,
#aMI_ScreenContent #aMI_PositionDivisionNavigationPanel .aMS_Button.aMS_DisabledElement{
	background-repeat:no-repeat;
	border:none;
	box-shadow:none;
	background-color:rgba(255,255,255,0.8);
	color:transparent;
	text-shadow:none;
	background-position:center;
	background-size:25px 25px;
	min-width:30px !important;
	min-height:30px !important;
}

.aMS_ChoosePositionDivisionScreen .aMS_ScreenContentElement.aMS_Division{
	-webkit-animation-name: none;
	        animation-name: none;
}

.aMS_ChoosePositionDivisionScreen .aMS_ScreenContentElement.aMS_Division.aMS_DisabledElement{
	opacity:0.5;
}

.aMS_ChoosePositionDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement.aMS_DisabledElement:hover:before{
	display:none;
}

.aMS_ChoosePositionDivisionScreen .aMS_ScreenContentElement.aMS_Division.aMS_ClientDivision{
	background-color:orange;
}

#aMI_ScreenContent #aMI_PositionDivisionNavigationPanel .aMS_Button:hover{
	background-color:white;
}

#aMI_ScreenContent #aMI_PositionDivisionNavigationPanel .aMS_Button.aMS_DisabledElement{
	background-color:grey;
}



/*****************************************************************/
/* MenuTree */
/*****************************************************************/

.aMS_MenuElement.aMS_Family_Opened:before{
	display:none;
}

.aMS_Family.aMS_Family_Opened .aMS_ScreenContentInnerElement *{
	display:none;
}

.aMS_Family.aMS_Family_Opened{
	width:100%;
}

.aMS_Family.aMS_Family_Opened .aMS_ScreenContentInnerElement .aMS_Title:before,
.aMS_Family.aMS_Family_Opened.aMS_NoPhoto .aMS_ScreenContentInnerElement .aMS_Title:before{
	background:none;
	height: auto;
}

.aMS_MenuElement.aMS_Family_Opened .aMS_ScreenContentInnerElement{
	padding-bottom:0px;
}

.aMS_Item > .aMS_ScreenContentInnerElement > .aMS_Title,
.aMS_ComplexItem .aMS_Title,
.aMS_Family .aMS_Title,
.aMS_Enterprise .aMS_Title,
.aMS_Info .aMS_Title{
	background-color:rgba(255, 255, 255, 0.47);
	position:absolute;
	bottom:2%;
	left:2%;
	width:96%;
	height:24%;
	font-size:2vw;
	line-height:2vw;
	font-weight:bold;
	text-align: center;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-shadow: 0px 0px 5px rgba(104, 104, 104, 1);
	z-index: 1;
}

.aMS_Item .aMS_Subtitle,
.aMS_ComplexItem .aMS_Subtitle{
	z-index:1;
	color:black;
	position:absolute;
	bottom:26%;
	width:100%;
	text-align:center;
	background-color:rgba(255,255,255,0.47);
	text-shadow: 0px 0px 5px rgba(104, 104, 104, 1);
	font-size:1.5vw;
}

.aMS_Item .aMS_Subtitle:before,
.aMS_ComplexItem .aMS_Subtitle:before{
	content:"(";
}

.aMS_Item .aMS_Subtitle:after,
.aMS_ComplexItem .aMS_Subtitle:after{
	content:")";
}

.aMS_Item .aMS_Description,
.aMS_ComplexItem .aMS_Description,
.aMS_Family .aMS_Description,
.aMS_Enterprise .aMS_Description,
.aMS_Info .aMS_Description{
	position:absolute;
	left:2%;
	top:2%;
	width: 88%;
	height:58%;
	overflow:hidden;
	text-align:justify;
	padding:4%;
	z-index: 1;
	font-size:1.2vw;
	line-height:1.4vw;
}

.aMS_Item.aMS_HasPrice .aMS_Description:before,
.aMS_ComplexItem.aMS_HasPrice .aMS_Description:before,
.aMS_Enterprise .aMS_Description:before{
	content:'';
	width:22%;
	height:33%;
	position:relative;
	float:right;
}

.aMS_Enterprise .aMS_Description:before{
	height:25%;
	width:30%;
}

.aMS_Enterprise.aMS_Enterprise_PosNotOk .aMS_Description:before,
.aMS_Enterprise.aMS_Enterprise_PosOk .aMS_Description:before{
	height:45%;
}

.aMS_Item.aMS_HasQuantity.aMS_NoPrice .aMS_Description:before,
.aMS_ComplexItem.aMS_HasQuantity.aMS_NoPrice .aMS_Description:before{
	content:'';
	width:22%;
	height:24%;
	position:relative;
	float:right;
}

.aMS_Item.aMS_HasQuantity.aMS_HasPrice .aMS_Description:before,
.aMS_ComplexItem.aMS_HasQuantity.aMS_HasPrice .aMS_Description:before{
	height:61%;
}

.aMS_Item .aMS_Title:before,
.aMS_ComplexItem .aMS_Title:before,
.aMS_Family .aMS_Title:before,
.aMS_Enterprise .aMS_Title:before,
.aMS_Info .aMS_Title:before{
	content:'';
	width:100%;
	height:400%;
	border-radius:1.6%;
	position:absolute;
	top:-300%;
	left:0px;
	z-index: -1;
}

.aMS_Item .aMS_Description:first-letter,
.aMS_ComplexItem .aMS_Description:first-letter,
.aMS_Family .aMS_Description:first-letter,
.aMS_Enterprise .aMS_Description:first-letter,
.aMS_Info .aMS_Description:first-letter{
	color:white;
	font-weight:bold;
	margin-right:1%;
	font-size:2vw;
}

.aMS_MenuElement.aMS_Item .aMS_Plu,
.aMS_MenuElement.aMS_ComplexItem .aMS_Plu,
.aMS_MenuElement.aMS_Info .aMS_Plu,
.aMS_MenuElement.aMS_NoPhoto .aMS_Photo,
.aMS_MenuElement.aMS_HasPhoto .aMS_Description,
.aMS_MenuElement.aMS_HasPhoto .aMS_Title:before{
	display:none;
}

.aMS_Item .aMS_Photo,
.aMS_ComplexItem .aMS_Photo,
.aMS_Family .aMS_Photo,
.aMS_Enterprise .aMS_Photo,
.aMS_Info .aMS_Photo{
	position:absolute;
	left:2%;
	top:2%;
	width:96%;
	height:96%;
	border-radius:0.2vw;
	z-index: 0;
	-o-object-fit:cover;
	object-fit:cover;
}

.aMS_Item .aMS_Price,
.aMS_ComplexItem .aMS_Price,
.aMS_Family .aMS_Price,
.aMS_Enterprise .aMS_Price{
	position:absolute;
	width:25%;
	height:25%;
	right:-2%;
	top:-2%;
    font-size:1.5vw;
}

.aMS_Info .aMS_Title:after{
	position:absolute;
	content:'i';
	border-color:black;
	background-color:white;
	height:60%;
	width:15%;
	top:-315%;
	right:-4%;
	font-size:1.5vw;
	color:black;
}

.aMS_Item .aMS_Quantity,
.aMS_ComplexItem .aMS_Quantity{
	position:absolute;
	width: 8%;
	height: 14%;
	color:red;
	padding-left:1%;
	font-size:1.4vw;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
	top: 25%;
	right: 2%;
	background-color:rgba(255, 255, 255, 0.47);
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	z-index: 1;
}

.aMS_Item.aMS_NoPrice .aMS_Quantity,
.aMS_ComplexItem.aMS_NoPrice .aMS_Quantity{
	top: 4%;
}

.aMS_Item .aMS_Quantity:before,
.aMS_ComplexItem .aMS_Quantity:before{
	position:absolute;
	content:'=';
	background-image:url(/Pictures/Phone_Vectorial/shop_cart.svg);
	background-size:60% 60%;
	background-repeat:no-repeat;
	background-position:30% 50%;
	left:-170%;
	top:0px;
	width:170%;
	height:100%;
	background-color:rgba(255, 255, 255, 0.47);	
	text-align:right;
	color:black;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}

.aMS_Enterprise .aMS_Distance,
.aMS_Enterprise.aMS_Enterprise_PosNotOk:after,
.aMS_Enterprise.aMS_Enterprise_PosOk:after{
	position:absolute;
	width: 28%;
	height: 14%;
	color:black;
	padding-left:5px;
	padding-right:5px;
	font-size:1.4vw;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
	top: 4%;
	right: 2%;
	background-color:rgba(255, 255, 255, 0.47);
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	z-index: 1;
}

.aMS_Enterprise.aMS_Enterprise_PosNotOk:after{
	content:'Offline';
	font-size:1.1vw;
	top: 20%;
	height: 10%;
	color:red;
}

.aMS_Enterprise.aMS_Enterprise_PosOk:after{
	content:'Online';
	font-size:1.1vw;
	top: 20%;
	height: 10%;
	color:#79b83b;
}

.aMS_Item .aMS_ScreenContentInnerElement > .aMS_Check,
.aMS_ComplexItem .aMS_Check,
.aMS_Family .aMS_Plu,
.aMS_Enterprise .aMS_Plu,
.aMS_Item .aMS_Plu,
.aMS_ComplexItem .aMS_Plu,
.aMS_Info .aMS_Plu{
	display:none;
}

.aMS_MenuElement.aMS_Opened:before{
	display:none;
}


.aMS_MenuElement.aMS_Opened:hover .aMS_InnerItemPanel{
	opacity:1;
	pointer-events:all;
}

.aMS_MenuElement.aMS_Opened:hover{
	z-index: 3;
}

.aMS_MenuElement .aMS_InnerItemPanel{
	padding:0px;
	position:absolute;
	width:200%;
	left:-50%;
	top:101%;
	z-index: 1;
	background-color:white;
	padding:1.6vw;
	border-radius:2px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	opacity:0;
	pointer-events:none;
	-webkit-transition:opacity 0.3s ease;
	-o-transition:opacity 0.3s ease;
	transition:opacity 0.3s ease;
	border: 1px solid #d8d8d8;
}

.aMS_MenuElement .aMS_InnerItemPanel:before{
	content:'';
	width: calc(50% + 2px);
	height:2%;
	background-color:white;
	position:absolute;
	top:-2%;
	left:calc(25% - 1px);
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.aMS_MenuElement.aMS_Opened .aMS_ScreenContentInnerElement > .aMS_Title:after{
	content:'';
	background-color:white;
	width: 104%;
	height: 408%;
	position: absolute;
	top: -300%;
	left: -2%;
	z-index: -1;
	opacity:0;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 1.3vw;
	-webkit-transition:opacity 0.3s ease;
	-o-transition:opacity 0.3s ease;
	transition:opacity 0.3s ease;
}

.aMS_MenuElement.aMS_Opened:hover .aMS_ScreenContentInnerElement > .aMS_Title:after{
	opacity:1;
}

.aMS_MenuElement .aMS_InnerItemPanel .aMS_ModifierFamily{
	border-radius:0px;
	padding:0px;
}

.aMS_MenuElement.aMS_Opened:hover .aMS_Title{
	z-index:2;
}

.aMS_MenuElement .aMS_InnerItemPanel .aMS_Button{
	min-width:50%;
}

#aMI_SuggestionsPanel .aMS_MenuElement{
	display:none;
}

#aMI_SuggestionsPanel .aMS_MenuElement:nth-child(1),
#aMI_SuggestionsPanel .aMS_MenuElement:nth-child(2),
#aMI_SuggestionsPanel .aMS_MenuElement:nth-child(3),
#aMI_SuggestionsPanel .aMS_MenuElement:nth-child(4){
	display:block;
}

.aMS_Item.aMS_HasStock .aMS_Description,
.aMS_ComplexItem.aMS_HasStock .aMS_Description{
	padding-top:10%;
}

/*** ComplexWizard ***/

#aMI_ComplexWizardPanel .aMS_MenuElement .aMS_InnerItemPanel{
	width: calc(100% + 2px);
	left: -1px;
}

#aMI_ComplexWizardPanel .aMS_MenuElement .aMS_InnerItemPanel:before{
	width: calc(100% + 2px);
	height:8%;
	left: -1px;
	top:-4%;
	background-color:white;
}

#aMI_ComplexWizardPanel .aMS_MenuElement .aMS_InnerItemPanel .aMS_Button{
	min-width:50%;
}

#aMI_ComplexWizardPanel .aMS_MenuElement.aMS_Opened .aMS_ScreenContentInnerElement > .aMS_Title:after{
	background-color:white;
    width: 146%;
    height: 280%;
    top: -8%;
    left: -29%;
    color:#666;
}

#aMI_ComplexWizardPanel .aMS_MenuElement.aMS_Opened:hover .aMS_ScreenContentInnerElement > .aMS_Title:after{
	left: -23%;
}

#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Item.aMS_Opened:hover > .aMS_ScreenContentInnerElement > .aMS_Title{
	color: black;
	left:16%;
}

body:not(.aMS_ComplexWizardScreen) #aMI_NextButton{
	display:none;
}

#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Item,
#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Family{
	width:calc((100vw - (100vw - 100%)) * 0.48);
}

#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Item > .aMS_ScreenContentInnerElement,
#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Family .aMS_ScreenContentInnerElement{
	padding-bottom:20%;
}

#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Item .aMS_Photo,
#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Family .aMS_Photo{
	width:18%;
	height:90%;
	left:1%;
	top:5%
}

#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Item .aMS_Price{
	width: 11%;
	height: 55%;
	right: -1%;
	top: 48%;
}

#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Item > .aMS_ScreenContentInnerElement > .aMS_Title,
#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Family .aMS_Title{
	border-radius:0px;
	left:20%;
	top:5%;
	width: 68%;
	height:40%;
	font-size: 1.5vw;
	line-height:1.5vw;
	background-color:#666;
	color:white;
	border-radius: 0.2vw;
}

#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Family .aMS_Title{
	width:79%;
}

#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Item .aMS_Title:before,
#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Family .aMS_Title:before{
	top:0px;
	left: -28%;
	width: 26.5%;
	height: 225%;
	border-radius: 0.2vw;
}

#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Item.aMS_Opened:hover .aMS_Title:before{
	left: -22%;
}

#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Family .aMS_Title:before{
	left: -24.2%;
	width: 22.9%;
}

#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Item .aMS_Description,
#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Family .aMS_Description{
	display:block;
	left:20%;
	top: 45%;
	height: 50%;
	width: 68%;
	padding:0px;
	font-size: 1vw;
	line-height:1.1vw;
	color:black;
	padding-top: 1%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Family .aMS_Description{
	width: 79%;
}

#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Item .aMS_Description:first-letter,
#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Family .aMS_Description:first-letter{
	color:red;
}

#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Item .aMS_Description:before,
#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Family .aMS_Description:before{
	display:none;
}

#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Item > .aMS_ScreenContentInnerElement > .aMS_Check{
	width:6%;
	height:30%;
	position:absolute;
	top:5%;
	right:1%;
	display:block;
	background-size:100% 100%;
}

#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Item .aMS_Check.aMS_Unchecked{
	background-image:url(SvgLoader/check_dot.ffffff00.79b83bff.ffffff00.svg);
}

#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Item .aMS_Check.aMS_Checked{
	background-image:url(SvgLoader/check_check.ffffff00.79b83bff.79b83bff.svg);
}

#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Item .aMS_Quantity:before{
	display:none;
}

#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Item .aMS_Quantity{
	top: 5%;
	right: 6%;
	height: 30%;
	width: 5%;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0px;
}

#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Item .aMS_Quantity:after{
	content:'x';
	color:black;
	margin-left:5%;
	font-size: 1.1vw;
}

.aMS_MenuElement.aMS_InfoHTML{
	overflow:hidden;
	text-align:justify;
	cursor:auto;
}

.aMS_MenuElement.aMS_InfoHTML:before{
	display: none;
}

/*****************************************************************/
/* PlaceholderColors */
/*****************************************************************/

#aMI_OrderListPanel .aMS_OrderItem.aMS_NoPhoto:nth-of-type(20n-19) .aMS_Title:before,
.aMS_NoPhoto.aMS_ScreenContentElement:nth-of-type(20n-19) .aMS_Title:before,
.aMS_Voucher.aMS_NoPhoto:nth-of-type(20n-19) .aMS_ItemTitle{
	background: #f79d00;
	background: -webkit-linear-gradient(to top, #64f38c, #f79d00);
	background: -webkit-gradient(linear, left bottom, left top, from(#64f38c), to(#f79d00));
	background: -webkit-linear-gradient(bottom, #64f38c, #f79d00);
	background: -o-linear-gradient(bottom, #64f38c, #f79d00);
	background: linear-gradient(to top, #64f38c, #f79d00);
}

#aMI_OrderListPanel .aMS_OrderItem.aMS_NoPhoto:nth-of-type(20n-18) .aMS_Title:before,
.aMS_NoPhoto.aMS_ScreenContentElement:nth-of-type(20n-18) .aMS_Title:before,
.aMS_Voucher.aMS_NoPhoto:nth-of-type(20n-18) .aMS_ItemTitle{
	background: #cb2d3e;
	background: -webkit-linear-gradient(to top, #ef473a, #cb2d3e);
	background: -webkit-gradient(linear, left bottom, left top, from(#ef473a), to(#cb2d3e));
	background: -webkit-linear-gradient(bottom, #ef473a, #cb2d3e);
	background: -o-linear-gradient(bottom, #ef473a, #cb2d3e);
	background: linear-gradient(to top, #ef473a, #cb2d3e);
}

#aMI_OrderListPanel .aMS_OrderItem.aMS_NoPhoto:nth-of-type(20n-17) .aMS_Title:before,
.aMS_NoPhoto.aMS_ScreenContentElement:nth-of-type(20n-17) .aMS_Title:before,
.aMS_Voucher.aMS_NoPhoto:nth-of-type(20n-17) .aMS_ItemTitle{
	background: #f7ff00;
	background: -webkit-linear-gradient(to top, #db36a4, #f7ff00);
	background: -webkit-gradient(linear, left bottom, left top, from(#db36a4), to(#f7ff00));
	background: -webkit-linear-gradient(bottom, #db36a4, #f7ff00);
	background: -o-linear-gradient(bottom, #db36a4, #f7ff00);
	background: linear-gradient(to top, #db36a4, #f7ff00);
}

#aMI_OrderListPanel .aMS_OrderItem.aMS_NoPhoto:nth-of-type(20n-16) .aMS_Title:before,
.aMS_NoPhoto.aMS_ScreenContentElement:nth-of-type(20n-16) .aMS_Title:before,
.aMS_Voucher.aMS_NoPhoto:nth-of-type(20n-16) .aMS_ItemTitle{
	background: #000428;
	background: -webkit-linear-gradient(to top, #004e92, #000428);
	background: -webkit-gradient(linear, left bottom, left top, from(#004e92), to(#000428));
	background: -webkit-linear-gradient(bottom, #004e92, #000428);
	background: -o-linear-gradient(bottom, #004e92, #000428);
	background: linear-gradient(to top, #004e92, #000428);
}

#aMI_OrderListPanel .aMS_OrderItem.aMS_NoPhoto:nth-of-type(20n-16) .aMS_Title:before,
.aMS_NoPhoto.aMS_ScreenContentElement:nth-of-type(20n-16) .aMS_Description{
	color:#aaa;
}

#aMI_OrderListPanel .aMS_OrderItem.aMS_NoPhoto:nth-of-type(20n-15) .aMS_Title:before,
.aMS_NoPhoto.aMS_ScreenContentElement:nth-of-type(20n-15) .aMS_Title:before,
.aMS_Voucher.aMS_NoPhoto:nth-of-type(20n-15) .aMS_ItemTitle{
	background: #16BFFD;
	background: -webkit-linear-gradient(to top, #CB3066, #16BFFD);
	background: -webkit-gradient(linear, left bottom, left top, from(#CB3066), to(#16BFFD));
	background: -webkit-linear-gradient(bottom, #CB3066, #16BFFD);
	background: -o-linear-gradient(bottom, #CB3066, #16BFFD);
	background: linear-gradient(to top, #CB3066, #16BFFD);
}

#aMI_OrderListPanel .aMS_OrderItem.aMS_NoPhoto:nth-of-type(20n-14) .aMS_Title:before,
.aMS_NoPhoto.aMS_ScreenContentElement:nth-of-type(20n-14) .aMS_Title:before,
.aMS_Voucher.aMS_NoPhoto:nth-of-type(20n-14) .aMS_ItemTitle{
	background: #42275a;
	background: -webkit-linear-gradient(to top, #734b6d, #42275a);
	background: -webkit-gradient(linear, left bottom, left top, from(#734b6d), to(#42275a));
	background: -webkit-linear-gradient(bottom, #734b6d, #42275a);
	background: -o-linear-gradient(bottom, #734b6d, #42275a);
	background: linear-gradient(to top, #734b6d, #42275a);
}

#aMI_OrderListPanel .aMS_OrderItem.aMS_NoPhoto:nth-of-type(20n-14) .aMS_Title:before,
.aMS_ScreenContentElement:nth-of-type(20n-14) .aMS_Description{
	color:#aaa;
}

#aMI_OrderListPanel .aMS_OrderItem.aMS_NoPhoto:nth-of-type(20n-13) .aMS_Title:before,
.aMS_NoPhoto.aMS_ScreenContentElement:nth-of-type(20n-13) .aMS_Title:before,
.aMS_Voucher.aMS_NoPhoto:nth-of-type(20n-13) .aMS_ItemTitle{
	background: #ff4b1f;
	background: -webkit-linear-gradient(to top, #1fddff, #ff4b1f);
	background: -webkit-gradient(linear, left bottom, left top, from(#1fddff), to(#ff4b1f));
	background: -webkit-linear-gradient(bottom, #1fddff, #ff4b1f);
	background: -o-linear-gradient(bottom, #1fddff, #ff4b1f);
	background: linear-gradient(to top, #1fddff, #ff4b1f);
}

#aMI_OrderListPanel .aMS_OrderItem.aMS_NoPhoto:nth-of-type(20n-12) .aMS_Title:before,
.aMS_NoPhoto.aMS_ScreenContentElement:nth-of-type(20n-12) .aMS_Title:before,
.aMS_Voucher.aMS_NoPhoto:nth-of-type(20n-12) .aMS_ItemTitle{
	background: #141E30;
	background: -webkit-linear-gradient(to top, #243B55, #141E30);
	background: -webkit-gradient(linear, left bottom, left top, from(#243B55), to(#141E30));
	background: -webkit-linear-gradient(bottom, #243B55, #141E30);
	background: -o-linear-gradient(bottom, #243B55, #141E30);
	background: linear-gradient(to top, #243B55, #141E30);
}

#aMI_OrderListPanel .aMS_OrderItem.aMS_NoPhoto:nth-of-type(20n-12) .aMS_Title:before,
.aMS_ScreenContentElement:nth-of-type(20n-12) .aMS_Description{
	color:#aaa;
}

#aMI_OrderListPanel .aMS_OrderItem.aMS_NoPhoto:nth-of-type(20n-11) .aMS_Title:before,
.aMS_NoPhoto.aMS_ScreenContentElement:nth-of-type(20n-11) .aMS_Title:before,
.aMS_Voucher.aMS_NoPhoto:nth-of-type(20n-11) .aMS_ItemTitle{
	background: #a80077;
	background: -webkit-linear-gradient(to top, #66ff00, #a80077);
	background: -webkit-gradient(linear, left bottom, left top, from(#66ff00), to(#a80077));
	background: -webkit-linear-gradient(bottom, #66ff00, #a80077);
	background: -o-linear-gradient(bottom, #66ff00, #a80077);
	background: linear-gradient(to top, #66ff00, #a80077);
}

#aMI_OrderListPanel .aMS_OrderItem.aMS_NoPhoto:nth-of-type(20n-10) .aMS_Title:before,
.aMS_NoPhoto.aMS_ScreenContentElement:nth-of-type(20n-10) .aMS_Title:before,
.aMS_Voucher.aMS_NoPhoto:nth-of-type(20n-10) .aMS_ItemTitle{
	background: #2C3E50;
	background: -webkit-linear-gradient(to top, #FD746C, #2C3E50);
	background: -webkit-gradient(linear, left bottom, left top, from(#FD746C), to(#2C3E50));
	background: -webkit-linear-gradient(bottom, #FD746C, #2C3E50);
	background: -o-linear-gradient(bottom, #FD746C, #2C3E50);
	background: linear-gradient(to top, #FD746C, #2C3E50);
}

#aMI_OrderListPanel .aMS_OrderItem.aMS_NoPhoto:nth-of-type(20n-10) .aMS_Title:before,
.aMS_ScreenContentElement:nth-of-type(20n-10) .aMS_Description{
	color:#aaa;
}

#aMI_OrderListPanel .aMS_OrderItem.aMS_NoPhoto:nth-of-type(20n-9) .aMS_Title:before,
.aMS_NoPhoto.aMS_ScreenContentElement:nth-of-type(20n-9) .aMS_Title:before,
.aMS_Voucher.aMS_NoPhoto:nth-of-type(20n-9) .aMS_ItemTitle{
	background: #2196f3;
	background: -webkit-linear-gradient(to top, #f44336, #2196f3);
	background: -webkit-gradient(linear, left bottom, left top, from(#f44336), to(#2196f3));
	background: -webkit-linear-gradient(bottom, #f44336, #2196f3);
	background: -o-linear-gradient(bottom, #f44336, #2196f3);
	background: linear-gradient(to top, #f44336, #2196f3);
}

#aMI_OrderListPanel .aMS_OrderItem.aMS_NoPhoto:nth-of-type(20n-8) .aMS_Title:before,
.aMS_NoPhoto.aMS_ScreenContentElement:nth-of-type(20n-8) .aMS_Title:before,
.aMS_Voucher.aMS_NoPhoto:nth-of-type(20n-8) .aMS_ItemTitle{
	background: #2C3E50;
	background: -webkit-linear-gradient(to top, #4CA1AF, #2C3E50);
	background: -webkit-gradient(linear, left bottom, left top, from(#4CA1AF), to(#2C3E50));
	background: -webkit-linear-gradient(bottom, #4CA1AF, #2C3E50);
	background: -o-linear-gradient(bottom, #4CA1AF, #2C3E50);
	background: linear-gradient(to top, #4CA1AF, #2C3E50);
}

#aMI_OrderListPanel .aMS_OrderItem.aMS_NoPhoto:nth-of-type(20n-8) .aMS_Title:before,
.aMS_ScreenContentElement:nth-of-type(20n-8) .aMS_Description{
	color:#aaa;
}

#aMI_OrderListPanel .aMS_OrderItem.aMS_NoPhoto:nth-of-type(20n-7) .aMS_Title:before,
.aMS_NoPhoto.aMS_ScreenContentElement:nth-of-type(20n-7) .aMS_Title:before,
.aMS_Voucher.aMS_NoPhoto:nth-of-type(20n-7) .aMS_ItemTitle{
	background: #e96443;
	background: -webkit-linear-gradient(to top, #904e95, #e96443);
	background: -webkit-gradient(linear, left bottom, left top, from(#904e95), to(#e96443));
	background: -webkit-linear-gradient(bottom, #904e95, #e96443);
	background: -o-linear-gradient(bottom, #904e95, #e96443);
	background: linear-gradient(to top, #904e95, #e96443);
}

#aMI_OrderListPanel .aMS_OrderItem.aMS_NoPhoto:nth-of-type(20n-6) .aMS_Title:before,
.aMS_NoPhoto.aMS_ScreenContentElement:nth-of-type(20n-6) .aMS_Title:before,
.aMS_Voucher.aMS_NoPhoto:nth-of-type(20n-6) .aMS_ItemTitle{
	background: #0B486B;
	background: -webkit-linear-gradient(to top, #F56217, #0B486B);
	background: -webkit-gradient(linear, left bottom, left top, from(#F56217), to(#0B486B));
	background: -webkit-linear-gradient(bottom, #F56217, #0B486B);
	background: -o-linear-gradient(bottom, #F56217, #0B486B);
	background: linear-gradient(to top, #F56217, #0B486B);
}

#aMI_OrderListPanel .aMS_OrderItem.aMS_NoPhoto:nth-of-type(20n-6) .aMS_Title:before,
.aMS_ScreenContentElement:nth-of-type(20n-6) .aMS_Description{
	color:#aaa;
}

#aMI_OrderListPanel .aMS_OrderItem.aMS_NoPhoto:nth-of-type(20n-5) .aMS_Title:before,
.aMS_NoPhoto.aMS_ScreenContentElement:nth-of-type(20n-5) .aMS_Title:before,
.aMS_Voucher.aMS_NoPhoto:nth-of-type(20n-5) .aMS_ItemTitle{
	background: #3a7bd5;
	background: -webkit-linear-gradient(to top, #3a6073, #3a7bd5);
	background: -webkit-gradient(linear, left bottom, left top, from(#3a6073), to(#3a7bd5));
	background: -webkit-linear-gradient(bottom, #3a6073, #3a7bd5);
	background: -o-linear-gradient(bottom, #3a6073, #3a7bd5);
	background: linear-gradient(to top, #3a6073, #3a7bd5);
}

#aMI_OrderListPanel .aMS_OrderItem.aMS_NoPhoto:nth-of-type(20n-4) .aMS_Title:before,
.aMS_NoPhoto.aMS_ScreenContentElement:nth-of-type(20n-4) .aMS_Title:before,
.aMS_Voucher.aMS_NoPhoto:nth-of-type(20n-4) .aMS_ItemTitle{
	background: #FF5F6D;
	background: -webkit-linear-gradient(to top, #FFC371, #FF5F6D);
	background: -webkit-gradient(linear, left bottom, left top, from(#FFC371), to(#FF5F6D));
	background: -webkit-linear-gradient(bottom, #FFC371, #FF5F6D);
	background: -o-linear-gradient(bottom, #FFC371, #FF5F6D);
	background: linear-gradient(to top, #FFC371, #FF5F6D);
}

#aMI_OrderListPanel .aMS_OrderItem.aMS_NoPhoto:nth-of-type(20n-3) .aMS_Title:before,
.aMS_NoPhoto.aMS_ScreenContentElement:nth-of-type(20n-3) .aMS_Title:before,
.aMS_Voucher.aMS_NoPhoto:nth-of-type(20n-3) .aMS_ItemTitle{
	background: #00d2ff;
	background: -webkit-linear-gradient(to top, #928DAB, #00d2ff);
	background: -webkit-gradient(linear, left bottom, left top, from(#928DAB), to(#00d2ff));
	background: -webkit-linear-gradient(bottom, #928DAB, #00d2ff);
	background: -o-linear-gradient(bottom, #928DAB, #00d2ff);
	background: linear-gradient(to top, #928DAB, #00d2ff);
}

#aMI_OrderListPanel .aMS_OrderItem.aMS_NoPhoto:nth-of-type(20n-2) .aMS_Title:before,
.aMS_NoPhoto.aMS_ScreenContentElement:nth-of-type(20n-2) .aMS_Title:before,
.aMS_Voucher.aMS_NoPhoto:nth-of-type(20n-2) .aMS_ItemTitle{
	background: #ff4b1f;
	background: -webkit-linear-gradient(to top, #ff9068, #ff4b1f);
	background: -webkit-gradient(linear, left bottom, left top, from(#ff9068), to(#ff4b1f));
	background: -webkit-linear-gradient(bottom, #ff9068, #ff4b1f);
	background: -o-linear-gradient(bottom, #ff9068, #ff4b1f);
	background: linear-gradient(to top, #ff9068, #ff4b1f);
}

#aMI_OrderListPanel .aMS_OrderItem.aMS_NoPhoto:nth-of-type(20n-1) .aMS_Title:before,
.aMS_NoPhoto.aMS_ScreenContentElement:nth-of-type(20n-1) .aMS_Title:before,
.aMS_Voucher.aMS_NoPhoto:nth-of-type(20n-1) .aMS_ItemTitle{
	background: #EECDA3;
	background: -webkit-linear-gradient(to top, #EF629F, #EECDA3);
	background: -webkit-gradient(linear, left bottom, left top, from(#EF629F), to(#EECDA3));
	background: -webkit-linear-gradient(bottom, #EF629F, #EECDA3);
	background: -o-linear-gradient(bottom, #EF629F, #EECDA3);
	background: linear-gradient(to top, #EF629F, #EECDA3);
}

#aMI_OrderListPanel .aMS_OrderItem.aMS_NoPhoto:nth-of-type(20n) .aMS_Title:before,
.aMS_NoPhoto.aMS_ScreenContentElement:nth-of-type(20n) .aMS_Title:before,
.aMS_Voucher.aMS_NoPhoto:nth-of-type(20n) .aMS_ItemTitle{
	background: #1D4350;
	background: -webkit-linear-gradient(to top, #A43931, #1D4350);
	background: -webkit-gradient(linear, left bottom, left top, from(#A43931), to(#1D4350));
	background: -webkit-linear-gradient(bottom, #A43931, #1D4350);
	background: -o-linear-gradient(bottom, #A43931, #1D4350);
	background: linear-gradient(to top, #A43931, #1D4350);
}

#aMI_OrderListPanel .aMS_OrderItem.aMS_NoPhoto:nth-of-type(20n) .aMS_Title:before,
.aMS_ScreenContentElement:nth-of-type(20n) .aMS_Description{
	color:#aaa;
}

/*****************************************************************/
/* Header And Footer Menu */
/*****************************************************************/

#aMI_HeaderMenuContent,
#aMI_FooterMenuContent{
	background-image:url(https://lh3.googleusercontent.com/WGJuPBVFuqvMQYAybkm7tgRkAiHVtd-KlSvHezoEdGzoAF-_TYJ8XcP7VHHfROxFRKffXTTxys40zCamX-M);
	background-size:20px 20px;
	width:80%;
	height:35px;
	border-radius: 3px;
	overflow:hidden;
	position: relative;
	margin-top: 70px;
	margin-left:10%;
}

#aMI_FooterMenuContent{
	position: fixed;
	bottom:0px;
	margin:0px;
	width:100%;
	border-radius:0px;
	background:black;
	z-index: 2;
}

#aMI_HeaderMenuContent .aMS_Label:before,
#aMI_HeaderMenuContent .aMS_Label:after,
#aMI_FooterMenuContent .aMS_Label:before,
#aMI_FooterMenuContent .aMS_Label:after,
#aMI_FreeItemsContent .aMS_Label:before,
#aMI_FreeItemsContent .aMS_Label:after,
#aMI_HeaderMenuContent .aMS_ScreenContentElement:before,
#aMI_FooterMenuContent .aMS_ScreenContentElement:before,
#aMI_FreeItemsContent .aMS_ScreenContentElement:before,
#aMI_HeaderMenuContent .aMS_ScreenContentInnerElement *,
#aMI_FooterMenuContent .aMS_ScreenContentInnerElement *,
#aMI_FreeItemsContent .aMS_ScreenContentInnerElement *,
#aMI_HeaderMenuContent .aMS_InnerOptionWrapper *,
#aMI_FooterMenuContent .aMS_InnerOptionWrapper *,
#aMI_FreeItemsContent .aMS_InnerOptionWrapper *{
	display:none;
}

#aMI_HeaderMenuContent .aMS_ScreenContentElement,
#aMI_FooterMenuContent .aMS_ScreenContentElement{
	float:left;
	position:relative;
	width:auto;
	background-color:transparent;
	margin:0px;
	border:none;
	border-radius:0px;
}

#aMI_HeaderMenuContent .aMS_ScreenContentElement:active .aMS_Title,
#aMI_HeaderMenuContent .aMS_InnerOptionWrapper:active .aMS_Button,
#aMI_HeaderMenuContent .aMS_ScreenContentElement.aMS_IsSelected .aMS_Title,
#aMI_HeaderMenuContent .aMS_InnerOptionWrapper.aMS_IsSelected .aMS_Button,
#aMI_FooterMenuContent .aMS_ScreenContentElement:active .aMS_Title,
#aMI_FooterMenuContent .aMS_InnerOptionWrapper:active .aMS_Button,
#aMI_FooterMenuContent .aMS_ScreenContentElement.aMS_IsSelected .aMS_Title,
#aMI_FooterMenuContent .aMS_InnerOptionWrapper.aMS_IsSelected .aMS_Button{
	color:#ff9118;
	text-shadow:none;
}

#aMI_HeaderMenuContent .aMS_Title,
#aMI_FooterMenuContent .aMS_Title,
#aMI_HeaderMenuContent .aMS_InnerOptionWrapper .aMS_Button,
#aMI_FooterMenuContent .aMS_InnerOptionWrapper .aMS_Button{
	display:block;
	position:relative;
	float:left;
	background:none;
	margin:0px;
	left:auto;
	top:auto;
	line-height: 30px;
	font-size: 25px;
	height: 30px;
	white-space: nowrap;
	padding: 10px;
	padding-top: 3px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-weight: normal;
	cursor:pointer;
	text-shadow: 0px 0px 5px rgba(104, 104, 104, 1);
	border:none;
	font-family: 'Khand', sans-serif;
}

#aMI_FooterMenuContent .aMS_Title,
#aMI_FooterMenuContent .aMS_InnerOptionWrapper .aMS_Button{
	color:white;
}

#aMI_FreeItemsContent .aMS_ScreenContentElement .aMS_Title{
	background:none;
	font-family:system-ui;
	font-weight:400;
	font-size:20px;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height:initial;
	position: relative;
	float: left;
}

#aMI_FreeItemsContent .aMS_ScreenContentElement .aMS_ScreenContentInnerElement{
	padding:0px;
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}

#aMI_FreeItemsContent .aMS_ScreenContentElement:not(.aMS_InnerOptionWrapper){
	width: calc(100% - 20px);
    margin: 0px;
    margin-bottom: 10px;
    margin-left:0px;
}

#aMI_FreeItemsContent{
	padding-top:10px;
}

#aMI_FreeItemsContent .aMS_InnerOptionWrapper{
	position:relative;
	float:left;
	width:100%;
}

#aMI_FreeItemsContent .aMS_InnerOptionWrapper .aMS_Button{
	margin-left:10px;
}

/*****************************************************************/
/* ItemPanel */
/*****************************************************************/

.aMS_ItemScreen #aMI_ItemPanel,
.aMS_InfoScreen #aMI_InfoPanel{
	display: block;
	float:left;
	position:relative;
}

.aMS_ItemScreen #aMI_ItemPanel .aMS_Description,
.aMS_InfoScreen #aMI_InfoPanel .aMS_Description{
	position:relative;
	float:left;
	width:50%;
	text-align:justify;
	margin-left:49%;
	padding:1.6vw;
	background-color:white;
	border-radius:2px;
	padding-bottom:calc(3.2vw + 40px);
	font-size:20px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}

.aMS_InfoScreen #aMI_InfoPanel .aMS_Description{
	padding-bottom:2%;
}

.aMS_ItemScreen #aMI_ItemPanel.aMS_NoDescription .aMS_Description,
.aMS_InfoScreen #aMI_InfoPanel.aMS_NoDescription .aMS_Description{
	padding-top:0px;
	height:0px;
}

.aMS_ItemScreen #aMI_ItemPanel.aMS_NoPrice .aMS_Description:after{
	content:'';
	position: absolute;
	width: calc(40px + 4vw);
	height: calc(40px + 4vw);
	font-size:2.5vw;
	left:calc(101% - 40px - 4vw);
	bottom:calc(-0.2vw);
	line-height:calc((100vw - (100vw - 100%)) * 1.4 + 40px);
}

.aMS_ItemScreen #aMI_ItemPanel .aMS_Description:first-letter,
.aMS_InfoScreen #aMI_InfoPanel .aMS_Description:first-letter{
	font-size:40px;
	color:red;
	font-weight:bold;
	line-height:10px;
	margin-right:3px;
}

.aMS_ItemScreen #aMI_ItemPanel .aMS_Photo,
.aMS_InfoScreen #aMI_InfoPanel .aMS_Photo{
	background-color:white;
	position:absolute;
	left:1%;
	top:0px;
	width:44%;
	height:auto;
	border-radius:2px;
	border:0.5vw solid white;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}

.aMS_InfoScreen #aMI_InfoPanel.aMS_NoDescription .aMS_Description{
	display:none;
}

.aMS_InfoScreen #aMI_InfoPanel.aMS_NoDescription .aMS_Photo{
	margin-left:28%;
}

.aMS_ItemScreen #aMI_ItemPanel.aMS_NoPhoto .aMS_Photo,
.aMS_InfoScreen #aMI_InfoPanel.aMS_NoPhoto .aMS_Photo{
	display:none;
}

.aMS_ItemScreen #aMI_ItemPanel.aMS_NoPhoto .aMS_Description,
.aMS_InfoScreen #aMI_InfoPanel.aMS_NoPhoto .aMS_Description{
	margin-left:25%;
}

.aMS_ItemScreen #aMI_ItemPanel .aMS_Price{
	position:relative;
	width: calc(40px + 4vw);
	height: calc(40px + 4vw);
	font-size:3vw;
	float:left;
	margin-left:calc(94.5% - 40px);
	margin-top:calc(-4.7% - 40px);
	line-height:calc((100vw - (100vw - 100%)) * 1.4 + 40px);
}

.aMS_ItemScreen #aMI_ItemPanel.aMS_NoPhoto .aMS_Price{
	margin-left:calc(70.5% - 40px);
}

.aMS_ItemScreen #aMI_ItemPanel .aMS_Quantity{
	position:relative;
	float:left;
	margin-left:calc(51% + 40px);
	width:70px;
	height:40px;
	text-align:center;
	line-height:40px;
	font-size:30px;
	margin-top:calc(-1.6vw + -40px);
	color:red;
	font-weight:bold;
}

.aMS_ItemScreen #aMI_ItemPanel.aMS_NoPhoto .aMS_Quantity{
	margin-left:calc(27% + 40px);
}

.aMS_ItemScreen #aMI_ItemPanel.aMS_NoPrice .aMS_Quantity{
	margin-top:calc(-1.6vw - 40px);
}

.aMS_ItemScreen #aMI_ItemPanel .aMS_Quantity:after{
	content:'pcs';
	margin-left:5px;
	color:black;
	font-size:15px;
}

.aMS_ItemScreen #aMI_ItemPanel .aMS_AddQuantity{
	position:relative;
	float:left;
	margin-left:calc(51% + 110px);
	margin-top:calc(-1.6vw - 40px);
}

.aMS_ItemScreen #aMI_ItemPanel.aMS_NoPhoto .aMS_AddQuantity{
	margin-left:calc(27% + 110px);
}

.aMS_ItemScreen #aMI_ItemPanel.aMS_NoPrice .aMS_AddQuantity{
	margin-top:calc(-1.6vw - 40px);
}

.aMS_ItemScreen #aMI_ItemPanel .aMS_RemoveQuantity{
	position:relative;
	float:left;
	margin-left:calc(51%);
	margin-top:calc(-1.6vw - 40px);
}

.aMS_ItemScreen #aMI_ItemPanel.aMS_NoPhoto .aMS_RemoveQuantity{
	margin-left:calc(27%);
}

.aMS_ItemScreen #aMI_ItemPanel.aMS_NoPrice .aMS_RemoveQuantity{
	margin-top:calc(-1.6vw - 40px);
}

/*****************************************************************/
/* InnerItemPanel */
/*****************************************************************/

.aMS_ItemScreen #aMI_ItemPanel .aMS_InnerItemPanel,
.aMS_ItemScreen #aMI_ItemPanel .aMS_InnerComplexItemPanel{
	position:relative;
	float:left;
	margin-left:49%;
	width:50%;
	margin-top:30px;
}

.aMS_ItemScreen #aMI_ItemPanel.aMS_NoPhoto .aMS_InnerItemPanel,
.aMS_ItemScreen #aMI_ItemPanel.aMS_NoPhoto .aMS_InnerComplexItemPanel{
	margin-left:25%;
}

.aMS_ItemScreen #aMI_ItemPanel .aMS_InnerItemPanel .aMS_Button,
.aMS_ItemScreen #aMI_ItemPanel .aMS_InnerComplexItemPanel .aMS_Button{
	width:100%;
}

.aMS_InnerItemPanel .aMS_ModifierFamily,
.aMS_InnerComplexItemPanel .aMS_OrderItem{
	background-color:white;
	width:100%;
	float:left;
	position:relative;
	margin-bottom:30px;
	border-radius:2px;
	padding:1.6vw;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}

.aMS_InnerItemPanel .aMS_ModifierFamily .aMS_Title,
#aMI_OrderListPanel .aMS_OrderItem .aMS_InnerItemPanel .aMS_ModifierFamily .aMS_Title,
#aMI_ItemPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_Title{
	width:100%;
	background-color:#666;
	font-size: 20px;
	color:white;
	text-shadow: 0px 0px 5px rgba(104, 104, 104, 1);
	padding-left:5px;
	border-radius:2px;
	margin-left:0px;
	height:auto;
	line-height:normal;
}

#aMI_ItemPanel .aMS_InnerComplexItemPanel .aMS_OrderItem.aMS_HasQuantity .aMS_Title,
#aMI_OrderListPanel .aMS_OrderComplexItem .aMS_InnerComplexItemPanel .aMS_OrderItem.aMS_HasQuantity .aMS_Title{
	padding-left:30px;
}

#aMI_ItemPanel .aMS_InnerComplexItemPanel .aMS_OrderItem.aMS_HasQuantity .aMS_Quantity,
#aMI_OrderListPanel .aMS_OrderComplexItem .aMS_InnerComplexItemPanel .aMS_OrderItem.aMS_HasQuantity .aMS_Quantity{
	display:block;
	position:absolute;
	left:30px;
	top: 27px;
	margin:0px;
	padding:0px;
	font-size:25px;
	width:auto;
	right: auto;
	line-height: 25px;
	height: 25px;
}

#aMI_OrderListPanel .aMS_OrderComplexItem .aMS_InnerComplexItemPanel .aMS_OrderItem.aMS_HasQuantity .aMS_Quantity{
	top:4px;
	left:5px;
}

#aMI_ItemPanel .aMS_InnerComplexItemPanel .aMS_OrderItem.aMS_HasQuantity .aMS_Quantity:after,
#aMI_OrderListPanel .aMS_OrderComplexItem .aMS_InnerComplexItemPanel .aMS_OrderItem.aMS_HasQuantity .aMS_Quantity:after{
	content:'x';
	color:white;
	margin:0px;
}

#aMI_OrderListPanel .aMS_OrderComplexItem .aMS_InnerComplexItemPanel .aMS_OrderItem.aMS_HasQuantity .aMS_Quantity:after{
	color:#666;
}

#aMI_ItemPanel .aMS_InnerComplexItemPanel .aMS_OrderItem.aMS_HasQuantity .aMS_ModifierFamily .aMS_Title,
#aMI_OrderListPanel .aMS_OrderComplexItem .aMS_InnerComplexItemPanel .aMS_OrderItem.aMS_HasQuantity .aMS_ModifierFamily .aMS_Title{
	padding-left:5px;
}

.aMS_InnerItemPanel .aMS_ModifierFamily .aMS_ModifierItem{
	width:100%;
	border-bottom:1px solid #666;
	position:relative;
}

.aMS_InnerItemPanel .aMS_ModifierFamily .aMS_ModifierItem .aMS_Title,
#aMI_OrderListPanel .aMS_OrderItem .aMS_InnerItemPanel .aMS_ModifierFamily .aMS_ModifierItem .aMS_Title,
#aMI_ItemPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_ModifierFamily .aMS_ModifierItem .aMS_Title{
	background-color:transparent;
	width: 72%;
	position:relative;
	float:left;
	text-shadow:none;
	color:#666;
	margin-top:5px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.aMS_InnerItemPanel .aMS_ModifierFamily .aMS_ModifierItem .aMS_Check{
	width:35px;
	height:35px;
	position:absolute;
	right:0px;
	top:2px;
	background-size:35px 35px;
}

.aMS_InnerItemPanel .aMS_ModifierFamily .aMS_ModifierItem .aMS_Unchecked{
	background-image:url(SvgLoader/check_dot.ffffff00.79b83bff.ffffff00.svg);
}

.aMS_InnerItemPanel .aMS_ModifierFamily .aMS_ModifierItem .aMS_Checked{
	background-image:url(SvgLoader/check_check.ffffff00.79b83bff.79b83bff.svg);
}

.aMS_InnerItemPanel .aMS_ModifierFamily .aMS_ModifierItem .aMS_Dotted{
	background-image:url(SvgLoader/check_dot.ffffff00.79b83bff.79b83bff.svg);
}

#aMI_ItemPanel .aMS_InnerItemPanel .aMS_ModifierFamily .aMS_ModifierItem .aMS_Price,
.aMS_MenuElement .aMS_InnerItemPanel .aMS_ModifierFamily .aMS_ModifierItem .aMS_Price,
#aMI_OrderListPanel .aMS_OrderItem .aMS_InnerItemPanel .aMS_ModifierFamily .aMS_ModifierItem .aMS_Price,
#aMI_ItemPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_Price,
#aMI_OrderListPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_Price{
	height:auto;
	border:none;
	background-color:transparent;
	line-height: normal;
	display:block;
	padding: 0px;
	border-radius:0px;
	-webkit-transform:none;
	    -ms-transform:none;
	        transform:none;
	color:red;
	margin:auto;
	float:left;
	text-shadow:none;
	width: 18%;
	font-size:20px;
	margin-top:5px;
	position:relative;
	top:auto;
	left:auto;
	right:auto;
	text-align: right;
	padding-right: 5px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.aMS_InnerItemPanel .aMS_ModifierFamily .aMS_ModifierItem .aMS_Plu{
	display:none;
}

#aMI_OrderListPanel .aMS_OrderItem .aMS_InnerItemPanel .aMS_ModifierFamily .aMS_Title,
#aMI_ItemPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_ModifierFamily .aMS_Title{
	background-color:#e3e3e3;
	color:#666;
	text-shadow:none;
	border-radius:0px;
}

#aMI_OrderListPanel .aMS_OrderItem .aMS_InnerItemPanel .aMS_ModifierFamily:last-child,
#aMI_ItemPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_InnerItemPanel .aMS_ModifierFamily:last-child{
	margin-bottom:4px;
}

#aMI_OrderListPanel .aMS_OrderItem .aMS_InnerItemPanel .aMS_ModifierFamily .aMS_ModifierItem,
#aMI_ItemPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_ModifierFamily .aMS_ModifierItem{
	border-left:1px solid #e3e3e3;
	border-bottom-color:#e3e3e3
}

/*** Complex item ***/

#aMI_ItemPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_Description,
#aMI_ItemPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_Button,
#aMI_ItemPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_Quantity,
#aMI_ItemPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_Photo,
#aMI_ItemPanel .aMS_InnerComplexItemPanel .aMS_OrderItem.aMS_NoInnerItem .aMS_InnerItemPanel,
#aMI_OrderListPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_Description,
#aMI_OrderListPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_Button,
#aMI_OrderListPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_Quantity,
#aMI_OrderListPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_Photo,
#aMI_OrderListPanel .aMS_InnerComplexItemPanel .aMS_OrderItem.aMS_NoInnerItem .aMS_InnerItemPanel,
#aMI_ItemPanel .aMS_OrderItem .aMS_Date{
	display:none;
}

#aMI_ItemPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_Title,
#aMI_OrderListPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_Title{
	padding-right: 16%;
}

#aMI_OrderListPanel .aMS_OrderComplexItem .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_Title{
	margin:0px;
	padding-left:5px;
	width:100%;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	background-color:#e3e3e3;
	border-radius:0px;
	color:#666;
	text-shadow:none;
	line-height: 30px;
	height:auto;
	font-size:20px;
}

#aMI_OrderListPanel .aMS_InnerComplexItemPanel .aMS_OrderItem{
	padding:0px;
	margin-left:45px;
	border-bottom:none;
	min-height: auto;
	margin-bottom: 0px;
	margin-top: 10px;
}

.aMS_InnerComplexItemPanel .aMS_OrderItem:before,
.aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_Title:before,
.aMS_InnerItemPanel .aMS_Title:before,
#aMI_OrderListPanel .aMS_OrderComplexItem .aMS_InnerComplexItemPanel .aMS_Title:after{
	display:none;
}

#aMI_ItemPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_ModifierFamily .aMS_Title,
#aMI_ItemPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_ModifierFamily .aMS_ModifierItem .aMS_Title,
#aMI_OrderListPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_ModifierFamily .aMS_Title,
#aMI_OrderListPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_ModifierFamily .aMS_ModifierItem .aMS_Title{
	padding-right: 0px;
}

#aMI_ItemPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_ModifierFamily .aMS_ModifierItem .aMS_Title,
#aMI_OrderListPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_ModifierFamily .aMS_ModifierItem .aMS_Title{
	width: 80%;
}

#aMI_ItemPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_Price,
#aMI_OrderListPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_Price{
	margin:0px;
	font-size:20px;
	left:auto;
	right: 4%;
	position:absolute;
}

#aMI_OrderListPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_Price{
	right: 0%;
}

#aMI_ItemPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_ModifierItem .aMS_Price,
#aMI_OrderListPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_ModifierItem .aMS_Price{
	float:right;
}

#aMI_ItemPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_InnerItemPanel,
#aMI_OrderListPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_InnerItemPanel{
	margin-left:0px;
	width: 95%;
	margin-left: 5%;
	margin-top: 10px;
}

#aMI_OrderListPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_InnerItemPanel{
	margin-top:0px;
	margin-bottom:5px;
}

#aMI_ItemPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_InnerItemPanel .aMS_ModifierFamily,
#aMI_OrderListPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_InnerItemPanel .aMS_ModifierFamily{
	padding:0px;
	border-radius:0px;
	margin-bottom:10px;
}

#aMI_OrderListPanel .aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_InnerItemPanel .aMS_ModifierFamily{
	margin-top:10px;
	margin-bottom:0px;
}

/*** FormPanel ***/

.aMS_InnerItemPanel .aMS_FormPanel,
#aMI_OrderListPanel .aMS_InnerComplexItemPanel>.aMS_FormPanel{
	width:100%;
	padding:0px;
	border:none;
	border-radius:0px;
	box-shadow:none;
	margin-top:10px;
	padding-left:45px;
	display: none;
}

.aMS_InnerItemPanel .aMS_FormPanel .aMS_FormFieldTitle,
#aMI_OrderListPanel .aMS_InnerComplexItemPanel>.aMS_FormPanel .aMS_FormFieldTitle{
	color:#666;
	font-size:20px;
}

.aMS_InnerComplexItemPanel .aMS_OrderItem .aMS_InnerItemPanel .aMS_FormPanel{
	padding-left:0px;
}

/*****************************************************************/
/* Sidebars */
/*****************************************************************/

#aMI_OrderListContent,
#aMI_OptionsContent,
#aMI_FreeItemsContent{
	background-color:white;
	width: 550px;
	height: calc(100vh - 100px);
	position:fixed;
	top:75px;
	right: -565px;
	border:10px solid black;
	border-bottom-left-radius:5px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	-webkit-transition:right 0.3s ease;
	-o-transition:right 0.3s ease;
	transition:right 0.3s ease;
	z-index:3;
}

.aMS_HasFooterMenu #aMI_OrderListContent{
	height: calc(100vh - 130px);
}

#aMI_OptionsContent,
#aMI_FreeItemsContent{
	width: 400px;
	right: -415px;
	height:auto;
	max-height:calc(100vh - 100px);
}

#aMI_FreeItemsContent{
	top:auto;
	bottom:25px;
	border-bottom-left-radius:0px;
}

.aMS_HasFooterMenu #aMI_OptionsContent,
.aMS_HasFooterMenu #aMI_FreeItemsContent{
	max-height:calc(100vh - 130px);
}

.aMS_HasFooterMenu #aMI_FreeItemsContent{
	top:auto;
	bottom:55px;
}

#aMI_OrderListContent:hover,
#aMI_OptionsContent:hover,
#aMI_FreeItemsContent:hover{
	right:0px;
}

#aMI_OrderListContent:after,
#aMI_OptionsContent:after,
#aMI_FreeItemsContent:after{
	content:'';
	width:70px;
	height:55px;
	position:absolute;
	left:-90px;
	top:-10px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border:10px solid black;
	background-image:url(/Pictures/Phone_Vectorial/shop_cart.svg);
	background-repeat:no-repeat;
	background-size:25px 25px;
	background-position:15px 15px;
	background-color:#eeeeee;
	-webkit-transition:background-color 0.3s ease;
	-o-transition:background-color 0.3s ease;
	transition:background-color 0.3s ease;
	cursor:pointer;
}

#aMI_OrderListContent:before,
#aMI_OptionsContent:before,
#aMI_FreeItemsContent:before{
	content:'';
	width:80px;
	height:75px;
	position:absolute;
	left:-90px;
	top:-10px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	background-color:black;
	cursor:pointer;
}

#aMI_OrderListContent:hover:after,
#aMI_OptionsContent:hover:after,
#aMI_FreeItemsContent:hover:after{
	background-color:#78b53b;
}

#aMI_OrderListContent #aMI_OrderListPanel:before,
#aMI_OptionsContent #aMI_OptionsPanel:before,
#aMI_FreeItemsContent .aMS_ScreenInnerContent:before{
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	pointer-events:none;
}

#aMI_OptionsContent,
#aMI_FreeItemsContent{
	border-top-left-radius:5px;
}

#aMI_OptionsContent:after{
	background-image:url(SvgLoader/options.444444ff.000000ff.000000ff.svg);
	background-size:45px 45px;
	background-position:5px 5px;
}

#aMI_FreeItemsContent:after{
	background-image:url(https://lh3.googleusercontent.com/Cn8wPxcNN1wvktqPmx9grgDolJiaRPvigLtoEmSxZkVjJPVg-zWb8AjOx-_t5QDtRa5n4gbXRd2-MvKAd0dZ);
}

#aMI_OptionsContent:after,
#aMI_OptionsContent:before{
	top:80px;
}

#aMI_FreeItemsContent:after,
#aMI_FreeItemsContent:before{
	top:auto;
	bottom:-10px;
}

.aMS_NoOrderItems #aMI_OrderListContent,
.aMS_OrderListScreen #aMI_OrderListContent,
.aMS_WaitScreen #aMI_OrderListContent,
.aMS_WaitScreen #aMI_OptionsContent,
.aMS_OrderFormScreen #aMI_OrderListContent,
.aMS_AskAddressScreen #aMI_OrderListContent,
.aMS_AddressFormScreen #aMI_OrderListContent,
.aMS_LoginScreen #aMI_OrderListContent,
.aMS_LoginScreen #aMI_OptionsContent,
.aMS_PaymentMethodsScreen #aMI_OrderListContent,
.aMS_ItemScreen #aMI_OrderListContent,
.aMS_VouchersScreen #aMI_OrderListContent,
.aMS_VouchersScreen #aMI_OptionsContent,
.aMS_OrderHistoryScreen #aMI_OrderListContent,
.aMS_OrderHistoryScreen #aMI_OptionsContent,
.aMS_UserDetailsScreen #aMI_OptionsContent,
.aMS_UserDetailsScreen #aMI_OrderListContent,
.aMS_AddressFormScreen #aMI_OptionsContent,
.aMS_ComplexWizardScreen #aMI_OrderListContent,
.aMS_AskAddressScreen #aMI_OptionsContent,
.aMS_OrderFormScreen #aMI_OptionsContent,
.aMS_PaymentMethodsScreen #aMI_OptionsContent,
.aMS_PaymentMethod #aMI_OrderListContent,
.aMS_PaymentMethod #aMI_OptionsContent,
.aMS_PaymentIFrameScreen #aMI_OrderListContent,
.aMS_PaymentIFrameScreen #aMI_OptionsContent{
	right: -640px;
}

.aMS_SideBar:hover ~ #aMI_OptionsContent,
.aMS_OptionsScreen #aMI_OptionsContent{
	right: -490px;
}

.aMS_NoOrderItems #aMI_OrderListContent #aMI_OrderListPanel *{
	display:none;
}

#aMI_FreeItemsContent .aMS_ScreenInnerContent{
	max-height: calc(100vh - 130px);
	overflow:hidden;
}

.aMS_HasFooterMenu #aMI_FreeItemsContent .aMS_ScreenInnerContent{
	max-height:calc(100vh - 160px);
}

/*****************************************************************/
/* OrderList */
/*****************************************************************/

#aMI_OrderListPanel .aMS_OrderQuantity{
	display:none;
}

#aMI_OrderListContent #aMI_OrderListPanel .aMS_OrderQuantity{
	background-color:black;
	position:absolute;
	width:30px;
	height:30px;
	border-radius:15px;
	text-align:center;
	color:white;
	text-weight:bold;
	font-size:20px;
	top:-10px;
	left:-90px;
	z-index:1;
	display:block;
}

.aMS_OrderListScreen #aMI_OrderListPanel{
	width: 96%;
}

.aMS_OrderListScreen .aMS_OrderItems{
	background-color:white;
	padding:2%;
	border-radius:2px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}

#aMI_OrderListContent #aMI_OrderListPanel{
	background-color:white;
	width:calc(100% - 20px);
	height:calc(100% - 40px);
	overflow: auto;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
}

#aMI_OrderListPanel.aMS_ScreenInnerContent{
	display: block;
	float:left;
}

#aMI_OrderListPanel .aMS_OrderItem.aMS_HasInnerItem:before,
#aMI_OrderListPanel .aMS_OrderComplexItem.aMS_HasInnerItem:before{
	content:'-';
	position:absolute;
	top:0px;
	left:45px;
	color:black;
	background-color:transparent;
	width:20px;
	height:40px;
	line-height:40px;
	z-index:1;
	color:white;
	text-shadow: 0px 0px 5px rgba(104, 104, 104, 1);
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

#aMI_OrderListPanel .aMS_OrderItem.aMS_HasInnerItem.aMS_HideInnerItem:before,
#aMI_OrderListPanel .aMS_OrderComplexItem.aMS_HasInnerItem.aMS_HideInnerItem:before{
	content:'+';
}

#aMI_OrderListPanel .aMS_OrderItem,
#aMI_OrderListPanel .aMS_OrderComplexItem{
	margin-bottom:20px;
	display:block;
	position:relative;
	float:left;
	padding-bottom:5px;
	border-bottom:1px solid #666;
	min-height:85px;
	-webkit-transition:height 0.3s ease;
	-o-transition:height 0.3s ease;
	transition:height 0.3s ease;
}

#aMI_OrderListPanel .aMS_OrderItem .aMS_Title,
#aMI_OrderListPanel .aMS_OrderComplexItem .aMS_Title{
	font-size:20px;
	font-weight:bold;
	float:left;
	position:relative;
	width:calc(100% - 50px);
	height:40px;
	line-height:40px;
	margin-left:45px;
	background-color:#666;
	color:white;
	text-shadow: 0px 0px 5px rgba(104, 104, 104, 1);
	padding-left:5px;
	border-radius:2px;
	cursor:pointer;
}

#aMI_OrderListPanel .aMS_OrderItem.aMS_HasInnerItem .aMS_Title,
#aMI_OrderListPanel .aMS_OrderComplexItem.aMS_HasInnerItem .aMS_Title{
	padding-left:20px;
	width: calc(100% - 65px);
}

#aMI_OrderListPanel .aMS_OrderItem .aMS_Description,
#aMI_OrderListPanel .aMS_OrderComplexItem .aMS_Description{
	width:calc(100% - 135px);
	float:left;
	height:40px;
	line-height:20px;
	overflow:hidden;
	margin-left:0px;
	margin-top:5px;
	text-align:justify;
	color:#666;
}

#aMI_OrderListPanel .aMS_OrderItem .aMS_HTML.aMS_Description,
#aMI_OrderListPanel .aMS_OrderComplexItem .aMS_HTML.aMS_Description{
	visibility:hidden;
}

#aMI_OrderListPanel .aMS_OrderItem.aMS_NoDescription .aMS_Description,
#aMI_OrderListPanel .aMS_OrderComplexItem.aMS_NoDescription .aMS_Description{
	display:none;
}

#aMI_OrderListPanel .aMS_OrderItem .aMS_Date,
#aMI_OrderListPanel .aMS_OrderComplexItem .aMS_Date,
#aMI_OrderListPanel .aMS_OrderItem .aMS_EndDate,
#aMI_OrderListPanel .aMS_OrderComplexItem .aMS_EndDate,
#aMI_OrderListPanel .aMS_OrderItem .aMS_Duration,
#aMI_OrderListPanel .aMS_OrderComplexItem .aMS_Duration{
	display:none;
}

#aMI_OrderListPanel .aMS_OrderItem .aMS_Photo,
#aMI_OrderListPanel .aMS_OrderComplexItem .aMS_Photo{
	width:40px;
	height:40px;
	position:absolute;
	left:0px;
	top:0px;
}

#aMI_OrderListPanel .aMS_OrderItem.aMS_NoPhoto .aMS_Photo,
#aMI_OrderListPanel .aMS_OrderComplexItem.aMS_NoPhoto .aMS_Photo{
	display:none;
}

#aMI_OrderListPanel .aMS_OrderItem.aMS_NoPhoto .aMS_Title:before,
#aMI_OrderListPanel .aMS_OrderComplexItem.aMS_NoPhoto .aMS_Title:before{
	content:'';
	width:40px;
	height:40px;
	position:absolute;
	left:-45px;
	top:0px;
}

#aMI_OrderListPanel .aMS_OrderItem .aMS_Price,
#aMI_OrderListPanel .aMS_OrderComplexItem .aMS_Price{
	position:absolute;
	top: -3px;
	right:-5px;
	width: 45px;
	height: 45px;
	font-size: 17px;
}

#aMI_OrderListPanel .aMS_OrderItem.aMS_NoPrice .aMS_Title:after,
#aMI_OrderListPanel .aMS_OrderComplexItem.aMS_NoPrice .aMS_Title:after{
	content:'';
	position:absolute;
	top: -3px;
	right:-5px;
	width: 45px;
	height: 45px;
	font-size: 17px;
}

#aMI_OrderListPanel .aMS_OrderItem .aMS_RemoveQuantity,
#aMI_OrderListPanel .aMS_OrderComplexItem .aMS_RemoveQuantity{
	position:absolute;
	top:45px;
	right:90px;
}

#aMI_OrderListPanel .aMS_OrderItem .aMS_Quantity,
#aMI_OrderListPanel .aMS_OrderComplexItem .aMS_Quantity{
	position:absolute;
	top:45px;
	right:40px;
	width:50px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:red;
	font-weight:bold;
	font-size:20px;
}

#aMI_OrderListPanel .aMS_OrderItem .aMS_Quantity:after,
#aMI_OrderListPanel .aMS_OrderComplexItem .aMS_Quantity:after{
	content:'pcs';
	color:black;
	font-size:15px;
	margin-left:2px;
}

#aMI_OrderListPanel .aMS_OrderItem .aMS_AddQuantity,
#aMI_OrderListPanel .aMS_OrderComplexItem .aMS_AddQuantity{
	position:absolute;
	top:45px;
	right:0px;
}

#aMI_OrderListPanel .aMS_OrderItem .aMS_InnerItemPanel,
#aMI_OrderListPanel .aMS_OrderComplexItem .aMS_InnerComplexItemPanel{
	display:none;
}

#aMI_OrderListPanel .aMS_OrderItem.aMS_NoDescription .aMS_InnerItemPanel,
#aMI_OrderListPanel .aMS_OrderComplexItem.aMS_NoDescription .aMS_InnerComplexItemPanel{
	margin-top: 45px;
}

#aMI_OrderListPanel .aMS_OrderComplexItem .aMS_OrderItem.aMS_NoDescription .aMS_InnerItemPanel{
	margin-top: 0px;
}

#aMI_OrderListPanel .aMS_OrderItem.aMS_HasInnerItem.aMS_ShowInnerItem .aMS_InnerItemPanel,
#aMI_OrderListPanel .aMS_OrderComplexItem.aMS_HasInnerItem.aMS_ShowInnerItem .aMS_InnerComplexItemPanel{
	display: block;
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
}

#aMI_OrderListPanel .aMS_OrderItem .aMS_InnerItemPanel .aMS_ModifierFamily,
#aMI_OrderListPanel .aMS_OrderComplexItem .aMS_InnerItemPanel .aMS_ModifierFamily{
	background-color:transparent;
	padding:0px;
	margin:0px;
	margin-top:10px;
	padding-left:45px;
}

#aMI_OrderListPanel .aMS_OrderSummary, #aMI_OrderListPanel .aMS_RedeemCode{
	width:100%;
	float:left;
	position:relative;
	margin-top:20px;
	padding: 0px;
}

.aMS_OrderListScreen #aMI_OrderListPanel .aMS_RedeemCode{
	padding: 2%;
}

#aMI_OrderListPanel .aMS_OrderSummary{
	display:block;
}

#aMI_OrderListPanel .aMS_OrderSummary #aMI_FinishButton,
#aMI_OrderListPanel .aMS_OrderSummary #aMI_GoHomeButton,
#aMI_OrderListPanel .aMS_RedeemCode #aMI_RedeemButton,
#aMI_OrderListPanel .aMS_OrderSummary #aMI_ShareShoppingCartButton{
	position:relative;
	width:50%;
	float:left;
	margin-right:10px;
	margin-left:0px;
	left:0px;
	top:0px;
	margin-top:0px;
}

#aMI_OrderListPanel .aMS_OrderSummary #aMI_ShareShoppingCartButton{
	margin-top:10px;
}

#aMI_OrderListPanel .aMS_OrderSummary #aMI_GoHomeButton{
	margin-top:20px;
}

#aMI_OrderListPanel .aMS_RedeemCode #aMI_RedeemButton{
	margin-top:10px;
}

#aMI_OrderListPanel .aMS_OrderSummary .aMS_PriceTitle{
	position:absolute;
	z-index:3;
	left:calc(50% - 5px);
	top:-2px;
	width:66px;
	text-shadow: 0px 0px 5px rgba(104, 104, 104, 1);
	text-align:center;
	font-size:20px;
	-webkit-transform:rotate(7deg);
	    -ms-transform:rotate(7deg);
	        transform:rotate(7deg);
}

#aMI_OrderListPanel .aMS_OrderSummary .aMS_Price{
	position:absolute;
	top:-10px;
	left:calc(50% - 5px);
	background-color:red;
	width: 60px;
	height: 60px;
	font-size:20px;
	padding-top: 20px;
}

#aMI_OrderListPanel .aMS_RedeemCode:before{
	padding:0px;
}

/*****************************************************************/
/* Popup */
/*****************************************************************/

.aMS_PopupWrapper{
	background-color:rgba(255, 255, 255, 0.60);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 100%);
	background: -webkit-radial-gradient(center, ellipse, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 100%);
	background: -o-radial-gradient(center, ellipse, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 100%);
	background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b3ffffff',GradientType=1 );
	position:fixed;
	width:100%;
	height:100%;
	z-index: 5;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-animation:AnimationFadeIn0 0.5s ease;
	        animation:AnimationFadeIn0 0.5s ease;
	top: 0px;
	left: 0px;
}

.aMS_PopupContent{
	width:100%;
	height:100%;
	color:white;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	display: block;        
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-color:white;
	border-radius:3px;
	overflow:hidden;
	border:1px solid #696969;
}

.aMS_PopupContent *{
	margin:10px;
}

.aMS_PopupContent .aMS_Button{
	min-width:100px;
}

.aMS_PopupContent .aMS_Title{
	background-color:black;
	width:100%;
	padding:10px;
	margin:0px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	font-size:20px;
	text-shadow: 0px 0px 5px rgba(104, 104, 104, 1);
	text-align:center;
}

/*****************************************************************/
/* OptionsPanel */
/*****************************************************************/

#aMI_OptionsPanel{
	width:100%;
}

#aMI_OptionsPanel .aMS_Button{
	width: 90%;
	margin-left:5%;
	margin-right:5%;
	margin-bottom:20px;
}

#aMI_OptionsContent #aMI_OptionsPanel{
	overflow-y:auto;
	width:100%;
	padding: 0px;
	padding-top: 10px;
	max-height:calc(100vh - 150px);
	position:relative;
	float:left;
}

#aMI_OptionsContent #aMI_OptionsPanel .aMS_Button{
	width: calc(100% - 20px);
	margin: 0px;
	margin-bottom: 10px;
}

/*****************************************************************/
/* FormPanel & LoginPanel */
/*****************************************************************/

.aMS_FormPanel,
#aMI_LoginPanel{
	width:50%;
	background-color: white;
	padding: 1.6vw;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
}

.aMS_FormPanel .aMS_FormFieldTitle,
#aMI_LoginPanel .aMS_FormFieldTitle,
.aMS_FormPanel .aMS_FormFieldValue.aMS_FormFieldValueNoTitle,
#aMI_LoginPanel .aMS_FormFieldValue.aMS_FormFieldValueNoTitle{
	float:left;
	width:100%;
	font-size:25px;
	font-weight:bold;
	border-bottom:1px solid #999;
	position:relative;
}

.aMS_FormPanel .aMS_FormFieldValue:not(.aMS_FormFieldValueNoTitle),
#aMI_LoginPanel .aMS_FormFieldValue:not(.aMS_FormFieldValueNoTitle){
	width:100%;
	margin-bottom:10px;
	width:75%;
	float:right;
	margin-top:-1px;
	border-radius:3px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	background-color:#f5f5f5;
}

/*** Calendar ***/

.aMS_FormPanel .aMS_FormFieldValue.aMS_Calendar:not(.aMS_FormFieldValueNoTitle),
#aMI_LoginPanel .aMS_FormFieldValue.aMS_Calendar:not(.aMS_FormFieldValueNoTitle){
	width: auto;
}

.aMS_FormPanel .aMS_FormFieldValue.aMS_Calendar .datepicker-picker{
	background-color:transparent;
	margin:10px;
}

.aMS_FormPanel .aMS_FormFieldValue.aMS_Calendar .datepicker-picker .day.highlighted{
	background-color:white;
}

.aMS_FormPanel .aMS_FormFieldValue.aMS_Calendar .datepicker-picker .day.selected{
    background-color:rgb(141,224,74);
}

/****************/

.aMS_FormPanel .aMS_FormFieldValue.aMS_Label,
#aMI_LoginPanel .aMS_FormFieldValue.aMS_Label{
	text-align:center;
	background-color:white;
	border:1px solid #999;
	color:#666;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}

.aMS_FormPanel #aMI_ConfirmButton,
#aMI_LoginPanel #aMI_ConfirmButton{
	width:50%;
	float:left;
	margin-top:40px;
	margin-right:10px;
}

.aMS_FormFieldValue.aMS_Checkbox{
	margin-bottom: 43px;
	cursor:pointer;
}

.aMS_Checkbox .aMS_Check{
	width:40px;
	height:40px;
	position:absolute;
	margin-top: 2px;
	right:0px;
}

.aMS_Checkbox .aMS_Check.aMS_Checked{
	background-image:url(SvgLoader/check_check.ffffff00.79b83bff.79b83bff.svg);
}

.aMS_Checkbox .aMS_Check.aMS_Unchecked{
	background-image:url(SvgLoader/check_dot.ffffff00.79b83bff.ffffff00.svg);
}

.aMS_HTMLField{
	min-height:33px;
	border:1px solid #999;
}

#aMI_LoginPanel #aMI_ChangePasswordButton{
	position:relative;
	float:left;
	width:50%;
	margin-top: 10px;
}

.aMS_ImageUpload{
	height:100px;
	position:relative;
	display: block;
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow:hidden;
	border: 1px solid #999;
}

.aMS_ImageUpload.aMS_NoPhoto:before{
	content:'';
	height:100%;
	width:100%;
	position:absolute;
	background-image:url(Pictures/icons/picture_icon.png);
	background-size:auto 100px;
	background-position:center;
	background-repeat:no-repeat;
	opacity:0.1;
	z-index: -1;
}

.aMS_ImageUpload .aMS_Title{
	font-size:17px;
	color:#666;
	position:absolute;
	width:100%;
	height:100%;
	display: block;
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.aMS_ImageUpload .aMS_Upload{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	color:transparent;
	opacity:0;
	cursor:pointer;
}

.aMS_ImageUpload .aMS_ScreenContentInnerElement{
	height:100%;
	width:100%;
}

.aMS_ImageUpload .aMS_Preview{
	max-height:100%;
	max-width:100%;
	cursor:pointer;
	margin:0 auto;
}

.aMS_HandSignature{
	position:relative;
}

.aMS_HandSignature canvas{
    position: relative;
    margin-top: 5px;
    margin-left: 5px;
    width: calc(100% - 10px);
    height: 165px;
}

#aMI_ScreenContent .aMS_HandSignature .aMS_Button{
	position:absolute;
	bottom:5px;
	right:5px;
	background:white;
	border:#666;
	min-width:30px;
	min-height:30px;
	background-image:url(https://lh3.googleusercontent.com/ReIvb-umZeOopJK9VLs9zi2Rqj4uL6w55VMtLc-UC0gSa28hLNNNfTLITz8S5tGyGjeZ33k5c9tnEN2eQqk);
	background-size:25px 25px;
	background-position:center;
	background-repeat:no-repeat;
}

#aMI_ScreenContent .aMS_HandSignature .aMS_Button:active,
.no-touchevents #aMI_ScreenContent .aMS_HandSignature .aMS_Button:hover{
	background:#bbb;
	background-image:url(https://lh3.googleusercontent.com/ReIvb-umZeOopJK9VLs9zi2Rqj4uL6w55VMtLc-UC0gSa28hLNNNfTLITz8S5tGyGjeZ33k5c9tnEN2eQqk);
	background-size:25px 25px;
	background-position:center;
	background-repeat:no-repeat;
}

#aMI_LoginPanel #aMI_GpdrCheckBox,
#aMI_LoginPanel #aMI_AllowMarketingListBox,
#aMI_LoginPanel #aMI_AllowMarketingCheckBox,
#aMI_LoginPanel #aMI_AllowMarketingTitle{
	margin-left: 10%;
	width: 90%;
	font-size: 16px;
}

#aMI_LoginPanel #aMI_GpdrCheckBox,
#aMI_LoginPanel #aMI_AllowMarketingTitle,
#aMI_LoginPanel #aMI_AllowMarketingCheckBox{
	margin-top:20px;
}

#aMI_LoginPanel #aMI_GpdrCheckBox .aMS_Check,
#aMI_LoginPanel #aMI_AllowMarketingCheckBox .aMS_Check{
	width:35px;
	height:35px;
	background-size:35px 35px;
}

#aMI_LoginPanel #aMI_AllowMarketingListBox{
	width:20%;
	margin-left:50%;
}

.aMS_OrderFormScreen .aMS_FormFieldAddress.aMS_FormFieldValue{
	padding-top:5px;
}

.aMS_OrderFormScreen .aMS_FormFieldAddress.aMS_FormFieldValue .aMS_Label{
	margin-left:5px;
	margin-bottom:5px;
	font-size: 18px;
	font-weight:bold;
}

.aMS_OrderFormScreen .aMS_FormFieldAddress.aMS_FormFieldValue .aMS_Label:before{
	content:'';
	width:15px;
	height:23px;
	background-size:15px 23px;
	margin-right:5px;
	float:left;
	background-image:url(https://lh3.googleusercontent.com/WpEDf_RvT2aiOr9c6dz-pIbvWv2oJIubK7FfD6-O9c1fZ0XefBIdXBGtK5JNwN2h6-9VfdON-br9AUSSaun1);
}

.aMS_OrderFormScreen .aMS_FormFieldAddress .aMS_Button{
	float:right;
	margin-right:5px;
	margin-bottom:5px;
}

.aMS_OrderFormScreen #aMI_ScreenContent .aMS_ButtonAddField.aMS_Button,
.aMS_OrderFormScreen #aMI_ScreenContent .aMS_ButtonRemoveField.aMS_Button{
	float:left;
	width: 25px;
    height: 25px;
    padding:0px;
    min-width: 0px;
    min-height: 0px;
    margin-top:5px;
    margin-right:5px;
}

/* Payment Method Form */

.aMS_PaymentMethod .aMS_FormPanel .aMS_Button.aMS_ScreenContentElement,
.aMS_PaymentMethod .aMS_FormPanel #aMI_ConfirmButton.aMS_Button.aMS_ScreenContentElement{
	width:48%;
	float:left;
	position:relative;
	margin-right:4%;
	margin-top:4%;
}

.aMS_PaymentMethod .aMS_FormPanel .aMS_Button.aMS_ScreenContentElement:nth-child(2n){
	margin-right:0px;
}

/*** External_LoginButtons ***/

#aMI_ScreenContent .aMS_Button.aMS_LoginButton_Facebook{
	background: #4166a1;
	background-image: url(/Pictures/icons/facebookLogin.png);
	background-image: url(/Pictures/icons/facebookLogin.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4166a1), color-stop(100%,#32528b));
	background-image: url(/Pictures/icons/facebookLogin.png), -webkit-linear-gradient(top,  #4166a1 0%,#32528b 100%);
	background-image: url(/Pictures/icons/facebookLogin.png), -o-linear-gradient(top,  #4166a1 0%,#32528b 100%);
	background-image: url(/Pictures/icons/facebookLogin.png), -webkit-gradient(linear,  left top, left bottom,  from(#4166a1),to(#32528b));
	background-image: url(/Pictures/icons/facebookLogin.png), linear-gradient(to bottom,  #4166a1 0%,#32528b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4166a1', endColorstr='#32528b',GradientType=0 );
	width:75%;
	height: 45px;
	margin-bottom: 5px;
	border-radius: 4px;
	color:white;
	font-size: 0.8em;
	border:none;
	border-top: solid rgb(112,141,185) 1px;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(50,80,133,1);
	box-shadow: 0px 0px 0px 1px rgba(50,80,133,1);
	font-weight: bold;
	background-repeat: no-repeat;
	background-size: 51px 45px;
	padding-left: 51px;
	text-shadow: 0px 2px 1px rgba(27, 43, 71, 1);
	outline: none;
	margin-left:12.5%;
}

#aMI_ScreenContent .aMS_Button.aMS_LoginButton_Google{
	background: white;
	background-image: url(/Pictures/icons/googleLogin.png?t=1);	
	width:75%;
	height: 45px;
	margin-bottom: 5px;
	border-radius: 4px;
	color:#666;
	font-size: 0.8em;
	border:none;
	border-top: solid #f3f3f3 1px;
	-webkit-box-shadow: 0px 0px 0px 1px #666;
	box-shadow: 0px 0px 0px 1px #666;
	font-weight: bold;
	background-repeat: no-repeat;
	background-size: 51px 45px;
	padding-left: 51px;
	text-shadow: 0px 2px 1px #ccc;
	outline: none;
	margin-left:12.5%;
}

#aMI_ScreenContent .aMS_Button.aMS_LoginButton_LinkedIn{
	background: #4e83b8;
	background-image: url(/Pictures/icons/linkedinLogin.png);
	background-image: url(/Pictures/icons/linkedinLogin.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e83b8), color-stop(100%,#3d6aa6));
	background-image: url(/Pictures/icons/linkedinLogin.png), -webkit-linear-gradient(top,  #4e83b8 0%,#3d6aa6 100%);
	background-image: url(/Pictures/icons/linkedinLogin.png), -o-linear-gradient(top,  #4e83b8 0%,#3d6aa6 100%);
	background-image: url(/Pictures/icons/linkedinLogin.png), -webkit-gradient(linear,  left top, left bottom,  from(#4e83b8),to(#3d6aa6));
	background-image: url(/Pictures/icons/linkedinLogin.png), linear-gradient(to bottom,  #4e83b8 0%,#3d6aa6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e83b8', endColorstr='#3d6aa6',GradientType=0 );
	width:75%;
	height: 45px;
	margin-bottom: 5px;
	border-radius: 4px;
	color:white;
	font-size: 0.8em;
	border:none;
	border-top: solid rgb(123,163,202) 1px;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(52,89,132,1);
	box-shadow: 0px 0px 0px 1px rgba(52,89,132,1);
	font-weight: bold;
	background-repeat: no-repeat;
	background-size: 51px 45px;
	padding-left: 51px;
	text-shadow: 0px 2px 1px rgba(37, 69, 100, 1);
	outline: none;
	margin-left:12.5%;
}

#aMI_ScreenContent .aMS_Button.aMS_LoginButton_Apple{
	background: black;
	background-image: url(/Pictures/icons/appleLogin.png);
	background-image: url(/Pictures/icons/appleLogin.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,black), color-stop(100%,#666));
	background-image: url(/Pictures/icons/appleLogin.png), -webkit-linear-gradient(top,  black 0%,#666 100%);
	background-image: url(/Pictures/icons/appleLogin.png), -o-linear-gradient(top,  black 0%,#666 100%);
	background-image: url(/Pictures/icons/appleLogin.png), -webkit-gradient(linear,  left top, left bottom,  from(black),to(#666));
	background-image: url(/Pictures/icons/appleLogin.png), linear-gradient(to bottom,  black 0%,#666 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='black', endColorstr='#666',GradientType=0 );
	width:75%;
	height: 45px;
	margin-bottom: 20px;
	border-radius: 4px;
	color:white;
	font-size: 0.8em;
	border:none;
	border-top: solid #666 1px;
	-webkit-box-shadow: 0px 0px 0px 1px black;
	box-shadow: 0px 0px 0px 1px black;
	font-weight: bold;
	background-repeat: no-repeat;
	background-size: 51px 45px;
	padding-left: 51px;
	text-shadow: 0px 2px 1px #666;
	outline: none;
	margin-left:12.5%;
}

#aMI_ScreenContent .aMS_Button.aMS_LoginButton_CustomOAuth{
	background: #e2e2e2;
	background-image: url(/Pictures/icons/googleLogin.png);
	background-image: url(/Pictures/icons/googleLogin.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c7c7c7), color-stop(100%,#afafaf));
	background-image: url(/Pictures/icons/googleLogin.png), -webkit-linear-gradient(top,  #c7c7c7 0%,#afafaf 100%);
	background-image: url(/Pictures/icons/googleLogin.png), -o-linear-gradient(top,  #c7c7c7 0%,#afafaf 100%);
	background-image: url(/Pictures/icons/googleLogin.png), -webkit-gradient(linear,  left top, left bottom,  from(#c7c7c7),to(#afafaf));
	background-image: url(/Pictures/icons/googleLogin.png), linear-gradient(to bottom,  #c7c7c7 0%,#afafaf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c7c7', endColorstr='#afafaf',GradientType=0 );
	width:75%;
	height: 45px;
	margin-bottom: 5px;
	border-radius: 4px;
	color:white;
	font-size: 0.8em;
	border:none;
	border-top: solid rgb(255, 255, 255) 1px;
	-webkit-box-shadow: 0px 0px 0px 1px rgb(115, 115, 115);
	box-shadow: 0px 0px 0px 1px rgb(115, 115, 115);
	font-weight: bold;
	background-repeat: no-repeat;
	background-size: 51px 45px;
	padding-left: 51px;
	text-shadow: 0px 2px 1px rgb(60, 60, 60);
	outline: none;
	margin-left:12.5%;
}

/*****************************************************************/
/* AskAddressPanel & AddressLocationPanel */
/*****************************************************************/

#aMI_AskAddressPanel{
	width:50%;
	background-color: white;
	padding: 1.6vw;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
}

#aMI_AskAddressPanel .aMS_Button:nth-of-type(3){
	margin-right:4%;
}

#aMI_AskAddressPanel .aMS_Button{
	float:left;
	width:48%;
	margin-top:4%;
	height:55px;
	overflow: hidden;
}

.aMS_AddressLocationScreen #aMI_AskAddressPanel .aMS_Button{
	height:80px;
}

.aMS_AddressLocationScreen .aMS_FormPanel .aMS_Button{
	width:48%;
	margin-top:40px;
	height:80px;
}

.aMS_AddressLocationScreen .aMS_FormPanel #aMI_ConfirmButton{
	margin-right:4%;
	width:48%;
}

#aMI_AskAddressPanel #aMI_SelectButton{
	margin-right:4%;
}

.aMS_AddressLine{
	float:left;
	width:100%;
	border-bottom:1px solid #999;
	font-size:20px;
	margin-bottom:20px;
	cursor:pointer;
}

.aMS_AddressLine .aMS_AddressValue{
	width:calc(100% - 40px);
	float:left;
}

.aMS_AddressLine .aMS_AddressValue .aMS_Label{
	float:left;
	width:auto;
	height:25px;
	line-height:25px;
}

.aMS_AddressLine .aMS_AddressValue .aMS_Label:after{
	content:',\00a0';
}

.aMS_AddressLine .aMS_AddressValue .aMS_Label:first-child{
	margin-top:-3px;
}

.aMS_AddressLine .aMS_AddressValue .aMS_Label:first-child:first-letter{
	color:red;
	font-size:30px;
}

.aMS_AddressLine .aMS_AddressValue .aMS_Label:last-child:after{
	content:'';
}

.aMS_AddressLine .aMS_Check{
	float:right;
	width:35px;
	height:35px;
	background-size:35px 35px;
}

.aMS_AddressLine .aMS_Check.aMS_Unchecked{
	background-image:url(SvgLoader/check_dot.ffffff00.79b83bff.ffffff00.svg);
}

.aMS_AddressLine .aMS_Check.aMS_Dotted{
	background-image:url(SvgLoader/check_dot.ffffff00.79b83bff.79b83bff.svg);
}

.aMS_LocationHelper{
	float:left;
	width:100%;
	font-size:20px;
	margin-top:20px;
	text-align:center;
	background-color:#f5f5f5;
	border-radius:3px;
	border:1px solid #999;
}

.aMS_AddressLocationScreen .aMS_HasDivisionsPanel.aMS_ShowDivisionsPanel #aMI_DivisionsPanel,
.aMS_AddressLocationScreen .aMS_HasDivisionsPanel.aMS_HideDivisionsPanel #aMI_AskAddressPanel,
.aMS_AddressLocationScreen .aMS_HasDivisionsPanel.aMS_HideDivisionsPanel .aMS_FormPanel{
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
} 

.aMS_AddressLocationScreen .aMS_HasDivisionsPanel.aMS_ShowDivisionsPanel #aMI_AskAddressPanel,
.aMS_AddressLocationScreen .aMS_HasDivisionsPanel.aMS_ShowDivisionsPanel .aMS_FormPanel,
.aMS_AddressLocationScreen .aMS_HasDivisionsPanel.aMS_HideDivisionsPanel #aMI_DivisionsPanel{
	display:none;
} 

.aMS_MapViewer{
	width:100%;
	height:250px;
	float:left;
	position:relative;
}

/*****************************************************************/
/* BookingPanel */
/*****************************************************************/

#aMI_BookingPanel{
	width:50%;
	float:left;
	position:relative;
	background-color:white;
	padding:1.6vw;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display:block;
}

.aMS_AddressLocationScreen #aMI_BookingPanel{
	float:left;
	position:relative;
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
	padding:0px;
	border-radius:0px;
}

#aMI_BookingPanel.aMS_HasDuration > .aMS_Title{
	color: black;
	border-bottom: 1px solid #999;
}

#aMI_BookingPanel .aMS_Title{
	width:100%;
	font-size:25px;
	font-weight: bold;
	float:left;
	position:relative;
}

#aMI_BookingPanel .aMS_BookingPanelOption{
	width:100%;
	float:left;
	position:relative;
}

#aMI_BookingPanel.aMS_HasDuration .aMS_BookingPanelOption:nth-child(2){
	margin-bottom:25px;
}

#aMI_BookingPanel .aMS_BookingPanelOption .aMS_Title{
	font-size:20px;
	border-bottom:1px solid #999;
	margin-top:10px;
}

#aMI_BookingPanel .aMS_BookingPanelOption .aMS_Check{
	width:35px;
	height:35px;
	position:absolute;
	bottom:0px;
	right:0px;
	background-image:url(SvgLoader/check_dot.ffffff00.79b83bff.ffffff00.svg);
	background-size:100%;
}

#aMI_BookingPanel .aMS_BookingPanelOption .aMS_Dotted{
	background-image:url(SvgLoader/check_dot.ffffff00.79b83bff.79b83bff.svg);
}

#aMI_BookingPanel .aMS_FormPanel{
	border:none;
	padding:0px;
	width:100%;
	margin-top:10px;
	padding-left:30px;
}

.aMS_AddressLocationScreen #aMI_BookingPanel .aMS_FormPanel select:disabled{
  background:white;
  color:transparent;
  background-image:url(https://i.giphy.com/media/sSgvbe1m3n93G/giphy-downsized.gif);
  background-size:25px 25px;
  background-position:center;
  background-repeat:no-repeat;
}

.aMS_BookingScreen #aMI_BookingPanel .aMS_FormPanel{
	padding:0px;
}

.aMS_BookingScreen #aMI_BookingPanel.aMS_HasDuration .aMS_FormPanel{
	padding-left:10%;
}

#aMI_BookingPanel #aMI_ConfirmButton{
	width:50%;
	float:left;
	position:relative;
	margin-top:20px;
}

/*****************************************************************/
/* PaymentMethods */
/*****************************************************************/

#aMI_PaymentMethodsPanel{
	width:50%;
	float:left;
	background-color: white;
	border-radius: 2px;
	padding: 1.6vw;
	display:block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#aMI_PaymentMethodsPanel .aMS_PaymentMethod{
	float:left;
	position:relative;
	width:100%;
	height:70px;
	margin-bottom:10px;
	border-bottom:1px solid #999;
	cursor:pointer;	
}

#aMI_PaymentMethodsPanel .aMS_PaymentMethod .aMS_Title{
	position:absolute;
	font-size:25px;
	left:110px;
	width:calc(100% - 155px);
	height:100%;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#aMI_PaymentMethodsPanel .aMS_PaymentMethod .aMS_Photo{
	max-height:50px;
	max-width:100px;
	position:absolute;
	margin-top:10px;
}

#aMI_PaymentMethodsPanel .aMS_PaymentMethod .aMS_Check{
	position:absolute;
	width:35px;
	height:35px;
	right:0px;
	top:15px;
}

#aMI_PaymentMethodsPanel .aMS_PaymentMethod .aMS_Dotted{
	background-image:url(SvgLoader/check_dot.ffffff00.79b83bff.79b83bff.svg);
}

#aMI_PaymentMethodsPanel .aMS_PaymentMethod .aMS_Unchecked{
	background-image:url(SvgLoader/check_dot.ffffff00.79b83bff.ffffff00.svg);
}

#aMI_PaymentMethodsPanel #aMI_SelectButton{
	width:50%;
	margin-top:10px;
}

#aMI_PaymentIFrame{
	width:100vw;
	height:calc(100vh - 50px);
	position:fixed;
	top:50px;
	left:0px;
	border: none;
	background-color: white;
}

.aMS_PaymentIFrameScreen #aMI_OrderButton,
.aMS_PaymentIFrameScreen #aMI_OptionsButton{
	display:none;
}

/*****************************************************************/
/* UserDetails & SearchUser */
/*****************************************************************/

.aMS_UserDetailsScreen .aMS_FormPanel{
	margin-left:1px;
	margin-right:1px;
	margin-bottom:30px;
}

.aMS_UserDetailsScreen #aMI_AskAddressPanel{
	margin-left:1px;
	margin-right:1px;
	margin-bottom:30px;
}

.aMS_UserDetailsScreen #aMI_BookingPanel{
	margin-bottom:30px;
}

.aMS_UserDetailsScreen #aMI_AskAddressPanel #aMI_CreateButton{
	margin-right:4%;
}

.aMS_UserDetailsScreen #aMI_SaveButton{
	float:left;
	width:50%;
	margin-left:1%;
	margin-right:1%;
}

.aMS_UserDetailsScreen #aMI_DeleteUserButton{
	float:left;
	width:50%;
	margin-left:1%;
	margin-right:1%;
	margin-top:30px;
}

#aMI_SearchUserPanel .aMS_Suggestions{
	float:left;
	width:100%;
	margin-top:30px;
	border:1px solid #999;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	overflow:hidden;
	border-radius:3px;
}

#aMI_SearchUserPanel .aMS_Suggestion{
	width:100%;
	border-bottom:1px solid #e3e3e3;
	text-align:center;
	font-size:20px;
	cursor:pointer;
}

#aMI_SearchUserPanel .aMS_Suggestion:hover{
	background-color:#e3e3e3;
}

#aMI_SearchUserPanel .aMS_Suggestion:last-child{
	border-bottom:none;
}

/*****************************************************************/
/* OrderHistoryPanel */
/*****************************************************************/

#aMI_ScreenContent #aMI_OrderHistoryPanel .aMS_ScreenContentElement{
	height:auto;
	padding: 1.6vw;
	padding-bottom:calc(1.6vw + 40px);
	cursor: default;
	width:31%;
}

#aMI_OrderHistoryPanel .aMS_ScreenContentElement .aMS_TitleTitle{
	font-size:20px;
	font-weight:bold;
	color:#79b83b;
	float:left;
}

#aMI_OrderHistoryPanel .aMS_ScreenContentElement .aMS_Title{
	color:red;
	font-size:30px;
	font-weight:bold;
	float:left;
	margin-left:5px;
	margin-top:-10px;
}

#aMI_OrderHistoryPanel .aMS_ScreenContentElement .aMS_Date{
	color:#666;
	font-size:20px;
	float:left;
	width:100%
}

#aMI_OrderHistoryPanel .aMS_ScreenContentElement .aMS_Price{
	position:absolute;
	top:-5px;
	right:-5px;
	width:60px;
	height:60px;
	font-size:20px;
}

#aMI_OrderHistoryPanel .aMS_ScreenContentElement .aMS_HistoryOrderItem{
	float:left;
	width:100%;
	border-left:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	margin-bottom:10px;
}

#aMI_OrderHistoryPanel .aMS_ScreenContentElement .aMS_HistoryOrderItem:not(.aMS_TopItem){
	margin-left:10%;
	width:90%;
	border-left:none;
	border-bottom:none;
	margin-bottom:0px;
}

#aMI_OrderHistoryPanel .aMS_ScreenContentElement .aMS_HistoryOrderItem .aMS_Title{
	width:100%;
	background-color:#e3e3e3;
	color:#666;
	margin-left:0px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	padding-left:5px;
	padding-right:5px;
	font-size:20px;
	margin-top:0px;
}

#aMI_OrderHistoryPanel .aMS_ScreenContentElement .aMS_HistoryOrderItem .aMS_Quantity{
	float:left;
	margin-left:5px;
	color:red;
	font-size:18px;
}

#aMI_OrderHistoryPanel .aMS_ScreenContentElement .aMS_HistoryOrderItem .aMS_Quantity:after{
	content:'x';
	color:black;
	margin-left:5px;
	margin-right:5px;
}

#aMI_OrderHistoryPanel .aMS_ScreenContentElement .aMS_HistoryOrderItem .aMS_Price{
	float:left;
	color:#79b83b;
	font-size:18px;
	-webkit-transform:none;
	    -ms-transform:none;
	        transform:none;
	width:auto;
	position:relative;
	border:none;
	border-radius:0px;
	background-color:transparent;
	text-shadow:none;
	width:auto;
	height:auto;
	top:0px;
	right:0px;
}

#aMI_OrderHistoryPanel .aMS_ScreenContentElement .aMS_HistoryOrderItem:not(.aMS_TopItem) .aMS_Title{
	font-size:18px;
	padding:0px;
	color:#666;
	background-color:transparent;
}

#aMI_OrderHistoryPanel .aMS_ScreenContentElement .aMS_PriceTitle{
	display:none;
}

#aMI_OrderHistoryPanel .aMS_ScreenContentElement #aMI_AddButton{
	position:absolute;
	bottom:4%;
	left: 4%;
	width:92%;
}

.aMS_OrderHistoryScreen #aMI_ScreenContent #aMI_OrderHistoryPanel .aMS_OrderHistoryElement .aMS_ScreenInnerContent.aMS_FormPanel{
	width:100%;
	box-shadow:initial;
	border:1px solid #d4d4d4;
	padding:3px;
}

.aMS_OrderHistoryScreen #aMI_ScreenContent #aMI_OrderHistoryPanel .aMS_OrderHistoryElement .aMS_ScreenInnerContent.aMS_FormPanel .aMS_FormFieldValue{
    padding:initial;
    margin:initial;
    border:initial!important;
    background-color:#e3e3e2;
    box-shadow:initial;
    height:initial;   

}

.aMS_OrderHistoryScreen #aMI_ScreenContent #aMI_OrderHistoryPanel .aMS_OrderHistoryElement .aMS_ScreenInnerContent.aMS_FormPanel .aMS_FormFieldTitle{
    padding:initial;
    margin:initial;
    border:initial;
    box-shadow:initial;
    height:initial;
        background-color:#ffffff;
}


.aMS_OrderHistoryScreen #aMI_ScreenContent #aMI_OrderHistoryPanel .aMS_OrderHistoryElement .aMS_ScreenInnerContent.aMS_FormPanel .aMS_ScreenContentElement{
	width:100%;
}


/*** Order Timeline ***/

#aMI_ScreenContent #aMI_OrderHistoryPanel .aMS_ScreenContentElement .aMS_ScreenContentInnerElement{
	padding-bottom: 0px;
	position:relative;
}

.aMS_OrderTimeline{
	float: left;
	width: 100%;
	margin-bottom:40px;
	margin-top:10px;
}

.aMS_OrderTimeline.aMS_Complete{
	display:none;
}

.aMS_OrderTimeline:before{
	content:" ";
	width:9px;
	height:9px;
	background-color: #666;
	position:absolute;
	left:calc(50% - 5px);
	top:-6px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}

.aMS_OrderTimelineMilestone{
	width:calc(50% - 20px);
	float: left;
	height: 60px;
	margin-bottom: -20px;
	position:relative;
	border:1px solid #c5c5c5;
	border-radius:5px;
	background-color:#f3f3f3;
}

.aMS_OrderTimelineMilestone:nth-child(even){
	float: right;
	margin-left:50%;
}

.aMS_OrderTimelineMilestone:before,
.aMS_OrderTimelineMilestone:after{
	content:" ";
	width:0px;
	height:0px;
	background-color:transparent;
	position:absolute;
	left:calc(100% + 1px);
	bottom:10px;
	
	border-top:10px solid transparent;
	border-left:10px solid #c5c5c5;
	border-bottom:10px solid transparent;
}

.aMS_OrderTimelineMilestone:after{
	left:100%;
	border-left:10px solid #f3f3f3;
}

.aMS_OrderTimelineMilestone:nth-child(even):before,
.aMS_OrderTimelineMilestone:nth-child(even):after{
	left:-11px;
	border-top:10px solid transparent;
	border-right:10px solid #c5c5c5;
	border-left:none;
	border-bottom:10px solid transparent;
}

.aMS_OrderTimelineMilestone:nth-child(even):after{
	border-right:10px solid #f3f3f3;
	left:-10px;
}

#aMI_OrderHistoryPanel .aMS_ScreenContentElement .aMS_OrderTimelineMilestone .aMS_Title,
#aMI_TrackOrderPanel .aMS_OrderTimelineMilestone .aMS_Title{
	color:#666;
	font-size:20px;
	position:absolute;
	width: calc(100% - 40px);
	top:0px;
	left:40px;
	margin:0px;
	height:60px;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#aMI_OrderHistoryPanel .aMS_ScreenContentElement .aMS_OrderTimelineMilestone.aMS_HasDate .aMS_Title,
#aMI_TrackOrderPanel .aMS_OrderTimelineMilestone.aMS_HasDate .aMS_Title{
	height:50px;
}

#aMI_OrderHistoryPanel .aMS_ScreenContentElement .aMS_OrderTimelineMilestone:nth-child(even) .aMS_Title,
#aMI_TrackOrderPanel .aMS_OrderTimelineMilestone:nth-child(even) .aMS_Title{
	left:0px;
}

#aMI_OrderHistoryPanel .aMS_ScreenContentElement .aMS_OrderTimelineMilestone .aMS_Icon,
#aMI_TrackOrderPanel .aMS_OrderTimelineMilestone .aMS_Icon{
	width: 40px;
	height:40px;
	position:absolute;
	top:10px;
	left: 4px;
}

#aMI_OrderHistoryPanel .aMS_ScreenContentElement .aMS_OrderTimelineMilestone:nth-child(even) .aMS_Icon,
#aMI_TrackOrderPanel .aMS_OrderTimelineMilestone:nth-child(even) .aMS_Icon{
	left: calc(100% - 44px);
}

#aMI_OrderHistoryPanel .aMS_ScreenContentElement .aMS_OrderTimelineMilestone .aMS_Date,
#aMI_TrackOrderPanel .aMS_OrderTimelineMilestone .aMS_Date{
	position:absolute;
	bottom:-3px;
	left:40px;
	width:calc(100% - 40px);
	text-align:center;
	font-size:12px;
	height:auto;
	color:black;
}

#aMI_OrderHistoryPanel .aMS_ScreenContentElement .aMS_OrderTimelineMilestone:nth-child(even) .aMS_Date,
#aMI_TrackOrderPanel .aMS_OrderTimelineMilestone:nth-child(even) .aMS_Date{
	left:0px;
}

#aMI_OrderHistoryPanel .aMS_ScreenContentElement .aMS_OrderTimelineMilestone .aMS_Title:before,
#aMI_TrackOrderPanel .aMS_OrderTimelineMilestone .aMS_Title:before{
	content:" ";
	width:0px;
	height:33px;
	background-color:transparent;
	position:absolute;
	right:-20px;
	border-left:3px dashed #aaa;
	top:2px;
}

#aMI_OrderHistoryPanel .aMS_ScreenContentElement .aMS_OrderTimelineMilestone:nth-child(even) .aMS_Title:before,
#aMI_TrackOrderPanel .aMS_OrderTimelineMilestone:nth-child(even) .aMS_Title:before{
	right:auto;
	left:-21px;
}

#aMI_OrderHistoryPanel .aMS_ScreenContentElement .aMS_OrderTimelineMilestone .aMS_Title:after,
#aMI_TrackOrderPanel .aMS_OrderTimelineMilestone .aMS_Title:after{
	content:" ";
	background-color:transparent;
	width:9px;
	height:9px;
	border-radius:4.5px;
	position:absolute;
	right:-23px;
	top:35px;
	border:3px solid #aaa;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}

#aMI_OrderHistoryPanel .aMS_ScreenContentElement .aMS_OrderTimelineMilestone:nth-child(even) .aMS_Title:after,
#aMI_TrackOrderPanel .aMS_OrderTimelineMilestone:nth-child(even) .aMS_Title:after{
	right:auto;
	left:-24px;
}

#aMI_OrderHistoryPanel .aMS_ScreenContentElement .aMS_OrderTimelineMilestone.aMS_Done .aMS_Title:before,
#aMI_TrackOrderPanel .aMS_OrderTimelineMilestone.aMS_Done .aMS_Title:before{
	border-left:3px solid #666;
}

#aMI_OrderHistoryPanel .aMS_ScreenContentElement .aMS_OrderTimelineMilestone.aMS_Done .aMS_Title:after,
#aMI_TrackOrderPanel .aMS_OrderTimelineMilestone.aMS_Done .aMS_Title:after{
	border-color:#666;
	background-color:#666;
}

#aMI_OrderHistoryPanel .aMS_ScreenContentElement .aMS_OrderTimelineMilestone.aMS_MilestoneButton,
#aMI_TrackOrderPanel .aMS_OrderTimelineMilestone.aMS_MilestoneButton{
	cursor:pointer;
}




/*****************************************************************/
/* TrackOrderPopup */
/*****************************************************************/

#aMI_TrackOrderPanel{
	width:90vw;
	background-color: white;
	padding: 1.6vw;
}

#aMI_TrackOrderPanel .aMS_Map{
	width:100%;
    height:50vh;
}

#aMI_TrackOrderPanel .aMS_InnerMap{
	position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
    
#aMI_TrackOrderPanel .aMS_OrderTimeline:before{
	top: auto;
    z-index: 1;
}
 
#aMI_OrderHistoryPanel .aMS_ScreenContentElement #aMI_TrackButton {
	width: 106%;
    margin-left: -3%;
    margin-bottom: 20px;
}
    



/*****************************************************************/
/* VouchersPanel */
/*****************************************************************/

.aMS_Voucher.aMS_Partial .aMS_ScreenContentInnerElement:before{
	content:'';
}

#aMI_VouchersPanel #aMI_ContinueButton{
	width:50%;
	height:auto;
	margin-left:25%;
	margin-right:25%;
	margin-bottom:50px;
}

.aMS_Voucher,
#aMI_VouchersPanel .aMS_RedeemCode{
	width:30%;
	height:auto;
	margin:1.5%;
	margin-top:1.3vw;
	margin-bottom:1.3vw;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	border:0.3vw solid white;
	border-radius:3px;
	position:relative;
	background-color:white;
	cursor:pointer;
}

.aMS_Voucher .aMS_ScreenContentInnerElement{
	padding-bottom:50%;
}



#aMI_VouchersPanel .aMS_RedeemCode:before{
	content:'';
	padding-bottom:50%;
	position:relative;
	float:left;
}

.aMS_Voucher{
	-ms-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); 
}

.aMS_Voucher:before{
	content:'';
	background-color:white;
	width:calc(100%  + 0.3vw);
	height:100%;
	position:absolute;
	top:0px;
	left:-0.3vw;
	border:0.3vw solid pink;
	border-left:none;
	border-radius:3px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	z-index:-1;
}

.aMS_RedeemCode .aMS_Title{
	position:absolute;
	width:95%;
	left:2.5%;
	top:4%;
	font-size:2vw;
	text-align:center;
	text-shadow: 0px 0px 5px rgba(104, 104, 104, 1);
}

.aMS_RedeemCode .aMS_CodeInput{
	position:absolute;
	width:95%;
	left:2.5%;
	bottom:calc(8% + 40px);
}

.aMS_RedeemCode .aMS_ButtonPositive{
	position:absolute;
	bottom:4%;
	left:2.5%;
	width:95%;
}

.aMS_Voucher:after{
	content:'';
	position:absolute;
	width:0px;
	height:100%;
	left:-0.6vw;
	top:0px;
	border-left:0.5vw dotted white;
	z-index:-2;
}

.aMS_Voucher .aMS_Title{
	width:60%;
	height:40%;
	font-size:1.8vw;
	font-weight:bold;
	text-align:center;
	left:0px;
	top:0.3vw;
	z-index: 2;
	color:black;
	text-shadow: 0px 0px 5px rgba(104, 104, 104, 1);
	position:absolute;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow:hidden;
	line-height:2.3vw;
}

.aMS_Voucher .aMS_ItemTitle,
.aMS_Voucher .aMS_Photo{
	position:absolute;
	right:0vw;
	top:0px;
	height:100%;
	width:40%;
	border-top-left-radius:80%;
	border-bottom-left-radius:80%;
	color:white;
	font-size:1.7vw;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-shadow: 0px 0px 5px rgba(104, 104, 104, 1);
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    text-align:center;
    overflow:hidden;
    line-height:2.3vw;
}

.aMS_Voucher .aMS_Photo{
	padding:0px;
	-o-object-fit:cover;
	   object-fit:cover;
	z-index:-1;
}

.aMS_ScreenContentElement.aMS_Voucher .aMS_Description{
	position:absolute;
	width:58%;
	height:35%;
	left:0px;
	top:calc(40% + 0.6vw);
	overflow:hidden;
	line-height:1.4vw;
	text-align:center;
	color:black;
	font-size:1.2vw;
}

.aMS_Voucher .aMS_Description:first-letter{
	color:red;
	font-weight:bold;
	font-size:1.4vw;
}

.aMS_ScreenContentElement.aMS_Voucher .aMS_AvailableValue,
.aMS_ScreenContentElement.aMS_Voucher .aMS_OfferedValue{
	position:absolute;
	bottom:0.8vw;
	right:85%;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	font-size:1.5vw;
	color:#79b83b;
}

.aMS_ScreenContentElement.aMS_Voucher .aMS_OfferedValue{
	left:15%;
}

.aMS_ScreenContentElement.aMS_Voucher .aMS_OfferedValue:before,
.aMS_ScreenContentElement.aMS_Voucher .aMS_OfferedValue:after{
	margin-right:5px;
	margin-left:5px;
	font-size:1.0vw;
	color:#666;
}

.aMS_Voucher.aMS_NoPhoto .aMS_Photo{
	display:none;
}

.aMS_Voucher .aMS_Validity{
	position:absolute;
	bottom:0px;
	left:0px;
	font-size:1vw;
	color:#666;
}

.aMS_Voucher .aMS_ScreenContentInnerElement:before,
.aMS_Voucher.aMS_Partial .aMS_ScreenContentInnerElement:before{
	top:-0.3vw;
	left:-0.3vw;
	width:calc(100% + 0.6vw);
	border-radius:3px;
}

.aMS_Voucher:active .aMS_ScreenContentInnerElement:before,
.aMS_Voucher.aMS_Partial .aMS_ScreenContentInnerElement:before{
	height:calc(100% + 0.6vw);
}

.aMS_Voucher .aMS_ScreenContentInnerElement:after{
	content:'';
	width:1.2vw;
	height:2vw;
	position:absolute;
	background-image:url(https://lh3.googleusercontent.com/y3b0eGb5rlh3765rgusNnMPpi9stF8u7iuGoCS19MWltCzRYtsSih0VD0cIdh-T6XLZwKiZawyx9rsZSe7Le=r90);
	left:-0.3vw;
	top:0.5vw;
	background-size:150% 100%;
	background-position:100% 0px;
}

.aMS_Voucher.aMS_NewVoucher .aMS_ScreenContentInnerElement:after{
	background-image:url(Pictures/Front_DeliveryTask/newDelivery.png);
	left:-0.6vw;
	top:-0.6vw;
	background-size:100% 100%;
	height:4vw;
	width:4vw;
}

.aMS_Voucher.aMS_Partial .aMS_Percentage{
	position:absolute;
	color:white;
	z-index:3;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size:4vw;
    text-shadow: 0px 0px 5px rgba(104, 104, 104, 1);
    -webkit-transition:opacity 0.3s ease;
    -o-transition:opacity 0.3s ease;
    transition:opacity 0.3s ease;
}

.aMS_Voucher.aMS_Partial .aMS_Percentage:before,
.aMS_Voucher.aMS_Partial .aMS_Percentage:after{
	content:'';
	height:7%;
	width:50%;
	position:absolute;
	border-radius:2px;
	top:70%;
	left:25%;
	background: rgb(255,104,104);
	background: -webkit-linear-gradient(top, rgba(255,104,104,1) 0%,rgba(255,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,104,104,1)),to(rgba(255,0,0,1)));
	background: -o-linear-gradient(top, rgba(255,104,104,1) 0%,rgba(255,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,104,104,1) 0%,rgba(255,0,0,1) 100%);
}

.aMS_Voucher.aMS_Partial .aMS_Percentage:after{
	width:0%;
	background: rgb(141,224,74);
	background: -webkit-linear-gradient(top, rgba(141,224,74,1) 0%,rgba(105,165,53,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(141,224,74,1)),to(rgba(105,165,53,1)));
	background: -o-linear-gradient(top, rgba(141,224,74,1) 0%,rgba(105,165,53,1) 100%);
	background: linear-gradient(to bottom, rgba(141,224,74,1) 0%,rgba(105,165,53,1) 100%);
}

.aMS_Voucher.aMS_Partial .aMS_Title:after{
	content:'i';
	position:absolute;
	left:0.6vw;
	top:0px;
	background-color:white;
	width:2.4vw;
	height:2.4vw;
	border-radius:2vw;
	border:0.2vw solid black;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size:1.8vw;
	-webkit-transition:opacity 0.3s ease;
	-o-transition:opacity 0.3s ease;
	transition:opacity 0.3s ease;
}

.aMS_Voucher.aMS_Partial .aMS_PromoDescription,
.aMS_Voucher.aMS_Partial .aMS_SharedCodeTitle,
.aMS_Voucher.aMS_Partial .aMS_SharedCode{
	color:white;
	z-index:3;
	position:absolute;
	width:100%;
	height:60%;
	top:20%;
	font-size:1.4vw;
	overflow:hidden;
	text-align:center;
	opacity:0;
	text-shadow: 0px 0px 5px rgba(104, 104, 104, 1);
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition:opacity 0.3s ease;
    -o-transition:opacity 0.3s ease;
    transition:opacity 0.3s ease;
}

.aMS_Voucher.aMS_Partial .aMS_SharedCodeTitle{
	display:block;
	width:50%;
	height:20%;
	top:0px;
	top:auto;
	bottom:0px;
	text-align:right;
	font-size:1.2vw;
	line-height:2.6vw;
	background-color:black;
}

.aMS_Voucher.aMS_Partial .aMS_SharedCode{
	padding-left:5px;
	display:block;
	width:50%;
	height:20%;
	top:auto;
	bottom:0px;
	right:0px;
	text-align:left;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	font-size:1.8vw;
	line-height:2.5vw;
	color:#79b83b;
	background-color:black;
}

.aMS_Voucher.aMS_Partial:hover .aMS_Percentage,
.aMS_Voucher.aMS_Partial:hover .aMS_Title:after{
	opacity:0;
}

.aMS_Voucher.aMS_Partial:hover .aMS_PromoDescription,
.aMS_Voucher.aMS_Partial:hover .aMS_SharedCodeTitle,
.aMS_Voucher.aMS_Partial:hover .aMS_SharedCode{
	opacity:1;
}

.aMS_Voucher.aMS_Partial_10 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_11 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_12 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_13 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_14 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_15 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_16 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_17 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_18 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_19 .aMS_Percentage:after{
	width:5%;
}

.aMS_Voucher.aMS_Partial_20 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_21 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_22 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_23 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_24 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_25 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_26 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_27 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_28 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_29 .aMS_Percentage:after{
	width:10%;
}

.aMS_Voucher.aMS_Partial_30 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_31 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_32 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_33 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_34 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_35 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_36 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_37 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_38 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_39 .aMS_Percentage:after{
	width:15%;
}

.aMS_Voucher.aMS_Partial_40 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_41 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_42 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_43 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_44 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_45 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_46 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_47 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_48 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_49 .aMS_Percentage:after{
	width:20%;
}

.aMS_Voucher.aMS_Partial_50 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_51 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_52 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_53 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_54 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_55 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_56 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_57 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_58 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_59 .aMS_Percentage:after{
	width:25%;
}

.aMS_Voucher.aMS_Partial_60 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_61 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_62 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_63 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_64 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_65 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_66 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_67 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_68 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_69 .aMS_Percentage:after{
	width:30%;
}

.aMS_Voucher.aMS_Partial_70 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_71 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_72 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_73 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_74 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_75 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_76 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_77 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_78 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_79 .aMS_Percentage:after{
	width:35%;
}

.aMS_Voucher.aMS_Partial_80 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_81 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_82 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_83 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_84 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_85 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_86 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_87 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_88 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_89 .aMS_Percentage:after{
	width:40%;
}

.aMS_Voucher.aMS_Partial_90 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_91 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_92 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_93 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_94 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_95 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_96 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_97 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_98 .aMS_Percentage:after,
.aMS_Voucher.aMS_Partial_99 .aMS_Percentage:after{
	width:45%;
}

.aMS_Voucher.aMS_Partial_100 .aMS_Percentage:after{
	width:50%;
}

/*****************************************************************/
/* Hover */
/*****************************************************************/

.no-touchevents #aMI_ScreenContent .aMS_Button.aMS_ButtonNegative:hover,
.no-touchevents #aMI_OrderListContent .aMS_Button.aMS_ButtonNegative:hover,
.no-touchevents .aMS_PopupContent .aMS_Button.aMS_ButtonNegative:hover,
.no-touchevents #aMI_OptionsContent .aMS_Button.aMS_ButtonNegative:hover{
	background: rgb(255,104,104);
}

.no-touchevents #aMI_ScreenContent .aMS_Button:hover,
.no-touchevents #aMI_OrderListContent .aMS_Button:hover,
.no-touchevents .aMS_PopupContent .aMS_Button:hover,
.no-touchevents #aMI_OptionsContent .aMS_Button:hover,
.no-touchevents #aMI_FreeItemsContent .aMS_ScreenContentElement:not(.aMS_InnerOptionWrapper):hover{
	background: rgb(141,224,74);
}

.no-touchevents #aMI_Header .aMS_Button:hover{
	background-color:#ff9118;
	-webkit-animation-name: HeaderButtonAnimation;
	        animation-name: HeaderButtonAnimation;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
}

.no-touchevents #aMI_Header #aMI_BackButton:hover:before,
.no-touchevents #aMI_Header #aMI_NextButton:hover:after{
	-webkit-animation-name: AnimationArrow;
	        animation-name: AnimationArrow;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
}

.no-touchevents .aMS_MenuElement:hover:before,
.no-touchevents .aMS_ChooseDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement:hover:before,
.no-touchevents .aMS_AddressLocationScreen #aMI_ScreenContent #aMI_DivisionsPanel .aMS_ScreenContentElement:hover:before,
.no-touchevents .aMS_ChooseParentDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement:hover:before,
.no-touchevents .aMS_ChoosePositionDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement:hover:before,
.no-touchevents #aMI_ScreenContent #aMI_CulturesPanel .aMS_ScreenContentElement:hover:before,
.no-touchevents .aMS_Voucher:hover .aMS_ScreenContentInnerElement:before{
	height:100%;
}

.no-touchevents #aMI_HeaderMenuContent .aMS_ScreenContentElement:hover .aMS_Title,
.no-touchevents #aMI_HeaderMenuContent .aMS_InnerOptionWrapper:hover .aMS_Button,
.no-touchevents #aMI_FooterMenuContent .aMS_ScreenContentElement:hover .aMS_Title,
.no-touchevents #aMI_FooterMenuContent .aMS_InnerOptionWrapper:hover .aMS_Button{
	color:#ff9118;
	text-shadow:none;
}

.no-touchevents .aMS_Voucher:hover .aMS_ScreenContentInnerElement:before{
	height:calc(100% + 0.6vw);
}

/*****************************************************************/
/* MenuSearch */
/*****************************************************************/

#aMI_MenuPanel .aMS_SearchBox{
	width:15%;
	position:fixed;
	top:8px;
	right:10%;
	z-index:5;
}

.aMS_WaitScreen #aMI_MenuPanel .aMS_SearchBox{
	display:none;
}

.aMS_SearchMenuStatus{
	font-size:25px;
	margin-top:20px;
}

#aMI_MenuSearchPanel{
	margin-top:50px;
}

#aMI_MenuSearchPanel .aMS_SearchBox{
	width:calc(15% + 30px);
	position:absolute;
	z-index:10;
	right:0%;
	top:-172px;
	-webkit-animation-name: SearchBoxAnimation;
	        animation-name: SearchBoxAnimation;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s; 
}

.aMS_HasHeaderMenu #aMI_MenuSearchPanel .aMS_SearchBox{
	-webkit-animation-name: SearchBoxAnimationWHeader;
	      	animation-name: SearchBoxAnimationWHeader;
}

@keyframes SearchBoxAnimation {
	from{
		width:calc(15% + 30px);
		right:0%;
		top:-172px;
	}
	to{
		width:50%;
		right:25%;
		top:0px;
		z-index:auto;
	}
}

@-webkit-keyframes SearchBoxAnimation {
	from{
		width:calc(15% + 30px);
		right:0%;
		top:-172px;
	}
	to{
		width:50%;
		right:25%;
		top:0px;
		z-index:auto;
	}
}

@keyframes SearchBoxAnimationWHeader {
	from{
		width:calc(15% + 30px);
		right:0%;
		top:-227px;
	}
	to{		
		width:50%;
		right:25%;
		top:0px;
		z-index:auto;
	}
}

@-webkit-keyframes SearchBoxAnimationWHeader {
	from{
		width:calc(15% + 30px);
		right:0%;
		top:-227px;
	}
	to{
		width:50%;
		right:25%;
		top:0px;
		z-index:auto;
	}
}

.aMS_SearchBox .aMS_TextBox{
	width:100%;
}

.aMS_SearchBox:after{
	content:' ';
	width:30px;
	height:30px;
	position:absolute;
	right:0px;
	background-image:url(http://lh3.googleusercontent.com/ZaA3f6BNOqDU0Q2sWP6wZbojHo_DI90VUQQklbLeGsnXFXBEbPOp1-jksGLib16WtGj1PFCck2i0oNiGxSwp);
	background-size:28px 28px;
	background-position:0px 2px;
}

/*****************************************************************/
/* Stock status
/*****************************************************************/

.aMS_HasStock .aMS_StockMax,
.aMS_HasStock .aMS_StockAvailable{
	position:absolute;
	z-index:1;
	width:10%;
	color:#666;
}

.aMS_InnerComplexItemPanel .aMS_ModifierItem.aMS_HasStock .aMS_StockMax,
.aMS_InnerComplexItemPanel .aMS_ModifierItem.aMS_HasStock .aMS_StockAvailable,
#aMI_OrderListPanel .aMS_ModifierItem.aMS_HasStock .aMS_StockMax,
#aMI_OrderListPanel .aMS_ModifierItem.aMS_HasStock .aMS_StockAvailable{
	display:none;
}

.aMS_ModifierItem.aMS_HasStock .aMS_StockMax,
.aMS_ModifierItem.aMS_HasStock .aMS_StockAvailable{
	width:5%;
}

#aMI_ComplexWizardPanel .aMS_Item.aMS_HasStock .aMS_StockMax,
#aMI_ComplexWizardPanel .aMS_Item.aMS_HasStock .aMS_StockAvailable{
	width:5%;
}

.aMS_Item.aMS_HasStock .aMS_StockMax,
.aMS_Item.aMS_HasStock .aMS_StockAvailable,
.aMS_ComplexItem.aMS_HasStock .aMS_StockMax,
.aMS_ComplexItem.aMS_HasStock .aMS_StockAvailable{
	font-size: 1.2vw;
}

.aMS_ModifierItem.aMS_HasStock .aMS_StockMax,
.aMS_ModifierItem.aMS_HasStock .aMS_StockAvailable{
	font-size: 1vw;
}


.aMS_ModifierItem.aMS_HasStock .aMS_StockMax,
.aMS_ModifierItem.aMS_HasStock .aMS_StockAvailable,
#aMI_ComplexWizardPanel .aMS_Item.aMS_HasStock .aMS_StockMax,
#aMI_ComplexWizardPanel .aMS_Item.aMS_HasStock .aMS_StockAvailable{
	bottom:0px;
	color:white;
}

.aMS_HasStock .aMS_StockMax{
	left:0%;
	padding-left:33%;
	padding-right:6px;
	background-color:white;
	border-bottom-right-radius:3px;
}

.aMS_ModifierItem.aMS_HasStock .aMS_StockMax{
	padding-left:20%;
}

#aMI_ComplexWizardPanel .aMS_Item.aMS_HasStock .aMS_StockMax{
	padding-left:20%;
}

.aMS_ModifierItem.aMS_HasStock .aMS_StockMax{
	background-color:#999;
	border-bottom-right-radius:0px;
	border-top-right-radius:3px;
}

#aMI_ComplexWizardPanel .aMS_Item.aMS_HasStock .aMS_StockMax{
	background-color:#999;
	border-bottom-right-radius:0px;
	border-top-left-radius:3px;
}

#aMI_ComplexWizardPanel .aMS_Item.aMS_HasStock .aMS_StockMax{
	left: calc(75% - 6px);
}

.aMS_ScreenInnerContent .aMS_ModifierItem.aMS_HasStock{
	padding-bottom: 6%;
}

.aMS_InnerComplexItemPanel .aMS_ModifierItem.aMS_HasStock,
#aMI_OrderListPanel .aMS_ModifierItem.aMS_HasStock{
	padding-bottom: 0px;
}

.aMS_HasStock .aMS_StockAvailable{
	right:70%;
	text-align:right;
}

.aMS_ModifierItem.aMS_HasStock .aMS_StockAvailable{
	right:82%;
}

#aMI_ComplexWizardPanel .aMS_Item.aMS_HasStock .aMS_StockAvailable{
	right:8%;
}

.aMS_HasStock .aMS_StockAvailable:after{
	content:'/';
	position:absolute;
	width:30%;
	text-align:center;
}

.aMS_HasStock .aMS_StockAvailable:before{
	content:'Stock:';
	position:absolute;
	width:200%;
	right:100%;
}

.aMS_HasStock .aMS_StockMax:before,
.aMS_HasStock .aMS_StockMax:after{
	content:'';
	background-color:red;
	position:absolute;
	width:3px;
	height:calc(100% - 6px);
	right:3px;
	bottom:3px;
}

.aMS_HasStock .aMS_StockMax:after{
	background-color:#79b83b;
}

.aMS_HasStock.aMS_Stock_0 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_1 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_2 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_3 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_4 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_5 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_6 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_7 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_8 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_9 .aMS_StockMax:after{
	height:calc(0 * (100% - 6px));
}

.aMS_HasStock.aMS_Stock_10 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_11 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_12 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_13 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_14 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_15 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_16 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_17 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_18 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_19 .aMS_StockMax:after{
	height:calc(0.1 * (100% - 6px));
}

.aMS_HasStock.aMS_Stock_20 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_21 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_22 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_23 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_24 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_25 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_26 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_27 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_28 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_29 .aMS_StockMax:after{
	height:calc(0.2 * (100% - 6px));
}

.aMS_HasStock.aMS_Stock_30 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_31 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_32 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_33 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_34 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_35 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_36 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_37 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_38 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_39 .aMS_StockMax:after{
	height:calc(0.3 * (100% - 6px));
}

.aMS_HasStock.aMS_Stock_40 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_41 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_42 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_43 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_44 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_45 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_46 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_47 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_48 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_49 .aMS_StockMax:after{
	height:calc(0.4 * (100% - 6px));
}

.aMS_HasStock.aMS_Stock_50 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_51 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_52 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_53 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_54 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_55 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_56 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_57 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_58 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_59 .aMS_StockMax:after{
	height:calc(0.5 * (100% - 6px));
}

.aMS_HasStock.aMS_Stock_60 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_61 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_62 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_63 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_64 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_65 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_66 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_67 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_68 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_69 .aMS_StockMax:after{
	height:calc(0.6 * (100% - 6px));
}

.aMS_HasStock.aMS_Stock_70 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_71 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_72 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_73 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_74 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_75 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_76 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_77 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_78 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_79 .aMS_StockMax:after{
	height:calc(0.7 * (100% - 6px));
}

.aMS_HasStock.aMS_Stock_80 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_81 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_82 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_83 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_84 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_85 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_86 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_87 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_88 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_89 .aMS_StockMax:after{
	height:calc(0.8 * (100% - 6px));
}

.aMS_HasStock.aMS_Stock_90 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_91 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_92 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_93 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_94 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_95 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_96 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_97 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_98 .aMS_StockMax:after, .aMS_HasStock.aMS_Stock_99 .aMS_StockMax:after{
	height:calc(0.9 * (100% - 6px));
}

.aMS_HasStock.aMS_Stock_100 .aMS_StockMax:after{
	height:calc(1 * (100% - 6px));
}

.aMS_MenuElement.aMS_HasStock.aMS_Stock_SoldOut:before{
	height:100%;
}

.aMS_MenuElement.aMS_HasStock.aMS_Stock_SoldOut{
	cursor:default;
}

.aMS_ModifierItem.aMS_HasStock.aMS_Stock_SoldOut:before{
	height:100%;
	width:100%;
	background-color:rgba(0, 0, 0, 0.75);
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
	color:white;
	text-align:center;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/*****************************************************************/
/* Payment clients
/*****************************************************************/

.aMS_PaymentMethod_BlockchainBitcoin #aMI_MainPanel .aMS_FormFieldValue_transferStatus,
.aMS_PaymentMethod_MBWay #aMI_MainPanel .aMS_FormFieldValue_transferStatus{
	background-image:url(https://i.giphy.com/media/sSgvbe1m3n93G/giphy-downsized.gif);
	background-size:20px 20px;
	background-position:2px 2px;
	background-repeat:no-repeat;
}

.aMS_PaymentMethod_BlockchainBitcoin #aMI_MainPanel .aMS_FormFieldValue_transferStatus.aMS_TransferDone, 
.aMS_PaymentMethod_MBWay #aMI_MainPanel .aMS_FormFieldValue_transferStatus.aMS_TransferDone{
	color:black;
	background-size:25px 25px;
	background-position:-5px 2px;
	background-image:url(SvgLoader/check_check.ffffff00.ffffff00.79b83bff.svg);
}

/*** BlockchainBitcoin ***/

.aMS_PaymentMethod_BlockchainBitcoin #aMI_MainPanel #aMI_TransferAdressQrCode{
	display: block;
    margin: auto;
}

/*** MB WAY ***/

.aMS_PaymentMethod_MBWay #aMI_MainPanel #aMI_MBWayLogo{
	display: block;
    margin: auto;
    width: 100%;
	height: auto;
	max-width:400px;
}

.aMS_PaymentMethod_MBWay #aMI_MainPanel .aMS_FormFieldValue_transferStatus.aMS_TransferError{
	background-image:url(Pictures/PaymentMethods/error.png);
}

.aMS_PaymentMethod_MBWay #aMI_MainPanel .aMS_FormFieldValue_transferStatus.aMS_TransferDenied{
	background-image:url(Pictures/PaymentMethods/cancel.png);
}

/*****************************************************************/
/* QRCode Scan
/*****************************************************************/

#aMI_QRCodeScanPanel{
	width:50%;
	float:left;
	position:relative;
	background-color:white;
	padding:1.6vw;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display:block;
}

#aMI_QRCodeScanPanel video{
	width:100%;
}

/*****************************************************************/
/* Cookies warning
/*****************************************************************/

#aMI_CookiesAlert{
	position:absolute;
	width:100%;
	height:100%;
	align-items: center;
	justify-content: center;
}

#aMI_CookiesAlert #aMI_InnerCookiesAlert{
	background-color:white;
	border-radius:2px;
	padding:20px;
}

#aMI_CookiesAlert .aMS_Label.aMS_CookiesAlertMessage{
	width:100%;
	text-align:center;
}

/*****************************************************************/
/* Size adaptation  1200px */
/*****************************************************************/

@media screen and (max-width: 1200px){
	
	.aMS_MenuElement:not(.aMS_Family_Opened), 
	.aMS_ChooseDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement, 
	.aMS_AddressLocationScreen #aMI_ScreenContent #aMI_DivisionsPanel .aMS_ScreenContentElement,
	.aMS_ChooseParentDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement, 
	#aMI_ScreenContent #aMI_CulturesPanel .aMS_ScreenContentElement, 
	#aMI_ScreenContent #aMI_OrderHistoryPanel .aMS_ScreenContentElement {
		width: calc((100vw - (100vw - 100%)) * 0.31);
		margin: calc((100vw - (100vw - 100%)) * 0.011);
		margin-bottom:0.9vw;
		margin-top:0.9vw;
	}

	.aMS_MenuElement:before,
	.aMS_ChooseDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement:before,
	.aMS_AddressLocationScreen #aMI_ScreenContent #aMI_DivisionsPanel .aMS_ScreenContentElement:before,
	.aMS_ChooseParentDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement:before,
	.aMS_ChoosePositionDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement:before,
	#aMI_ScreenContent #aMI_CulturesPanel .aMS_ScreenContentElement:before,
	.aMS_Voucher .aMS_ScreenContentInnerElement:before,
	.aMS_Voucher.aMS_Partial .aMS_ScreenContentInnerElement:before {
    	font-size: 4vw;
	}

	/*****************************************************************/
	/* WaitScreen */
	/*****************************************************************/

	.aMS_WaitScreen #aMI_WaitGraphic{
		width: 20vw;
		height:20vw;
		border-radius:10vw;
	}

	/*****************************************************************/
	/* MenuTree */
	/*****************************************************************/

	.aMS_Item > .aMS_ScreenContentInnerElement > .aMS_Title,
	.aMS_ComplexItem .aMS_Title,
	.aMS_Family .aMS_Title,
	.aMS_Enterprise .aMS_Title,
	.aMS_Info .aMS_Title{
		font-size:2.667vw;
		line-height:2.667vw;
	}

	.aMS_Item .aMS_Description,
	.aMS_ComplexItem .aMS_Description,
	.aMS_Family .aMS_Description,
	.aMS_Enterprise .aMS_Description,
	.aMS_Info .aMS_Description{
		font-size:1.6vw;
		line-height:1.867vw;
	}

	.aMS_Item .aMS_Description:first-letter,
	.aMS_ComplexItem .aMS_Description:first-letter,
	.aMS_Family .aMS_Description:first-letter,
	.aMS_Enterprise .aMS_Description:first-letter,
	.aMS_Info .aMS_Description:first-letter{
		font-size: 2vw;
	}

	.aMS_Item .aMS_Photo,
	.aMS_ComplexItem .aMS_Photo,
	.aMS_Family .aMS_Photo,
	.aMS_Enterprise .aMS_Photo,
	.aMS_Info .aMS_Photo{
		border-radius:0.267vw;
	}

	.aMS_Item .aMS_Price,
	.aMS_ComplexItem .aMS_Price,
	.aMS_Family .aMS_Price,
	.aMS_Enterprise .aMS_Price,
	.aMS_Info .aMS_Title:after{
		font-size:2vw;
	}

	.aMS_Item .aMS_Quantity,
	.aMS_ComplexItem .aMS_Quantity,
	.aMS_Enterprise .aMS_Distance,
	.aMS_Enterprise.aMS_Enterprise_PosNotOk:after,
	.aMS_Enterprise.aMS_Enterprise_PosOk:after{
		font-size:1.867vw;
	}

	.aMS_Enterprise.aMS_Enterprise_PosNotOk:after,
	.aMS_Enterprise.aMS_Enterprise_PosOk:after{
		font-size:1.467vw;
	}

	.aMS_MenuElement.aMS_Opened .aMS_ScreenContentInnerElement > .aMS_Title:after{
		font-size: 1.9vw;
	}

	#aMI_SuggestionsPanel .aMS_MenuElement:nth-child(4){
		display:none;
	}

	/*** ComplexWizard ***/

	#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Item,
	#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Family{
		margin: calc((100vw - (100vw - 100%)) * 0.010);
		margin-bottom:0.8vw;
		margin-top:0.8vw;
	}

	/*****************************************************************/
	/* OrderHistoryPanel */
	/*****************************************************************/

	#aMI_ScreenContent #aMI_OrderHistoryPanel .aMS_ScreenContentElement{
		height:auto;
		width:47%;
	}
	
	#aMI_OrderHistoryPanel .aMS_ScreenContentElement #aMI_TrackButton {
    	width: 100.8%;
    	margin-left: -0.4%;
    	margin-bottom: 20px;
	}
	
	/*****************************************************************/
	/* VouchersPanel */
	/*****************************************************************/
	
	#aMI_VouchersPanel #aMI_ContinueButton{
		width:50%;
		height:auto;
		margin-left:25%;
		margin-right:25%;
		margin-bottom:50px;
	}
	
	.aMS_Voucher,
	#aMI_VouchersPanel
	.aMS_RedeemCode{
		width:45%;
		margin:2.25%;
		margin-top:1.8vw;
		margin-bottom:1.8vw;
		border:0.45vw solid white;
	}
	
	.aMS_Voucher:before{
		width:calc(100%  + 0.45vw);
		left:-0.45vw;
		border:0.45vw solid pink;
		border-left:none;
	}
	
	.aMS_RedeemCode .aMS_Title{
		font-size:3vw;
	}
	
	.aMS_Voucher:after{
		left:-0.9vw;
		border-left:0.75vw dotted white;
	}
	
	.aMS_Voucher .aMS_Title{
		font-size:2.7vw;
		top:0.45vw;
	    line-height:3.45vw;
	}
	
	.aMS_Voucher .aMS_ItemTitle,
	.aMS_Voucher .aMS_Photo{
		font-size:2.55vw;
	    line-height:3.45vw;
	}
	
	.aMS_ScreenContentElement.aMS_Voucher .aMS_Description{
		top:calc(40% + 0.9vw);
		line-height:2.1vw;
		font-size:1.8vw;
	}
	
	.aMS_Voucher .aMS_Description:first-letter{
		font-size:2.1vw;
	}
	
	.aMS_Voucher .aMS_Validity{
		font-size:1.5vw;
	}

	.aMS_ScreenContentElement.aMS_Voucher .aMS_AvailableValue,
	.aMS_ScreenContentElement.aMS_Voucher .aMS_OfferedValue{
		font-size: 2.25vw;
		bottom: 1.2vw;
	}

	.aMS_ScreenContentElement.aMS_Voucher .aMS_OfferedValue:before, 
	.aMS_ScreenContentElement.aMS_Voucher .aMS_OfferedValue:after{
		font-size:1.5vw
	}
	
	.aMS_Voucher .aMS_ScreenContentInnerElement:before,
	.aMS_Voucher.aMS_Partial .aMS_ScreenContentInnerElement:before{
		top:-0.45vw;
		left:-0.45vw;
		width:calc(100% + 0.9vw);
	}
	
	.aMS_Voucher:hover .aMS_ScreenContentInnerElement:before,
	.aMS_Voucher.aMS_Partial .aMS_ScreenContentInnerElement:before{
		height:calc(100% + 0.9vw);
	}
	
	.aMS_Voucher .aMS_ScreenContentInnerElement:after{
		width:1.8vw;
		height:3vw;
		left:-0.45vw;
		top:0.75vw;
	}
	
	.aMS_Voucher.aMS_NewVoucher .aMS_ScreenContentInnerElement:after{
		left:-0.9vw;
		top:-0.9vw;
		height:6vw;
		width:6vw;
	}
	
	.aMS_Voucher.aMS_Partial .aMS_Percentage{
	    font-size:6vw;
	}
	
	.aMS_Voucher.aMS_Partial .aMS_Title:after{
		left:0.9vw;
		width:3.6vw;
		height:3.6vw;
		border-radius:3vw;
		border:0.3vw solid black;
		font-size:2.7vw;
	}
	
	.aMS_Voucher.aMS_Partial .aMS_PromoDescription,
	.aMS_Voucher.aMS_Partial .aMS_SharedCodeTitle,
	.aMS_Voucher.aMS_Partial .aMS_SharedCode{
		font-size:2.1vw;
	}
	
	.aMS_Voucher.aMS_Partial .aMS_SharedCodeTitle{
		font-size:1.8vw;
		line-height:3.9vw;
	}
	
	.aMS_Voucher.aMS_Partial .aMS_SharedCode{
		font-size:2.7vw;
		line-height:3.75vw;
	}
	
	/*****************************************************************/
	/* MenuSearch */
	/*****************************************************************/
	
	#aMI_MenuSearchPanel .aMS_SearchBox{
		opacity:1;
	}

	/*****************************************************************/
	/* Stock status
	/*****************************************************************/

	.aMS_Item.aMS_HasStock .aMS_StockMax,
	.aMS_Item.aMS_HasStock .aMS_StockAvailable,
	.aMS_ComplexItem.aMS_HasStock .aMS_StockMax,
	.aMS_ComplexItem.aMS_HasStock .aMS_StockAvailable{
		font-size: 1.6vw;
	}

	.aMS_ModifierItem.aMS_HasStock .aMS_StockMax,
	.aMS_ModifierItem.aMS_HasStock .aMS_StockAvailable{
		font-size: 1.4vw;
	}
}

/*****************************************************************/
/* Size adaptation  900px */
/*****************************************************************/

@media screen and (max-width: 900px){

	body:not(.aMS_WaitScreen) #aMI_Logo{
		display:none;
	}

	.aMS_MenuElement:not(.aMS_Family_Opened), 
	.aMS_ChooseDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement, 
	.aMS_AddressLocationScreen #aMI_ScreenContent #aMI_DivisionsPanel .aMS_ScreenContentElement,
	.aMS_ChooseParentDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement, 
	#aMI_ScreenContent #aMI_CulturesPanel .aMS_ScreenContentElement, 
	#aMI_ScreenContent #aMI_OrderHistoryPanel .aMS_ScreenContentElement {
		width: calc((100vw - (100vw - 100%)) * 0.46);
		margin: calc((100vw - (100vw - 100%)) * 0.02);
		margin-bottom:1.6vw;
		margin-top:1.6vw;
	}

	.aMS_MenuElement:before,
	.aMS_ChooseDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement:before,
	.aMS_AddressLocationScreen #aMI_ScreenContent #aMI_DivisionsPanel .aMS_ScreenContentElement:before,
	.aMS_ChooseParentDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement:before,
	.aMS_ChoosePositionDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement:before,
	#aMI_ScreenContent #aMI_CulturesPanel .aMS_ScreenContentElement:before,
	.aMS_Voucher .aMS_ScreenContentInnerElement:before,
	.aMS_Voucher.aMS_Partial .aMS_ScreenContentInnerElement:before {
    	font-size: 6vw;
	}

	/*****************************************************************/
	/* WaitScreen */
	/*****************************************************************/

	.aMS_WaitScreen #aMI_WaitGraphic{
		width: 25vw;
		height:25vw;
		border-radius:12.5vw;
	}

	/*****************************************************************/
	/* MenuTree */
	/*****************************************************************/

	.aMS_Item > .aMS_ScreenContentInnerElement > .aMS_Title,
	.aMS_ComplexItem .aMS_Title,
	.aMS_Family .aMS_Title,
	.aMS_Enterprise .aMS_Title,
	.aMS_Info .aMS_Title{
		font-size:4vw;
		line-height:4vw;
	}

	.aMS_Item .aMS_Subtitle,
	.aMS_ComplexItem .aMS_Subtitle{
		font-size:2vw;
	}

	.aMS_Item .aMS_Description,
	.aMS_ComplexItem .aMS_Description,
	.aMS_Family .aMS_Description,
	.aMS_Enterprise .aMS_Description,
	.aMS_Info .aMS_Description{
		font-size:2.4vw;
		line-height:2.8vw;
	}

	.aMS_Item .aMS_Description:first-letter,
	.aMS_ComplexItem .aMS_Description:first-letter,
	.aMS_Family .aMS_Description:first-letter,
	.aMS_Enterprise .aMS_Description:first-letter,
	.aMS_Info .aMS_Description:first-letter{
		font-size: 4vw;
	}

	.aMS_Item .aMS_Photo,
	.aMS_ComplexItem .aMS_Photo,
	.aMS_Family .aMS_Photo,
	.aMS_Enterprise .aMS_Photo,
	.aMS_Info .aMS_Photo{
		border-radius:0.4vw;
	}

	.aMS_Item .aMS_Price,
	.aMS_ComplexItem .aMS_Price,
	.aMS_Family .aMS_Price,
	.aMS_Enterprise .aMS_Price,
	.aMS_Info .aMS_Title:after{
		font-size:3vw;
	}

	.aMS_Item .aMS_Quantity,
	.aMS_ComplexItem .aMS_Quantity,
	.aMS_Enterprise .aMS_Distance,
	.aMS_Enterprise.aMS_Enterprise_PosNotOk:after,
	.aMS_Enterprise.aMS_Enterprise_PosOk:after{
		font-size:2.8vw;
	}

	.aMS_Enterprise.aMS_Enterprise_PosNotOk:after,
	.aMS_Enterprise.aMS_Enterprise_PosOk:after{
		font-size:2.2vw;
	}
	
	.aMS_MenuElement.aMS_Opened{
		width:calc((100vw - (100vw - 100%)) * 0.92 + (100vw - (100vw - 100%)) * 0.04);
		padding-right: 50%;
	}

	.aMS_MenuElement.aMS_Opened > .aMS_ScreenContentInnerElement{
		position: relative;
	}

	.aMS_MenuElement .aMS_InnerItemPanel{
		display:block;
		position:relative;
		float:left;
		top:0px;
		left:0px;
		width:209%;
		margin-top: 100%;
		opacity:1;
		background-color:transparent;
	}

	.aMS_MenuElement .aMS_InnerItemPanel:before{
		display:none;
	}

	.aMS_MenuElement .aMS_InnerItemPanel{
		-webkit-box-shadow:none;
		        box-shadow:none;
	}

	.aMS_MenuElement.aMS_Opened:hover .aMS_ScreenContentInnerElement > .aMS_Title:after{
		display:none;
	}

	.aMS_MenuElement.aMS_Opened:hover .aMS_Title{
		z-index:auto;
	}

	.aMS_MenuElement .aMS_InnerItemPanel{
		border: none;
	}

	#aMI_SuggestionsPanel .aMS_MenuElement:nth-child(3),
	#aMI_SuggestionsPanel .aMS_MenuElement:nth-child(4){
		display:none;
	}

	/*** ComplexWizard ***/

	#aMI_ComplexWizardPanel .aMS_MenuElement.aMS_Opened{
		padding-right: 0%;
	}

	#aMI_ComplexWizardPanel .aMS_MenuElement .aMS_InnerItemPanel{
		margin-top: 20%;
	}

	#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Item,
	#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Family{
		width:calc((100vw - (100vw - 100%)) * 0.96);
	}

	#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Item > .aMS_ScreenContentInnerElement > .aMS_Title,
	#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Family .aMS_Title{
		font-size: 3vw;
		line-height:3vw;
		border-radius: 0.4vw;
	}

	#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Item.aMS_Opened:hover > .aMS_ScreenContentInnerElement > .aMS_Title{
		left:20%;
		color: white;
	}

	#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Item.aMS_Opened:hover .aMS_Title:before{
		left: -28%;
	}

	#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Item .aMS_Title:before,
	#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Family .aMS_Title:before{
		border-radius: 0.4vw;
	}

	#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Item .aMS_Description,
	#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Family .aMS_Description{
		font-size: 2vw;
		line-height:2.2vw;
	}

	#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Item .aMS_Quantity:after{
		font-size: 2.2vw;
	}

	/*****************************************************************/
	/* ItemPanel */
	/*****************************************************************/

	.aMS_ItemScreen #aMI_ItemPanel .aMS_Photo,
	.aMS_InfoScreen #aMI_InfoPanel .aMS_Photo{
		width:80%;
		left: 10%;
	}

	.aMS_ItemScreen #aMI_ItemPanel .aMS_Description,
	.aMS_InfoScreen #aMI_InfoPanel .aMS_Description,
	.aMS_ItemScreen #aMI_ItemPanel.aMS_NoPhoto .aMS_Description,
	.aMS_InfoScreen #aMI_InfoPanel.aMS_NoPhoto .aMS_Description{
		margin-top: calc(80% + 30px);
		width: 80%;
		margin-left:10%;
	}

	.aMS_ItemScreen #aMI_ItemPanel.aMS_NoPhoto .aMS_Description,
	.aMS_InfoScreen #aMI_InfoPanel.aMS_NoPhoto .aMS_Description{
		margin-top: 0%;
	}

	.aMS_ItemScreen #aMI_ItemPanel .aMS_InnerItemPanel,
	.aMS_ItemScreen #aMI_ItemPanel .aMS_InnerComplexItemPanel,
	.aMS_ItemScreen #aMI_ItemPanel.aMS_NoPhoto .aMS_InnerItemPanel,
	.aMS_ItemScreen #aMI_ItemPanel.aMS_NoPhoto .aMS_InnerComplexItemPanel{
		width:80%;
		margin-left:10%;
	}

	.aMS_ItemScreen #aMI_ItemPanel .aMS_RemoveQuantity,
	.aMS_ItemScreen #aMI_ItemPanel.aMS_NoPhoto .aMS_RemoveQuantity{
		margin-left:12%;
	}

	.aMS_ItemScreen #aMI_ItemPanel .aMS_Quantity,
	.aMS_ItemScreen #aMI_ItemPanel.aMS_NoPhoto .aMS_Quantity{
		margin-left:calc(12% + 40px);
	}

	.aMS_ItemScreen #aMI_ItemPanel .aMS_AddQuantity,
	.aMS_ItemScreen #aMI_ItemPanel.aMS_NoPhoto .aMS_AddQuantity{
		margin-left:calc(12% + 110px);
	}

	.aMS_ItemScreen #aMI_ItemPanel .aMS_Price,
	.aMS_ItemScreen #aMI_ItemPanel.aMS_NoPhoto .aMS_Price{
		margin-left:calc(86% - 40px);
		font-size: 4vw;
	}

	.aMS_ItemScreen #aMI_ItemPanel.aMS_NoPrice .aMS_Description:after{
		font-size: 4vw;
	}

	/*****************************************************************************************************************/
	/* FormPanel & LoginPanel & AskAddressPanel & AddressLocationPanel & BookingPanel & PaymentMethods & UserDetails */
	/*****************************************************************************************************************/

	.aMS_FormPanel, 
	#aMI_LoginPanel,
	#aMI_AskAddressPanel,
	#aMI_BookingPanel,
	#aMI_QRCodeScanPanel,
	#aMI_PaymentMethodsPanel,
	.aMS_UserDetailsScreen #aMI_SaveButton{
		width:80%;
	}

	/*****************************************************************/
	/* OrderHistoryPanel */
	/*****************************************************************/

	#aMI_ScreenContent #aMI_OrderHistoryPanel .aMS_ScreenContentElement{
		height:auto;
		width:80%;
	}

	#aMI_OrderHistoryPanel .aMS_ScreenContentElement #aMI_AddButton {
		position: absolute;
		bottom: 4%;
		left: 4%;
		width: 92%;
	}
	
	#aMI_OrderHistoryPanel .aMS_ScreenContentElement #aMI_TrackButton {
	    width: 97%;
	    margin-left: 1.4%;
	}

	/*****************************************************************/
	/* VouchersPanel */
	/*****************************************************************/
	
	#aMI_VouchersPanel #aMI_ContinueButton{
		width:50%;
		height:auto;
		margin-left:25%;
		margin-right:25%;
		margin-bottom:50px;
	}
	
	.aMS_Voucher,
	#aMI_VouchersPanel
	.aMS_RedeemCode{
		width:75%;
		margin:3.75%;
		margin-top:3.2vw;
		margin-bottom:3.2vw;
		border:0.75vw solid white;
	}
	
	.aMS_Voucher:before{
		width:calc(100%  + 0.75vw);
		left:-0.75vw;
		border:0.75vw solid pink;
		border-left:none;
	}
	
	.aMS_RedeemCode .aMS_Title{
		font-size:5vw;
	}
	
	.aMS_Voucher:after{
		left:-1.5vw;
		border-left:1.25vw dotted white;
	}
	
	.aMS_Voucher .aMS_Title{
		font-size:4.5vw;
		top:0.75vw;
	    line-height:5.75vw;
	}
	
	.aMS_Voucher .aMS_ItemTitle,
	.aMS_Voucher .aMS_Photo{
		font-size:4.25vw;
	    line-height:5.75vw;
	}
	
	.aMS_ScreenContentElement.aMS_Voucher .aMS_Description{
		top:calc(40% + 1.5vw);
		line-height:3.5vw;
		font-size:3vw;
	}
	
	.aMS_Voucher .aMS_Description:first-letter{
		font-size:3.5vw;
	}
	
	.aMS_Voucher .aMS_Validity{
		font-size:2.5vw;
	}

	.aMS_ScreenContentElement.aMS_Voucher .aMS_AvailableValue,
	.aMS_ScreenContentElement.aMS_Voucher .aMS_OfferedValue{
		font-size: 3.75vw;
		bottom: 2vw;
	}

	.aMS_ScreenContentElement.aMS_Voucher .aMS_OfferedValue:before, 
	.aMS_ScreenContentElement.aMS_Voucher .aMS_OfferedValue:after{
		font-size:2.5vw
	}
	
	.aMS_Voucher .aMS_ScreenContentInnerElement:before,
	.aMS_Voucher.aMS_Partial .aMS_ScreenContentInnerElement:before{
		top:-0.75vw;
		left:-0.75vw;
		width:calc(100% + 1.5vw);
	}
	
	.aMS_Voucher:hover .aMS_ScreenContentInnerElement:before,
	.aMS_Voucher.aMS_Partial .aMS_ScreenContentInnerElement:before{
		height:calc(100% + 1.5vw);
	}
	
	.aMS_Voucher .aMS_ScreenContentInnerElement:after{
		width:3vw;
		height:5vw;
		left:-0.75vw;
		top:1.25vw;
	}
	
	.aMS_Voucher.aMS_NewVoucher .aMS_ScreenContentInnerElement:after{
		left:-1.5vw;
		top:-1.5vw;
		height:10vw;
		width:10vw;
	}
	
	.aMS_Voucher.aMS_Partial .aMS_Percentage{
	    font-size:10vw;
	}
	
	.aMS_Voucher.aMS_Partial .aMS_Title:after{
		left:1.5vw;
		width:6vw;
		height:6vw;
		border-radius:5vw;
		border:0.5vw solid black;
		font-size:4.5vw;
	}
	
	.aMS_Voucher.aMS_Partial .aMS_PromoDescription,
	.aMS_Voucher.aMS_Partial .aMS_SharedCodeTitle,
	.aMS_Voucher.aMS_Partial .aMS_SharedCode{
		font-size:3.5vw;
	}
	
	.aMS_Voucher.aMS_Partial .aMS_SharedCodeTitle{
		font-size:3vw;
		line-height:3.9vw;
	}
	
	.aMS_Voucher.aMS_Partial .aMS_SharedCode{
		font-size:4.5vw;
		line-height:6.25vw;
	}

	/*****************************************************************/
	/* Stock status
	/*****************************************************************/

	.aMS_Item.aMS_HasStock .aMS_StockMax,
	.aMS_Item.aMS_HasStock .aMS_StockAvailable,
	.aMS_ComplexItem.aMS_HasStock .aMS_StockMax,
	.aMS_ComplexItem.aMS_HasStock .aMS_StockAvailable{
		font-size: 2.4vw;
	}

	.aMS_ModifierItem.aMS_HasStock .aMS_StockMax,
	.aMS_ModifierItem.aMS_HasStock .aMS_StockAvailable{
		font-size: 2.0vw;
	}
}

/*****************************************************************/
/* Size adaptation  600px */
/*****************************************************************/

@media screen and (max-width: 600px){

	*:not(input){
	  -webkit-touch-callout: none;
		-webkit-user-select: none;
		 -khtml-user-select: none;
		   -moz-user-select: none;
			-ms-user-select: none;
				user-select: none;
	}

	#aMI_ScreenContent {
		width: 100%;
		margin-left: 0%;
	}

	#aMI_HeaderButtons{
		width:96%;
		left:2%;
	}

	.aMS_SideBar{
		display:none;
	}

	#aMI_FreeItemsContent{
		display:block;
		width:235px;
		right:-250px;
	}

	#aMI_Header #aMI_OrderButton{
		display:block;
	}

	.aMS_HasOrderItems #aMI_Header .aMS_OrderQuantity{
		display:block;
	}

	#aMI_Header #aMI_OptionsButton{
		display:block;
	}

	#aMI_TitleBar{
		width:98%;
		margin-left:1%;
		min-height: 1px;
	}

	.aMS_ScreenContentSeparator{
		width:96%;
	}

	.aMS_MenuElement:before,
	.aMS_ChooseDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement:before,
	.aMS_AddressLocationScreen #aMI_ScreenContent #aMI_DivisionsPanel .aMS_ScreenContentElement:before,
	.aMS_ChooseParentDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement:before,
	.aMS_ChoosePositionDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement:before,
	#aMI_ScreenContent #aMI_CulturesPanel .aMS_ScreenContentElement:before,
	.aMS_Voucher .aMS_ScreenContentInnerElement:before,
	.aMS_Voucher.aMS_Partial .aMS_ScreenContentInnerElement:before {
    	font-size: 7.5vw;
	}

	/*****************************************************************/
	/* WaitScreen */
	/*****************************************************************/

	.aMS_WaitScreen #aMI_WaitGraphic{
		width: 35vw;
		height:35vw;
		border-radius:17.5vw;
	}

	/*****************************************************************/
	/* MenuTree */
	/*****************************************************************/

	.aMS_Family.aMS_Family_Opened{
		width:96%;
	}

	.aMS_Item > .aMS_ScreenContentInnerElement > .aMS_Title,
	.aMS_ComplexItem .aMS_Title,
	.aMS_Family .aMS_Title,
	.aMS_Enterprise .aMS_Title,
	.aMS_Info .aMS_Title{
		font-size:5vw;
		line-height:5vw;
	}

	.aMS_Item .aMS_Subtitle,
	.aMS_ComplexItem .aMS_Subtitle{
		font-size:3vw;
	}

	.aMS_Item .aMS_Description,
	.aMS_ComplexItem .aMS_Description,
	.aMS_Family .aMS_Description,
	.aMS_Enterprise .aMS_Description,
	.aMS_Info .aMS_Description{
		font-size:3vw;
		line-height:3.5vw;
	}

	.aMS_Item .aMS_Description:first-letter,
	.aMS_ComplexItem .aMS_Description:first-letter,
	.aMS_Family .aMS_Description:first-letter,
	.aMS_Enterprise .aMS_Description:first-letter,
	.aMS_Info .aMS_Description:first-letter{
		font-size: 4.5vw;
	}

	.aMS_Item .aMS_Photo,
	.aMS_ComplexItem .aMS_Photo,
	.aMS_Family .aMS_Photo,
	.aMS_Enterprise .aMS_Photo,
	.aMS_Info .aMS_Photo{
		border-radius:0.5vw;
	}

	.aMS_Item .aMS_Price,
	.aMS_ComplexItem .aMS_Price,
	.aMS_Family .aMS_Price,
	.aMS_Enterprise .aMS_Price,
	.aMS_Info .aMS_Title:after{
		font-size:3.75vw;
	}

	.aMS_Item .aMS_Quantity,
	.aMS_ComplexItem .aMS_Quantity,
	.aMS_Enterprise .aMS_Distance,
	.aMS_Enterprise.aMS_Enterprise_PosNotOk:after,
	.aMS_Enterprise.aMS_Enterprise_PosOk:after{
		font-size:3.5vw;
	}

	.aMS_Enterprise.aMS_Enterprise_PosNotOk:after,
	.aMS_Enterprise.aMS_Enterprise_PosOk:after{
		font-size:2.75vw;
	}

	.aMS_MenuElement .aMS_InnerItemPanel{
		border: none;
	}

	#aMI_SuggestionsPanel .aMS_MenuElement:nth-child(3),
	#aMI_SuggestionsPanel .aMS_MenuElement:nth-child(4){
		display:none;
	}

	/*** ComplexWizard ***/

	#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Item,
	#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Family{
		width:calc((100vw - (100vw - 100%)) * 0.96);
	}

	#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Item > .aMS_ScreenContentInnerElement > .aMS_Title,
	#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Family .aMS_Title{
		font-size: 3.75vw;
		line-height:3.75vw;
		border-radius: 0.5vw;
	}

	#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Item .aMS_Title:before,
	#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Family .aMS_Title:before{
		border-radius: 0.5vw;
	}

	#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Item .aMS_Description,
	#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Family .aMS_Description{
		font-size: 2.25vw;
		line-height:2.75vw;
	}

	#aMI_ScreenContent #aMI_ComplexWizardPanel #aMI_MenuTree .aMS_Item .aMS_Quantity:after{
		font-size: 2.75vw;
	}

	.aMS_MenuElement.aMS_Opened:hover {
    	z-index: auto;
	}

	.aMS_MenuElement.aMS_Opened:hover .aMS_Title {
    	z-index: 1;
	}

	/*****************************************************************/
	/* ItemPanel */
	/*****************************************************************/

	.aMS_ItemScreen #aMI_ItemPanel .aMS_Photo,
	.aMS_InfoScreen #aMI_InfoPanel .aMS_Photo{
		width:96%;
		left: 2%;
	}

	.aMS_ItemScreen #aMI_ItemPanel .aMS_Description,
	.aMS_InfoScreen #aMI_InfoPanel .aMS_Description,
	.aMS_ItemScreen #aMI_ItemPanel.aMS_NoPhoto .aMS_Description,
	.aMS_InfoScreen #aMI_InfoPanel.aMS_NoPhoto .aMS_Description{
		margin-top: calc(96% + 30px);
		width: 96%;
		margin-left:2%;
	}

	.aMS_ItemScreen #aMI_ItemPanel.aMS_NoPhoto .aMS_Description,
	.aMS_InfoScreen #aMI_InfoPanel.aMS_NoPhoto .aMS_Description{
		margin-top: 0%;
	}

	.aMS_ItemScreen #aMI_ItemPanel .aMS_InnerItemPanel,
	.aMS_ItemScreen #aMI_ItemPanel .aMS_InnerComplexItemPanel,
	.aMS_ItemScreen #aMI_ItemPanel.aMS_NoPhoto .aMS_InnerItemPanel,
	.aMS_ItemScreen #aMI_ItemPanel.aMS_NoPhoto .aMS_InnerComplexItemPanel{
		width:96%;
		margin-left:2%;
	}

	.aMS_ItemScreen #aMI_ItemPanel .aMS_RemoveQuantity,
	.aMS_ItemScreen #aMI_ItemPanel.aMS_NoPhoto .aMS_RemoveQuantity{
		margin-left:4%;
	}

	.aMS_ItemScreen #aMI_ItemPanel .aMS_Quantity,
	.aMS_ItemScreen #aMI_ItemPanel.aMS_NoPhoto .aMS_Quantity{
		margin-left:calc(4% + 40px);
	}

	.aMS_ItemScreen #aMI_ItemPanel .aMS_AddQuantity,
	.aMS_ItemScreen #aMI_ItemPanel.aMS_NoPhoto .aMS_AddQuantity{
		margin-left:calc(4% + 110px);
	}

	.aMS_ItemScreen #aMI_ItemPanel .aMS_Price,
	.aMS_ItemScreen #aMI_ItemPanel.aMS_NoPhoto .aMS_Price{
		width: calc(50px + 3.2vw);
    	height: calc(50px + 3.2vw);
		margin-left:calc(94.5% - 50px);
		margin-top:calc(-3.3vw - 50px);
		font-size: 5.5vw;
	}

	.aMS_ItemScreen #aMI_ItemPanel.aMS_NoPrice .aMS_Description:after{
		font-size: 5vw;
	}

	/*****************************************************************/
	/* Header */
	/*****************************************************************/

	#aMI_HeaderMenuContent{
		width:96%;
		margin-left:2%;
		margin-right:2%;
	}

	/*****************************************************************************************************************/
	/* FormPanel & LoginPanel & AskAddressPanel & AddressLocationPanel & BookingPanel & PaymentMethods & UserDetails */
	/*****************************************************************************************************************/

	.aMS_FormPanel, 
	#aMI_LoginPanel,
	#aMI_AskAddressPanel,
	#aMI_BookingPanel,
	#aMI_QRCodeScanPanel,
	#aMI_PaymentMethodsPanel,
	.aMS_UserDetailsScreen #aMI_SaveButton{
		width:96%;
	}

	/*****************************************************************/
	/* OrderHistoryPanel */
	/*****************************************************************/

	#aMI_ScreenContent #aMI_OrderHistoryPanel .aMS_ScreenContentElement{
		height:auto;
		width:96%;
	}

	#aMI_OrderHistoryPanel .aMS_ScreenContentElement #aMI_AddButton {
		position: absolute;
		bottom: 3%;
		left: 2%;
		width: 96%;
	}
	
	#aMI_OrderHistoryPanel .aMS_ScreenContentElement #aMI_TrackButton {
	    width: 99.5%;
	    margin-left: 0.2%;
	}

	/*****************************************************************/
	/* VouchersPanel */
	/*****************************************************************/
	
	#aMI_VouchersPanel #aMI_ContinueButton{
		width:96%;
		height:auto;
		margin-left:2%;
		margin-right:2%;
		margin-bottom:50px;
	}
	
	.aMS_Voucher,
	#aMI_VouchersPanel
	.aMS_RedeemCode{
		width:90%;
		margin:4.5%;
		margin-top:4.5vw;
		margin-bottom:4.5vw;
		border:1.125vw solid white;
	}
	
	.aMS_Voucher:before{
		width:calc(100%  + 1.125vw);
		left:-1.125vw;
		border:1.125vw solid pink;
		border-left:none;
	}
	
	.aMS_RedeemCode .aMS_Title{
		font-size:7.5vw;
	}
	
	.aMS_Voucher:after{
		left:-2.25vw;
		border-left:1.875vw dotted white;
	}
	
	.aMS_Voucher .aMS_Title{
		font-size:6.75vw;
		top:1.125vw;
	    line-height:8.625vw;
	}
	
	.aMS_Voucher .aMS_ItemTitle,
	.aMS_Voucher .aMS_Photo{
		font-size:6.375vw;
	    line-height:8.625vw;
	}
	
	.aMS_ScreenContentElement.aMS_Voucher .aMS_Description{
		top:calc(40% + 2.25vw);
		line-height:5.25vw;
		font-size:4.5vw;
	}
	
	.aMS_Voucher .aMS_Description:first-letter{
		font-size:5.25vw;
	}
	
	.aMS_Voucher .aMS_Validity{
		font-size:3.75vw;
	}

	.aMS_ScreenContentElement.aMS_Voucher .aMS_AvailableValue,
	.aMS_ScreenContentElement.aMS_Voucher .aMS_OfferedValue{
		font-size: 5.625vw;
		bottom: 3vw;
	}

	.aMS_ScreenContentElement.aMS_Voucher .aMS_OfferedValue:before, 
	.aMS_ScreenContentElement.aMS_Voucher .aMS_OfferedValue:after{
		font-size:3.75vw
	}
	
	.aMS_Voucher .aMS_ScreenContentInnerElement:before,
	.aMS_Voucher.aMS_Partial .aMS_ScreenContentInnerElement:before{
		top:-1.125vw;
		left:-1.125vw;
		width:calc(100% + 2.25vw);
	}
	
	.aMS_Voucher:hover .aMS_ScreenContentInnerElement:before{
		height:0;
	}

	.aMS_Voucher:active .aMS_ScreenContentInnerElement:before,
	.aMS_Voucher.aMS_Partial .aMS_ScreenContentInnerElement:before{
		height:calc(100% + 2.25vw);
	}
	
	.aMS_Voucher .aMS_ScreenContentInnerElement:after{
		width:4.5vw;
		height:7.5vw;
		left:-1.125vw;
		top:1.875vw;
	}
	
	.aMS_Voucher.aMS_NewVoucher .aMS_ScreenContentInnerElement:after{
		left:-2.25vw;
		top:-2.25vw;
		height:15vw;
		width:15vw;
	}
	
	.aMS_Voucher.aMS_Partial .aMS_Percentage{
	    font-size:15vw;
	}
	
	.aMS_Voucher.aMS_Partial .aMS_Title:after{
		left:2.25vw;
		width:9vw;
		height:9vw;
		border-radius:7.5vw;
		border:0.75vw solid black;
		font-size:6.75vw;
	}
	
	.aMS_Voucher.aMS_Partial .aMS_PromoDescription,
	.aMS_Voucher.aMS_Partial .aMS_SharedCodeTitle,
	.aMS_Voucher.aMS_Partial .aMS_SharedCode{
		font-size:5.25vw;
	}
	
	.aMS_Voucher.aMS_Partial .aMS_SharedCodeTitle{
		font-size:4.5vw;
		line-height:9.75vw;
	}
	
	.aMS_Voucher.aMS_Partial .aMS_SharedCode{
		font-size:6.75vw;
		line-height:9.375vw;
	}
	
	/*****************************************************************/
	/* MenuSearch */
	/*****************************************************************/
	
	#aMI_MenuPanel .aMS_SearchBox{
		width:46%;
		top: auto;
		left: auto;
		right: auto;
		position: relative;
		z-index:0;
		margin-right: 50%;
		margin-bottom: 1.6vw;
	}
	
	#aMI_MenuSearchPanel .aMS_SearchBox{
		-webkit-animation-name: none;
				animation-name: none;
		
		width:50%;
		right:25%;
		top:0px;
		z-index:auto;
	}

	.aMS_HasHeaderMenu #aMI_MenuSearchPanel .aMS_SearchBox{
		-webkit-animation-name: none;
		      	animation-name: none;
	}

	/*****************************************************************/
	/* Stock status
	/*****************************************************************/

	.aMS_Item.aMS_HasStock .aMS_StockMax,
	.aMS_Item.aMS_HasStock .aMS_StockAvailable,
	.aMS_ComplexItem.aMS_HasStock .aMS_StockMax,
	.aMS_ComplexItem.aMS_HasStock .aMS_StockAvailable{
		font-size: 3vw;
	}

	.aMS_ModifierItem.aMS_HasStock .aMS_StockMax,
	.aMS_ModifierItem.aMS_HasStock .aMS_StockAvailable{
		font-size: 2.6vw;
	}

}

/*****************************************************************/
/* Translation */
/*****************************************************************/

/* Default */

#aMI_ScreenContent #aMI_CulturesPanel .aMS_ScreenContentElement:before,
.aMS_MenuElement.aMS_Item.aMS_Unchecked:before{
	content:'SELECT';
}

.aMS_ChooseDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement:before,
.aMS_AddressLocationScreen #aMI_ScreenContent #aMI_DivisionsPanel .aMS_ScreenContentElement:before,
.aMS_ChooseParentDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement:before,
.aMS_ChoosePositionDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement:before,
.aMS_MenuElement.aMS_Family:before,
.aMS_MenuElement.aMS_Enterprise:before{
	content:'ENTER';
}

.aMS_MenuElement.aMS_Item:before,
.aMS_MenuElement.aMS_ComplexItem:before{
	content:'ADD';
}

.aMS_MenuElement.aMS_Info:before{
	content:'VIEW';
}

.aMS_MenuElement.aMS_Opened .aMS_ScreenContentInnerElement > .aMS_Title:after{
	content:'PLEASE, SELECT AN OPTION BELOW';
	color: #666;
}

.aMS_MenuElement.aMS_Item.aMS_Checked:before{
	content:'DESELECT';
}

.aMS_ItemScreen #aMI_ItemPanel.aMS_NoPrice .aMS_Description:after,
#aMI_OrderListPanel .aMS_OrderItem.aMS_NoPrice .aMS_Title:after,
#aMI_OrderListPanel .aMS_OrderComplexItem.aMS_NoPrice .aMS_Title:after{
	content:'FREE';
}

.aMS_Voucher:not(.aMS_Partial) .aMS_ScreenContentInnerElement:before{
	content:'USE';
}

.aMS_ScreenContentElement.aMS_Voucher .aMS_OfferedValue:before{
	content:'of';
}

.aMS_ScreenContentElement.aMS_Voucher .aMS_OfferedValue:after{
	content:'available';
}

.aMS_HasStock .aMS_StockAvailable:before{
	content:'Stock:';
}

.aMS_MenuElement.aMS_HasStock.aMS_Stock_SoldOut:before,
.aMS_ModifierItem.aMS_HasStock.aMS_Stock_SoldOut:before{
	content:'SOLD OUT';
}

/* pt */ 

.aMS_SiteLocale_pt #aMI_ScreenContent #aMI_CulturesPanel .aMS_ScreenContentElement:before,
.aMS_SiteLocale_pt .aMS_MenuElement.aMS_Item.aMS_Unchecked:before{
	content:'SELECIONAR';
}

.aMS_SiteLocale_pt.aMS_ChooseDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement:before,
.aMS_SiteLocale_pt.aMS_AddressLocationScreen #aMI_ScreenContent #aMI_DivisionsPanel .aMS_ScreenContentElement:before,
.aMS_SiteLocale_pt.aMS_ChooseParentDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement:before,
.aMS_SiteLocale_pt.aMS_ChoosePositionDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement:before,
.aMS_SiteLocale_pt .aMS_MenuElement.aMS_Family:before,
.aMS_SiteLocale_pt .aMS_MenuElement.aMS_Enterprise:before{
	content:'ENTRAR';
}

.aMS_SiteLocale_pt .aMS_MenuElement.aMS_Item:before,
.aMS_SiteLocale_pt .aMS_MenuElement.aMS_ComplexItem:before{
	content:'ADICIONAR';
}

.aMS_SiteLocale_pt .aMS_MenuElement.aMS_Info:before{
	content:'VER';
}

.aMS_SiteLocale_pt .aMS_MenuElement.aMS_Opened .aMS_ScreenContentInnerElement > .aMS_Title:after{
	content:'POR FAVOR, SELECIONE UMA OP\00C7\00C3O ABAIXO';
}

.aMS_SiteLocale_pt .aMS_MenuElement.aMS_Item.aMS_Checked:before{
	content:'REMOVER';
}

.aMS_SiteLocale_pt.aMS_ItemScreen #aMI_ItemPanel.aMS_NoPrice .aMS_Description:after,
.aMS_SiteLocale_pt #aMI_OrderListPanel .aMS_OrderItem.aMS_NoPrice .aMS_Title:after,
.aMS_SiteLocale_pt #aMI_OrderListPanel .aMS_OrderComplexItem.aMS_NoPrice .aMS_Title:after{
	content:'GR\00C1TIS';
}

.aMS_SiteLocale_pt .aMS_Voucher:not(.aMS_Partial) .aMS_ScreenContentInnerElement:before{
	content:'USAR';
}

.aMS_SiteLocale_pt .aMS_ScreenContentElement.aMS_Voucher .aMS_OfferedValue:before{
	content:'de';
}

.aMS_SiteLocale_pt .aMS_ScreenContentElement.aMS_Voucher .aMS_OfferedValue:after{
	content:'dispon\00EDvel';
}

.aMS_SiteLocale_pt .aMS_HasStock .aMS_StockAvailable:before{
	content:'Stock:';
}

.aMS_SiteLocale_pt .aMS_MenuElement.aMS_HasStock.aMS_Stock_SoldOut:before,
.aMS_SiteLocale_pt .aMS_ModifierItem.aMS_HasStock.aMS_Stock_SoldOut:before{
	content:'ESGOTADO';
}

/* es */ 

.aMS_SiteLocale_es #aMI_ScreenContent #aMI_CulturesPanel .aMS_ScreenContentElement:before,
.aMS_SiteLocale_es .aMS_MenuElement.aMS_Item.aMS_Unchecked:before{
	content:'SELECCIONAR';
}

.aMS_SiteLocale_es.aMS_ChooseDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement:before,
.aMS_SiteLocale_es.aMS_AddressLocationScreen #aMI_ScreenContent #aMI_DivisionsPanel .aMS_ScreenContentElement:before,
.aMS_SiteLocale_es.aMS_ChooseParentDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement:before,
.aMS_SiteLocale_es.aMS_ChoosePositionDivisionScreen #aMI_ScreenContent .aMS_ScreenContentElement:before,
.aMS_SiteLocale_es .aMS_MenuElement.aMS_Family:before,
.aMS_SiteLocale_es .aMS_MenuElement.aMS_Enterprise:before{
	content:'ENTRAR';
}

.aMS_SiteLocale_es .aMS_MenuElement.aMS_Item:before,
.aMS_SiteLocale_es .aMS_MenuElement.aMS_ComplexItem:before{
	content:'ADICIONAR';
}

.aMS_SiteLocale_es .aMS_MenuElement.aMS_Info:before{
	content:'VER';
}

.aMS_SiteLocale_es .aMS_MenuElement.aMS_Opened .aMS_ScreenContentInnerElement > .aMS_Title:after{
	content:'POR FAVOR, SELECCIONE UNA OPCI\00D3N ABAJO';
}

.aMS_SiteLocale_es .aMS_MenuElement.aMS_Item.aMS_Checked:before{
	content:'REMOVER';
}

.aMS_SiteLocale_es.aMS_ItemScreen #aMI_ItemPanel.aMS_NoPrice .aMS_Description:after,
.aMS_SiteLocale_es #aMI_OrderListPanel .aMS_OrderItem.aMS_NoPrice .aMS_Title:after,
.aMS_SiteLocale_es #aMI_OrderListPanel .aMS_OrderComplexItem.aMS_NoPrice .aMS_Title:after{
	content:'GRATIS';
}

.aMS_SiteLocale_es .aMS_Voucher:not(.aMS_Partial) .aMS_ScreenContentInnerElement:before{
	content:'USAR';
}

.aMS_SiteLocale_es .aMS_ScreenContentElement.aMS_Voucher .aMS_OfferedValue:before{
	content:'de';
}

.aMS_SiteLocale_es .aMS_ScreenContentElement.aMS_Voucher .aMS_OfferedValue:after{
	content:'disponible';
}

.aMS_SiteLocale_es .aMS_HasStock .aMS_StockAvailable:before{
	content:'Stock:';
}

.aMS_SiteLocale_es .aMS_SiteLocale_pt .aMS_MenuElement.aMS_HasStock.aMS_Stock_SoldOut:before,
.aMS_SiteLocale_es .aMS_ModifierItem.aMS_HasStock.aMS_Stock_SoldOut:before{
	content:'AGOTADO';
}
/*
 * BingoMeNow App: Refactored Stylesheet v8.4
 * Description: Corrected and Fully Consolidated version with all screens and fixes. What is new: Hugo, minor fixes to order button client and reserved seats.
*/


/* ==========================================================================
   1. Globals, Variables & Font Imports
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');


:root {
  /* Colors */
  --color-primary: rgba(246, 175, 30, 1);
  --color-primary-contrast: rgba(255, 255, 255, 1);
  --color-text-default: rgba(9, 23, 71, 1);
  --color-surface-default: rgba(255, 255, 255, 1);
  --color-background-default: rgba(255, 255, 255, 0);
  --color-destructive-default: rgba(255, 0, 0, 1);
  --color-success-default: rgba(23, 219, 78, 1);
  --color-alert-default: rgba(250, 228, 0, 1);
  --color-danger-default: rgba(176, 32, 12, 1);
  --color-accent: rgb(228, 58, 49); /* For Footer/Buttons */
  --color-dark-muted: rgb(47, 41, 47); /* For Sidebars */
  --color-grey-dark: #555;
  --color-grapefruit: #dd6bff;
  --color-grapefruit-darker: #601c91;

  /* Typography */
  --font-default: "Poppins", sans-serif;
  --font-size-base: 1rem; /* 16px */
  --border-radius-global: 5px;

  /* Layout */
  --header-height: 60px;
  --footer-height: 4rem;
  --content-padding: 1rem;
}

/* Base & Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

body {
  font-family: var(--font-default);
  background-color: rgb(255, 255, 255);
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  background-color: rgb(255, 255, 255);
  z-index: -1;
}

/* ==========================================================================
   2. Main Layout Containers
   ========================================================================== */

#aMI_Header {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  background-color: var(--color-alert-default);
  z-index: 2000;
}

#aMI_ScreenContent {
  width: 98%;
  margin: 0 1%;
  padding-bottom: calc(var(--footer-height) + 1rem);
  position: relative;
}

@media (min-width: 800px) {
  #aMI_ScreenContent {
    width: 50%;
    margin: 0 25%;
    padding-bottom: 2rem;
  }
}

/* ==========================================================================
   3. Header & Header Buttons (General)
   ========================================================================== */

#aMI_Header #aMI_Logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 85%;
  width: auto;
}
#aMI_Header #aMI_HeaderButtons {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}
#aMI_Header #aMI_BackButton,
#aMI_Header #aMI_NextButton,
#aMI_Header #aMI_OrderButton,
#aMI_Header #aMI_OptionsButton {
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  color: transparent;
  font-size: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  overflow: hidden;
}
#aMI_Header #aMI_BackButton {
  background-image: url(https://storage.googleapis.com/enterprise_resources/AirMenuImageDatabase_1679395243817);
}
#aMI_Header #aMI_OrderButton {
  background-image: url(https://lh3.googleusercontent.com/F2j4HW09JTVxXzqPogSqyvHyvx8C0XFNfhL8I5bVNDv2PKJ61NL6auPSqs4ET3Mk3nDq595a7re39FwD7nAJiu8N-HQqwl5A0g=s2000);
}
#aMI_Header #aMI_OptionsButton {
  background-image: url(https://storage.googleapis.com/enterprise_resources/AirMenuImageDatabase_1676385214721);
}
#aMI_Header #aMI_NextButton {
  background-image: url(https://storage.googleapis.com/enterprise_resources/AirMenuImageDatabase_1675865918799);
}
#aMI_OrderButton::after{
	content: var(--cart-before-content);
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	width: 1rem;
	height: 1rem;
	font-size: 12px;
	color: var(--color-primary-contrast);
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-accent);
	border-radius: 50%;
	font-weight: bold;
}

/* ==========================================================================
   4. Global Components & Overrides
   ========================================================================== */
.aMS_Image.aMS_Preview
{
	width:100%;
}

.aMS_Label.aMS_OrderQuantity {
    display: none !important;
}

.aMS_Check {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    border: 2px solid #ccc;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.aMS_Check.aMS_Checked {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}

/* ==========================================================================
   STYLES FOR WAIT/LOAD SCREEN -- KEY CLASS: .aMS_WaitScreen
   ========================================================================== */

.aMS_WaitScreen #aMI_Header,
.aMS_WaitScreen #aMI_TitleBar {
    display: none !important;
}
.aMS_WaitScreen #aMI_MainPanel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 1rem;
    background: radial-gradient(circle, var(--color-grapefruit), var(--color-grapefruit-darker));
}
.aMS_WaitScreen #aMI_ScreenContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.aMS_WaitScreen #aMI_WaitGraphic {
    width: 60px;
    height: 60px;
    border: 5px solid rgba(255, 255, 255, 0.25);
    border-top-color: var(--color-primary-contrast);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.aMS_WaitScreen #aMI_ScreenContent::after {
    content: 'Loading...';
    margin-top: 1.5rem;
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--color-primary-contrast);
}


/* ==========================================================================
   STYLES FOR FIRST SCREEN (SESSION LIST) -- KEY CLASS: .aMS_MenuLevel_root
   ========================================================================== */

.aMS_MenuLevel_root .aMS_EnterpriseFilterBox {
	width: 90%; margin: 16px auto auto; position: relative; display: block;
}
.aMS_MenuLevel_root .aMS_EnterpriseFilterBox input {
	width: 100%; height: 40px; border-radius: 15px; border: none; padding: 15px 5% 15px calc(5% + 15px);
	box-sizing: border-box; background: url("https://fonts.gstatic.com/s/i/materialicons/search/v6/24px.svg") no-repeat 10px; background-color: #f3f3f3;
}

/* --- Search Bar Introductory Text (CSS-only) --- */
.aMS_MenuLevel_root .aMS_EnterpriseFilterBox::before {
    content: "Quickly locate your favorite bingo event. Start typing the name of the hall (e.g., \"St. Mary's\") or the game type (e.g., \"Friday Night Special\") to filter the list.";
    display: block; /* Makes it take up its own line */
    text-align: center;
    padding: 0 1.5rem;
    margin-bottom: 1.5rem; /* Space between the text and the search bar */
    font-size: 0.95rem;
    color: var(--color-grey-dark);
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* --- Repositioned & Restyled Filter Buttons --- */
.aMS_MenuLevel_root .aMS_EnterpriseSortOrder {
	display: flex;
	flex-direction: row; /* Stack buttons vertically */
	align-items: flex-start;   /* Align the stack to the right */
	gap: 0.5rem;             /* Add space between the buttons */
	width: 100%;             /* Allow the container to shrink to its content */
	order: -1;
    margin: 1rem;
    position: relative;
    right: 0;
}

/* Base style for each button */
.aMS_MenuLevel_root .aMS_EnterpriseSortOrder div {
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: #e0e0e0;
	color: #333;
	padding: 0.5rem 1rem;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.3s ease;
    width: 100%; /* Let content determine width */
    height: auto;
	height:32px;
}

/* Hover state */
.aMS_MenuLevel_root .aMS_EnterpriseSortOrder div:not(.aMS_Selected):hover {
    background-color: #ccc;
}

/* Active (selected) state */
.aMS_MenuLevel_root .aMS_EnterpriseSortOrder div.aMS_Selected {
	background: radial-gradient(circle at top left, var(--color-grapefruit), var(--color-grapefruit-darker));
	color: var(--color-primary-contrast);
	animation: bounce 0.3s ease-out 1;
}

/* --- Text Labels (using ::before) --- */
.aMS_MenuLevel_root .aMS_EnterpriseSortOrder div::before {
    font-family: var(--font-default); /* Use the main font */
    font-size: 0.8rem;
    font-weight: 600;
    margin-right: 8px;
    letter-spacing: 0.5px;
}

.aMS_MenuLevel_root .aMS_EnterpriseSortOrder div:first-child::before {
	content: 'Sort by date';
	width:100%;
}

.aMS_MenuLevel_root .aMS_EnterpriseSortOrder div:last-child::before {
	content: 'Sort by distance';
	width:100%;
}

/* --- Icons (using ::after) --- */
.aMS_MenuLevel_root .aMS_EnterpriseSortOrder div::after {
    font-family: "Material Icons";
    font-size: 20px;
}
.aMS_MenuLevel_root .aMS_EnterpriseSortOrder div:first-child::after {
	content:'schedule';
	font-family:"Material Symbols Outlined"; /* Keep consistent icon family */
}

.aMS_MenuLevel_root .aMS_EnterpriseSortOrder div:last-child::after {
	content:'pin_drop';
}

/* --- Remove middle button --- */
.aMS_MenuLevel_root .aMS_EnterpriseSortOrder div:nth-child(2) {
    display: none !important; /* Continue hiding the middle button */
}

.aMS_MenuLevel_root.aMS_MenuScreen #aMI_ScreenContent .aMS_ScreenInnerContent {
    display: flex; flex-wrap: wrap; gap: 0.4rem; padding: 0.2rem; border-radius: 8px; width: 100%;
    background: linear-gradient(to bottom, var(--color-primary), var(--color-alert-default));
}
.aMS_MenuLevel_root .aMS_Enterprise,
.aMS_MenuLevel_root .aMS_Family {
    background-color: #ffffff; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    overflow: hidden; flex-basis: 100%; min-width: 280px;
}
.aMS_MenuLevel_root .aMS_ScreenContentInnerElement {
    display: grid !important; grid-template-columns: 110px 1fr; grid-template-rows: auto auto 1fr;
    grid-template-areas: "logo title" "logo description" "logo distance";
    padding: 1rem; align-items: center;
}
.aMS_MenuLevel_root .aMS_MenuElement.aMS_HasPhoto .aMS_Photo { grid-area: logo; width: 90px; height: 90px; object-fit: contain; background-image: none !important; }
.aMS_MenuLevel_root .aMS_Title { grid-area: title; font-size: 16px; font-weight: 600; align-self: end; }
.aMS_MenuLevel_root .aMS_Description { 
	grid-area: description; 
	font-size: 0.85rem; 
	color: #555; 
	align-self: start; 
	display: flex; 
	flex-direction:column; 
}
.aMS_MenuLevel_root .aMS_Label.aMS_Description span:nth-child(1){ background-color:var(--color-primary); width:fit-content; padding:0.025rem 0.5rem; border-radius:3px; color: var(--color-primary-contrast); }
.aMS_MenuLevel_root .aMS_Label.aMS_Description span.aMS_SalesClosedText {
	background-color:var(--color-destructive-default);
	padding:8px;
	text-align:center;
}

.aMS_MenuLevel_root .aMS_Label.aMS_Description span:nth-child(2){display:flex;margin-top: 8px;flex-direction: column;}
.aMS_MenuLevel_root .aMS_Label.aMS_Description span:nth-child(2):before{ content:'schedule'; font-family: "Material Icons"; margin-right:4px; align-self: flex-start; top: 3px; position: relative; }
.aMS_MenuLevel_root .aMS_Label.aMS_Description span:nth-child(3){ display:none; }
.aMS_MenuLevel_root .aMS_EventDistance { grid-area: distance; font-size: 0.7rem; color: #777; align-self: end; justify-self: end; width:auto; display:flex; margin-top:16px;}
.aMS_MenuLevel_root .aMS_EventDistance:after{ content:'away from current location'; margin-left:4px; }
.aMS_MenuLevel_root .aMS_Plu,
.aMS_MenuLevel_root .aMS_Label.aMS_Distance { display: none; }

.aMS_MenuLevel_root #aMI_Header #aMI_OrderButton,
.aMS_MenuLevel_root .aMS_EnterpriseFilterContainer,
.aMS_MenuLevel_root #aMI_MenuTree #aMI_DivisionsPanel,
.aMS_MenuLevel_root #aMI_MenuTree .aMS_Family_NEXT_EVENTS,
.aMS_MenuLevel_0 #aMI_OrderListContent.aMS_SideBar,
.aMS_MenuLevel_root #aMI_OrderListContent.aMS_SideBar,
.aMS_MenuLevel_0 #aMI_OptionsContent,
.aMS_MenuLevel_root #aMI_OptionsContent {
	display:none !important;
}

.aMS_MenuLevel_root.aMS_MenuScreen .aMS_ScreenInnerContent.aMS_Family_Container_Opened:not(:has(.aMS_Enterprise, .aMS_Family)) {
    position: relative; min-height: 200px; display: flex; flex-direction: column;
    justify-content: center; align-items: center; background-color: rgba(255, 255, 255, 0.7);
    border-radius: 8px; padding: 2rem;
}
.aMS_MenuLevel_root.aMS_MenuScreen .aMS_ScreenInnerContent.aMS_Family_Container_Opened:not(:has(.aMS_Enterprise, .aMS_Family))::before {
    content: 'event_busy'; font-family: 'Material Icons'; font-size: 48px; color: var(--color-grapefruit-darker); margin-bottom: 1rem;
}
.aMS_MenuLevel_root.aMS_MenuScreen .aMS_ScreenInnerContent.aMS_Family_Container_Opened:not(:has(.aMS_Enterprise, .aMS_Family))::after {
    content: "No upcoming games found. Please check back later!"; color: var(--color-text-default);
    font-size: 1.1rem; font-weight: 500; text-align: center;
}


/* ==========================================================================
   STYLES FOR SECOND SCREEN (SEAT MAP) -- KEY CLASS: .aMS_MenuLevel_2
   ========================================================================== */

.aMS_BuyInFamily::after {
  content: "You must have at least one item of this category to proceed.";              /* The information icon (letter 'i') */

  
  /* Styling the box */
  background-color: red;
  color: white;
  margin:0px 16px;
  padding: 8px;
  border-radius: 3px;        /* Slight rounded corners for a "box" look. Use 50% for a circle */
  font-size: 12px;
  font-weight: bold;
  font-family: sans-serif;
  font-style: italic;        /* Often used for 'i' icons */
  
  /* Centering the 'i' inside the red box */
  display: flex;
  align-items: center;
  justify-content: center;
  
  /* Optional: Add a small shadow for depth */
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  cursor: help;              /* Shows a question mark cursor on hover */
}

.aMS_MenuLevel_2 .aMS_EnterpriseFilterBox,
.aMS_MenuLevel_2 .aMS_EnterpriseFilterContainer,
.aMS_MenuLevel_2 #aMI_TitleBar,
.aMS_MenuLevel_2 .aMS_CustomClass_Info-PLU-Event { display: none !important; }
.aMS_MenuLevel_2 #aMI_ScreenContent { width: 100%; margin: 0; }
.aMS_MenuLevel_2 #aMI_BingoHallBannerImage { height: 200px; background-size: contain; background-position: center; margin-bottom: 1rem; background-repeat: no-repeat; }
.aMS_MenuLevel_2 #aMI_EventName { text-align: center; padding: 0 1rem; margin-bottom: 1rem; }
.aMS_MenuLevel_2 #aMI_EventName div:nth-child(1) { font-size: 1.5rem; font-weight: 600; }
.aMS_MenuLevel_2 #aMI_EventName div:nth-child(2) { font-size: 1.1rem; color: #444; }
.aMS_MenuLevel_2 #aMI_EventName div:nth-child(3) { font-size: 0.9rem; color: #777; display: flex; align-items: center; justify-content: center; gap: 0.25rem; }
.aMS_MenuLevel_2 #aMI_EventName div:nth-child(3)::before { content: 'schedule'; font-family: "Material Icons"; }
.aMS_MenuLevel_2 #aMI_SeatName { text-align: center; font-weight: 600; padding: 0.5rem; margin: 0 1rem 1rem 1rem; border-radius: var(--border-radius-global); }
.aMS_MenuLevel_2 #aMI_SeatName.aMS_InvalidSeat { color: var(--color-danger-default); background-color: rgba(176, 32, 12, 0.1); }

.aMS_MenuLevel_2 #aMI_PositionDivisionScrollPanel { height: 300px; overflow: auto; border: 1px solid #ddd; border-radius: 8px; margin: 0 1rem; background-color: #f9f9f9; position: relative; }
.aMS_MenuLevel_2 #aMI_PositionDivisionPanel > .aMS_ScreenInnerContent { /* margin: -20px -90px !important; */ position: absolute; inset: 0; }
.aMS_MenuLevel_2 .aMS_PlacesDivision { position: relative; display: flex; align-items: center; justify-content: center; background-color: var(--color-success-default); border-radius: 50%; cursor: pointer; border: 2px solid white; box-shadow: 0 1px 3px rgba(0,0,0,0.3); transition: transform 0.2s ease; }
.aMS_MenuLevel_2 .aMS_PlacesDivision:hover { transform: scale(1.5); z-index: 10; }
.aMS_MenuLevel_2 .aMS_PlacesDivision.aMS_ClientDivision { background-color: var(--color-accent); /*pointer-events: none;*/ }
.aMS_MenuLevel_2 .aMS_PlacesDivision.aMS_ClientDivision::after { content: "?"; color: white; display: flex; align-items: center; justify-content: center; height: 100%; font-weight: bold; }
.aMS_MenuLevel_2 .aMS_PlacesDivision.aMS_DisabledElement { background-color: #aaa; cursor: not-allowed; pointer-events: none; }
.aMS_MenuLevel_2 .aMS_PlacesDivision.aMS_DisabledElement::after { content: "?"; color: white; display: flex; align-items: center; justify-content: center; height: 100%; }
.aMS_MenuLevel_2 .aMS_PlacesDivision.aMS_Selected { pointer-events: none; animation: selectedSeatAnimation 1.5s ease-in-out infinite; }
.aMS_MenuLevel_2 .aMS_PlacesDivision::after { display:none; }

.aMS_MenuLevel_2 .aMS_PlacesDivision.aMS_ClientDivision::after,
.aMS_MenuLevel_2 .aMS_PlacesDivision.aMS_DisabledElement::after { content: ''; }

.aMS_MenuLevel_2 .aMS_BuyInFamily > .aMS_ScreenContentInnerElement > .aMS_Title,
.aMS_MenuLevel_2 #aMI_ScreenContent .aMS_Family.aMS_Family_Opened > .aMS_ScreenContentInnerElement > .aMS_Title {
    width: 100%; text-align: center; font-size: 1.2rem; font-weight: 600; padding: 0.5rem 1rem; margin: 24px 0 0 0; background-color: #f0f0f0; border-radius: 6px;
    color: #000 !important; text-decoration: none !important;
}
.aMS_MenuLevel_2 .aMS_Family_Container_Opened { margin: 1.5rem 1rem; display: flex; flex-direction: column; gap: 1rem; }
.aMS_MenuLevel_2 #aMI_ScreenContent .aMS_Family.aMS_Family_Opened > .aMS_ScreenContentInnerElement > .aMS_Label.aMS_Plu {display:none;!important}
.aMS_MenuScreen .aMS_Item { background-color: var(--color-surface-default); border-radius: var(--border-radius-global); box-shadow: 0 2px 8px rgba(0,0,0,0.1); overflow: hidden; width: 100%; max-width: 800px; }
.aMS_MenuScreen .aMS_Item.aMS_NoPhoto.aMS_NoDescription .aMS_ScreenContentInnerElement { display: grid; grid-template-columns: 50% auto auto auto; grid-template-rows: auto 55px; gap: 16px 0px; grid-template-areas: "name name name name" "price remove quantity add"; align-items: center; justify-items: center; }
.aMS_MenuScreen .aMS_Item.aMS_NoPhoto.aMS_HasDescription .aMS_ScreenContentInnerElement { display: grid; grid-template-columns: 50% auto auto auto auto; grid-template-rows: auto auto 55px; gap: 8px 0px; grid-template-areas: "name name name name name" "description description description description description" "price price remove quantity add"; align-items: center; justify-items: center; }
.aMS_MenuScreen .aMS_Item.aMS_HasPhoto.aMS_NoDescription .aMS_ScreenContentInnerElement { display: grid; grid-template-columns: 50% auto auto auto; grid-template-rows: auto 55px; gap: 8px 0px; grid-template-areas: "name name photo photo" "price remove quantity add"; align-items: center; justify-items: center; }
.aMS_MenuScreen .aMS_Item.aMS_HasPhoto.aMS_HasDescription .aMS_ScreenContentInnerElement { display: grid; grid-template-columns: 50% 55px auto 55px; grid-template-rows: auto auto 55px; gap: 8px 0px; grid-template-areas: "name name photo photo" "description description photo photo" "price remove quantity add"; align-items: center; justify-items: center; padding: 1rem; }
.aMS_Item .aMS_ScreenContentInnerElement .aMS_Price { grid-area: price; font-size: 1.1em; font-weight: 700; background-color: var(--color-alert-default); color: var(--color-dark-muted); width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; border-radius:8px; }
.aMS_Item .aMS_ScreenContentInnerElement .aMS_Photo { grid-area: photo; width: 100px; height: 100px; object-fit: contain; padding: 10px; border-radius:16px; }
.aMS_Item .aMS_ScreenContentInnerElement .aMS_Title { grid-area: name; justify-self: start; padding: 0 10px; font-weight: 600; font-size: 1.1rem; align-self: self-start; }
.aMS_Item .aMS_ScreenContentInnerElement .aMS_Description { grid-area: description; font-size: 0.85rem; color: var(--color-grey-dark); width: 100%; padding: 10px; text-align: left; }
.aMS_Item .aMS_ScreenContentInnerElement .aMS_Quantity { display:flex !important; grid-area: quantity; font-size: 1.2rem; font-weight: 700; }
.aMS_Item .aMS_AddQuantity,
.aMS_Item .aMS_RemoveQuantity {
    grid-area: var(--grid-area); display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; border: none;
    color: white; font-size: 2.2rem; font-weight: 400; box-shadow: 0 2px 5px rgba(0,0,0,0.2); cursor: pointer; transition: transform 0.1s ease;
    padding: 0 0 3px 0; margin: 0; background: radial-gradient(circle at top left, var(--color-grapefruit), var(--color-grapefruit-darker));
}
.aMS_Item .aMS_AddQuantity:active,
.aMS_Item .aMS_RemoveQuantity:active { transform: scale(0.95); }
.aMS_Item .aMS_AddQuantity { --grid-area: add; justify-self: start; }
.aMS_Item .aMS_RemoveQuantity { --grid-area: remove; justify-self: end; }
.aMS_Item .aMS_Button.aMS_DisabledElement { opacity: 0.5; cursor: not-allowed; }
.aMS_Item.aMS_NoPhoto .aMS_Photo,
.aMS_Item.aMS_NoDescription .aMS_Description,
.aMS_Item.aMS_NoPrice .aMS_Price,
.aMS_Item .aMS_Label.aMS_Plu,
.aMS_Item .aMS_Label.aMS_StockMax { display: none; }

.aMS_MenuLevel_2 #aMI_OrderListContent.aMS_SideBar {
    display: block !important; position: fixed; bottom: 0; top: auto; left: 0; right: 0;
    width: 100%; height: auto; min-height: auto; max-height: none; border: none; border-radius: 0; background-color: var(--color-surface-default);
    box-shadow: 0 -4px 12px rgba(0,0,0,0.1); z-index: 1000; transition: none;
}
.aMS_MenuLevel_2 #aMI_OrderListContent.aMS_SideBar::before,
.aMS_MenuLevel_2 #aMI_OrderListContent.aMS_SideBar::after { display: none; }
.aMS_MenuLevel_2 #aMI_OrderListContent #aMI_OrderListPanel { width: 100%; height: auto; padding: 0; overflow: visible; }
.aMS_MenuLevel_2 #aMI_OrderListContent .aMS_OrderSummary { display: flex; flex-direction: row; align-items: center; justify-content: space-between; padding: 0.75rem 1rem; margin-top: 0; width: 100%; }
.aMS_MenuLevel_2 #aMI_OrderListContent .aMS_Price { font-size: 1.2rem; font-weight: 600; color: var(--color-text-default); }
.aMS_MenuLevel_2 #aMI_OrderListContent #aMI_FinishButton {
    min-width: 150px; padding: 0.75rem 1.5rem; border: 2px solid var(--color-alert-default); border-radius: 50px;
    background: radial-gradient(circle at top left, var(--color-grapefruit), var(--color-grapefruit-darker));
    color: var(--color-primary-contrast); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); cursor: pointer; transition: all 0.2s ease-in-out;
}
.aMS_MenuLevel_2 #aMI_OrderListContent #aMI_FinishButton:hover { transform: translateY(-2px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); }
.aMS_MenuLevel_2 #aMI_OrderListContent #aMI_FinishButton:active { transform: translateY(0); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
.aMS_MenuLevel_2 #aMI_OrderListContent #aMI_FinishButton.aMS_DisabledElement, .aMS_MenuLevel_2 #aMI_OrderListContent #aMI_OrderListPanel.aMS_Invalid #aMI_FinishButton { background: #ccc; border-color: #bbb; color: #888; cursor: not-allowed; box-shadow: none; transform: none; }
.aMS_MenuLevel_2 #aMI_OrderListContent .aMS_OrderItems,
.aMS_MenuLevel_2 #aMI_OrderListContent .aMS_PriceTitle,
.aMS_MenuLevel_2 #aMI_OrderListContent #aMI_OrderListPanel::before { display: none; }
.aMS_MenuLevel_2 .aMS_FeeTotal {display:none!important;}

/* ==========================================================================
   STYLES FOR CART REVIEW SCREEN -- KEY CLASS: .aMS_OrderListScreen
   ========================================================================== */

.aMS_OrderListScreen #aMI_OptionsContent,
.aMS_OrderListScreen #aMI_OrderListContent.aMS_SideBar {
    display: none !important;
}
.aMS_OrderListScreen #aMI_OrderListPanel {
    max-width: 600px; margin: 1rem auto;
}
.aMS_OrderListScreen #aMI_TitleBar {
    text-align: center; margin-bottom: 1.5rem; visibility: visible !important;
}
.aMS_OrderListScreen #aMI_Title {
    font-size: 1.8rem; font-weight: 600;
}
.aMS_OrderListScreen #aMI_Title::before {
    content: "Review Your Order";
}
.aMS_OrderListScreen .aMS_OrderItem {
    background-color: var(--color-surface-default); border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin-bottom: 1rem; padding: 1.5rem; display: flex; justify-content: space-between; align-items: center;
}

.aMS_OrderListScreen .aMS_CustomClass_Item-PLU-aMS_FeeAlways{
	display: none!important;
}
.aMS_OrderListScreen .aMS_OrderItem .aMS_Description,
.aMS_OrderListScreen .aMS_OrderItem .aMS_Photo,
.aMS_OrderListScreen .aMS_OrderItem .aMS_AddQuantity,
.aMS_OrderListScreen .aMS_OrderItem .aMS_RemoveQuantity,
.aMS_OrderListScreen .aMS_OrderItem .aMS_Date {
    display: none;
}
.aMS_OrderListScreen .aMS_OrderItem .aMS_Title {
    font-weight: 600; font-size: 1.1rem; flex-grow: 1;
}
.aMS_OrderListScreen .aMS_OrderItem .aMS_Quantity {
    font-weight: 500; font-size: 1.1rem; color: #555;
}
.aMS_OrderListScreen .aMS_OrderItem .aMS_Quantity::before {
    content: 'x '; color: #888;
}
.aMS_OrderListScreen .aMS_OrderItem .aMS_Price {
    font-weight: 600; min-width: 80px; text-align: right; font-size: 1.1rem;
}
.aMS_OrderListScreen .aMS_OrderSummary {
    margin-top: 2rem; padding: 1.5rem 1rem; border-top: 2px solid #eee;
    display: flex; flex-direction: column; gap: 1.5rem;
}
.aMS_OrderListScreen .aMS_OrderSummary .aMS_PriceTitle,
.aMS_OrderListScreen .aMS_OrderSummary .aMS_Price {
    display: flex; justify-content: space-between; font-size: 1.2rem; font-weight: 600;
}
.aMS_OrderListScreen .aMS_OrderSummary .aMS_Price {
    font-size: 1.5rem; font-weight: 700;
}
.aMS_OrderListScreen #aMI_FinishButton {
    display: flex; width: 100%; min-width: 150px; padding: 0.75rem 1.5rem;
    border: 2px solid var(--color-alert-default); border-radius: 50px;
    background: radial-gradient(circle at top left, var(--color-grapefruit), var(--color-grapefruit-darker));
    color: var(--color-primary-contrast); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); cursor: pointer; transition: all 0.2s ease-in-out; justify-content: center;
}
.aMS_OrderListScreen #aMI_FinishButton:hover {
    transform: translateY(-2px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

/* ==========================================================================
   STYLES FOR CART PAYMENT SCREEN -- KEY CLASS: .aMS_PaymentMethodsScreen
   ========================================================================== */

.aMS_PaymentMethodsScreen #aMI_MainPanel { display: flex; flex-direction: column; }
.aMS_PaymentMethodsScreen #aMI_Header { order: 1; }
.aMS_PaymentMethodsScreen #aMI_OrderListContent { order: 2; }
.aMS_PaymentMethodsScreen #aMI_TitleBar { order: 3; }
.aMS_PaymentMethodsScreen #aMI_ScreenContent { order: 4; }
.aMS_PaymentMethodsScreen #aMI_OrderListContent {
    display: block !important; position: relative; width: 90%; max-width: 800px; margin: 1.5rem auto 0 auto;
    border: 1px solid #ddd; border-radius: 8px; background-color: #f9f9f9;
    top: auto; right: auto; height: auto; min-height: auto; max-height: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08); transition: none;
}
.aMS_PaymentMethodsScreen #aMI_OrderListContent::before,
.aMS_PaymentMethodsScreen #aMI_OrderListContent::after { display: none; }
.aMS_PaymentMethodsScreen #aMI_OrderListContent #aMI_OrderListPanel { padding: 1rem; }
.aMS_PaymentMethodsScreen #aMI_OrderListContent .aMS_OrderItem { display: flex; align-items: center; padding: 0.75rem 0; border-bottom: 1px solid #eee; }
.aMS_PaymentMethodsScreen #aMI_OrderListContent .aMS_OrderItem .aMS_Photo { width: 40px; height: 40px; object-fit: cover; border-radius: 4px; margin-right: 1rem; }
.aMS_PaymentMethodsScreen #aMI_OrderListContent .aMS_OrderItem .aMS_Title { flex-grow: 1; font-weight: 500; }
.aMS_PaymentMethodsScreen #aMI_OrderListContent .aMS_OrderItem .aMS_Quantity { font-weight: 500; padding: 0 1rem; }
.aMS_PaymentMethodsScreen #aMI_OrderListContent .aMS_OrderItem .aMS_Quantity::before { content: 'x '; color: #888; }
.aMS_PaymentMethodsScreen #aMI_OrderListContent .aMS_OrderItem .aMS_Price { font-weight: 600; min-width: 70px; text-align: right; }
.aMS_PaymentMethodsScreen #aMI_OrderListContent .aMS_RemoveQuantity,
.aMS_PaymentMethodsScreen #aMI_OrderListContent .aMS_AddQuantity,
.aMS_PaymentMethodsScreen #aMI_OrderListContent .aMS_Description,
.aMS_PaymentMethodsScreen #aMI_OrderListContent .aMS_Date { display: none; }
.aMS_PaymentMethodsScreen #aMI_OrderListContent .aMS_OrderSummary { display: flex; justify-content: flex-end; align-items: center; margin-top: 1rem; padding-top: 1rem; border-top: 2px solid #ddd; }
.aMS_PaymentMethodsScreen #aMI_OrderListContent .aMS_OrderSummary .aMS_PriceTitle { font-size: 1.1rem; font-weight: 600; margin-right: 1rem; }
.aMS_PaymentMethodsScreen #aMI_OrderListContent .aMS_OrderSummary .aMS_Price { font-size: 1.25rem; font-weight: 700; color: var(--color-text-default); }
.aMS_PaymentMethodsScreen #aMI_OrderListContent #aMI_FinishButton { display: none; }
.aMS_PaymentMethodsScreen #aMI_TitleBar { padding: 1rem; margin-top: 1rem; margin-bottom: 0; }
.aMS_PaymentMethodsScreen #aMI_Title { font-size: 1.5rem; font-weight: 600; }
.aMS_PaymentMethodsScreen #aMI_PaymentMethodsPanel { padding: 0 1rem; }
.aMS_PaymentMethodsScreen .aMS_PaymentMethod { padding: 1rem; background-color: var(--color-surface-default); border: 2px solid #eee; border-radius: 8px; margin-bottom: 1rem; cursor: pointer; transition: all 0.2s ease-in-out; }
.aMS_PaymentMethodsScreen .aMS_PaymentMethod .aMS_ScreenContentInnerElement { display:flex; flex-direction:row; justify-content: space-between; width: 100%; align-items: center; }
.aMS_PaymentMethodsScreen .aMS_PaymentMethod:hover { border-color: var(--color-primary); }
.aMS_PaymentMethodsScreen .aMS_PaymentMethod .aMS_Photo { width: 50px; height: auto; margin-right: 1rem; order: 1; }
.aMS_PaymentMethodsScreen .aMS_PaymentMethod .aMS_Title { flex-grow: 2; font-weight: 600; font-size: 1.1rem; order: 2; }
.aMS_PaymentMethodsScreen .aMS_PaymentMethod .aMS_Check {
    width: 24px; height: 24px; border-radius: 50%; border: 2px solid #ccc; background-color: #fff; flex-shrink: 0; position: relative; transition: all 0.2s ease-in-out; order: 3;
}
.aMS_PaymentMethodsScreen .aMS_PaymentMethod.aMS_Selected { border-color: var(--color-primary); box-shadow: 0 0 10px rgba(246, 175, 30, 0.5); }
.aMS_PaymentMethodsScreen .aMS_PaymentMethod.aMS_Selected .aMS_Check { border-color: var(--color-primary); }
.aMS_PaymentMethodsScreen .aMS_PaymentMethod.aMS_Selected .aMS_Check::after {
    content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 14px; height: 14px; border-radius: 50%; background-color: var(--color-primary);
}
.aMS_PaymentMethodsScreen #aMI_SelectButton {
    display: flex; width: 100%; min-width: 150px; padding: 0.75rem 1.5rem; margin-top: 1rem;
    border: 2px solid var(--color-alert-default); border-radius: 50px;
    background: radial-gradient(circle at top left, var(--color-grapefruit), var(--color-grapefruit-darker));
    color: var(--color-primary-contrast); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); cursor: pointer; transition: all 0.2s ease-in-out; justify-content: center;
}
.aMS_PaymentMethodsScreen #aMI_SelectButton:hover { transform: translateY(-2px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); }

/* ==========================================================================
   STYLES FOR PAYMENT ENTRY SCREEN -- KEY CLASS: .aMS_PaymentMethod
   ========================================================================== */

.aMS_PaymentMethod #aMI_MainPanel { display: flex; flex-direction: column; }
.aMS_PaymentMethod #aMI_Header { order: 1; }
.aMS_PaymentMethod #aMI_OrderListContent { order: 2; }
.aMS_PaymentMethod #aMI_TitleBar { order: 3; }
.aMS_PaymentMethod #aMI_ScreenContent { order: 4; }

.aMS_PaymentMethod #aMI_OptionsContent {
    display: none !important;
}
.aMS_PaymentMethod #aMI_OrderListContent {
    display: block !important; position: relative; width: 90%; max-width: 800px; margin: 1.5rem auto 0 auto;
    border: 1px solid #ddd; border-radius: 8px; background-color: #f9f9f9;
    top: auto; right: auto; height: auto; box-shadow: 0 4px 12px rgba(0,0,0,0.08); transition: none;
}
.aMS_PaymentMethod #aMI_OrderListContent::before,
.aMS_PaymentMethod #aMI_OrderListContent::after { display: none; }
.aMS_PaymentMethod #aMI_OrderListContent #aMI_OrderListPanel { padding: 1rem; }
.aMS_PaymentMethod #aMI_OrderListContent .aMS_OrderItem { display: flex; align-items: center; padding: 0.75rem 0; border-bottom: 1px solid #eee; }
.aMS_PaymentMethod #aMI_OrderListContent .aMS_OrderItem .aMS_Photo { width: 40px; height: 40px; object-fit: cover; border-radius: 4px; margin-right: 1rem; }
.aMS_PaymentMethod #aMI_OrderListContent .aMS_OrderItem .aMS_Title { flex-grow: 1; font-weight: 500; }
.aMS_PaymentMethod #aMI_OrderListContent .aMS_OrderItem .aMS_Quantity { font-weight: 500; padding: 0 1rem; }
.aMS_PaymentMethod #aMI_OrderListContent .aMS_OrderItem .aMS_Quantity::before { content: 'x '; color: #888; }
.aMS_PaymentMethod #aMI_OrderListContent .aMS_OrderItem .aMS_Price { font-weight: 600; min-width: 70px; text-align: right; }
.aMS_PaymentMethod #aMI_OrderListContent .aMS_RemoveQuantity,
.aMS_PaymentMethod #aMI_OrderListContent .aMS_AddQuantity,
.aMS_PaymentMethod #aMI_OrderListContent .aMS_Description,
.aMS_PaymentMethod #aMI_OrderListContent .aMS_Date { display: none; }
.aMS_PaymentMethod #aMI_OrderListContent .aMS_OrderSummary { display: flex; justify-content: flex-end; align-items: center; margin-top: 1rem; padding-top: 1rem; border-top: 2px solid #ddd; }
.aMS_PaymentMethod #aMI_OrderListContent .aMS_OrderSummary .aMS_PriceTitle { font-size: 1.1rem; font-weight: 600; margin-right: 1rem; }
.aMS_PaymentMethod #aMI_OrderListContent .aMS_OrderSummary .aMS_Price { font-size: 1.25rem; font-weight: 700; color: var(--color-text-default); }
.aMS_PaymentMethod #aMI_OrderListContent #aMI_FinishButton { display: none; }

.aMS_PaymentMethod #aMI_TitleBar { text-align: center; padding: 1rem; margin-top: 1.5rem; margin-bottom: 0; }
.aMS_PaymentMethod #aMI_Title { font-size: 1.2rem; font-weight: 400; color: #555; max-width: 450px; margin: 0 auto; }
.aMS_PaymentMethod .aMS_FormPanel { background-color: var(--color-surface-default); border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); padding: 1.5rem; margin: 1rem; }
.aMS_PaymentMethod .aMS_Label.aMS_FormFieldTitle { font-weight: 600; font-size: 0.9rem; color: #555; margin-top: 1rem; margin-bottom: 0.25rem; }
.aMS_PaymentMethod .aMS_Label.aMS_FormFieldTitle:first-child { margin-top: 0; }
.aMS_PaymentMethod .aMS_TextBox.aMS_FormFieldValue {
    width: 100%; padding: 0.75rem; border: 1px solid #ccc; border-radius: var(--border-radius-global);
    font-size: 1rem; font-family: inherit; background-color: #fdfdfd; transition: all 0.2s ease; margin: 0;
}
.aMS_PaymentMethod .aMS_TextBox.aMS_FormFieldValue:focus { border-color: var(--color-primary); box-shadow: 0 0 0 3px rgba(246, 175, 30, 0.25); background-color: #fff; }

.aMS_PaymentMethod #aMI_ConfirmButton {
    display: flex; width: 100%; min-width: 150px; padding: 0.75rem 1.5rem; margin-top: 2rem;
    border: 2px solid var(--color-alert-default); border-radius: 50px;
    background: radial-gradient(circle at top left, var(--color-grapefruit), var(--color-grapefruit-darker));
    color: var(--color-primary-contrast); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); cursor: pointer; transition: all 0.2s ease-in-out; justify-content: center;
}
.aMS_PaymentMethod #aMI_ConfirmButton:hover { transform: translateY(-2px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); }

/* ==========================================================================
   STYLES FOR OPTIONS SCREEN -- KEY CLASS: .aMS_OptionsScreen
   ========================================================================== */

.aMS_OptionsScreen #aMI_OrderListContent,
.aMS_OptionsScreen #aMI_OptionsContent.aMS_SideBar { display: none !important; }
.aMS_OptionsScreen #aMI_OptionsPanel {
    max-width: 500px; margin: 2rem auto; padding: 1.5rem; background-color: var(--color-surface-default);
    border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); display: flex; flex-direction: column; gap: 1rem;
}
.aMS_OptionsScreen .aMS_Button {
    width: 100%; padding: 0.8rem 1rem; font-size: 1rem; font-weight: 600; text-transform: none;
    border-radius: 8px; border: 2px solid transparent; transition: all 0.2s ease-in-out; box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.aMS_OptionsScreen .aMS_Button:hover { transform: translateY(-2px); box-shadow: 0 4px 8px rgba(0,0,0,0.1); }
.aMS_OptionsScreen .aMS_ButtonPositive { background-color: var(--color-primary); color: var(--color-primary-contrast); }
.aMS_OptionsScreen .aMS_ButtonNegative { background-color: transparent; color: var(--color-accent); border-color: var(--color-accent); }

.aMS_OptionsScreen #aMI_OptionsContent {
    display: block !important;
}

/* ==========================================================================
   STYLES FOR USER DETAILS SCREEN -- KEY CLASS: .aMS_UserDetailsScreen
   ========================================================================== */

.aMS_UserDetailsScreen #aMI_OrderListContent,
.aMS_UserDetailsScreen #aMI_OptionsContent { display: none !important; }
.aMS_UserDetailsScreen #aMI_UserDetailsPanel { max-width: 600px; margin: 1rem auto; }
.aMS_UserDetailsScreen #aMI_TitleBar { text-align: center; margin-bottom: 1.5rem; }
.aMS_UserDetailsScreen #aMI_Title { font-size: 1.8rem; font-weight: 600; }
.aMS_UserDetailsScreen .aMS_FormPanel {
    background-color: var(--color-surface-default); border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 1.5rem; margin-bottom: 1.5rem;
}
.aMS_UserDetailsScreen .aMS_FormPanel .aMS_Label.aMS_FormFieldTitle { font-weight: 600; font-size: 0.9rem; color: #555; margin-top: 1rem; margin-bottom: 0.25rem; }
.aMS_UserDetailsScreen .aMS_FormPanel .aMS_Label.aMS_FormFieldTitle:first-child { margin-top: 0; }
.aMS_UserDetailsScreen .aMS_FormPanel .aMS_TextBox.aMS_FormFieldValue {
    width: 100%; padding: 0.75rem; border: 1px solid #ccc; border-radius: var(--border-radius-global);
    font-size: 1rem; font-family: inherit; background-color: #fdfdfd; transition: all 0.2s ease; margin: 0;
}
.aMS_UserDetailsScreen .aMS_FormPanel .aMS_TextBox.aMS_FormFieldValue:focus { border-color: var(--color-primary); box-shadow: 0 0 0 3px rgba(246, 175, 30, 0.25); background-color: #fff; }
.aMS_UserDetailsScreen .aMS_FormPanel .aMS_FormFieldValue_email { background-color: #f0f0f0; padding: 0.75rem; border-radius: var(--border-radius-global); color: #777; }
.aMS_UserDetailsScreen .aMS_FormPanel .aMS_Checkbox .aMS_ScreenContentInnerElement { display: flex; align-items: center; gap: 1rem; margin-top: 1.5rem; }
.aMS_UserDetailsScreen .aMS_FormPanel .aMS_Checkbox .aMS_Label { flex-grow: 1; text-align: left; font-size: 0.95rem; }
.aMS_UserDetailsScreen .aMS_FormPanel .aMS_Checkbox .aMS_Check { flex-shrink: 0; }
.aMS_UserDetailsScreen #aMI_AskAddressPanel {
    background-color: var(--color-surface-default); border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 1.5rem; margin-bottom: 1.5rem; display: flex; flex-direction: column; gap: 0.75rem;
}
.aMS_UserDetailsScreen #aMI_AskAddressPanel .aMS_AddressLine { border: 1px dashed #ccc; padding: 1rem; border-radius: 8px; cursor: pointer; }
.aMS_UserDetailsScreen #aMI_AskAddressPanel .aMS_AddressValue { display: flex; flex-wrap: wrap; gap: 0.25rem 0.5rem; color: #666; }

.aMS_UserDetailsScreen #aMI_SaveButton,
.aMS_UserDetailsScreen #aMI_DeleteUserButton {
    display: flex; justify-content: center; width: 100%; padding: 0.75rem 1.5rem; border-radius: 50px;
    font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer; transition: all 0.2s ease-in-out;
}
.aMS_UserDetailsScreen #aMI_SaveButton:hover,
.aMS_UserDetailsScreen #aMI_DeleteUserButton:hover { transform: translateY(-2px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); }
.aMS_UserDetailsScreen #aMI_SaveButton {
    background: radial-gradient(circle at top left, var(--color-grapefruit), var(--color-grapefruit-darker));
    color: var(--color-primary-contrast); border: 2px solid var(--color-alert-default); margin-top: 1.5rem;
}
.aMS_UserDetailsScreen #aMI_DeleteUserButton {
    background: var(--color-destructive-default); color: var(--color-primary-contrast); border: 2px solid var(--color-destructive-default); margin-top: 1rem;
}

/* ==========================================================================
   STYLES FOR LOGIN SCREEN -- KEY CLASS: .aMS_LoginScreen
   ========================================================================== */

.aMS_LoginScreen #aMI_OrderListContent,
.aMS_LoginScreen #aMI_OptionsContent { display: none !important; }
.aMS_LoginScreen #aMI_TitleBar { text-align: center; margin-top: 2rem; margin-bottom: 1rem; }
.aMS_LoginScreen #aMI_Title { font-size: 1.8rem; font-weight: 600; }
.aMS_LoginScreen #aMI_LoginPanel {
    max-width: 450px; margin: 1rem auto; background-color: var(--color-surface-default);
    border-radius: 12px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); padding: 2rem;
}
.aMS_LoginScreen .aMS_Button[class*="aMS_LoginButton_"] {
    display: flex; align-items: center; justify-content: center; width: 100%; height: 50px; margin-bottom: 1rem;
    border-radius: 8px; border: 1px solid #ddd; font-size: 1rem; font-weight: 600; text-transform: none;
    padding: 0 1rem; box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.aMS_LoginScreen .aMS_Button[class*="aMS_LoginButton_"]::before {
    content: ''; display: inline-block; width: 24px; height: 24px; margin-right: 12px;
    background-size: contain; background-repeat: no-repeat; background-position: center;
}
.aMS_LoginScreen .aMS_LoginButton_Google { background-color: #fff; color: #444; }
.aMS_LoginScreen .aMS_LoginButton_Google::before { background-image: url('https://upload.wikimedia.org/wikipedia/commons/c/c1/Google_%22G%22_logo.svg'); }
.aMS_LoginScreen .aMS_LoginButton_Facebook { background-color: #1877F2; border-color: #1877F2; color: white; }
.aMS_LoginScreen .aMS_LoginButton_Facebook::before { background-image: url('https://upload.wikimedia.org/wikipedia/commons/b/b8/2021_Facebook_icon.svg'); filter: brightness(0) invert(1); }
.aMS_LoginScreen .aMS_LoginButton_Apple { background-color: #000; border-color: #000; color: white; }
.aMS_LoginScreen .aMS_LoginButton_Apple::before { background-image: url('https://upload.wikimedia.org/wikipedia/commons/f/fa/Apple_logo_black.svg'); filter: brightness(0) invert(1); }
.aMS_LoginScreen .aMS_FormFieldTitle {
    display: flex; align-items: center; text-align: center; color: #aaa;
    margin: 2rem 0 1.5rem 0; font-size: 0.9rem; font-weight: 500; text-transform: uppercase;
}
.aMS_LoginScreen .aMS_FormFieldTitle::before,
.aMS_LoginScreen .aMS_FormFieldTitle::after { content: ''; flex: 1; border-bottom: 1px solid #eee; }
.aMS_LoginScreen .aMS_FormFieldTitle::before { margin-right: .5em; }
.aMS_LoginScreen .aMS_FormFieldTitle::after { margin-left: .5em; }
.aMS_LoginScreen .aMS_TextBox.aMS_FormFieldValue {
    width: 100%; padding: 0.8rem; border: 1px solid #ccc; border-radius: var(--border-radius-global);
    font-size: 1rem; font-family: inherit; background-color: #fdfdfd; transition: all 0.2s ease; margin: 0 0 1rem 0;
}
.aMS_LoginScreen .aMS_TextBox.aMS_FormFieldValue:focus { border-color: var(--color-primary); box-shadow: 0 0 0 3px rgba(246, 175, 30, 0.25); background-color: #fff; }
.aMS_LoginScreen .aMS_Checkbox .aMS_ScreenContentInnerElement { display: flex; align-items: center; gap: 0.75rem; margin: 1rem 0; }
.aMS_LoginScreen .aMS_Checkbox .aMS_Label { flex-grow: 1; text-align: left; font-size: 0.9rem; color: #666; }
.aMS_LoginScreen #aMI_ConfirmButton {
    display: flex; width: 100%; padding: 0.75rem 1.5rem; margin-top: 1rem; border-radius: 50px;
    background: radial-gradient(circle at top left, var(--color-grapefruit), var(--color-grapefruit-darker));
    color: var(--color-primary-contrast); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); cursor: pointer; transition: all 0.2s ease-in-out; justify-content: center; border: none;
}
.aMS_LoginScreen #aMI_ConfirmButton:hover { transform: translateY(-2px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); }
#aMI_LoginPanel .aMS_FormFieldTitle:not(:first-of-type),
#aMI_AllowMarketingTitle,
#aMI_AllowMarketingListBox { display: none !important; }


/* ==========================================================================
   STYLES FOR POPUPS (MODALS)
   ========================================================================== */

.aMS_PopupWrapper {
    position: fixed; inset: 0; background-color: rgba(9, 23, 71, 0.6);
    display: flex; align-items: center; justify-content: center;
    z-index: 9999; padding: 1rem; animation: fadeIn 0.3s ease;
}
.aMS_PopupContent {
    background-color: var(--color-surface-default); border-radius: 12px; box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    padding: 1.5rem; width: 100%; max-width: 400px; text-align: center; animation: popIn 0.3s ease;
}
.aMS_PopupContent .aMS_Title {
    font-size: 1.2rem; font-weight: 600; color: var(--color-text-default); margin-bottom: 1.5rem;
}
.aMS_PopupContent .aMS_Button {
    display: flex; width: 100%; min-width: 150px; padding: 0.75rem 1.5rem;
    border: 2px solid var(--color-alert-default); border-radius: 50px;
    background: radial-gradient(circle at top left, var(--color-grapefruit), var(--color-grapefruit-darker));
    color: var(--color-primary-contrast); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); cursor: pointer; transition: all 0.2s ease-in-out; justify-content: center;
}
.aMS_PopupContent .aMS_Button:hover {
    transform: translateY(-2px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

/* ==========================================================================
   STYLES FOR FEATURE TOUR
   ========================================================================== */

.tutorial-overlay {
    position: fixed; inset: 0; z-index: 10000; transition: opacity 0.3s ease; display: block;
}
.tutorial-highlight {
    position: absolute; border-radius: 8px; box-shadow: 0 0 0 9999px rgba(9, 23, 71, 0.8);
    transition: all 0.4s ease-in-out; opacity: 1;
}
.tutorial-tooltip {
    position: absolute; background-color: var(--color-surface-default); color: var(--color-text-default);
    border-radius: 12px; box-shadow: 0 5px 15px rgba(0,0,0,0.2); padding: 1.5rem;
    width: 90%; max-width: 350px; z-index: 10001;
    transition: all 0.4s ease-in-out; transform: translateX(-50%);
}
.tutorial-tooltip::before {
    content: ''; position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
    width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent;
    border-bottom: 10px solid var(--color-surface-default);
}
.tutorial-tooltip.is-centered {
    top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center;
}
.tutorial-tooltip.is-centered::before { display: none; }
.tutorial-tooltip.is-centered .tutorial-nav { justify-content: center; gap: 1rem; }
.tutorial-title { font-size: 1.3rem; font-weight: 600; margin-bottom: 0.75rem; }
.tutorial-text { font-size: 1rem; color: #666; line-height: 1.6; margin-bottom: 1.5rem; }
.tutorial-nav { display: flex; justify-content: space-between; align-items: center; }
.tutorial-btn {
    padding: 0.6rem 1.2rem; border: none; border-radius: 50px; font-weight: 600;
    font-size: 0.9rem; cursor: pointer; transition: all 0.2s ease;
}
.tutorial-btn.prev { background-color: transparent; color: #888; }
.tutorial-btn.prev:hover { background-color: #f0f0f0; }
.tutorial-btn.next {
    background: radial-gradient(circle at top left, var(--color-grapefruit), var(--color-grapefruit-darker));
    color: var(--color-primary-contrast);
}


/* ==========================================================================
   MISC & ANIMATIONS
   ========================================================================== */

@keyframes bounce {
  0% { transform: scale(1); } 50% { transform: scale(1.1); } 100% { transform: scale(1); }
}
@keyframes selectedSeatAnimation {
  0%   { background-color: var(--color-accent); transform: scale(1.2); }
  50%  { background-color: var(--color-primary); transform: scale(1.6); }
  100% { background-color: var(--color-accent); transform: scale(1.2); }
}
@keyframes spin {
  from { transform: rotate(0deg); } to { transform: rotate(360deg); }
}
@keyframes fadeIn {
  from { opacity: 0; } to { opacity: 1; }
}
@keyframes popIn {
  from { opacity: 0; transform: scale(0.9); } to { opacity: 1; transform: scale(1); }
}


/* ==========================================================================
   REMOVE aMS_Family_PlayersWelcomeParty
   ========================================================================== */
.aMS_Family_PlayersWelcomeParty
{
  display:none;
}

/*.aMS_MenuLevel_2 .aMS_PlacesDivision > div{
	color:initial;
}*/

.aMS_PlacesZoomButton{
	background-color: #f3f3f3;
	color: #666;
	width:2rem;
	height:2rem;
	margin-top:-2.5rem;
	margin-left:1.5rem;
	position:relative;
	font-family: 'Material Icons';
	font-size: 2rem;
	border-radius: 0.5rem;
	cursor: pointer;
	user-select: none;
}

#aMI_SeatName { display:none }
/*#aMI_PositionDivisionScrollPanel { display:none }*/

.aMS_MenuLevel_root .aMS_Family.aMS_MenuElement[data-offline="true"]{
  display:none !important;
}

.aMS_MenuLevel_root .aMS_Family.aMS_MenuElement[data-preview="true"]:before{
  content:"Preview";
  color:white;
  background-color:red;
  position:absolute;
  margin-left:0.2rem;
  margin-top:0.2rem;
  padding:0.2rem;
  border-radius:0.5rem;
}

body.aMS_MenuLevel_root.aMS_IsPreview:before{
  content:"Preview";
  color:white;
  background-color:red;
  position:fixed;
  right:0.2rem;
  top:0.2rem;
  padding:0.2rem;
  border-radius:0.5rem;
  z-index:9999;
}

.aMS_OrderListScreen .aMS_OrderItems .aMS_OrderItem{
  display:flex;
}

.aMS_Family_Container .aMS_Info{
  display:none;
}

