.mdi-chevron-left[data-v-6d1e2c51]::before {
  font-size: 52px;
  font-weight: bolder;
}
.wrap-text[data-v-6d1e2c51] {
  overflow-wrap: break-word;
}
.card-border[data-v-6d1e2c51] {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.main-box-can-redirect[data-v-6d1e2c51]:hover {
  cursor: pointer;
  background-color: rgba(232, 232, 232, 0.5);
}
.without-stock[data-v-6d1e2c51] {
  color: red;
}
.product-card-left[data-v-6d1e2c51] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-preview-image[data-v-6d1e2c51] {
  max-height: 35px;
  border-radius: 8px 8px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.product-preview-image-container[data-v-6d1e2c51] {
  display: flex;
  padding: 0px;
  justify-content: flex-end;
}
.disabled[data-v-6d1e2c51],
.disabled[data-v-6d1e2c51]:hover {
  background-color: #d7d7d7;
  cursor: default;
}
.rounded-md[data-v-6d1e2c51] {
  border-radius: 4px;
}
.clamp-in-2[data-v-6d1e2c51] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* Show only 2 lines */
  overflow: hidden;
  line-height: unset;
  text-overflow: ellipsis;
}
.show-hide[data-v-6d1e2c51] {
  text-decoration: underline;
  font-size: 13px;
}
.prod-container[data-v-6d1e2c51] {
  margin: 14px 0px;
  display: flex;
  justify-content: center;
}
.prod-left-info[data-v-6d1e2c51] {
  width: 67%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 15px;
}
.prod-right-info[data-v-6d1e2c51] {
  width: 33%;
}
.prod-right-info .prod-image[data-v-6d1e2c51] {
  max-width: 120px;
}
.prod-left-info-down[data-v-6d1e2c51] {
  display: flex;
  flex-direction: column;
}
.prod-left-info-inner-down[data-v-6d1e2c51] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.prod-main-container[data-v-6d1e2c51] {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0px 14px;
}
.unavailable[data-v-6d1e2c51] {
  width: 90%;
}
.product-container[data-v-6d1e2c51] {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.arca-disclaimer-of-taxes[data-v-6d1e2c51] {
  font-size: 0.6rem;
  color: var(--v-accent-lighten1);
}

.menu-list[data-v-b8503432] {
  padding: 0px;
  list-style: none;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.3);*/
}
.underline[data-v-b8503432] {
  text-decoration: underline;
}
.menu-list[data-v-b8503432]:last-child {
  margin-bottom: 20px;
}

.mdi-chevron-left[data-v-b8503432]::before {
  font-size: 52px;
  font-weight: bolder;
}
.last-section-min-height-cover[data-v-b8503432] {
  min-height: 70vh;
}
.mdi-chevron-left[data-v-5c2fb23e]::before {
  font-size: 52px;
  font-weight: bolder;
}
.wrap-text[data-v-5c2fb23e] {
  overflow-wrap: break-word;
}
.card-border[data-v-5c2fb23e] {
  border: 0.08rem solid #e8e8e8;
  display: flex;
  flex-direction: column;
}
.shop-logo[data-v-5c2fb23e] {
  max-height: 150px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.shop-card-description[data-v-5c2fb23e] {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  padding: 5px 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.grey-text[data-v-5c2fb23e] {
  color: grey;
}
.main-box-can-redirect[data-v-5c2fb23e]:hover {
  cursor: pointer;
  background-color: rgba(232, 232, 232, 0.5);
}
.mdi-chevron-left[data-v-2907f9d8]::before {
  font-size: 52px;
  font-weight: bolder;
}
.last-section-min-height-cover[data-v-2907f9d8] {
  min-height: 70vh;
}

.shop-card-list-container[data-v-2907f9d8] {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shop-card-list-looper[data-v-2907f9d8] {
  display: contents;
}
.shop-card-container[data-v-2907f9d8] {
  width: 50%;
  padding: 10px 10px;
}


.overlay[data-v-55124320] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.popup[data-v-55124320] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 0 15px 15px 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 11;
  max-height: 90vh;
}
.popup-content[data-v-55124320] {
  flex: 1;
  overflow-y: auto;
  max-height: 70vh;
}
.popup img[data-v-55124320] {
  max-width: 100%;
  height: auto;
}
.checkbox-container[data-v-55124320] {
  margin-top: 10px;
  text-align: center;
}
.button-container[data-v-55124320] {
  display: flex;
  align-items: center;
}
.close-btn[data-v-55124320] {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  color: #333;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 40px;
}
.label-popup[data-v-55124320] {
  margin-left: 10px !important;
}
.close-btn[data-v-55124320]:hover {
  color: red;
}
.checkbox-container[data-v-55124320] {
  margin-top: 10px;
}

/* Para pantallas grandes */
@media (min-width: 768px) {
.popup[data-v-55124320] {
    max-width: 800px;
}
.close-btn[data-v-55124320] {
    font-size: 40px;
}
}

/* Para celulares */
@media (max-width: 767px) {
.popup[data-v-55124320] {
    width: 95%;
    max-width: 350px;
}
.close-btn[data-v-55124320] {
    font-size: 30px;
}
}


.address-autocomplete[data-v-287cb485] {
  width: 100%;
  display: flex;
  padding: 0 24px;
  margin-bottom: 16px;
  align-items: stretch;
  min-height: 52px;
  border-radius: 28px;
  outline: none;
  background-color: rgba(0, 0, 0, 0.06);
}
.v-container[data-v-287cb485] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.v-text-field[data-v-287cb485] {
  width: 100%;
}
@media (max-width: 768px) {
.v-container[data-v-287cb485] {
    gap: 12px;
}
}


.overlay[data-v-70e31a9f] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.popup[data-v-70e31a9f] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 0 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 11;
  width: 90%;
  max-width: 520px;
  text-align: center;
}
.popup-header h2[data-v-70e31a9f] {
  font-size: 1.4rem;
  font-weight: 400 !important;
}
.popup-body[data-v-70e31a9f] {
  padding: 0px 30px;
}
.rating-wrapper[data-v-70e31a9f] {
  background: white;
  padding: 3px 21px !important;
  border-radius: 50px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin-bottom: 10px;
}
.star[data-v-70e31a9f] {
  font-size: 28px;
  color: #ccc;
  cursor: pointer;
  transition: color 0.2s;
}

/* Media estrella */
.half-active[data-v-70e31a9f] {
  background: linear-gradient(to right, #f4b400 40%, #ccc 0%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dish-name[data-v-70e31a9f] {
  font-size: 1.4rem;
  font-weight: 500;
}

/* Estrella completa */
.full-active[data-v-70e31a9f] {
  color: #f4b400;
}
.dish-image[data-v-70e31a9f] {
  max-width: 10rem;
  height: auto;
}
.rating-labels[data-v-70e31a9f] {
  display: flex;
  font-size: 12px;
  color: #666;
  justify-content: space-evenly;
}
.comment-container[data-v-70e31a9f] {
  margin: 35px auto;
  display: flex;
  flex-direction: column;
}
textarea[data-v-70e31a9f] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  resize: none;
  font-size: 14px;
}
textarea[data-v-70e31a9f]:focus {
  outline: none;
  border: 1px solid #7c7c7c;
}
.button-container[data-v-70e31a9f] {
  display: flex;
  justify-content: flex-end;
}
.close-btn[data-v-70e31a9f] {
  font-size: 24px;
  cursor: pointer;
  color: #333;
}
.close-btn[data-v-70e31a9f]:hover {
  color: red;
}
.button-container-confirm[data-v-70e31a9f] {
  max-width: 80%;
  margin: 20px auto;
}
.counter[data-v-70e31a9f] {
  display: flex;
  justify-content: end;
  padding-top: 2px;
}
.actual[data-v-70e31a9f],
.max[data-v-70e31a9f] {
  font-size: 12px;
  color: #a7a7a7;
}
@media (min-width: 1700px) and (max-width: 1920px) {
.popup[data-v-70e31a9f] {
    width: 90%;
    padding: 0px 12px;
    max-width: 600px;
}
.popup-header h2[data-v-70e31a9f] {
    font-size: 1.6rem;
}
.star[data-v-70e31a9f] {
    font-size: 30px;
}
.rating-labels[data-v-70e31a9f] {
    font-size: 14px;
}
.dish-name[data-v-70e31a9f] {
    font-size: 1.5rem;
}
textarea[data-v-70e31a9f] {
    font-size: 16px;
}
.comment-container[data-v-70e31a9f] {
    margin: 50px auto;
}
.v-btn:not(.v-btn--round).v-size--x-large[data-v-70e31a9f] {
    height: 55px;
    padding: 0 16px;
}
#cart-button-text[data-v-70e31a9f] {
    font-size: 1.2rem !important;
}
}

/* Media query for screens below 1400px */
@media (max-width: 1400px) {
.popup[data-v-70e31a9f] {
    width: 90%;
    padding: 0px 12px;
    max-width: 520px;
}
.popup-header h2[data-v-70e31a9f] {
    font-size: 1.2rem;
}
.star[data-v-70e31a9f] {
    font-size: 24px;
}
.rating-labels[data-v-70e31a9f] {
    font-size: 10px;
}
.dish-name[data-v-70e31a9f] {
    font-size: 1rem;
}
textarea[data-v-70e31a9f] {
    font-size: 10px;
}
.comment-container[data-v-70e31a9f] {
    margin: 25px auto;
}
}

/* Media query for screens below 1300px */
@media (max-width: 1300px) {
.popup[data-v-70e31a9f] {
    width: 85%;
    max-width: 490px;
}
.popup-header h2[data-v-70e31a9f] {
    font-size: 1rem;
}
.star[data-v-70e31a9f] {
    font-size: 20px;
}
.rating-labels[data-v-70e31a9f] {
    font-size: 9px;
}
.dish-name[data-v-70e31a9f] {
    font-size: 0.7rem;
}
textarea[data-v-70e31a9f] {
    font-size: 10px;
}
.dish-image[data-v-70e31a9f] {
    max-width: 9rem;
    height: auto;
}
.comment-container[data-v-70e31a9f] {
    margin: 15px auto;
}
.v-btn:not(.v-btn--round).v-size--x-large[data-v-70e31a9f] {
    height: 44px;
    padding: 0 16px;
}
#cart-button-text[data-v-70e31a9f] {
    font-size: 0.8rem !important;
}
}

