#delivery_custom li.tab.has-icon a { width: 100%; text-align: center !IMPORTANT; color: black; display: inline-block; }  #delivery_custom li.tab.has-icon { width: 49.8%; border: unset; }
.popup-delivery-pickup .col { padding-bottom: 0px !important; }
#delivery_custom li.tab.active.has-icon {border: unset !important; } #delivery_custom li.tab.has-icon a { border: unset; }
#delivery_custom li.tab.active.has-icon a { background-color: #ea8025; color: white; }
.pac-container, .pac-item {background-color: #ffffff; z-index: 9999999999 !important; }
button.startorder.button,button.startorderloading.button { width: 100%; }
input#billing_additional_info, input#billing_time,input.form-control[name="OrderDate"] { background-color: #f2f2f2; }
input#billing_additional_info:focus, input#billing_time:focus,input.form-control[name="OrderDate"]:focus { background-color: #f2f2f2; }
/* tool right */
/* .tool-right { position: fixed; top:30%; left: 0; z-index: 999; background: #ffffff; padding: 12px 8px; box-shadow: 10px 0px 30px #888888; border-radius: 0px 15px 15px 0px; width: 86px; text-align: center; font-size: 80%; font-weight: bold;}
.tool-right p { border-bottom: 1px dashed #e9e9e9; }
.tool-right p:nth-child(3) { border-bottom: none; margin-bottom: 0; }
.tool-right span { display: block; color: #848484; font-weight: 600; }
 */
/* Default styles for desktop */
.tool-right {
  position: fixed;
  top: 30%;
  left: 0;
  z-index: 999;
  background: #ffffff;
  padding: 12px 8px;
  box-shadow: 10px 0px 30px #888888;
  border-radius: 0px 15px 15px 0px;
  width: 86px;
  text-align: center;
  font-size: 80%;
  font-weight: bold;
}

.tool-right p {
  border-bottom: 1px dashed #e9e9e9;
}

.tool-right p:nth-child(3) {
  border-bottom: none;
  margin-bottom: 0;
}

.tool-right span {
  display: block;
  color: #848484;
  font-weight: 600;
}

/* Media query for mobile */
@media only screen and (max-width: 768px) {
  .tool-right {
    left: auto;
    top: 0;
    right: 0;
    border-radius: 15px 0px 0px 15px;
  }
}






#delivery_custom li.tab.has-icon { width: 49%; border: unset; }
.tool-right { display: none; }
.home .tool-right { display: inherit !important; }
/* add */
.alert-error-order { color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; position: relative; padding: 0.75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: 0.25rem; display: block; }
span.alert-success-order { color: #155724; background-color: #d4edda; border-color: #c3e6cb; position: relative; padding: 0.75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: 0.25rem; display: block; }
.alertTimeSlot span { color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; position: relative; padding: 0.75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: 0.25rem; display: block; }