* {
  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;
}
#cartarea {
  display: flex;
}
#produtodisplay {
  padding: 20px;
  margin-top: 3%;
  margin-left: 7%;
  color: white;
  border-radius: 20px;
  background-color: #e34805;
  width: 40%;
  
}
#areafinalizarcompra {
  margin-left: 7%;
  margin-top: 3%;
  width: 25%;
  height: 50vh;
}
.precofinal {
  font-size: 25px;
  color: green;
}
#saidadeprecototal {
  padding: 20px;
  border-radius: 20px;
  background-color: #bfbfbf;
  width: 100%;
  height: 20vh;
  margin-bottom: 25%;
}
#finalizarcompra {
  font-size: 20px;
  color: white;
  background-color: #e34805;
  font-family: "Kanit", sans-serif;
  border: solid 3px #e34805;
  height: 50px;
  width: 100%;
  border-radius: 20px;
  transition: 0.5s;
}
#finalizarcompra:hover {
  color: black;
  background-color: transparent;
}
#cabecario {
    margin-bottom: 10%;
  padding: 5px;
  padding-left: 20px;
  border-radius: 20px;
  background-color: #0a0440;
  display: flex;
  width: 100%;
  height: 7vh;
}
.desccabecario{
    font-size: 20px;
    margin-right: 50%;
}
/*itensnoprodutodisplay*/
#cifrao{
    font-size: 20px;
    margin-right: 3%;
}
.imgprodutodisplay{
    width: 100px;
    margin-right: 10%;
}
.nameproduct{
font-size: 20px;
margin-right: 7%;
}
.produtonocarrinho{
    margin-bottom: 3vh;
    padding: 10px;
    border-radius: 20px;
    background-color: #000000;
    display: flex;
    align-items: center;
}
.removeproduct{
    font-family: "Kanit", sans-serif;
    color: white;
    background-color: red;
    border-radius: 20px;
    width: 100px;
    height: 5vh;
}
.valueproduct{
    font-size: 20px;
    margin-right: 5%;
}