.modal_pay_title{
  margin: 5px;
}

.close_pay {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}

.close_pay:hover {
  color: rgb(6, 126, 255);
}

.modal_pay {
  z-index: 1000;
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
}

.modal-content_pay {
  position: relative;
  display: flex;
  flex-direction: column;
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.pago-btn {
  background: #007bff;
  color: white;
  margin: 5px auto;
  padding: 12px 20px;
  width: 80%;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
}

.ubic-btn {
  background: #007bff;
  color: white;
  margin: 5px auto;
  padding: 12px 20px;
  width: 80%;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
}

.carrito {
  z-index: 1000;
  position: fixed;
  display: flex;
  width: 25px;
  height: 25px;
  right: 10px;
  justify-content: center;
  align-items: center;
  top: 70%;
  background: #007bff;
  border-radius: 50px;
  padding: 25px;
}

.badge {
  position: absolute;
  top: -6px;
  right: -6px;
  background: red;
  color: white;
  padding: 2px 6px;
  border-radius: 50%;
  font-size: 12px;
  display: none; /* Oculto por defecto */
}

.displayNonePay {
  display: none;
}
