div.selecionado:after {
	content:'';
	position:absolute;
	left:-5px;
	top:-5px;
	width:99%;
	height:99%;
	padding:5px;
	border:2px dashed #FF0000;
	cursor:move;
	background: rgba(100,0,0,0.4);
	z-index: -1;
}
div[id^=item_drag][class*=_drag]:hover {
	cursor:move;
}
.ferramentas_edicao {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
}
.ferramentas_edicao.ativo {
	display: block;
	z-index: 100;
}
.ferramentas_edicao .acima, .ferramentas_edicao .abaixo {
	display: none;
	position: absolute;
	left: 15px;
	top: -30px;
	width: 25px;
	height: 25px;
	background-image: url(../../img/icones/2d/up.webp);
	cursor: pointer;
}
.ferramentas_edicao .abaixo {
	top: -30px;
	left: -8px;
	background-image: url(../../img/icones/2d/down.webp);
}
.ferramentas_edicao .saturacao, .ferramentas_edicao .saturacao_inverter {
	display: block;
	position: absolute;
	right: -8px;
	bottom: -30px;
	width: 20px;
	height: 20px;
	background-image: url(../../img/icones/saturacao.webp);
	cursor: pointer;
}
.ferramentas_edicao .saturacao_inverter {
	right: 10px;
	filter: invert(1);
}
.ferramentas_edicao .remover_saturacao {
	display: none;
	position: absolute;
	right: 30px;
	bottom: -30px;
	width: 20px;
	height: 20px;
	background-image: url(../../img/icones/sem_saturacao.webp);
	cursor: pointer;
}
.ferramentas_edicao .rotate-handle {
	height: 21px;
	width: 17px;
	background-image: url(../../biblioteca/2d/css/img/rotate.png);
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: -30px;
	right: -17px;
	transform: translateX(-50%);
	cursor: grab;
	touch-action: none;
	z-index: 10;
}
.ferramentas_edicao .resize-handle {
	width:15px;
	height:15px;
	background:red; 
	position:absolute; 
	bottom:-14px; 
	right:-12px; 
	cursor:se-resize;
}
.ferramentas_edicao .remover-drag {
	width: 19px;
	height: 19px;
	background-image: url(../../img/icones/icones.webp);
	background-position: -4px -374px;
	position: absolute;
	left: -20px;
	bottom: -23px;
	cursor:pointer;
}

.texto_drag {
	width: 150px;
	height: 30px;
}
.texto_drag span {
	white-space: nowrap;
}

.imagem_drag {
	position: absolute!important;
}
.imagem_produto {
	position: absolute;
	left: 0;
    top: 0;
    bottom: 0;
	width:100%;
	height: auto;
	-moz-user-select: none;
	z-index: 105;
	margin: auto;
}