* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Raleway", sans-serif;
}


.logo {
    position: relative;
    top: -50px;
    left: 45%;
    height: 200px;
    width: 200px;
}


.header {
    width: 35%;
    height: 40px;
    position: relative;
    left: 32%;
    top: -70px;
    border-top: 1px solid #8B8B8B;
    border-bottom: 1px solid #8B8B8B;
}



.navbar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 100px;
    padding-top: 5px;
}



.navbar a {
    text-decoration: none;
    font-size: 20px;

}

a:hover {
    color: #C48B21;
    transition: .4s;
}

.fodasse {
    color: #C48B21;
}




.carrinho {
    width: 40px;
    height: 40px;
    border: 1px solid #8B8B8B;
    position: relative;
    left: 67%;
    top: -110px;
}



#pesquisa {
    width: 450px;

    input {
        width: 450px;
        height: 35px;
        position: relative;
        right: 550px;
        top: 25px;

    }

    div {
        margin-top: -10px;
        margin-left: -100px;
        width: 35px;
        height: 35px;
        border: 1px solid #8B8B8B;
        border-left: 0;
    }

}



#login {
    width: 100px;
    height: 40px;
    position: relative;
    left: 75%;
    top: -150px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 8px;
}

.div8 {
    grid-row: span 2 / span 2;
}

a {
    color: black;
    font-size: 17px;
    text-decoration: none;
}



.shop {

    width: 130px;
    height: 55px;
    position: relative;
    top: -80px;
    left: 470px;
    border-bottom: 1px solid #8B8B8B;
    font-size: 28px;
    font-weight: 500;
    padding-top: 20px;
}

.endereço {
    width: 336px;
    height: 112px;
    margin-left: 650px;
    margin-top: -50px;
    font-size: 18px;
}

.contato {

    width: 457px;
    height: 125px;
    display: flex;
    flex-direction: column;
    margin-left: 650px;
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);

    input {
        width: 222px;
        height: 35px;
    }

    textarea {
        width: 222px;
        height: 125px;
        resize: none;
    }
}


.div2 {
    grid-column-start: 1;
    grid-row-start: 2;
}

.div3 {
    grid-column-start: 1;
    grid-row-start: 3;
}

.div4 {
    grid-row: span 3 / span 3;
    grid-column-start: 2;
    grid-row-start: 1;
    margin-top: 10px;
}

#mapa {
    width: 576px;
    height: 389px;
    margin-left: 1200px;
    margin-top: -280px;
}