.div-infopromo {
    position: absolute;
    background: #FF8C00;
    color: #fff;
    padding: 2px 5px;
    right: 0;
    top: 0;
    border-radius: 5px;
    font-size: 12px;
}

.div-info-new-product {
    position: absolute;
    background: #0000FF;
    color: #fff;
    padding: 2px 5px;
    left: 0;
    top: 0;
    border-radius: 5px;
    font-size: 12px;
}

.div-bawahpromo {
    position: relative;
}

.div-info-pre-order {
    position: absolute;
    background: #008000;
    color: #fff;
    padding: 2px 5px;
    left: 0;
    bottom: 0;
    border-radius: 5px;
    font-size: 12px;
}

.div-info-out-of-stock {
    position: absolute;
    background: #FF0000;
    color: #fff;
    padding: 2px 5px;
    left: 0;
    bottom: 0;
    border-radius: 5px;
    font-size: 12px;
}

.box-produk {
    border: unset !important;
    background-color: #fff;
    border-radius: 5px;
}

.box-produk-habis {
    font-size: 10pt;
	font-weight: normal;
    background-color: #000000;
    color: #ffffff;
    display: inline;
    padding: 2px 5px;
    border-radius: 5px;
	margin-top: 5px;
}

.box-produk-nama {
    font-size: 11pt;
    font-weight: normal;
    height: 40px;
    overflow: hidden;
    margin-bottom: 2px;
    color: #000000;
    padding: 0px;
    margin-top: 0px;
}

/* .loginutklihatharga {
	font-size: 13pt;
	color: #FFFF00;
	display: inline-table;
	margin-bottom: 2px;
} */

.loginutklihatharga {
    font-size: 10pt;
	font-weight: normal;
    background-color: #FFFF00;
    color: #000000;
    display: inline;
    padding: 2px 5px;
    border-radius: 5px;
    margin-top: 5px;
}

.box-produk-discontinued {
    font-size: 10pt;
	font-weight: normal;
    background-color: #696969;
    color: #ffffff;
    display: inline;
    padding: 2px 5px;
    border-radius: 5px;
	margin-top: 5px;
}

.box-produk-harga {
    color: #000000;
    font-size: 13pt;
    font-weight: 600;
    margin-bottom: 2px;
}

.box-produk-kotak-teks {
    padding: unset;
    height: 80px;
    background-color: unset;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.box-produk {
    border: solid #ccc 1px;
    background-color: #fff;
    border-radius: 5px;
}

img.imgkotakproduk {
    /*border-top-left-radius: 5px;*/
    /*border-top-right-radius: 5px;*/
	border-radius: 5px;
}

.hargacoret {
	margin-bottom: 0px;
}

.jenisbrand-nama {
    font-size: 14px;
}

.box-produk-gambar {
    border-bottom: unset;
    border: solid #ccc 1px;
    margin-bottom: 5px;
	border-radius: 5px;
}

@media only screen and (max-width: 575px){
	.box-produk-nama {
		height: auto;
	}
	.box-produk-kotak-teks {
		height: auto;
	}
}