.unitcontent-wrapper {
  width: 100%;
  overflow: hidden;
  display: flex;
  background-color: white;
  min-height: 323px;
  max-height: 380px;
}

h3.title-container {
  margin: 0px;
  font-size: 23px;
  line-height: 31px;
  padding-top: 14px;
  padding-bottom: 16px;
  width: 80%;
}

.image-wrapper {
  width: 45%;
  border-radius: 10px 10px 0px 0px;
}

.image-wrapper.sylt .flexslider {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.unitcontent-wrapper .image-wrapper img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.unitcontent-wrapper .info-wrapper {
  display: flex;
  width: 55%;
  flex-direction: column;
  position: relative;
  padding: 20px;
  justify-content: space-between;
  background-color: var(--beon-text-color) !important;
  color: white !important;
  border-left: 0px;
  border-radius: 0px 10px 10px 0px;
}


.unitcontent-wrapper .info-wrapper h3 a,
.unitcontent-wrapper .info-wrapper h3 a:hover {
  font-weight: bold;
  text-decoration: none;
}

.additional-results-wrapper {
  width: 100%;
  font-size: var(--font-size-medium);
}

.unitcontent-wrapper .info-body {
  position: relative;
  color: var(--beon-form-background);
}

.unitcontent-wrapper .info-body ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}

.unitcontent-wrapper .unit-region {
  font-weight: var(--beon-regular);
  align-items: center;
  margin: 0px;
  font-size: var(--beon-small-font-size);
  display: flex;
  gap: 5px;
  color: white;
}

.region-icon {
  width: 16px;
  height: 18px;
  margin-right: 6px;
}

.unitcontent-wrapper .info-body ul li {
  text-align: center;
  height: 40px;
  background: inherit;
  padding: 5px 10px;
  border-radius: var(--beon-btn-border-radius);
  border: 1px solid var(--beon-primary-color);
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  line-height: 20px;
}

.details-wrapper li img {
  width: 18px;
  height: 18px;
}

.unitcontent-wrapper .details-wrapper {
  padding-top: 21px;
}

.unitcontent-wrapper .rating-wrapper {
  position: relative;
}

.unitcontent-wrapper .info-body ul li.border-props {
  border-right: 1px solid var(--border-color);
  height: 50px;
}

.info-footer {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
}

h3.title-container a,
h3.title-container a:hover {
  color: white;
  font-size: 23px;
  line-height: 31px;
  text-decoration: none;
  margin: 0px;
}

.alternatives-wrapper {
  display: flex;
  align-items: center;
  font-size: var(--beon-small-font-size);
  padding: 15px 0px;
  gap: 5px;
}

.alt-img {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #004c9b;
  padding: 5px 5px;
  border-radius: var(--beon-btn-border-radius);
  height: 30px;
  width: 30px;
  margin-right: 10px;
}

.alternatives-wrapper img {
  width: 16px;
  height: 16px;
  filter: invert(1);
}

.unit-rating-wrapper {
  width: 45%;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.price-container {
  height: 40px;
  gap: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 70%;
  transition: opacity 0.4s ease;
}

.sticky-box {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.unitcontent-wrapper .price-container a,
.unitcontent-wrapper .price-container a:hover {
  color: white;
  text-decoration: none;
  min-width: 160px;
  max-width: 350px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 15px;
  background-color: var(--button-color);
  font-size: 15px;
  border-radius: var(--beon-btn-border-radius);
  font-weight: var(--beon-font-semibold);
}

.unitcontent-wrapper .price-container a:hover {
  background-color: var(--beon-button-hover-color) !important;
}

.postfix-text {
  font-weight: var(--beon-font-thin) !important;
  color: white;
}

.unitcontent-wrapper ul {
  padding: 0;
  margin: 0;
}

.unitcontent-wrapper .showprice {
  font-weight: var(--beon-font-semibold);
}

.book-button {
  padding-left: 50px;
  border-left: 1px solid #af9556;
  height: 50px;
  display: flex;
  align-items: center;
}

.ratingnumber-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 29px;
  background: var(--beon-green-color);
  color: white;
  height: fit-content;
  background-size: contain;
  background-repeat: no-repeat;
  height: 35px;
  width: 55px;
  font-weight: 600;
  border-radius: 50px 50px 0px 50px;
}

.ratingnumber-wrapper img {
  width: 10px;
  height: 10px;
}

.rating-classification {
  font-size: var(--beon-regular-font-size);
  font-weight: var(--beon-font-semibold);
  line-height: 18px !important;
}

.rating-description-wrapper .rating-count {
  font-size: 13px !important;
  line-height: 18px;
}

.info-wrapper .additional-results-wrapper a,
.info-wrapper .additional-results-wrapper a:hover {
  text-decoration: none;
  color: inherit;
}

.alternatives-container a,
.alternatives-container a:hover {
  color: inherit;
  text-decoration: none;
}

.offer-wrapper,
.angebot-info {
  display: flex;
  align-items: flex-start;
  font-size: var(--beon-small-font-size);
  padding-bottom: 20px;
  gap: 5px;
}

.offer-img {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #bf000f;
  padding: 5px 5px;
  border-radius: var(--beon-btn-border-radius);
  height: 30px;
  width: 30px;
  margin-right: 10px;
}

.premium-highlight-wrapper {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border-radius: var(--beon-border-radius);
  width: 135px;
  max-width: 135px;
  height: 60px;
  background: var(--beon-secondary-color) !important;
  opacity: 1;
  gap: 5px;
}

.left-icon-wrapper img,
.left-icon-wrapper {
  width: 50px;
  height: 40px !important;
  object-fit: contain !important;
}

.premium-highlight-wrapper .premium-highlight p {
  color: white;
  font-size: 12px;
  margin: 0px !important;
  line-height: 15px;
  text-align: center;
}

.rating-wrapper {
  display: flex;
  align-items: center;
}

.oprice {
  text-decoration: line-through;
  margin: 0 10px;
  font-weight: 300 !important;
  opacity: 0.7;
}

.highlight-offerprice {
  color: var(--submit-button-color);
  display: flex;
}

/*flexlider*/
#slider .slides img {
  object-fit: cover;
}

