* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  height: 100vh;
  overflow: auto;
}

header {
  width: 100%;
  height: 140px;
}

header img {
  width: 100%;
  height: 140px;
}

.logo {
  width: 110px;
  border-radius: 50%;
  margin-top: -40px;
  box-shadow: 0 0 6px 2px #000;
}

section {
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section h2 {
  margin: 5px;
}

section .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
}

section .row .status {
  color: #139a23;
}

.tempo,
.star {
  color: #aaa;
}

.fa-clock,
.fa-motorcycle,
.fa-star {
  color: #139a23;
}

nav {
  width: 100%;
  padding: 10px 10px;
  overflow: auto;
  position: sticky;
  background-color: #ffffff;
  top: 0;
}

nav ul {
  display: flex;
  list-style: none;
}

nav ul a {
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}

nav ul a li {
  padding: 5px 10px;
  border-radius: 5px;
  border: solid 1px #eee;
  margin-right: 10px;
}

section h3 {
  width: 100%;
  padding: 0px 10px;
  margin: 5px 0px;
}

section form {
  width: 94%;
  padding: 15px 10px;
  display: flex;
  border: solid 1px #eee;
  border-radius: 5px;
  justify-content: space-between;
  margin: 8px 0px;
}

section form .group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

section form .group {
  width: 60%;
}

section form input {
  border: none;
  font-size: 15px;
  font-weight: bold;
  color: #444;
}

section form .detalhes {
  color: #aaa;
  font-size: 11px;
  margin: 5px 0px;
}

section form .price {
  font-size: 14px;
  color: #444;
  font-weight: bold;
}

section form img {
  width: 120px;
  margin-left: 5px;
  border-radius: 5px;
}

section form label {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.invisible {
  display: none;
}

form:last-child {
  margin-bottom: 100px;
}

footer {
  width: 100%;
  position: fixed;
  bottom: 40px;
  max-width: 400px;
  background-color: #4a9100;
  font-size: 1.3em;
  color: #fff;
  padding: 10px 10px;
}

footer a {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  padding: 5px 0px;
}

footer p {
  font-size: 16px;
  font-weight: bold;
}

article {
  position: fixed;
  padding: 0.5em;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 -2px 6px 2px #cecece;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  max-width: 400px;
}

article #link-daffari {
  text-align: right;
  text-decoration: none;
  color: #1a73bf;
  font-size: 0.85em;
  font-weight: bold;
  flex: 0 0 50%;
}

article .group {
  display: flex;
  text-decoration: none;
  color: #444;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  flex: 0 0 50%;
}

article .group i {
  font-size: 20px;
  margin-right: 5px;
}

.pedidos {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 200;
  width: 100%;
  max-width: 400px;
  background-color: #fff;
  left: 0;
  height: 100vh;
  overflow: auto;
  padding: 15px 30px;
  transition: 1;
  border-right: solid 2px #cecece;
  margin-left: -500px;
}

.pedidos .fa-times {
  width: 100%;
  text-align: end;
  padding: 10px 0px;
  font-size: 25px;
}

.pedidos li {
  list-style: none;
  display: flex;
  width: 100%;
  min-width: 320px;
  flex-direction: column;
  padding: 10px 0px;
  margin: 5px 0px;
  border-bottom: solid 1px #cecece;
  font-size: 15px;
}

.pedidos li:nth-child(1) {
  border-top: solid 1px #cecece;
}

.pedidos li a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

.pedidos li .red {
  color: #ff0000;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.totalpedido {
  font-weight: bold;
  color: #8888;
}

.tempo {
  display: flex;
  align-items: center;
}
.tempo img {
  margin-right: 5px;
}

.fortop {
  position: fixed;
  top: 300px;
  right: 2px;
  padding: 5px 5px;
  border-radius: 50%;
  color: #0000ff;
  font-size: 20px;
  display: none;
}

.info {
  color: #ff0000;
  font-size: 12px;
}

.trough {
  text-decoration: line-through;
}

.idcategoria {
  background-color: #fff;
  padding: 5px 5px;
}

.esmacear {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 100;
  justify-content: center;
  align-items: center;
  margin-left: -3000px;
  transition: 0.5s;
}

.esmacear img {
  width: 100px;
  margin-bottom: 0.5em;
}

.esmacear .detalhes {
  align-items: center;
  padding: 10px 10px;
}

.detalhes {
  width: 90%;
  background-color: #fff;
  border-radius: 3px;
  padding: 0px 0px;
  display: flex;
  flex-direction: column;
}

.cabecalho {
  width: 100%;
  text-align: center;
  margin: 10px 0px;
}

.borderbottom {
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
  font-size: 13px;
  text-align: center;
}

table {
  border: none;
  font-weight: bold;
  font-size: 13px;
}

table tr td {
  padding: 5px 5px;
}

table tr:nth-child(2n) {
  background: #eee;
}

.ctt {
  padding: 5px 5px;
  width: 98.5%;
  margin-left: 2px;
  background-color: #5f981b;
  text-align: center;
  margin-top: 5px;
  color: #fff;
}

.statusloja {
  margin-top: 5px;
  padding: 5px 5px;
  width: 98.5%;
  margin-left: 2px;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.green {
  background-color: #5f981b;
}

.bgred {
  background-color: #ff0000;
}

.setamodal {
  background-color: #f00;
  border-radius: 5px;
  font-size: 1.1em;
  padding: 0.5em 0;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
}

.aprendanavegar {
  padding: 5px 10px;
  background-color: #5f981b;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
}

.city {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.city img {
  width: 30px;
}

#selected {
  background-color: #c2f46199;
}

#insta {
  border: solid 3px #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  background-color: #eeeeee;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  text-transform: lowercase !important;
}

#insta img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
