.vanilla-zoom {
  width: 100%;
  /*display: flex;*/
}

.vanilla-zoom .sidebar {
  /*flex-basis: 30%;*/
  width: 100%;
  display: flex;
  /*flex-direction: column;*/
}

.vanilla-zoom .sidebar img.small-preview {
  width: 60px;
  margin-right: 5px;
  cursor: pointer;
  opacity: .5;
}

.vanilla-zoom .sidebar img.small-preview.active, .vanilla-zoom .sidebar img.small-preview:hover {
  opacity: 1;
}

.vanilla-zoom .sidebar img.small-preview:last-child {
  margin-right: 0;
}

.vanilla-zoom .zoomed-image {
  width: 100%;
  height: 300px;
  flex: 1;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  margin-bottom: 5px;
}

.clean-block .block-heading p {
  text-align: center;
  max-width: 1200px;
  margin: auto;
  opacity: .7;
}

@media (min-width: 992px) {
  .clean-card {
    margin-bottom: 40px;
  }
}

.clean-block.clean-form form {
  border-top: 2px solid #5ea4f3;
  background-color: #fff;
  max-width: 100%;
  margin: auto;
  padding: 40px;
  box-shadow: 0px 2px 10px rgba(0,0,0,.075);
}

.table-uv {
  background-color: var(--bs-gray-200);
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 1px 1px 2px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

.autodrop:hover .dropdown-menu {
  display: block;
}

.clean-related-item {
  border: 0px solid #eaeaea;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-container {
    position: relative;
}

.image-link {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s ease-in-out;
}