.Minicart__Totals .Minicart__Totals__Item.Row.Button_Buy--Wrapper {
  flex-direction: column-reverse !important;
}

.Minicart__Totals .Minicart__Totals__Item.Row.Button_Buy--Wrapper .btn.btn-full.btn-text span{
    font-size: 0;
}

.Minicart__Totals .Minicart__Totals__Item.Row.Button_Buy--Wrapper .btn.btn-full.btn-text span::before{
    content: "Escolher mais produtos";
    font-size: 13px;

}