.btn {
	display: inline-block;
	font-weight: 400;
	color: #666666;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	border-radius: 30px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
	color: #fff;
	background-color: #00c08b;
	border: 1px solid #00c08b;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus {
	background-color: #32b893;
	border: 1px solid #32b893;
}

.w-btn {
	width: 25px;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
	margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
	margin-left: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3,
.my-3 {
	margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5,
.my-5 {
	margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
	padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}	

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
	padding-left: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3,
.py-3 {
	padding-top: 1rem !important;
}

.pr-3,
.px-3 {
	padding-right: 1rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5,
.py-5 {
	padding-top: 3rem !important;
}

.pr-5,
.px-5 {
	padding-right: 3rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
	padding-left: 3rem !important;
}

.col-sm-6 {
	padding-left: 5px!important;
	padding-right: 5px!important;
}

.btnHome {
	background-color: transparent; 
	border: none;
	color: #00c08b; 
	padding: 12px 16px;
	font-size: 16px; 
	cursor: pointer; 
}

.btnHome:hover {
	border: 1px solid #00c08b;
}

/*-----------------------------------------------------------------*/
/* Login
/*-----------------------------------------------------------------*/
.text-sm{
    color:#808080 !important; 
}

.w-100{
    width: 100% !important;
}

.container-form{
    max-width:550px !important;
}

.loginTop {
	width: 100vw;
	height: 20vh;	
}

.colorMain {
	color: #00c08b;
}

/*-----------------------------------------------------------------*/
/* Home header
/*-----------------------------------------------------------------*/
.main-header-title {
	margin-bottom: 5px;
}

.btn-group .button {
	background-color: #c7c3bd;
	border: 1px solid #c7c3bd;
	color: white;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 15px;
	cursor: pointer;
	float: left;
	font-weight: bold;	
}

.btn-group .button:first-child {
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

.btn-group .button:last-child {
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

.btn-group .button:not(:last-child) {
	border-right: none;
}

.btn-group .active {
	background-color: #00c08b;
	border: 1px solid #00c08b;
}

.dropbtn {
	background-color: transparent;
	color: #00c08b;	
	font-size: 16px;
	border: none;
	cursor: pointer;
	padding: 10px 16px 5px 16px;
}

.dropdown {
	position: relative;
	display: inline-block;	
}

.dropdown-content {
	display: none;
	position: absolute;
	right: 0;
	background-color: white;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 99;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	color: #00c08b;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	border: 1px solid #00c08b;
}

/*-----------------------------------------------------------------*/
/* Navigation
/*-----------------------------------------------------------------*/

#header {
	top: 0;
	z-index: 1;
	width: 100%;
	position: fixed;
}

#main-menu {
	z-index: 300;
	visibility:visible;
}

#main-menu.collapse {
	display: block !important;
}

.menu-bg {
	background: white;
	overflow-x: auto;
	white-space: nowrap;
	-ms-overflow-style: none;
	scrollbar-width: none;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.menu-bg::-webkit-scrollbar {
	display: none;
}

.menu-top {
	margin-top: 70px;
}

#main-menu ul {
	display: block;
	width: 100%;
	text-align: center;
}

#main-menu ul li {
	display: inline-block;
	position: relative;
}

#main-menu ul li a {
	display: inline-block;
	padding:2px 10px;
	line-height: 50px;
	color: black;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	transition: all 0.25s ease 0s;
}

#main-menu ul li a:hover {
	color: black;
}

#main-menu ul.nav>li>a:hover, #main-menu ul.nav>li>a:focus {
	background: none;
}

#main-menu ul li.active > a, #main-menu ul li.active.has-child > a {
	color: black;
	box-shadow: inset 0 -3px 0 #00c08b;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}

.sticky + .content {
	padding-top: 102px;
}

/*-----------------------------------------------------------------*/
/* Home Page
/*-----------------------------------------------------------------*/
.section {
	padding-top: 80px;
	position:relative;
}

.container-menu {
    position: relative;
    text-align: left;
    color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 10px;
	overflow: hidden;
}

.content-menu.active {
	display:block;
}

.view-cart-header-title {
	font-size: 20px;
}

.container-box {
	display: flex;
}

.menu-title {
	font-size: 14px;
	color: black;
	font-weight: bold;
}

.box-title {
	height: 25%;
}

.menu-desc {
	font-size: 15px;
	color: black;
	margin-bottom: 0;
}

.box-desc {
	height: 35%;
}

.menu-price {
	font-size: 15px;
	color: #00c08b;
	font-weight: bold;
	float: left;
}

.cart-select {
	background: #00c08b;	
	padding: 8px;
	border-radius: 25px;
	width: 90px;
	text-align: center;
	float: right;
}

.cart-select a {
	color: white;
}

.cart-select a:hover {
	text-decoration: none;
	color: black;
}

.quantity {
	display: flex;
	align-items: center;
}

.btn {
	cursor: pointer;
}

