.header-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
}

.header-top .grid-header-top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 375px;
      grid-template-columns: auto 375px;
  grid-gap: 15px;
  padding: 15px 0 15px;
}

@media (max-width: 991px) {
  .header-top .grid-header-top {
    -ms-grid-columns: 90px auto;
        grid-template-columns: 90px auto;
    grid-gap: 15px;
  }
}

.header-top .grid-header-top .widget-left {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px 200px auto;
      grid-template-columns: 150px 200px auto;
  grid-gap: 10px;
}

@media (max-width: 991px) {
  .header-top .grid-header-top .widget-left {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.header-top .grid-header-top .widget-left button {
  width: 100%;
  height: 40px;
  border-radius: 30px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: var(--color-1);
  position: relative;
  top: 3px;
}

.header-top .grid-header-top .widget-left button svg {
  fill: #fff;
  position: relative;
  right: 5px;
  top: -1px;
}

.header-top .grid-header-top .widget-left .search-box form {
    display : grid;
    grid-template-columns : auto 40px;
    grid-gap : 5px;
}

.header-top .grid-header-top .widget-left .search-box input {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 20px;
  height: 40px;
  position: relative;
  top: 3px;
  outline: none;
  background: #f1f1f1;
  padding-left: 15px;
}

.header-top .grid-header-top .widgets-right > div {
  float: right;
  text-align: right;
  margin-right: 10px;
}

.header-top .grid-header-top .widgets-right > div:first-child {
  margin-right: 0;
}

.header-top .grid-header-top .widgets-right .phone-number h5 {
  font-size: 16px;
  margin: 0 0 7.5px;
  font-weight: bold;
  color: var(--color-1);
  position: relative;
  top: 4px;
}

.header-top .grid-header-top .widgets-right p {
  font-size: 13px;
}

.header-top .grid-header-top .widgets-right .profile {
  text-align: center;
}

.header-top .grid-header-top .widgets-right .profile svg {
  width: 18px;
}

.header-top .grid-header-top .widgets-right .wbhcart {
  background: #A8C73A;
  border-radius: 4px;
  padding: 2px 5px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px auto 25px;
      grid-template-columns: 40px auto 25px;
  grid-gap: 5px;
  cursor: pointer;
}

.header-top .grid-header-top .widgets-right .wbhcart::after {
  display: none;
}

.header-top .grid-header-top .widgets-right .wbhcart .headcart {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.header-top .grid-header-top .widgets-right .wbhcart .svgbg {
  position: relative;
}

.header-top .grid-header-top .widgets-right .wbhcart .svgbg svg {
  position: relative;
  top: 6px;
  width: 28px;
  height: 24px;
  fill: var(--color-1);
}

.header-top .grid-header-top .widgets-right .wbhcart #Cartcount {
  position: absolute;
  top: 16px;
  right: 2px;
  background: var(--color-3);
  color: #fff;
  border-radius: 100%;
  font-size: 9px;
  min-width: 12px;
  min-height: 12px;
  text-align: center;
  line-height: 12px;
}

.header-top .grid-header-top .widgets-right .wbhcart .hcart {
  text-align: left;
  position: relative;
  top: -3px;
}

.header-top .grid-header-top .widgets-right .wbhcart .hcart span {
  font-size: 11px;
  text-transform: capitalize;
}

.header-top .grid-header-top .widgets-right .wbhcart .hcart .cart-tot {
  margin: 0;
  font-size: 12px;
  color: #fff;
}

.header-top .grid-header-top .widgets-right .wbhcart .icon-caret {
  width: 10px;
  height: 10px;
  top: 15px;
  right: 0;
  position: relative;
  margin: 0 auto;
  fill: var(--color-1);
  font-weight: bold;
}

@media (max-width: 991px) {
  .header-top .logo img {
    position: relative;
    top: 8px;
  }
}

.sm-xs-menu-btn button {
  border: none;
  font-size: 20px;
  position: relative;
  top: 1px;
  width: 40px;
  height: 40px;
  background: var(--color-1);
  color: #fff;
  border-radius: 3px;
}

.dropdown-menu {
  padding: 0;
  width: 100%;
  min-width: 350px;
  border-radius: 10px;
}

.dropdown-menu::before {
  content: '';
  position: absolute;
  left: 18px;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--color-2);
}

.dropdown-menu li a {
  font-size: 15px;
  padding: 12px 16px 6px;
  position: relative;
  padding-left: 45px;
}

.dropdown-menu li a:hover {
  background: transparent;
}

.dropdown-menu li a img {
  position: absolute;
  left: 10px;
  top: 10px;
  border: 1px solid #eee;
  border-radius: 4px;
  width: 25px;
}

.dropdown-menu li:last-child a {
  padding-bottom: 12px;
}

.navbar-expand-lg {
  padding: 0;
}

.navbar-expand-lg .navbar-nav li {
  padding: 0 5px;
}

.navbar-expand-lg .navbar-nav li .nav-link {
  font-size: 14px;
  padding: 0 10px 15px;
}

.navbar-expand-lg .navbar-nav li .nav-link:first-child {
  padding-left: 0;
}

.dropdown-menu[data-bs-popper] {
  margin-top: 0;
}
/*# sourceMappingURL=header.css.map */