.top-bar {
  position: relative;
  background-color: var(--color-1);
  padding: 5px;
}
.top-bar .top-bar-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.top-bar .top-bar-grid p {
  margin: 0;
  color: #fff;
}
.top-bar .top-bar-grid .right {
  text-align: right;
}
.top-bar .top-bar-grid .right a {
  display: inline-block;
  padding: 0px 10px;
  color: #fff;
}
@media (max-width: 767px) {
  .top-bar .top-bar-grid {
    grid-template-columns: 1fr auto;
    grid-gap: 5px;
  }
}

.header-top {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #edf5dd;
}
.header-top .grid-header-top {
  display: grid;
  grid-template-columns: 280px auto;
  grid-gap: 15px;
}
.header-top .grid-header-top .widget-left {
  display: grid;
  grid-template-columns: 1fr 150px;
  grid-gap: 20px;
}
@media (max-width: 991px) {
  .header-top .grid-header-top .widget-left {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 992px) {
  .header-top .grid-header-top .widget-left .menu-icon {
    display: flex;
  }
}
.header-top .grid-header-top .widget-left .menu-icon button {
  margin: auto 0;
  border: none;
  background-color: var(--color-1);
  color: #fff;
  padding: 6px 14px;
  border-radius: 30px;
  width: 100%;
}
.header-top .grid-header-top .widget-left .logo {
  padding: 5px 0;
}
@media (max-width: 991px) {
  .header-top .grid-header-top {
    grid-template-columns: 88px auto;
    grid-gap: 15px;
  }
}
@media (max-width: 767px) {
  .header-top .grid-header-top {
    grid-template-columns: 60px auto;
    grid-gap: 15px;
    padding-top: 5px;
  }
}
@media (max-width: 1366px) {
  .header-top .container {
    width: 96%;
    max-width: none;
  }
}

.page-header-2 {
  text-align: center;
  padding: 10px 10px;
  background-color: #8b2521;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.page-header-2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 0;
}
.page-header-2 .container {
  position: relative;
  z-index: 10;
}
.page-header-2 * {
  color: #fff;
}
.page-header-2 h2 {
  margin-bottom: 5px;
  font-size: 20px;
}

#searchModal .modal-content {
  border-radius: 0;
}

#searchModal .modal-body {
  padding: 0;
}

.close-btn-block {
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: 5px;
  background: var(--color-1);
  color: #fff;
  border-radius: 20px;
  margin-top: 20px;
}

.close-btn-block button {
  border: none;
  background: transparent;
  color: #fff;
}

#searchModal .search-part {
  margin: 0;
}

#searchModal .search-part input {
  height: 65px;
  padding: 10px 20px;
  font-size: 22px;
  border: none;
  background: #eee;
  border-radius: 0;
  box-shadow: none !important;
  outline: none;
  margin-top: 0;
}

#searchModal .search-part button {
  top: 13px;
  right: 17px;
  font-size: 24px;
  outline: none;
  box-shadow: none;
  position: absolute;
  border: none;
}

#searchModal .quick-search {
  padding: 20px 20px 15px;
}

#searchModal .quick-search h5 {
  text-transform: uppercase;
  margin: 0;
  color: var(--color-1);
}

#searchModal .quick-search ul {
  margin: 15px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

@media (max-width: 767px) {
  #searchModal .quick-search ul {
    grid-template-columns: 1fr 1fr;
  }
}
#searchModal .quick-search ul li {
  display: block;
  height: 100%;
}

#searchModal .quick-search ul li:last-child {
  margin-right: 0;
}

#searchModal .quick-search ul li a {
  display: block;
  padding: 5px 12px 4px;
  /* background: #eee; */
  color: #222;
  border-radius: 5px;
  border: 1px solid #2b2a2a;
  height: 100%;
  font-size: 16px;
  line-height: 25px;
}

#searchModal .quick-search ul li.active a {
  background: var(--color-2);
  border-color: var(--color-2);
  color: #fff;
  pointer-events: none;
}

.search-part {
  position: relative;
}

.header-top .grid-header-top .widgets-right > div {
  float: right;
  text-align: right;
  margin-right: 0;
  position: relative;
  top: 10px;
}
@media (max-width: 767px) {
  .header-top .grid-header-top .widgets-right > div {
    top: -2px;
  }
}
.header-top .grid-header-top .widgets-right > div nav {
  display: block;
}
.header-top .grid-header-top .widgets-right > div nav > ul {
  display: block;
  width: 100%;
}

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

.header-top .grid-header-top .widgets-right .phone-number .btn-1 {
  position: relative;
  top: 2px;
  border-radius: 20px;
  padding: 8px 16px;
}
.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;
  display: inline-block;
  background: var(--color-1);
  border-radius: 4px;
  padding: 0px 5px;
  color: #fff;
}
.header-top .grid-header-top .widgets-right .profile.acc {
  background: var(--color-2);
}

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