/* Media query for screens below 1024px */
@media (max-width: 1024px) {
.popup[data-v-70e31a9f] {
    width: 90%;
    max-width: 400px;
}
.popup-header h2[data-v-70e31a9f] {
    font-size: 1rem;
}
.star[data-v-70e31a9f] {
    font-size: 25px;
}
.dish-image[data-v-70e31a9f] {
    max-width: 8rem;
    height: auto;
}
.dish-name[data-v-70e31a9f] {
    font-size: 1rem;
}
.rating-labels[data-v-70e31a9f] {
    font-size: 13px;
}
textarea[data-v-70e31a9f] {
    font-size: 15px;
}
.comment-container[data-v-70e31a9f] {
    margin: 20px auto;
}
.v-btn:not(.v-btn--round).v-size--x-large[data-v-70e31a9f] {
    height: 44px;
    padding: 0 16px;
}
#cart-button-text[data-v-70e31a9f] {
    font-size: 0.7rem !important;
}
}
@media (max-width: 1290px) and (max-height: 500px) {
.popup[data-v-70e31a9f] {
    max-height: 90vh;
}
.close-btn[data-v-70e31a9f] {
    font-size: 20px;
}
.dish-image[data-v-70e31a9f] {
    max-width: 4rem;
}
.dish-name[data-v-70e31a9f] {
    font-size: 0.8rem;
    margin-bottom: 5px;
}
.star[data-v-70e31a9f] {
    font-size: 1.5rem;
}
textarea[data-v-70e31a9f] {
    font-size: 0.9rem;
}
.comment-container[data-v-70e31a9f][data-v-70e31a9f] {
    margin: 10px auto !important;
}
.v-btn:not(.v-btn--round).v-size--x-large[data-v-70e31a9f] {
    height: 2.2rem;
    font-size: 0.9rem;
}
}
@media (min-width: 769px) and (max-width: 1023px) {
.popup[data-v-70e31a9f] {
    width: 80% !important;
    padding: 0px 20px;
}
.popup-header h2[data-v-70e31a9f] {
    font-size: 0.8rem;
}
.dish-image[data-v-70e31a9f] {
    max-width: 5rem;
    height: auto;
}
.star[data-v-70e31a9f] {
    font-size: 20px;
}
.dish-name[data-v-70e31a9f] {
    font-size: 0.8rem;
}
textarea[data-v-70e31a9f] {
    font-size: 12px;
}
.rating-labels[data-v-70e31a9f] {
    font-size: 10px;
}
.comment-container[data-v-70e31a9f] {
    margin: 10px auto;
}
.v-btn:not(.v-btn--round).v-size--x-large[data-v-70e31a9f] {
    height: 35px;
    padding: 0 16px;
}
}

/* Media query para pantallas pequeñas */
@media (max-width: 768px) {
.popup[data-v-70e31a9f] {
    width: 95% !important;
    padding: 0px 10px;
}
.popup-header h2[data-v-70e31a9f] {
    font-size: 1.2rem;
}
.star[data-v-70e31a9f] {
    font-size: 24px;
}
.dish-name[data-v-70e31a9f] {
    font-size: 1.2rem;
}
textarea[data-v-70e31a9f] {
    font-size: 12px;
}
.comment-container[data-v-70e31a9f] {
    margin: 30px auto;
}
}


.menu-container[data-v-7ffcbc98] {
  padding-left: 0px;
  padding-right: 0px;
}

