
body {
	background: #fff;
}

h1 {
	padding-top: 0;
}

.print--no {
	display: none;
}

.form__label {
	float: left;
	width: 20%;
}

.form__input {
	padding-left: 0;
}

.form__label + .form__input {
	float: left;
	width: 79%;
	margin-left: 1%;
}

.form__label--empty + .form__input {
	float: none;
	width: auto;
	margin-left: 0;
}

.form__input:before {
	display: none;
}

textarea {
	line-height: 1.6;
	padding: 6px 0 0 0;
	border: 0;
}

.basket, .print--basket-small-size {
	font-size: 80%; /* počítá se z body */
}

.basket__availability, .basket__quantity, .basket__discount, .basket__price {
	box-sizing: border-box;
	display: block;
	float: left;
	clear: none;
	width: 20%;
	line-height: 1.4;
	text-align: center;
}

.basket__price {
	text-align: right;
}

.basket__row--price .basket__price {
	box-sizing: content-box;
	width: auto;
	text-align: right;
}

.basket__image {
	display: none;
}

.basket__row--total .basket__title {
	display: table-cell;
}

.basket__row--total .basket__price--all {
	font-size: 16px;
}

.print--col-two {
	float: left;
	width: 49%;
	margin-right: 1%;
}

.print--basket-small-size .form__item--text .form__input {
	margin-bottom: 3px;
}

.basket__row--price .basket__title, .basket__row--price .basket__price {
	padding-top: 4px;
	padding-bottom: 4px;
}
