/* load font */
@import url('satoshi.css');

/* font-family: 'Satoshi-Variable'; */
/*--------------------------------
1. Body 
-------------------------------- */
body{
	/*background: url();
	background-size: 100%;*/
	background: #fff;
	position: relative;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom;
	font-family: 'Satoshi-Variable';
	overflow-x: hidden;
}
html, body{}
html{}
a:hover{
	text-decoration: none;
}
a:active{
	text-decoration: none;
}
a:focus{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
}
ul{
	margin: 0;
	padding: 0;
}
h1{
	font-size:30px;
}
h2{
	font-size:26px;
}
h3{
	font-size:24px;
}
h4{
	font-size:20px;
}
h5, h6{
	font-size:16px
}
p {
    margin: 0 0 15px;
}
::-webkit-input-placeholder{
   color: #2b2b2b;
}
:-moz-placeholder{ /* Firefox 18- */
   color: #2b2b2b;  
}
::-moz-placeholder{  /* Firefox 19+ */
   color: #2b2b2b;  
}
:-ms-input-placeholder{  
   color: #2b2b2b;  
}
.clear{
	clear: both;
}
.text-center{
	text-align: center !important;
}
.text-right{
	text-align: right !important;
}
.text-left{
	text-align: left !important;
}
/* ============================================================================== */
.wrap-main-header-section{
	position: relative;
	width: 100%;
	height: 300px;
}
.wrap-main-header-section > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-logo-sec{
	width: 140px;
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	margin: auto;
}
.main-logo-sec img{
	width: 100%;
}
.wrap-main-content-section{
	position: relative;
	margin-top: -40px;
	padding-bottom: 80px;
}
.wrap-main-content-section2{
	position: relative;
	padding-top: 25px;
	padding-bottom: 95px;
	margin-top: 50px;
}
.wrap-main-content-section3{
	position: relative;
	padding-top: 25px;
	padding-bottom: 95px;
	margin-top: 50px;
}
.container-sec-in{
	position: relative;
}
.bar-table-name-search{
	position: relative;
	border-radius: 25px;
	padding: 30px;
	background: #fff;
	margin-bottom: 30px;
}
.table-name{
	width: 100px;
}
.table-name h5{
	font-size: 14px;
	color: #000;
	font-weight: 400;
	margin-bottom: 0;
}
.table-name h4{
	font-size: 26px;
	color: #000;
	font-weight: 700;
	margin-bottom: 0;
}
.search-icon{
	color: #333333;
	font-size: 21px;
    position: absolute;
    left: 15px;
    top: 15px;
}
.search-bar-info input{
	width: 100%;
	padding-left: 50px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 13px;
	color: #333333;
	border: none;
	outline: none;
	border-radius: 17px;
	border: 1px solid #D6D2FF;
}
.search-bar-info{
	position: absolute;
	top: 25px;
	right: 30px;
	color: #000;
	width: 220px;
}
.section-menu-category-option{
	position: relative;
	margin-bottom: 30px;
}
h3.title-menu-category{
	font-size: 16px;
	color: #1E1948;
	font-weight: 700;
	margin-bottom: 20px;
}
ul.in-sec-item-menu-category{
	margin: 0;
	padding: 0;
	overflow-x: auto;
	white-space: nowrap;
}
ul.in-sec-item-menu-category li.active .item-category-text{
	color: #5541E6;
}
ul.in-sec-item-menu-category li.active .item-category-img{
	border: 4px solid #D6D2FF;
}
ul.in-sec-item-menu-category li{
	list-style: none;
	margin-right: 20px;
	display: inline-block;
	width: 77px;
	vertical-align: top;
}
.sec-item-menu-category{
	position: relative;
}
.item-menu-category{
	position: relative;
}
.item-category-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.item-category-img{
	width: 77px;
	height: 77px;
	border-radius: 50%;
	border: 4px solid transparent;
	margin-bottom: 10px;
}
.item-category-text{
	font-size: 12px;
	color: #1E1948;
	font-weight: 500;
	text-align: center;
}

ul.in-sec-item-menu-category::-webkit-scrollbar {
	width: 1px;
	height: 0px;
}
  
/* Track */
ul.in-sec-item-menu-category::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
   
/* Handle */
ul.in-sec-item-menu-category::-webkit-scrollbar-thumb {
background: #CFD6DE; 
}
  
