/* BOOK NOW kao plavi (filled) gumb */
#sp-header .sp-megamenu-parent > li > a.book-now-link {
  display: inline-block;
  padding: 6px 16px !important;
  border-radius: 6px !important;
  background: #3F63FF !important;
  color: #ffffff !important;
  border: 2px solid #3F63FF !important;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 14px;
  text-decoration: none !important;
  transition: all .2s ease;
}
/* Isključi Helix underline */
#sp-header .sp-megamenu-parent > li > a.book-now-link:before {
  display: none !important;
}
/* Hover malo tamniji */
#sp-header .sp-megamenu-parent > li > a.book-now-link:hover,
#sp-header .sp-megamenu-parent > li.active > a.book-now-link,
#sp-header .sp-megamenu-parent > li > a.book-now-link:focus {
  background: #3656e6 !important;
  border-color: #3656e6 !important;
  color: #ffffff !important;
  outline: none;
}
