.float{
	width:46px;
	height:46px;
	background-color:#cf8e3e;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	font-size:14px;
	font-weight:bold;
}

.my-float{
	margin-top:6px;
}

.iti.iti--allow-dropdown { width: 100% }

input:focus{
    outline:none;
    border:1px solid #ff6b00;
    box-shadow:0 0 10px #ff6b00
}

h2 {
	width: 100%; 
	text-align: center; 
	border-bottom: 1px solid #b8b8b8; 
	line-height: 0.1em;
	margin: 10px 0 20px; 
} 

h2 span { 
	background:#fff; 
	padding:0 10px; 
}

@font-face {
    font-family: D-Din;
    src: url(fonts/D-DIN.woff2);
}

@font-face {
    font-family: D-DinCondensed;
    src: url(fonts/D-DINCondensed.woff2);
}

* {
 font-size: 100%;
 font-family: D-Din;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999999;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #999999;
}

#overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
	cursor: pointer;
}

#overlay2 {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
	cursor: pointer;
}

#orderlistoverlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,1.0);
	z-index: 3;
	cursor: pointer;
}

.large-order{
	position:fixed; 
	bottom:0; 
	width:92%; 
	height:60%; 
	background-color:#ffffff; 
	border-top-left-radius:8px;
	border-top-right-radius:12px;
	padding:12px;
}

.large-image-position{
	position: relative; 
	z-index: 1;
}

.close-image-position{
	position: absolute;
	right:4px; 
	top: -8px;
	z-index: 1;
}

.large-item{
	font-size:18px;
	font-weight:bold;
	color:#5e3438
}

.large-item-recommend{
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}

.large-price{
	font-size:18px;
	color:#5e3438;
}

.large-price-recommend{
	font-size:14px;
	color:#ffffff;
}

.large-shadow{
	border-width: 1px;
	border-color: gray;
	box-shadow: 3px 3px 3px 3px #d3d3d3;
	padding:2px;
	width:98%;
}

.plus-qty{
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	background-color: #cf8e3e;
	color: #ffffff;
	font-size:18px;
	font-weight:bold;
	width:80px;
	max-height:38px;
}

.minus-qty{
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	background-color: #cf8e3e;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	width:80px;
	max-height:38px;
}

.order-qty{
	border-top:1px solid #cf8e3e;
	border-bottom:1px solid #cf8e3e;
	color:#cf8e3e;
	font-size:16px;
	font-weight:bold;
	width:80px;
	max-height:38px;
}

.centered{
	padding-top:16vh;
	padding-left:15vw;
}

.box {
  width: 300px;
  height: 300px;
  transition: transform 5s ease-in-out;
  transform-origin: center;
  transform-style: preserve-3D;
  transform:scale(0.5);
}

.box-scale {
  transform:scale(1.0);
}

.category {
	width:28%;
}

.category-item {
	font-size: 10px;
	color: #5e3438;
	padding: 1px;
}

.category-active {
	width:28%;
	border-bottom: 8px solid #5e3438;
}

.category-item-active {
	font-size: 10px;
	color: #cf8e3e;
	padding: 1px;
}

.main-button {
	background: #e03d18;
	border: 2px solid #e03d18 ;
}

.space-between-2 {
	height:2px;
}

.space-between {
	height:8px;
}

.space-between-16 {
	height:16px;
}

.padding2-both-side {
	padding-left:2px;
	padding-right:2px;
}

.padding4-both-side {
	padding-left:4px;
	padding-right:4px;
}

.padding8-both-side {
	padding-left:8px;
	padding-right:8px;
}

.padding12-both-side {
	padding-left:12px;
	padding-right:12px;
}

.padding16-both-side {
	padding-left:16px;
	padding-right:16px;
}

.col-borders {
	border: 1px solid #5e3438;
	border-radius:12px;
	text-align:center;
}

.items-2-menutitle {
	text-align:left;
	color:#5e3438;
}

.items-2-menudetail {
	text-align:left;
	color:#5e3438;
}

