@media screen and (max-width: 480px){
	.nblocbg{width:100% !important; right: 0 !important; top: 0 !important;}
	.nblocbg *{box-sizing:border-box;}
	.nblocbg .nbloc{min-width: 100%; max-width: 100%; margin: 5px 0;}	
}
.indicador-lista-desejos {
    position: absolute;
    top: 5px;
    right: 5px;
	/* border: 1px solid #333; */
	box-shadow: 0 0 5px #b5b5b5;
	border-radius: 100%;
	padding: 3px;
	cursor: pointer;
	background: whitesmoke;
	transition: all 500ms;
}

.indicador-lista-desejos:hover {
	background: #ec0000;
}

.indicador-lista-desejos .fa {
	font-size: 1.5rem;
	color: #ec0000;
	transition: all 500ms;

}

.indicador-lista-desejos:hover .fa {
	color: #ccc;
}

.prod_in {
	position: relative;
}