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);
	pointer-events: none;
	z-index: 1200;
}
.imagem_drag.ativo,
.imagem_drag.selecionado,
.texto_drag.ativo,
.texto_drag.selecionado {
	z-index: 1100 !important;
}
div[id^=item_drag][class*=_drag]:hover {
	cursor:move;
	z-index: 106;
}
.ferramentas_edicao {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
}
.ferramentas_edicao.ativo {
	display: block;
	z-index: 106;
}
.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_drag .medida-drag-cm {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 6px 10px;
	border-radius: 4px;
	background: rgba(210, 0, 0, 0.9);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 0.2px;
	white-space: nowrap;
	pointer-events: none;
	z-index: 1300;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
}
.imagem_drag.selecionado .medida-drag-cm,
.imagem_drag:hover .medida-drag-cm {
	display: block;
}
.imagem_produto {
	position: absolute;
	left: 0;
    top: 0;
    bottom: 0;
	width:100%;
	height: auto;
	-moz-user-select: none;
	z-index: 105;
	margin: auto;
}