.v-application .menu-link-button {
  font-size: 1.6rem;
  background-color: transparent;
  border-radius: 7px;
  padding: 20px 30px;
  text-decoration: none;
}
.v-application .category-title {
  font-size: 1.75rem !important;
  font-family: Roboto, sans-serif !important;
}
.v-application .float-button {
  position: absolute;
  z-index: 1;
  margin-top: -36px;
}
.v-application .perf-center {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.v-application .cart-button {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 1rem calc(1rem + 56px) 0;
  z-index: 3;
}

.plus-minus-button-container {
  width: fit-content;
  height: fit-content;
  margin-top: -32px;
  z-index: 2;
}

.rounded-b-35 {
  border-bottom-left-radius: 35px !important;
  border-bottom-right-radius: 35px !important;
}

.method-card {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  padding: 1rem;
  flex-wrap: wrap;
}

.border-6-white {
  border: 6px solid rgb(255, 255, 255);
}

.border-6-black {
  border: 6px solid rgb(0, 0, 0);
}

[v-cloak] {
  display: none;
}

.bottom-0 {
  bottom: 0 !important;
}

.top-0 {
  top: 0 !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-2 {
  z-index: 2 !important;
}

.z-index-3 {
  z-index: 3 !important;
}

.position-absolute {
  position: absolute !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  z-index: 2;
}

.text-limit {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.footer-info {
  position: fixed;
  bottom: 0;
  z-index: 3;
  width: 100%;
}

.item-avatar {
  position: absolute;
  margin-top: -35px;
}

.add-item-button {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.item-price-not-mdAndDown {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

@media (min-width: 960px) {
  .v-dialog .v-overlay__content {
    border-radius: 8px !important;
  }
}

/*# sourceMappingURL=main.css.map */
