.dialog.editor .contents-wrapper {
  width: 100%;
  display: flex;
}
.dialog.editor .contents-wrapper .preview,
.dialog.editor .contents-wrapper .form {
  display: inline-block;
  width: 70%;
  padding-right: 20px;
}
.dialog.editor .contents-wrapper .form {
  width: 30%;
  padding-right: 0px;
}
.dialog.editor .image {
  width: 100%;
  height: 0%;
  padding-top: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.dialog iframe {
  border: 0px;
  width: 100%;
  height: calc(100vh - 160px);
}
/*.contents .file-list {
  height: calc(100% - 68px);
}*/
.edit-product .buttons {
  text-align: left;
}
.edit-product .buttons .btn-text {
  margin-left: 5px;
}
.dialog textarea {
  height: 300px;
}
.txt-go-to-product {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .dialog.editor .contents-wrapper {
    width: 100%;
    display: block;
  }
  .dialog.editor .contents-wrapper .preview,
  .dialog.editor .contents-wrapper .form {
    display: block;
    width: 100%;
  }
}