.badge-padrao {
  width: 100%;
  text-transform: uppercase;
  color: white;
  background-color: #50cfba;
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  padding: 13px 40px;
  border-radius: 8px;
  border: 2px solid #50cfba;
  line-height: 15px;
  transition: all 0.25s;
  -moz-transition: all 0.25s; /* Firefox 4 */
  -webkit-transition: all 0.25s; /* Safari and Chrome */
  -o-transition: all 0.25s; /* Opera */
  text-decoration: none;
  cursor: pointer;
}

.badge-padrao-selecionado {
  background-color: #50cf85 !important;
}

.servico-adicional-descricao {
  font-size: 12px;
  color: #363636;
  padding: 10px;
}

.servico-adicional-opcoes {
  font-size: 12px;
  color: #747474;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 6px;
  margin: 0;
  border: none;
  text-align: left;
}

.servico-adicional-preco {
  text-align: center;
  position: absolute;
  bottom: 50px;
  width: 100%;
  font-size: 22px;
  color: #50cfba;
  font-weight: 600;
}

.servico-adicional-parcelas {
  text-align: center;
  position: absolute;
  bottom: 35px;
  width: 100%;
  font-size: 12px;
  color: #50cfba;
  font-weight: 600;
}

.acao-servico-adicional {
  text-align: center;
  position: absolute;
  bottom: 5px;
  width: 88%;
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
}

.btn-servico-adicional-padrao {
  text-transform: uppercase;
  color: white;
  background-color: #50cfba;
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  padding: 13px 40px;
  border-radius: 8px;
  border: 2px solid #50cfba;
  line-height: 15px;
  transition: all 0.25s;
  -moz-transition: all 0.25s; /* Firefox 4 */
  -webkit-transition: all 0.25s; /* Safari and Chrome */
  -o-transition: all 0.25s; /* Opera */
  text-decoration: none;
  cursor: pointer;
}

.btn-servico-adicional-padrao:hover {
  background: transparent;
  color: #50cfba;
  cursor: pointer;
}

.btn-checked {
  background-color: #50cf85;
  color: #ffffff;
}

.btn-checked:hover {
  background-color: #50cf85 !important;
  color: #ffffff;
}

.acao-servico-adicional.btn-servico-adicional-padrao i {
  position: absolute;
  left: 20px;
}

.container-servico-adicional.btn-acao {
  display: flex !important;
  justify-content: center !important;
}

.owl-item {
  border-radius: 8px;
}

.loader {
  width: 22px;
  height: 22px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
  border: 5px solid transparent;
  border-top: 5px solid #50cfba;
}

.status-text {
  text-transform: uppercase;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.confirmacao-compra-table {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

@media only screen and (max-width: 1024px) {
  .confirmacao-compra {
    margin-top: 20px !important;
  }
}

.link-popup {
  font-size: inherit;
  color: blue;
}
