/**

* jQuery asProgress v0.2.4

* https://github.com/amazingSurge/jquery-asProgress

*

* Copyright (c) amazingSurge

* Released under the LGPL-3.0 license

*/

.progress {
	height: 22px;
	padding: 1px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: none;
	border: none;
}
.progress__bar {
	border-radius: 11px;
	display:block;
	height:100%;
	background: linear-gradient(to right, rgb(143,142,138) 0%, rgb(185,140,110) 100%);
	background: -webkit-linear-gradient(to right, rgb(143,142,138) 0%, rgb(185,140,110) 100%);
	background: -moz-linear-gradient(to right, rgb(143,142,138) 0%, rgb(185,140,110) 100%);
	/*background-image: url(../images/rate-pattren.png);*/

	position:relative;
}
 .progress__bar::before {
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 background: url(../images/rate-pattren.png) repeat;
 height: 22px;
 right: 0;
 border-radius: 11px;
}
.progress__label {
	float:right;
	padding:0 2px;
	font-size:12px;
	color:#fff
}
.progress--radius {
	border-radius:2px
}
.progress--round {
	border-radius:1000px
}
.progress--radius .progress__bar, .progress--round .progress__bar {
	border-radius:inherit
}
.progress--small {
	height:15px
}
.progress--large {
	height:10px
}
.progress--success .progress__bar {
	background-color:#43ac6a
}
.progress--alert .progress__bar {
	background-color:#f04124
}
.progress--striped .progress__bar {
	-webkit-background-size:40px 40px;
	background-size:40px 40px
}
.woocommerce-Reviews .rating-bar {
	width: 67% !important;
}
.woocommerce-Reviews .rating-bar .progress-bar {
	width: 100%;
	position: relative;
}
.woocommerce-Reviews .rating-bar .progress-bar .rate-title {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	font-weight: 700;
	margin: 0;
}
.woocommerce-Reviews .rating-bar .progress-bar .progress {
	margin-left: 100px;
}
.woocommerce-Reviews .rating-bar .progress-bar .progress .progress__bar {
	display: inline-block;
}
.woocommerce-Reviews .rating-bar .progress-bar .progress .rate-percentage {
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	position: relative;
	top: -5px;
	margin:0 0 0 10px;
	color: #666;
}

/*# sourceMappingURL=asProgress.min.css.map */
