/* CORREÇÃO NETZEE [NÃO ALTERAR] */
.listagem-item .acoes-produto{
	padding-top: 10px !important;
}

.listagem.com-caixa .listagem-item:hover .info-produto{
	padding-bottom: 70px !important;
}

.sub-header {
    color: var(--color_header) !important;
}

/* FIM da CORREÇÃO NETZEE [NÃO ALTERAR] */


@media (max-width: 767px){
.conteudo-topo.span3.hidden-phone{
       display: contents !important;
}

#cabecalho > div.conteiner > div.row-fluid > div:nth-child(1) > div {
    display: none !important;
}
#cabecalho > div.conteiner > div.row-fluid > div:nth-child(1) > div > div > div {
    display: none !important;
}
}
/*correções MSDEV*/
/*cor atributo*/
.atributo-comum a span{
  color: #fff!important;
}
.carrinho-checkout .botao.grande {
    margin: 0 !important;
}
 @media screen and (min-width: 768px) {


#formas-pagamento-wrapper .selo-ssl {
    text-align: center!important;

}}

.bg-section{
  margin-top: -90px!important;
}
 @media screen and (max-width: 767px) {
   .bg-section{
  margin-top: -65px!important;
}}


  @media screen and (max-width: 767px) {
#cabecalho > div.conteiner > div.row-fluid > div:nth-child(3) > div > div.span12{
  display: flex!important;
  width: 30%!important;
  margin-top: 20px!important;
}
.icon-text-container svg{
  width: 35px!important;
  height: 35px!important;
}}

@media only screen and (max-width: 767px) {
#cabecalho > div.conteiner > div.row-fluid > div.span6{
  display: block!important;
  
}
  
  .logo a img{
  margin-block-end: -60px;
  margin-top: -20px!important;
  }
}


.banner-full.height .item img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}
.banner-full.height .item{
 height: 100%!important;
}
    
/*BANNER CATEGORIAS MOBILE*/    
@media only screen and (max-width: 768px) {

  #corpo > div > div.secao-principal.row-fluid.sem-coluna > div.conteudo.span9 > div.banner.vitrine.hidden-phone.row-fluid {
    display: block!important;
  }    }
  
  /*CORREÇÃO ABERTURA MENU MOBILE*/
  @media (max-width: 767px){
.conteiner-imagem::after {
  z-index: 1!important ;
}}