#slider {
  border: none;
  margin: 0;
  border-radius: 10px 0px 0px 10px;
}

#slider,
.flexslider .slides,
.flexslider .slides > li,
.flex-viewport {
  height: 100%;
}

.unitcontent-wrapper .flexslider {
  overflow: hidden;
}

.unitcontent-wrapper .image-wrapper .flex-viewport {
  scale: 1.1;
  transition: scale 0.5s ease-in-out;
}

.unitcontent-wrapper .image-wrapper .flexslider:hover {
  .flex-viewport {
    scale: 1;
  }

  .premium-highlight-wrapper {
    opacity: 0;
  }
}

.unitcontent-alternatives-wrapper #slider .slides img {
  object-fit: cover;
  max-width: 100%;
}

.flex-next::before {
  content: "" !important;
  background-image: url(/wp-content/themes/ilovesylt/assets/images/right-arrow.svg);
  background-size: contain;
  font-size: 0 !important;
  height: 30px;
  width: 30px;
}

.flex-prev::before {
  content: "" !important;
  background-image: url(/wp-content/themes/ilovesylt/assets/images/right-arrow.svg);
  background-size: contain;
  font-size: 0 !important;
  height: 30px;
  width: 30px;
  transform: scale(-1);
}

.flexslider .flex-direction-nav a {
  margin-top: -15px !important;
  height: 30px !important;
  width: 30px !important;
  top: 50%;
  bottom: 20px;
  z-index: 0;
}

.flex-control-nav {
  display: none;
}

.flex-direction-nav {
  height: 0;
}

.flex-direction-nav .flex-next {
  right: 20px !important;
}

.flex-direction-nav .flex-prev {
  left: 20px !important;
}

/*Favourites*/

.info-body .favouritebtn {
  display: flex;
  position: absolute;
  right: 40px;
  top: 10px;
  cursor: pointer;
}

.info-body .favouritebtn .simplefavorite-button {
  padding: 0;
  font-size: 0;
  cursor: pointer;
  background-color: transparent;
  border-radius: 50%;
  border: none;
  display: grid;
  place-items: center;
  position: relative;
}

.unitcontent-wrapper .favorites-button .simplefavorite-button,
.unitcontent-wrapper .favorites-button .simplefavorite-button:hover {
  background-color: transparent;
  border: none;
  cursor: pointer;
  opacity: 1;
  box-shadow: none;
}

.favorites-button {
  position: absolute;
  right: 0;
  top: 50px;
  padding: 0;
}

.simplefavorite-button::before {
  content: "";
  background-image: url(/wp-content/themes/ilovesylt/assets/images/heart-regular-brown.svg) !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  top: -10px;
  height: 20px;
  right: -20px;
}

.simplefavorite-button:focus {
  outline: none;
  border: none;
}

.simplefavorite-button.active {
  opacity: 1 !important;
}

.simplefavorite-button.active::before {
  content: "";
  background-image: url(/wp-content/themes/ilovesylt/assets/images/heart-solid-brown.svg) !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  top: -10px;
  height: 20px;
  right: -20px;
}

.simplefavorite-button img {
  width: 55px;
  height: 55px;
}

