@font-face {
  font-family: 'socicon';
  src: url(../assets/fonts/socicon.eot?1480239210) format('embedded-opentype');
  src: url(../assets/fonts/socicon.eot?1480239210#iefix) format('embedded-opentype') format("embedded-opentype"), url(../assets/fonts/socicon.woff?1480239210) format('woff') format("woff"), url(../assets/fonts/socicon.woff2) format("woff2"), url(../assets/fonts/socicon.ttf?1480239210) format('truetype') format("truetype"), url(../assets/fonts/socicon.svg?1480239210#sociconregular) format('svg') format("svg");
  font-weight: 400;
  font-style: normal;
  text-transform: initial;
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    /* Firefox 16+*/
  }
  100% {
    -moz-transform: rotate(360deg);
    /* Firefox 16+*/
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
/* msg center */
@-webkit-keyframes pulsate {
  30% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0;
  }
  35% {
    opacity: 1.0;
  }
  40% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}
.al-msg-center {
  float: right;
  padding: 0;
  list-style: none;
  margin: 13px 47px 0 0;
}
.al-msg-center li {
  list-style: none;
  float: left;
  margin-left: 30px;
}
.al-msg-center li:first-child {
  margin-left: 0;
}
.al-msg-center li > a {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  position: relative;
}
.al-msg-center li > a span {
  display: inline-block;
  min-width: 10px;
  padding: 2px 4px 2px 4px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  border-radius: 13px;
  text-shadow: none;
  line-height: 11px;
  background-color: #e85656;
  position: absolute;
  top: -5px;
  right: -14px;
  font-size: 11px;
}
.al-msg-center li > a .notification-ring {
  border: 1px solid #e85656;
  border-radius: 100px;
  height: 40px;
  width: 40px;
  position: absolute;
  top: -18px;
  right: -27px;
  animation: pulsate 8s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
}
.al-msg-center li > a:hover {
  color: #e85656;
}
.al-msg-center li > a:hover.msg {
  color: #209e91;
}
.al-msg-center li > a.msg span {
  background-color: #209e91;
}
.al-msg-center li > a.msg .notification-ring {
  border-color: #209e91;
}
.al-msg-center li.open > a {
  color: #e85656;
}
.al-msg-center li.open > a.msg {
  color: #209e91;
}

@media (max-width: 435px) {
  .al-msg-center {
    margin-right: 20px;
  }
  .al-msg-center li {
    margin-left: 20px;
  }
  .al-msg-center li:first-child {
    margin-left: 0;
  }
}
.msg-block-header {
  display: inline-block;
  padding: 0;
  font-size: 13px;
  margin: 0 0 0 6px;
}

.top-dropdown-menu {
  width: 316px;
  left: auto;
  right: -47px;
  top: 26px;
}
.top-dropdown-menu ::-webkit-scrollbar {
  width: 0.4em;
  height: 0.4em;
}
.top-dropdown-menu ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.top-dropdown-menu ::-webkit-scrollbar-track {
  background: #fff;
}
.top-dropdown-menu body {
  scrollbar-face-color: rgba(0, 0, 0, 0.5);
  scrollbar-track-color: #fff;
}
.top-dropdown-menu .header {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 12px;
}
.top-dropdown-menu .header strong {
  float: left;
  color: #7d7d7d;
}
.top-dropdown-menu .header > a {
  float: right;
  margin-left: 12px;
  text-decoration: none;
}
.top-dropdown-menu .header > a:hover {
  color: #7d7d7d;
}
.top-dropdown-menu .msg-list {
  max-height: 296px;
  overflow: scroll;
  overflow-x: hidden;
}
.top-dropdown-menu .msg-list > a {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 12px;
  display: block;
  text-decoration: none;
  color: #7d7d7d;
  font-size: 12px;
}
.top-dropdown-menu .msg-list > a:first-child {
  border-top: none;
}
.top-dropdown-menu .msg-list > a .img-area {
  float: left;
  width: 36px;
}
.top-dropdown-menu .msg-list > a .img-area img {
  width: 36px;
  height: 36px;
}
.top-dropdown-menu .msg-list > a .img-area img.photo-msg-item {
  border-radius: 18px;
}
.top-dropdown-menu .msg-list > a .img-area > div {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  font-size: 24px;
  text-align: center;
}
.top-dropdown-menu .msg-list > a .img-area > div.comments {
  color: #dfb81c;
}
.top-dropdown-menu .msg-list > a .img-area > div.orders {
  color: #dfb81c;
}
.top-dropdown-menu .msg-list > a .img-area > div i {
  width: 36px;
  line-height: 36px;
}
.top-dropdown-menu .msg-list > a .msg-area {
  float: right;
  width: 230px;
}
.top-dropdown-menu .msg-list > a .msg-area div {
  max-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-dropdown-menu .msg-list > a .msg-area span {
  font-style: italic;
  text-align: right;
  display: block;
  font-size: 11px;
}
.top-dropdown-menu .msg-list > a:hover {
  background: #E2F0FF;
}
.top-dropdown-menu > a {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  text-decoration: none;
}
.top-dropdown-menu > a:hover {
  color: #7d7d7d;
}
.top-dropdown-menu.profile-dropdown {
  width: 145px;
  top: 55px;
  right: -25px;
}
.top-dropdown-menu.profile-dropdown a {
  text-align: left;
  border: none;
  text-decoration: none;
  color: #7d7d7d;
  padding: 4px 16px 4px 20px;
}
.top-dropdown-menu.profile-dropdown a.signout {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.top-dropdown-menu.profile-dropdown a i {
  margin-right: 10px;
}
.top-dropdown-menu.profile-dropdown a:hover {
  background: #f4fcff;
}
.top-dropdown-menu.profile-dropdown i.dropdown-arr {
  right: 25px;
}
.top-dropdown-menu i.dropdown-arr {
  position: absolute;
  top: -22px;
  right: 42px;
  display: block;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.15);
}
.top-dropdown-menu i.dropdown-arr:after {
  top: -9px;
  left: 0px;
  margin-left: -10px;
  content: " ";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

@media (max-width: 415px) {
  .top-dropdown-menu {
    right: -81px;
  }
  .top-dropdown-menu i.dropdown-arr {
    right: 75px;
  }
}
