.woocommerce-account .yith-shipping-addresses  span.item-icon { 
	position: relative
}
.woocommerce-account .yith-shipping-addresses  span.item-icon:before {
	content: "\f2b9";
	display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.woocommerce-account .yith-shipping-addresses  .item-label {
	text-transform: uppercase
}
