.checkout-page {
	position: relative;
}

.checkout-page .final-price {
	display: table;
	margin: 10px 0;
	border: 1px solid #c0f0c1;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.checkout-page .final-price .subtotal,
.checkout-page .final-price .discount,
.checkout-page .final-price .shipping,
.checkout-page .final-price .tax,
.checkout-page .final-price .amount {
	display: table-row;
}

.checkout-page .final-price .total,
.checkout-page .final-price label {
	display: table-cell;
	padding: 3px 10px;
	text-align: left;
	font-weight: normal;
	margin: 0;
	border-top: 1px dashed #eee;
}

.checkout-page .final-price div:first-child:not(.amount) .total,
.checkout-page .final-price div:first-child:not(.amount) label {
	border-top: 0;
}

.checkout-page .final-price .discount .total {
	color: #0073b7;
}

.checkout-page .final-price .total span {
	font-size: 18px;
	display: inline-block;
	margin: 0 10px;
}

.checkout-page .final-price .amount .total span {
	font-size: 23px;
}

.checkout-page .final-price .total {
	min-width: 180px;
}

.checkout-page .final-price .amount .total,
.checkout-page .final-price .amount label {
	font-weight: bold;
	border-top: 1px solid #c0f0c1;
	border-bottom: 1px solid #c0f0c1;
	padding-top: 5px;
	padding-bottom: 8px;
}

#checkoutModal .modal-backdrop {
	position: fixed;
}

#delivery-address .panel {
	border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-webkit-border-radius: 0;
	
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .20);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, .20);
	-o-box-shadow: 0 0 1px rgba(0, 0, 0, .20);
	box-shadow: 0 0 1px rgba(0, 0, 0, .20);
	
	height: 323px;
	overflow: hidden;
}

#delivery-address .panel.is-default {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .25);	
}

#delivery-address .panel > i.fa-check {
	display: none;
}

#delivery-address .panel.is-default > i.fa-check {
	position: absolute;
	right: 8px;
	top: 0;
	display: block;
	color: #fff;
	font-size: 18px;
}

#delivery-address .panel.is-default::before {
	content: "";
	display: block;
	position: absolute;
	right: 5px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	-moz-transform: scale(.9999);
	border-width: 35px 40px 0 0;
	border-color: #8cc640 transparent transparent;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

#delivery-address .panel.is-default .btn-set-default {
	background-color: #ff851b !important;
	border-color: #ff851b !important;
	color: #f9f9f9 !important;
}

#delivery-address .panel-title {
	width: 70%;
	line-height: 25px;
}

#delivery-address .btn-toolbar {
	position: absolute;
	left: 10px;
	top: 13px;
}

#delivery-address .btn-toolbar .btn {
	font-size: 20px;
	padding: 0 7px;
	margin-right: 0;
}
#delivery-address .panel .panel-body .body-icon,
#delivery-address .panel .panel-body .body-details {
	float: right;
	vertical-align: top;
	overflow: hidden;
}

#delivery-address .panel .panel-body .body-icon {
	width: 10%;
	font-size: 20px;
	color: #ccc;
}
#delivery-address .panel .panel-body .body-details {
	word-wrap: break-word;
	width: 90%;
}
#delivery-address .panel .panel-body .body-address {
	height: 80px;
	overflow: hidden;
}

.btn-list > span {
	white-space: normal;
}
.btn-list:active {
	background-color: #fff;
}

.btn-list.active {
	background-color: #f4f9f9;
}

.checkout-page .table-bordered.checkout-products-table,
.checkout-page .table-responsive > .table-bordered.checkout-products-table {
	border-collapse: inherit;
	border: 0;
}

.checkout-page .table-bordered.checkout-products-table > tbody > tr > td,
.checkout-page .table-responsive > .table-bordered.checkout-products-table > tbody > tr > td {
	border: 1px solid #ddd;
	border-top: 0;
	border-left: 0;
	position: relative;
}
.checkout-page .table-bordered.checkout-products-table > tbody > tr:first-child > td,
.checkout-page .table-responsive > .table-bordered.checkout-products-table > tbody > tr:first-child > td {
	border-top: 1px solid #ddd;
}
.checkout-page .table-bordered.checkout-products-table > tbody > tr > td.last,
.checkout-page .table-responsive > .table-bordered.checkout-products-table > tbody > tr > td.last {
	border-left: 1px solid #ddd;
}

.checkout-page .table-bordered.checkout-products-table > thead > tr:first-child > th,
.checkout-page .table-responsive > .table-bordered.checkout-products-table > thead > tr:first-child > th {
	border-color: transparent;
	border-style: solid solid none;
	border-width: 0 1px medium;
	-webkit-border-image: none;
	-o-border-image: none;
	border-image: none;
}

.checkout-page .table-bordered.checkout-products-table tbody td .product-details,
.checkout-page .table-responsive > .table-bordered.checkout-products-table tbody td .product-details {
	display: table;
	width: 100%;
	margin: 15px 0;
}
.checkout-page .table-bordered.checkout-products-table tbody td .product-details > div,
.checkout-page .table-responsive > .table-bordered.checkout-products-table tbody td .product-details > div {
	display: table-cell;
	vertical-align: middle;
	line-height: 30px;
	word-wrap: break-word;
}
.checkout-page .table-bordered.checkout-products-table tbody td .product-image,
.checkout-page .table-responsive > .table-bordered.checkout-products-table tbody td .product-image {
	width: 20%;
}

.color .color-hash {
	margin: 0 10px;
}

.billing-summary .list-group-item {
	border: 1px solid #ebebeb;
}

.billing-summary .list-group-item .title,
.billing-summary .list-group-item .total {
	line-height: 35px;
	font-size: 16px;
}

.billing-summary .list-group-item .currency-iso {
	font-size: 12px;
}

.billing-summary .list-group-item .title {
	float: right;
}

.billing-summary .list-group-item .total {
	float: left;
}

.billing-summary .list-group-item .total .price {
	font-size: 15px;
	margin-left: 15px;
	font-weight: bold;
}

.billing-summary .list-group-item.amount,
.billing-summary .list-group-item.amount .total .price{
	font-size: 20px;
}

#delivery-information .list-group-item {
	padding: 0;
	display: table;
	border: 1px solid #ebebeb;
	width: 100%;
}
#delivery-information .list-group-item .icon {
	width: 70px;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	border-left: 1px solid #ebebeb;
	font-size: 30px;
	padding: 3px 0 0;
	color: #aaa;
}
#delivery-information .list-group-item .title {
	padding: 10px 15px;
	line-height: 25px;
	display: table-cell;
	vertical-align: middle;
	color: #777;
	font-size: 14px;
}

#wizard-tab.nav > li.user-disabled {
	display: none;
}

#delivery-methods .method-icon i,
#payment-methods .method-icon i {
	width: 30px;
}

#payment-methods > .online-payment {
	cursor: default;
}

#payment-methods > .online-payment .payment-method {
	display: table;
	cursor: pointer;
}

#payment-methods > .online-payment .payment-method > span {
	display: table-cell;
	vertical-align: middle;	
}