﻿.aluno-loja-background {
    background-color: #030617;
}

.aluno-loja-titulo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.aluno-loja-titulo label {
    font-size: 30px;
    font-weight: bold;
    color: #0D0F1E;
}

.aluno-loja-carrinho {
    display: flex;
    align-items: center;
    gap: 8px; /* espaço entre o ícone e o número */
}

.aluno-carrinho-quantidade {
    font-size: 24px;
    font-weight: bold;
}

.aluno-card-total {
    width: 100%;
    background-color: transparent;
    border-radius: 15px;
    margin-right: 20px;
    margin-left: auto;
    padding-right: 25px;
}

.aluno-card-total-conteudo {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background-color: transparent;
}

.aluno-card-total-titulo {
    font-size: 16px;
    font-weight: 600;
    color: #0c0f1e;
}

.aluno-valor-total-direita {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background-color: transparent;
}

.aluno-valor-total-lado {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: transparent;
}

.aluno-icone-moeda {
    width: 28px;
    height: 28px;
}

.aluno-total-carrinho-valor {
    font-size: 20px;
    color: #0c0f1e;
}

.aluno-botao-finalizar-carrinho {
    background: #0ea3ce;
    height: 35px;
    padding: 0 20px;
    border-radius: 20px;
    font-size: 12px;
    cursor: pointer;
    color: white;
    font-weight: bold;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
