@font-face {
  font-family: 'BloggerRegular';
  src: url('../fonts/Blogger_Sans.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BloggerMedium';
  src: url('../fonts/Blogger_Sans_Medium.otf');
}
@font-face {
  font-family: 'BloggerLight';
  src: url('../fonts/Blogger_Sans_Light.otf');
}
body {
  font-family: 'BloggerLight';
}
.top-header {
  width: 100%;
  height: 50px;
  background: #24b278;
}
.shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.nav-padrao {
  height: 66px;
  margin-bottom: 20px;
}
.nav-props {
  position: absolute;
  padding: 19px;
}
.navbar-brand img {
  width: 49px;
}
.navbar-padrao .navbar-nav {
  margin-left: 90px;
  padding-right: 255px;
}
.logo {
  padding-left: 10px;
}
.logo img {
  width: 49px;
}
.menu {
  padding: 19px;
  text-align: left;
  position: absolute;
  left: 0px;
}
.menu i {
  font-size: 26px;
  color: white;
  cursor: pointer;
}
.redes-sociais {
  position: absolute;
  margin-top: 15px;
  right: 23px;
  color: white;
  font-size: 16px;
}
.redes-sociais .fab {
  margin-left: 7px;
}
.telefone {
  position: absolute;
  margin-top: 15px;
  left: 30px;
  color: white;
  font-size: 16px;
}
.container-main {
  padding-left: 0;
  padding-right: 0px;
  padding-top: 104px;
}

.carousel-inner{
  height: auto !important;
}
/*.carousel-padrao img {*/
/*  width: 100%;*/
/*  height: 100px;*/
/*  object-fit: contain;*/
/*}*/
/*.carousel-padrao .carousel-control {*/
/*  background-image: none;*/
/*  opacity: 1;*/
/*  top: 50%;*/
/*  font-size: 30px;*/
/*  top: 45%;*/
/*}*/
.banner-mobile {
  display: none;
  min-height: 200px;
  width: 100%;
  object-fit: contain;
  border-radius: 5px;
}
.banner-desktop {
  display: block;
  height: 100px;
  width: 100%;
  object-fit: contain
}
@media (max-width: 768px) {
  .banner-desktop {
    display: none;
  }
  .banner-mobile {
    display: block;
  }
}

.nome-produto {
  margin-top: 10px;
  font-size: 15px;
  text-align: center;
}
.preco-produto {
  text-align: center;
}
.produto-operacao {
  width: 100%;
  height: 30px;
  bottom: 0;
  position: absolute;
  opacity: 0.0;
  background: black;
  transition: opacity 0.25s ease-in-out;
}
.produto {
  position: relative;
}
.produto:hover .produto-operacao {
  opacity: 0.8;
}
.operacao .fas {
  font-size: 16px;
  margin-top: 7px;
  margin: 5px;
  color: #fff;
}
.produto-card {
  box-shadow: none;
}
.card-produto {
  border: 0;
  padding: 10px;
}
.fotorama__wrap {
  margin-left: auto;
  margin-right: auto;
}
.card-produto .busca-produto {
  display: none;
}
.imagem-produto {
  height: 416px;
  width: 100%;
  object-fit: contain;
}

.owl-theme .imagem-produto {
  height: 250px;
}
@media (max-width: 500px) {
  .esconder{
    display: none;
  }
}


@media (min-width: 768px) {
  .card-produto .busca-produto {
    display: block;
    width: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 30px;
    background-color: #3DA848;
  }
  .card-produto .busca-produto i {
    cursor: pointer;
    color: #fff;
    margin-top: 7px;
    margin-right: 6px;
  }
}
.input-busca button {
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  border: none;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  background: #fff;
}
.input-busca button i {
  color: #BEBEBE;
}
.input-busca input {
  background: #fff;
  border: none;
  border-radius: 0;
}
.rodape {
  margin-top: 80px;
  font-size: 14px;
  background-color: #3DA848;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 20px;
  background-image: url("../imgs/img_rodape_mobile.png");
  background-repeat: no-repeat;
  background-position-x: right;
  padding-bottom: 20px;
  color: #fff;
}
@media (min-width: 768px) {
  .rodape {
    background-image: none;
    padding-bottom: 0px;
  }
}
.rodape .item-rodape {
  margin-bottom: 20px;
}
.rodape .telefone-rodape {
  font-size: 20px;
}
.rodape .loja {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
.rodape .formas-pagamentos i {
  margin-right: 10px;
  color: #fff;
  font-size: 18px;
}
/* .rodape img {
  margin-top: -105px;
} */
.entrar-web {
  margin-top: 18px;
  cursor: pointer;
  display: none;
}

.entrar-web {
  color: #fff;
}

.sair {
  color: #000;
}
.entrar-web p {
  display: inline;
}
.login-mobile {
  cursor: pointer;
  margin-left: 10px;
  margin-top: 18px;
}
.login-mobile a {
  color: #fff;
  position: absolute;
  margin-left: 10px;
}
.login-mobile p {
  display: inline;
}
.line {
  width: 100%;
  height: 1px;
  background: #fff;
  margin-top: 25px;
}
.wrap {
  padding-bottom: 10px;
}
@media (min-width: 972px) {
  .wrap {
    padding-bottom: 100px;
    padding-right: 100px;
    padding-left: 100px;
  }
}
.rotas {
  background-color: #fff;
  padding: 20px;
}
.rotas i {
  font-size: 13px;
  color: #b4b4b4;
}
.breadcrumb-item.active {
  color: #B4B4B4;
  text-transform: uppercase;
}
.breadcrumb-item.active:last-child {
  color: #3da848;
}
.breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  color: #B4B4B4;
}
.breadcrumb {
  background-color: #ffffff !important;
  text-transform: uppercase;
}
.breadcrumb a {
  color: #B4B4B4;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
button {
  cursor: pointer!important;
}
.nav-default {
  padding: 0;
  height: 66px;
}
@media (min-width: 768px) {
  .nav-default {
    height: auto;
  }

    /*.px-md-3 {*/
    /*  padding-right: 2rem !important;*/
    /*  padding-left: 2rem !important;*/
    /*}*/
}
.carrinho {
  display: none;
  color: #fff;
  height: 100%;
  width: 200px;
  background-color: #32943b;
}
.carrinho .quantidade {
  margin-top: 12px;
}
.carrinho .quantidade i {
  font-size: 18px;
}
.carrinho .quantidade span {
  position: absolute;
  top: 9px;
  left: 32px;
}
.carrinho .valor {
  font-size: 23px;
}
.carrinho p {
  font-size: 14px;
}
.img-carrinho {
  position: absolute;
  right: 23px;
  top: 21px;
  width: 32px;
}
.cumpom-codigo {
  font-size: 12px;
}
.opcaoCumpom {
  width: 40px;
  height: 40px;
}
.opcaoCumpom i {
  font-size: 18px;
}
.text-gray {
  color: #b4b4b4!important;
}
.bg-gray {
  background-color: #b4b4b4!important;
}
.text-secondary {
  color: #3598DB!important;
}
.bg-success{
  background-color: #3da848!important;
}