.popup-container {
  position: absolute;
  top: 0;
  right: 148px; }

.popup-shop {
  display: inline-block;
  overflow: hidden;
  width: 66px;
  height: 33px;
  background-repeat: no-repeat;
  background-image: url("./store_sprite.png");
  background-position: -70px -2px;
  margin-top: 4px; }

.popup-shop:hover {
  display: inline-block;
  overflow: hidden;
  width: 66px;
  height: 33px;
  background-repeat: no-repeat;
  background-image: url("./store_sprite.png");
  background-position: -2px -2px; }
