/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 10 2026 | 10:57:29 */
.woocommerce-checkout .wc-block-checkout p.wc-block-components-checkout-order-summary__title-text {
    font-size: 22px !important;
    text-transform: uppercase;
    letter-spacing: 1px !important;
}

.woocommerce-checkout .wc-block-checkout__main button.wc-block-components-checkout-place-order-button {
    font-size: 15px;
}


form#wc-block-components-totals-coupon__form
button.wc-block-components-totals-coupon__button
div.wc-block-components-button__text {
    font-size: 15px !important;
    font-weight: 400 !important;
}

/* Tablet: stack checkout and order summary like mobile */
/* @media (min-width: 768px) and (max-width: 1199px) {

    .wc-block-checkout {
        display: flex !important;
        flex-direction: column !important;
    }

    .wc-block-checkout__main {
        width: 100% !important;
        max-width: 100% !important;
    }

    .wc-block-checkout__sidebar {
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 30px !important;
        position: static !important;
    }
} */



/* Tablet checkout - Order Summary full width */
@media (min-width: 768px) and (max-width: 1199px) {

    /* Main checkout wrapper */
    .wc-block-components-sidebar-layout.wc-block-checkout {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
    }

    /* Checkout form */
    .wc-block-checkout__main {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    /* Order Summary */
    .wc-block-checkout__sidebar {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-top: 30px !important;
        position: static !important;
    }

    /* Remove WooCommerce large-sidebar sizing */
    .wc-block-checkout__sidebar.is-large {
        width: 100% !important;
        max-width: 100% !important;
        grid-column: 1 / -1 !important;
    }

    /* Order Summary content */
    .wc-block-checkout__sidebar
    .wp-block-woocommerce-checkout-order-summary-block {
        width: 100% !important;
    }

    .wc-block-checkout__sidebar
    .wc-block-components-checkout-order-summary__content {
        width: 100% !important;
    }
}

