a.botao-wpp.disabled {
    pointer-events: none!important;
}

.woocommerce div.product form.cart .button {
    width: calc(100% - 140px)!important;
    max-width: 250px;
    padding-left: 0px;
    padding-right: 0px;
}

.botao-wpp {
    float: right;
}

.go-whatsapp {
    display: inline-block;
    float: right;
    width: 30%;
    padding-left: 5px;
    min-width: 140px;
}

.botao-wpp {
    text-decoration: none;
    color: #fff;
    display: flex;
    background-color: #28d045d1;
    font-weight: bold;
    border-radius: 4px;
    /* margin-left: 10px; */
    font-size: 14px;
    cursor: pointer;
    margin-top: 0px;
    max-width: 133px;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    line-height: 15px;
}

button.single_add_to_cart_button {
    margin-bottom: 0px!important;
}

.botao-wpp:hover {
    background-color: darken(#efefef, 5%);
    color: #fff;
    text-decoration: none;
}

.botao-wpp:focus {
    background-color: darken(#efefef, 15%);
    text-decoration: none;
}

.botao-wpp i:before {
    padding-right: 8px;
}

.botao-wpp i {
    font-size: 40px;
}

@media only screen and (min-width: 769px) {
    .botao-wpp {
        display: none!important;
    }
}

@media only screen and (max-width: 347px) {
    .botao-wpp {
        padding-left: 10px;
        padding-right: 10px;
        max-width: 113px;
    }
    .go-whatsapp {
        min-width: 120px;
    }
    .woocommerce div.product form.cart .button {
        width: calc(100% - 120px)!important;
        max-width: 250px;
        padding-left:0px!important;
        padding-right:0px!important;
    }
}
@media only screen and (max-width: 768px) {
    .woocommerce div.product form.cart .button:after {
        display: none!important;
    }
    button.single_add_to_cart_button {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
}