.header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  background: var(--cor-base);
  padding: 10px;
  border-bottom: 2px solid var(--cor-texto-preto);
}

.header-mobile .itens-principal {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.busca-mobile {
  position: relative;
  max-width: calc(100% - 100px);
  width: 100%;
}

input#inputBusca_m {
  width: 100%;
  margin-left: 0;
  height: 35px;
}

@media (max-width: 620px) {
  input#inputBusca_m {
    max-width: 97%;
  }
}

.btn.open-search {
  position: absolute !important;
  top: 4px !important;
  right: 10px !important;
  background: transparent !important;
  padding: 0 !important;
}

.button-icon {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  -webkit-transition: background-color .3s linear, -webkit-box-shadow .3s linear;
  transition: background-color .3s linear, -webkit-box-shadow .3s linear;
  transition: background-color .3s linear, box-shadow .3s linear;
  transition: background-color .3s linear, box-shadow .3s linear, -webkit-box-shadow .3s linear;
}

.button-close-sidebar {
  color: #fff;
  position: absolute;
  right: 5px;
  border: 0;
  background: transparent;
  right: 23px;
  top: 10px;
  z-index: 5;
}

.header-mobile .toggle-mobile-menu {
  border: 0;
  padding: 0;
  background-color: transparent;
  width: 40px;
  height: 40px;
}

.header-mobile .mobile-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.loading-mobile {
  left: 0;
  top: 0;
  display: none;
  z-index: 9999;
  height: 100%;
  width: 100%;
  background-color: #5f5f5f;
  opacity: .9;
  position: fixed;
}

.overlay-carrinho .container div div .carrinho-aberto .close-button {
  right: 340px;
}