.alert {
	color: red;
}

.font-size-15 {
	font-size: 15px;
}

.font-size-18 {
	font-size: 18px;
}

.menu-qty {
	outline: none;
	border: none;
	transition: none;
	background: transparent;
	border-radius: 0;
	width: 70%;
	padding: 0px;
}

.container-button {
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}

.title-color {
	color: #00c08b;
}

/*-----------------------------------------------------------------*/
/* Home Cart
/*-----------------------------------------------------------------*/
.footer-main {	
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #FFF;
	color: black;
	box-shadow: rgb(0 0 0 / 50%) 0px -6px 6px -6px;
}

.price-desc {
	padding-top: 15px;
}

.price-val {
	font-weight: bold;	
	color: #00c08b;
}

.cart-main a {
	color: #FFF;	
}

.cart-main a:hover {
	color: #FFF;	
}

.cart {
	position: relative;
	display: inline-block;
}

.cart .badge {
	position: absolute;
	top: 7px;
	right: -3px;
	padding: 5px 10px;
	border-radius: 50%;
	background-color: #d6462d;
	color: white;
}

.btnCart {
	background: #00c08b;
	padding: 15px;
	text-align: center;
	width: 100%;
}

.division-menu-cart {
	border-bottom: 1px solid #aba8a7;
}

.btn-primary-cart {
	color: #fff;
	background-color: #00c08b;
	border: 1px solid #00c08b;
	border-radius: 0px;
	padding: 12px;
}

.btn-primary-cart:hover {
	color: #00c08b;
	background-color: transparent;
	border: 1px solid #00c08b;
}

/*-----------------------------------------------------------------*/
/* View Cart
/*-----------------------------------------------------------------*/
.header-bar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	background-color: #fff;
	font-size: .426667rem;
	text-align: center;
	padding-top: 15px;	
	height: 45px;
}

.header-bar-height {
	border-bottom: 1px solid #8c8482;
	padding-bottom: 15px;	
	background-color: #fff;
}

.header-bar .back-btn-wrap {
	width: 1.066667rem;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;		
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding-left: 25px;
	padding-top: 10px;
}

.view-cart-header-title {
	font-size: 25px;
}

.footer-view-cart {	
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #FFF;
	color: black;
	box-shadow: rgb(0 0 0 / 50%) 0px -6px 6px -6px;
}

.footer-left {
	width: 70%;
	float: left;
}

.footer-right {
	width: 30%;
	float: right;
}

.price-desc-footer {
	padding-top: 10px;
}

.cart-list {
	width: 100%;
    background: #fff;
	margin-top: 50px;
}

.cart-list-box {
	display: flex;
	justify-content: space-between;
	height: 20px;
	padding: 13px 15px;
}

.cart-list-item-2 {
	width: 60%;
}

.cart-list-item-3 {
	width: 1%;
}

.cart-list-item-4 {
	width: 30%;
	text-align: right;
	float: right;
}

.btnGroup {
    display: flex;
    justify-content: space-between;
    border: 1px solid #d6462d;
    border-radius: 23px;
    opacity: 1;
	width: 150px;
}

.plusMinus {
    color: #d6462d!important;
    flex: 25% 1;
    font-weight: 400;
    padding: initial;
    border-radius: 25px;
}

.fs-20 {
    font-size: 20px!important;
}
.fw-500 {
    font-weight: 500!important;
}

.btn-view {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    /*padding: 0.375rem 0.75rem;*/
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;	
}

.cart-qty {
	outline: none;
	border: none;
	transition: none;
	background: transparent;
	border-radius: 0;
	width: 50%;
	padding: 0px;
}

/*-----------------------------------------------------------------*/
/* Confirm Order - Modal
/*-----------------------------------------------------------------*/
div#modal-menu.modal.fade.in {
	padding-right: 0px!important;
}

