#pg1-carrinho-pai{
    display:flex;
}

#pag-carrinho{
   margin: 20px; 
   width: 1500px;
}

h1{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    width: 1300px;
}

#carrinho-menu{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: auto;
    width: 1350px;
}

.linhas-carrinho{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: space-between;
    width: 1480px;
}

.container-img-desc{
    display: flex;
    margin: 0;
    width: 420px;
    height: 80px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.img-carrinho{
    display: flex;
    flex-direction: row;
    align-items: start;
}

.cx-container-desc-carrinho{
    display: flex;
    width: 350px;
    height: auto;
    margin-left:20px;
}

.cx-descricao-aula-carrinho{
    display: flex;
    flex-direction: column;
}

.descricao-aula-maior{
    display: flex;
    flex-direction: row;
    font-weight: bold;
    font-size: 27px;
}

.descricao-aula-menor{
    display: flex;
    flex-direction: row;
    font-size: 10px;
}

.quadrados-qtd{
    display: flex;
    width: 440px;
    height: auto;
    flex-direction: row;
    align-items: center;
}

.qtd{
    width: 80px;
    height: 30px;
    border: 2px solid black;
    display: flex;
    flex-direction: column;
    align-content: center;
}

.container-lixeira{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 400px;
    height: 80px;
    font-size: 32px;
}

.preco-carrinho{
    display: flex;
    flex-direction: column;
    width: 155px;
    align-items: flex-start;
    justify-content: space-around;
    font-weight: bold;
    font-size: 27px;
}
#preco-carrinho{
    font-weight: bold;
    font-size: 20px;
}

#resumo-pedido-pai{
    display: flex;
    width: 250px;
    height: 270px;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: rgb(252, 171, 160);
    border: 2px solid rgb(189, 186, 186);
}

.subtotal{
    display: flex;
    justify-content: space-between;
}

#subtotal3{
    display: flex;
    font-weight: bold;
    font-size: 20px;
}

#subtitulo-resumo-pedido{
    font-weight: bold;
    font-size: 20px;
}

#botao-finalizar-pedido{
    display: flex;
    width: 250px;
    height: 40px;
    flex-direction: row;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    background-color: rgb(231, 90, 90);
    border: 2px solid rgb(233, 115, 72);
}

#descricao-botao{
    display: flex;
    text-align: center;
    margin-top: 13px;
}