@media (max-width: 990px) {
  .aside-login {
    display: none !important;
  }
}

@media (max-width: 990px) {
  .header-text {
    color: 'dark';
  }

  .w-mobile-50 {
    width: 50% !important;
  }

  .w-mobile-100 {
    width: 100% !important;
  }

  .width-chart-recebimentos-dia {
    width: 990px !important;
  }

  .w-100-mobile {
    width: 100% !important;
  }

  .h-100-mobile {
    height: 100% !important;
  }

  .header-options {
    margin-right: 0px;
  }

  .logo-mobile {
    max-width: 200px;
  }

  .container-mobile {
    padding: 0px !important;
    margin: 0px !important;
  }

  .display-cards {
    flex-direction: column;
  }

  .card-caixa-body {
    max-width: 100% !important;
  }

  .card-totalizador {
    width: 100% !important;
    flex: 1;
    max-width: 100%;
  }

  .mobile-h-150 {
    height: 150px;
  }

  .w-filter {
    min-width: none !important;
    flex: 1;
  }

  .backgroun-light-gray-mobile {
    background-color: #eaeaea !important;
  }

  .text-gray-mobile {
    color: #526484 !important;
  }

  .detalhes-produto-body {
    flex-direction: column !important;
  }

  .tintometico-search {
    height: fit-content !important;
    width: 100% !important;
  }

  .terminal-w-input {
    width: 100% !important;
  }

  .d-flex-none-mobile {
    display: none !important;
  }

  .flex-column-mobile {
    flex-direction: column !important;
  }

  .divider-finalizar-pedido {
    height: 2px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .option-finalizar-pedido {
    height: 250px !important;
  }
}

@media (max-width: 1500px) {
  .detalhes-produto-card {
    width: 100% !important;
  }

  .conteiner-carrinho {
    flex-direction: column !important;
  }

  .flex-column-reverse-mobile {
    flex-direction: column-reverse !important;
  }
}

/* ESTILO PLOM */

.mobile-max-main {
  display: flex;
  flex: 1;
}

.mobile-container {
  display: flex;
  background-color: #fff;
  max-width: 800px;
  width: 100%;

  margin-left: auto;
  margin-right: auto;

  margin-bottom: 55px;
}

.mobile-desktop-footer {
  max-width: 800px;
  left: 50%;
  translate: -50%;
  /* transform: 0.3s linear; */
}

.mobile-container-cliente {
  display: flex;
  max-width: 800px;
  width: 100%;
  margin-bottom: 55px;

  margin-left: auto;
  margin-right: auto;
}

.divider {
  width: 100%;
  border-top: 1px solid #d7d7d7;
}

.spin-loader {
  -webkit-animation: rotate 1s infinite linear;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.reticencias {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.mobile-icon-header {
  border: 2px solid rgb(69, 69, 69, 0.3);
  border-radius: 30px;
  background-color: #fff;

  padding: 10px;
  font-size: 22px;

  align-self: center;
  justify-content: center;

  width: 50px;
  height: 50px;
}

.unset {
  all: unset;
}

@media (max-width: 990px) {
  .menu-title {
    font-size: 1.15rem !important;

    position: fixed;
    left: 50px;
  }
}
