    .angular-logout-section {
    display: inline-block;
}

.angular-login-button a {
    color: #fff;
}
.angularjs-login-section .angular-login-button:hover, .angularjs-login-section .angular-login-button:focus {
    
    background: #FF0000;
}
.angular-login-button a:hover {
    color: #FFf;
}


@media screen and (min-width: 160px) and (max-width: 560px) {
    .angular-user-login-details {
        display: inline-block;
        width: 75px;
    }
    .angular-user-login-img img {
        display: inline-block;
        width: 35px;
        border-radius: 50%;
    }
    .angular-restaurant-logo img {
    max-height: 54px;
    max-width: 90px;
   
}
}

@media screen and (max-width: 768px) and (min-width: 100px) {
    .scroll-to-cart-mobile {
        background: #FF0000;
    }
}








.bamboos.activelocation .location-chooser-input-section select
{
    background: #FF0000;
   
}

.bamboos.activelocation .location-chooser-input-section input:focus,
.bamboos.activelocation .location-chooser-input-section select:focus
{
    outline: none;
}
.bamboos.activelocation .location-chooser-submit-button
{
    
    background-image: linear-gradient(#FF0000, #FF0000);
   
}



.bamboos.activelocation .ui-autocomplete.ui-widget .ui-menu-item a.ui-state-focus
{
    background:#FF0000;
    padding: 9px 12px;
    border: none;
    font-size: 13px;
    color:white;
    line-height: 20px;
}

.bamboos.activelocation .location-chooser-input-section input {
    
    width: 60%;
    margin-left: 14%;
}
.parent-category-section .category-slick-section li a{
    color: #fff;
    background: #ff0000;
    border: 1px solid #ff0000;
        border-radius: 0px;
    margin: 0px 11px 14px 0px;
}
.parent-category-section .category-slick-section a:hover{
    background-color: #FFFFFF;
    color: #ff0000;
    border: 1px solid #ff0000;
}
.parent-category-section .category-slick-section .active a{
        background-color: #FFFFFF;
    color: #ff0000;
    border: 1px solid #ff0000;
}
.parent-category-section .category-slick-section .active a:hover{
        background-color: #FFFFFF;
    color: #ff0000;
    border: 1px solid #ff0000;
}
.parent-category-section>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
            background-color: #FFFFFF;
    color: #ff0000;
    border: 1px solid #ff0000;
}