::-webkit-scrollbar {
  width: 10px;
}

.modal-backdrop {
  z-index: 1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #068cca;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #22202b;
}

.modal-signup {
  width: 339px !important;
  height: auto !important;
  padding: 0px !important;
  margin: 0px !important;
  margin: auto !important;
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
}

.modal-login {
  width: 339px !important;
  height: auto !important;
  margin: 0px !important;
  padding: 0px !important;
  margin: auto !important;
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
}

.modal-reset-password {
  width: 339px !important;
  height: auto !important;
  margin: 0px !important;
  padding: 0px !important;
  margin: auto !important;
  background-color: white;
  color: black;
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
  overflow: hidden;
  font-family: "Poppins", sans-serif !important;
  overflow-y: hidden !important;
}

.modal-reset-password-sent {
  width: 339px !important;
  height: auto !important;
  margin: 0px !important;
  padding: 0px !important;
  margin: auto !important;
  background-color: white;
  color: black;
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
  overflow: hidden;
  font-family: "Poppins", sans-serif !important;
  overflow-y: hidden !important;
}

.li_helper {
  list-style-type: none;
  padding: 0px;
  margin-left: 0px !important;
  margin: 0px;
  color: red;
  font-size: 13px;
}

/* erros of login and */
.ul_errors {
  padding: 0px;
}

.ul_errors_login {
  padding: 0px;
}

.card-text > p {
  color: #363636;
  font-size: 13px;
}

.card-button {
  background-color: #1a8dca;
  color: white;
  font-weight: bold;
  border: none !important;
  width: 114px;
  height: 30px;
  font-family: "Poppins" !important;
  border-radius: 3px;
}

.card-button-wish {
  background-color: #1a8dca;
  color: white;
  font-weight: bold;
  border: none !important;
  width: 150px;
  height: 30px;
  font-family: "Poppins" !important;
  border-radius: 3px;
}

.card-text > a {
  font-weight: bold;
  font-size: 15px;
}

#list_comments .card-body > p {
  color: #211f2a;
  left: 325px;
  bottom: 0px;
}

#list_comments .card-body {
  display: flex;
  font-size: 10px;
  align-items: flex-start;
}

#list_comments_read .card-body > p {
  color: #211f2a;
  left: 325px;
  bottom: 0px;
}

#list_comments_read .card-body {
  display: flex;
  font-size: 10px;
  align-items: flex-start;
}

.btn-codigo-input {
  position: absolute;
  right: 23%;
  width: 100px;
  height: 42px;
}

@media only screen and (max-width: 910px) {
  .nav-item .lista-desejos-navbar a i {
    display: none !important;
    visibility: hidden !important;
  }

  .megamenu .megamenu-nav .nav-link {
    font-size: 11px;
  }

  .lista-desejos-navbar svg {
    display: none !important;
    visibility: hidden !important;
  }

  .lista-desejos-navbar,
  .sugerir-oferta-navbar {
    padding: 5px 5px !important;
    margin-left: 7.7em !important;
  }
}

@media only screen and (max-width: 820px) {
  .lista-desejos-navbar,
  .sugerir-oferta-navbar2 {
    padding: 8px 5px !important;
    font-size: 10px !important;
  }

  .btn-lista-desejos-navbar {
    margin-right: 6.7em !important;
  }

  .card-body-info-title::-webkit-scrollbar {
    display: none;
  }
}

.off_cupon {
  display: flex;
}

.div-active-alert {
  margin-top: 5px !important;
}

