/* load font */
/* @import url('satoshi.css'); */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* font-family: 'Satoshi-Variable';
	font-family: "Inter", sans-serif;
*/
/*--------------------------------
1. Body 
-------------------------------- */
body{
	/*background: url();
	background-size: 100%;*/
	background: #F5F6F6;
	position: relative;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom;
	font-family: "Inter", sans-serif;
	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: #7E8086;
}
:-moz-placeholder{ /* Firefox 18- */
   color: #7E8086;  
}
::-moz-placeholder{  /* Firefox 19+ */
   color: #7E8086;  
}
:-ms-input-placeholder{  
   color: #7E8086;  
}
.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.wrap-main-header-section-closed{
	height: 280px;
}
.wrap-main-header-section{
	position: relative;
	width: 100%;
	height: 190px;
	background: #FD9A61;
	background: linear-gradient(168deg, rgba(253, 154, 97, 1) 0%, rgba(230, 52, 120, 1) 100%);
}
.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: -70px;
	padding-bottom: 80px;
}
.wrap-main-content-section2{
	position: relative;
	padding-bottom: 95px;
}
.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-left: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
}

.bar-table-name-search-i{
	position: relative;
	border-radius: 25px;	
	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: 10px;
}
.search-bar-info input{
	width: 100%;
	padding-left: 50px;
	padding-right: 20px;
	padding-top: 13px;
	padding-bottom: 13px;
	font-size: 13px;
	color: #333333;
	border: none;
	outline: none;
	background: #F5F6F6;
	border-radius: 12px;
}
.search-bar-info{
	color: #000;
	width: 100%;
	position: relative;
	border-radius: 12px;
	border: 1px solid #FD8139;
	background: #F5F6F6;
}
.section-menu-category-option{
	position: relative;
	margin-bottom: 30px;
}
h3.title-menu-category{
	font-size: 18px;
	color: #1E1948;
	font-weight: 600;
	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 i{
	color: #fff;
}
ul.in-sec-item-menu-category li.active .item-category-text{
	color: #fff;
	background: #FD3984;
}
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: 10px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	letter-spacing: 0.5px;
}
.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 i{
	color: #FD5039;
	margin-right: 4px;
}
.item-category-text{
	font-size: 16px;
	font-weight: 500;
	color: #2A2D37;
	font-weight: 500;
	text-align: center;
	background: #fff;
	display: inline-block;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 8px;
	padding-top: 8px;
	border-radius: 12px;
}

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: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #E6E7EE;
	min-height: 164px;
}
.menu-category-detail-show{
	position: relative;
	padding-left: 140px;
}
h4.main-title-category-menu{
	font-size: 14px;
	color: #333333;
	font-weight: 600;
	margin-bottom: 10px;
}
h4.main-desc-category-menu{
	font-size: 11px;
	color: #333333;
	font-weight: 400;
	margin-bottom: 20px;
}
h4.main-price-category-menu{
	font-size: 16px;
	color: #333333;
	font-weight: 600;
	margin-bottom: 0px;
}
.sec-menu-category-picture{
	position: absolute;
	left: 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 #FEAFA4;
	border-radius: 10px;
	float: right;
	margin-top: 10px;
	min-height: 45px;
	min-width: 45px;
}
.icon-notes-menu img{
	width: 20px;
}
.icon-notes-menu{
	position: absolute;
	left: 15px;
	top: 10px;
	color: #37414B;
}
.icon-notes-menu-n i{
	margin-right: 5px;
}
.icon-notes-menu-n img{
	width: 18px;
	margin-right: 4px;
}
.icon-notes-menu-n{
	color: #FD5039;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 14px;
}
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: #FD5039;
	color: #fff;
	text-align: center;
	padding-top: 7px;
	border-radius: 13px;
	z-index: 10;
}
.button-add-to-cart-order{
	position: relative;
	margin-top: -28px;
	text-align: right;
}


