/* Cart Buttons Styling Fix */
.woocommerce-mini-cart__buttons .button.wc-forward,
.woocommerce-mini-cart__buttons .button.checkout,
.elementor-menu-cart__footer-buttons .elementor-button {
    background-color: #1A1A1A !important;
    color: #FFFFFF !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2.1px !important;
    border: none !important;
    padding: 12px 24px !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
    display: inline-block;
    text-align: center;
}

.woocommerce-mini-cart__buttons .button.wc-forward:hover,
.woocommerce-mini-cart__buttons .button.checkout:hover,
.elementor-menu-cart__footer-buttons .elementor-button:hover {
    background-color: #F5F5F5 !important;
    color: #1A1A1A !important;
}
