[v-cloak] > * {
  display: none;
}

[v-cloak]::before {
  content: " ";
}

.card-footer.card-footer {
  background-color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0px;
}

.v-center.v-center {
  vertical-align: middle;
}

.btn-remove-section {
  position: absolute;
  right: -16px;
  z-index: 100;
  top: -12px;
}

.image-banner {
  width: 100%;
  height: 350px;
}

[role=navigation] svg {
  width: 20px;
  height: 20px;
}

.post-thumbnail {
  max-width: 75px;
  max-height: 75px;
}

.product-index-buttons {
  display: flex;
}

.product-index-buttons a {
  margin-right: 5px;
}

.product-list-image {
  width: 6vw;
  height: 4vw;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-container {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.new-variant {
  width: 100%;
  height: 40px;
}

.spot {
  z-index: 1;
  background: orange;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 2em;
  font-weight: bold;
  color: #333;
  position: absolute;
  border-radius: 100%;
  box-shadow: 2px 2px 1.2em blue;
  cursor: move;
}

#sortable tr.product-item {
  background-color: #fff;
  height: 79px;
}

#sortable .ui-sortable-helper {
  border: 1px solid rgba(0, 0, 0, 0.125);
  display: flex;
  width: 100% !important;
}

