/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 24 2026 | 11:49:24 */
/* ===========================
   Quantity Selector
=========================== */

.quantity {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    width: 120px !important;
    height: 40px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(145, 158, 171, 0.32) !important;
    border-radius: 6px !important;
    box-sizing: border-box !important;
}

.quantity .minus,
.quantity .plus,
.quantity input.qty {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    float: none !important;
}

.quantity .minus,
.quantity .plus {
    width: 35px !important;
    font-size: 18px !important;
    cursor: pointer !important;
    background-color: #f8fafc !important;
}

.quantity input.qty {
    width: 50px !important;
    text-align: center !important;
    appearance: textfield !important;
    -moz-appearance: textfield !important;
    border-left: 1px solid rgba(145, 158, 171, 0.32) !important;
    border-right: 1px solid rgba(145, 158, 171, 0.32) !important;
}

.quantity input.qty::-webkit-inner-spin-button,
.quantity input.qty::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* Hide WooCommerce-generated line breaks */
.quantity br {
    display: none !important;
}

/* ===========================
   Proceed to Checkout Button
=========================== */

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 322px !important;
    height: 47.33px !important;
    padding: 0 !important;
    line-height: normal !important;
    box-sizing: border-box !important;
}

@media (max-width: 767px) {
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        max-width: 100% !important;
    }
}

a.checkout-button.button.alt.wc-forward {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 48px; /* Or your preferred height */
    padding: 0 20px !important;
    line-height: 1 !important;
    text-align: center;
}

/* Hide the Select2 custom UI */
.select2-container {
    display: none !important;
}