/*icones menu*/
#cabecalho .actions>li>a .icon * {
    fill: #b67769;
}


.full.menu .conteiner .nivel-um>li.offers>a {
    background: #b67769!important;
    cursor: pointer;
    
    
}


.acoes-produto-responsiva .tag-comprar, .botao.principal.botao-comprar, .botao.principal.grande {
    background: #b67769!important;
}

.bandeiras-produto .bandeira-promocao {
    background: #b67769;
    color: #434343;
}
/*#listagemProdutos.listagem .listagem-item .acoes-produto .botao-comprar:hover, .listagem.aproveite-tambem .listagem-item .acoes-produto .botao-comprar:hover {
    opacity: .7;
}*/

#cabecalho .carrinho .qtd-carrinho {
    position: absolute;
    top: 0;
    right: -2px;
    width: 22px;
    height: 22px;
    background: #b67769!important;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    border: solid 0 #000;
    display: block!important;
    margin: 0 2px;
}


.scrollToTop {
    position: fixed;
    z-index: 999;
    bottom: 1rem;
    right: 2rem;
    background: #b67769;
    color: #fff;
    display: block;
    width: 52px;
    height: 52px;
    text-align: center;
    border-radius: 0;
    padding: 10px;
    display: none;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    	transition-property: all;
        transition-duration: 0.2s;
        transition-timing-function: ease-out;
        transition-delay: 0s;
}

.scrollToTop:active, .scrollToTop:focus, .scrollToTop:hover {
    text-decoration: none;
    background: #b67769;
    opacity: .7;
    color: #fff;
}

.float-contact .float-open {
    display: block;
    background: #b67769;
    width: 64px;
    height: 64px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.float-contact .float-items>li>a {
    display: block;
    background: #b67769!important;
    width: 64px;
    height: 64px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.float-contact .float-items>li>a:hover {
    display: block; 
    background: #b67769;
    opacity: .7;

    width: 64px;
    height: 64px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}


.float-contact .float-open:hover {
    background: #b67769;
    opacity: .7;
}



#cabecalho .actions>li>a {
    color: #000!important;
  
}

#cabecalho .actions>li>a:hover, .actions>li>a:focus{
    color: #b67769!important;
}

.full.menu .conteiner .nivel-um>li:hover>a>.titulo {
    color: #b67769!important;
    /*opacity: .7;*/
}



div#instagram h2 a {
    color: #b67769;
}

div#instagram .icon .cls-1 {
    fill: #b67769;
}


#fullbanner-mob {
    margin: 0
}

#fullbanner-mob ul.slick-dots {
    display: block!important;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    margin: 0
}

#fullbanner-mob ul.slick-dots li {
    float: left;
    margin-right: 5px
}

#fullbanner-mob ul.slick-dots li:last-child {
    margin-right: 0
}

#fullbanner-mob ul.slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    font-size: 0;
    background: #fff
}

#fullbanner-mob ul.slick-dots li.slick-active button {
    background: #171717
}

@media screen and (min-width: 768px) {
    #fullbanner-mob,.banner-tarja.mob {
        display:none!important
    }
}

@media screen and (max-width: 768px) {
    #fullbanner-mob {
        display: inherit!important;
        /* margin-top: 221px; */
        width: 100%;
        max-width: 100%
    }

    #fullbanner-mob~.secao-banners {
        display: none!important
    }

    #fullbanner-mob .slick-slide {
        outline: none
    }

    #fullbanner-mob .slick-slide img {
        width: 100%
    }

    #fullbanner-mob .slick-next,#fullbanner-mob .slick-prev {
        width: 50px;
        height: 50px;
        background: 0 0;
        font-size: 0;
        margin-top: -25px;
        background: #5c5c5c;
        opacity: 1;
        border-radius: 7px;
        display: flex!important;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        z-index: 10;
    }

    #fullbanner-mob .slick-next .icon,
    #fullbanner-mob .slick-prev .icon {
        fill: #fff;
        height: 20px
    }

    #fullbanner-mob .slick-next {
        margin-right: 15px;
        right: 0;
    }

    #fullbanner-mob .slick-prev {
        margin-left: 15px
    }
    
    .listagem-item.produto-adicionado .bandeiras-produto .adicionado-carrinho {
    display: none;
    }
}



.produto .abas-custom .abas-custom #descricao:before{ display: none;}
.produto #descricao .tab-content{ display : block;}