/* Handle on hover */
ul.in-sec-item-menu-category::-webkit-scrollbar-thumb:hover {
	background: #b0b5bb; 
}
.section-menu-show-option{
	position: relative;
}
.item-section-menu-show-option{
	position: relative;
	display: none;
}
.item-section-menu-show-option-active{
	display: block !important;
	-webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.5s;
    -moz-animation-name: fadeIn;
    -moz-animation-duration: 0.5s;
    -ms-animation-name: fadeIn;
    -ms-animation-duration: 0.5s;
    -o-animation-name: fadeIn;
    -o-animation-duration: 0.5s;
    animation-name: fadeIn;
    animation-duration: 0.5s;
}
.item-menu-category-show-op{
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #E6E7EE;
	min-height: 164px;
}
.menu-category-detail-show{
	position: relative;
	padding-right: 160px;
}
h4.main-title-category-menu{
	font-size: 14px;
	color: #333333;
	font-weight: 500;
	margin-bottom: 10px;
}
h4.main-desc-category-menu{
	font-size: 11px;
	color: #333333;
	font-weight: 400;
	margin-bottom: 10px;
}
h4.main-price-category-menu{
	font-size: 14px;
	color: #333333;
	font-weight: 500;
	margin-bottom: 0px;
}
.sec-menu-category-picture{
	position: absolute;
	right: 0;
	top: 0;
}
.menu-cat-picture{
	width: 120px;
	height: 120px;
}
.menu-cat-picture img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.notes-info-menu h4{
	font-size: 14px;
	color: #333333;
	font-weight: 400;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 20px;
	padding-left: 45px;
}
.notes-info-menu.no-notes h4{
	padding-right: 0;
	padding-left: 0;
}
.notes-info-menu{
	position: relative;
	border: 1px solid #B8AFFD;
	border-radius: 10px;
	display: inline-block;
	margin-top: 15px;
	min-height: 45px;
	min-width: 45px;
}
.icon-notes-menu img{
	width: 100%;
}
.icon-notes-menu{
	position: absolute;
	left: 15px;
	width: 20px;
	top: 10px;
}
a.bt-add-menu-order img{
	width: 20px;
	display: inline-block;
}
a.bt-add-menu-order{
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #5541E6;
	color: #fff;
	text-align: center;
	padding-top: 7px;
	border-radius: 13px;
	z-index: 10;
}
.button-add-to-cart-order{
	position: relative;
	margin-top: -13px;
	text-align: right;
}


