.Pickup {
  padding: 20px 24px 60px 24px;
}

.Pickup .GglocationsSelect {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  max-width: unset;
  width: 100%;
  margin: 0 0 0 0px;
  padding: 0px 20px 0px 20px;
  /* text-align-last: center; */
  /* font-family: 'Rubik'; */
  cursor: pointer;
}

.Pickup .GglocationsSelect .Select {
  border-radius: 10px;
}

.Pickup .Button.btn-primary {
  height: 55px;
  /* border-radius: 10px; */
  width: 100%;
  color: #FFFFFF;
  cursor: pointer;
  margin: 40px 0px 0px 0px;
}
.DineInOptionSelectWrapper{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.select-dinein-option{
  position: relative;
  width: 48%;
  border: 1px solid #212121;
  /* border-radius: 5px; */ 
  margin-bottom: 10px;
  cursor: pointer;
}
#PreOrderButton {
  background-position: center center;
  background-repeat: no-repeat;
}
.select-dinein-option.selected{
    width: 48%;
    border: 1px solid #221815;
    background-color: #FFFFFF;
    /* border-radius: 5px; */
}
.select-dinein-option-btn-wrapper {
  position:absolute;
  margin: -18px 0px 0px -10px;
  width:100%;
  height:100%;
  z-index:10;
}

.select-dinein-option .icon{
    margin: 5px 0 5px 0;
    width: 40%;
}
.StartPickupOrderShopError{
    margin: 0 0 5px 0;
}

.select-dinein-option-error {
  position: absolute;
  z-index: 100;
  font-weight: 500;
  font-size: 17px;
  margin: -30px 0px 0px 0px;
  padding: 0px 25px 0px 0px;
}
.step-number {
  font-size: 16px;
}
.step-text {
  font-size: 19px;
  margin: 5px 0px 20px 0px;
}
.select-dinein-option {
  padding: 18px 0px 18px 10px;
}
.select-dinein-option-text-wrapper {
  position: relative;
  z-index: 20;
}
.select-dinein-option-text1 {
  font-size: 21px;
  margin: 0px 0px 3px 0px;
  white-space: pre-wrap;
}
.select-dinein-option-text2 {
  font-size: 15px;
  font-weight: 700;
  white-space: pre-wrap;
}
#DineInOptionSelectContainer {
  margin: 40px 0px 0px 0px;
  width: 100%;
}