.categoria-produtos .filter-mobile,
.search-produtos .filter-mobile {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* display: -webkit-box; */
  display: -ms-flexbox;
  /* display: flex; */
  /* -webkit-box-align: center; */
  -ms-flex-align: center;
  /* align-items: center; */
  -ms-flex-pack: distribute;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.categoria-produtos .filter-mobile a,
.search-produtos .filter-mobile a {
  font-size: .85rem;
  color: var(--cor-texto-preto);
  line-height: 1.5rem;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  font-weight: normal;
  padding: 5px 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.barra-titulo {
  padding: 0;
  height: 28px;
}

.padding-vitrine-home {
  padding: 0;
}

.filter-product-mobile.show {
  left: 0;
  opacity: 1;
}

.filter-product-mobile {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  top: 75px;
  left: -100%;
  opacity: 0;
  z-index: 300;
  background-color: rgba(16, 21, 44, 0.93);
  -webkit-transition: left .3s linear, opacity .3s linear;
  transition: left .3s linear, opacity .3s linear;
  -webkit-transition: all .3s linear;
}

.filter-product-mobile .content {
  width: 85%;
  background-color: white;
  height: 100%;
}

.filter-product-mobile .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkout .steps.second-step .choose-payment .payment-method .content .transfer-info h3,
.title-2 {
  font-weight: 700;
  font-size: 16px;
  color: #282835;
  line-height: 34px;
  margin-bottom: 15px;
}

.filter-product-mobile .middle {
  padding-left: 0 !important;
}

.sidebar-produtos:first-child {
  margin-top: 0;
}

.sidebar-produtos {
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 35px;
  border-bottom: 1px solid #d3d3d3;
}

.sidebar-produtos ul.list-filter {
  margin: 0;
  padding: 0 0 10px;
}

.sidebar-produtos ul.list-filter > li.toggle-list {
  position: relative;
  list-style-type: none;
  display: block;
}

.sidebar-produtos ul.list-filter > li.toggle-list > span {
  position: relative;
  z-index: 0;
  display: table;
  font-weight: 700;
  font-size: 1.1rem;
  color: #153118;
  letter-spacing: .5px;
  text-transform: capitalize;
  margin-bottom: 10px;
  padding-right: 15px;
}

.sidebar-produtos ul.list-filter.dont-close > li.toggle-list ul.sub-menu-2 {
  height: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-overlay.show {
  overflow: auto;
  left: 0;
  opacity: 1;
}

.mobile-overlay {
  position: fixed;
  top: 68px;
  left: -100%;
  z-index: 300;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: rgba(16, 21, 44, 0.93);
  -webkit-transition: left .3s linear, opacity .3s linear;
  transition: left .3s linear, opacity .3s linear;
}

.mobile-overlay .top {
  /* display: flex;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 20px;
  background-color: var(--cor-base);
  color: white;
}

.mobile-overlay .top a {
  color: white;
}

.mobile-overlay .second-menu {
  padding: 0;
  margin: 0;
  top: 0;
  width: 85%;
  height: 100%;
  overflow-y: auto;
  background-color: white;
}

.mobile-overlay .nav-title ul {
  margin: 0;
  padding: 0;
}

.mobile-overlay .nav-title ul li {
  color: rgba(0, 0, 0, 0.5);
  list-style: none;
  margin: 0;
  padding: 7px 17px 7px 16px;
  background: white;
}

.mobile-overlay .nav-title ul li a {
  color: var(--cor-secundaria);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  font-size: 14px;
}

.mobile-overlay .nav-title ul li a:hover {
  text-decoration: none;
  border-bottom: 0.5px solid #f2f2f2;
}

.mobile-overlay .nav-title .hide {
  left: -100%;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.mobile-overlay .nav-title .side-menu {
  position: fixed;
  top: 0px;
  background: white;
  color: black;
}

.mobile-overlay .nav-title .show-menu {
  left: 0 !important;
}

.mobile-overlay .nav-title .back-link {
  background-color: #f2f2f2;
}

.close-menu {
  font-size: 16px;
  position: absolute;
  right: 38px;
}

.login-mobile {
  font-size: 1rem;
  color: var(--cor-texto-preto);
}

.login-mobile a {
  display: block;
  color: var(--cor-texto-preto) !important;
}

.carousel-departamentos .owl-item img {
  max-width: 65px !important;
  margin: 0 auto;
}

.nome-departamento {
  color: var(--cor-secundaria);
  font-size: 12px;
  font-weight: 400;
}

.avista,
.card-produto .title {
  padding: 0;
  font-size: 0.75rem;
}

.card-produto {
  padding: 8px !important;
}

.card-produto .img-card {
  padding: 0 5px;
  width: 180px;
  height: auto;
  min-height: 140px;
}

.card-produto .img-card img {
  padding: 0 5px;
  max-width: 105px;
  height: auto;
}

/*.card-produto .border-hover a {
    display: flex;
}*/

.favoritar-card-produto {
  display: block;
}

.card-avaliacoes {
  left: 0.2rem;
  right: unset;
}

.input-header-footer {
  margin-bottom: 8px;
}

.footer-informacoes {
  font-size: 14px;
}

.qtd-item-car {
  position: absolute;
  padding: 3px 6px;
  border-radius: 50%;
  right: 2px;
  left: auto;
  background: var(--cor-base);
  bottom: auto;
  font-weight: 700;
  color: #fff;
}

.text-vitrine-interno span {
  font-size: 25px;
}

.card-header {
  font-size: 14px;
}

.payment-info p {
  font-size: 12px;
}

.account-sidebar .minha-conta.open img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.account-sidebar .closed {
  display: none;
}

.account-sidebar .closed.show {
  display: block;
  webkit-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.owl-carousel.vitrine .owl-stage {
  padding-left: 0;
}

.informacoes-produto .card-header h5 button {
  font-size: 1rem;
}

.footer-newsletter-base {
  background-color: #f0ab19;
  height: auto;
  padding-inline: unset;
  padding: 15px 10px;
}

.text-newsletter {
  font-size: 16px;
  color: black;
  line-height: 16px;
  margin-bottom: 15px;
}

.card-produto .selos-card .selo-desconto {
  height: 2rem;
}

.categoria-produtos .col-lg {
  max-width: 100% !important;
}

.titulo-vitrine {
  font-size: 0.8rem;
  line-height: 1.5rem;
}

.titulo-vitrine.titulo-login {
  font-size: 1rem;
}

.barra-titulo a {
  font-size: 0.75rem;
  line-height: 1.5rem;
}

.title-product {
  font-size: 0.85rem;
  padding: 5px 0;
}

.owl-theme .owl-dots .owl-dot span {
  width: 20px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--cor-texto-preto);
}

