.button-add-to-quote{
    transition: 1s !important;
    width:45%  !important;
}

.qp-form-row label {
    width: 100%;
}

#quote-cart-form {
    overflow: auto;
}

@media screen and (max-width: 900px) {
    .form-quote .qp-form-row {
        width: 100% !important;
    }
}

.card-sucesso {
  animation: slideIn 1s ease-out forwards;
}

.card-sucesso {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #dcf4d9;
  padding: 16px 24px;
  border-radius: 12px;
  max-width: 700px;
  width: 100%;
  gap: 16px;
  flex-wrap: wrap;
  font-family: 'Segoe UI', sans-serif;
}

.card-texto {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #469536;
  flex: 1 1 auto;
  min-width: 240px;
  font-family: Poppins;
  font-weight: 500;
  font-style: normal;
  line-height: 35px;
  letter-spacing: -0.8px;
}

.btn-ver-orcamento {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: Poppins;
  border-radius: 15px;
  background-color: #469536;
  color: white;
  text-decoration: none;
  font-weight: 600;
  padding: 10px 22px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  transition: background-color 0.2s;
  line-height: 35px;
  letter-spacing: -0.7px;
}
.btn-ver-orcamento:hover {
  background-color: #256428;
  color: #FFF !important;
}