.navbar.navbar-inverse.navbar-fixed-top .nav > li.msg-type > a {
   line-height: 40px;
}
.navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .streamline .sl-item .icon i {
   color: #333;
}
.navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .streamline .sl-item .sl-content > .head-notifications {
   width: 190px;
}
p.truncate {
   white-space: inherit;
}
#div-prepen a {
  display: inline-block;
  top: 0;
}

a#toggle_mobile_notifi,
div#before-prepend {
  color: #878787;
  line-height: 66px;
}

a#toggle_mobile_cart i,
a#toggle_mobile_notifi i {
  font-size: 21px;
  vertical-align: middle;
}
.cart-number {
  background:#dc4666;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  height: 16px;
  line-height: 16px;
  position: absolute;
  right: 2px;
  text-align: center;
  top: 16px;
  width: 16px;
}
@media (max-width: 1024px) {
  a#toggle_mobile_nav i {
    font-size: 32px;
    color: black;
  }
  .navbar.navbar-inverse.navbar-fixed-top div#before-prepend {
    position: absolute;
    right: 80px;
  }
  div#before-prepend a {
    color: #878787;
    padding-right: 10px;
  }

  .navbar.navbar-inverse.navbar-fixed-top a#toggle_mobile_notifi {
    position: absolute;
    right: 50px;
    top: 0;
  }
}
.navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .streamline {
   height: 350px;
}
.navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown {
   width: 475px;
}
@media (max-width: 480px) {
  .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .streamline {
     max-height: 75%;
  }
  .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown {
     max-width: 100%;
  }
  #toggle_mobile_search {
    display: none !important;
  }
}
@media (max-height: 480px) {
  .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .streamline {
     max-height: 75%;
  }
  .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown {
     top: 66px;
     right: 35px;
     left: auto;
  }

}

.item-unread {
   background: rgba(33, 33, 33, 0.20);
}
.msg-type-btn.has-unread:after {
   content: "";
   width: 5px;
   height: 5px;
   display: block;
   background: #dc4666;
   position: absolute;
   top: 8px;
   right: 3px;
   border-radius: 15px;
}
.tab-struct .tab-pane {
   padding-top: 0px;
}
.customScrollDiv {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
.list-notification {
  cursor: pointer;
}
.list-notification-title {
  display: block;
}
.list-notification-message {
  display: block;
  color: rgba(102, 102, 102, 0.50);
}
.table-notification td {
  cursor: pointer;
}
.sl-item-notification, .sl-item-notification b, .sl-item-notification strong {
  font-weight: 500 !important;
}
.sl-item-notification.item-unread, .sl-item-notification.item-unread .head-notifications,
.sl-item-notification.item-unread b, .sl-item-notification.item-unread strong {
  font-weight: bold !important;
}
.read-all.make-readed.disabled {
  color: rgba(135, 135, 135, 0.21) !important;
  cursor: no-drop;

}
