ul.delivery-paycards li {
    list-style-type: none;
    display: inline;
}
ul.delivery-paycards li img {
    width: 20%;
    padding: 10px 15px;
}

table.shoe-sizes td {
    text-align: center;
}

/* Order page */
.bx_soa_location .bx-soa-reference {
	color: #ad1457;
	font-weight: 600;
}

.property-row-ext .prop-val {
	margin-right: 10px;
}
.property-row-ext .prop-val button {
	background: white;
	border-radius: 4px;
	border: 2px solid grey;
	font-weight: 600;
	color: grey;
}
.property-row-ext .prop-val button.active {
	border-color: #d50000;
	color: #d50000;
}