@media only screen and (max-width: 767px) {
	 .widget-product-lines .product-lines-row > div:nth-child(2n+1) {
		 clear: left;
	}
}
 @media only screen and (min-width: 768px) and (max-width: 1024px) {
	 .widget-product-lines .product-lines-row > div:nth-child(3n+1) {
		 clear: left;
	}
}
 @media only screen and (min-width: 1025px) {
	 .widget-product-lines .product-lines-row > div:nth-child(4n+1) {
		 clear: left;
	}
}
 .widget-product-lines .product-lines-row .product-line-block {
	 float: left !important;
	 margin-bottom: 25px;
}
 @media only screen and (max-width: 767px) {
	 .widget-product-lines .product-lines-row .product-line-block {
		 width: 50%;
	}
}
 .widget-product-lines .product-lines-row .product-line-block .product-line-container .image-block {
	 line-height: 160px;
	 margin-bottom: 10px;
	 text-align: center;
}
 .widget-product-lines .product-lines-row .product-line-block .product-line-container .image-block img {
	 max-width: 160px;
	 max-height: 160px;
}
 .widget-product-lines .product-lines-row .product-line-block .product-line-container .item-name {
	 line-height: 1.25em;
	 margin-bottom: 0.5em;
}
 .widget-product-lines .show-all-button {
	 text-align: center;
}
 