.items-2-menuprice {
	text-align:left;
	color:#5e3438;
}

.items-2-modifier {
	text-align:left;
	color:#cf8e3e;
	display:none;
}

.items-2-attribute {
	text-align:left;
	color:#ff0000;
}

.attribute-row {
	display: none;
	padding-bottom:2px;
}

.modifier-row {
	display: none;
}

.image-46 {
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}

.image-46-big {
	border-radius:12px;
}

.items-46-menutitle {
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#5e3438;
}

.items-46-menudetail {
	font-size:10px;
	font-weight:bold;
	text-align:left;
	color:#5e3438;
}

.items-46-menuprice {
	font-size:14px;
	text-align:left;
	color:#5e3438;
}

.items-46-modifier {
	font-size:11px;
	text-align:left;
	color:#cf8e3e;
}

.items-46-attribute {
	font-size:11px;
	text-align:left;
	color:#ff0000;
}

.items-flex-end {
	display:flex; 
	align-items: center;
	justify-content: flex-end;
}

.items-2-button-add {
	border: 2px solid #5e3438;
	background: rgb(207,142,62);
	color: rgb(255,255,255);
}

.items-46-button-add {
	font-size:16px;
	font-weight:bold;
	background: rgb(207,142,62);
	color: rgb(255,255,255);
	padding:2px;
	width:98%;
	min-height: 38px;
	border: 1px solid #cf8e3e;
}

.items-46-button-notes {
	font-size:16px;
	font-weight:bold;
	background: rgb(207,142,62);
	color: rgb(255,255,255);
	padding:2px;
	width:98%;
	min-height: 38px;
	border: 1px solid #cf8e3e;
}

.item-cnt {
	color : #5e3438;
	font-weight : bold;
}

.item-price {
	color : #5e3438;
	font-weight : bold;
}

.order-button {
	background: #e03d18;
	border: 2px solid #5e3438 ;
}

.change-button-2 {
	font-size: 14px;
	font-weight: bold;
	background: #ffffff;
	color: #ff0000;
	border: 1px solid #ff0000;
	border-radius:5px;
	padding: 1px;
}

.change-button-46 {
	font-weight: bold;
	font-size: 14px;
	background: #cf8e3e;
	color: #ffffff;
	border: 1px solid #cf8e3e;
	border-radius:5px;
	padding: 2px;
	min-height:28px;
}

.email-input {
	color: var(--bs-body-font-weight);
	width: 268px;
}

.password-input {
	color: var(--bs-body-font-weight);
	width: 242px;
}

.email-forgot-password{
	font-size: 12px;
	font-weight: bold;
    color: #f7a55d;
}

.Term {
  font-size: 10px;
  font-weight: 600;
  color: #ffa14c;
}

.Account {
  font-size: 12px;
  font-weight: 600;
  color: #a0a4a8;
}

.Statement {
  font-size: 10px;
  color: #5e3438;
}

.Justify {
  text-align: justify;
  padding: 10px;
}

.TermContentTitle {
  font-size: 14px;
  font-weight: 600;
  color: #cf8e3e;
  text-align:center;
}

.TermContent {
  font-size: 12px;
  font-weight: 600;
  color: #5e3438;
}

.TermContentHide {
  font-size: 12px;
  font-weight: 600;
  color: #5e3438;
  display: none;
}

.MainTitle {
	text-align: center;
	color:#5e3438;
	font-size:16px;
	font-weight:bold;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.menucat::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.menucat {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.button-note {
	font-size:14px;
	font-weight: bold;
	border-radius: 4px;
	background: #cf8e3e;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height:38px;
	padding-left:2px;
}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
	
}

.after-add {
	padding-bottom:2px;
	display:none
}

.button-rectangle-white-red {
  width: 18%;
  height: 10px;
  border-radius: 4px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  color:red;
  border: 1px solid red;
}

.item-order {
	color:#cf8e3e;
	font-size:18px;
	font-weight:bold;
}

.add-more {
	color:#ff0000;
	font-size:18px;
	font-weight:bold;
}