html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

.header__menu-toggler {
  font-size: 24px;
  border: none;
  background: transparent;
}

#mobile-menu .modal-body {
  background-color: var(--tertiary)!important;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.nav-item.dropdown .nav-link.dropdown-toggle {
  pointer-events: none;
  cursor: default;
}

.dropdown-menu {
  border-radius: 0!important;
}

.dropdown-item:hover {
  background-color: var(--tertiary);
}

.fa-bell, .fa-cog {
  font-size: 26px;
  color: #8d8c8c;
}

.bell-link {
  left: 10px;
  position: relative;
}

.icon-num {
  background-color: var(--tertiary);
  color: var(--primary);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  font-weight: bold;
  left: -10px;
  position: relative;
}

.header-user {
  width: 40px;
  height: 40px;
}

@media (min-width: 991.98px) {
  #purchase-logo-wrapper {
    width: 100%;
  }
}

.navbar .nav-link {
  color: var(--primary);
  font-family: 'Montserrat', sans-serif!important;
}

.navbar .nav-link:hover {
  background-image: linear-gradient(120deg, var(--tertiary), var(--tertiary)); 
  background-repeat: no-repeat;
  background-size: 100% 0.7em;
  background-position: 0 68%;
  font-weight: inherit;
}

.navbar-nav .nav-item:last-of-type a:hover {
  text-decoration: none;
  background: none;
  color: var(--tertiary);
}

.opinion-wrapper img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
}

.login-area {
  min-width: 350px;
  translate: -75%;
  position: relative;
}

.header-social-links {
  text-decoration: none;
  width: 100%;
  border-radius: 5px;
}

.login-fb {
  background-color: #4267B2;
  color: var(--social-login-color)!important;
}

.login-twitter {
  background-color: #1DA1F2;
  color: var(--social-login-color);
}

.dropdown-item {
  border-bottom: 1px solid #f0f0f0;
  font-family: 'Montserrat', sans-serif!important;
}

.mobile-nav-list-item {
  border: none;
  border-color: none!important;
  border-bottom: 1px solid var(--primary);
  background-color: transparent;
  font-family: 'Poppins', sans-serif;
}

.mobile-nav-list-item:hover {
  border: none;
  border-color: none!important;
  border-bottom: 1px solid var(--primary);
  background-color: transparent!important;
}

.mobile-nav-list-item a {
  border: none;
  border-color: none!important;
  background-color: transparent;
  color: var(--primary);
}

.mobile-nav-list-item a:hover {
  border: none;
  border-color: none!important;
  background-color: transparent;
  color: var(--primary);
}

.no-account-yet {
  font-size: 12px;
}

.no-account-yet span {
  top: 1px;
  position: relative;
  color: var(--primary-tint-3);
}

.no-account-yet a, .forgot-pwd {
  text-decoration: none;
}

.forgot-pwd {
  font-size: 12px;
  color: #ccc;
}

.login-label {
  color: #d9d9d9;
  font-size: 14px;
}

.nav-footer-socials {
  color: var(--primary);
  font-size: 20px;
}
