html, body {
	font-family: 'Prompt';
	font-weight: normal;
}
a,
a:hover {
	text-decoration: none;
	color: #AEFFAE;
}
.sticky-top {
	background-color: #ffffff;
	height: 165px !important;
}
.sticky-top .lnk-group {
	background-color: #FEB561;
}

.container-content {
	overflow-y: auto;
	max-width: 460px !important;
	height: calc(100vh - 225px);
	scroll-behavior: smooth;
}
.container-content::-webkit-scrollbar{
	display: none;
}
.container-content {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.container-footer {
	max-width: 460px !important;
	height: 90px !important;
}

.nav {
    flex-wrap: nowrap;
    overflow-x: auto;
	scroll-behavior: smooth;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.nav::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.nav {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

header.nav {
    white-space: nowrap;
    overflow-x: auto;
	margin-left: 68px;
}
header .btn.active,
header .btn.disabled,
header .btn[disabled] {
	background-color: rgba(255, 136, 57, 0.75) !important;
	color: #ffffff !important;
	/* border: none;
	border-radius: 0 !important;
	border-bottom: #ffffff solid 3px;
	opacity: 1; */
}
header .btn {
	color: rgb(80, 50, 0) !important;
	/* font-size: 1.5rem;
	border: none; */
}

header .favor-active.btn {
	max-width: 68px !important;
	background-color: #ffffff !important;
	border-color: rgba(255, 255, 255, 0.7) !important;
	/* border-bottom: rgba(0, 70, 220, 0.75) solid 3px !important; */
}
header .favor-active.btn.active,
header .favor-active.btn.disabled,
header .favor-active.btn[disabled] {
	color: #FEB561;
	background-color: #ffffff !important;
	border-color: rgba(255, 255, 255, 0.7) !important;
	/* color: rgb(255, 255, 255) !important; */
	/* border-radius: 0 !important; */
	/* border-bottom: #ffffff solid 3px !important; */
	/* opacity: 1; */
}

ul.nav {
    white-space: nowrap;
    overflow-x: auto;
	scroll-behavior: smooth;
}

.nav-pills {
  --bs-nav-pills-link-active-bg: rgba(217, 233, 255, 0.25);
}
.nav-pills .nav-link {
	/* --bs-nav-pills-link-active-bg: rgba(155, 195, 255, 0.5); */
	--bs-nav-pills-link-active-bg: #AEFFAE;
	/* background-color: var(--bs-nav-pills-link-active-bg); */
	color: #555;
	font-weight: normal;
	border-bottom: #82d4a5 solid 2px !important;
}
.nav-pills .nav-link.active {
    color: var(--bs-nav-pills-link-active-color);
	/* background-color: var(--bs-nav-pills-link-active-bg); */
	color: #0004ff;
	/* border: #cea5a5 solid 1px !important; */
	border-bottom: #adcea5 solid 2px !important;
}

.container-content-detail {
	position: relative;
	overflow-x: auto;
	max-width: 460px !important;
	height: calc(100vh - 320px);
	scroll-behavior: smooth;
}
.cover-img-item {
	padding: 1px;
	width: 98px;
	height: 74px;
}
.img-item {
	width: auto;
	height: 70px;
}
.img-item-preview {
	max-width: 400px;
	max-height: 250px;
}
.img-item-cart {
	width: 100%;
	height: 50px;
}

.section-title {
	width: 100%;	
    position: relative;
    background-color: transparent;
}
.section-title h6,
.section-title h5 {
	/* font-size: 1.15rem !important;	 */
	background-color: #ffffff;
    width: auto;
    display: inline-block;
    z-index: 33;
    position: relative;
	line-height: inherit;
	padding: 3px 0;
    margin: 0;
}
.section-title:after {
	content: '';
    width: 100%;
    border-bottom: solid 1px #ddd;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;	
}
.menu_desc {
	color: rgb(50, 50, 0) !important;
	/* font-weight: 600 !important; */
}

.caption-grp-menu {
	width: 100%;	
    position: relative;
    background-color: transparent;
	
}
.caption-grp-menu h6,
.caption-grp-menu h5 {
	background-color: #ffffff;
    width: auto;
    display: inline-block;
    z-index: 33;
    position: relative;
	line-height: inherit;
	padding: 3px 0;
    margin: 0;
}
.caption-grp-menu:after {
	content: '';
    width: 100%;
    border-bottom: solid 1px #ddd;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;	
}

.text-truncate-line-1 {
	margin:0;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: inherit;
}
.text-truncate-line-2 {
	margin:0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: inherit;
}

.qtyf {
  position: relative;
  overflow: hidden;
  top: 3px;
  font-size: 0.75rem;
}

.container-fluid {
	max-width: 460px !important;
}

.modal-fullscreen {
	max-width: 460px !important;
	margin: 0 auto;
}
.modal-backdrop {
	background-color: #fff !important;
}
.modal-backdrop.fade {
	opacity: 0;
}	  
.modal-backdrop.show {
	opacity: 0.75 !important;
}

.modal-call-service {
	max-width: 320px !important;
}

.dropdown-menu.show {
    min-width: inherit;
    display: inline-block;
}
.accordion-button:focus {
	outline: 0;
	box-shadow: none;
}

.btn:focus {
	box-shadow: none !important;
}
.btn-vh-fixed-60 {
	height: 60px !important;
}
.btn-vh-fixed-48 {
	height: 48px !important;
}
.btn-vh-customs {
	height: 48px !important;
}
.btn-radius-customs {
	border-radius: 15px !important;
}
.quantityItem {
  display: flex;
  margin: 0 auto;
  border-radius: 3px;
  overflow: hidden;
  background-color: #0f6cbd;
}
.quantityItem button {
  background-color: #0f6cbd;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
}

.quantityItem button:hover {
  background-color: #2980b9;
}

.input-box,
.input-box-qty {
	margin: 5px 0;
	width: 42px !important;
	text-align: center;
	border: none;
	border-radius: 10px;
	font-size: 15px;
}
.input-box:focus,
.input-box-qty:focus {
	box-shadow: none !important;
	border: none;
}

.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-box[type="number"] {
  -moz-appearance: textfield;
}

#btn-back-to-top {
	display: none;
}

hr.divider {
	border: none;
	border-bottom: 1px solid #ccc;
}

.btn-favor {
	background-color: #ffffff !important;
	color: #FEB561 !important;
}

.modal-content .cover-ffrv-add {
  position: absolute;
  z-index: 1045;
  /* background-color: #fff; */
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  /* opacity: 0.5; */
  margin: auto;
  top: 0;
  bottom: 0;
  /* display: flex;
  flex-direction: column;
  height: 100vh;
  visibility: hidden;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out; */
}
.modal-content .cover-ffrv-add-backdrop {
  position: absolute;
  z-index: 1040;
  width: 100vw;
  max-width: 100%;
  /* height: 100vh; */
  margin: auto;
  padding: 0 !important;
  top: 0;
}

.cover-ffrv-add-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.cover-ffrv-add-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.cover-ffrv-add-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
.cover-ffrv-add-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}
.cover-ffrv-add.show {
  transform: none;
}
