#barraTopo {
    display: none!important;
}
.secao-banners .conteiner {
    max-width: 100%;
    padding: 0px 0px;
}

.flexslider {
    border: 0;
}

.secao-banners .conteiner .banner.cheio+.row-fluid {
    margin-top: 20px;
    justify-content: center;
    display: flex;
}

.span12.banner.tarja {
    max-width: 1120px;
}

.nome-produto.cor-secundaria {
    font-size: 15px!important;
}



.preco-produto strong.titulo {
    font-size: 20px;
    white-space: nowrap;
}

.titulo-categoria.borda-principal.cor-principal {
    font-size: 30px;
}

.barra-inicial.fundo-secundario {
    display: none;
}

.superior.row-fluid.hidden-phone {
    display: none;
}

/*Cabeçalho*/
.logo a {
    height: 90px;
}

.conteudo-topo .inferior.row-fluid.sem-menu {
    padding-top: 15px;
}


.botao {
    background-image: none;
}

.busca .botao-busca {
    position: absolute;
    right: 5px;
    top: 10px;
    height: 30px;
}

.busca.borda-alpha input {
    padding: 15px;
}

button.botao.botao-busca.icon-search.fundo-secundario {
    background-color: transparent;
    border: none;
    color: #000;
    font-size: 20px;
}

.busca.borda-alpha {
    padding: 0px;
}

.carrinho{
	 border:none;
     margin: 0 0px 0px 15px;
}


.carrinho>a i {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    color: #fff;
}


.carrinho>a strong {
    font-size: 12px;
    margin: 0px 0px 0px -13px;
    line-height: 14px;
    background: red;
    border-radius: 30px;
    padding: 1px 4px;
   
}

.e-carrinho{
    display: flex;
}

.e-carrinho-item{
	display: flex;
    justify-content: center;
    align-items: center;
}

.e-icon-carrinho{
	font-size: 20px;
    padding: 3px;
    color: #fff;
}

.e-carrihno-item-texto{
	font-size: 14px;
    color: #fff;
    font-weight: 600
}

.e-qtd-carrinho {
    background: red;
    color: #fff;
    padding: 0px 4px;
    border-radius: 25px;
    font-weight: 700;
    margin-left: -15px;
}

/*menu*/

.e-menu-topo ul {
    display: flex;
    justify-content: center;
}

.e-menu-topo ul li {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.menu.superior {
    padding: 10px;
}

#cabecalho {
    background-image: url(https://thumbs.dreamstime.com/b/textura-de-a%C3%A7o-escovada-do-metal-3360256.jpg);
    background-color: #2c2c2c;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.rodape-react {
    display: flex;
    justify-content: space-between;
}

.social li a {
    background: url(https://images.tcdn.com.br/598465/themes/32/img/icons-social_.png) 0 0 no-repeat;
    text-indent: -5000px;
    display: block;
    height: 30px;
    width: 30px;
}

.social li a.bt-ig {
    background-position: -36px 0;
}

.social li a.bt-fb {
    background-position: 5px 0;
}

.social li {
    display: inline-block;
    margin: 5px 10px;
    padding: 0;
}

.item-rodape-react p {
    font-size: 16px;
}

.item-rodape-react li {
    font-size: 16px;
}

#rodape .institucional {
    min-height: 170px;
}

@media (max-width: 767px){
	.rodape-react {
    display: inline-block;
    padding: 15px;
}
}

span.ui-pdp-color--BLACK.ui-pdp-size--XSMALL.ui-pdp-family--BOLD {
    box-sizing: border-box;
    font-weight: 700;
}

li.ui-pdp-list__item {
    box-sizing: border-box;
    padding-bottom: 0px;
    color: rgba(0, 0, 0, 0.8);
    overflow: auto;
    font-family: "Proxima Nova", -apple-system, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 16px;
}

h3.ui-pdp-specs__subtitle {
    box-sizing: border-box;
    margin: 32px 0px 0px;
    line-height: 1.25;
    font-size: 20px;
    padding-bottom: 24px;
    color: rgba(0, 0, 0, 0.8);
    font-family: "Proxima Nova", -apple-system, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.btn-whatsapp a {
    color: #fff;
    font-weight: 600;
}

.btn-whatsapp {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999;
    background: #29AC00;
    font-size: 16px;
    border-radius: 50px;
    padding: 5px 10px 5px 10px;
    color: #fff;
}

.btn-whatsapp img {
    width: 20px;
    height: 20px;
}

.btn-whatsapp a:hover {
    text-decoration: none;
}

.icon-youtube:before {
  content: "\ea9d";
}