#toolbar_shop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 200px;
}

.hide {
  display: none;
}

.small-images {
  width: 100px;
}

#shop-preview {
  position: absolute;
  left: -400px;
  display: none;
  top: 0;
}

.big-images {
  display: none;
}
