/**
 * Wcj-shipping-left-to-free
 *
 * @version 7.1.9
 * @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{
	padding: 5px;
}
.wcj_progress{
	margin: 5px auto;
	padding: 0;
	width: 100%;
	height: 25px;
	overflow: hidden;
	background: #e5e5e5;
	border-radius: 6px;
}
.wcj_progress_bar{
	position:relative;
	min-width:1%;
	height:100%;
	background:cornflowerblue;
}
.wcj_progress_bar p{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	margin:0;
	font-size:12px;
	color:white;
}
