
			.tx-nb-basket .news-product {
                line-height: 1.3 !important;
			}
			.tx-nb-basket .news-product span {
				vertical-align: inherit;
			}
			.news-product {
				display: flex;
				flex-direction: column;
				align-items: flex-end;
			}
			.news-product .jmnr,
			.news-product .no-feuser {
				flex-grow: 1;
			}
			.news-product .price-container label:after {
				content: ': ';
			}


			@media only screen and (min-width: 641px) {
				.news-product {
					flex-direction: row;
					align-items: flex-end;
				}
				.news-product .title,
				.news-product .jmnr,
				.news-product .no-feuser,
				.news-product .price-container {
					padding: 5px;
				}
				.news-product .title {
					padding-left: 0;
				}
				.news-product .price-container {
					display: flex;
					flex-direction: column;
				}
				.news-product .price-container label:after {
					content: '';
				}
				.news-product .no-feuser {
					text-align: right;
				}
			}
		