.number-count span {cursor:pointer; }
.number-count{
	position: relative;
	display: inline-block;
	border: 1px solid #FEAFA4;
    border-radius: 10px;
}
.minus, .plus{
	width: 33px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color: #FD5039;
	font-size: 30px;
    line-height: 35px;
}
.number-count input{
	width: 30px;
	height: 40px;
	color: #2A2D37;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	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 span{
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	width: 30px;
	height: 30px;
	background: #F5F6F6;
	border-radius: 8px;
	text-align: center;
	font-size: 17px;
	color: #FD5039;
	padding-top: 4px;
}
.bt-floating-order-info h4{
	font-size: 16px;
    color: #fff;
    font-weight: 500;
	margin-bottom: 0;
	text-align: left;
}
.bt-floating-order-info{
	position: relative;
	display: inline-block;
	background: #FD5039;
	border-radius: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	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 span{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	width: 22px;
	height: 22px;
	background: #F5F6F6;
	color: #FD5039;
	border-radius: 50%;
	text-align: center;
	padding-top: 0px;
	margin-left: 10px;
	margin-top: -3px;
}
.text-add-to-order{
	position: absolute;
	top: 16px;
	right: 15px;
	font-size: 16px;
	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: 20px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
}
h4.title-popup-img-info2{
	font-size: 12px;
    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:hover{
	color: #FD5039;
}
.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: #e94933;
}
.bt-style-send{
	color: #fff;
	background: #FD5039;
	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;
}
.bt-style-cancel:hover{
	background: #FD5039;
	color: #fff;
}
.bt-style-cancel{
	color: #2A2D37;
	background: #fff;
	border: 1px solid #FD5039;
	border-radius: 10px;
	width: 100%;
	max-width: 500px;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 9px;
	margin: auto;
	display: block;
	outline: 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;
}
.wrap-main-content-or{
	position: relative;
}
.heading-chech-order{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	padding-top: 20px;
	width: 100%;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 500;
	color: #1E1948;
	z-index: 14;
}
.bt-back-to img{
	width: 12px;
	display: inline-block;
}
.bt-back-to{
	display: inline-block;
	text-align: center;
	width: 25px;
	margin-right: 7px;
	padding-bottom: 0px;
	color: #2A2D37;
	background: #f0f0f0;
	border-radius: 7px;
}
.notes-check-order-menu span{
	color: #2A2D37;
}
.notes-check-order-menu{
	font-size: 11px;
    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-category-detail-show{
	padding-left: 95px;
	padding-right: 90px;
} */
.wrap-main-content-section2.wrap-main-content-section-search .menu-cat-picture {
    width: 120px;
    height: 120px;
}
.wrap-main-content-section2 .button-add-to-cart-order{
	/* margin-top: 3px; */
}
.bt-add-more-item i{
	margin-right: 5px;
}
.bt-add-more-item:hover{
	color: #FD5039;
}
.bt-add-more-item{
	font-size: 14px;
	font-weight: 500;
	color: #FD5039;
	display: inline-block;
	text-align: center;
}
.cta-add-more{
	text-align: center;
	margin-bottom: 70px;
}
.total-order-check{
	position: relative;
	border-top: 1px solid #E0E0E2;
	padding-top: 20px;
}
.item-total-check-item{
	position: relative;
	margin-bottom: 10px;
}
h4.title-item-total-check{
	color: #1E1948;
	font-size: 14px;
	font-weight: 400;
}
.nominal-total-price-item-check{
	color: #1E1948;
	font-size: 13px;
	font-weight: 400;
	position: absolute;
	top: 0;
	right: 0;
}
.nominal-total-price-item-checkdis{
	color: #2A2D37;
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	top: -6px;
	right: 0;
}
.item-total-check-item2{
	position: relative;
	margin-top: 30px;
}
h4.title-item-total-check2{
	color: #1E1948;
	font-size: 15px;
	font-weight: 700;
}
h4.title-item-total-checkdisk{
	color: #E63478;
	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: #EBFCFF;
	background: linear-gradient(168deg, rgba(235, 252, 255, 1) 0%, rgba(254, 201, 194, 1) 51%, rgba(194, 247, 254, 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: #FD5039;
	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: 12px;
	font-weight: 400;
	color: #A9A6C2;
}
h4.title-table-my-order-numb{
	font-size: 13px;
	font-weight: 400;
	color: #2A2D37;
}
h4.title-table-my-order-item{
	font-size: 13px;
	font-weight: 400;
	color: #2A2D37;
}
h4.heading-titlepayment-details{
	font-size: 14px;
	color: #FD3984;
	font-weight: 600;
	margin-bottom: 20px;
}
h4.title-item-total-check-p{
    color: #7E8086;
    font-size: 12px;
    font-weight: 400;
}
.nominal-total-price-item-check-p{
    color: #7E8086;
    font-size: 11px;
    font-weight: 400;
    position: absolute;
    top: 0;
    right: 0;
}
h4.title-item-total-check2-p {
    color: #2A2D37;
    font-size: 12px;
    font-weight: 700;
}
.nominal-total-price-item-check2-p {
    color: #2A2D37;
    font-size: 12px;
    font-weight: 700;
    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 #E0E0E2;
	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: 10px;
	color: #828282;
	font-weight: 400;
}
.order-table-info2{
	font-size: 12px;
	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;
	border-top: 1px solid #ECECED;
	/* 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:hover{
	background: #FD5039;
    color: #fff;
}
.pay-at-cashier{
	color: #FD5039;
    border: 1px solid #FD5039;
    border-radius: 10px;
    width: 100%;
    max-width: 500px;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 9px;
    margin: auto;
    display: block;
    outline: 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;
    -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: 13px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-left: -10px;
	margin-right: -10px;
}
.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: #FD3984;
	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;
}
.content-block-sec-top{
	position: absolute;
	top: 50px;
	left: 0px;
	right: 0px;
}
.text-c-block-welcome span{
	font-size: 17px;
	font-weight: 700;
}
.text-c-block-welcome{
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.3px;
	margin-bottom: 5px;
}
.text-c-block-welcome-loc i{
	margin-right: 4px;
}
.text-c-block-welcome-loc{
	font-size: 11px;
	font-weight: 400;
	color: #fff;
}
.wrap-top-table-order-info{
	position: relative;
	background: #fff;
	border-radius: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.table-name-left{
	float: left;
	width: 50%;
	border-right: 1px solid #FFEEEB;
	text-align: center;
}
.table-name-left span img{
	width: 18px;
	display: inline-block;
}
.table-name-left span{
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	border-radius: 5px;
	background: #F5F6F6;
	padding-top: 2px;
	text-align: center;
}
.table-name-left h5{
	font-size: 13px;
	color: #2A2D37;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
	margin-right: 3px;
}
.table-name-left h4{
	font-size: 19px;
	color: #2A2D37;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
}




.table-order-right{
	float: right;
	width: 50%;
	border-right: 1px solid #FFEEEB;
	text-align: center;
}
.table-order-right span img{
	width: 13px;
	display: inline-block;
}
.table-order-right .order-button-sec-link span{
	background: #FD5039;
}
.table-order-right span{
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	border-radius: 5px;
	background: #F5F6F6;
	padding-top: 2px;
	text-align: center;
}
.table-order-right .order-button-sec-link h5{
	color: #2A2D37;
}
.table-order-right h5{
	font-size: 13px;
	color: #7E8086;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
	margin-right: 3px;
}
.table-order-right .order-button-sec-link h4{
	color: #2A2D37;
}
.table-order-right h4{
	font-size: 19px;
	color: #7E8086;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
}
.ordered-active .table-name-left{
	width: 40%;
}
.ordered-active .table-order-right{
	width: 60%;
}
.bt-show-order-i{
	color: #FD5039;
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 23px;
	border-radius: 6px;
	background: #F5F6F6;
	text-align: center;
	font-size: 15px;
	margin-left: 10px;
}
.all-item-order-check .minus, .plus{
	width: 28px;
    height: 30px;
	line-height: 29px;
	font-size: 26px;
}
.all-item-order-check .number-count input{
	width: 28px;
    height: 32px;
}
.all-item-order-check .button-add-to-cart-order{
	position: absolute;
	top: 30px;
	right: 0;
	background: #fff;
	border-radius: 10px;
}
h4.main-title-category-menu{}
.note-co-style:hover{
	color: #FD5039;
}
.note-co-style{
	font-size: 16px;
	color: #FD5039;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}
.note-co-style2 img{
	width: 17px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}
.note-co-style2:hover{
	color: #FD5039;
}
.note-co-style2{
	font-size: 11px;
	color: #FD5039;
	display: inline-block;
	vertical-align: middle;
}
.all-item-order-check{
	position: relative;
}
.check-order-table-top{
	position: relative;
	margin-bottom: 40px;
	background: #fff;
	border-radius: 10px;
	display: inline-block;
}
.tabl-info-co {
	display: inline-block;
    border-right: 1px solid #FFEEEB;
    text-align: center;
	padding: 8px;
}

.tabl-info-co span img{
	width: 18px;
	display: inline-block;
}
.tabl-info-co span{
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	border-radius: 5px;
	background: #F5F6F6;
	padding-top: 2px;
	text-align: center;
}
.tabl-info-co h5{
	font-size: 13px;
	color: #2A2D37;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
	margin-right: 3px;
}
.tabl-info-co h4{
	font-size: 19px;
	color: #2A2D37;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
}

.bt-discount-bar:hover{
	color: #FD5039;
}
.bt-discount-bar{
	display: inline-block;
	margin-left: 5px;
	border-radius: 10px;
	border: 1px solid #FEAFA4;
	color: #FD5039;
	font-size: 18px;
	width: 30px;
	height: 30px;
	text-align: center;
}
.item-total-check-item-disitem{
	margin-bottom: 20px;
}