.navbar-index { height: 70px; width: 100%; position: absolute; background-color: white; }
.navbar-index .top {
  width: 100%;
  height: 70px;
  background-color: rgba(0,0,0,0);
  padding: 22px;
  margin: auto;
  width:80%;
}

/* .buffer-navbar { display: none; } */
.navbar-index a.menu { font-size: 14px; margin: 10px; letter-spacing: 0px; color: #25263a; margin-top: 2px; }
.navbar-index .dropdown a.menu { margin: 0; }
.navbar-index .top .pull-right { color: #25263a; margin: 0 5px; }
.navbar-index .top .pull-right .icon { border-radius: 40px; background-color: #25263a; padding: 5px; color: #000; width: 30px; height: 30px; display: inline; margin-right: 5px; }
.navbar-index .top .pull-right .fa-user { padding: 3px; }
.navbar-index .top .pull-right a, .navbar-index .top .pull-right button { font-size: 13px; letter-spacing: 1px; color: #25263a; text-align: right; border: none; }
.navbar-index .top .pull-right a:hover { text-decoration: none; }
.navbar-index .top .pull-right button#logout { font-weight: normal; background-color: rgba(0,0,0,0); margin: 0; width: 100%; padding: 0; }
.navbar-index .top .pull-right.burger { margin-left: 0; }
.navbar-index #navbar-logo { width: 30px; height: 30px; margin-top: -5px; }

.navbar-index .top .dropdown-block .fa-user,
.navbar-index .top .dropdown-block .fa-shopping-basket {
  color: white!important;
}

.navbar-index .top .dropdown-block .fa-bars { width: 17px; text-align: center; color: #25263a; }
.navbar-index .top .dropdown-block .fa-user { color: white!important; }
.navbar-index .top .dropdown-block .icon { cursor: pointer; }
.navbar-index .top .dropdown-block.burger .icon {
    padding: 3px;
    background-color: #be0a43;
    border: 2px solid #be0a43;
}
.navbar-index .top .dropdown-block.auth form { margin: 0; }
.navbar-index .top .dropdown-block.auth p { width: 100%; }
.navbar-index .top .dropdown-block .dropdown { display: none; position: absolute; top: 70px; text-align: right; width: 40%; background-color: #f7f7f7; border-bottom: 1px solid #dedede; right: 0; z-index: 4; }
.navbar-index .top .dropdown-block .dropdown p { padding: 25px; color: #000; margin: 0; }
.navbar-index .top .dropdown-block .dropdown p:hover { background-color: #bebcc7; }

a.bell-default i { margin-top: 4px; }
a.bell-red { margin-top: 2px; }
a.bell-red i { margin-right: 7px; }
a.bell-red .badge { background-color: #d9534f; }
#logout { width: 150px; margin-right: 13px; }

#alert-box { margin-top: 0px; margin-bottom: 10px; position: fixed; z-index: 5; background-color: #f7f7f7; width: 100%; left: 0; }
#alert-box .alert { padding: 40px; }
#alert-box .alert p { width: 80%; margin: auto; color: #000; }
.alert.no-margin { margin: 0; }
span.exit { float: right; cursor: pointer; }
.alert .fa-check, .alert .fa-exclamation, .alert .fa-info { margin-right: 10px; }
.breadcrumb { position: fixed; z-index: 3; width: 100%; top: 50px; }
.breadcrumb-sm { display: none; position: fixed; z-index: 2; width: 100%; top: 100px; }
.container.first { margin-top: 100px; }
.container.first.post-breadcrumb { margin-top: 130px; }

#popup { display: none; position: fixed; z-index: 2; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0,0,0,0.5); }
#popup .flexbox { display: flex; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; display: flex; }
#popup .inner { width: 80%; max-width: 450px; margin: auto; background-color: #f7f7f7; padding: 30px 20px 40px 20px; border-radius: 5px; }
#popup i { color: #443d64; float: right; font-size: 35px; margin-top: -35px; cursor: pointer; }

#sign-in-form h3{ color: #443d64; }
#sign-in-form input { background-color: #f7f7f7; }


.menu-standout {
    background-color: #e3611a!important;
    color:white!important;
      border-radius: 22px!important;
      padding-top: 9px!important;
      padding-bottom: 9px!important;
      padding-right: 17px!important;
      padding-left: 17px!important;
      border-color:#e3611a!important;
  }