.btn-newalerta {
  font-size: 15px !important;
  color: #646464 !important;
}
@media only screen and (max-width: 768px) {
  .image_drop_menu_comment {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 730px) {
  .div-btn-acoes {
    flex-flow: column-reverse;
  }

  .btn-group-acoes-detalhe-produto {
    margin-top: 25px;
    width: 100%;
  }

  #content-uploads {
    padding-left: 3px !important;
  }

  .btn-report {
    width: 100% !important;
    display: block !important;
  }

  .top-likes-list {
    display: flex;
    flex-direction: column !important;
  }

  .top-likes-list > .col-sm-6 {
    margin-top: 5px !important;
  }

  .points {
    margin-top: 7px !important;
  }

  #menu_comum {
    flex-direction: row;
  }

  .off_cupon {
    display: flex;
    margin: auto;
  }

  .logo-mobile {
    width: 11% !important;
  }

  .btn-lista-desejos-navbar {
    margin-right: 6.7em !important;
    top: 0.5em !important;
  }

  .btn-sugerir-oferta-navbar2 {
    position: absolute;
    right: 0;
    margin-right: 0.5em;
    top: 0.5em !important;
  }

  .dropdown-notify {
    position: absolute !important;
    left: -1px !important;
    top: 101px !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #ffffff;
    width: 21em;
    /* padding-top: 0px; */
    padding-bottom: 0;
  }

  .notification-header > h4 {
    align-self: flex-start;
    margin: 11px;
    font-size: 17px;
  }

  .notification-header > button {
    align-self: flex-end;
    margin: 10px;
    line-height: 18px;
    background: white;
    border: 1px solid white;
    border-radius: 5px 10px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2),
      0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #list_comments .card-body {
    display: flex;
    font-size: 10px;
    align-items: flex-start;
  }

  #list_comments .card-body > p {
    color: #211f2a;
    position: absolute;
    left: 19px;
    bottom: 0px;
  }

  #list_comments_read .card-body {
    display: flex;
    font-size: 10px;
    align-items: flex-start;
  }

  #list_comments_read .card-body > p {
    color: #211f2a;
    position: absolute;
    left: 19px;
    bottom: 0px;
  }

  .dropdown-perfil-usuario {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
  }

  .dropdown-user {
    left: -5em !important;
    top: 5em !important;
    border-bottom-left-radius: 10px;
  }

  .breadcrumb-item a {
    font-size: 12px !important;
  }

  .breadcrumb-item.active {
    font-size: 11px !important;
    margin-top: 0.6em !important;
  }

  .acoes-share-detalhe-produto {
    position: absolute;
    z-index: 1;
    display: flex;
    width: 85%;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    right: -38%;
    top: 75%;
  }

  .modal-signup {
    height: auto !important;
  }

  .modal-login {
    height: auto !important;
  }

  .modal-login > .container > .modal-body > .row {
    display: flex;
    flex-direction: column;
  }

  #register_button {
    width: 100%;
  }

  #reset_pass_button {
    width: 100%;
  }

  .modal-signup > .container > .modal-body {
    display: flex;
    flex-direction: column;
  }

  .input_form {
    width: 275px !important;
  }

  .input_form_signup {
    width: 275px;
  }

  .sideleftregister {
    width: 100% !important;
  }

  .siderightregister {
    width: 100% !important;
  }

  .modal-reset-password {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
  }

  .modal-reset-password-sent {
    position: absolute;
    left: 50%;
    top: 68%;
    transform: translate(-50%, -50%);
  }

  #input_reset_password_mobile {
    width: 307px !important;
  }

  .notf_userconf {
    display: flex;
    flex-direction: row;
  }

  .notf_userconf > li {
    width: 50%;
  }

  .btn-codigo-input {
    position: relative;
    right: 23%;
    width: 100px;
    height: 42px;
  }

  .form-cupom-ir-loja {
    display: flex;
    flex-direction: column;
  }
  .image-member-resize {
    margin-left: -250px;
  }
}

@media only screen and (max-width: 379px) {
  .modal-login {
    width: 100% !important;
  }
  .modal-signup {
    width: 100% !important;
  }
}

.input-signup {
  width: 295px;
}

.notification-header > button:hover {
  background-color: #4caf50;
  color: white;
}

#offersSet {
  height: 450px;
}

#list_offers > li > .msg-notf {
  margin: 0px;
  padding-left: 10px;
  color: white;
  background: #22202b;
}

.msg-offers {
  font-size: 15px;
  color: #363636;
  padding-left: 20px;
  padding-right: 24px;
  padding-top: 18px;
}

.card-notify-item {
  display: flex;
  margin: 0px;
  height: 65px;
  padding: 0px;
}

