#modalCompra .modal-dialog {
  max-width: 387px;
}
#modalCompra .modal-title {
  font-size: 26px;
  font-family: 'Raleway', sans-serif;
}
#modalCompra input {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 18px;
  padding: 15px 10px;
  border-radius: 6px;
  border: 0;
  margin-bottom: 5px;
  width: 100%;
}    
#modalCompra input::placeholder {
  color: #999999;
  font-weight: normal;
}
#modalCompra .btn-continuar {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: normal;
  padding: 20px;
  width: 100%;
}
#modalCompra #installments {
    height: 58px;
    border-radius: 6px;
    padding: 0 6px;
    width: 100%;
}
#modalCompra .alert-danger-pagseguro, #modalCompra .alert-danger-pagarme {
  background-color: #8b2525;
  color: white;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  display: none;
}
#modalCompra .credit-card .front {
  background-image: url(/imgs/default-card-bg.png);
  transition: background-image 0.20s ease-out;
  width: 387px;
}
#modalCompra .credit-card .back {
  background-image: url(/imgs/card-back-bg.png);
  transition: background-image 0.20s ease-out;
  width: 387px;
}
#modalCompra .credit-card .front, #modalCompra .credit-card .back {
  border-radius: 6px;
  position: relative;
  max-width: 100%;
  height: 240px;
  top: 0;
  left: 0;
  overflow: hidden;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  margin: 0 auto 20px auto;
  color: #576472;
}
#modalCompra .credit-card .front .number {
  position: absolute;
  left: 30px;
  bottom: 65px;
  font-size: 30px;
}
#modalCompra .credit-card .expiration-label {
  position: absolute;
  bottom: 8px;
  left: 30px;
  text-transform: uppercase;
  width: 36px;
  text-align: right;
  font-size: 11px;
  line-height: 15px;
}
#modalCompra .credit-card .front .expiration {
  bottom: 15px;
  left: 80px;
  font-size: 17px;
  position: absolute;
}
#modalCompra .credit-card .front .name {
  overflow: hidden;
  width: 290px;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  bottom: 45px;
  left: 30px;
  text-transform: uppercase;
}
#modalCompra #cartao-brand { bottom: 15px; position: absolute; min-width: 0; right: 0; }
#modalCompra .credit-card .back .cvv {
  bottom: 103px;
  left: 315px;
  font-size: 18px;
  position: absolute;
}
.select2-container {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 18px;
  padding: 0px;
  border: 0;
  width: 100%;
  margin-top: 0;
}
.select2-container .select2-choice {
  border-radius: 5px;
  padding: 18px 50px 18px 19px;
}