.payment-list-product {
	font-family: 'Open Sans';
}

/********************************************************************
Step Wizard
********************************************************************/

/*=payment steps */
.step-wizard {
	margin-bottom: 40px;
}

.step-wizard > .step-wizard-step {
	padding: 0; position: relative;
}

.step-wizard > .step-wizard-step .step-wizard-stepnum {
	margin-bottom: 28px;
	color: #595959;
	font-size: 16px;
}

.step-wizard > .step-wizard-step > .step-progress {
	position: relative;
	margin: 20px 0;
	height: 8px;
	border-radius: 0px;
	box-shadow: none;
}

.step-wizard > .step-wizard-step > .step-progress > .step-progress-bar {
	width:0px;
	box-shadow: none;
}

.step-wizard > .step-wizard-step.complete > .step-progress > .step-progress-bar {
	width:100%;
}

.step-wizard > .step-wizard-step.active > .step-progress > .step-progress-bar {
	width:50%;
}

.step-wizard > .step-wizard-step:first-child.active > .step-progress > .step-progress-bar {
	width:0%;
}

.step-wizard > .step-wizard-step:last-child.active > .step-progress > .step-progress-bar {
	width: 100%;
}

.step-wizard > .step-wizard-step:first-child  > .step-progress {
	left: 50%;
	width: 50%;
}

.step-wizard > .step-wizard-step:last-child  > .step-progress {
	width: 50%;
}

.step-wizard > .step-wizard-step > .step-wizard-dot {
	border-radius: 50%;
	position: absolute;
	width: 50px;
	height: 50px;
	display: block;
	top: 45px;
	left: calc(50% - 15px);
	margin-top: -15px;
	margin-left: -15px;
	background: #c9d767;
}

.step-wizard > .step-wizard-step > .step-wizard-dot > span{
	text-align: center;
	line-height: 50px;
	font-size: 1.3em;
	text-decoration: none;
	display: block;
	color: #fff;
}

.step-wizard > .step-wizard-step .step-wizard-info {
	font-size: 14px;
	color: #999;
}

.step-wizard > .step-wizard-step > .step-progress,
.step-wizard > .step-wizard-step.complete > .step-progress > .step-progress-bar,
.step-wizard > .step-wizard-step.active > .step-progress > .step-progress-bar,
.step-wizard > .step-wizard-step.complete > .step-wizard-dot{
	background-color: #c9d767;
}

.step-wizard > .step-wizard-step.active > .step-wizard-dot {
	background-color: #067141;
}

/********************************************************************
LIST TRANSFER BANK
********************************************************************/
.list-group.list-transfer-bank{
	max-height: 360px;
	overflow-y: auto;
}

.list-group.list-transfer-bank .panel{
	margin-bottom: 0px;
}

.list-group.list-transfer-bank .panel .panel-list-group.select_bank{
	font-weight: normal;
	cursor: pointer;
}

.list-group.list-transfer-bank .panel .bank-logo{
	margin-bottom: 10px;
}

.list-group.list-transfer-bank .panel .bank-logo img{
	max-width: 120px;
}

@media screen and (min-width: 992px){
	.list-group.list-transfer-bank .panel .bank-logo img{
		max-width: 100%;
	}
}

.list-group.list-transfer-bank .panel .bank-detail-multi{
	position: inherit;
}

.list-group.list-transfer-bank .panel .bank-detail-multi i.fa{
	position: absolute;
	top: 50%;
	right: 4%;
    transform: translateY(-50%);
}

/********************************************************************
LIST PAYMENT
********************************************************************/
.list-group.list-payment{
	max-height: 480px;
	overflow-y: auto;
}

.list-group.list-payment .list-type {
	text-align: center;
	font-weight: bold;
	background-color: #F4F4F4;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 14px
}

.list-group.list-payment .list-group-item{
	padding: 0px;
}

