
/* ProductHotspots front markers */

.ph-front-overlay {
  z-index: 50;
}

.ph-front-marker {
 	border: 1px solid #ffffffa6;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .25);
    cursor: pointer;
    font-size: 15px;
    padding: 3px;
    color: #ffffffa6;
	border-radius: 50%;
}

.ph-front-marker:hover {
  transform: translate(-50%, -50%) scale(1.08);
}

html {
  scroll-behavior: smooth;
}