body {
  font-family: Arial, sans-serif;
  padding: 20px;
}

.container {
  margin: 0 auto;
}

h1,h2 {
  text-align: center;
  margin-bottom: 20px;
}


h5{
    font-size:1.2em
}
.alert-model{
    color: #ffffff;
    padding: 3px 10px;
    background-color: #a50034;
    display: none;
}

.aviso-topo {
  padding: 10px 10px;
  background-color: #fff3cd;
  line-height: 1.5em;
  margin-bottom: 15px
}

.filter-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.custom-select {
  padding: 8px 20px;
  border-radius: 5px;
  background-color: #f2f2f2;
  border: none;
  font-size: 16px;
  appearance: none;
}


#searchTerm, #typeFilter {
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 300px;
  margin-right: 20px;
}

#searchButton, #continuar_part, #buscar_part, #confirmar_part, #searchModel {
  padding: 10px 20px;
  background-color: #a50034;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.product {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 70px

}

.product img {
  width: 125px;
  height: 125px;
  object-fit: cover;
  margin-right: 20px;
}

.product h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.product p {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
  margin-top: -5px;
}
.product .price{
  font-weight: 600;
}

.buy-obs, .buy-pag, .buy-default {
  padding: 5px 15px;
  background-color: #a50034 !important;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  margin-left: auto;
}


.col-md-6 {
    padding: 10px 0px 20px 15px
}

.desc-prod{
    font-weight: 600;
}
.not-found{
  width: 100%;
  background-color: rgba(250,248,248,0.68);
  padding: 15px;
  color: #2a2929;
}


@media only screen and (max-width: 600px) {
  #searchButton{
      display:block;
      margin-top:20px;        
  }
  #searchTerm{
      width: 100%;
  }
  #filter{
      width: 95%
  }
}

.links{
  color:#a50034;
  text-decoration: underline;
}

/* ocultar campos */

#step_2, #tipo_modelo, #alert_confirmacao_partnumber, #confirmar_part, #model-row, #type-row, #description-row {
  display: none;
}

/* fim ocultar campos */

#confirm_part{
  border:0;
  background-color: transparent;
  color: #85690f;
  font-weight: 600;
  font-size: 1.2em;
}

