/* ==================================================
   Shortcode Product Load More
   Migrated from child theme functions.php inline CSS
================================================== */

body.page .woocommerce nav.woocommerce-pagination,
body.page .woocommerce .woocommerce-pagination {
    display: none !important;
}

.cosselie-shortcode-load-more-wrapper {
    width: 100%;
    clear: both;
    margin: 24px auto 0;
    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cosselie-shortcode-load-more-status {
    margin-bottom: 12px;
    font-size: 14px;
}

.cosselie-shortcode-load-more-progress {
    position: relative;
    width: 100%;
    max-width: 320px;
    height: 6px;
    margin: 0 auto 16px;
    background: rgba(0, 0, 0, .08);
    border-radius: 999px;
    overflow: hidden;
}

.cosselie-shortcode-load-more-progress-bar {
    width: 0;
    height: 100%;
    background: #111;
    transition: width .25s ease;
}

.cosselie-shortcode-load-more-btn {
    min-width: 220px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}

.cosselie-shortcode-load-more-spinner {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    vertical-align: middle;
}