* {
  margin: 0;
  box-sizing: border-box;
}
body {
  background-color: #d9d9d9;
  font-family: "Kanit", sans-serif;
}
a {
  text-decoration: none;
  color: white;
}

#menu {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  background-color: #e34805;
}
#imgmenu {
  width: 40px;
  margin-left: 3%;
  margin-right: 75%;
}
#urlmenu {
  margin-left: 5%;
  font-size: 15px;
}
#paginasmenu {
  width: 400px;
}
#searchmenu {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.096);
}
#itensseachmenu1 {
  margin-left: 37%;
  font-size: 15px;
  color: black;
}
#itensseachmenu {
  margin-right: 20%;
  margin-left: 10%;
  font-size: 15px;
  color: black;
}
#search {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #d9d9d9;
  width: 175px;
  height: 30px;
  margin-right: 6.5%;
}
#searchtext {
  font-size: 15px;
}
#Shopping {
  width: 25px;
}
#produtos{
  display: flex;
}
#imgprodutodisplay{

  text-align: center;
  margin-right: 10%;
  border-radius: 20px;
  margin-left: 10%;
  margin-top: 2%;
  width: 500px;
  height: 500px;
  background-color: #bfbfbf;
}
#produtodisplay{
  width: 500px;
  
}
#produtodesc{
  margin-top: 5%;
  height: 450px;
}
#nameproduct{
  font-size: 50px;
  width: 200px;
}
#preco{
  margin-top: 10%;
  font-size: 60px;
  color: green;
}
.addcarrinho{
  margin-top: 25%;
  font-size: 20px;
  color: white;
  background-color: #e34805;
  font-family: "Kanit", sans-serif;
  border: solid 3px #e34805;
  height: 50px;
  width: 300px;
  border-radius: 20px;
  transition: 0.5s;
}
.addcarrinho:hover{
  color: black;
  background-color: transparent;
}
#produtodisplay1{
  width: 300px;
}