.warning {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid #ffb100;
  border-radius: 4px;
  padding: 10px;
  line-height: 1.2;
}

.alert {
  margin-bottom: 0;
}

.btnLeft {
  display: table-footer-group;
  padding: 0;
}

.unavailableIcon {
  border: 1px solid #ffb100;
  border-radius: 100%;
  display: block;
  height: 25px;
  width: 25px;
  text-align: center;
  margin-right: 8px;
  flex: none;
}

.disclaimer {
  display: flex;
  flex-direction: row;
}

.productItems {
  width: 100%;
}

.pickupButtonWrapper {
  margin-top: 8px;
}

.pickupButton {
  background: #368df7;
  border: none;
  border-radius: 5px;
  display: block;
  color: white;
  padding: 8px 12px;
  font-size: 14px;
  width: 100%;
}

.removeButton {
  border: 1px solid #368df7;
  background: transparent;
  border-radius: 5px;
  display: block;
  color: #368df7;
  padding: 8px 12px;
  font-size: 14px;
  width: 100%;
}