.modal-lg {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

.modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal-header {
	border-bottom-color: #f4f4f4;
	padding: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-body {
	position: relative;
    padding: 0px;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}

.modal-centered {
    top: 25%;
}

.btn-modal {
	display: inline-block;
	font-weight: 400;
	color: #666666;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	background-color: transparent;
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-yes {
	display: block;
	background-color: #00c08b;
    border-color: #00c08b;
	border: 1px solid #00c08b;
	color: white;
	padding: 6px 12px;
}

.btn-no {
	display: block;
	background-color: #dd4b39;
    border-color: #d73925;
	border: 1px solid #d73925;
	color: white;
	padding: 6px 12px;
}

/*-----------------------------------------------------------------*/
/* History
/*-----------------------------------------------------------------*/
.cart-container {
	overflow-y: auto;
	white-space: nowrap;
	-ms-overflow-style: none;
	scrollbar-width: none;
	margin-top: 55px;	
}

.cart-box {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px;
	padding-right: 15px;
    padding-left: 15px;
}

.content-cart {
	display: none;
	overflow: hidden;
	background-color: white;
}

.content-cart.active {
	display:block;
}

.collapsible {
	background-color: #FFF;
	color: black;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	border-bottom: 1px solid #dfe6e0;	
}

.col-top {
	margin-top: 10px;
}

/*-----------------------------------------------------------------*/
/* Change password
/*-----------------------------------------------------------------*/
.btn-up {
	display: inline-block;
	font-weight: 400;
	color: #666666;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 5px 10px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary-up {
	color: #fff;
	background-color: #00c08b;
	border: 1px solid #00c08b;
}

.uptop {
	margin-top: 55px;
}

.text-sm-pw {
    color:black !important; 
	font-weight: 1 !important;
}

/*-----------------------------------------------------------------*/
/* Menu
/*-----------------------------------------------------------------*/
.btn-menu {
	border: none;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 25px 80px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-menu:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-menu:before {
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

.btn-sep:before {
	background: rgba(0,0,0,0.15);
}

/* Button order */
.btn-1 {
	background: #00c08b;
	color: #fff;
}

.btn-1:hover {
	background: #32b893;
}

.btn-1:active {
	background: #32b893;
	top: 2px;
}

.btn-1:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 3;
	font-size: 140%;
	width: 60px;
	padding-top: 5px;
}

/* Button return */
.btn-2 {
	background: #f26716;
	color: #fff;
}

.btn-2:hover {
	background: #db5c12;
}

.btn-2:active {
	background: #db5c12;
	top: 2px;
}

.btn-2:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 3;
	font-size: 140%;
	width: 60px;
	padding-top: 5px;
}

/* Button report */
.btn-3 {
	background: #7219b5;
	color: #fff;
}

.btn-3:hover {
	background: #691ba6;
}

.btn-3:active {
	background: #691ba6;
	top: 2px;
}

.btn-3:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 3;
	font-size: 140%;
	width: 60px;
	padding-top: 5px;
}

/* Button logout */
.btn-4 {
	background: #e31010;
	color: #fff;
}

.btn-4:hover {
	background: #cf1313;
}

.btn-4:active {
	background: #cf1313;
	top: 2px;
}

.btn-4:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 3;
	font-size: 140%;
	width: 60px;
	padding-top: 5px;
}

.icon-order:before {
	content: "\f07a";
}

.icon-return:before {
	content: "\f48b";
}

.icon-rpt:before {
	content: "\f15b";
}

.icon-logout:before {
	content: "\f2f5";
}

/*-----------------------------------------------------------------*/
/* Sales Report
/*-----------------------------------------------------------------*/
.btn-default {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
}

.input-group-btn:last-child>.btn-sls {
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-sls {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.uptop-sls {
	margin-top: 55px;
}

button.close-slsrpt {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close-slsrpt {
    float: right;
    font-size: 40px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
}

.view-cart-header-title-slsrpt {
	font-size: 18px;
}

.header-bar-slsrpt {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	background-color: #F0F0F0;
	font-size: .426667rem;
	text-align: center;
	padding-top: 10px;
	height: 45px;	
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.header-bar-height-slsrpt {
    background-color: #F0F0F0;
}

.header-bar-slsrpt .back-btn-wrap {
	width: 1.066667rem;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;		
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding-left: 25px;
	padding-top: 2px;
}

@media (max-width: 480px) {	
	.menu-padding {
		padding-top: 15px!important;
	}

	.text-menu {
		width: 58%;
		padding-bottom: 30px;
	}

	.box-profile-title h3 {
		font-size: 18px;
	}

	.price-desc, .price-desc-footer  {
		font-size: 15px;
	}

	.cart-main a {
		font-size: 16px;
	}

	.menu-item__footer {
		gap: 2rem;
	}
	
	.menu-box-price {
		flex: 0.4; 
	}
	
	.td-img {
		width: 25%;
		padding: 15px 15px 15px 20px;
	}
	
	.td-title {
		width: 75%;
		padding: 15px;
	}
	
	.image-modal-cart {
		padding-left: 30px;
		padding-right: 10px;
	}
	
	.text-modal-cart {
		padding-left: 0px;
		padding-right: 20px;
	}

	.table-title {
		font-size: 12px;
	}
	.cart-qty {
		width: 40%;
	}
}

@media (max-width: 768px) {	
	.center {
		text-align: center;
	}
	.col-sm-6 {
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 820px)  {
	.menu-qty {
		width: 40%;
	}  
	
	.col-sm-6 {
		padding-left: 5px!important;
		padding-right: 5px!important;
	}
}

@media (max-width: 992px) {	
	
	div.scrollmenu ul li a {
		display: inline-block;
		color: white;
		text-align: center;
		padding: 14px;
		text-decoration: none;
	}
	
	.full-screen {
		padding-right: 0px;
	}
	
	.price-desc, .price-desc-footer  {
		font-size: 18px;
	}

	.price-desc, .price-desc-footer {
		padding-top: 12px;
	}
}