

/* Start:/local/templates/cuv/css/travelline.css?17872245671169*/
.tl-booking-container {
  max-width: 1240px;
  margin: 0 auto;
}

.bookmarks {
  padding: 0;
  list-style: none;
  display: flex;

  margin: 0;
  justify-content: center;
}

.bookmarks p {
  padding: 0 10px;
  margin: 0;
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #333333;
}

.bookmarks li.active{
  text-decoration: none;
  cursor: default;
  opacity: 1;
  background: #24554E;
}

.bookmarks li.active p {
  color: #ffffff;
}

.bookmarks li{
  font-family: 'Circe', sans-serif, Arial;
  cursor: pointer;
  height: 60px;
  display: flex;
  align-items: center;
  margin-right: 18px;
  background: #FFFFFF;
  border: 2px solid #24554E;
  border-radius: 160px;
  max-width: 397px;
  width: 100%;
  margin-bottom: 15px;
  justify-content: center;
}

.bookmarks li:last-child {
  margin-right: 0;
}

.bookmarks li:hover {
  background: #24554E;
}
.bookmarks li:hover p{
  color: #ffffff;
}

#tl-hotel-select {
  display: none;
}

@media (max-width: 835px) {
  .bookmarks {
    flex-direction: column;
    align-items: center;

  }
  .bookmarks li {
    margin-bottom: 12px;
    margin-right: 0;
  }
}

/* End */
/* /local/templates/cuv/css/travelline.css?17872245671169 */
