html,
body,
.base {
  overflow-x: hidden;
}
.base {
  overflow: hidden;
}
body .left-col {
  position: fixed;
  height: calc(100lvh - 30px);
  top: 0;
  left: 0;
  width: calc(100% - 30px);
  z-index: 3;
  display: none;
  z-index: 5;
}
table tbody tr td img {
  height: 60px;
  width: 60px;
}
.page {
  display: flex;
  flex-direction: column;
}
[data-show-menu],
[data-close-menu] {
  display: block;
}
.page-container {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.page-container .base {
  flex: 1;
}
.order-page .base {
  flex: auto;
}
.panel {
  flex-direction: column;
  gap: 10px;
}
.custom-table .row > div:last-child {
  display: flex;
  flex-direction: column;
}
body .right-col {
  width: 100vw;
}
.custom-table .row {
  flex-direction: column;
}
.custom-table .row .title {
  display: flex;
  flex-direction: column;
}
.table-container {
  overflow: auto;
}
.table-container.active {
  overflow: inherit;
  height: 100%;
}
.page.product-page form .form-group-wrap {
  flex-direction: column;
  gap: 15px;
}
.page.product-page form .form-group-wrap > div:not(.line) {
  margin: 0;
}
.images-container {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
  padding: 5px;
}
.images-container label,
.images-container .image {
  aspect-ratio: 4 / 4;
  height: auto;
  width: auto;
}
.panel .buttons {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
