/* for widget on allpro/order page */
ul#order-side-bar { list-style: none; } /* Remove default bullets */

ul#order-side-bar > li::before {
    content: "\2605"; /* Unicode bullet symbol */
    color: black;  /* Bullet color */
	
	/* Optional tweaks */
    font-weight: bold;
    padding-right: 10px;
}
/* for allpro order form */
span.wpcf7-list-item {
    display: block;
}

