@font-face{
	src:local("Lora-Medium"), local("lora-medium"), url(../fonts/Lora-Medium.ttf);
	font-family: Lora-Medium;
	font-weight: 700;
	font-style: normal;
	font-display: fallback}
@font-face{
	src:local("Inter-SemiBold"), local("inter-semibold"), url(../fonts/Inter-SemiBold.ttf);
	font-family: Inter;
	font-weight: 600;
	font-style: normal;
	font-display: fallback;
}
@font-face{
	src:local("Inter-Regular"), local("inter-regular"), url(../fonts/Inter-Regular.ttf);
	font-family: Inter;
	font-weight: 400;
	font-style: normal;
	font-display:fallback;
}
html {
	background-color:#faf9f7;
}
body {
	min-width: 375px;
	max-width: 375px;
	width: 375px;
	position: relative;
	padding: 0;
	margin: 0 auto;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 50px rgba(0,0,0,.1);
	box-shadow: 0 4px 50px rgba(0,0,0,.1);
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	color: #212529;
	text-align: left;
    min-height: 100vh;
}
.header {
	position: fixed;
	top: 0;
	left: auto;
	bottom: auto;
	right: auto;
	min-width: 375px;
	max-width: 375px;
	width: 375px;
	height: 58px;
	z-index: 20;
}
.header-main {
	background-color: #fff;
	/* border-bottom: 1px solid #e8e8e8; */
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height: 58px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.header-main img,
.header-main svg {
	vertical-align: middle;
}
.header-logo {
	height: 20px;
}
.header-text {
	font-family: Lora-Medium,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 32px;
	line-height: 2rem;
	margin: 0;
}
.header-main .menu_icon {
	cursor: pointer;
}
.header .header-menu {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	position: relative;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -100vh;
	left: auto;
	bottom: auto;
	right: auto;
	min-width: 375px !important;
	max-width: 375px !important;
	width: 375px !important;
	min-height: 100vh;
	max-height: 100vh;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	border: none;
	background-color: #f5f2ef;
	z-index: 20;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	top: 90px;
	left: auto;
	bottom: auto;
	right: auto;
}
body.active-menu {
	overflow: hidden;
}
body.active-menu .header .header-menu {
	top: 58px;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.header .header-menu ul {
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	height: -moz-calc(100vh - 32px - 58px);
	height: calc(100vh - 32px - 58px);
	overflow-y: auto;
}
.header .header-menu ul li {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	list-style: none;
	padding: 1rem 43px;
	text-transform: capitalize;
	border-bottom: 1px solid #e4e6eb;
}
.header .header-menu ul li a {
	text-decoration: none;
	font-family: Lora-Medium,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 32px;
	line-height: 2rem;
	color: #444;
	text-align: center;
	list-style: none;
	text-transform: capitalize;
}
.header .header-menu ul li a .fa {
	right: 0;
	position: absolute;
	margin-right: 43px;
	margin-top: 6px;
}
.header .header-menu .dropdown-custom {
	width: 100%;
}
.header .header-menu .dropdown-custom ul {
	height: auto;
}
.header .header-menu .dropdown-custom ul li {
	padding: 15px 0px 0px 0px;
	text-align: left;
	width: 100%;
	border-bottom: 0px;
	display: inline-block;
}
.header .header-menu .dropdown-custom ul li a {
	font-family: Inter,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: .875rem;
	line-height: 1.5rem;
	text-align: left;
}
.main {
	min-height: 400px;
	padding-top: 58px;
	min-width: 375px;
	max-width: 375px;
	width: 375px;
	padding-bottom: 40px;
}
.main .main-container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.main .main-title {
	font-family: Lora-Medium,sans-serif;
	font-style: normal;
	font-size: 1.25rem;
	line-height: 2rem;
	text-align: center;
	margin: 10px 0px 16px 0px;
}
.main ul.main-list {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	list-style-type: none;
	padding: 0 1px;
	overflow: auto;
}
.main ul.main-list li {
	margin: 0px 16px 0px 0px;
}
.main ul.main-list li a {
	font-family: Inter,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px;
	line-height: 1.5rem;
	margin-top: 4px;
	text-align: center;
	color: #444;
}
.main .main-produk {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	align-items: flex-start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	overflow-x: scroll;
	overflow-y: none;
	margin-bottom: 12px;
}
.card-produk {
	position: relative;
	margin: 0 8px;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
}
.card-produk .card-news{
	opacity: 0;
	background: #53b671;
	color: #fff;
	font-family: Inter,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: .625rem;
	line-height: 1rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 3px 8px;
	position: absolute;
	right: 0;
}
.card-produk .card-news.news-show {
	opacity: 1;
}
.card-produk .card-produk-image {
	width: 130px;
	object-fit: contain;
	height: 167px;
	vertical-align: middle;
	border-style: none;
	margin-bottom: 10px;
}
.card-produk .card-produk-title {
	font-family: Inter,sans-serif;
	font-style: normal;
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.5rem;
	margin-bottom: 5px;
	white-space: normal;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 45px;
}
.card-produk .card-produk-harga {
	font-family: Inter,sans-serif;
	font-weight: 400;
	line-height: 1rem;
	color: #998060;
	margin-bottom: 0;
	font-style: normal;
	font-size: .875rem;
}
.nav_bottom {
	position: fixed;
	top: auto;
	left: auto;
	bottom: 24px;
	right: auto;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	padding: 0 18px;
	max-height: 58px;
	height: 100%;
	z-index: 10;
}
.nav_bottom-main {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-justify-content: space-evenly;
	-moz-box-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	background: #fff;
	border-radius: 56px;
	-webkit-box-shadow: 0 -4px 20px rgba(0,0,0,.05);
	box-shadow: 0 -4px 20px rgba(0,0,0,.05);
	width: 100%;
	max-width: 340px;
}
.nav_bottom-main a {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	justify-content: flex-end;
	height: 100%;
	text-decoration: none;
	color: #444;
}
.nav_bottom-main a div {
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	font-family: Inter,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: .625rem;
	line-height: .75625rem;
	padding-top: 12px;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.nav_bottom-main a div svg {
	width: 13.5px;
	height: 14.05px;
}
.nav_bottom-main a div span {
	margin: 6.25px 0 12px;
}
.nav_bottom-main a div hr {
	opacity: 0;
	margin: 0;
	padding: 0;
	background: #998060;
	height: 2px;
	width: 100%;
}
.nav_bottom-main a.nav_active div hr {
	opacity: 1;
}
.nav_bottom-main a.nav_active {
	color: #998060;
}
.footer {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	background: #f5f2ef;
	min-width: 375px;
	max-width: 375px;
	width: 375px;
	padding-top: 24px;
}
.footer .footer-sub {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	white-space: nowrap;
	overflow-x: scroll;
	width: 100%;
	background: #f5f2ef;
	border-bottom: 1px solid #e7e1da;
	padding: 23px 0;
}
.footer .footer-sub .footer-menu-list {
	margin: 0 12px;
}
.footer .footer-sub .footer-menu-list ul {
	margin-top: 0;
	margin-bottom: 1rem;
}
.footer .footer-letter {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 32px 16px 24px;
	color: #444;
}
.footer .footer-letter h6 {
	font-family: Inter,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 24px;
	line-height: 1.5rem;
	margin-bottom: 12px;
	margin-top: 0;
}
.footer .footer-letter p {
	font-family: Inter,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	font-size: .75rem;
	line-height: 16px;
	line-height: 1rem;
	text-align: center;
	margin-top: 0;
	margin-bottom: 1rem;
}
.footer .footer-letter .footer-form {
	width: 100%;
	padding-top: 24px;
	font-family: Inter,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: .875rem;
	line-height: 24px;
	line-height: 1.5rem;
}
.footer .footer-media {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	align-items: flex-start;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 100%;
	padding: 24px 16px 40px;
	margin-top: 16px;
	margin-bottom: 88px;
}
.footer .footer-media .footer-list-media {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-moz-box-direction: normal;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	position: relative;
	padding: 0;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 8px 0 0;
}
.footer .footer-media .footer-list-media a {
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	flex-direction: column;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	min-width: 40px;
	max-width: 40px;
	width: 40px;
	min-height: 40px;
	max-height: 40px;
	height: 40px;
	margin: 0 8px 0 0;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #e8e8e8;
	background-color: #fff;
	color: #fff;
	overflow: hidden;
	border-radius: 100%;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-moz-box-direction: normal;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	position: relative;
	padding: 0;
}
.copyright {
	font-family: Inter,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 10px;
	font-size: .625rem;
	line-height: 16px;
	line-height: 1rem;
	padding: 10px 16px;
	background: #998060;
	color: #f5f2ef;
	text-align: center;
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.copyright a {
	color: #f5f2ef;
}
.form-group {
	position: relative;
	flex-direction: column;
	margin-bottom: 16px;
}
.form-group label {
	font-weight: 600;
	position: absolute;
	z-index: 1;
	color: #898989;
	padding: 9px 24px 0;
	font-family: Inter,sans-serif;
	font-style: normal;
	font-size: .625rem;
	line-height: 1rem;
}
.form-group .form-control {
	position: relative;
	font-family: Inter,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: .875rem;
	line-height: 1.5rem;
	height: 58px;
	width: 100%;
	border: 1px solid #e8e8e8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 37px;
	color: #444;
	overflow: visible;
	margin: 0;
	padding: 25px 24px 9px !important;
}
.form-group .form-control:focus {
	outline:none!important;
	border:1px solid #998060;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.form-group .form-control[readonly]:focus,
.form-group .form-control[disabled]:focus {
	outline:none!important;
	border:1px solid #e8e8e8;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.form-group .form-control::-webkit-input-placeholder {
	color: #bcbcbc;
}
.form-group .form-control::-moz-placeholder {
	color: #bcbcbc;
}
.form-group .form-control::-ms-input-placeholder {
	color: #bcbcbc;
}
.form-group .form-control::placeholder {
	color: #bcbcbc;
}
.form-group select.form-control {
	appearance: none;
	-webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1.5rem center;
    background-size: 1.5rem;
}
.btn {
	width: 100%;
	font-weight: 500;	
	border-radius: 50px;
	padding: 12px;
	font-size: .875rem;
	font-family: Inter,sans-serif;
	font-style: normal;
	border: 1px solid #444;
}
.btn:focus {
	outline: 0;
	box-shadow: none;
}
.btn-primary {
	color: #fff !important;
	background-color: #998060 !important;
	border: 1px solid #998060 !important;
}
.btn-primary:hover {
	color: #fff !important;
	background-color: #444 !important;
	border: 1px solid #444 !important
}
.btn-outline-primary {
	color: #998060 !important;
	background-color: #fff !important;
	border: 1px solid #998060 !important;
}
.btn-outline-primary:hover {
	color: #444 !important;
	background-color: #fff !important;
	border: 1px solid #444 !important
}
.breadcrumb {
	background-color: transparent;
	padding-left: 3px;
	padding-right: 3px;
	font-family: Inter,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 10px;
	font-size: .625rem;
	line-height: 16px;
	line-height: 1rem;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	-moz-box-align: start;
	align-items: flex-start;
	-moz-box-pack: start;
	justify-content: flex-start;
	padding-top: 17px;
	padding-bottom: 0px;
	margin-bottom: 24px;
}
.breadcrumb-item.active {
	color: #a8a8a8;
}
.breadcrumb-item a {
	color: #444;
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 0.2rem;
}
.breadcrumb-item + .breadcrumb-item::before {
	padding-right: 0.2rem;
}
.title-login {
	font-family: Lora-Medium,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 40px;
	line-height: 2.5rem;
	color: #998060;
	text-align: center;
}
.description-login {
	display: block;
	min-width: 250px;
	max-width: 250px;
	width: 250px;
	text-align: center;
	margin: 0 auto 24px;
}
.description-login span {
	font-family: Inter,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px;
	line-height: 1.5rem;
	text-align: center;
	color: #898989;
	margin-bottom: 32px;
}
.text-600 {
	font-weight: 600;
}
.kebijakan-privasi {
	display: -moz-box;
	display: flex;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	flex-wrap: nowrap;
	font-family: Inter,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	font-size: .75rem;
	line-height: 16px;
	line-height: 1rem;
	position: relative;
	margin: 24px 0;
	padding: 10px;
	background-color: #f5f2ef;
	color: #898989;
}
.kebijakan-privasi span {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
}
.akun-baru {
	font-family: Inter,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px;
	line-height: 1.5rem;
	color: #898989;
	text-align: center;
	padding-top: .5rem;
}
.akun-baru a {
	color: #998060;
}
.title-garis {
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #e8e8e8;
	line-height: .1em;
	margin: 10px 0 24px;
}
.title-garis span {
	font-family: Inter,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	font-size: .75rem;
	line-height: 16px;
	line-height: 1rem;
	line-height: unset;
	background: #fff;
	color: #898989;
	padding: 0 10px;
}
.button-login-lainya {
	width: 54px;
	height: 54px;
	margin: 0 12px;
	border-radius: 50px !important;
	box-shadow: none;
	background: #f5f2ef !important;
	border: none;
	box-shadow: none !important;
}
.keranjang-jumlah {
	font-family: Inter,sans-serif;
	font-style: normal;
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px;
	line-height: 1.5rem;
	color: #444;
	font-weight: 600;
	margin-bottom: 3px;
}
.belanja-lagi {
	font-family: Inter,sans-serif;
	font-style: normal;
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px;
	line-height: 1.5rem;
	color: #998060;
	margin-bottom: 3px;
}
.belanja-lagi:hover {
	color: #998060;
}
.main-keranjang {
	height: calc(100vh - 279px);
	overflow-y: auto;
	overflow-x: hidden;
	background: #f5f2ef;
}
.bottom-keranjang {
	height: 90px;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}
.bottom-keranjang .total-keranjang {
	position: fixed;
	min-width: 375px;
	max-width: 375px;
	width: 375px;
	z-index: 10;
	height: 90px;
	bottom: 0;
}
.bottom-keranjang .total-keranjang .area-total-keranjang {
	position: relative;
	background: #fff;
	box-shadow: 0 -4px 20px rgba(0,0,0,.05);
	border-radius: 56px;
	padding: 20px;
	margin: auto auto 0 !important;
	bottom: 16px;
	z-index: 11;
}
.area-total-keranjang .title-total {
	font-family: Inter,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 10px;
	font-size: .625rem;
	line-height: 16px;
	line-height: 1rem;
	color: #898989;
	margin-bottom: 0px;
}
.area-total-keranjang .nominal-total {
	font-family: Inter,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px;
	line-height: 1.5rem;
	white-space: normal;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0px;
	color: #444;
}
.total-up {
	color: rgb(153, 128, 96);
	font-size: 1.1rem;
	position: absolute;
	right: 0;
	margin-right: 17px;
	padding: 0px 5px;
}
.total-up:hover {
	color: rgb(153, 128, 96);
	text-decoration: none;
}
.total-up i {
	font-weight: 600;
}
.area-detail-total {
	position: absolute;
	bottom: 0;
	min-width: 345px;
	max-width: 345px;
	width: 345px;
	margin-bottom: 40px;
	padding-bottom: 65px;
	padding-top: 19px;
	box-shadow: 0 -4px 20px rgba(0,0,0,.05);
	background-color: #fff;
	border-radius: 2px 2px 0 0;
	z-index: 10;
	padding-left: 21px;
	padding-right: 21px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
	visibility: hidden;
}
.area-detail-total.show_up{
	opacity: 1;
	visibility: visible;
	margin-bottom: 59px;
}
.area-detail-total p {
	font-family: Inter,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	font-size: .875rem;
	line-height: 18px;
	line-height: 1.125rem;
	display: block;
	position: relative;
	margin-bottom: 0px;
}
.keranjang-produk {
	display: grid;
	grid-template-columns: 30% 20% 40% 10%;
	border-bottom: 1px solid #e4e6eb;
	padding: 24px 0;
}
.keranjang-produk .produk-area-image {
	grid-row: 1/span 2;
	margin-right: .75rem;
}
.keranjang-produk .produk-area-image img {
	width: 100%;
	object-fit: contain;
	border-radius: 2px;
}
.keranjang-produk .produk-area-title {
	font-family: Inter,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px;
	line-height: 1.5rem;
	grid-row: 1;
	grid-column: 2/span 4;
	align-self: center;
}
.keranjang-produk .produk-area-title p {
	margin-bottom: 0px;
}
.keranjang-produk .produk-area-title .produk-variasi {
	font-size: .75rem;
	line-height: 1rem;
	color: #898989;
}
.keranjang-produk .produk-area-total {
	display: -moz-box;
	display: flex;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-moz-box-align: stretch;
	align-items: stretch;
	-moz-box-pack: center;
	justify-content: center;
	flex-wrap: nowrap;
	position: relative;
	padding: 0 0 0 16px;
	grid-row: 2;
	grid-column: 3;
}
.keranjang-produk .produk-area-total p {
	margin-bottom: 0px;
	font-weight: 600;
	color: #444;
}
.keranjang-produk .produk-area-qty{
	z-index: 2;
	padding: 22px 0;
	grid-row: 2;
	grid-column: 2;
	position: relative
}
.keranjang-produk .produk-area-qty input[type="number"] {
	font-family: sans-serif;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	width: 63px;
	height: 56px;
	padding: 2px 5px;
	outline: none;
	text-align: center;
	padding-right: 26px;
	-moz-appearance: textfield;
}
.keranjang-produk .produk-area-qty input[type="number"]::-webkit-inner-spin-button, 
.keranjang-produk .produk-area-qty input[type="number"]::-webkit-outer-spin-button { 
	-webkit-appearance: none;
	margin: 0;;
}
.arrow-number-up,
.arrow-number-down {
	cursor: pointer;
	font-family: Inter,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
	font-size: .975rem;
	line-height: 16px;
	line-height: 0.5rem;
	position: absolute;
	padding: 0px 1px;
	right: 0;
	margin-right: 17px;
}
.arrow-number-up {
	top: 0;
	margin-top: 30px;
}
.arrow-number-down {
	bottom: 0;
	margin-bottom: 30px;
}
.keranjang-produk .produk-area-subtotal {
	display: -moz-box;
	display: flex;
	-moz-box-orient: vertical;
	-moz-box-direction: reverse;
	flex-direction: column-reverse;
	grid-row: 2/span 3;
	grid-column: 2;
	min-height: 119px;
	padding-top: 12px !important;
}
.keranjang-produk .produk-area-subtotal p {
	margin-bottom: 0px;
	min-width: 174px;
}
.keranjang-produk .produk-area-subtotal::after {
	color: #898989;
	content: "Subtotal";
	font-family: Inter,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 10px;
	font-size: .625rem;
	line-height: 16px;
	line-height: 1rem;
}
.keranjang-produk .produk-area-delete {
	grid-row: 3;
	grid-column: 4;
	display: -moz-box;
	display: flex;
	-moz-box-pack: center;
	justify-content: center;
}
.keranjang-produk .produk-area-delete a {
	color: #cc4534;
}
.keranjang-produk .produk-area-catatan {
	-moz-box-align: start;
	align-items: flex-start;
	flex-wrap: wrap;
	grid-row: 5;
	grid-column: 2/span 3;
	padding-top: 15px;
}
.keranjang-produk .produk-area-catatan a {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	display: -moz-box;
	display: flex;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: start;
	justify-content: flex-start;
	flex-wrap: nowrap;
	font-family: Inter,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	font-size: .75rem;
	line-height: 16px;
	line-height: 1rem;
	position: relative;
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	box-shadow: none;
	color: #998060;
	cursor: pointer;
	text-decoration: none;
}
.keranjang-produk .produk-area-catatan a svg {
	font-size: 0.90rem;
}
.keranjang-produk .produk-area-catatan input {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	display: -moz-box;
	display: flex;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: start;
	justify-content: flex-start;
	flex-wrap: nowrap;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	font-family: Inter,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px;
	line-height: 1.5rem;
	border: 1px solid #e8e8e8;
	border-radius: 37px;
	background-color: #fff;
	color: #444;
	padding: 0 24px;
	height: 58px;
	outline: none;
	margin-bottom: 6px;
}
.keranjang-produk .produk-area-catatan input:focus{
	outline:none!important;
	border:1px solid #998060;
}
.keranjang-produk .produk-area-catatan input[readonly] {
	border-radius: 0;
	padding: 10px;
	border: none;
	background-color: #f5f2ef;
	color: #444;
	height: auto;
}
.keranjang-produk .produk-area-catatan .catatan-title {
	margin-bottom: 7px;
	font-weight: 400;
	font-size: .75rem;
	color: #444;
}
.main-keranjang .area-cuppon {
	min-height: 60px;
	max-height: 60px;
	height: 60px;
	-moz-box-orient: horizontal;
	flex-direction: row;
	-moz-box-pack: start;
	justify-content: flex-start;
	padding: 0 26px;
	margin-bottom: 12px;
	border: 1px solid #e8e8e8;
	background: #fff;
	border-radius: 37px;
	cursor: pointer;
	display: -moz-box;
	display: flex;
	-moz-box-direction: normal;
	-moz-box-align: center;
	align-items: center;
	flex-wrap: nowrap;
}
.main-keranjang .area-cuppon:hover {
	opacity:.8;
}
.main-keranjang .area-cuppon p {
	margin-bottom: 0;
	font-size: .875rem;
	color: #bcbcbc;
	margin-left: 10px;
}
.main-keranjang .area-cuppon p::before {
	content: "Kupon";
	color: #898989;
	font-size: .625rem;
	line-height: 1rem;
	font-weight: 400;
	display: -moz-box;
	display: flex;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: start;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.main-keranjang .area-berkaitan {
	min-height: 400px;
	position: relative;
}
.main-keranjang .area-berkaitan .title-produk-berkaitan {
	font-family: Lora-Medium,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 32px;
	line-height: 2rem;
	color: #444;
}
.main-keranjang .area-berkaitan .area-button-berkaitan {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 6px;
}
.main-keranjang .area-berkaitan .area-button-berkaitan a {
	color: #444;
}
.main-keranjang .area-berkaitan .area-button-berkaitan a.readonly-button {
	color: #a8a8a8;
}
.modal .modal-lg-custom {
	max-width: 100% !important;
	margin: 0px;
}
.modal .title-modal-cuppon {
	font-family: Inter,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px;
	line-height: 1.5rem;
	color: #444;
}
.modal .button-close-cuppon {
	padding-top: 23px;
}
.modal .button-close-cuppon span {
	font-size: 32px;
	font-weight: 400;
	color: #444;
}
.modal .pesan-title-cuppon {
	font-family: Inter,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	font-size: .75rem;
	line-height: 16px;
	line-height: 1rem;
	color: #898989;
}
.modal .modal-lg-custom .modal-content {
	border-radius: 0px;
	border: 0px;
	min-height: 100vh;
}
.modal .area-search-cuppon input {
	padding: 8px 10px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	-moz-box-flex: 1;
	flex-grow: 1;
	max-width: 204px;
	min-height: 40px;
	max-height: 40px;
	height: 40px;
	position: relative;
	margin: 0;
	outline: 0;
}
.modal .area-search-cuppon button {
	font-family: Inter,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	font-size: .75rem;
	line-height: 18px;
	line-height: 1.125rem;
	min-width: 90px;
	max-width: 90px;
	width: 90px;
	margin-left: 6px;
	min-height: 40px;
	max-height: 40px;
	height: 40px;
	position: relative;
	margin: 0;
	margin-left: 0px;
	padding: 0 16px;
	color: #fff;
	background-color: #998060;
	border: none;
	border-radius: 50px;
}
.cuppon-abu-abu {
	background-image: url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.75 15.75C8.75 15.4516 8.63147 15.1655 8.4205 14.9545C8.20952 14.7435 7.92337 14.625 7.625 14.625C7.32663 14.625 7.04048 14.7435 6.8295 14.9545C6.61853 15.1655 6.5 15.4516 6.5 15.75H2.75C2.55109 15.75 2.36032 15.671 2.21967 15.5303C2.07902 15.3897 2 15.1989 2 15V3C2 2.80109 2.07902 2.61032 2.21967 2.46967C2.36032 2.32902 2.55109 2.25 2.75 2.25H6.5C6.5 2.54837 6.61853 2.83452 6.8295 3.0455C7.04048 3.25647 7.32663 3.375 7.625 3.375C7.92337 3.375 8.20952 3.25647 8.4205 3.0455C8.63147 2.83452 8.75 2.54837 8.75 2.25H16.25C16.4489 2.25 16.6397 2.32902 16.7803 2.46967C16.921 2.61032 17 2.80109 17 3V7.125C16.5027 7.125 16.0258 7.32254 15.6742 7.67417C15.3225 8.02581 15.125 8.50272 15.125 9C15.125 9.49728 15.3225 9.97419 15.6742 10.3258C16.0258 10.6775 16.5027 10.875 17 10.875V15C17 15.1989 16.921 15.3897 16.7803 15.5303C16.6397 15.671 16.4489 15.75 16.25 15.75H8.75ZM7.625 7.875C7.92337 7.875 8.20952 7.75647 8.4205 7.5455C8.63147 7.33452 8.75 7.04837 8.75 6.75C8.75 6.45163 8.63147 6.16548 8.4205 5.9545C8.20952 5.74353 7.92337 5.625 7.625 5.625C7.32663 5.625 7.04048 5.74353 6.8295 5.9545C6.61853 6.16548 6.5 6.45163 6.5 6.75C6.5 7.04837 6.61853 7.33452 6.8295 7.5455C7.04048 7.75647 7.32663 7.875 7.625 7.875ZM7.625 12.375C7.92337 12.375 8.20952 12.2565 8.4205 12.0455C8.63147 11.8345 8.75 11.5484 8.75 11.25C8.75 10.9516 8.63147 10.6655 8.4205 10.4545C8.20952 10.2435 7.92337 10.125 7.625 10.125C7.32663 10.125 7.04048 10.2435 6.8295 10.4545C6.61853 10.6655 6.5 10.9516 6.5 11.25C6.5 11.5484 6.61853 11.8345 6.8295 12.0455C7.04048 12.2565 7.32663 12.375 7.625 12.375Z' fill='%23A8A8A8'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: 50%;
	-moz-box-orient: horizontal;
	flex-direction: row;
	min-width: 18px;
	max-width: 18px;
	width: 18px;
	min-height: 18px;
	max-height: 18px;
	height: 18px;
	margin: 80px auto 12px auto;
}
.text-title-story {
	font-family: Inter,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px;
	line-height: 1.5rem;
	color: #444;
	text-align: center;
}
.text-deskripsi-story {
	font-family: Inter,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px;
	line-height: 1.5rem;
	color: #444;
	text-align: justify;
}
.article-story ul {
	height: auto;
	padding-left: 0px;
}
.article-story ul li {
	padding: 15px 0px 0px 0px;
	text-align: left;
	width: 100%;
	border-bottom: 0px;
	display: inline-block;
}
.article-story ul li a {
	font-family: Inter,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: .875rem;
	line-height: 1.5rem;
	text-align: left;
	color: #444;
}
.article-story ul li a:hover {
	color: #998060;
}
.article-order span {
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px;
	line-height: 1.5rem;
	color: #444;
}
.notif-pill {
	margin: 6.25px 0 12px;
	font-family: Inter,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 8px;
	font-size: .5rem;
	line-height: 16px;
	line-height: 1rem;
	position: absolute;
	top: -2px;
	left: 52%;
	bottom: auto;
	right: auto;
	display: -moz-box;
	display: flex;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	flex-wrap: nowrap;
	border-radius: 50%;
	background-color: #cc4534;
	color: #fff;
	padding: 0 4px;
	min-width: 16px;
	max-width: 24px;
}
.akun-image {
	background-color: #f5f2ef;
	width: 42px;
	height: 42px;
	padding: 8px;
}
.select2 {
	padding: 25px 24px 8px 24px;
	border: 1px solid #e8e8e8;
	border-radius: 37px;
	font-size: .875rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 26px;
}
.select2-container--default .select2-selection--single {
	border: 0px;
	background: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
	margin-right: 7px;
}
.select2-container--default .select2-results > .select2-results__options {
	font-size: .875rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0px;
}
.select2-container--default.select2-container--disabled {
	background-color: #e9ecef;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #e9ecef;
}
.list-item-account {
	padding-left: 0;
	list-style-type: none;
	display: flex;
	border-bottom: 1px solid #e8e8e8;
	overflow: auto;
	flex-wrap: nowrap;
	scrollbar-width: none;
}
.list-item-account li {
	padding: 0px 2px;
}
.list-item-account li a {
	width: max-content;
	display: flex;
	padding: 8px 16px;
	color: #444;
	border-bottom: 2px solid transparent;
	text-decoration: none;
}
.list-item-account li a:hover {
	border-bottom: 2px solid #998060;
}
.list-item-account li a.active {
	border-bottom: 2px solid #998060;
}
.riwayat-order p {
	font-size: .875rem;
	line-height: 1.5rem;
	color: #444;
	font-weight: 600;
	margin-bottom: 0px;
}
.riwayat-order small {
	font-size: 0.7rem;
	line-height: 1rem;
	color: #444;
}
