@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Noto+Sans:wght@400;500;700&display=swap');
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}


.header {
    background-color: #fff;
    box-shadow: 0 0 9px #b7b7b7;
}
.app-btn-2, .applogo-menubtn, .btn-qrcode {
    display: flex;
    align-items: center;
}
a{
    text-decoration: none!important;
}
.navbar-collapse {
    
    flex-grow: 1;
    align-items: center;
}
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
}
.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}
.main_logo{
    max-height: 60px !important;
    display: inline-block !important;
    object-fit: cover;
}
.nav-link {
    display: block!important;
    padding: .5rem 1rem!important;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out!important;
}
.nav-color {
    color: #7e1515!important;
    font-weight: 500!important;
    font-size: 14px !important;
      font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}
.playstore-apple-logo{
    display: none;
}
.collapse.navbar-collapse ul {
    margin-bottom: 8px;
}
.navbar .header-cart {
    width: 50px;
    height: 44px;
    line-height: 33px;
    background-color: #7e1515;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    font-size: 20px;
    border: none;
}
.navbar .header-cart span {
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 17px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ef332e;
    font-size: 12px;
    font-weight: 500;
    right: 3px;
    top: 2px;
}
.nav-color:hover {
    color: #bc8f8f!important;
}
.dropdown-item:hover {
    background-color: #7e1515;
    color: #fff!important;
    padding-left: 5px;
}
.dropdown-menu li a:hover{
    background-color: #7e1515;
    color: #fff!important;
    padding-left: 5px;
}
.nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
    visibility: visible;
    opacity: 1;
  }
  .btn:hover {
    color: white;
    background-color: #7e1515!important;
    border-color:none!important;
}
@media only screen and (min-width: 1121px) {
    .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    
}
@media (max-width:767px) {
    .playstore-apple-logo{
        display: none;
        margin-top: 12px;
    }
  
    
}
@media(max-width:991px){
    a.nav-link.nav-color.city-nav {
        margin-top: 14px;
        margin-left: 0px;
    }
    .header-cart{
        margin-left: 18px;
    }
}


.hide{
    display:none!important;
}


/*add new csss 26_5_25*/
li.menu-item.menu-item-type-post_type.menu-item-object-99pandit-service.menu-item-6914.nav-item.e-puja-nav-item.active a {    
    /*text-decoration: underline !important;*/ 
    padding-bottom: 8px;
    color: #fff !important;
}

li.menu-item.menu-item-type-post_type.menu-item-object-99pandit-service.menu-item-6914.nav-item.e-puja-nav-item.active {
    background-color: #7e1515;
    color: #fff;
    padding: 0;
    margin: 0;
    height: 37px;
        margin-left: 15px;
    border-radius: 5px;
}

li.nav-item.e-puja-nav-item.active a {    
    /*text-decoration: underline !important;*/ 
    padding-bottom: 8px;
    color: #fff !important;
}

li.nav-item.e-puja-nav-item.active {
    background-color: #7e1515;
    color: #fff;
    padding: 0;
    margin: 0;
    height: 37px;
        margin-left: 15px;
    border-radius: 5px;
}


@media (max-width:767px) {
    
li.menu-item.menu-item-type-post_type.menu-item-object-99pandit-service.menu-item-6914.nav-item.e-puja-nav-item.active {
        margin-left: 0px;
}
li.nav-item.e-puja-nav-item.active {
        margin-left: 0px;
}
.user_login.active{
    margin-bottom: 10px !important;
}
  
    
}