/* zoom image in PDP 
.scale{
	transition: 2s;
}

.scale:hover{
	transform: scale(1.5);
}*/