/**
 * Paintek css template
 */
.navbar-webink {
    background: black;
}
.navbar-collapse{
    /*background: #00AEED;*/
    background:white;
}
.navbar-webink .navbar-brand{
    padding-top: 2px;
}
.navbar-webink li>a {
    color: #333;
}
.navbar-webink li>a:hover, .navbar-webink li>a:focus, .navbar-webink .open>a, .navbar-webink .open>a:hover, .navbar-webink .open>a:focus{
    background: #00AEED;
    color:white;
}
.navbar-form button {
   background: #00AEED;
   border-color: #00AEED;
}
.navbar-form button:hover {
    background: #26b9ee;
}
/*mobile toggles*/
.navbar-toggle{
    background: #00AEED;
    border: none;
    box-shadow: none;
    margin-top: 4px;
}

.nav .cart-link{
    background: #ddd;
}
.top-section{
    background: black;
}

/*Magenta header texts*/
.welcome-greeting h1, .left-menu .category-menu-title , .page-header h1.section-heading , .product-card h1{ 
    color:#E6007E;
}

/*Category menu*/
.left-menu .category-menu-title{
    border-bottom: none;

}

.content, .push{
    /*background: white ;*/
}


@media(max-width: 991px){
    .navbar-header {
        background: white;
    }
}