/**
 * Product grid styles
 */
.products.products-grid{
	.product {
		.added_to_cart,
		.button {
			width: 100%;
		}
		.jet-compare-button__container {
			.jet-compare-button__link[data-widget-id="default"] {
				margin-top: 10px;
				margin-bottom: 5px;
				width: 100%;
			}
		}
		.jet-wishlist-button__container {
			.jet-wishlist-button__link[data-widget-id="default"] {
				margin-top: 5px;
				margin-bottom: 10px;
				width: 100%;
			}
		}

		.product {
			img {
				width: 100%;
			}
		}

		.star-rating {
			margin: 30px 0 0 auto;
		}
	}
}