#popup-auto-venduta {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.6901960784);
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: none;
}
#popup-auto-venduta.show {
  display: flex;
}
#popup-auto-venduta .internal-wrap {
  position: relative;
  width: auto;
  height: auto;
  margin: 0 15px;
  background-color: white;
}
@media (min-width: 1400px) {
  #popup-auto-venduta .internal-wrap {
    width: 1170px;
    height: 800px;
  }
}
#popup-auto-venduta .internal-wrap .content-wrap * {
  color: black;
}
#popup-auto-venduta .internal-wrap .content-wrap .title {
  font-weight: 200;
  font-size: 40px;
}
@media (min-width: 992px) {
  #popup-auto-venduta .internal-wrap .content-wrap .title {
    font-size: 50px;
  }
}
#popup-auto-venduta .internal-wrap .content-wrap .sottotitolo {
  font-size: 20px;
  font-weight: 700;
}
#popup-auto-venduta .internal-wrap .content-wrap .info-wrap div {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
#popup-auto-venduta .internal-wrap .content-wrap .info-wrap .key {
  font-weight: 700;
  font-size: 13px;
  padding-bottom: 5px;
  width: -moz-max-content;
  width: max-content;
}
#popup-auto-venduta .internal-wrap .content-wrap .info-wrap .value {
  font-size: 13px;
}

/* ===== CLOSE BUTTON ANIMATION ===== */
#menu-close-popup-auto {
  display: block;
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 10px;
  position: absolute;
  z-index: 666;
  filter: drop-shadow(2px 4px 6px black);
  top: 40px;
  right: 40px;
  cursor: pointer;
}
#menu-close-popup-auto:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='currentColor' overflow='hidden'%3E%3Cpath d='M810.66 170.66q18.33 0 30.495 12.165 12.165 12.165 12.165 30.495 0 18.002-12.329 30.331L572.314 511.98l268.677 268.329q12.329 12.329 12.329 30.331 0 18.33-12.165 30.495-12.165 12.165-30.495 12.165-18.002 0-30.331-12.329L512 572.293 243.671 840.97q-12.329 12.329-30.331 12.329-18.33 0-30.495-12.165-12.165-12.165-12.165-30.495 0-18.002 12.329-30.331L451.686 511.98 183.009 243.651q-12.329-12.329-12.329-30.331 0-18.33 12.165-30.495 12.165-12.165 30.495-12.165 18.002 0 30.331 12.329L512 451.666l268.329-268.677q12.329-12.329 30.331-12.329z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  filter: invert(1);
  position: absolute;
  left: -20px;
  top: -3px;
  transition-delay: 100ms;
  transition: transform 300ms ease;
}
#menu-close-popup-auto:hover:before {
  transform: rotate(180deg);
  transition: transform 300ms ease;
  transition-delay: 100ms;
}

#popup-auto-venduta .splide__pagination__page {
  box-shadow: 1px 1px 2px gray;
  background-color: white;
  opacity: 0.9;
}
#popup-auto-venduta .splide__pagination__page.is-active {
  opacity: 1;
}