.showme {
  display: none;
}

.scar img {
  cursor: pointer;
}

.btn-order {
  background-image: linear-gradient(
    to right,
    #08d041 0%,
    #019421 51%,
    #08d041 100%
  );
}

.start-heading {
  background: linear-gradient(
    to bottom,
    #019421 0%,
    #08d041 50%,
    #08d041 51%,
    #019421 100%
  );
}

#LoadingDiv {
  margin: 0px 0px 0px 0px;
  position: fixed;
  height: 100%;
  z-index: 9999;
  padding-top: 350px;
  width: 100%;
  clear: none;
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

/*IE will need an 'adjustment'*/

img.displayed {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pac-icon {
  display: none;
}

.pac-item {
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
}

.pac-item:hover {
  background-color: #ececec;
}

.pac-item-query {
  font-size: 16px;
}

.error {
  background: #ff9c9c !important;
  outline: none;
  border: 1px solid #c00;
}

label.error {
  border: 0;
  display: none !important;
}

iframe {
  display: none;
}

.btm_sec {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 2;
  background: none 0% 0% repeat scroll #9f9a94;
}

.btm_timer {
  padding: 8px 0;
}

.btm_timer h2 {
  font-size: 16px;
}

.time-sec {
  background: white;
  color: #666666;
  border-radius: 3px;
  padding: 0 5px;
  width: 90px;
  display: inline-block;
}

.pop-up {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  transition: opacity 500ms;
  z-index: 100;
}

.pop-up img {
  height: 100%;
}
