*{
    font-family: 'Inter', sans-serif;
}

#menu {

    margin-top: 35px;

    margin-right: 20px;

    background-color: #020202;

    border: none;

    height: 40px;

    color: #2c2c2c;

    border-radius: 5px;

    cursor: pointer;
}


#campo_carrinho {
    position: relative;
}

#campo_carrinho span {
    display: none;
    position: absolute;
    right: 8px;
    top: 0px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    background-color: #ffffffcb;
    border-radius: 50%;
    height: 20px;
    min-width: 20px;
    cursor: pointer;
}

#campo_carrinho_cima span {

    cursor: pointer;
    position: absolute;
    display: none;
    position: absolute;
    right: 12%;    
    top: 80px;    /* display: flex; */
    justify-content: center;
    align-items: center;
    background-color: #cbe600e2;
    border-radius: 50%;
    height: 20px;
    min-width: 20px;
    cursor: pointer;
}

@media(max-width:550px) {
    #campo_carrinho_cima span {
        display: none !important;
    }
}

#menu-trigger:not(footer #menu-trigger) {
    cursor: pointer;
    position: absolute;
    top: 80px;
    right: 5%;
    width: 35px;
}

#carrinho:not(footer #carrinho) {
    cursor: pointer;
    position: absolute;
    top: 80px;
    right: 13%;
    width: 30px;
}

#notificacao {
    width: 30px;
    position: absolute;
    top: 80px;
    right: 20%;
    cursor: pointer;
}

#quantidade_notificacoes {
    display: none;
    position: absolute;
    top: 82px;
    right: 19%;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    background-color: #cbe600c0;
    color: #000;
    border-radius: 50%;
    height: 20px;
    min-width: 20px;
    cursor: pointer;
}

footer #menu-trigger {
    display: none;
}

@media(max-width: 550px) {
    #notificacao {
        width: 30px;
        position: absolute;
        top: 70px;
        right: 5%;
        cursor: pointer;
    }

    #quantidade_notificacoes {
        display: none;
        position: absolute;
        top: 82px;
        right: 4%;
        /* display: flex; */
        justify-content: center;
        align-items: center;
        background-color: #cbe600c0;
        color: #000;
        border-radius: 50%;
        height: 20px;
        min-width: 20px;
        cursor: pointer;
    }

    #menu-trigger:not(footer #menu-trigger) {
        display: none;
    }

    footer #menu-trigger {
        display: block;
    }

    #carrinho:not(footer #carrinho) {
        display: none;
    }

    footer #carrinho {
        display: block;
    }
}

/* Remove bordas, sombras e fundos padrão */
textarea,
select,
input {
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
    margin: 0;
    resize: none;
    /* Desativa o redimensionamento do textarea */
    font-family: inherit;
    /* Herda a fonte do elemento pai */
}

/* Remove o estilo de seta do select */
select {
    appearance: none;
    /* Remove estilo padrão em navegadores modernos */
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari e Chrome */
}

/* Estilo para select - adiciona uma seta personalizada */
select::after {
    content: "▼";
    /* Seta para indicar menu dropdown */
    position: absolute;
    right: 8px;
    pointer-events: none;
    /* Permite que o clique passe para o select */
}

input {
    font-size: 17px;
}

button {
    cursor: pointer;
}

button:hover {
    opacity: 0.8;
    transition: 0.3s;
}




#menu img {

    margin: auto;

    width: 35px;

}



img#logo_menu {

    position: absolute;

    left: 30px;

    margin-top: 30px;

    width: 150px;

}



.menu-hidde {

    background: #27273e none repeat scroll 0% 0%;

    width: 60%;
    max-width: 300px;

    height: 100dvh;

    position: fixed;

    z-index: 1000;

    box-shadow: 1px 2px 6px #97A6BF;

    left: -100%;

    transition: left .5s;

}



.menu-hidde li {

    color: #fafafa;

    font-size: 20px;

    padding: 18px;

    padding-left: 0px;

    cursor: pointer;

}



.menu-hidde li:hover {

    margin-left: 5px;

    color: #CBe600;

    transition: 0.2s;

}

.menu-hidde li a {

    font-style: none;
    text-decoration: none;

    color: #fafafa;

    font-size: 20px;

    padding: 18px;

    padding-left: 0px;

    cursor: pointer;

}



.menu-hidde li a:hover {

    margin-left: 5px;

    color: #CBe600;

    transition: 0.2s;

}







.menu-hidde ul {

    list-style-type: none;

    position: absolute;

    top: 50px;

    margin-top: 130px;

}


li#meus_dados {

    display: flex;
    align-items: center;
    position: absolute;
    bottom: 7%;
    left: 30px;

}



li#meus_dados img {
    width: 20px;
    margin-right: 5px;
}



li#meus_dados:hover {
    left: 30px;
    transition: 0.2s;
}


li#meus_dados:hover img {
    opacity: 70%;
}



li#logout {

    display: flex;

    align-items: center;

    position: absolute;

    bottom: 2%;

    left: 30px;

}



li#logout img {

    width: 20px;

    margin-right: 5px;

}



li#logout:hover {

    left: 30px;

    transition: 0.2s;

}



li#logout:hover img {

    opacity: 70%;

}