/* Mini-cart panel: make the "View cart" button narrower and taller. */
.elementor-cart__main .elementor-cart__footer-buttons .elementor-button-primary {
    display: flex !important;
    justify-content: center !important;
}

.elementor-cart__main .elementor-cart__footer-buttons .elementor-button--cart {
    width: 165px !important;
    max-width: 165px !important;
    min-width: 0 !important;
    min-height: 38px !important;
    height: 38px !important;
    padding: 0 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
}
