/*----- Não Remover - Plugoo -----*/
.prod-options a.botao.btn-pay-wp {
    display: none;
}
a.botao.btn-pay-wp {
    position: absolute;
    opacity: 1;
    border-radius: 5px;
    overflow: hidden;
    text-shadow: none;
    justify-content: center;
    top: -3px;
    width: calc(100% - 20px);
    height: 30px;
    line-height: 30px;
    padding: 0;
    font-weight: 600;
    font-size: 0.825rem;
    color: var(--cor_botao);
    border: 1px solid var(--cor_botao);
    /* border: 0; */
    margin: 0 10px;
    background: #fff;
    letter-spacing: .2px;
    transition: all .2s ease-in-out;
}
.pagina-inicial .listagem-item .acoes-produto .botao.principal {
    width: 85% !important;
    right: auto !important;
}
/*----- Fim - Plugoo -----*/