#list_offers .card-title {
  font-size: 14px;
  align-items: flex-end;
  padding-right: 1px;
  color: #363636;
  font-weight: normal;
}

#offersSet > .tab-content > .tab-pane {
  height: 350px;
}

#list_offers .card-body {
  display: flex;
  font-size: 10px;
}

#list_offers > .card-body > img {
  align-items: flex-start;
  margin: 0px;
  padding: 0px;
  margin-right: 10px;
  width: 60px;
}

#list_offers .card-body > p {
  color: #211f2a;
}

#list_comments .card-title {
  font-size: 10px;
  padding-right: 1px;
}

#list_comments_read .card-title {
  font-size: 10px;
  padding-right: 1px;
}

@media (max-width: 280px) {
  #list_comments .card-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #list_comments_read .card-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.notification-div {
  display: flex;
  width: 100%;
}

#notification-alert {
  position: absolute;
  top: 12px;
  color: #d82133;
  left: 32px;
  width: 10px;
  height: 10px;
  visibility: hidden;
}

#notf_amount {
  font-size: 17px;
  font-weight: bold;
  color: white;
  background-color: #d82133;
  width: 30px;
  visibility: hidden;
  position: relative !important;
}

.icone-subir-footer {
  position: absolute;
  font-size: 30px;
  right: 50px;
  bottom: -39.8em;
  z-index: 1;
  background-color: #22202b;
  padding: 14px;
  border-radius: 4px;
  cursor: pointer;
}

.img-upload-btn {
  position: relative;
  overflow: hidden;
  padding-top: 10%;
}

.img-upload-btn input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.note-image-input::after {
  width: 133px !important;
}

.btn-ir-para-loja {
  background-color: #59cd46 !important;
}

.btn-ir-para-loja-modal {
  width: 60% !important;
  margin-left: 20%;
  margin-top: 0.5em;
  background-color: #59cd46;
  border: none;
}

