.pmQtyBtn {
    width:20%;
}

.profile_view { display: block; }
.profile_edit { display: none; }

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen, print and (max-width: 800px) {
    .cartAmount {
        justify-content: space-evenly;
    }
    
    #table-no {
        width:70%;
        position:relative;
        float:left;
    }
    
    .updateBtn {
        box-sizing: border-box;
        padding: 8px;
        border: none;
        color: #fff;
        position: relative;
        margin-left: 5%;
        margin-right: 5%;
        display: block;
        width: 40%;
        float:left;
        min-height: 37px;
    }
    
    .updateBtn img {
        width: 10%;
    }
    
    .profile_edit, .profile_edit2{
        display:none;
    }
    
    .order_status_btn {
    	padding: 10px 20px;
    	font-size: 18px;
    	margin: 10px auto;
    	background-color: #5BA201;
    	color: #fff;
    	border-radius: 20px;
    	border: none;
    }
    
    .container_index {
        max-width: 100vw;
    }
    
    .indexBox {
        /*background-image: url(../images/no-image.jpg);
        background-repeat:no-repeat;
        background-size: contain;*/
    }
    
    .footer {
        z-index:1000;
    }
    
    .sidenav a {
        padding: 8px 8px 8px 8px;    
        font: inherit;
    }
    .sidenav div {
        width:100vw;
    }
    
    .topup_pay1 {
    	width: 80%;
    	height: 30px;
    	position: relative;
    	background-color: #646464;
    	margin: 0 auto;
    	padding: 10px 10px;
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	color: #fff;
    }
    
    #tng_qrcode_content {
        top:10%;
        width:90%;
        left:5%;
    }
    
    #tng_qrcode_content img {
        width:100%;
        height: auto;
    }
    
    #modal_phone {
        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;
    }
    
    .checkout_phone_btn, .checkout_login_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;
    }
    }
}