.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f5f5f5;
}

.border-gray {
	border: 1px solid #ccc;
}

.sabad input[type=number] {
	width: 50%;
	text-align: center;
}

.text-green {
	color: #548b74;
}

.border-top-gray {
	border-top: 1px solid #ccc;
}

.btn-blue, .btn-blue:hover {
	background: #1d4374;
	display: block;
	color: #fff !important;
	font-size: large;
}

.no-padding {
	padding: 0 !important;
}

.no-radius {
	border-radius: 0 !important;
}

.bg-light-steel-blue {
	background: #8797b0;
	color: #fff;
}

.stepper{
    padding: 10px;
    text-align: justify;
    border: 1px solid #ccc;
    text-align: center;
    border-bottom: solid 4px;
    color: #aeaeae;
}
.stepperActive{
    padding: 10px;
    text-align: justify;
    border: 1px solid #f00;
    text-align: center;
    border-bottom: solid 4px;
    color: #f00;
}

.login table td {
	padding: 5px 10px;
	line-height: 2em;
}

.login .edit-basket, .delivery .edit-basket {
	display: block;
	width: 100%;
}

.login .btn-secondary {
	color: #fff;
}

.delivery .btn {
	color: #fff;
}

i.radio {
	position: absolute;
	top: 0;
	right: -30px;
	background: #fff;
	border-radius: 100%;
}

.payment-item input[type=radio], .delivery-item input[type=radio] {
	display: none;
}