@charset "UTF-8";

/*
------
onlinestore
------
*/

.onlineshop {
  display: block;
  position: absolute;
  height: 150px;
  height: calc(100vh - 400px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: auto;
}

.onlineshop > a {
  width: 160px;
  display: block;
  margin: 50px auto;
}

.onlineshop > a img {
  width: 100%;
}

@media (max-width: 599px) {

}