.content-wrapper{
	margin-bottom: 30px;
}

.icon-status{
	background-color: transparent; 
	padding: 10px; 
	width: 60%; 
	height: 60%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.detail-pesanan{
	margin-top: 10px;
	border: 1px solid #5F9EA0;
	border-bottom: 3px solid #5F9EA0;
	border-radius: 3px;
}

.judul-produk{
	color: #FFFFFF;
	margin-left: 10px;
	font-family: calibri;
	font-size: 16px;
}

.with-border-bottom{
	border-bottom: 1px solid #5F9EA0;
	background: #5F9EA0;
	color: #FFFFFF;
}

.action-produk{
	margin-top: 25px;
}

.deskripsi-produk{
	margin-top: 7px;
	color: #FF8C00;
	font-size: 12px;
}

.tumbnail-produk{
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	height: auto;
}

.img-tumbnail{
	width: 80px;
	height: 80px;
	border-radius: 3px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.with-border-top{
	border-top: 1px solid #5F9EA0;
	background: #5F9EA0;
}

.hapus-pesanan{
	float: right;
}

.btn-hapus, .btn-hapus-with-session{
	background: transparent;
	color: #FFFFFF;;
	font-family: calibri;
}

.total-pesanan{
	margin-top: 10px;
	border: 1px solid #5F9EA0;
	border-bottom: 3px solid #5F9EA0;
	border-radius: 3px;
}

.judul-total{
	color: #FFFFFF;
	margin-left: 10px;
	font-family: calibri;
	font-size: 16px;
}

.body-total{
	margin: 10px;
}

label{
	font-family: calibri;
	font-size: 15px;
}

.tutup-total{
	padding: 10px;
	background: #5F9EA0;
}

.btn-checkout{
	color: #FFFFFF;
	background: #4169E1;
	width: 100%;
}

.btn-checkout:hover{
	color: #FFFFFF;
	background: #2e6da4;
	width: 100%;
}

.btn-reshop{
	color: #FFFFFF;
	background: #40E0D0;
	width: 100%;
	margin-bottom: 5px;
}

.btn-reshop:hover{
	color: #FFFFFF;
	background: #48D1CC;
	width: 100%;
}

.troli-kosong{
	border: 1px solid transparent;
	border-radius: 4px;
	max-width: 250px;
	margin: 50px auto;
}

.header-troli-kosong{
	text-align: center;
	color: #5F9EA0;
	background: transparent;
	font-family: calibri;
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
}

.body-troli-kosong{
	margin-bottom: 5px;
}

.footer-troli-kosong{
	text-align: center;	
}
.troli{
	margin-left: auto;
	margin-right: auto;

}

.detail-alamat{
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #DCDCDC;
	border-radius: 3px;
}

.header-alamat{
	margin-left: 5px;
	color: #40E0D0;
	font-size: 14px;
	font-weight: bold;
}

.body-alamat{
	margin: 5px 10px 5px 10px;
}

.change-alamat{
	margin: 10px;
}

.deskripsi-produk-checkout{
	margin: 3px 5px 3px 5px;
	font-size: 12px;
}

.select-tarif{
	margin: 0px 5px 5px 5px;
	font-size: 12px;
}

.total-biaya{
	margin: 5px;
	border-top: 1px solid black;
}

.detail-total-biaya{
	margin: 5px;
	border-top: 1px solid black;
}

.deskripsi-produk{
	padding: 3px 5px 3px 5px;
	font-size: 12px;
}

.action-produk{
	padding: 3px 5px 3px 5px;
}