Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woocommerce-mini-cart__buttons .checkout,
body .cart-widget-side .woocommerce-mini-cart__total{
padding: 12px 10px;
font-size: 13px;
line-height: 18px;
background-color: #F3F3F3;
color: #3E3E3E;
position: relative;
display:block!imporant;
align-items: center
outline: none;
border: 0px solid transparent;
border-radius: 3px;
box-shadow: none;
vertical-align: middle;
text-align: center;
text-decoration: none;
text-transform: uppercase;
text-shadow: none;
font-weight: 600;
cursor: pointer;
transition: color .25s ease, background-color .25s ease, border- color .25s ease, box-shadow .25s ease, opacity .25s ease;
margin-bottom: 10px;
max-width:310px!important;
margin:10px auto;
}
Best Regards