.qtde-adicionar-carrinho {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    width: 63px !important;
    height: 45px;
    margin-right: 6px;
    padding: 4px;
    background: #fff !important;
    box-shadow: 0px 1px 2px 0px rgb(165 165 165 / 50%);
}

.qtde-adicionar-carrinho .botao-quantidade {
    cursor: pointer;
    display: flex;
    width: 21px !important;
    align-items: center;
    justify-content: center;
    height: 47%;
    background: #fff !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

element.style {
    width: 90px !important;
}