/*----------------------------------------*/
/*  MAIN NAVIGATION - SUPERNOVA
/*----------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap");
:root {
  --primary: #121212;
  --secondary: #555555;
  --black: #121212;
  --black-2: #555555;
  --white: #fff;
  --white-2: #999999;
  --action: #FFCD4D;
}

.dark {
  --primary: #FFFFFF;
  --secondary: #999999;
  --black: #121212;
  --black-2: #555555;
  --white: #fff;
  --white-2: #999999;
  --action: #FFCD4D;
}


.header-area.style-2 {
  width: 99% !important;
}
.header-area.style-2 .header-area__inner {
  padding: 0 50px;
}
@media only screen and (max-width: 767px) {
  .header-area.style-2 .header-area__inner {
    padding: 0 15px;
  }
}
.header-area.style-2 .header__meta .wc-btn-primary {
  font-size: 14px;
  padding: 13px 21px;
  border-radius: 5px;
  color: var(--white);
}

.header-area.sticky {
  position: fixed !important;
  background-color: #FEF2ED;
  top: 0;
}

.header-area.style-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s;
}
.header-area.style-2 .header-area__inner {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  border-bottom: 1px solid rgba(18, 18, 18, 0.06);
  height: 80px;
}
.header-area.style-2 .header-area__inner > *:first-child {
  margin-inline-end: auto;
}
.header-area.style-2 .main-menu li a {
  font-size: 16px;
  font-weight: 600;
}
.header-area.style-2 .search-icon {
  color: var(--primary);
  cursor: pointer;
}
.header-area.style-2 .open-offcanvas span {
  color: var(--white);
  font-size: 13px;
}
@media (max-width: 575px) {
  .header-area.style-2 .header__meta {
    display: none;
  }
}
.header-area.style-2 .wc-btn-primary i {
  font-size: 8px;
}
