html, body {
	margin: 0;
	background-color:#f4f4f4 !important;
	visibility: hidden;
}

.convert {
	display: none;
}

button,
textarea,
input,
select,
a{
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
     -webkit-tap-highlight-color: transparent;
     -webkit-user-select: none;
     -khtml-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
      user-select: none;
}

a, a:hover, a:visited, a:active {
  color: inherit;
  text-decoration: none;
 }

@media screen, print and (max-width: 600px) {
	
.f1{font-family:century;}
.f2{font-family:centuryB;}
.f3{font-family:centuryI;}	
.f4{font-family:centuryBI;}	

.s0{font-size: calc(100vw - 89vw) !important;}
.s1{font-size: calc(100vw - 94vw) !important;}
.s2{font-size: calc(100vw - 95.5vw) !important;}
.s3{font-size: calc(100vw - 96.5vw) !important;}
.s4{font-size: calc(100vw - 97vw)!important;}

/*.s1{font-size:20px;}
.s2{font-size:16px;}
.s3{font-size:12px;}
.s4{font-size:9px;}*/
	
html, body {
	margin: 0;
	background-color:#f4f4f4 !important;
	height:100vh;
	visibility: visible;
}
a, a:hover, a:visited, a:active {
  color: inherit;
  text-decoration: none;
 }

.convert {
	display: block;
}

.mobile {display: block;}
.hide {display: block !important;}



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.lightbox {
    display: none;
    opacity: 1;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    transition: opacity 1s;
}
.lightbox img {
    max-width: 90%;
    max-height: 80%;
    margin-top: 2%;
}
.lightbox:target {
    outline: none;
    display: block;
    opacity: 1;
}

.burger {
	width: 100%;
	height: auto;
    display: flex;
    justify-content: center;
    align-items: center;	
}
.burger img{width:50%;}	

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 999 !important;
	top: 0;
	right: 0;
	background-color: #f4f4f4;
	overflow-x: hidden;
	transition: 0.5s;
	padding: 15% 0 0 0;
	box-sizing: content-box;
}
.sidenav div{
	width: 100%;
	height: auto;
	position: relative;
	margin: 5% 0 5% 0;
	background-color: #fff;
	box-shadow: 0px 0px 8px #dfd2e4;
	}
	
.sidenav a {
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  color: #818181;
  display: block;
  text-decoration: none;
}
.sidenav img {
	width: 10%;
	margin: 0 10px 10px 0px;
	vertical-align: middle;
}
.sidenav a:hover{
  color: #818181;
   text-decoration: none; 
}

.sidenav .closebtn {
	position: absolute;
	top: 2%;
	right: 12%;
	/* font-size: 36px; */
	/* margin-left: 50px; */
}
.closebtn img {
	width: 150%;
	position: absolute;
}

.header {
	width: 100%;
	height: 10vh;
	position: sticky;
	background-color: #562978;
	top: 0;
	z-index: 999;
}
	
.header_back, .header_home {
	width: 15%;
	height: 10vh;
	position: relative;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	border: none;
}
.header_back img {
	width: 50%;
	display: block;
	margin: 0 auto;
}

.header_home img {
	width: 50%;
	display: block;
	margin: 0 auto;
	filter:invert();
}
	
.header_burger {
	width: 15%;
	height: 10vh;
	position: relative;
	float:right;
	display: flex;
	justify-content: center;
	align-items: center;
}
	
.header_toplogo {
	width: 70% !important;
	height: 10vh;
	position: relative;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#fff;
	font-size:5vw;
}
.header_toplogo	img{width:15%;}			
.header_toplogo	div{margin-left:5px;}	
	
.header_logo {
	width: 30vw;
	height: auto;
	position: absolute;
	z-index: 100;
	margin: auto;
	top: 5vh;
	left: 0;
	bottom: 0;
	right: 0;
}
	
.header_logo img{
	width:90%;
	}
	
.header_logo div {
	color: #fff;
	text-align: center;
	width: 47vw;
	position: absolute;
	left: -10vw;
	right: 0;
	top: 15vh;
	bottom: 0;
}

.user {position: relative;}

.login_icon {
	width: 100px;
	height: 100px;
	color: #fff;
	font-size: 60px !important;
	border-radius: 50%;
	position: relative;
	margin-top: -20%;
	display: inline-block;
}
.login_icon img{width:100%;}

