.searchform-fields input {
  font-size: 1.1rem;
}
#header,
.sticky-header .header-main.sticky {
  border-top: 0 !important;
}
#header {
  z-index: 99999;
}
.header-wrapper,
#header,
#header > .porto-block {
  height: 175px;
}
/* TOP */
#nannys__header_top {
  height: 65px;
  background: #e37888;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 0;
}

#nannys__header_top .nannys__left > .wpb_wrapper {
  justify-content: flex-start;
}
#nannys__header_top .nannys__middle > .wpb_wrapper {
  justify-content: center;
}

#nannys__header_top .nannys__right > .wpb_wrapper {
  justify-content: flex-end;
}

#header .share-links > a {
  box-shadow: none !important;
  background-color: transparent !important;
}
/* MAIN */
#nannys__header_main {
  justify-content: center;
  align-items: center;
  height: 115px;
}
#nannys__header_main .nannys__col {
  flex: 0 0 auto;
}

/* LEFT */
#nannys__header_main .nannys__left {
  width: 20%;
}
/* MIDDLE */
#nannys__header_main .nannys__middle {
  width: 70%;
}
/* RIGHT */
#nannys__header_main .nannys__right {
  width: 10%;
}
#nannys__header_main .nannys__right > .wpb_wrapper {
  justify-content: flex-end;
}
#mini-cart .minicart-icon,
#header .searchform-popup .search-toggle,
#header .my-account {
  font-size: 20px !important;
  color: #72a681 !important;
}
#header .my-account {
  margin-bottom: 1px;
}
#header .my-account:after {
  display: none !important;
}

#mini-cart .cart-items,
.gutenberg-hb .compare-count,
.my-wishlist .wishlist-count,
header .compare-count {
  background: #789099 !important;
}
#nannys__header_main .nannys__right .searchform-popup {
  margin-right: 0 !important;
}
#nannys__header_main .main-menu > li.menu-item {
  margin: 0 6px 0 0;
}
#nannys__header_main .main-menu > li.menu-item > a {
  font-family: var(--advent_pro);
  text-transform: capitalize;
  color: #789099 !important;
  border: 1px solid transparent;
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 600;
  background: transparent !important;
  padding: 0.4rem 1rem;
}
#nannys__header_main .main-menu > li.menu-item.pink_menu > a {
  color: #e37888 !important;
}
#nannys__header_main .main-menu > li.menu-item.active > a,
#nannys__header_main .main-menu > li.menu-item:hover > a {
  border-color: #789099;
}
#nannys__header_main .main-menu > li.menu-item.active > a::before,
#nannys__header_main .main-menu > li.menu-item:hover > a::before {
  content: '';
  position: absolute;
  font-family: 'FontAwesome';
  width: 15px !important;
  height: 1px !important;
  background-color: #fff;
  top: -1px;
  left: 15px;
  z-index: 1;
}
#nannys__header_main .main-menu > li.menu-item.active > a::after,
#nannys__header_main .main-menu > li.menu-item:hover > a::after {
  content: '';
  position: absolute;
  width: 15px !important;
  height: 1px !important;
  background-color: #fff;
  bottom: -1px;
  right: 15px;
  z-index: 1;
}
#nannys__header_main .main-menu .narrow ul.sub-menu {
  border-top: none !important;
  padding: 0.7rem 0.2rem;
}
.mega-menu .narrow ul.sub-menu {
  background-color: #fff !important;
}
#nannys__header_main .main-menu .narrow ul.sub-menu li a,
.mega-menu .narrow li.menu-item > a {
  background-color: #fff;
  font-family: var(--advent_pro);
  text-transform: capitalize;
  color: #789099 !important;
  border: 1px solid transparent;
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 600;
  background: transparent !important;
  padding: 0.4rem 1rem;
}

/* STICKY HEADER */
.porto_new_sticky .logo img {
  scale: 0.75;
  transition: all 1.5s ease;
}

.porto_new_sticky {
  position: fixed;
  z-index: 9999;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  animation-name: sticky1;
  animation-duration: 1s;
  animation-delay: 0s;
}

body.logged-in.admin-bar .porto_new_sticky {
  top: 32px;
  animation-name: sticky2;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}

@keyframes sticky1 {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}

@keyframes sticky2 {
  0% {
    top: -200px;
  }
  100% {
    top: 32px;
  }
}