.number-count span {cursor:pointer; }
.number-count{
	position: relative;
	display: inline-block;
	background: #fff;
	border: 1px solid #B8AFFD;
    border-radius: 10px;
}
.minus, .plus{
	width: 33px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color: #5541E6;
	font-size: 30px;
    line-height: 41px;
}
.number-count input{
	width: 30px;
	height: 40px;
	color: #5541E6;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	background: transparent;
	outline: none;
	border: none;
	border-radius:4px;
	display: inline-block;
	vertical-align: middle;
}
.sec-floating-order{
	position: fixed;
	bottom: 20px;
	left: 10px;
	right: 10px;
	background: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	z-index: 12;
	border-radius: 20px;
	text-align: center;
}
.bt-floating-order-info h4{
	font-size: 15px;
    color: #fff;
    font-weight: 400;
	margin-bottom: 0;
	text-align: left;
}
.bt-floating-order-info{
	position: relative;
	display: inline-block;
	background: #5541E6;
	border-radius: 16px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 35px;
	padding-right: 25px;
	width: 100%;
	max-width: 500px;
}
.text-add-to-order img{
	width: 23px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.text-add-to-order{
	position: absolute;
	top: 12px;
	right: 35px;
	font-size: 15px;
	color: #fff;
	font-weight: 500;
}
.show{
	display: block !important;
	-webkit-animation-name: fadeInUp;
    -webkit-animation-duration: 0.5s;
    -moz-animation-name: fadeInUp;
    -moz-animation-duration: 0.5s;
    -ms-animation-name: fadeInUp;
    -ms-animation-duration: 0.5s;
    -o-animation-name: fadeInUp;
    -o-animation-duration: 0.5s;
    animation-name: fadeInUp;
    animation-duration: 0.5s;
}
.popup-image-menu{
	position: fixed;
	z-index: 9999;
	width: 100%;
	left: 0;
	bottom: 0;
	display: none;
}
.popup-image-menu-box img{
	width: 100%;
	border-radius: 10px;
	margin-bottom: 20px;
}
.popup-image-menu-box{
	background: #fff;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
}
h3.title-popup-img-info{
	font-size: 14px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
}
h4.title-popup-img-info2{
	font-size: 11px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 10px;
}
.body-block-popup:before{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 99;
	background: rgba(0,0,0, 0.7);
}
.bt-close-popup{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	background: #fff;
	color: #333333;
	position: absolute;
	top: -40px;
	right: 20px;
}

.popup-notes-menu{
	position: fixed;
	z-index: 9999;
	width: 100%;
	left: 0;
	bottom: 0;
	display: none;
}
.popup-notes-menu-box{
	background: #fff;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
}
h4.heading-notes-title{
	border-bottom: 1px solid #ECEAFF;
	padding-bottom: 10px;
	font-size: 14px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 25px;
}
h4.notes-title2{
	font-size: 13px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 10px;
}
.input-add-notes-menu{
	position: relative;
}
.icon-notes-edit-p{
	position: absolute;
	left: 15px;
	top: 11px;
	width: 20px;
}
.input-edit-notes-p{
	outline: none;
	width: 100%;
	padding-left: 50px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #CED2DC;
	border-radius: 7px;
	font-size: 12px;
	margin-bottom: 40px;
}
.bt-style-send:hover{
	background: #4434c2;
}
.bt-style-send{
	color: #fff;
	background: #5541E6;
	border-radius: 10px;
	width: 100%;
	max-width: 500px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: auto;
	display: block;
	outline: none;
	border: none;
	font-size: 14px;
	font-weight: 500;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.heading-chech-order{
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #1E1948;
	z-index: 14;
}
.bt-back-to img{
	width: 18px;
}
.bt-back-to{
	position: absolute;
	top: 20px;
	left: 20px;
}
.notes-check-order-menu span{
	color: #5541E6;
}
.notes-check-order-menu{
	font-size: 13px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 10px;
}
h4.main-price-category-menu2{
	font-size: 13px;
	color: #333333;
	font-weight: 400;
	margin-bottom: 10px;
}
.wrap-main-content-section2 .menu-cat-picture {
    width: 100px;
    height: 100px;
}
.wrap-main-content-section2 .button-add-to-cart-order{
	margin-top: 3px;
}
.bt-add-more-item i{
	margin-right: 5px;
}
.bt-add-more-item{
	font-size: 14px;
	font-weight: 500;
	color: #5541E6;
	display: inline-block;
	text-align: center;
}
.cta-add-more{
	text-align: center;
	margin-bottom: 20px;
}
.total-order-check{
	position: relative;
	border-top: 1px solid #B8AFFD;
	padding-top: 20px;
}
.item-total-check-item{
	position: relative;
	margin-bottom: 10px;
}
h4.title-item-total-check{
	color: #1E1948;
	font-size: 13px;
	font-weight: 500;
}
.nominal-total-price-item-check{
	color: #1E1948;
	font-size: 13px;
	font-weight: 400;
	position: absolute;
	top: 0;
	right: 0;
}
.item-total-check-item2{
	position: relative;
	margin-top: 30px;
}
h4.title-item-total-check2{
	color: #1E1948;
	font-size: 15px;
	font-weight: 700;
}
.nominal-total-price-item-check2{
	color: #1E1948;
	font-size: 15px;
	font-weight: 700;
	position: absolute;
	top: 0;
	right: 0;
}
.wrap-cta-order{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: auto;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #fff;
	text-align: center;
}
.bg-order{
	background: rgb(194,197,232);
	background: linear-gradient(0deg, rgba(194,197,232,1) 0%, rgba(221,216,233,1) 100%);
	height: 100vh;
	width: 100%;
}
.wrap-content-order-placed{
	position: relative;
	padding-top: 8%;
	padding-left: 25px;
	padding-right: 25px;
}
.img-order-placed img{
	width: 100%;
}
.img-order-placed{
	width: 100%;
	max-width: 500px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.box-order-placed{
	position: relative;
	background: rgba(255,255,255, 0.7);
	width: 100%;;
	max-width: 500px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	padding-bottom: 35px;
	border-radius: 25px;
	margin: auto;
	margin-top: -15px;
}
h3.title-placed-order1{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #333333;
}
h4.title-placed-order2 a{
	color: #5541E6;
	font-weight: 600;
	font-size: 14px;
}
h4.title-placed-order3{
	margin-bottom: 0 !important;
}
h4.title-placed-order2{
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 30px;
	color: #333333;
}
h4.title-placed-order3{
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 30px;
	font-style: italic;
	color: #828282;
}
.wrap-cta-bt-back-to-home{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
}
.bt-back-to-home:hover{
	background: #C2C5E8;
}
.bt-back-to-home{
	border: 2px solid #C2C5E8;
	color: #5541E6;
	border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	display: block;
	margin: auto;
	max-width: 500px;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.table-my-orders{
	width: 100%;
	border: none;
	margin-bottom: 20px;
}
.table-my-orders td{
	padding-bottom: 10px;
}
.table-order-col1{
	width: 10%;
}
.table-order-col2{
	width: 70%;
	padding-left: 10px;
}
.table-order-col3{
	width: 20%;
}
h4.title-table-my-order{
	font-size: 13px;
	font-weight: 500;
	color: #A9A6C2;
}
h4.title-table-my-order-numb{
	font-size: 12px;
	font-weight: 400;
	color: #A9A6C2;
}
h4.title-table-my-order-item{
	font-size: 12px;
	font-weight: 500;
	color: #4F4F4F;
}
h4.heading-titlepayment-details{
	font-size: 13px;
	color: #A9A6C2;
	font-weight: 500;
	margin-bottom: 20px;
}
h4.title-item-total-check-p{
    color: #828282;
    font-size: 11px;
    font-weight: 400;
}
.nominal-total-price-item-check-p{
    color: #828282;
    font-size: 11px;
    font-weight: 400;
    position: absolute;
    top: 0;
    right: 0;
}
h4.title-item-total-check2-p {
    color: #1E1948;
    font-size: 11px;
    font-weight: 500;
}
.nominal-total-price-item-check2-p {
    color: #1E1948;
    font-size: 11px;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 0;
}
.item-total-check-item2-p {
    position: relative;
    margin-top: 0px;
}
.table-number-order{
	position: relative;
	border-bottom: 1px solid #B8AFFD;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.table-order-icon{
	width: 25px;
	float: left;
	padding-top: 4px;
}
.table-order-icon img{
	width: 100%;
}
.table-order-info{
	margin-left: 35px;
}
.order-table-info1{
	font-size: 12px;
	color: #828282;
	font-weight: 400;
}
.order-table-info2{
	font-size: 13px;
	color: #333333;
	font-weight: 500;
}
.wrap-cta-order-pay{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #fff;
	box-shadow: -1px -3px 8px 1px rgba(0,0,0,0.15);
	-webkit-box-shadow: -1px -3px 8px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: -1px -3px 8px 1px rgba(0,0,0,0.15);
	text-align: center;
}
.pay-at-cashier{
	color: #5541E6;
    border-radius: 10px;
	border: 1px solid #B8AFFD;
    text-align: center;
	display: inline-block;
    padding-top: 7px;
    padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.floating-my-order.floating-my-order-add-new-order{
	bottom: 120px;
}
.floating-my-order{
	display: none;
	position: fixed;
	bottom: 20px;
	left: 0px;
	right: 0;
	text-align: center;
	width: 100%;
	z-index: 9;
}
.bt-my-order-cta img{
	width: 20px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}
.bt-my-order-cta:hover{
	background: #cd813e;
	color: #fff;
}
.bt-my-order-cta{
	background: #F2994A;
	color: #fff;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	border-radius: 10px;
	border: 2px solid #978AF9;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.notif-order{
	position: relative;
	border: 2px solid #B8AFFD;
	background: #ECEAFF;
	border-radius: 18px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.icon-notif-order{
	display: inline-block;
	vertical-align: middle;
	width: 10%;
}
.icon-notif-order img{
	width: 29px;
}
.text-notif-order{
	display: inline-block;
	vertical-align: middle;
	width: 85%;
	font-size: 14px;
	color: #333333;
	font-weight: 600;
}
.order-closed .bt-my-order-cta{
	background: #E0E0E0;
	border: none;
	color: #828282;
}
/* .order-closed a.bt-add-menu-order{
	
} */

a.bt-add-menu-order-closed img{
	width: 20px;
	display: inline-block;
}
a.bt-add-menu-order-closed{
	background: #E0E0E0;
	color: #828282;
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	padding-top: 7px;
	border-radius: 13px;
	z-index: 10;
}

.wrap-table-number-order{
	position: relative;
}
.table-number-order-date{
	position: absolute;
	right: 0;
	top: 0;
}
.custom-search{
	text-align: left;
	padding-left: 55px;
}




.search-icon2{
	color: #333333;
	font-size: 21px;
    position: absolute;
    left: 15px;
    top: 15px;
}
.search-bar-info2 input{
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 13px;
	color: #333333;
	border: none;
	outline: none;
	border-radius: 17px;
	border: 1px solid #D6D2FF;
}
.search-bar-info2{
	position: relative;
	color: #000;
	width: 100%;
	margin-bottom: 30px;
}
.clear-search-f{
	outline: none;
	background: #000;
	color: #fff;
	border-radius: 50%;
	border: none;
	width: 22px;
	height: 22px;
	text-align: center;
	position: absolute;
	top: 14px;
    right: 12px;
    font-size: 13px;
}
h3.title-item-not-found{
	color: #5541E6;
	font-size: 20px;
	font-weight: 500;
}
.item-not-found-search{
	width: 270px;
	margin: auto;
	text-align: center;
	margin-top: 110px;
}
.item-not-found-search img{
	width: 100%;
	margin-bottom: 30px;
}
.custom-total-include .nominal-total-price-item-check-p{
	top: 6px;
}
.custom-total-include{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #D6D2FF;
}