#mart-header.transparent .notify-zone {
  display: none; }

#top-menu .notify-zone {
  position: relative;
  float: right;
  text-align: center;
  width: 50px;
  cursor: pointer;
  height: 100%;
  line-height: 64px; }
  #top-menu .notify-zone i {
    font-size: 20px;
    vertical-align: middle; }
  #top-menu .notify-zone .red-dot {
    position: absolute;
    top: 20px;
    right: 14px;
    width: 6px;
    height: 6px;
    background-color: #E84D60;
    border: 2px solid #fff;
    border-radius: 6px;
    display: none; }

#top-menu #notification-menu {
  right: 96px;
  margin-right: 0;
  width: 300px;
  max-height: 440px;
  overflow: scroll; }

#top-menu .notification-section {
  font-size: 12px;
  color: #333;
  position: relative;
  border-top: 1px solid #F7F6F2;
  padding: 10px 15px 10px 28px; }
  #top-menu .notification-section a {
    color: #2d59a2; }
  #top-menu .notification-section.unread {
    cursor: pointer; }
    #top-menu .notification-section.unread:before {
      width: 6px;
      height: 6px;
      background-color: #e84d60;
      border-radius: 3px;
      content: " ";
      position: absolute;
      top: 15px;
      left: 15px; }
  #top-menu .notification-section.read {
    color: #a9a9a9; }
  #top-menu .notification-section.none {
    padding: 10px;
    text-align: center; }
  #top-menu .notification-section .notification-content div {
    color: #a9a9a9; }
  #top-menu .notification-section .notification-time {
    margin-top: 5px;
    color: #a9a9a9;
    font-family: Helvetica Neue, Helvetica, Arial; }

.form-container {
  overflow: hidden; }
  .form-container .notification-header {
    padding: 40px 0 10px 0;
    margin: 0 90px 0 90px;
    border-bottom: 1px solid #f7f6f2;
    position: relative; }
    .form-container .notification-header h1 {
      font-size: 18px; }
    .form-container .notification-header button {
      font-size: 12px;
      padding-top: 4px;
      padding-left: 15px;
      padding-right: 15px;
      height: 25px;
      position: absolute;
      right: 0;
      top: 43px; }
  .form-container .notification-section {
    padding: 20px 90px 20px 90px;
    margin-bottom: 20px;
    font-size: 14px; }
    .form-container .notification-section li {
      position: relative;
      padding: 20px 0 20px 20px;
      border-bottom: 1px solid #f7f6f2;
      cursor: pointer;
      color: #A9A9A9; }
      .form-container .notification-section li.unread {
        color: #333333; }
        .form-container .notification-section li.unread:before {
          width: 8px;
          height: 8px;
          content: " ";
          position: absolute;
          background: #e84d60;
          border-radius: 4px;
          top: 25px;
          left: 0; }
      .form-container .notification-section li.none {
        border: none;
        padding: 20px;
        text-align: center; }
  .form-container .notification-content {
    margin-bottom: 5px; }
    .form-container .notification-content div {
      color: #a9a9a9; }
  .form-container .notification-time {
    color: #a9a9a9; }

@media only screen and (max-width: 767px) {
  #top-menu.active .notify-zone {
    display: none; }
  #top-menu .notify-zone {
    line-height: 5rem; }
    #top-menu .notify-zone .red-dot {
      top: 22px; }
  #top-menu .notify-zone {
    right: 0; }
  .form-container .notification-header {
    padding-top: 20px;
    margin: 0 15px 0 15px; }
    .form-container .notification-header button {
      top: 23px; }
  .form-container .notification-section {
    padding: 0 15px 0 15px; } }

@media only screen and (max-width: 250px) {
  #top-menu .notify-zone {
    display: none; } }