.login_text {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #562978;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

.login_user {
	width: 70%;
	padding: 15px 10px;
	background: transparent;
	outline: 1px;
	border: 1px solid #e3e3e3;
	color: #666;
	position: relative;
	border-radius: 25px;
	box-shadow: 0 0 10px #e3e3e3;
}

.user i {
	position: relative;
	right: 0;
	top: 0;
	color: #562978;
	font-size: 20px;
}

.login_user:focus{
	width: 70%;
	color:#999;
	}
	
.pass {position: relative;margin-top: 10px;}	
.login_pass {
	width: 70%;
	padding: 15px 10px;
	background: transparent;
	outline: 1px;
	border: 1px solid #e3e3e3;
	color: #666;
	position: relative;
	border-radius: 25px;
	box-shadow: 0 0 10px #e3e3e3;
}

.pass i {
	position: relative;
	right: 0;
	top: 0;
	color: #562978;
	font-size: 20px;
}
	
.login_pass:focus{
	width: 70%;
	color:#999;
	}
	
.login_submitBtn {
	width: 70%;
	height: 15px;
	position: relative;
	background-color: #562978;
	border: unset;
	box-sizing: content-box;
	padding: 10px;
	border-radius: 10%/50%;
	color: #fff;
	margin-top: 10px;
}

.forgotPass {
	margin: 5px 0 0 0;
	color: #562978;
}

.or{color:#999; margin: 10px 0 10px 0;}

.register_Btn {
	width: 70%;
	height: 15px;
	position: relative;
	background-color: #337829;
	border: unset;
	box-sizing: content-box;
	padding: 10px;
	border-radius: 10%/50%;
	color: #fff;
	margin-bottom: 20px;
}

.container_register {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background-color: #562978;
}

.register_box {
	width: 80%;
	height: auto;
	top: 10%;
	position: relative;
	background-color: #f4f4f4;
	margin: auto;
	padding: 10px;
	box-sizing:content-box;
	border: none;
	border-radius: 20px;
	box-shadow: 0 4px 20px 0 rgba(0,0,0,0.5),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: register;
	-webkit-animation-duration: 0.4s;
	animation-name: register;
	animation-duration: 0.4s;
	transform: translate(0, -20%);
	text-align: center;
}

@-webkit-keyframes register {
  from {top:-300px; opacity:0} 
  to {top:10%; opacity:1}
}

@keyframes register {
  from {top:-300px; opacity:0}
  to {top:10%; opacity:1}
}

.register_text{color:#562978; margin:0 0 10px 0;}

.register_input,  .register_input2{
	position: relative;
	margin: 5px 0 5px 0;
}

.register_input img {
	width: 8%;
	position: relative;
	right: 0;
	top: 5px;
}
.register_input2 img {
    filter:invert();
}

.register_input i{
	position: relative;
	right: 0;
	top: 0;
	color: #562978;
	font-size: 20px;
}


.input_reg {
	width: 70% !important;
	padding: 15px 10px !important;
	background:transparent;
	outline: 1px;
	border: 1px solid #e3e3e3 !important;
	color: #666 !important;
	position: relative;
	border-radius: 25px !important;
	box-shadow: 0 0 10px #e3e3e3 !importantaliceblue;
}

.regText_bottom {
	width: 80%;
	display: block;
	margin: 10px auto;
	position: relative;
}


.footer {
	width: 100%;
	height: 20vh;
	position: fixed;
	bottom: -10vh;
	/* display: flex; */
	/* justify-content: space-evenly; */
	/* align-items: center !important; */
	background-color: #562978;
	box-sizing: border-box;
	padding: 0 0 0 0;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	box-shadow: 0 0 10px #000;
	text-align: center;
	z-index: 999;
}

.footer_btn_bar{width:20%;}

.footer_transform {
  -webkit-transition: all 2s ease;  
  -moz-transition: all 2s ease;  
  -o-transition: all 2s ease;  
  -ms-transition: all 2s ease;  
  transition: all 1s ease;
}

.footer_transform-active {
  background-color: #aa4af2;
  -webkit-transform: translate(0, -8vh);
  -moz-transform: translate(0, -8vh);
  -o-transform: translate(0, -8vh);
  -ms-transform: translate(0, -8vh);
  transition: all 1s ease;
}
	
.footer_icon {
	width: 15%;
	height: auto;
	color: #fff;
	display: inline-block;
	margin: 0 4px;
}
	
.footer_icon img {
	width: 50%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
.footer_icon div {
	text-align: center;
	margin-top: 5%;
}

.footer_notify1 {
	width: 4%;
	position: absolute;
	top: 60%;
	right: 16%; /*36%;*/
	transform: translate(50%, -50%);
}
.footer_notify2 {
	width: 20px;
	height: 20px;	
	position: absolute;
	top: 35%;
	right: 12%;
	transform: translate(50%, -50%);
	background-image: url("../images/icon/icon-30.png");
	background-size: contain;
	background-repeat: no-repeat;
	animation: notify 1s infinite;
}
.footer_notify1 img, .footer_notify2 img {
    width:100%;
}

@keyframes notify
{
0%   {filter: hue-rotate(90deg);}
50%  {filter: hue-rotate(180deg);}
100% {filter: hue-rotate(360deg);}
}

.footer_btnBox {
	width: 100%;
	position: relative;
	height: 30px;
	margin: 5vh 0 1vh 0;
}
.footer_btn {
	width: 15%;
	height: 5px;
	background-color: #fff;
	margin: 0 auto 3vh auto;
	border-style: none;
	outline: none;
}
	
.container_index {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	background-color: #f4f4f4;
	overflow-y: auto;
	overflow-x: hidden;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */	
}
.container_index::-webkit-scrollbar {
    display: none;
}

.index_content {
	width: 100%;
	height: 45vh;
	position: relative;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	/*background-image:url(../images/index_1.jpg);	
	background-size: 150%;
	background-repeat: no-repeat;
	background-position: 60% 38%;*/
	background: #42275a;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #734b6d, #42275a);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #734b6d, #42275a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.container_carousel {
	width: 90%;
	height: 30vh;
	position: absolute;
	z-index: 10;
	margin: auto;
	top: 0;
	left: 0;
	bottom: -43vh;
	right: 0;
}

.container_flickity {
	width: 100%;
	height: 35vh;
	position: relative;
	margin-top: 20vh;
	background-color: #fff;
	box-shadow: 0px 0px 8px #dfd2e4;
}
.gallery-cell {
	width: 45%;
	height: 100%;	
	margin: 15px 10px 15px 10px;
}
.gallery-cell img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}

.gallery-cell div {
	width: 100%;
	height: auto;
	color: #333;
	text-align: center;
	margin-top: 8px;
}

/*#cartDiv {
	width: 60px;
	height: 60px;
	position: absolute;
	z-index: 999;
	text-align: center;
	border-radius: 50%;
	box-sizing: border-box;
	padding: 3%;
	box-shadow: 0px 0px 10px #fff;
	bottom: 12vh;
	right: 3vw;
	color: #fff;
	line-height: 40px;
	background-color: #562978;	
     background: linear-gradient(326deg, #562978, #c627ab, #562978);
    background-size: 600% 600%;
    -webkit-animation: AnimationName 11s ease infinite;
    -moz-animation: AnimationName 11s ease infinite;
    -o-animation: AnimationName 11s ease infinite;
    animation: AnimationName 11s ease infinite;
} 
#cartDiv img {
	width: 35px;
	/*vertical-align: bottom;
} */

#cartDiv {
	width: 15%; /*40px;*/
	height: 10vh; /*40px;*/
	position: absolute;
	right: 12%;
	color: #fff;
	line-height: 40px;
	z-index: 1000;
	/*top: 10px;*/
	display: flex;
	justify-content: center;
	align-items: center;
}
#cartDiv img {
	width: calc(100vw - 90vw);
	/*vertical-align: bottom;*/
}

.cart_amount {
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: 20px;
	right: 5px;
	background-color: #f085ff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}


@-webkit-keyframes AnimationName {
    0%{background-position:19% 0%}
    50%{background-position:82% 100%}
    100%{background-position:19% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:19% 0%}
    50%{background-position:82% 100%}
    100%{background-position:19% 0%}
}
@-o-keyframes AnimationName {
    0%{background-position:19% 0%}
    50%{background-position:82% 100%}
    100%{background-position:19% 0%}
}
@keyframes AnimationName {
    0%{background-position:19% 0%}
    50%{background-position:82% 100%}
    100%{background-position:19% 0%}
}	
}


.header_logo div {
	color: #fff;
	text-align: center;
	width: 47vw;
	position: relative;
	left: -10vw;
	right: 0;
	top: 0vh;
	bottom: 0;
	float: left;
}

.banner {
	width: 100%;
	height: auto;
	position: absolute;
	top: -1vh;
	z-index: 0;
}
.banner img {
	width: 60%;
}
		
.containerSwipe {
	width: 100%;
	height: auto;
	position: relative;
	margin: 5% 0 5% 0;
	background-color: #fff;
	box-shadow: 0px 0px 8px #dfd2e4;
}

.Catfix {
	position: sticky !important;
	z-index: 10;
	top: 0;
	box-shadow: 0px 0px 12px #646464 !important;
}

.con_food {
	padding-bottom: 15vh;
	margin-bottom: 0 !important;
}

.index_title {
	color: #333;
	padding: 10px 0 0 10px;
	box-sizing: border-box;
	z-index: 10;
	position: relative;
}

.index_titleBanner {
	color: #fff;
	z-index: 10;
	position: relative;
	margin-left: 13vw;
}

.null{width:100%; height:15vh; position:relative; float:left;}
	
.indexBox {
	width: 40vw;
	height: 40vh;
	position: relative;
	float: left;
	box-sizing: border-box;
	padding: 5px;
	z-index: 0;
	border: 1px solid #e3e3e3;
	margin: 10px 0 10px 10px;
}

.indexBox img {
	width: 100%;
	height: 20vh;
	object-fit: cover;
}

.index_productName {
	max-width: 100% !important;
	height: auto;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 15px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.index_productNameB {
	max-width: 100% !important;
	height: 7vh;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 15px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.index_price {
	width: 50% !important;
	height: auto;
	float: left;
	/* margin-top: 10px; */
	color: #cd5c5c;
	position: absolute;
	bottom: 5px;
}

.index_addcart {
	width: 30px !important;
	height: 30px;
	position: absolute;
	background-color: #562978;
	float: right;
	margin-top: 10px;
	border-radius: 50%;
	right: 0;
	bottom: 0;
}
.index_addcart img {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.sidenav {
	z-index: 9999 !important;
}

.container_all {
	width: 100%;
	height:90vh;
	position: relative;
	top: 0;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #f4f4f4;
	padding-bottom: 15vh;
}

.container_all_checkout, .container_all_freecard, .container_all_redeem, .container_all_daily {
	width: calc(100vw - 0vw);
	height:80vh;
	position: relative;
	top: 0;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #f4f4f4;
}

.proFaded {
	width: 100%;
	position: absolute;
	float: left;
	z-index: 100;
	height: auto;
	bottom: 8vh;
}
.proFaded img {width:100%;}

.product_container {
	width: 100%;
	height: auto;
	position: relative;
	box-sizing: content-box;
	padding: 1% 0 1% 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #e3e3e3;
}

.product_image2 {
	width: 50%;
	height: 150px;
	position: relative;
	float: left;
	padding: 3%;
	box-sizing: border-box;
}
.product_image2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product_info2 {
	width: 30%;
	height: 16vh;
	position: relative;
	float: left;
	box-sizing: border-box;
	padding: 0 0 0 5px;
}
.product_info2 div {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	margin-top: 5%;
	line-height: 15px;
}

.product_image {
	width: 100%; /*40%;*/
	height: auto;
	position: relative;
	float: left;
}
.product_image img {
	width: 90%;
	/*height: 100%;*/
	object-fit: cover;
}

.product_code {
	width: max-content !important;
	color: #fff;
	background-color: #562978;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3vh !important;
	border-radius: 10px;
	margin: 5px 0 5px 0;
	padding: 5px;
}

.product_info {
	width: 40%;
	height: auto;
	position: relative;
	float: left;
	box-sizing: border-box;
	padding: 0 0 0 5px;
}
.product_info div {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	margin-top: 5%;
	/*line-height: 15px;*/
}

.product_cart {
	width: 15%;
	height: auto;
	float: left;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 1px solid #cecece;
}

.addcart {
	width: 30px !important;
	height: 30px;
	position: relative;
	background-color: #562978;
	float: right;
	border-radius: 50%;
}
.addcart img {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}	

.catList {
	width: auto !important;
	height: auto;
	position: relative;
	float: left;
	font-family: century;
	font-size: 5.5vw;
	color: #333;
	min-width: fit-content !important;
	/*margin: 0 20px 0 10px;*/
	padding: 10px 20px;
}

.catList::after {
	content: "";
	box-sizing: content-box;
	/*padding: 0 15px 0 0;*/
	height: 10px;
	display: inline-block;
}

.menu-highlighted {
    background-color : #552978 ;
    color : #fff;
}
	
/* Cart.php*/	
.cartproduct_image {
	width: 40%;
	height: auto;
	position: relative;
	float: left;
	padding: 2%;
	box-sizing: border-box;
}
.cartproduct_image img {
	width: 100%;
	height: 15vh;
	object-fit: cover;
}

.cartproduct_code {
    width: 60% !important;
    color: #fff;
    background-color: #562978;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3vh !important;
    border-radius: 10px;
    padding-right: 0 !important;
}

.cart_option {
    margin: 5px auto 0 auto;
    color: #562978;
    float: left;
    text-align: center;
    padding: 5px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    width: 50%;
}

.cartproduct_info {
	width: 40%;
	height: auto;
	position: relative;
	float: left;
	box-sizing: border-box;
	padding: 0 0 0 6px;
}
.cartproduct_info div {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin-top: 5%;
    line-height: 15px;
    padding-right: 5px;
}
.cartTotal {
	width: 35%;
	height: auto;
	float: left;
	position: relative;
	border-left: 1px solid #cecece;
}
.cartAmount {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cartAmount img {
    width: 60%;
    height: auto;
    position: relative;
    background-color: #562978;
    border-radius: 50%;
    box-sizing: content-box;
    padding: 20%;
}

.itemQty {
    text-align: center;
    float: left;
    position: relative;
}

.pmQtyBtn {
    width: 20% !important;
    position: relative;
    float: left;
}

.cartTotalPrice {
    width: 70%;
    height: 20px;
    float: left;
    text-align: center;
    border-radius: 15%/50%;
    color: #f00;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
}

.totalCheckout {
	width: 100%;
	height: 10vh;
	position: fixed;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center !important;
	background-color: #562978;
	box-shadow: 0 0 10px #000;
	color: #fff;
}

.totalCheckout div {
	box-sizing: border-box;
	padding-left: 10px;
}

.point_count {
	width: 100%;
	height: 35vh;
	position: relative;
	background-color: #562978;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
}

.point_count p {
	width: 100%;
	height: auto;
	color: #fff;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	top: 10vh;
	font-size: 20px;
}

.counter {
	width: 100%;
	height: 100%;
	font-family: digit;
	font-size: 70px;
	text-align: center;
	color: #fff;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
}

.pointBox {
	width: 45%;
	height: auto;
	position: relative;
	float: left;
	box-sizing: border-box;
	padding: 5px;
	z-index: 0;
	border: 1px solid #e3e3e3;
	margin: 10px 0 10px 10px;
	background-color: #fff;
}

.pointBox img {
	width: 100%;
	height: 15vh !important;
	object-fit: cover;
}

.index_productName {
	max-width: 100% !important;
	height: auto;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 16px;
	max-height: 9vh;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index_productNameEng {
	max-width: 100% !important;
	height: auto;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 9vh;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.point_amount {
	width: 100% !important;
	height: auto;
	float: left;
	color: #f00;
	text-align: center;
	margin: 5px auto;
}

.point_redeem {
	width: 80% !important;
	position: relative;
	background-color: #5BA201;
	margin: 10px auto;
	border-radius: 20%/60%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	padding: 10px;
	box-sizing: border-box;
}
.point_redeem img {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.point_wallet {
	width: 30% !important;
	background-color: #fff;
	margin: 20px auto 10px auto;
	color: #666;
	border: 2px #666 dotted;
	border-radius: 15%/10%;
	position: relative;
}
.point_wallet img {
	width: 70%;
	display: block;
	margin: 0 auto;
}
.point_wallet p {
	font-size: 18px;
	color: #666;
	text-align: center;
	margin: 5px 0 5px 0 !important;
}

.container_QR {
	width: 100%;
	height: 90vh;
	position: relative;
	top: 0;
	overflow-y: auto;
	overflow-x: hidden;
	/* background-color: #562978; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.redemption_box {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	box-sizing: border-box;
	padding: 20px 10px 0 10px;
	text-align: center;
	color: #f00;
	line-height: 18px;
}

.redeem_box-active, .redeem_box {
	width: 40%;
	height: auto;
	position: relative;
	float: left;
	margin: 5px 0 5px 20px;
	border: 3px dotted #bdbdbd;
	box-sizing: border-box;
	padding: 3px;
}
.redeem_box-active img {
	width: calc(100vw - 78vw);
	margin: 0 auto;
	display: block;
	-webkit-animation: changeColor 2s infinite;
	-moz-animation:    changeColor 2s infinite;
	-o-animation:      changeColor 2s infinite;
	animation:         changeColor 2s infinite;
}


@-webkit-keyframes changeColor {
	0% {
	-webkit-filter:  brightness(1.0);
	-moz-filter:  brightness(1.0);
	-o-filter:  brightness(1.0);
	filter:  brightness(1.0);
	}

	50% {
	-webkit-filter:  brightness(0.5);
	-moz-filter: h brightness(0.5);
	-o-filter:  brightness(0.5);
	filter:  brightness(0.5);
	}
	
	100% {
	-webkit-filter:  brightness(1.0);
	-moz-filter:  brightness(1.0);
	-o-filter:  brightness(1.0);
	filter:  brightness(1.0);
	}	
}

@-moz-keyframes changeColor {
	0% {
	-webkit-filter:  brightness(1.0);
	-moz-filter:  brightness(1.0);
	-o-filter:  brightness(1.0);
	filter:  brightness(1.0);
	}

	50% {
	-webkit-filter:  brightness(0.5);
	-moz-filter:  brightness(0.5);
	-o-filter:  brightness(0.5);
	filter:  brightness(0.5);
	}
	
	100% {
	-webkit-filter:  brightness(1.0);
	-moz-filter:  brightness(1.0);
	-o-filter:  brightness(1.0);
	filter:  brightness(1.0);
	}	
}

@-o-keyframes changeColor {
	0% {
	-webkit-filter:  brightness(1.0);
	-moz-filter:  brightness(1.0);
	-o-filter:  brightness(1.0);
	filter:  brightness(1.0);
	}

	50% {
	-webkit-filter:  brightness(0.5);
	-moz-filter:  brightness(0.5);
	-o-filter:  brightness(0.5);
	filter:  brightness(0.5);
	}
	
	100% {
	-webkit-filter:  brightness(1.0);
	-moz-filter:  brightness(1.0);
	-o-filter:  brightness(1.0);
	filter:  brightness(1.0);
	}	
}

@keyframes changeColor {
	0% {
	-webkit-filter:  brightness(1.0);
	-moz-filter:  brightness(1.0);
	-o-filter:  brightness(1.0);
	filter:  brightness(1.0);
	}

	50% {
	-webkit-filter:  brightness(0.5);
	-moz-filter:  brightness(0.5);
	-o-filter:  brightness(0.5);
	filter:  brightness(0.5);
	}
	
	100% {
	-webkit-filter:  brightness(1.0);
	-moz-filter:  brightness(1.0);
	-o-filter:  brightness(1.0);
	filter:  brightness(1.0);
	}
}

.redeem_box img {
	width: calc(100vw - 78vw);
	filter: invert(0.49) opacity(0.3);
}

.redeem_btn {
	width: 50% !important;
	height: 40px;
	background-color: #5BA201;
	margin: 0;
	border-radius: 15%/50%;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	bottom: 0;
	color: #fff;
	font-weight: bold;
}
.redeem_btn img {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.redeemConfirm_btn {
	width: 50% !important;
	height: 30px;
	background-color: #5BA201;
	border-radius: 15%/50%;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	color:#fff;
}
.redeemConfirm_btn img {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.QRcode {
	width: 100%;
	height: 70vh;
	position: relative;
	float: left;
	box-sizing: border-box;
	padding: 0 10px 0 10px;
	text-align: center;
	color: #fff;
	line-height: 18px;
}
.QRcode img {
	width: 90%;
	margin-top: 20px;
}
	
.QRcode div{
	width:100%;
	height:auto;
	position:relative;
	}	

.freecard_box {
	width: 100%;
	height: 100%;
	position: relative;
	float: left;
	box-sizing: border-box;
	padding: 20px 10px 10px 10px;
	text-align: center;
	color: #e9967a;
	line-height: 30px;
	background-color: #f4f4f4;
	font-weight: bold;
}
	
.freecard_box img {
	width: 125%;
	position: absolute;
	top: -20%;
	left: 50%;
	transform: translate(-50%,50%);
}


	
.NoFree{
	width:100%;
	}
.NoFree img{
	width:80%;
    opacity:0.5;
    margin-top:20px;
}	
				

.terms {
	width: 100%;
	height: auto;
	position: relative;
	text-align: left;
	box-sizing: border-box;
	padding: 10px;
}
.terms ul {
	margin: 0 auto;
	list-style: radial-gradient;
	line-height: normal;
	display: inline-block;
	box-sizing: content-box;
	padding: 10px 10px 0 20px;
}

.product_option {
	width: 100%;
	height: auto;
	position: relative;
	text-align: left;
	box-sizing: border-box;
	padding: 10px;
}

.option {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
}

.option_title {
	text-align: left;
	box-sizing: border-box;
	padding: 5px;
	color: #fff;
	background-color: #562978;
	float: left;
	margin: 35px 0 10px 15px;
}

.option_topping, .option_select {
	float: left;
	box-sizing: border-box;
	padding: 10px 10px 0 20px;
}

.option_topping{width:70%;}
.option_select{	width: 30%;  font-size: 18px !important;}

.option_box {
	width: 100%;
	height: auto;
	position: relative;
	display: inline-block;
}

.switch {
	position: relative;
	width: 50px;
	height: 25px;
	float: right;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 4px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(23px);
  -ms-transform: translateX(23px);
  transform: translateX(23px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.validDate {
	color: #903;
	text-align: center;
	margin: 10px 0 10px 0;
}	

.topup_header {
	width: 100%;
	height: 30vh;
	position: relative;
	background-color: #562978;
	color: #fff;
	box-sizing: border-box;
	padding-top: 25%;
}
 
.topup_header div {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
}

.topup_step{
    width:100%;
}

.topup_step img {
    width: 20%;
    margin: 20px auto;
    display: block;
}

.input_topup {
	width: 80%;
	padding: 15px 10px;
	background: #fff;
	outline: 1px;
	border: 1px solid #e3e3e3;
	color: #b3b3b3;
	position: relative;
	margin: 20px auto;
	display: block;
	font-size: 20px;
}

.topup_pay {
	width: 80%;
	height: 30px;
	position: relative;
	background-color: #5BA201;
	margin: 0 auto;
	padding: 10px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.topup_pay::before {
	content: "";
	background-image: url("../images/icon/icon-25.png");
	width: 50px;
	height: 50px;
	position: absolute;
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	transform: translateX(100%);
	filter: invert();
}

.topup_history {
	width: 100%;
	height: auto;
	position: relative;
	box-sizing: border-box;
	padding: 20px 20px 15vh 20px;
}


.topup_history_table td, .topup_history_table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.topup_history_table { width:100%; border-collapse: collapse; font-size:14px;}
.topup_history_table th img {width:50%;}

.topup_history_table tr:nth-child(even){background-color: #f2f2f2;}

.topup_history_table  th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    width: 25%;  
}
.topup_title {background-color:#999; color:#fff;}
.topup_pending {color:#666;}
.topup_approve {color:#008000;}
.topup_reject {color:#f00;}

.remarks {
	width: 90%;
	resize: none;
	font-size: 12px;
	border-radius: 10px;
	border-style: none;
}
.remarks:focus{
    outline: none;
}

.option_btn {
	padding: 10px 20px;
	font-size: 18px;
	margin: 10px auto;
	background-color: #5BA201;
	color: #fff;
	border-radius: 20px;
	border: none;
}


.profileBox {
	width: 100%;
	height: 20vh;
	position: relative;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #562978;	
}
	
.profile_photo {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	z-index: 1;
	margin: 0 auto;
	position: relative;
	border: 2px dashed #999;
	background-color: #fff;
}

.profile_photo img {
	width: 100%;
	height: 100%;
	z-index: 1;
	position: relative;
	clip-path: circle(48px at center);
	object-fit: cover;
}

.profile_photo p {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #3C3E20;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}

.profile_upload {
	width: 30px;
	height: 30px;
	font-size: 18px;
	background-color: #000;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	position: absolute;
	bottom: 0;
	right: -10px;
}

.profile_upload img {
	width: 15px;
	height: 15px;
	filter: invert(1);
}

.profile_infoBox {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	box-sizing: border-box;
	padding: 15% 2% 2% 2%;
}

.profile_left, .profile_right {
	height: auto;
	position: relative;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	color: #999;
}
.profile_left {width:30%; text-align:left;}
.profile_right {width:70%; text-align:right; word-break: break-word}	
.profile_right::after{content:" >"}
hr.profile {
	border: 1px solid #e3e3e3;
	position: relative;
	float: left;
	width: 100%;
	margin: 10px auto;
}

.turn {
	width: 70%;
	position: absolute;
}

/**.turn {
	width: 70%;
	height: 10vh;
	position: absolute;
	background-color: rgb(0, 0, 0, 0.7);
	z-index: 9999;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	border-bottom-left-radius: 20% 70%;
	border-bottom-right-radius: 20% 70%;
	display: flex;
	justify-content: center;
	align-items: center;
}**/

.turn_left, .turn_right {
	width: 50%;
	height: auto;
	position: relative;
	float: left;
	text-align: center;
}
	
.turn_left div, .turn_right div{
	font-size:15px;
	color:#CCC;
	}	
	
.turn_left div:nth-child(2){
	font-size:40px;
	color:#fff;
	}	
	
.turn_right div:nth-child(2){
	font-size:40px;
	color:#ff0;
	}	


.iced_btn {font-size: 18px !important;}
.sugar_btn {font-size: 13px !important;}

.checkout_container_delivery {
	width: 100%;
	height: auto;
	position: relative;
	margin: 5% 0 0 0;
	background-color: #fff;
	box-shadow: 0px 0px 8px #dfd2e4;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px;
}

.checkout_container_delivery p {
	font-size: 16px;
	background-color: #562978;
	color: #fff;
	display: block;
	width: 30%;
	padding: 5px;
	text-align: center;
	position: relative;
	float: left;
}

.checkout_container {
	width: 100%;
	height: auto;
	position: relative;
	margin: 5% 0 0 0;
	background-color: #fff;
	box-shadow: 0px 0px 8px #dfd2e4;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px;
}
.checkout_container p {
	font-size: 16px;
	background-color: #562978;
	color: #fff;
	display: block;
	width: 30%;
	padding: 5px;
	text-align: center;
	position: relative;
	float: left;
}
.checkout_edit {
	float: right;
	width: 20%;
	text-align: right;
}
.checkout_edit img{width:40%;}

.checkout_infoA { width:15%; position:relative; float:left; color:#666;}
.checkout_infoB { width:85%; position:relative; float:left; color:#999;}

.checkout_infoA, .checkout_infoB {  line-height: 30px; margin: 5px 0 5px 0;}

.checkout_infoB img {
	width: 10%;
	float: right;
}

.checkoutItem {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	margin-top: 10px;
}

.checkoutItem_A{
    width:5%;
    height:auto;
    position:relative;
    float:left;
}

.checkoutItem_B{
    width:15%;
    height:auto;
    position:relative;
    float:left;
}

.checkoutItem_C{
    width:45%;
    height:auto;
    position:relative;
    float:left;
    padding-left: 10px;
}
.checkoutItem_C div {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	color: #666;
	font-size: 12px;
	padding-left: 10px;
	margin-top: 5px;
}

.checkoutItem_C div::before {
    content:"- ";
}

.checkoutItem_C2{
    width:10%;
    height:auto;
    position:relative;
    float:left;
    padding-left: 10px;
}
.checkoutItem_C2::before {
    content:"x ";
}

.checkoutItem_D{
    width:20%;
    height:auto;
    position:relative;
    float:left;
    padding-left: 10px;
    color:#666;
}

hr.checkout {
	width: 100%;
	border: 2px solid #e3e3e3 !important;
	position: relative;
	float: left;
}

.checkout_total {
	position: relative;
	float: right;
	text-align: right;
    background-color: #f00;
    color: #fff;
    padding: 5px;
    margin-top: 10px;
}

.checkout_total::before{
    content:"总额";
    color:#fff;
}

.checkout_subtotal {
	position: relative;
	float: right;
	text-align: right;
	color: #f00;
	width: 100%;
	
}

.checkout_subtotal::before{
    content:"SubTotal";
    color:#666;
    font-size: calc(100vw - 96vw) !important;
}

.checkout_gst {
	position: relative;
	float: right;
	text-align: right;
	color: #f00;
	width: 100%;
}

.checkout_gst::before{
    content:"GST";
    color:#666;
    font-size: calc(100vw - 96vw) !important;
}

.checkout_btn {
	width: 100%;
	height: 10vh;
	position: relative;
	float: left;
	background-color: #562978;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.containerRadio {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	margin-top: 5%;
}
	
/* Radio Css*/
.container_radio {
	display: block;
	position: relative;
	padding-left: 25px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 50%;
	float: left;
}

.container_radio img {
	width: 90%;
}

.container_radio div {
	width: 100%;
	position: relative;
	color: #f00;
	text-align: center;
}

.container_radio div::before{
    content:"( $";
}
.container_radio div::after{
    content:" )";
}

.ewallet {width:90% !important;}

.container_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border: 1px solid #562978;
	border-radius: 50%;
}

.container_radio:hover input ~ .checkmark {
  background-color: transparent;
}

.container_radio input:checked ~ .checkmark {
	background-color: #562978;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container_radio input:checked ~ .checkmark:after {
  display: block;
}	

.container_radio .checkmark::after {
	content: "";
	width: 8px;
	height: 8px;
	font-size: 12px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(25%,25%);
}

.checkmark img, .checkmark2 img {
	filter: invert();
	width: 70% !important;
	left: 10%;
	top: 10%;
	position: absolute;
	transform: translate(10%,10%);
}

.checkmark2 {
	position: absolute;
	top: 10px;
	left: 0;
	height: 20px;
	width: 20px;
	border: 1px solid #562978;
	border-radius: 50%;
}

.container_radio:hover input ~ .checkmark2 {
  background-color: transparent;
}

.container_radio input:checked ~ .checkmark2 {
	background-color: #562978;
}

.checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}

.container_radio input:checked ~ .checkmark2:after {
  display: block;
}	

.container_radio .checkmark2::after {
	content: "";
	width: 8px;
	height: 8px;
	font-size: 12px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 2px;
	transform: translate(25%,25%);
}

.cart_empty {
	width: 100%;
	height: 80vh;
	position: relative;
	float: left;
	background-image: url("http://www.massinfo.com.my/bo8/cssjs/../images/icon/icon-23.png");
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center;
}

.history_date, .status, .status2 {
	height: auto;
	position: relative;
	float: left;
	color: #fff;
	background-color: #f00;
	padding: 5px;
	border-radius: 30px;
}

.status {
	border-radius: 0;
	margin: -10px; 
}
.status2 {
	background-color: #28bd09 !important;
	border-radius: 0;
	margin: -10px;
}

.history_id {
	position: relative;
	float: right;
	color: #fff;
	padding: 7px;
	border-radius: 30px;
	background-color: #562978;
	top: 0px;
}
.history_id::before{
    content:"订单编号 :";
}

.history_dine, .history_payment {
	height: auto;
	position: relative;
	float: left;
	padding: 3px;
	color:#f00;
}
.history_dine::before {content:"食用方式 : "; color: #666;}
.history_payment::before {content:"付款方式 : "; color: #666;}
.history_payment img{width:20%;}

hr.history {
	width: 100%;
	border: 1px solid #e3e3e3 !important;
	position: relative;
	float: left;
}

.container_confirm {
	width: 100%;
	height: 100vh;
	position: relative;
	top: 0;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #f4f4f4;
}

.confirm_top {
	width: 100%;
	height: 30vh;
	position: relative;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	background-image: url("http://www.massinfo.com.my/bo8/cssjs/../images/confirm_order.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0% 6%;
}
.confirm_logo {
	width: 50%;
	height: auto;
	position: absolute;
	z-index: 100;
	margin: auto;
	top: 40%;
	left: 50%;
	transform: translate(-50%,0%);
}
	
.confirm_logo img{
	width:100%;
	}
	
.confirm_logo div {
	color: #666;
	position: relative;
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
}

.confirm_textA, .confirm_textB, .confirm_textC, .tableNo, .dabao{
    width:100%;
    height:auto;
    position:relative;
    float:left;
    text-align:center;
}
.confirm_textA {color: #7cb725;margin-top: 30%;}
.confirm_textB {color: #666; line-height: 30px; margin-bottom: 20px;}
.confirm_textC, .confirm_textD {
	color: #f00;
	line-height: 30px;
	text-align: center;
	width: 80% !important;
	margin: 0 auto !important;
	display: block !important;
	position: relative !important;
	float: none !important;
}
.tableNo, .dabao {  font-size:80px; color: #562978; margin-bottom: 20px;}
.tableNo::after {
	content: "桌号";
	font-size: 16px;
	width: 100%;
	position: relative;
	float: left;
	color: #666;
}
.confirm_textC::before{content:"订单编号 : "; color:#666;}
.confirm_textD::before{content:"得到点数 : "; color:#666;}
.confirm_textD::after{content:" 分"; color:#666;}

.status_btn {
	position: relative;
	background-color: #562978;
	color: #fff;
	margin: 0 auto;
	display: block;
	width: fit-content;
	text-align: center;
	padding: 15px;
	border-radius: 30px;
	margin-top: 10px;
}

.status_container {
	width: 100%;
	height: 90vh;
	position: relative;
	top: 0;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #f4f4f4;
}

.status_top {
	width: 100%;
	height: 20vh;
	position: relative;
	background-color: #562978;
	display: flex;
	justify-content: center;
	align-items: center;
}

.delivery-fee{
	width: 100%;
	height: 37px;
    position:relative;
    float:left;
    background-image:url(../images/icon/icon-35.png);
    background-size:contain;
    background-repeat:no-repeat;
}

.delivery-fee::before {
	content: "外送油费 : ";
	color: #333;
	font-size: 15px;
	top: 15px;
	left: 40px;
	position: relative;
}
.deli-fee {
	width: 80%;
	left: 40%;
	position: relative;
	font-size: 17px;
	font-weight: bold;
	color: #f00;
}
.deli-info{
	width: 80%;
	left: 40%;
	position: relative;
	font-size: 14px;
	color: #666;
	margin: 0 0 10px 0;
}

.deli-time {
	width: 80%;
	left: 40%;
	position: relative;
	font-size: 17px;
	font-weight: bold;
	color: #f00;
}

.delivery-time{
	width: 100%;
	height: 37px;
    position:relative;
    float:left;
    background-image:url(../images/icon/icon-36.png);
    background-size:contain;
    background-repeat:no-repeat;
}

.delivery-time::before {
	content: "外送时间 : ";
	color: #333;
	font-size: 15px;
	top: 15px;
	left: 40px;
	position: relative;
}

.modal-content-operation img {
    width:100%;
	padding-top: 0 !important;
}

.modal-content-operation {
    padding-top: 0 !important;
}

#change-table-no {
    filter: invert(100%);
}


}