/* Active Tab Bar Button Switch */

.ed_tabbar #ed_gift-boxes-button .ed_tabbar-icon__outline {
  opacity: 0;
}

.ed_tabbar #ed_gift-boxes-button .ed_tabbar-icon__fill {
  opacity: 1;
}

/* -- MEDIA QUERIES -- */

/* ALL small screens, laptops, desktops, and large screens */

@media (min-width: 769px) {
  /* Active Nav Link Switch */
  .ed_gift-boxes-nav-link a span::before,
  .ed_gift-boxes-nav-link button span::before {
    opacity: 0.7;
    width: 100% !important;
    height: 2px !important;
    background-color: var(--wp--preset--color--contrast-3) !important;
  }

  .ed_gift-boxes-nav-link a:hover span::before,
  .ed_gift-boxes-nav-link button:hover span::before {
    opacity: 1;
    width: 100% !important;
    height: 3px !important;
    background-color: var(--wp--preset--color--accent) !important;
  }
}
