.sortable {
  cursor: grab;
}

.accessories {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 200px;
}

.accessories:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

table.product {
  width: 100%;
  font-size: 12px;
  margin-bottom: 10px;
}

table.product,
table.product th,
table.product td {
  color: grey;
  text-align: center;
}

.lighting {
  width: 10vw;
}

.product-detail {
  max-width: 800px;
}

.lighting-table-line {
  text-align: right;
}
