/**
 * @version 09.03.2023
 *
 * mobile/shopcart/styles.r.1-resized.css
 *
 * Skin "mobile"
 */
table.shopcart-editable .col-article-number {
    width: 10%;
}

/* quantity unit after the count input */
table.shopcart-editable .col-count-items > ul.ym-grid > li.li-input {
	width: 100%;
}
table.shopcart-editable .col-count-items > ul.ym-grid > li.li-quantity-unit {
	width: 100%;;
	padding-left: 0px;
	line-height: 28px;
	text-align: center;
}
