.g5shop__product-list {

	.g5shop__loop-product-cat {
		font-size: 15px;
		margin-bottom: 9px;
	}

	.g5shop__loop-product-title {
		font-size: 24px;
		line-height: 1.5;
	}

	.g5shop__product-list-actions {
		margin-top: 33px;
	}

	&.g5shop__product-item {
		.g5shop__product-info {
			.price {
				margin: 0 0 5px 0;
				font-size: 18px;
				del {
					font-size: 15px;
				}
			}
		}
	}

}

.g5shop__layout-list {
	.woocommerce-loop-category__title {
		font-size: 24px;
		line-height: 1.5;
	}
}

@media (min-width: 768px) {
	.g5shop__product-list {
		.g5shop__product-info {
			padding-top: 20px;
		}

		.g5shop__product-featured {
			@include flex(0 0 260px);
		}

	}

	.g5shop__layout-list {
		.g5shop__product-cat-info {
			padding-top: 20px;
		}
	}
}

@media (max-width: 767px) {
	.g5shop__product-list {
		.g5shop__product-info {
			text-align: center;
		}
		.g5shop__product-list-actions {
			@include justify-content-center();
		}
	}
}
