body#cart #content-wrapper .cart-grid-right .cart-summary .cart-summary-line span.label, body#cart #content-wrapper .cart-grid-right .cart-summary .cart-summary-line span.value {
	font-size: 18px;
}
.cart-summary .card-block .alert {
	margin: 10px 0;
	border-color: orange;
	padding: 15px;
}

.cart-summary #amount-to-order-bar .progress {
	margin-bottom: auto;
}

.modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
}

.modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto;
}
