.free-shipping.warning {
    background: #c3562b;
    border-radius: 8px;
}

.free-shipping.success {
    background: #1e9d1e;
    border-radius: 8px;
}

.botao-buy-whatsapp {
    display: flex;
    height: 40px;
    width: auto;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    border: none;
    max-width: 180px;
    border-radius: 8px;
    float: right;
    margin-top: 0;
    position: absolute;
    right: 0;
    margin-right: 30px;
    top: 20px;
}