.wrap-highlight {
  display: flex;
  gap: 7px;
  line-height: 20px;
}

.wrap-highlight p {
  margin: 0px;
}

.wrap-highlight li {
  list-style: none;
}

.divider-top {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #f4eee6;
  margin: 32px 0px;
}

.divider {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #f4eee6;
  margin: 32px 0px;
}

.flex-alternative {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1550px) and (min-width: 1025px) {
  .simplefavorite-button::before,.simplefavorite-button.active::before {
    top:5px;
    right:-10px;
  }
  .unitcontent-wrapper {
    min-height: 300px;
    max-height: 380px;
  }

  .unitcontent-wrapper .image-wrapper {
    width: 45%;
  }

  .unitcontent-wrapper .info-wrapper {
    width: 55%;
    justify-content: space-between;
    padding: 10px 10px 10px 20px;
  }

  .unit-rating-wrapper {
    width: 20%;
  }

  .alternatives-wrapper {
    font-size: 13px;
  }

  .info-wrapper .additional-results-wrapper a,
  .info-wrapper .additional-results-wrapper a:hover {
    font-size: 13px !important;
  }

  .alt-img {
    height: 26px;
    width: 26px;
  }

  h3.title-container {
    padding: 10px 0px;
    width: 90%;
  }

  .main-search .right-col {
    padding-left: 0%;
  }

  .unitcontent-wrapper .info-body ul {
    margin: 0;
  }

  .rating-description-wrapper {
    display: none;
  }

  .classification img {
    width: 18px;
    padding-right: 5px;
  }

  #slider .slides img {
    max-height: -webkit-fill-available;
  }

  .price-container {
    width: 80%;
  }

  .info-body .favouritebtn {
    right: 20px;
    top: 0px;
    cursor: pointer;
  }
}

@media only screen and (max-width: 1024px) {
  h3.title-container {
    font-size: 20px;
    width: 100%;
  }

  .alternatives-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    font-size: 12px;
  }

  .unitcontent-wrapper .price-container a,
  .unitcontent-wrapper .price-container a:hover {
    padding: 0px 15px;
    height: 40px;
  }

  .price-container {
    width: 80%;
  }

  .info-wrapper .additional-results-wrapper a {
    font-size: 12px;
  }

  .unitcontent-wrapper .info-wrapper {
    padding: 20px;
    min-height: 280px;
    max-height: 350px !important;
  }

  .flex-alternative {
    display: flex;
    align-items: center;
  }

  .image-wrapper {
    width: 70%;
    min-height: 100% !important;
    max-height: 100% !important;
  }

  #slider .slides img {
    min-height: 100% !important;
  }

  .unitcontent-wrapper {
    min-height: 250px;
    max-height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
  }
  .rating-description-wrapper {
    display: none;
  }

  .rating-classification {
    font-size: 14px;
  }

  .alt-img {
    height: 20px;
    width: 20px;
  }

  .unitcontent-wrapper .info-wrapper,
  .unitcontent-wrapper .info-body {
    width: 100%;
    border-left: 0px;
    max-height: 100%;
  }

  .unitcontent-wrapper .flex-viewport {
    scale: 1;
  }

  .unit-rating-wrapper {
    width: 20%;
  }

  .flex-direction-nav {
    display: none;
  }

  .flex-control-nav {
    display: block;
  }

  .unitcontent-wrapper .info-body ul {
    flex-wrap: wrap;
  }
  .info-body .favouritebtn {
    top: 5px;
    right: 20px;
  }
  .simplefavorite-button::before {
    top: 0px !important;
    right: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .oprice {
    margin: 0px 5px;
  }

  .simplefavorite-button::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/themes/ilovesylt/assets/images/heart-regular-white.svg) !important;
  }

  .simplefavorite-button.active::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/themes/ilovesylt/assets/images/heart-solid-white.svg) !important;
  }

  .info-body .favouritebtn {
    right: 0px;
    top: -240px;
  }

  .unitcontent-wrapper .info-wrapper {
    padding: 14px;
    min-height: 280px;
    max-height: 350px !important;
    border-radius: 0px 0px 10px 10px !important;
  }
  #slider {
    border-radius: 10px 10px 0px 0px !important;
  }
  .image-wrapper {
    width: 100%;
    min-height: 241px !important;
    max-height: 241px !important;
  }

  #slider .slides img {
    min-height: 241px !important;
    max-height: 241px !important;
  }

  .unitcontent-wrapper {
    min-height: 450px;
    max-height: 100%;
    width: 100%;
    overflow: hidden;
    display: block;
  }

  .unitcontent-wrapper .info-wrapper,
  .unitcontent-wrapper .info-body {
    width: 100%;
    border-left: 0px;
    max-height: 100%;
  }
}
