export const ProductRow = React.createClass({
    render() {
        const product = this.props.product;

        const style = {