.t4-megamenu .navbar-nav > li::before {
  content: "/";
  opacity: .3;
  color: #e6c9a2;
}
.t4-megamenu .dropdown-toggle .item-caret {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  width: 22px;
  color: #e6c9a2 !important;
}
.t4-megamenu .navbar-nav > li:first-child::before {
  content: "";
  opacity: .3;
}
.t4-megamenu .navbar-nav > li > a::before, .t4-megamenu .navbar-nav > li > .nav-link::before {
  display: none;
  border-radius: 50%;
  background-color: rgba(255,255,255,.1);
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  height: 40px;
  width: 40px;
  color: #e6c9a2;
}
.dropdown-menu.level1 {
  background-color: #626049;
}
.t4-megamenu .dropdown-menu li .dropdown-item, .t4-megamenu .dropdown-menu li > .nav-link, .t4-megamenu .dropdown-menu li > a {
  border-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
  display: flex;
  justify-content: space-between;
  padding: .5rem 0;
  white-space: normal;
  height: auto;
}
.dropdown-item {
  font-weight: 400;
  color: var(--t4-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
}
.t4-megamenu .dropdown-menu {
  background: rgba(0,0,0,.89);
  background-color: #626049; 
  box-shadow: 0 0 0 1px rgba(0,0,0,.1);
  border-radius: 0;
  border: 1px solid rgba(255,255,255,.1);
  color: var(--mainnav-text-color);
  min-width: 15rem;
  margin-top: 0;
  padding: 1rem 2rem;
}
#t4-section-1 {
  background-color: #626049;
}
.layout-default #t4-header.t4-header {
  z-index: 1055;
  background-color: #626049 !important;
}
.t4-section-inner.container-fluid {
  max-width: 1920px;
}
.header-block {
  background-color: #626049;
}
.t4-section-inner.container-fluid {
  --t4-gutter-x: 0rem;
}
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
  color: var(--mainnav-link-color);
  font-size: .9375rem;
  padding: 20px 1rem;
  height: 80px;
  line-height: 40px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  text-transform: uppercase;
  position: relative;
}
.navbar-brand a {
  color: #ffffff !important;
  color: var(--heading-color);
  display: inline-block;
  font-weight: 600;
  font-family: var(--heading-font-family);
  font-size: 30px;
  margin-bottom: .5rem;
  text-transform: uppercase;
  line-height: 1;
}