/* CommerceGurus: PDP Star rating bottom margin tweak 
div.product .woocommerce-product-rating {
	margin-bottom: 0.6em;
	clear: both;
}*/

/* To remove the space & tweak CommerceKit stock meter */
.commercekit-inventory {
	margin-top: 0px;
	width: 100%;
}

/* Add coloured underline to hyperlink on all paragraph product page */
.woocommerce-tabs .entry-content p:not(.stars) a {
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 2px 0 #E26F56;
	text-decoration: none !important;
}

/* PF Related Products Tweaks in Single Product Summary
.pf-related-products {
    padding-top: 1.5rem;
	background-color: #fefcf9;
	border-top: 1px solid #e2e2e2;
}

.pf-related-title {
	color: #243f2f;
	margin-bottom: 1.2em;
	margin-top: 1.2em;
}*/

/* PF short description heading when at the bottom */
.pf-product-description-heading {
	font-size: 1.5em !important;
	color: #243f2f;
	padding-top: 1.8rem;
    border-top: 1px solid #e2e2e2;
}