.content-wrapper { width: 1050px; margin: 0 auto;}
.products{display: flex; justify-content: space-evenly;text-align: center;margin: 20px auto auto auto;}
.product{flex-basis: auto; width: 30%;}
.product-name{display: block;}
.product-price{display: block;}
.product-description{float: right; width: 40%; margin: 20px auto auto auto;}
.product-flex{display: flex; justify-content: space-evenly; width: 90%; margin: auto;}
.product-content-wrapper{flex-basis: auto; width: 80%; margin: auto;}
.product-imgs{width: 40%; margin: auto;}
.product-cart-control{margin: 3px;}
img { border: 0;  width: auto;}
main{ margin: auto;}