 #row-fluid .lista-redes:before {
    content: '';
    background: url('https://cdn.awsli.com.br/2486/2486206/arquivos/shopee.png') no-repeat center transparent scroll;
    background-size: 100%;
    width: 25px;
    height: 25px;
    display: block;
} 

.acoes-conta .icon-list:before{
    content:'\f022';
}

#cabecalho .bem-vindo{
    color:white
}

#cabecalho .acoes-conta .cor-secundaria{
    color:white
}

/* Muda cor do valor do carrinho para Branco */
#cabecalho .carrinho .wrap .total-cart {
color: #ffffff;
font-size: 13px;
font-weight: 700;
margin: 0 2px;
transition: all .2s ease-out;
}

/* Muda cor palavra meu carrinho para Branco */
.carrinho {
border-width: 0px;
border-radius: 10px 0px 0px 10px;
border-style: none;
position: relative;
background: #FFFFFF;
}

#cabecalho .actions>li>a {
display: block;
text-align: center;
font-size: 13px;
font-weight: 700;
color: #ffffff;
text-decoration: none;
box-sizing: border-box;
transition: all .2s ease-out;
}

/* Altera icone minha conta para cor Branco */
#cabecalho .actions>li>a .icon .a {
fill: #ffffff;
}

/* Altera bolinha de quantidade de itens para cor Branco */
#cabecalho .carrinho .qtd-carrinho {
position: relative;
width: 22px;
height: 22px;
background: #ffffff;
border-radius: 50%;
line-height: 20px;
text-align: center;
color: #000;
font-size: 11px;
font-weight: 700;
border: solid 1px #f08588;
display: block!important;
margin: 5px;
}

/* Altera cor do icone do carrinho para cor Branco */
#cabecalho .carrinho>a i .icon {
fill: #fff;
width: 18px;
height: 18px;
}

/* campo busca e carrinho arredondados */
.conteudo-topo .busca {border: 0;background: transparent;padding: 0;}
.conteudo-topo .busca input {width: 100%;box-sizing: border-box;height: 40px;border-radius: 30px;padding: 0 40px 0 20px;}
.conteudo-topo .busca button {background-color:#DF3939;height: 35px;padding: 0;width: 35px;line-height: 35px;border-radius: 100%;top: 3px;right: 3px;}
.conteudo-topo .carrinho {border-radius: 30px;}
.conteudo-topo .carrinho>a i {border-top-left-radius: 20px;border-bottom-left-radius: 20px;}


.icon-list:before {content: "\f0c9"}
.icon-user:before {content: "\f007"}
.icon-facebook:before  {color: white;}
.icon-instagram:before {color: white;}

/* Remover newsletter */
.newsletter { width: inherit; padding: 0; display: none; }

#logo
.logo img { 
max-height: 160% !important; 
} 

#cabecalho,
#cabecalho .conteiner {
background: #242424;
}

/*IniMenuSuperior*/
#menu-open.close .line1 {
    transform: rotate(45deg);
    top: 25px;
    transition: all 0.2s,easy-in-out
}

#menu-open.close .line2 {
    opacity: 0;
    transition: all 0.2s,easy-in-out
}

#menu-open.close .line3 {
    transform: rotate(-45deg);
    top: 25px;
    transition: all 0.2s,easy-in-out
}

.menu.superior.scrollDown {
    opacity: 0;
    -webkit-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    transform: translateY(-70%);
    position: relative;
    border-bottom: 0
}

.menu.superior ul.nivel-dois a:after {
    display: none!important
}

.menu.superior .all-menu li.com-filho>a:after {
    display: none!important
}

.menu.superior li.com-filho>a:after {
    content: "\f107";
    font-family: Fontawesome;
    margin-left: 3px;
    color: #fff;
    position: relative;
    line-height: 40px;
    opacity: 0;
    float: right;
    padding-left: 3px;
    font-size: 14px;
    transform: rotate(0);
    display: inline-block;
    transition: all .2s
}

.menu.superior {
    position: relative;
    background: #DF3939;
    color: #fff;
    border-top: 0px solid #c3c3c357;
    border-bottom: 0px solid #c3c3c35c;
    margin-top: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.menu.superior ul.nivel-um {
    max-width: 1320px;
    margin: 0;
    border-radius: 4px
}

.menu.superior .nivel-um {
    text-align: center
}

.menu.superior .nivel-um>li {
    border: 0;
    display: inline-block;
    margin: 2px 0;
    float: none
}

.menu.superior .nivel-um>li:hover {
    margin-top: 0;
    border: 0
}

.menu.superior .nivel-dois:hover>li,.menu.superior .nivel-um:hover>li {
    opacity: .45;
    transition-duration: 0;
    transition-delay: .1s
}

.menu.superior .nivel-dois:hover>li:hover,.menu.superior .nivel-um:hover>li:hover {
    opacity: 1;
    transition-duration: 0;
    transition-delay: .15s
}

.menu.superior li a i {
    display: none
}

.menu.superior .titulo {
    font-weight: 600;
    font-size: 15px;
    color:white;
}

.menu.superior .nivel-um>li {
    color: #fff;
    padding: 0 14px;
    background: 0 0;
    border-radius: 0;
    margin: 0;
    transition: all .2s ease-in-out!important
}

#rodape
.cat-item-newsletter{
display:none !important;
}

/* contatos */
.span12.visible-phone {
    display: block !important;
    width: 28% !important;
}

/*social*/
#rodape 
.redes-sociais{
display:none !important;
}