.branch-name
{
	font: 30px "Aller Light";
    color: #333;
    text-align: left;
	padding: 0;
	margin-bottom: 10px;
}

.page-content .order-progress .step {
	width: 20%;
	display: inline-block;
	vertical-align: top;
	font: 18px "Aller Light";
	color: #333;
	text-align: center;
}

.page-content .order-progress .progress-bar {
	width: 100%;
	height: 2px;
	margin-top: 11px;
	background: #d5d8ca;
}

.page-content .order-progress .progress-bar div {
	height: 100%;
	background: #fecd3f;
	transition: width 0.5s;
}

.page-content .order-progress .progress-bar div.step1 { width: calc(100% / 5 * 1); }
.page-content .order-progress .progress-bar div.step2 { width: calc(100% / 5 * 2); }
.page-content .order-progress .progress-bar div.step3 { width: calc(100% / 5 * 3); }
.page-content .order-progress .progress-bar div.step4 { width: calc(100% / 5 * 4); }
.page-content .order-progress .progress-bar div.step5 { width: calc(100% / 5 * 5); }

.control-buttons-subbpage{
	border-top: 2px solid #dedede;
	padding-bottom: 5px;
}
.control-buttons-subbpage .regulations label{
	font-weight: normal;
}
.control-buttons-subbpage .regulations a{
	font-weight: bold;
}
.control-buttons-subbpage .regulations .regulationsError{
	display: none;
}

@media(max-width: 991px) {
	.order .order-progress .step {
		font-size: 14px;
	}

	.slider .image img {
		max-width: 300px;
		max-height: 300px;
	}

	.order .summary .box {
		width: 100%;
		margin-bottom: 40px;
	}

    .order .summary table.products tr td:nth-of-type(2),
	.order .summary table.products tr td:nth-of-type(3),
	.order .summary table.products tr td:nth-of-type(4),
	.order .summary table.products tr td:nth-of-type(5) {
		font-size: 14px;
	}

	.branch-name {
		font-size: 20px;
	}
}

@media(max-width: 767px) {
	.control-buttons-subbpage > div{
		text-align: center;
	}

	.control-buttons-subbpage a,
	a.yellow-button,
	button.yellow-button{
		font-size: 12px;
		padding: 15px;
	}

	.order .order-progress .step {
		font-size: 12px;
	}

	.prefooter .newsletter form span {
		margin-bottom: 10px;
		display: block;
	}

	.product-quantity .yellow-button{
		font-size: 9px;
	}

	#content .quantity .minus,
	#content .quantity .plus,
	.quantity input[type="text"]
	{
		font-size: 15px;
	}

	.quantity input[type="text"]{
		width: 30px;
	}

	.order .summary .fast-summary-table table.fast-summary {
		width: 100%;
		margin: 0px auto;
		float: none;
	}

	.order .delivery .options,
	.order .summary .options {
		text-align: center;
	}

	.order .delivery .options a:last-of-type,
	.order .summary .options a:last-of-type {
		float: none;
	}

    .order .summary table.products tr.head {
		font-size: 14px;
	}

	.order .summary table.products tr td:nth-of-type(1) {
		display: none;
	}

	 .order .summary table.products tr.head td:nth-of-type(2) {
		display: none;
	}

    .order .summary table.products tr.head td:nth-of-type(1) {
		display: table-cell;
	}

	.order .order-progress {
		display: none;
	}
}
