html, body {
	margin: 0;
	background-color:#fff !important;
	visibility: hidden;
}


.convert {
	visibility: hidden;
	display: block;
}

.mobile {display: none;}
.hide {display:none !important;}

a {
	color:inherit !important;
	text-decoration: none !important;
}

@media screen and (max-width: 800px) {
	
.f1{font-family:century;}
.f2{font-family:centuryB;}
.f3{font-family:centuryI;}	
.f4{font-family:centuryBI;}	

/**
.s1{font-size:20px!important; line-height: 20px!important;}
.s2{font-size:15px!important; line-height: 20px!important;}
.s3{font-size:13px!important; line-height: 20px!important;}
.s4{font-size:12px!important; line-height: 20px!important;}
.s5{font-size:11px!important; line-height: 20px!important;}
.s6{font-size:10px!important; line-height: 20px!important;}
**/

.s0{font-size: calc(100vw - 89vw) !important;}
.s1{font-size: calc(100vw - 91vw) !important;}
.s2{font-size: calc(100vw - 93vw) !important;}
.s3{font-size: calc(100vw - 95vw) !important;}
.s4{font-size: calc(100vw - 96vw)!important;}

html, body {
	margin: 0;
	background: rgb(255,0,0);
	background: -moz-linear-gradient(180deg, rgba(255,0,0,1) 0%, rgba(176,0,0,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,0,0,1) 0%, rgba(176,0,0,1) 100%);
	background: linear-gradient(180deg, rgba(255,0,0,1) 0%, rgba(176,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000",endColorstr="#b00000",GradientType=1); 
	visibility: visible;
}


.convert {
	visibility: hidden;
	display: none !important;
}

.mobile {display: block;}
.hide {display: block !important;}

a {
	color: none !important;
	text-decoration: none !important;
}

.burger {
	width: 100%;
	height: auto;
}
.burger img{width:70%;}	

.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:60%;}
.option_select{	width: 40%;}

.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%;
}

.iced_btn {
	border: none;
	outline: none;
	padding: 10px 10px;
	background-color: #f1f1f1;
	width: 24%;
	font-size: 12px;
}

.iced_active {
	background-color: #f00;
	color: white;
}

.sugar_btn {
	border: none;
	outline: none;
	padding: 10px 10px;
	background-color: #f1f1f1;
	width: 18%;
	font-size: 12px;
}
.sugar_active {
	background-color: #f00;
	color: white;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 100;
	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;
}
.sidenav img {
	width: 10%;
	margin: 0 10px 10px 10px;
	vertical-align: middle;
}
.sidenav a:hover{
  color: #818181;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 10%;
	/* font-size: 36px; */
	/* margin-left: 50px; */
}
.closebtn img {
	width: 150%;
	position: absolute;
}

.footer {
	width: 100%;
	height: 10vh;
	position: fixed;
	bottom: 0;
	background-color: #fff;
	box-shadow: 0 0 10px #666;
	z-index:100;
}	
.footer_A, .footer_B, .footer_C {
	position: relative;
	float:left;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer_A{width:20% !important; height:100% !important;}
.footer_B{width:59% !important; height:100% !important; border-left:1px solid #e3e3e3; border-right:1px solid #e3e3e3; color: #e10000;}
.footer_C{width:20% !important; height:100% !important;}

.footer_cart img {width: 100%;}
.footer_cart span {
	width: 20px;
	height: 20px;
	background-color: #f00;
	display: flex;
	position: absolute;
	right: 0;
	bottom: 0;
	transform: translate(-30%,-30%);
	/*transform: translate(-140%,-230%);*/
	border-radius: 50%;
	color: #fff;
	font-size: 10px;
	justify-content: center;
	align-items: center;
}
.footer_checkout, .footer_cart {width:70%; box-sizing:border-box; padding:5px;}
.footer_checkout img {width:100%;}

.containerAll {
	width: 100%;
	height: 90vh;
	position: relative;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-bottom: 10vh;
}
	
.sidebar {
	width: 40vw;
	height: 80vh;
	position: fixed;
	background-color: #f4f4f4;
	box-sizing: border-box;
	padding: 7% 0 4% 0;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	top: 50%;
	left: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-100%, -50%);
	z-index: 9800;
}

.side_button, .side_button2, .side_button3 {
	width: 80%;
	height: auto;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 5px 0;
}
.side_button img, .side_button2 img, .side_button3 img {
	width: 40%;
	filter: contrast(0.1);
	margin: 0 auto;
	display: block;
}

.side_button2 {
	position: absolute !important;
	bottom: 15%;
	left: 0;
	transform: translate(10%,0%);
	border-top:2px solid #e3e3e3; 
	padding-top:50px;
}
.side_button3 {
	position: absolute !important;
	bottom: 0;
	left: 0;
	transform: translate(10%,0%);
}

.side_button div, .side_button2 div, .side_button3 div {
	width: 100%;
	color: #999;
	text-align: center;
}

.sidebar_btnBox {
	width: 30px;
	height: 90px;
	position: absolute;
	top: 50%;
	right: 0%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f4f4f4;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(100%, -50%);
	border-top-right-radius: 150px;
	border-bottom-right-radius: 150px;
}

.sidebar_btnBox::button {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;	
	}
.sidebar_btn {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
	width: 17px;
	height: 17px;
	background-image: url(../images/side.png);
	background-size: contain;
	background-repeat: no-repeat;
}
/*.sidebar_btn {
	width: 5px;
	height: 40px;
	background-color: #c4c4c4;
	border-style: none;
	outline: none;
	display: inline-block;
}*/

.sidebar_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;
}

.sidebar_transform-active {
	background-color: #f4f4f4;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transition: all 1s ease;
	box-shadow: 0 0 20px #000;
}

/**.header_container {
	width: 100%;
	height: 10vh;
	position: relative;
	box-shadow: 0 0 5px #000;
 background: rgb(241,241,241);
background: radial-gradient(circle, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%); 
} **/

.header_container {
	width: 100%;
	height: 10vh;
	position: relative;
 background: transparent;
}

	
.header_container_a{
    width:15%;
    height:10vh;
    position:relative;
    float:left;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align: center;
}

/**.header_container_a img {
	width: 60%;
	filter: contrast(10%);
} **/

.header_container_a img {
	width: 60%;
	filter: invert(1);
}

.header_container_b{
    width:70%;
    height:10vh;
    position:relative;
    float:left;
    display:flex;
    justify-content:center;
    align-items:center;    
}
.header_container_b img {
    height:70%;
}
	

.index_header{
	width:100%;
	height:40vh;
	position:relative;
	float:left;
	}

.header_logo {
	width: 50%;
	height: 40vh;
	margin: 0 auto;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -15%);
}
	
