.navbar-logo, .coming-soon .brand .logo, .login .login-header .brand .logo{
    background:url('/images/logo.jpg') center center;
    border:0;
    width:50px;
    height:35px;
    display:block;
    margin-top:0px;
    float:left;
}

.login .login-header .brand .logo {
	background:url('/images/logo.jpg');
	border:0;
	width:50px;
	height:50px;
	display:block;
	margin-top:15px;
	float:left;
}

.help-block ul.errors {
	margin:0;
	padding:0;
	list-style:none;
}

.help-block ul.errors li {
	color:#ff5b57;
}

.panel-body {
    position:relative;
}

table tr.delivery {
    x-font-size:14px;
}
table tr.total {
    font-size:14px;
    font-weight:bold;
}


.btn-reorder {
	width:16px;
	background:url('/images/move-icon.png')  no-repeat;
	display:block;
	height:16px;
	cursor:move;
}

.tracking {
	font-size:10px;
}

.hybris-text-warning {
	font-size: 12px;
	padding: 0 0 0 10px;
	color: #ff0000;
}