
 .single-product-profile-wrap .bar-pct {
	width: 0%;
	height: 50px;
	background-color: #369bb6;
	padding-right:10px;
	line-height: 50px;
	color: white;
	display:block;
}
.single-product-profile-wrap .progress {
	width: 100%;
	background-color: #ddd;
	height:50px;
}
.single-product-profile-wrap .pct {
	float:right;
}
.single-product-profile-wrap h2{
	font-weight: 800;
	font-size: 40px !important;
	text-transform: uppercase;
	color: #09141f;
	border-bottom: none;
	padding-bottom: 0;
	text-align: center;
	margin: 0 0 15px;
}
.single-product-profile-wrap .category-wrap, .single-product .single-product-features{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.single-product-profile-wrap .category-wrap > .percentage-bar{
	flex: 0 48%;
	box-sizing:border-box;
	margin: 7px 0px;
}
.single-product .single-product-features > .features-wrap{
	flex: 0 32%;
	margin: 10px 0;
}

span.nc-product-type {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #fff;
    padding: 8px 7px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.4px;
    z-index: 9;
}
.single-product span.nc-product-type{
	left: 20px;
	top: 55px;
	right: unset;
}
span.nc-product-type.indica {
	background: purple;
}
span.nc-product-type.hybrid {
	background: green;
}
span.nc-product-type.sativa {
	background: orange;
}
.woocommerce div.product form.cart {
    flex-wrap: wrap;
}

.single-product .summary p.lowest-product-price {
    font-size: 18px;
    margin: 12px 0 0;
    color: #000;
    font-weight: 700;
}
.product-inner ul.woo-entry-inner .lowest-product-price {
    margin: 10px 0 0;
}
.single-product .owp-floating-bar .product_price p.lowest-product-price{
	color: #d01467;
}

.et-info-container .heading-wrap{
    background: red;
    text-align: center;
    text-transform: uppercase;
}
.et-info-container .heading-wrap h1 {
    background: #7c383847;
    color: #fff;
    font-size: 25px;
    padding: 5px 0px;
    margin: 0px;
}
.et-info-container .heading-wrap h2 {
    color: #fff;
    padding: 0px 0px 18px;
    font-weight: 400;
    font-size: 22px;
}
.et-info-container .et-customer-consent{
	padding: 7px 0px;
}
.et-info-container .et-customer-consent p {
	width: 100%;
    text-align: center;
}
.et-info-container .et-customer-consent button{
	margin: 15px 0px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
	.single-product span.nc-product-type {
		left: 10px;
		top: 85px;
	}

	.single-product-profile-wrap .category-wrap > .percentage-bar {
	    flex: 0 100%;
	}

	.single-product-profile-wrap h2{
		font-size: 24px !important;
	}
}