.mexbuy-modal {
  width: 100%;
  max-width: 800px;
  padding: 20px;
  border-radius: 10px;
  background-color: #1a3f97;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.mexbuy-modal img {
  width: 100%;
  height: auto !important;
  max-width: 200px !important;
  display: block;
  margin: 0 auto 30px;
}
.mexbuy-modal-popup {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: opacity 0.3s ease;
}
.mexbuy-modal-popup.hidden {
  opacity: 0;
  visibility: hidden;
}
.mexbuy-modal-question {
  color: #fff;
}
.mexbuy-modal-question p {
  font-size: 20px;
  font-weight: bold;
}
.mexbuy-modal-menu {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.mexbuy-modal-menu button {
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  background-color: #f68026;
  border: none;
  cursor: pointer;
  margin: 0 10px;
  font-size: 20px;
  transition: 0.2s all;
}

.mexbuy-modal-menu button:hover {
  background-color: #fff;
  color: #000;
  transform: scale(1.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
}
.mexbuy-modal-popup-container {
  width: 100%;
  height: auto;
  padding: 20px;
  border-radius: 10px;
  background-color: #1a3f97;
  color: #fff;
  margin: 20px auto;
  max-width: 600px;
}
.mexbuy-modal-radio input[type="radio"] {
  margin-right: 10px;
}
.mexbuy-modal-popup-container h2 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}
.mexbuy-modal-popup-container h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

