.header-v2 .account-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: black;
}
.header-v2 .welcome-text {
  font-size: 12px;
  color: black;
}
.header-v2 .account-name {
  font-size: 16px;
  font-weight: bold;
}
.header-v2 .account-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.header-v2 .li-main-nav-right a {
  color: #555;
  line-height: 15px;
  position: relative;
}

.header-v2 .top-search-bar .input-search {
  background-color: #f6f6f6;
  border: 2px solid black !important;
  border-radius: 3px;
}

.header-v2 button.btn.btn-default.btn-search {
  background: black !important;
}

.header-v2 button.btn.btn-default.btn-search i {
  color: white !important;
}

.header-v2 .navbar-expand {
  justify-content: flex-start !important;
}

.header-v2 ul.dropdown-menu.show {
  position: absolute !important;
  transform: translate3d(0px, 46px, 0px) !important;
  top: 0px;
  left: 0px !important;
  will-change: transform;
  min-width: 180px !important;
  font-size: 1em;
}

.header-v2 ul.dropdown-menu.show i {
  font-size: 1em;
}

.header-v2 .profile-dropdown .dropdown-menu li a {
  padding: 4px 5px !important;
}

.header-v2 .li-main-nav-right a i {
  float: left;
  margin-right: 5px;
  font-size: 1.825rem;
  position: relative;
  color: black;
}

.header-v2 .social-links-top-bar {
  width: 100%;
  display: block;
  position: relative;
  float: left;
}

.header-v2 .social-links-top-bar ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  list-style: none;
  margin-top: 6px;
}

.header-v2 li.nav-item.nav-item-cart.li-main-nav-right {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .top-bar-v2 {
    display: none;
  }
}

.header-v2 .account-link {
  margin: 15px;
}
