.ag-book-widget #request-booking-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: var(--primary_color);
  z-index: 1000;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  font-size: 20px;
  display: flex;
  align-content: center;
  justify-content: center;
  text-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.ag-book-widget #book-new-large {
  cursor: pointer;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  bottom: 0;
  right: 20px;
}
@media (max-width: 550px) {
  .ag-book-widget {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scale(0.6);
    transform-origin: center bottom;
    z-index: 1000;
  }
  #book-new-large {
    left: -55vw;
  }
  .ag-book-widget #request-booking-button {
    left: 30vw;
  }
}

.ag-book-widget #book-new-large td,
.ag-book-widget #book-new-large td img,
.ag-book-widget #book-new-large td a,
.ag-book-widget #book-new-large td {
  vertical-align: bottom;
}
.hover-trigger {
  cursor: pointer;
}
.ag-book-widget #request-booking-button:hover {
  background: #1d54b1;
  text-decoration: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.ag-book-widget img {
  transition: opacity 0.3s ease;
}

.hidden {
  display: none; /* !important; */
}