.widefat .column-order_status mark.cancel-request:after {
content: "\e011";
color:#F00;
font-family: WooCommerce;
speak: none;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
margin: 0;
text-indent: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
}



.order_actions .wc-cancelled:after {
content: "\e013";
}

.wc-cancelled {
display: block;
text-indent: -9999px;
position: relative;
padding: 0!important;
height: 2em!important;
width: 2em;
}



.order_actions .cancel-request:after {
content: "\e011";
}

.cancel-request {
display: block;
text-indent: -9999px;
position: relative;
padding: 0!important;
height: 2em!important;
width: 2em;
}

.order_actions .cancel-request:after, .order_actions .wc-cancelled:after {
font-family: WooCommerce;
speak: none;
font-weight: 400;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
margin: 0;
text-indent: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
line-height: 1.85;
color:#F00;
}