.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;
}
body:not(.ordp) #ship-to .fields-heading{
	margin-top: 0;
}

.img--thumb img{
	max-width: 100px;
	height: auto;
}

@media screen and (min-width: 80em){
	.img--thumb img{
		height: 150px;
		width:auto;
		max-width: unset;
	}
}

/*ORDP*/
body.ordp .basket-product-row img{
	max-width: 100px;
	height: auto;
}
body.ordp #customer-fields .fields-heading{
	margin-top: 0;
	margin-bottom: 0.5rem;
}
body.ordp #customer-fields{
	margin-bottom: 1.5rem;
}
body.ordp,
body.ordp strong{
	color:#1c2836;
}
body.ordp .page-title{
	border-bottom: 1px solid #D9DAE0;
	padding-bottom: 1.5rem;
}
body.ordp .form_row{
	margin-bottom: 0;
}