/* Notificações Loux Oficina */
#notificationsBtn.notification{
  color:#D9A441;
  border-color:#E8D2A1;
  background:linear-gradient(180deg,#FFFDF8,#FFF8E8);
  box-shadow:0 4px 12px rgba(217,164,65,.12);
}
#notificationsBtn.notification:hover{
  color:#B9811A;
  border-color:#D9A441;
  background:#FFF3D2;
}
#notificationsBtn.notification svg{
  fill:#D9A441 !important;
  stroke:#B9811A !important;
}
#notificationsBtn.notification #notificationCount{
  background:#E53935;
  color:#FFFFFF;
  border:2px solid #FFFFFF;
  font-weight:800;
  min-width:20px;
  height:20px;
  line-height:16px;
  padding:0 5px;
  border-radius:999px;
  display:grid;
  place-items:center;
  box-shadow:0 2px 6px rgba(229,57,53,.28);
}
#notificationsBtn.notification #notificationCount.is-zero{
  display:none !important;
}
