.post-content .container p {
  margin-bottom: 0px !important;
}

.description {
  margin-top: 0px !important;
  text-transform: none !important;
}

.signos {
  font-size: 20px;
  color: #0e5fa4;
  padding-right: 10%;
}

.listProducts {
  justify-content: center;
  justify-content: flex-start;
}

#solicitar {
  color: white;
  background-color: #14baa6;
  width: 250px;
}

.botones {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}

.carrito-column {
  margin: 1.5%;
}

.carrito-row {
  border-radius: 10px;
  box-shadow: -1px 1px 10px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-right: 1.5px;
  height: 100%;
}

.monedero-column {
  margin: 1.5%;
}

.monedero-row {
  border-radius: 10px;
  box-shadow: -1px 1px 10px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-right: 1.5px;
  height: 100%;
}

.columnas-monedero {
  display: block;
  align-items: center;
  font-size: 14px;
  justify-content: center;
  text-align: center;
  line-height: 2.3em;
}

#orders_cart_image {
  max-width: 100px;
}

.orders-images {
  max-width: 140px;
}

.num-credit {
  font-size: 33px;
}

.num-cart {
  font-size: 33px;
  border-style: hidden;
  border-radius: 0px;
  text-align: center;
  width: 100%;
  line-height: 2.3em;
  background: transparent;
}

.columnas-monedero .text {
  font-size: 20px;
}

.columnas-monedero img {
  padding: 8px;
}

.columnas-monedero p {
  padding-bottom: 6px;
}

.ladoIzq,
.ladoDer {
  padding: 2%;
}

.ladoIzq {
  display: flex;
  align-items: center;
  padding-left: 3%;
  width: 70%;
}

.ladoDer {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding-right: 3%;
  font-weight: 400;
  font-size: 20px;
  width: 30%;
}

.tarjeta {
  max-width: 65vw;
  display: block;
  border-radius: 10px;
  box-shadow: -1px 1px 10px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-top: 5%;
}

.contenido {
  display: flex;
  font-family: "Ubuntu", sans-serif;
}

.contenido:hover {
  background-color: #14baa6;
  color: white;
}

.wrapper {
  width: 100%;
  min-width: 50%;
  height: 45px;
  display: flex;
  justify-content: center;
  background-color: white;
  border-radius: 10px;
  border-color: #bbbbbb;
  border-style: solid;
  border-width: 2px;
  align-items: flex-end;
}

.wrapper span {
  width: 100%;
  text-align: center;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.wrapper span i {
  display: contents;
}

.minus,
.plus {
  color: #0e5fa4;
  cursor: pointer;
  max-height: 45px;
}

.plus {
  left: 10%;
  -webkit-transform: translate(10%, 0%);
}

.signos {
  top: 100%;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.num {
  border-style: hidden;
  border-radius: 0px;
  min-width: 34px;
  max-width: 45px;
  width: auto;
  text-align: center;
  top: 2%;
  -webkit-transform: translate(0, 2%);
  transform: translate(0, 2%);
  max-height: 45px;
  min-height: 45px;
  background: transparent;
}

.swal2-styled.swal2-confirm {
  background-color: #202020 !important;
}

.swal2-styled.swal2-deny {
  background-color: white !important;
  color: black !important;
}

.swal2-title {
  font-family: "Ubuntu", sans-serif;
}
.swal2-popup {
  font-family: "Ubuntu", sans-serif;
}

.error-message {
  width: 100%;
  color: #14baa6;
  text-align: center;
  font-weight: bold;
}

#myForm {
  margin: 0px !important;
}

/* FIX MOBILE SIZE */
@media only screen and (max-width: 640px) {
  .tarjeta {
    min-width: 100%;
  }

  #cards_div {
    padding: 5px;
  }

  .ladoIzq {
    text-align: left;
    width: 66.6667%;
  }

  .ladoDer {
    width: 33.3333%;
  }

  .orders-images {
    max-width: 40%;
  }
}
