.li-whatsapp a {
    position: fixed;
    left: 16px;
    bottom: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    background-image: none !important;
    background-color: #50362b !important;
    text-decoration: none;
    z-index: 99;
  }

.header-actions__item>a .icon {
    width: 38px;
    height: 38px;
    display: block;
    margin: 0 7px 0 0;
    fill: #50362b !important;
}

.header-actions__item>a .icon *, .header-actions__item>a .icon circle {
    fill: #50362b;
}

.botao.principal, .botao.principal.principal, .tag-comprar.principal, button.principal {
    background-color: #50362b;
    border-color: #50362b;
}

.back-to-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 0;
    transform: translateY(-50%);
    right: 15px;
    background: #50362b;
    border: 3px solid #50362b;
    border-radius: 5px;
    z-index: 30;
    box-sizing: border-box;
    -webkit-animation: fadeIn .3s;
    animation: fadeIn .3s;
    transition: opacity .4s;
    margin-top: 65px;
}

#cabecalho .open-menu__lines .line {
    background: #50362b;
    height: 3px;
    width: 25px;
    margin-bottom: 3px;
    transform-origin: left;
    transition: all .3s ease;
    transform: rotate(0);
    display: block;
    border-radius: 8px;
    clear: both;
}

.pagina-produto #corpo .produto .acoes-flutuante .close_float {
    background-color: #50362b;
}