/* Botao para copiar o link individual de cada produto no admin. */
.product-actions .nobrega-copy-product-link{
  border:1px solid rgba(92,176,255,.34)!important;
  background:rgba(52,139,226,.12)!important;
  color:#9ed0ff!important;
}
.product-actions .nobrega-copy-product-link:hover{
  border-color:#62b3ff!important;
  background:rgba(52,139,226,.22)!important;
  color:#fff!important;
}
.product-actions .nobrega-copy-product-link svg{width:16px;height:16px;display:block}
@media(max-width:620px){.product-actions .nobrega-copy-product-link{width:100%!important}}
