.address-item.selected {
  background: var(--ux-swatch--grey-p300);
}

.order-dialog .order-total {
  font-weight: bold;
  border-bottom: 2px solid var(--aurelia-ux--design-primary);
  margin-top: 16px;
  margin-bottom: 32px;  
}

.order-dialog .order-total .ux-list-item {
  padding-top: 0;
  padding-bottom: 0;
}
.order-dialog .order-total .ux-list-item:last-of-type {
  color: var(--aurelia-ux--design-primary);
}
