/* ABA PRINCIPAL */
body{
    font-family: "Signika Negative", sans-serif, light;
}

/* ======= CSS PRINCIPAL ======== */
/* ======= topo (início)======== */
.heading{
    margin-top: -25px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.logo{
    text-align: left;
    justify-content: left;
}
.logo img{
    max-width: 40%;
    margin-top: 10px;
    
}
.pesquisa{
    display: flex;
    text-align: center;
    justify-content: center;
    position:absolute;
}
input{
    border-radius: 20px;
    border-color:#e0c755;
    box-shadow: none;
    padding: 8px;
    width: 400px;
}
button{
    background-color: transparent;
    border-color: transparent;
    margin-top: 2px;
}

.search{
    margin-left:-50px;
}

.login{
    margin-right: 15px;
    margin-left: 300px;
}
.compras{
    margin-right: 0px;
    margin-left: 15px;
}

/* ===== barra menu (início) ===== */
nav{
    margin-top: -10px;
    position: flex;
}
.menu{
    height: 0px;
    width: 100%;
}
.menu ul {
    background-color: #F5E189;
    padding: 0%;
    margin: 0%;
    padding: 5px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.menu li{
    display: inline-block;
    align-items: center;
    padding: 10px;
    font-family: "Signika Negative", sans-serif, light;
    margin-left: 20px;
}
.menu a{
    text-decoration: none;
    padding: 6px;
    border-radius: 10px;
    color: rgb(18, 18, 18);
    transition: .3s;
}
.menu li a:hover{
    background-color: #e0c755;
}
/* ABA COMPRAS */
.container_compras {
    width: 600px; /* Set a fixed width */
    margin: 40px auto; /* Center the container horizontally with margins */
    padding: 30px; /* Add some padding for content spacing */
    background-color: #ffffff; /* Light gray background */
  }

  /* Title section */
.titulo_compras{
    width: 100%;
    display:flex;
    padding: 15px;
    padding-bottom: 0;
    border-bottom: 3px solid #e0c755;
}
.titulo_c h2{
    color: rgb(0, 0, 0);
    white-space: nowrap;
    padding: 12px;
    padding-bottom: 0;
    width: 60%;
}
.carrinho{
    width: 590px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
}
.prod_nome{
    display: flex;
    justify-content: space-between;
}
.foto_prod{
    display: flex;
    margin-left: 20px;
}
.prod_nome .body {
    display: flex;
    flex-direction: column;
    width: 208px;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    flex: 0 0 auto;
    margin-right: 160px;
}

.prod_nome.text {
    display: flex;
    align-items: flex-start;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
}

.prod_nome .text-wrapper {
    position: relative;
    flex: 1;
    margin-top: 15px;
    font-family: "Inter-Regular", Helvetica;
    font-weight: 600;
    color: #1e1e1e;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22.4px;
}

.prod_nome .text-strong {
    display: inline-flex;
    align-items: flex-start;
    position: relative;
    flex: 0 0 auto;
}

  /* Title section */
.titulo_venda{
    margin-top: 3rem;
    width: 106%;
    display:flex;
    padding: 0;
    padding-bottom: 0;
    border-bottom: 3px solid #a0a0a0;
}
.titulo_v h2{
    color: rgb(0, 0, 0);
    white-space: nowrap;
    padding: 8px;
    padding-bottom: 0;
    width: 60%;
}
.container_venda{
    width: 590px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
}
.venda1 p{
    display: flex;
    position: relative;
    flex: 1;
    margin-top: 13px;
    font-family: "Inter-Regular", Helvetica;
    color: #313030;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 12px;
}
.venda2 p{
    display: flex;
    flex-direction: column;
    width: 100px;
    align-items: flex-end;
    gap: 0px;
    position:relative;
    flex: 0 0 auto;
    margin-right: 40px;
    line-height: 8px;
    font-family: "Inter-Regular", Helvetica;
    
} 
.botao_venda button{
    background-color:#151515;
    color: #ffffff;
    padding: 8px;
    border-radius: 8px;
    font-family: "Inter-Regular", Helvetica;
    font-size: medium;
    display: flex;
    justify-content: flex-end;
    transition: background-color 0.2s ease-in-out;
    margin-left: 28rem;
}

.botao_venda button:hover{
  background-color: #2e2e2e;
}


.rodape{
    position: relative;
    bottom: 0;
}
footer {
    font-size: small;
    justify-content: center;
    align-items: center;
    display: flex;
}