/* Menu de categorias */
.menu.superior .nivel-um {
background-color: #cc0000;
/height:40px;/
}

.menu.superior .nivel-um .titulo {
color: #ffffff;
}

.menu.superior .nivel-um li {
border: none;
}

.icon-chevron-down.fundo-secundario {
background-color: #cc0000;
}

menu.superior > ul {
max-width: 100%;
}


/* Carrinho */
  

#cabecalho .carrinho .cor-secundaria {
    
}
#cabecalho .carrinho a i.icon-shopping-cart {
    background: #fff;
    color: #000000;
}

.carrinho .icon-shopping-cart {
	content: url('https://cdn.awsli.com.br/433/433735/arquivos/sacola.png');
    			
   
}




div#instagram {
    /* text-align: center; */
    margin: 0 0 10px
     
}
/*
div#instagram .icon {
    width: 30px;
    height: 30px;
    vertical-align: sub;
    margin-right: 10px
}

div#instagram .icon .cls-1 {
    fill: #24E0C3
}
*/

div#instagram h2 {
    padding: 0 0 5px;
    position: relative;
    display: block;
    margin: 0 0 5px
}

/* 
div#instagram h2:after {
    content: "";
    background: #d60303;
    width: 100%;
    height: 1px;
    display: block;
    margin: 15px auto
}
*/

div#instagram h2 span {
    margin-right: 0px
}

div#instagram h2 a,
div#instagram h2 span {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize
    
}

div#instagram h2 a {
    color: #d60303
        
}

div#instagram h2 a:hover {
    color: #000
}

div#instagram ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    margin: 0
}

div#instagram ul li {
    margin-right: 10px;
    display: inline-block;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    border-radius: 0;
    cursor: pointer
}

div#instagram ul li a {
    position: relative;
    display: block;
    height: 100%
}

div#instagram ul li a:before {
    content: '\f06e';
    font-family: FontAwesome;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

div#instagram ul li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

div#instagram ul li a img {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%
}

div#instagram ul li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

div#instagram ul li:hover a:after,
div#instagram ul li:hover a:before {
    opacity: 1
}

div#instagram ul li:last-child {
    margin-right: 0
}

.pagina-categoria #instagram,
.pagina-inicial #instagram,
.pagina-produto #instagram {
    display: block
}

.pagina-cadastro #instagram,
.pagina-carrinho #instagram,
.pagina-checkout #instagram,
.pagina-conta #instagram,
.pagina-login #instagram {
    display: none
}



/* 100% 

#cabecalho .conteiner { max-width: 100%  } .secao-banners .conteiner { max-width: 100%  } #corpo .conteiner { max-width: 100% } 

/* Retira bordas laterais da loja */
.tema-transparente .conteiner {
box-shadow: none;
}

.tema-transparente .conteiner {
background-color: transparent;
box-shadow: none;}



/* Newsletter */

#barraNewsletter .componente .newsletter-assinar:after {
     content: 'CADASTRAR' !important;
}