.mfp-bg {
    opacity: 0.8;
    background: #022a39 !important;
}


.mfp-close-btn-in .mfp-close {
     color: #fff;
    font-size: 0px;
    font-weight: 100;
    border: none;
    border-radius: 50%;
    top: -45px;
    right: 0px;
    line-height: 0px;
	background-image: url(https://www.primigi.it/wp-content/plugins/gruppo-imac-elementor-widgets/widgets/hotspot-look/css/icon/close.svg);
    background-size: 26px;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
}

.mfp-content {
    max-width: 360px;
}



.hotspot-container {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    object-fit: cover;
    height: 100%;
    aspect-ratio: 1/1;
	border-radius: 50px;
}



.hotspot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  border-radius: 50%;
  cursor:pointer;
}


.icon {
	height: 6px;
    width: 6px;
    z-index: 10;
    position: relative;
    border-radius: 50%;
}




.completa-look {
	font-family: 'Paralucent',paralucent,sans-serif;
	font-size:19px;
	font-weight:300;
	line-height:23px;
	color: #fff;
    text-align: center;
    display: block;
	margin-bottom: 15px;
}


.mfp-content .swiper.images img{
   display: block;
    height: auto;
    margin: 0 auto
}
.mfp-content .modal {
  width: 100%;
}
.mfp-content .gallery {
  width: 95%;
  max-width: 360px;
  margin: 0 auto;
}


.mfp-content .images .swiper-slide {
	text-align:center;
}

.mfp-content .info-prodotto-look {
	padding:30px;
}

.mfp-content .titolo-prodotto {
	font-family: 'Paralucent',paralucent,sans-serif;
	font-size:19px;
	font-weight:300;
	line-height:23px;
	
}

.mfp-content .prezzo-look {
	display:block;
	padding-top: 15px;
}

.mfp-content .link-prodotto {
	background: #CEDA40;
    width: 100%;
    display: flex;
    border-radius: 25px;
    height: 55px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	margin-top:15px;
}

.mfp-content .swiper.images {
   text-align:center;
       background: #fff;
	margin-bottom:40px;
	border-radius: 30px;
}

.mfp-content .thumbs {
  margin: 0 0px;
}
.mfp-content .thumbs .swiper-slide {
	height: 100px;
	width: 30% !important;
    margin-left: 5px;
    margin-right: 5px;
    background: #fff;
    border-radius: 10px !important;
	display: flex;
    align-items: center;
	cursor: pointer;
  
}

.mfp-content .thumbs .swiper-slide  img {
	width: 80px;
    margin: 0 auto;
    display: block;
}





.hotspot__positioner--02 .hotspot {
  animation-delay: 1s;
}
.hotspot_btn_container {
  position: relative;
}
.hotspot--01 {
  width: 20px;
  height: 20px;
  border: 5px solid #FFF;
  background-color: transparent;
  z-index: 1;
  opacity: 0.2;
  animation: dot1 2s infinite;
}
.hotspot--02 {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  z-index: 2;
  animation: dot2 2s infinite;
}
.hotspot--03 {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  z-index: 3;
  animation: dot3 1s alternate infinite;
}

@keyframes dot1 {
  0% {
    opacity: 0.2;
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(5);
  }
}
@keyframes dot2 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes dot3 {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.1);
  }
}

.container-arrow {
	position: relative;
    height: 32px;
    display: block;
    margin-top: 20px;
}

.mfp-content .swiper-button-next, .mfp-content .swiper-button-prev {
	 width: 32px;
    height: 32px;
	right: 0px;
}


.mfp-content .swiper-button-next:after, .mfp-content .swiper-button-prev:after {
    font-size: 0px;
}

.mfp-content .swiper-button-next:after {
    background-image: url(https://www.primigi.it/wp-content/plugins/gruppo-imac-elementor-widgets/widgets/hotspot-look/css/icon/right.svg);
    background-size: 32px;
    width: 32px;
    height: 32px;
	background-repeat:no-repeat;
}

.mfp-content .swiper-button-prev:after {
    background-image: url(https://www.primigi.it/wp-content/plugins/gruppo-imac-elementor-widgets/widgets/hotspot-look/css/icon/left.svg);
    background-size: 32px;
    width: 32px;
    height: 32px;
	background-repeat:no-repeat;
}


/* MOBILE */

@media screen and (max-width: 768px) {
	
	.mfp-content .titolo-prodotto {
    font-size: 16px;
	}

	.mfp-close-btn-in .mfp-close {
    top: -40px;
    right: 25px;
	}
	
	
  .mfp-content {
	margin-top: 70px;
    max-width: 340px;
	}

  
  .mfp-content .gallery {
    width: 85%;
    max-width: 320px;
    margin: 0 auto;
  }
  
  .mfp-content .info-prodotto-look {
    padding: 15px;
	}
	
	.mfp-content .swiper.images {
		margin-bottom: 5px;
	}
	
	.mfp-content .thumbs .swiper-slide {
    height: 70px;
	}
	
	.mfp-content .thumbs .swiper-slide img {
		width: 60px;
	}
	
	.mfp-content .link-prodotto {
    width: 80%;
    height: 40px;
    margin: 0 auto;
    margin-top: 15px;
	}
	
	.mfp-content .prezzo-look {
		padding-top: 8px;
	}
  
}
