Hi @thamer,
Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
form.cart table.variations td.value::before {
content: "Your custom text go here";
width: 100%;
display: block;
color: red;
}
Kind regards,
The 8Theme Team