@charset "UTF-8";

[v-cloak] {
  display: none;
}

/* .btn {
  position: relative;
  margin: 0 auto 0px;
  width:90px;
} */
.lowHeight {
  height: 20% !important;
  transition: all 0.5s 0s ease;
}

.topHeight {
  height: 95% !important;
  transition: all 0.5s 0s ease;
}

.price-tag>img {
  position: relative;
  width: 50px;
  z-index: 0;
}

.child-p-top {
  position: absolute;
  top: 38%;
  font-size: 1.1rem;
  width: 50px;
  text-align: center;
  font-family: "Kosugi Maru", sans-serif;
  color: #a69a7e;
  z-index: 1;
}

.child-p-bottom {
  position: absolute;
  top: 55%;
  font-size: 2rem;
  width: 50px;
  text-align: center;
  font-family: "Kosugi Maru", sans-serif;
  color: #a69a7e;
  z-index: 1;
}