* {
    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;
}

.div1 {
    grid-row: span 2 / span 2;
}

a {
    color: black;
    font-size: 17px;
    text-decoration: none;
}

.voltar {
    margin-left: 550px;
    font-weight: 500;

    a {
        color: #717171;
    }

    span {
        cursor: context-menu;
    }
}

#imagempricipal {
    margin-left: 640px;
    margin-top: 20px;
    width: 390px;

    h5 {
        font-weight: 400;
        margin-top: 5px;
        font-size: 15px;
    }
}

h1 {
    margin-left: 1050px;
    margin-top: -670px;
    font-size: 50px;
    font-weight: 500;
}

h2 {
    margin-left: 1050px;
    margin-top: 20px;
    font-weight: 400;
}

.contador {
    width: 150px;
    margin-left: 1020px;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;

    input {
        width: 50px;
        border: 0;
        line-height: 30px;
        font-size: 20px;
        text-align: center;
        background: #ffffff;
        color: #000000;
        appearance: none;
        outline: 0;
        border: 1px solid #717171;
    }

    span {
        display: block;
        font-size: 25px;
        padding: 0 10px;
        cursor: pointer;
        color:#000000;
        user-select: none;
    }
}


.addcart {
    background-color: #C48B21;
    width: 330px;
    height: 45px;
    margin-left: 1050px;
    margin-top: 50px;
    border-radius: 10px;
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    transition: 0.8s;
    color: white;
    cursor: pointer;

}

.addcart:hover {
    transition: .8s;
    background-color: white;
    color: #C48B21;
    border: 1px solid #8B8B8B;
}

.modelinfo {
    margin-left: 1050px;
    margin-top: 30px;
    font-size: 30px;
    font-weight: 400;
    border-bottom: 1px solid #8B8B8B;
    width: 300px;
}

.info {
    width: 350px;
    height: 168px;
    margin-left: 1050px;
    margin-top: 10px;
}

footer {
    width: 100%;
    height: 142px;
    background-color: #ffffff;
    margin-top: 200px;

    .footer {
        width: 100%;
        height: 142px;
        border-top: 1px solid #8B8B8B;

        div {
            font-size: 20px;
            width: 916px;
            height: 51px;
            margin-left: 200px;
            margin-top: 20px;

        }

        .redes {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            gap: 68px;
            margin-left: 1200px;
            margin-top: -20px;

            img {
                width: 46px;
                height: 46px;
            }
        }
    }
}