#produtos-auto-li div {
	-webkit-transition: all .15s linear;  
  	-moz-transition: all .15s linear;  
  	-o-transition: all .15s linear;  
  	-ms-transition: all .15s linear;  
  	transition: all .15s linear;
  	/* ----- */
	position: absolute;
	height: 55px;
	top: 0px;
	left: -135px;
	overflow: hidden;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

#produtos-auto-li div svg {
	height: 82%;
}

#produtos-auto-li {
  	cursor: pointer;
  	overflow: hidden;
}

/*#produtos-auto-li a {
  	cursor: pointer;
}*/

.teste {
	fill: #0063aa;
}

.opacity0Class {
	opacity: 0;
}
.displayNoneClass {
	display: none;
}