@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #333333;
  list-style: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.hidden {
  display: none !important;
}

html {
  background-color: rgba(0, 0, 0, 0.05);
  -ms-overflow-style: none; /* Internet Explorer and Edge */
  scrollbar-width: none; /* Firefox */
}

::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

body {
  background-color: white;
  max-width: 1024px;
  margin: auto;
}

header {
  background-color: white;
  position: sticky;
  top: 0;
}

header nav {
  height: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  position: sticky;
  top: 0;
}

#logo {
  margin-left: 15px;
  height: 50px;
  cursor: pointer;
}

#searchTop {
  width: 35%;
  padding: 5px;
  border-radius: 10px;
  background-color: white;
  font-size: 13px;
  border: rgba(0, 0, 0, 0.1) solid 1px;
}

#app-store {
  height: 17.5px;
}

#google-play {
  height: 17.5px;
}

#menuButton {
  width: 20px;
  margin-right: 15px;
  cursor: pointer;
}

#menuList {
  display: none;
  text-align: end;
  border-radius: 0 0 10px 10px;
  margin-right: 15px;
}

#menuList.active {
  display: flex;
  flex-direction: column;
  align-items: end;
}

#menuList a {
  line-height: 2;
  font-size: 1em;
}

#menuList li:nth-child(1) {
  cursor: pointer;
}

#menuList li:nth-child(2) {
  display: flex;
}

#menuList li:nth-child(3) {
  display: flex;
  cursor: pointer;
}

.location {
  margin-top: 22.5px;
  margin-left: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.location img {
  height: 7.5px;
}

.location select {
  border: none;
  appearance: none;
  background-color: transparent;
  font-size: 1em;
  font-weight: bold;
  outline: transparent;
  cursor: pointer;
}

.banner0 {
  display: flex;
  align-items: center;
  overflow: scroll;
  margin-left: 15px;
  margin-top: 30px;
  gap: 15px;
}

.banner0 a {
  display: flex;
  align-items: center;
}

.banner0 img {
  border-radius: 10px;
  width: 250px;
  aspect-ratio: calc(16 / 9);
  object-fit: cover;
}

.banner {
  display: flex;
  align-items: center;
  overflow: scroll;
  margin-left: 15px;
  margin-top: 30px;
  gap: 15px;
}

.banner a {
  display: flex;
  align-items: center;
}

.banner img {
  border-radius: 10px;
  width: 250px;
  aspect-ratio: calc(16 / 9);
  object-fit: cover;
}

.category {
  margin-top: 30px;
  display: flex;
  text-align: center;
  font-size: 45px;
  overflow: scroll;
  gap: 30px;
  margin-left: 15px;
  margin-right: 15px;
  cursor: pointer;
}

.category p {
  font-size: small;
  text-align: center;
}

#buttonComida.active p {
  border-bottom: #da291c solid 2px;
  font-weight: bold;
}

#buttonBebida.active p {
  border-bottom: #da291c solid 2px;
  font-weight: bold;
}

#buttonSobremesa.active p {
  border-bottom: #da291c solid 2px;
  font-weight: bold;
}

#buttonPadaria.active p {
  border-bottom: #da291c solid 2px;
  font-weight: bold;
}

#buttonMercearia.active p {
  border-bottom: #da291c solid 2px;
  font-weight: bold;
}

#buttonAcougue.active p {
  border-bottom: #da291c solid 2px;
  font-weight: bold;
}

#buttonFarmacia.active p {
  border-bottom: #da291c solid 2px;
  font-weight: bold;
}

#buttonPetShop.active p {
  border-bottom: #da291c solid 2px;
  font-weight: bold;
}

#productListTitle {
  display: block;
  margin-left: 15px;
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: bold;
}

#productListComida {
  display: flex;
}

#productListBebida {
  display: none;
}

#productListSobremesa {
  display: none;
}

#productListPadaria {
  display: none;
}

#productListMercearia {
  display: none;
}

#productListAcougue {
  display: none;
}

#productListFarmacia {
  display: none;
}

#productListPetShop {
  display: none;
}

.productList {
  display: flex;
  gap: 15px;
  overflow: scroll;
  margin-left: 15px;
}

.productList article {
  border: rgba(0, 0, 0, 0.1) solid 1px;
  border-radius: 10px;
}

#productListImg {
  width: 200px;
  aspect-ratio: calc(5 / 4);
  object-fit: cover;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

#productListStoreName {
  font-size: small;
  line-height: 1.5;
  margin-left: 5px;
}

#productListName {
  font-size: small;
  line-height: 1.5;
  margin-left: 5px;
  font-weight: bold;
}

