/* If you change the icon size you may also need to change the top position, and the tab padding */
.wc-tabs-wrapper ul.wc-tabs li .fa, 
.woocommerce-tabs ul.tabs li .fa {
	font-size: 1em;
	padding-left: 0em;
	padding-right: 0.5em;
	position: relative;
	top: 0px;
}
/* Change color of a specific tab icon, in this case the "info-circle" icon */
/*
.wc-tabs-wrapper ul.wc-tabs li .fa.fa-info-circle, 
.woocommerce-tabs ul.tabs li .fa.fa-info-circle {
	color: blue;
}
*/