#popup_wine {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6588235294);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#popup_wine .popup-content {
  position: relative;
  max-width: 420px;
  padding: 0;
  text-align: center;
  padding: 20px;
}
#popup_wine .popup-content .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  left: 0;
  top: 0;
  border-radius: 10px;
}
#popup_wine .popup-content > div {
  position: relative;
  z-index: 2;
}
#popup_wine .popup-content .title {
  font-size: 24px;
  margin-bottom: -5px;
  font-weight: 500;
}
#popup_wine .popup-content .link, #popup_wine .popup-content .desc {
  font-size: 16px;
  font-style: italic;
}
#popup_wine .popup-content .webTitle {
  margin-bottom: 30px;
  color: #9c1421;
}
#popup_wine .popup-content .webTitle .title {
  font-size: 30px;
  font-weight: 700;
}
#popup_wine .popup-content .webTitle .link {
  font-size: 16px;
  font-weight: 500;
}
#popup_wine .popup-content .title1 .title, #popup_wine .popup-content .title2 .title {
  font-size: 20px;
  color: #333;
  font-weight: 500;
}
#popup_wine .popup-content .title1 .desc, #popup_wine .popup-content .title2 .desc {
  font-size: 16px;
  color: #333;
  font-weight: 300;
}
#popup_wine .popup-content .title2 {
  margin-bottom: 30px;
}
#popup_wine .popup-content .buttons {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
#popup_wine .popup-content .buttons .title {
  font-size: 20px;
  margin-bottom: 0;
}
#popup_wine .popup-content .buttons button {
  background: transparent;
  border: 1px solid #9c1421;
  color: #9c1421;
  margin: 0 5px;
  font-size: 18px;
}
#popup_wine .popup-content .buttons button:hover {
  background: #9c1421;
  color: #fff;
}
#popup_wine .popup-content .mota {
  color: #9c1421;
}
#popup_wine .popup-content .mota .vi {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
}
#popup_wine .popup-content .mota .en {
  font-size: 12px;
  font-weight: 300;
}/*# sourceMappingURL=moc_popup_wine.css.map */