.header-top .grid-header-top .widgets-right .profile.cart a {
  width: 90px;
  margin-right: 0;
  border-radius: 6px;
  color: #fff;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  .header-top .grid-header-top .widgets-right .profile.cart a {
    width: 45px;
  }
}
.header-top .grid-header-top .widgets-right .profile.cart a p {
  color: #fff;
}
.header-top .grid-header-top .widgets-right .profile.cart a span.badge {
  position: absolute;
  right: 25px;
  top: 7px;
  border-radius: 14px;
  text-align: center;
  padding: 2px 5px;
  background: var(--color-2);
  font-weight: normal;
}
.header-top .grid-header-top .widgets-right .profile.cart a svg {
  fill: #222;
}

@media (max-width: 991px) {
    .header-top .logo {
        display: flex;
        align-items: center;
    }

    .header-top .logo img {
        width: 200px;
        height: auto;
    }
}
@media (max-width: 991px) {
    .header-top .logo {
        width: 90px;
    }
}

.sm-xs-menu-btn > div {
  display: inline-block;
}
.sm-xs-menu-btn a {
  color: #222;
  display: flex;
  text-align: left;
}
.sm-xs-menu-btn a:hover .icon {
  border-radius: 12px;
}
.sm-xs-menu-btn a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 12px 12px 28px 12px;
  background: rgba(173, 214, 108, 0.2);
  transition: all 0.2s ease;
}
.sm-xs-menu-btn a .icon.bg2 {
  background: rgba(52, 119, 88, 0.1);
}
.sm-xs-menu-btn a .icon.bg3 {
  background: rgba(244, 195, 64, 0.2);
}
.sm-xs-menu-btn a .icon i {
  font-size: 19px;
  line-height: 1;
  color: var(--color-1);
}

.dropdown-menu {
  padding: 0;
  width: 100%;
  min-width: 200px;
  border-radius: 10px;
  top: 100%;
  padding: 13px 10px 5px;
}

.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: 2px 12px 2px;
  position: relative;
}

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

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

.dt-xs {
  background: transparent;
  border: none;
  color: #222;
  font-size: 14px;
  outline: none;
  padding: 14px 10px !important;
  outline: none !important;
  box-shadow: none !important;
  display: inline-block !important;
}
.dt-xs img {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  float: left;
  margin-right: 10px;
}
.dt-xs::after {
  display: none;
}

.menu-grid .inner {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 5px;
  background-color: transparent;
  position: relative;
  top: 8px;
}
.menu-grid .inner .right > div {
  display: inline-block;
  margin-left: 15px;
}
.menu-grid .inner .right a {
  color: #222;
  display: flex;
  text-align: left;
}
.menu-grid .inner .right a:hover .icon {
  border-radius: 12px;
}
.menu-grid .inner .right a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 12px 12px 28px 12px;
  background: rgba(173, 214, 108, 0.2);
  transition: all 0.2s ease;
}
.menu-grid .inner .right a .icon.bg2 {
  background: rgba(52, 119, 88, 0.1);
}
.menu-grid .inner .right a .icon.bg3 {
  background: rgba(244, 195, 64, 0.2);
}
.menu-grid .inner .right a .icon i {
  font-size: 19px;
  line-height: 1;
  color: var(--color-1);
}
.menu-grid .inner .right .site-header-account a {
  color: #222;
  display: flex;
  text-align: left;
}
.menu-grid .inner .right .site-header-account a:hover .icon {
  border-radius: 12px;
}
.menu-grid .inner .right .site-header-account a span {
  display: block;
  font-size: 15px;
  line-height: 18px;
  margin-left: 10px;
}
.menu-grid .inner .right .site-header-account a span:first-child {
  margin-top: 6px;
}

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

body.abs-menu .menu-grid {
  position: absolute;
  top: 64px;
  left: 0px;
  width: 100%;
  z-index: 2;
  background: transparent;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.navbar-expand-lg .navbar-nav > li {
  padding: 0 5px;
  display: inline-block;
}
.navbar-expand-lg .navbar-nav > li button {
  background: transparent;
  border: none;
  color: #222;
  font-size: 14px;
  outline: none;
  padding: 15px 10px;
}
.navbar-expand-lg .navbar-nav > li button img {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  float: left;
  margin-right: 10px;
}
.navbar-expand-lg .navbar-nav > li button::after {
  display: none;
}

.navbar-expand-lg .navbar-nav li .nav-link {
  font-size: 14px;
  padding: 14px 15px;
  text-transform: capitalize;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  color: #222;
}
.navbar-expand-lg .navbar-nav li .nav-link:hover {
  color: var(--color-3);
}

body.abs-menu .navbar-expand-lg .navbar-nav li .nav-link {
  color: #222;
}

.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 */