.ui-menu-item {
  padding: 10px 9px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}
.ui-menu-item:hover {
  background-color: aqua;
}
.ui-menu-item p {
  font-size: 11px;
  font-weight: 400;
}
.airport-icon {
  background-image: url(../images/icons/airport-icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 35px;
  margin-right: 9px;
}
.shopping-mall {
  background-image: url(../images/icons/shopping-mall.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 35px;
  margin-right: 9px;
}
.hospital{
  background-image: url(../images/icons/hospital.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 35px;
  margin-right: 9px;
}
.restaurant{
  background-image: url(../images/icons/restaurant.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 35px;
  margin-right: 9px;
}
.address-icon {
  background-image: url(../images/icons/address-icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 35px;
  margin-right: 9px;
}
.ui-widget-content,
.ui-widget.ui-widget-content {
  border: none !important;
}
.calendar-time {
  margin-top: 15px !important;
}

.datepicker-item {
  width: 100%;
  position: relative;
}
.datepicker-item select {
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 0 12px 0 44px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  cursor: pointer;
}
.datepicker-item--just-time {
  position: relative;
}
.datepicker-item--just-time::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../images/icons/arrow-down-icon.svg");
  width: 16px;
  height: 16px;
  pointer-events: none;
}
.datepicker-item--just-time select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* IE11 hide native button */
.datepicker-item--just-time select::-ms-expand {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .ui-autocomplete {
    width: calc(100% - 80px) !important;
  }
}

@media only screen and (max-width: 768px) {
  .ui-autocomplete {
    width: calc(100% - 65px) !important;
  }
}

.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #45423c;
  background: #fff;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
}

.pika-single:after,
.pika-single:before {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-lendar {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 11.2px;
  margin-top: 0;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5.7344px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}

.pika-label + .pika-label {
  padding-left: 0;
}

.pika-next,
.pika-prev {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  background-color: #fff;
  text-indent: 999px;
  overflow: hidden;
  color: transparent;
}

.pika-next:after,
.pika-next:before,
.pika-prev:after,
.pika-prev:before {
  display: block;
  content: " ";
  -webkit-background-size: 10px 16px;
  background-size: 10px 16px;
  width: 10px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pika-next.is-disabled,
.pika-prev.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-prev {
  float: left;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.pika-next {
  float: right;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.pika-select {
  display: inline-block;
  font-size: 14px;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table td,
.pika-table th {
  width: 14.285714285714286%;
  padding: 0;
}

.pika-table th {
  color: #45423c;
  line-height: 1;
  padding: 8.96px 0;
  font-weight: 400;
  text-align: center;
}

.pika-table abbr {
  font-size: 12.44444px;
  border-bottom: none;
  text-decoration: none;
  cursor: default;
}

.pika-table td {
  border: 1px solid #ede9e5;
}

.pika-table .is-disabled {
  opacity: 0.3;
}

.pika-button {
  cursor: pointer;
  display: block;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 10px 8px;
  color: #45423c;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  background-color: #fff;
}

.pika-button:hover {
  color: #fff;
  background-color: #31cccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.is-today .pika-button {
  color: #31cccc;
}

.is-selected .pika-button {
  color: #fff;
  font-weight: 600;
  background: #31cccc;
  -webkit-box-shadow: inset 0 1px 3px #31cccc;
  box-shadow: inset 0 1px 3px #31cccc;
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  color: #b2aea5;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
}

@media (min-width: 480px) {
  .pika-button {
    padding: 10px;
  }
}
.pika-lendar {
  margin: 0 !important;
  padding: 10px !important;
}

.time-popup {
  position: absolute;
  width: 300px;
  background-color: #fff;
  display: none;
  border-radius: 8px;
  z-index: 5;
  align-items: center;
}
.time-popup select {
  border: 1px solid #000 !important;
  color: #000 !important;
  padding: 3px !important;
}
.time-popup.active {
  display: flex;
}
.time-popup .top {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.time-popup .top .hour,
.time-popup .top .minute {
  margin: 10px;
}
.close-time-popup {
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
  color: #31cccc;
  background-color: #012952;
  border: none;
  outline: none;
  border-radius: 5px;
  font-weight: bold;
  margin-top: auto;
  margin-left: auto;
  margin: 18px 10px 0 10px;
}
.datepicker-item-disabled-button {
  top: -10px !important;
  transform: none !important;
}
.hero-search-bar-input:first-of-type:after {
  z-index: 9999;
}

@media only screen and (max-width: 768px) {
  .time-popup {
    width: 100% !important;
    justify-content: center;
  }
  .pika-single {
    width: calc(100% - 66px);
  }
}
