.mobile-user-login-link {
  margin-left: 8px;
}

.combobox {
  position: relative;
  display: inline-block;
  width: 100%;
}

.dropdown-list {
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  border-top: none;
  max-height: 100px;
  overflow-y: auto;
  width: 100%;
  z-index: 1;
  display: none;
  box-sizing: border-box;
}

.dropdown-list.show {
  display: block;
}

.dropdown-item {
  padding: 8px;
  cursor: pointer;
}

.dropdown-item:hover {
  background-color: #f1f1f1;
}

#formBookingLogin,
#formBookingShippingInfo,
#formBookingGuest {
  position: relative;
  z-index: 1;
}

.relprod-minus {
  left: 15px;
}

@keyframes vibrate {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-2px);
  }
  40% {
    transform: translateX(2px);
  }
  60% {
    transform: translateX(-2px);
  }
  80% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}

.vibrate {
  animation: vibrate 0.5s linear;
}

#bookingform {
  position: relative;
  z-index: 1;
}