.list-group.list-payment .list-group-item input{
	position: absolute;
	/* opacity: 0; */
	top: 50%;
    transform: translateY(-50%);
    left: 10px;
    margin: 0;
    padding: 0;
}

.list-group.list-payment .list-group-item label{
	padding: 0 15px 0 30px;
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 60px;
	margin: 0;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
}

.list-group.list-payment .list-group-item label:hover {
	cursor: pointer;
	background-color: #f3f3f3;
}

.list-group.list-payment .list-group-item input:checked + label {
	background-color: #e3e3e3;
}

.list-group.list-payment .list-group-item label .list-payment__item-img {
	width: 100px;
	margin-right: 15px;
}

.list-group.list-payment .list-group-item label .list-payment__item-img img{
	max-width: 100px;
	max-height: 60px;
}


.list-group.list-payment .list-group-item label .list-payment__item-label {
	font-size: 12px;
	font-weight: normal;
}

.list-group.list-payment .list-group-item.disabled,
.list-group.list-payment .list-group-item.disabled label{
	opacity: .5;
    cursor: not-allowed;
}

/* CART ======================================*/
.box-cart-list-product {
	max-width: 100%;
}

.cart-item-images-thumbnail img {
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	float:left;
}

.cart-item-title {
	font-size: 1.4em;
	font-weight: 600;
	overflow: hidden;
}

.cart-item-title a{
	color: #077644;
}

.cart-item-excerpt{
	font-size: 13px;
	opacity: .9;
}

.box-cart-list-product tbody .row-item{
	background-color: #f9f9f9;
}

.box-cart-list-product tbody .row-item td:last-child{
	text-align: center;
}

.box-cart-list-product tbody .row-item td .btn-group .btn.cart_update,
.box-cart-list-product tbody .row-item td .btn-group .btn.cart_remove{
	border-radius: 5px;
}

.box-cart-list-product tbody .row-item td .btn-group .btn.cart_remove{
	margin-left: 6px;
}

.box-cart-total {
	font-size: 1.4em;
	padding: 15px 25px;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 5px 4px 0 0 rgba(166,166,166,.1);
	-moz-box-shadow: 5px 4px 0 0 rgba(166,166,166,.1);
	box-shadow: 5px 4px 0 0 rgba(166,166,166,.1);
}

.box-cart-action {
	margin-top: 30px;
	padding: 15px 25px;
	background-color: #f7f7f7;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 5px 4px 0 0 rgba(166,166,166,.1);
	-moz-box-shadow: 5px 4px 0 0 rgba(166,166,166,.1);
	box-shadow: 5px 4px 0 0 rgba(166,166,166,.1);
}

.box-cart-action a {
	text-decoration: none !important;
}

@media screen and (max-width: 767px){
	.box-cart-list-product thead{
		display: none;
	}

	.box-cart-list-product tbody .row-item{
		display: block;
		border-bottom: 1px solid #ddd;
	}

	.box-cart-list-product tbody .row-item td{
		display: block;
		border: 1px solid transparent;
	}

	.box-cart-list-product tbody .row-item td:before{
		display: table;
		content: " ";
	}

	.box-cart-list-product tbody .row-item td:after{
		display: table;
		content: " ";
		clear: both;
	}

	.box-cart-list-product tbody .row-item td:last-child{
		text-align: right;
	}

	.box-cart-action{
		padding: 0;
		background: none;
		border: 0px;
	}

}

.total-paket{
	margin-top: 8px;
}

.total-paket label{
	font-size: 35px;
}

.form-cart .total-paket label{
	font-size: 14px;
}


/* MODIFIER - ALERT */
.alert--bg-1{
    background-color: rgba(255,212,163, 1);
    color: rgba(161,93,31,1);
}

.alert.alert--kode-unik{
    position: relative;
    margin-left: 10px;
}

.alert.alert--kode-unik:before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    border-right: .85em solid rgba(255,212,163, 1);
    border-bottom: .7em solid transparent;
    border-left: 0;
    border-top: .7em solid transparent;
    right: 100%;
}