body .tab-cim--steps .column .tab-static{
	color: #D9DaE0;
   border-width: 0 0 1px;
	font-weight: normal;
}
body .tab-cim--steps .column.selected .tab-static{
	color: #191919;
	font-weight: bold;
	border-width: 0 0 3px;	
}

.cmp--payment-options{
	display: flex;
	flex-wrap:wrap;
}

.customer-fields{
	padding-top: 0.75rem;
}
.cart-summary-customer-info{
	padding:0px 1rem 100px 1rem;
}
.display--block{
	display: block;
}
.fields-heading{
	margin-bottom: 1.5rem;
	border-top-width: 1px;
}
.is--invisible{
	visibility: hidden;
	height: 0;
	width: 0;
	overflow: hidden;
	opacity: 0;
}

.form_row label.italic{
	font-style: italic;
}
.form_row label.required{
	font-weight: bold;
}

/*OPAY*/
.button-complete-order{
	font-size: 1.15rem;
	width: 100%;	
}


/* CHECKOUT SUMMARY */
.basket-product-name .product-stock{
	display: block;
	color: #7d7d7d;
	font-size: 0.75rem;
}

.basket-product-subtotal s ~ span{
	color:#EA0605;
}



