/**
 * Wcj-shipping-left-to-free
 *
 * @version 7.2.6
 * @author  Pluggabl LLC.
 * @package Booster_Elite_For_WooCommerce/includes/css
 */

.wcj-store-notice {
	padding: 10px;
	font-family: inherit;
}
.wcj-woocommerce_top{
	position: fixed;
	width: 100%;
	z-index: 99999999;
	top: 0px;
}
.wcj-woocommerce_bottom{
	position: fixed;
	width: 100%;
	z-index: 99999999;
	bottom: 0px;
}
.wcj-notice-align-center {
	text-align: center;
}
.wcj-notice-align-left {
	text-align: left;
}
.wcj-notice-align-right {
	text-align: right;
}
.wcj_progress_row, .wcj_left_to_free_info_row {
    padding: 10px 15px;
    margin: 10px 0;
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.wcj_progress {
    margin: 8px auto;
    padding: 0;
    width: 100%;
    height: 20px;
    overflow: hidden;
    background: var(--wcj-progress-bg, #e5e5e5);
    border-radius: 10px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.wcj_progress_bar {
    position: relative;
    min-width: 2%;
    height: 100%;
    background: var(--wcj-progress-color, #6495ED);
    transition: width 0.6s ease;
    border-radius: 10px;
}
.wcj_progress_bar p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    color: var(--wcj-progress-text, #FFFFFF);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
}
.wcj_progress_message {
    margin: 5px 0;
    font-size: 13px;
    text-align: center;
    color: #333;
}
.wcj-shipping-bar {
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    z-index: 999999;
}
.wcj-shipping-bar.wcj-bar-top {
    position: fixed;
    top: 0;
    left: 0;
}
.wcj-shipping-bar.wcj-bar-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
}

/* Adjust for mobile devices */
@media screen and (max-width: 768px) {
    .wcj-shipping-bar {
        padding: 8px 15px;
        font-size: 13px;
    }
    /* Adjust for WP admin bar */
    body.admin-bar .wcj-shipping-bar.wcj-bar-top {
        top: 46px;
    }
}
/* Adjust for WP admin bar on desktop */
@media screen and (min-width: 783px) {
    body.admin-bar .wcj-shipping-bar.wcj-bar-top {
        top: 32px;
    }
}
