#onBehalfBar { 
	margin: 0 auto; 
	padding: 0px 95px;
	z-index: 10000000; 
	opacity: 0.8; 
	line-height: 0px;
	height: 45px;
	background-color: #cc0000!important;
	color: black; 
	border-top: 0;
	box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
	position: relative; 
    text-align: left;
}
#onBehalfBar span{
    color:white;
    position: absolute;
    font-size: 12px;
}
#onBehalfBar .form-inline {
	float : right;
}
#onBehalfBar .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
#onBehalfBar span:first-child{
    padding: 0!important;
    font-weight: bold;
    top: 11px;
}
#onBehalfBar span.cart-lock {
	display: inline-block;
	position: absolute;
	 top: 27px;
}
#onBehalfBar .navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#onBehalfBar .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
#onBehalfBar .btn{
    background: white;
    color: black;
    border-color: black;
    display: inline-block;
    margin : 5px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}