*{
    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;
}

/* Carrinho */

#circle_cart{
    width: 5%;
    height: 10vh;
    background-color: #665E52;
    border-radius: 50px;
    text-align: center;

    position: fixed;
    top: 87.5%;
    left: 93.5%;
}

#circle_cart:hover{
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.7);
}

#cart{
    width: 50%;
    height: 50%;
    margin-top: 25%;
    margin-right: 2%;
}

/* Bloco Principal */

#bloco_produtos{
background-color: #3A5F6F;
width: 80%;
height: 110vh;
border-radius: 15px;
display: flex;
justify-self: center;
margin-top: 5%;
font-family: "Kumbh Sans", sans-serif;
display: grid;
grid-template-columns: 25% 25% 25% 25%;
grid-template-rows: 50% 50%;
}

#barra_produtos{
    background-color: #243757;
    width: 80%;
    height: 10%;
    border-radius: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 13%;
    left: 10%;
}

#produtos_title{
    background-color: #3A5F6F;
    width: 20%;
    height: 65%;
    border-radius: 10px;
    margin-left: 1.5%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: white;
}

.produto{
    width: 98%;
    height: 80%;
    margin-top: 20%;
    margin-left: 2%;
    color: white;
    font-size: 28px;
    font-weight: 550;
}

#vr_goggle{
    width: 100%;
    height: 60%;
    border-radius: 5px;
    margin-bottom: 3%;
}

#eco_view{
    width: 80%;
    height: 60%;
    border-radius: 5px;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 3%;
}

#mouse1{
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
    height: 60%;
    border-radius: 5px;
    margin-bottom: 3%;
}

#fone1{
    margin-left: 10%;
    margin-right: 10%;
    width: 70%;
    height: 60%;
    border-radius: 5px;
    margin-bottom: 3%;
}

#fone2{
    margin-left: 10%;
    margin-right: 10%;
    width: 70%;
    height: 60%;
    border-radius: 5px;
    margin-bottom: 3%;
}

.text{
    color: white;
    margin-top: 2%;
    margin-bottom: 1%;
    font-size: 30px;
    font-weight: 500;
    text-decoration: none;
}

.preço_antigo{
    text-decoration: line-through;
    font-weight: 200;
    font-size: 16px;
}

.desconto{
    color: #C2B79B;
    font-size: 16px;
    font-weight: 300;
}

.text:hover{
    color: #243757;
}

.preço{
    margin-top: 2%;
}

#mouse2{
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
    height: 60%;
    border-radius: 5px;
    margin-bottom: 3%;
}

/* 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%;
}