.stock_notifier_tab_wrapper-fixed {
  position: fixed;
}

.stock_notifier_tab_wrapper {
  background: #f7f8f9;
  min-height: 60px;
  z-index: 999;
  padding: 0 0 0 34px;
  box-sizing: border-box;
}
.stock_notifier_tab_wrapper {
  padding-left: 12px;
}

.notifier_tab_ul {
  padding-bottom: 12px;
}
.notifier_tab_ul {
  clear: both;
  margin: 0;
  position: relative;
}

.notifier_tab_ul li {
  display: inline;
  padding: 0;
  margin: 0 8px;
}

@media all and (max-width: 822px) {
  #stock_notifier-tab-magic-line {
    display: none !important;
  }
}

.notifier_nav_tab {
  height: 40px;
  line-height: 40px;
}

.notifier_nav_tab {
  font-size: 17px;
  display: inline-block;
  padding: 0 14px;
  line-height: 60px;
  color: #1f3448;
  height: 100%;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}

.notifier_nav_tab::after {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #4caf50;
  transition: all 300ms ease;
}
.notifier_nav_tab_active {
  background-color: rgba(0, 0, 0, 0.04);
}
.notifier_nav_tab_active::after {
  width: 100%;
}

@media only screen and (max-width: 822px) {
  .notifier_nav_tab_active {
    color: #00b5ec !important;
  }
  .notifier_tab_ul li a {
    font-size: 14px;
    line-height: 54px;
  }
}

@media only screen and (max-width: 575.98px) {
  .notifier_tab_ul li {
    display: inline;
    padding: 0;
    margin: 0 2px;
  }
  .notifier_tab_ul li a {
    font-size: 12px;
    line-height: 44px;
  }
}
@media (max-width: 373px) {
  .notifier_tab_ul li {
    display: inline;
    padding: 0;
    margin: 0 0px;
  }
  .notifier_tab_ul li a {
    font-size: 11px;
    line-height: 40px;
  }
}
