/* price space */
span.woocommerce-Price-currencySymbol {
    margin-right: 5px !important;
}

/* product features */
.custom-product-features {
    border-radius: 5px;
    margin-bottom: 20px;
}
.product-features-list {
    list-style-type: none;
    padding: 0;
}
.product-features-list li {
    font-size: 14px;
    margin-bottom: 8px;
	color: #e9e9e9;
}


