#login-page, #account-page, #order-page {
  padding-top: 30px;
  padding-bottom: 30px; }

.account-orders-list ul {
  list-style-type: none; }

.account-orders-list .product-title, .account-orders-list .product-image {
  display: inline-block; }

.account-orders-list .product-title {
  font-size: 12px; }

.account-orders-list .product-image {
  margin-bottom: 10px; }

.account-orders-list .product-image img {
  border-radius: 50%;
  border: 4px solid #e7e8e9; }

.account-orders-list .title-text {
  padding-top: 10px;
  margin-left: -20px; }
