div.global-wrapper{
	min-height: 100vh;
	position: relative;
}

/*h1-h6 style*/
header, main, footer, nav, p, a {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: var(--warna-judul-hitam);
}

h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
	color: var(--warna-judul-hitam);
}
/*end h1-h6 style*/

main{
	padding-bottom: 115px;
}

.ldiv, footer{
	position: absolute;
	bottom: 0;
	left: 0; right: 0;
}
.ldiv{
	bottom: 60px;
}

/*section for konten pop*/
section.mainKontenPop{
	margin: 0;
	padding: 15px 30px;
	border-radius: 0;
	line-height: 25px;

	background-color: white;
	box-shadow: rgba(108,114,124,.16) 0 2px 4px 0;
}
section.mainKontenPop form > div{
	text-align: left;
}
section.mainKontenPop .inner-sect > div{
	text-align: right;
	margin-right: 10px;
}
section.mainKontenPop .inner-sect > div :where(input[type='number'], input[type='text'], select){
	width: 40%;
}
section.mainKontenPop > :first-child{
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
}
section.mainKontenPop form > :last-child{
	padding-top: 5px;
	margin-top: 5px;
	border-top: 1px solid rgba(0, 0, 0, .3);
}
/*end section for konten pop*/

/*styling min-plus-navi*/
div.navi-num-cart{
	display: flex;
	flex-direction: row;
	justify-content: left;
}
div.navi-num-cart > span{
	background-color: darkgreen;
	display: inline-block;
	margin: 0;
	height: 25px;
	text-align: center;
	line-height: 25px;
}
div.navi-num-cart > span:nth-child(4){
	margin-left: 3px;
	border: 1px solid orange;
}
div.navi-num-cart > :not(span:nth-child(2)){
	width: 25px;
	cursor: pointer;
}
div.navi-num-cart > :not(span:nth-child(2)):active{
	background-color: orange;
}
div.navi-num-cart input{
	border: none;
	border-left: 2px solid white;
	border-right: 2px solid white;
	width: 35px;
	height: 25px;
	margin: 0;
	text-align: center;
}
/*end-styling min-plus-navi*/

/*.blok-lanjut-checkout*/
.blok-lanjut-checkout{
	position: fixed;
	bottom: 0; right: 0;
	width: min(90%, 350px);
	/*width: calc(var(--lebar-app) - var(--lebar-app) * var(--wid-space));*/
	/*translate: calc(var(--lebar-app) * 0.5 * var(--wid-space)) 0;*/
	z-index: 8;
}
/*badge angka cart at blok-lanjut-checkout*/
.blok-lanjut-checkout .kontainer-gambar{
	position: relative;
}
.blok-lanjut-checkout span.not-angka{
	transform: translateX(0);
	top: -10px;
	right: -10px;
	font-size: 10px;
}
main ~ .blok-lanjut-checkout{bottom: 50px;}
.lanjut-checkout{
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 3px 5px;
}
.lanjut-checkout > div:nth-child(2){
	display: flex;
	flex-direction: column;
}
.lanjut-checkout .k-ikon-menu{max-width: 25px}
.lanjut-checkout .gbr{mix-blend-mode: soft-light;}
.kontainer-umum{
	display: flex;
	flex-direction: column;
}
/*end-blok-lanjut-checkout*/