/* Product grid and sidebar */

        .product-item {
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 5px;
            padding: 15px;
            text-align: center;
        }

        .product-item img {
            max-width: 100%;
            height: auto;
            margin-bottom: 15px;
            border-radius: 5px;
        }

        .product-item h3 {
            font-size: 1em;
          	line-height: 1em;
        }

		.product-item img{
  			height: 200px;
 			 width: auto;
		}

