.Delivery {
  padding: 25px 24px 30px 24px;
  font-size: 16px;
}

.Delivery .Addresses .title-function {
  margin: 16px auto;
}
.Delivery .delivery-minorder{
  font-size: 0.8rem;
}
.Delivery .header {
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: start;
  line-height: 1em;
  margin-bottom: 15px;
}

.Delivery .deliveryIcon {
  width: 100px;
  margin-right: 15px;
}

.Delivery .heading {
  font-weight: 700;
  color: #3C6142;
  line-height: 18px;
  margin-bottom: 7px;
  font-size: 19px;
}

.Delivery .heading.semibold {
  font-weight: 600;
}

.Delivery .copy {
  font-size: 14px;
  color: #5F5F5F;
  line-height: 18px;
  margin-bottom: 7px;
}

.Delivery .copy.small {
  font-size: 12px;
  color: #5F5F5F;
  line-height: 1.3em;
}

.Delivery .or {
  font-style: italic;
  margin-bottom: 15px;
}

.Delivery .Input {
  width: 100%;
  border-radius: 10px;
  height: 55px;
}

.Delivery .Button {
  height: 55px;
}

.Delivery .Input::placeholder {
  font-size: 16px;
  font-style: italic;
  color: #3C6142;
  text-align: center;
}

.Delivery .info {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #3C6142;
  padding: 0px;
}

.Delivery .GglocationsSelect {
  max-width: unset;
  width: 100%;
  margin: 0;
}

.Delivery .GglocationsSelect .Select {
  border-radius: 10px;
}

.Delivery .Button.btn-primary {
  border-radius: 10px;
  width: 100%;
}

.Delivery .Button.disabled {
  background-color:  #969696;
  border-color:  #969696;
}

.Delivery .add-address {
  color: #0392AB;
  font-size: 16px;
  margin: 12px 12px 24px 20px;
}

.Delivery .add-address span {
  text-decoration: underline;
}

.Delivery .add-address-text {
  margin-right: 5px;
}
