
	.menu
{
background-color: #FFFFFF;
border-bottom: 1px solid #111111;
width:100%;
height: auto;
padding: 0px 20px; /* top/bottom margin, left/right margin **NOTE TO SELF**/
position: fixed;
margin: 0px;
z-index: 1;
opacity: 1;
}

.menu  .navbar-nav > .active > a
{
background-color : #FFf2FF;
color: #111111;
font-weight: bold;
}

.menu  .navbar-nav >  li >  a
{
font-size: 14px;
color: #111111;
padding: 16px 8px; /* height of menu, space between menu items **NOTE TO SELF**/

}
.menu  .navbar-nav >  li >  a:hover
{
background-color: #fff2ff;
}2

.navbar-header > a
{
font-family: 'Ubuntu Condensed', sans-serif;
padding: 0px;
margin: 0px;
text-decoration: none;
color: #111111;
font-size: 0px;
padding: 0px 0px;
}
.navbar-header > a:hover
{
text-decoration: none;
color: #111111;
}
 
.navbar-brand-centered {
        position: absolute;
        left: 50%;
        display: block;
        width: 0px;
        text-align: center;
        background-color: transparent;
    }
    .navbar>.container .navbar-brand-centered, 
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -80px;
    }
exp{
    width:0px;
    height:0px;
    background-color:red;
    border-radius:100%;
    line-height:0px;
    text-align:center;
    vertical-align:top;
    display:inline-block;
}

.fa-shopping-cart { line-height: 50px;}

.navbar .navbar-collapse.in { max-height:340px!important; overflow-y:scroll!important; overflow-x:hidden!important; }

@media(max-width:767px) {
    .navbar .navbar-form {
        width: 185px;
        padding-left:0;
        padding-right:0;
    }
}
@media(min-width:768px) {
    .navbar .navbar-form {
        width: 250px;
    }
}
.navbar .navbar-form {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}