*{
    margin:0;
    box-sizing: border-box;
    padding: 0;
}

body{
    background-color: #DAD5B7;
}

/* Cabeçalho */

#cabeçalho{
    width: 100%;
    height: 10vh;
    background-color: #C2B79B;
    display: flex;
    align-items: center;
}

#logo{
    width: 4%;
    height: 85%;
    margin-left: 1%;
}

#paginas{
    display: flex;
    justify-content: space-evenly;
    width: 55%;
    height: 45%;
    margin-left: 30%;
}

#produtos{
    background-color: #DAD5B7;
    width: 16%;
    height: 100%;
    border-radius: 5px;
    align-items: center;
    font-size: 27px;
    font-weight: 550;
    font-family: "Kumbh Sans", sans-serif;
    display: flex;
    justify-content: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    color: black;
}

#quem_somos{
    background-color: #DAD5B7;
    width: 25%;
    height: 100%;
    border-radius: 5px;
    align-items: center;
    font-size: 27px;
    font-weight: 550;
    font-family: "Kumbh Sans", sans-serif;
    display: flex;
    justify-content: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    color: black;
}
#contato{
    background-color: #DAD5B7;
    width: 15%;
    height: 100%;
    border-radius: 5px;
    align-items: center;
    font-size: 27px;
    font-weight: 550;
    font-family: "Kumbh Sans", sans-serif;
    display: flex;
    justify-content: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); 
    text-decoration: none;
    color: black;
}
#cadastro{
    background-color: #DAD5B7;
    width: 17%;
    height: 100%;
    border-radius: 5px;
    align-items: center;
    font-size: 27px;
    font-weight: 550;
    font-family: "Kumbh Sans", sans-serif;
    display: flex;
    justify-content: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    color: black;
}
#pedidos{
    background-color: #DAD5B7;
    width: 15%;
    height: 100%;
    border-radius: 5px;
    align-items: center;
    font-size: 27px;
    font-weight: 550;
    font-family: "Kumbh Sans", sans-serif;
    display: flex;
    justify-content: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    color: black;
}

#busca{
    background-color: #665E52;
    width: 3%;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-left: 1%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

#lupa{
    width: 50%;
    height: 50%;
}

#inicio{
    background-color: #665E52;
    width: 3%;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-left: 1%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

#casa{
    width: 45%;
    height: 45%;
}


#produtos:hover{
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.7);
    transition: 0.3s;
}

#quem_somos:hover{
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.7);
    transition: 0.3s;
}

#contato:hover{
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.7);
    transition: 0.3s;
}

#cadastro:hover{
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.7);
    transition: 0.3s;
}

#pedidos:hover{
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.7);
    transition: 0.3s;
}

#check_busca:hover + #busca{
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.7);
    transition: 0.3s;
}
#inicio:hover{
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.7);
    transition: 0.3s;
}

/* Busca */
#check_busca{
    width: 3%;
    height: 6%;
    border-radius: 10px;
    position: absolute;
    left: 91%;
    top:2vh;
    opacity: 0;
}

#check_busca:checked ~ #bloco_busca{
    visibility: visible;
}

#bloco_busca{
    width: 12%;
    height: 35vh;
    background-color: #665E52;
    border-radius: 15px;
    display: flex;
    flex-direction:column ;
    font-size: 20px;
    font-weight: 600;
    font-family: "Kumbh Sans", sans-serif;
    justify-content: space-evenly;
    align-items: center;
    border: solid #665E52 5px;
    position: absolute;
    top: 10%;
    left: 86.5%;
    visibility: hidden;
    z-index: 99;
}

.itens{
    text-decoration: none;
    color: #DAD5B7;
    border-bottom: solid #DAD5B7 2px;
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#busca_CI{
border-bottom: 0px;
}


#busca_teclado:hover{
    color: #C2B79B;
    transition: 0.3s;
}

#busca_fone:hover{
    color: #C2B79B;
    transition: 0.3s;
}

#busca_mouse:hover{
    color: #C2B79B;
    transition: 0.3s;
}

#busca_VR:hover{
    color: #C2B79B;
    transition: 0.3s;
}

#busca_CI:hover{
    color: #C2B79B;
    transition: 0.3s;
}

/* Principal */

#div_txt{
    margin-top: 3%;
    display: flex;
    flex-direction: column;
    justify-self: center;
    align-items: center;
    font-family: "Kumbh Sans", sans-serif;
}

#txt_cart{
    font-size: 35px;
    margin-bottom: 1%;
}

#subtxt_cart{
    font-size: 22px;
    margin-bottom: 8%;
}

#cont_compra{
    background-color: #3A5F6F;
    width: 80%;
    height: 6vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 20px;
    border: solid black 2px;
    margin-bottom: 99%;
    text-decoration: none;
    color: black;
}

#cont_compra:hover{
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.7);
}


/* Rodapé */

#rodape{
    width: 100%;
    height: 15vh;
    background-color: #C2B79B;
    display: flex;
    align-items: center;
    margin-top: 5%;
    font-family: "Kumbh",sans-serif;
}

#logo_rodape{
    width: 5%;
    height: 70%;
    margin-left: 1%;
}

#text_rodape{
    margin-left: 5%;
}

#nome_rodape{
    font-size: 30px;
}

#tel{
    font-size: 26px;
    margin-top: 1%;
}

#info{
    display: flex;
    flex-direction: column;
    margin-left: 4%;
}