section.auto-vendute .sopratitolo, section.auto-vendute .title {
  color: black;
}
section.auto-vendute .auto-venduta .titolo-auto {
  font-size: 20px;
  color: black;
}
section.auto-vendute .auto-venduta .key {
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 5px;
  color: black;
}
section.auto-vendute .auto-venduta .value {
  font-size: 14px;
  color: black;
}
section.auto-vendute .auto-venduta {
  width: 520px;
  margin-right: 20px;
}
section.auto-vendute .auto-venduta .img-wrap {
  height: 350px;
}
@media (min-width: 992px) {
  section.auto-vendute .auto-venduta .img-wrap {
    height: 550px;
  }
}

section.auto-vendute .auto-venduta .img-wrap {
  overflow: hidden;
}
section.auto-vendute .auto-venduta .img-wrap img {
  transition: transform 300ms ease, filter 300ms ease;
}
section.auto-vendute .auto-venduta .img-wrap:hover img {
  transform: scale(1.1);
  filter: brightness(0.65);
}
section.auto-vendute .auto-venduta .img-wrap:hover .gallery-open-hover {
  opacity: 1;
}

section.auto-vendute .gallery-open-hover {
  position: absolute;
  opacity: 0;
  display: block;
  left: 50%;
  top: 50%;
  width: 115px;
  height: 115px;
  z-index: 3;
  transform: translate(-50%, -50%);
  border: 2px solid white !important;
  border-radius: 50%;
  transition: transform 500ms ease, opacity 300ms ease;
}
section.auto-vendute .gallery-open-hover:after {
  content: "";
  display: inline-block;
  background-color: white;
  width: 50px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.auto-vendute .gallery-open-hover:before {
  content: "";
  display: inline-block;
  background-color: white;
  width: 2px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

section.auto-vendute .splide__arrows {
  top: -50px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
section.auto-vendute .splide__arrows button {
  pointer-events: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.81 96.64'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-linecap:round;stroke-miterlimit:10;stroke-width:15px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M29.6,9.18,70.34,49.93a.21.21,0,0,1,0,.29L29.6,90.82' transform='translate(-22.1 -1.68)'/%3E%3C/svg%3E");
  border: 0;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.7215686275);
  background-size: 28px;
  width: 20px;
  height: 20px;
  opacity: 1;
  transition: filter 300ms ease;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid white;
  background-position: 54% 50%;
  transition: background-size 300ms ease, filter 300ms ease;
}
section.auto-vendute .splide__arrows button.splide__arrow--prev {
  transform: rotate(180deg);
  margin-left: -20px;
}
section.auto-vendute .splide__arrows button.splide__arrow--next {
  margin-right: -20px;
}
section.auto-vendute .splide__arrows button:disabled {
  filter: brightness(0.2) grayscale(1);
  background-size: 28px !important;
}
section.auto-vendute .splide__arrows button:hover {
  background-size: 30px;
}
section.auto-vendute .my-carousel-progress {
  background: #b3b3b3;
  height: 2px;
  margin-right: 20px;
}
@media (min-width: 992px) {
  section.auto-vendute .my-carousel-progress {
    margin-right: 60px;
  }
}
section.auto-vendute .my-carousel-progress-bar {
  background: black;
  border: 2px solid black;
  transition: width 400ms ease;
  width: 0;
  position: relative;
  top: -1px;
}