.basket-title {
	font-size: 1.4em;
	text-align: right;
	margin-bottom: .5em;
}

.basket-oneplus-title {
	font-size: 1em;
	text-align: right;
	margin-bottom: .2em;
}

.basket-oneplus-heading {
	font-weight: bold;
}

.basket-oneplusone-visible-hide {
	display: none;
}

span.basket-voucher {
	color: var(--c-red-light);
	margin-right: 14px;
}

.basket-subtitle {
	text-align: center;
	font-size: 1.3em;
	font-weight: 700;
	margin-bottom: .8em;
	margin-top: 1.2em;
}

.cassa-title {
	font-size: 1.3em;
	font-weight: 600;
	text-align: left;
	margin: .8em 0 .5em 0;
}

.basket-amount {
	font-weight: 700;
	margin-right: 14px;
}

.order-data {
	font-weight: 700;
}

.button-group {
	margin-top: 1em;
}

.button-group.center {
	text-align: center;
}

.button-group .button {
	padding: 0 2em 1em 0;
	margin-bottom: .5em;
}

.button-group .right {
	float: right;
}

.highlight {
	font-weight: 700;
	color: white;
}

.basket-header {
	margin: 0 0 3em 0;
}

.basket-step-gap {
	margin: -8px;
}

.basket-step {
	border: solid 1px var(--c-gray-light);
	padding: 8% 0;
	margin-right: 6px;
	border-radius: 50%;
	min-height: 50px;
	text-align: center;
	color: var(--c-gray-light);
}

@media ( min-width : 768px) {
	.basket-step {
		padding: 32px 0 46px 0;
		min-height: 88px;
	}
}

.basket-step.highlight {
	color: var(--c-red);
	border-color: var(--c-red);
	background-color: var(--c-red);
}

.basket-step-icon {
	max-width: 35px;
	position: absolute;
	display: block;
	left: calc(44% - 13px);
	transform: translateY(-50%);
	opacity: .4;
}

@media ( min-width : 768px) {
	.basket-step-icon {
		left: 40px;
		transform: translateY(-10%);
		bottom: 8px;
	}
}

.basket-step.highlight .basket-step-icon {
	opacity: 1;
	filter: invert(100%);
}

.delivery-address-block {
	margin: 2em 0;
	width: 100%
}

.delivery-address-block.hide, .delivery-place.hide {
	display: none;
}

.delivery-fee {
	text-align: right;
	font-size: 1.1em;
}

.table-list {
	font-size: .8em;
}

.table-list .row {
	margin-left: 15px;
	margin-right: 15px;
	min-height: 3em;
}

.table-list .row.header {
	font-weight: 700;
}

.basket-info-head {
	border-bottom: 1px solid lightgray;
	padding: 5px 0;
	margin: 25px 0 10px 0;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
}

.basket-info {
	margin-left: 5px;
}