#productListPrice {
  font-size: small;
  line-height: 1.5;
  margin-left: 5px;
  color: #da291c;
  font-weight: bold;
  margin-bottom: 5px;
}

#storeListTitle {
  display: block;
  margin-left: 15px;
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: bold;
}

#openStoreListComida,
#closedStoreListComida {
  display: block;
}

#openStoreListBebida,
#closedStoreListBebida {
  display: none;
}

#openStoreListSobremesa,
#closedStoreListSobremesa {
  display: none;
}

#openStoreListPadaria,
#closedStoreListPadaria {
  display: none;
}

#openStoreListMercearia,
#closedStoreListMercearia {
  display: none;
}

#openStoreListAcougue,
#closedStoreListAcougue {
  display: none;
}

#openStoreListFarmacia,
#closedStoreListFarmacia {
  display: none;
}

#openStoreListPetShop,
#closedStoreListPetShop {
  display: none;
}

.storeList article {
  margin-right: 15px;
  margin-left: 15px;
  height: 100px;
  display: flex;
  align-items: center;
  font-size: small;
  line-height: 1.5;
  border: rgba(0, 0, 0, 0.1) solid 1px;
  border-radius: 10px;
  margin-bottom: 15px;
}

#storeListImg {
  padding: 5px;
  height: 100px;
  width: 100px;
  object-fit: cover;
  border-radius: 20px;
  padding: 10px;
}

#storeListName {
  font-weight: bold;
}

.openStoresList {
  font-weight: 500;
  color: green;
}

.closedStoresList {
  font-weight: 500;
  color: red;
}

footer {
  padding: 15px;
  font-size: 0.75em;
  text-align: center;
}

#modalQuemSomos {
  width: 80%;
  font-size: 0.85em;
  margin: auto;
  text-align: justify;
  padding: 15px;
  line-height: 1.5;
  border-radius: 10px;
  border: rgba(0, 0, 0, 0.1) solid 1px;
  z-index: 3;
}

#modalQuemSomos div {
  display: flex;
  justify-content: space-between;
}

#modalQuemSomos h1 {
  font-size: 16px;
  font-weight: bold;
}

#buttonCloseQuemSomos {
  width: 20px;
  cursor: pointer;
}

#modalMyOrders {
  width: 80%;
  min-height: 380px;
  font-size: 0.85em;
  margin: auto;
  text-align: justify;
  padding: 15px;
  line-height: 1.5;
  border-radius: 10px;
  border: rgba(0, 0, 0, 0.1) solid 1px;
  z-index: 3;
}

#modalMyOrders #btnCloseModalMyOrders {
  position: absolute;
  right: 7px;
  top: 7px;
  width: 16px;
  z-index: 999;
}

#modalMyOrders .modal-content #phone-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
}

#modalMyOrders .modal-content #phone-container.active {
  pointer-events: initial;
  opacity: 1;
}

#modalMyOrders .modal-content .header {
  max-width: 70%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 10px;
  align-items: center;
  text-align: center;
}
#modalMyOrders .modal-content .header > label {
  font-weight: 500;
  font-size: 15px;
}

#modalMyOrders .modal-content .header > div {
  display: flex;
  gap: 4px;
}
#modalMyOrders .modal-content .header > div > input {
  text-indent: 4px;
  border-radius: 3px;
  border: 1px solid;
}
#modalMyOrders .modal-content .header > div > button {
  background: red;
  color: white;
  border-radius: 4px;
  padding: 4px 8px;
  border: none;
}

#modalMyOrders .modal-content .header > div > button:hover {
  background: #ff0000d6;
}

#orders {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#orders .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  pointer-events: none;
}

#orders article {
  width: 100%;
  position: relative;
  padding: 12px;
  line-height: 1.8;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
#orders .id_order * {
  font-weight: 600;
}

#orders .received,
#orders .received * {
  color: rgba(255, 166, 0, 0.5);
}
#orders .peending,
#orders .peending * {
  color: rgba(30, 143, 255, 0.5);
}
#orders .finalized,
#orders .finalized * {
  color: rgba(0, 128, 0, 0.5);
}
#orders .delivery,
#orders .delivery * {
  color: rgba(0, 128, 0, 0.5);
}

#orders .id_order {
  display: flex;
  text-align: right;
  gap: 5px;
}

#orders article div {
  display: flex;
  justify-content: space-between;
  gap: 0.1rem;
}

#orders article #items {
  display: none;
}

#orders article div #total {
  display: flex;
  justify-content: space-between;
}

.icon-loading {
  animation: spin 2s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
