/* Organized Themes Campaign Extension For WooCommerce */

.graph-holder {
	height: 30px;
	margin-bottom: 30px;
	position: relative;
	max-width: 100%;
	overflow: hidden;
	z-index: 1;
	background-color: #ccc;
}

.graph-progress {
	height: 30px;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	background-color: #85ad74;
}

.campaign-total h3 {
	font-size: 36px;
	font-weight: 700;
}

.campaign-total p {
	margin-bottom: 16px;
}

.progress-number {
	position: absolute;
	top: 0;
	line-height: 30px;
	left: 18px;
	color: #fff;
	z-index: 3;
}