.cr-delivery-method {
  border-color: transparent !important;
  padding-bottom: 10px !important;
}

.cr-delivery-method.selected {
  border-color: var(--color-primary) !important;
  background-color: #fff !important;
}

select#storeUL {
  border-color: transparent !important;
}

.cr-delivery-method img {
  margin-top: 10px !important;
}

#pickup-details {
  width: calc(50% - 5px) !important;
  margin-left: calc(50% + 5px) !important;
}