.header_logo img {
	height: 70%;
	bottom: 0;
	position: absolute;
	filter: invert(1) drop-shadow(0px 0px 5px #000);
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.header_logo div:nth-child(2) {
	position: absolute;
	float: left;
	bottom: -7vh;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 100%;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 5px #000;
}
.header_logo div:nth-child(3) {
	position: absolute;
	float: left;
	bottom: -10vh;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 100%;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 5px #000;
	height: auto;
}

.logoBG {
	width: 100%;
	height: 40vh;
	position: absolute;
	margin: 0 auto;
	z-index: 0;
	top: 0;
}	
.logoBG img {
	height: 100%;
	opacity: 0.5;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.container_carousel {
	width: 100%;
	height: 30vh;
	position: relative;
	z-index: 10;
	margin: auto;
	top: 50vh;
	left: 0;
	bottom: 50vh;
	right: 0;
	float: left;
	box-shadow: 0 0 10px #6a0000;
}

.index_categoryBox {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	margin-top: 30px;
	box-sizing: border-box;
	padding: 10px;
}
.index_category_title {
	width: 100%;
	position: absolute;
	z-index: 0;
	color: #fff;
	text-align: right;
	bottom: 7px;
	right: 10px;
	text-shadow: 1px 3px 5px #000;
}
.index_category_1 {
	width: 48%;
	height: 40vh;
	position: relative;
	float: left;
}
.index_category_1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 25%;
	border-radius: 15px;
	box-shadow: 0 0 5px #500;
}

.index_category_2, .index_category_3 {
	width: 48%;
	height: 19vh;
	position: relative;
	float: left;
	margin-left: 4%;
	margin-bottom: 10px;
}
.index_category_2 img, .index_category_3 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
	box-shadow: 0 0 5px #500;	
}

.index_category_3 {margin-bottom:0 !important;}

.container_all2{
    background-color:#fff !important;
}

.container_all, .container_all2 {
	width: 100%;
	height: 80vh;
	position: relative;
	top: 0;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #f4f4f4;
}

.containerSwipe {
	width: 100%;
	height: auto;
	position: relative;
	margin: 5% 0 5% 0;
	float: left;
	background-color: #fff;
	box-shadow: 0px 0px 6px #dbdbdb;
}

.containerSwipe2 {
	width: 20%;
	height: auto;
	position: relative;
	margin: 10% 0 0% 0;
	float: left;
}

.containerProduct2 {
	width: 80%;
	height: 70vh;
	position: relative;
	margin: 5% 0 5% 0;
	float: left;
	background-color: unset;
	overflow-x: scroll;
}

.productItem {
	width: 100% !important;
	padding: 20px 0 20px 10px;
	box-sizing: border-box;
	line-height: 16px !important;
	color: #666;
	border-bottom: 1px solid #e3e3e3;
}


.index_titleBanner {
	color: #fff;
	z-index: 1;
	position: relative;
	width: 100%;
	text-shadow: 1px 1px 5px #000;
	text-align: center;
}

.banner {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	z-index: 0;
	left: 50%;
	transform: translate(-30%,-15%);
}
.banner img {
	width: 60%;
	filter: hue-rotate(130deg);
}
.indexBox {
	width: 40vw !important;
	height: 31vh !important;
	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: 15vh;
	object-fit: cover;
}

.index_title {
	color: #fff;
	padding: 10px 0 10px 0;
	box-sizing: border-box;
	z-index: 10;
	position: relative;
	text-align: center;
	background-color: #f00;
	width: 40%;
	margin: 0 auto;
	text-shadow: 1px 1px 5px #310000;
}

.product_container2 {
    background-color:#fff;
}

.product_container, .product_container2 {
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: content-box;
    padding: 5% 0 2% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #e3e3e3;
}
.product_image {
	width: 40%;
	height: auto;
	position: relative;
	float: left;
}
.product_image img {
    width:100%;
	height: 15vh;
	object-fit: cover;
	margin: 0 auto;
    display: block;
}

.no-product{
    width: 100%;
    height: 70vh;
    position: relative;
    box-sizing: content-box;
    padding: 5% 0 2% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #e3e3e3;    
}

.no-product img{
	width: 90%;
}

.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;
}
.index_productName {
	max-width: 100% !important;
	height: 6vh;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 15px;
	max-height: 9vh;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.index_price {
	width: 50% !important;
	height: auto;
	float: left;
	color: #f00;
}

.index_addcart {
	width: 40px !important;
	height: 40px !important;
	position: absolute;
	background-color: #f00;
	bottom: 0;
	right: 0;
	border-top-left-radius: 25px;
}

.index_addcart img {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	filter: invert(1);
}
.addcart {
	width: 40px !important;
	height: 40px;
	position: relative;
	background-color: #f00;
	float: right;
	border-radius: 50%;
}
.addcart img {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	filter: invert(1);
}

.addcart2 {
	width: 25px !important;
	height: 25px;
	position: relative;
	background-color: #f00;
	float: right;
	border-radius: 50%;
}
.addcart2 img {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	filter: invert(1);
}
.container_pt_1 {
	width: 100%;
	height: 30vh;
	position: relative;
	float: left;
}

.login_icon {
	width: 150px;
	height: auto;
	position: relative;
	margin: 0 auto;
	padding: 10px;
}
.login_icon img {
	width: 100%;
	filter: invert(60%) sepia(100%) hue-rotate(330deg) brightness(80%);
}

.user {position: relative;}

.login_text {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #f00;
	font-weight: bold;
	margin: 10px auto;
	text-align: center;
}

.login_user, .login_pass, .register_input, .input_user, .input_pass,.input_contact, .input_email, .input_dob {
	width: 90%;
	padding: 15px 30px;
	outline: 1px;
	border: 1px solid #e3e3e3;
	color: #666;
	position: relative;
	border-radius: 25px;
	box-shadow: 0 0 10px #e3e3e3;
	margin: 10px auto;
	display: block;
	background-size: 8% !important;
	background-repeat: no-repeat !important;
	background-position: 8px center !important;
}
.login_user, .input_user{background: #fff url(../images/icon/icon-15.png);}
.login_pass, .input_pass{background: #fff url(../images/icon/icon-16.png);}
.input_reg{background: #fff url(../images/icon/icon-17.png);}
.input_contact{background: #fff url(../images/icon/icon-17.png);}
.input_email{background: #fff url(../images/icon/icon-18.png);}
.input_dob{background: #fff url(../images/icon/icon-19.png);}


.rolldate-container .rolldate-panel {font-family:century !important; z-index: 9950 !important;}
.rolldate-container .rolldate-mask {z-index: 9910 !important;}
.col-xs-6 {width: 100% !important; padding: 0 !important; z-index: 10000 !important;}

.login_submitBtn,.register_Btn {
	width: 80%;
	height: 15px;
	position: relative;
	border: unset;
	box-sizing: content-box;
	padding: 10px;
	border-radius: 10%/50%;
	color: #fff;
	margin: 10px auto;
	display: block;
}
.login_submitBtn {	background-color: #f00;}
.register_Btn {	background-color: #090;}


.register_input {
	position: relative;
	margin: 5px 0 5px 0;
}

.forgotPass {
	margin: 5px 0 0 0;
	color: #f00;
	text-align: center;
}
.or {
	color: #999;
	width: 90%;
	height: 2px;
	position: relative;
	text-align: center;
	margin: 20px auto;
	background-color: #e3e3e3;
}

.or span {
	position: absolute;
	margin-top: -10px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	width: 20%;
}

.register_input {
	position: relative;
	margin: 5px 0 5px 0;
}

.pt_box {
	width: 60%;
	height: 10vh;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	z-index: 10;
	border-radius: 10px;
	box-shadow: 0 0 10px #000;
	display: flex;
	align-items: center;
	justify-content: center;
}	
.pt_box span {
	color: #f00;
	padding: 0 10px;
	font-weight: bold;
}

.pt_box span::after {
	content: " 点";
	color: #000;
	font-size: 13px;
}

.container_point {
	width: 100%;
	height: auto;
	margin-top: 40px;
	position: relative;
	float: left;
}

.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: 20vh;
	object-fit: cover;
}

.product_code {
	width: 30% !important;
	color: #fff;
	background-color: #f00;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3vh !important;
	margin: 5px 0 5px 0;
	padding: 3px 8px;
	box-sizing: content-box;
}

.point_amount {
	width: 100% !important;
	height: auto;
	color: #f00;
	text-align: center;
	display: inline-block;
}

.point_redeem {
	width: 100% !important;
	height: 30px;
	position: relative;
	background-color: #5BA201;
	/** border-radius: 25%/50%; **/
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5% auto 5% auto;
	color: #fff;
}

.NoFree {
	width: 100%;
	height: 70vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.NoFree img {
	width: 60%;
	opacity: 0.5;
	margin: 0 auto;
	display: block;
}

.profileBox {
	width: 100%;
	height: 20vh;
	position: relative;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
}
	
.profile_photo {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	z-index: 1;
	margin: 0 auto;
	position: relative;
	border: 2px dashed #999;
}

.profile_photo img {
	width: 100%;
	height: 100%;
	z-index: 1;
	position: relative;
	clip-path: circle(48px at center);
}

.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 {
	width: 50%;
	height: auto;
	position: relative;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	color: #999;
}
.profile_left {text-align:left;}
.profile_right {text-align:right;}	
.profile_right::after{content:" >"}
hr.profile {
	border: 1px solid #e3e3e3;
	position: relative;
	float: left;
	width: 100%;
	margin: 10px auto;
}

.status_top {
	width: 100%;
	height: 20vh;
	position: relative;
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
}

.status_btn {
	position: relative;
	background-color: #F00;
	color: #fff;
	margin: 0 auto;
	display: block;
	width: 35%;
	text-align: center;
	padding: 10px;
	border-radius: 30px;
	margin-top: 10px;
}

.status_container {
	width: 100%;
	height: 60vh;
	position: relative;
	top: 0;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #f4f4f4;
}

.status_top {
	width: 100%;
	height: 20vh;
	position: relative;
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
}

.turn {
	width: 70%;
	position: absolute;
}

.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;
	}
	
.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: #FF0000;
	color: #fff;
	display: block;
	width: fit-content;
	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:20%; position:relative; float:left; color:#666;}
.checkout_infoB { width:80%; position:relative; float:left; color:#f00;}

.checkout_infoA, .checkout_infoB {  line-height: 30px;}

.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:10%;
    height:auto;
    position:relative;
    float:left;
}

.checkoutItem_C{
    width:50%;
    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: 3px 0 0 10px;
	box-sizing: border-box;
}
.checkoutItem_C2::before {
    content:"x ";
}

.checkoutItem_D{
    width:20%;
    height:auto;
    position:relative;
    float:left;
    padding-left: 10px;
    color:#f00;
}

hr.checkout {
	width: 100%;
	border: 2px solid #e3e3e3 !important;
	position: relative;
	float: left;
}

.checkout_total {
	position: relative;
	float: right;
	text-align: right;
	color: #f00;
}

.checkout_total::before{
    content:"Total";
    color:#666;
}

.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: #FF0000;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}	

/* Cart.php*/	
.cartproduct_image {
	width: 20%;
	height: auto;
	position: relative;
	float: left;
	background-color: #000;
}
.cartproduct_image img {
	width: 100%;
	height: 15vh;
	object-fit: cover;
}

.cartproduct_code {
    width: 30% !important;
    color: #fff;
    background-color: #FF0000;
    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: #F00;
    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: space-evenly; /*center;*/
	align-items: center;
}

.cartAmount img {
    width: 60%;
    height: auto;
    position: relative;
    /*background-color: #FF0000; */
    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: #FF0000;
	box-shadow: 0 0 10px #000;
	color: #fff;
}

.totalCheckout div {
	box-sizing: border-box;
	padding-left: 10px;
}

.containerRadio {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin-top: 5%;
}

.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 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border: 1px solid #F00;
	border-radius: 50%;
}

.container_radio:hover input ~ .checkmark {
  background-color: transparent;
}

.container_radio input:checked ~ .checkmark {
	background-color: #F00;
}

.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 #F00;
	border-radius: 50%;
}

.container_radio:hover input ~ .checkmark2 {
  background-color: transparent;
}

.container_radio input:checked ~ .checkmark2 {
	background-color: #F00;
}

.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%);
}

.point_count {
	width: 100%;
	height: 35vh;
	position: relative;
	background-color: #F00;
	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;
}

.pointBox img {
	width: 100%;
	height: 20vh;
	object-fit: cover;
}
	
.container_confirm {
	width: 100%;
	height: 90vh;
	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: 81% 18%;
}

.confirm_logo {
	width: 40%;
	height: auto;
	position: absolute;
	z-index: 100;
	margin: auto;
	top: 50%;
	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%; padding: 10%; box-sizing: border-box;}
.confirm_textB {color: #666; line-height: 30px; margin-bottom: 20px;}
.confirm_textC, .confirm_textD {
	color: #f00;
	line-height: 30px;
	text-align: left;
	width: 60% !important;
	margin: 0 auto !important;
	display: block !important;
	position: relative !important;
	float: none !important;
}
.tableNo, .dabao {  font-size:80px; color: #F00; 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: #F00;
	color: #fff;
	margin: 0 auto;
	display: block;
	width: 45%;
	text-align: center;
	padding: 9px;
	border-radius: 30px;
	margin-top: 10px;
}

.status_container {
	width: 100%;
	height: 70vh;
	position: relative;
	top: 0;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #f4f4f4;
}

.status_top {
	width: 100%;
	height: 20vh;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

hr.big {
	border-top: 1px dotted #8a8a8a;
	width: 100%;
	margin: 8px auto;
	float: left;
}

.marquee {
    width:150vw;
    color: #f00;
    -moz-animation: marquee 10s linear infinite;
    -webkit-animation: marquee 10s linear infinite;
    animation: marquee 10s linear infinite; 
    }

    
@-moz-keyframes marquee {
    0% {transform: translateX(100%);}
    100% {transform: translateX(-120%);}
    }
    
@-webkit-keyframes marquee {
    0% {transform: translateX(100%);}
    100% {transform: translateX(-120%);}
    }
    
@keyframes marquee {
    0% {
      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%)
    }
    100% {
      -moz-transform: translateX(-100%);
      -webkit-transform: translateX(-120%);
      transform: translateX(-100%);
    } 
	
}