.img-upload-btn i {
  position: absolute;
  height: 16px;
  width: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.btn-radio {
  position: relative;
  overflow: hidden;
}

.btn-radio input[type="radio"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.imagem-capa-produto .img-picker .img-picker2 .img-upload-btn {
  padding-top: 5% !important;
}

.imagem-capa-produto .card {
  border: 3px solid #068cca;
}

.check-capa {
  height: 25px;
  width: 25px;
  background-color: #068cca;
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  padding-left: 4px;
  padding-top: 1px;
  color: white;
  right: 10px;
  top: -10px;
}

.add-img-upload {
  height: 25px;
  width: 25px;
  background-color: #59cd46;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  padding-left: 6px;
  padding-top: 1px;
  color: white;
  left: 190px;
  top: 4px;
}

.add-img-upload:hover {
  cursor: pointer;
}

.form-group .card-footer {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  border: none !important;
  margin-top: -4.5em !important;
  border-top: 1px solid #dfdfdf !important;
  border-left: 1px solid #dfdfdf !important;
  border-right: 1px solid #dfdfdf !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.img-picker .img-picker2 {
  margin-top: 4em;
}

.barra-progresso {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease;
}

.modal-lg {
  max-width: 85%;
}

.progress {
  margin-bottom: 1em;
}

.progresso {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  height: 11px;
  margin-top: 0.5em;
  margin-left: -10em;
}

.progresso {
  width: 80% !important;
  margin-top: -1em;
}

.progresso-drop {
  width: 80% !important;
  margin-top: -1em;
}

.pontuacao-progress {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  position: absolute;
  right: 20px;
  top: 54px;
}

.barra-progresso {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease;
}

.icone-subir-footer {
  position: absolute;
  font-size: 30px;
  right: 50px;
  bottom: -37.8em;
  z-index: 1;
  background-color: #22202b;
  padding: 14px;
  border-radius: 4px;
  cursor: pointer;
}

.modal-lg {
  max-width: 85%;
}

.img-upload-btn {
  position: relative;
  overflow: hidden;
  padding-top: 10%;
}

.img-upload-btn input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.img-upload-btn i {
  position: absolute;
  height: 16px;
  width: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.btn-radio {
  position: relative;
  overflow: hidden;
}

.btn-radio input[type="radio"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.imagem-capa-produto .img-picker .img-upload-btn {
  padding-top: 5% !important;
}

.imagem-capa-produto .card {
  border: 3px solid #068cca;
}

#menu_comum {
  display: flex;
}

.check-capa {
  height: 25px;
  width: 25px;
  background-color: #068cca;
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  padding-left: 4px;
  padding-top: 1px;
  color: white;
  right: 10px;
  top: -10px;
}

.add-img-upload {
  height: 25px;
  width: 25px;
  background-color: #59cd46;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  padding-left: 6px;
  padding-top: 1px;
  color: white;
  left: 190px;
  top: 4px;
}

.add-img-upload:hover {
  cursor: pointer;
}

.form-group .card-footer {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  border: none !important;
  margin-top: -4.5em !important;
  border-top: 1px solid #dfdfdf !important;
  border-left: 1px solid #dfdfdf !important;
  border-right: 1px solid #dfdfdf !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* ================ Novo css */

.mdc-drawer {
  width: 88%;
}

.mdc-drawer__content::-webkit-scrollbar {
  display: none;
}

.nav-bar-top-descontos {
  display: flex;
  width: 100%;
  background-color: #068ccb;
  padding: 2px 15px 2px 10px;
  align-items: center;
  justify-content: space-between;
}

.sub-nav-bar {
  display: flex;
  flex-direction: row;
  box-shadow: 0px 2px 5px #00000029;
}

.item-sub-nav {
  display: flex;
  flex: 1;
  margin: 8px 0px;
  padding: 0px 10px;
}

.item-sub-nav > span {
  font-weight: 400;
  color: #363636;
  font-family: "Poppins" !important;
}

.material-icons {
  font-size: 32px;
  color: white;
}

.fa-search {
  font-size: 21px;
  color: white;
}

.nav-bar-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.logo-mobile {
  width: 45px !important;
}

.nav-bar-title {
  font-size: 15px;
  font-weight: 600;
  color: white;
  font-family: "Poppins" !important;
  margin: 0px 3px;
}

.drawer-header {
  width: 100%;
  background-color: #0c70ba;
  padding: 15px;
}

.container-row {
  display: flex;
  flex-direction: row;
}

.profile-image {
  width: 65px;
  height: 65px;
  border-radius: 40px;
}

.title-header {
  color: white;
  flex: 1;
  font-family: "Poppins" !important;
  font-weight: 600;
  padding: 7px;
}

.close-icon {
  width: 14px;
  height: 14px;
  margin-top: 7px;
}

.button-login {
  width: 100%;
  display: flex;
  background-color: white;
  align-items: center;
  justify-content: center;
  padding: 7px;
  border-radius: 3px;
  margin: 15px 0px 5px 0px;
  border: none;
}

.button-edit-profie {
  display: flex;
  flex-direction: row;
  background-color: white;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  border-radius: 3px;
  margin: 15px 0px 5px 0px;
  border: none;
}

.text-login {
  color: black;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

.item-menu {
  display: flex;
  padding: 10px 15px;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-color: #d9d9d9;
  border-bottom-style: solid;
  width: 100%;
}

.item-menu-footer {
  display: flex;
  padding: 10px 15px;
  background-color: #363636;
  width: 100%;
}

#button-suggest-offer {
  display: flex;
  flex-direction: row;
  width: 100%;
  background-color: #6ece66;
  border: none;
  border-radius: 4px;
  align-items: center;
  padding: 5px;
}

.text-suggest-offer {
  color: white;
  font-size: 16px;
  font-weight: 500;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.container-add-circle {
  padding: 5px 12px 5px 7px;
  border-right-width: 1px;
  border-right-color: #9393937b;
  border-right-style: solid;
}

.add-circle {
  width: 16px;
  height: 16px;
}

.button-item-menu {
  display: flex;
  flex-direction: row;
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 5px;
  align-items: center;
  text-decoration: none !important;
}

.button-wrap-menu {
  display: flex;
  flex-direction: row;
  width: 100%;
  background-color: transparent;
  border: none;
  margin: 17px 0px 0px;
  align-items: center;
  padding: 0px 0px 17px 15px;
  border-bottom-width: 1px;
  border-bottom-color: #dddddd;
  border-bottom-style: solid;
}

.button-wrap-menu .picture {
  width: 25px;
}

.text-item-menu {
  color: #7a8f95;
  font-size: 14px;
  margin-left: 10px;
  font-family: "Poppins" !important;
  text-align: left;
  width: 100%;
}

.notification-settings {
  color: #bcbcbc;
  float: right;
  padding-top: 5px;
  font-size: 20px;
}

.text-item-footer {
  color: #747474;
  font-size: 12px;
  margin-left: 10px;
  font-family: "Poppins" !important;
  text-align: left;
  width: 100%;
}

.text-item-footer > strong {
  color: #0c70ba;
  font-size: 12px;
  font-family: "Poppins" !important;
}

.text-wrap-menu {
  color: #747474;
  font-size: 12px;
  margin-left: 10px;
  font-family: "Poppins" !important;
  text-align: left;
  border-right-width: 1px;
  border-right-color: #dddddd;
  border-right-style: solid;
  width: 100%;
}

.about-button {
  background-color: #1a8dca;
  border-radius: 3px;
  padding: 5px 15px;
}

.about-button > span {
  color: white;
  background-color: #1a8dca;
  font-size: 12px;
  font-family: "Poppins" !important;
}

.row-items {
  display: flex;
  flex-wrap: wrap;
}

button[aria-expanded="true"] .fa-angle-down {
  transform: rotate(180deg) !important;
  transition-duration: 0.3s !important;
}

button[aria-expanded="false"] .fa-angle-down {
  transform: rotate(-0deg) !important;
  transition-duration: 0.3s !important;
}

.text-item-wish {
  color: #747474;
  font-size: 15px;
  margin-left: 10px;
  font-weight: bold;
  font-family: "Poppins" !important;
}

*:focus {
  outline: 0 !important;
}

.button-social-facebook-signup {
  width: 307px;
  background-color: #0c70ba;
  height: 37px;
  margin: auto;
  color: white;
  border-radius: 5px;
  font-size: 15px;
  box-shadow: 0px 8px 15px #00000029;
  text-align: center;
  vertical-align: middle;
  line-height: 37px;
}

.button-social-google-signup {
  width: 307px;
  background-color: #ffffff;
  height: 37px;
  margin: auto;
  color: white;
  border-radius: 5px;
  font-size: 15px;
  box-shadow: 0px 8px 15px #00000029;
  text-align: center;
  vertical-align: middle;
  line-height: 37px;
}

@media (max-width: 365px) {
  .input_form_signup {
    width: 100%;
  }
}

@media (max-width: 350px) {
  .button-social-google-signup {
    width: 90%;
    font-size: 13px;
  }
  .button-social-facebook-signup {
    width: 90%;
    font-size: 13px;
  }
}

@media (max-width: 300px) {
  .button-social-google-signup {
    font-size: 11px;
  }
  .button-social-facebook-signup {
    font-size: 11px;
  }
}

.social-button {
  display: flex;
  flex-direction: row;
  text-decoration: none !important;
  align-items: center;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}

.icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d9d9d9;
  margin-right: 10px;
  width: 45px;
  height: 40px;
}

.social-text {
  color: #747474;
  font-size: 15px;
  font-family: "Poppins" !important;
}

.categoria-filter {
  border-width: 1px;
  border-radius: 4px;
  border-color: #bcbcbc;
  border-style: solid;
  padding: 7px;
  width: 60% !important;
  height: 40px !important;
  align-items: center;
  justify-content: center;
  display: flex;
  align-self: center !important;
}

.categoria-filter > span {
  color: #747474;
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins" !important;
  text-align: center;
  align-self: center;
}

.input-header {
  width: 100%;
  border: 1px solid #bcbcbc;
  margin-left: 15px;
  margin-right: 5px;
  padding-left: 5px;
  font-size: 13px;
}

.input-header::placeholder {
  font-size: 10px;
}

#search-input {
  display: none;
}

#close-icon-menu {
  display: none;
}
