/*
* ----------[NOTIFICATION BAR]--------*
*/
#polybar {
  width: 100%;
  background: var(--yellow);
  color: var(--white);
  font-size: var(--copyFontSmall);
  text-align: center;
  z-index: 99999;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--museo);
}
#polybar .message-text {
  flex: 1 1 auto;
  font-size: var(--copyFontSmall);
  padding: 0 10px 0 50px;
}
#polybar .message-text a {
  color: var(--white);
  font-weight: 700;
}
#polybar .close-btn {
  margin-right: 20px;
  margin-left: 20px;
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#polybar .close-btn:before {
  content: '';
  position: absolute;
  background-color: var(--white);
  height: 2px;
  top: 50%;
  left: 50%;
  width: 14px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.3s ease-in-out;
}
#polybar .close-btn:after {
  content: '';
  position: absolute;
  background-color: var(--white);
  width: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 14px;
  transition: all 0.3s ease-in-out;
}
/*
* ----------[SOCIAL NETWORKS]--------*
*/
.social-networks-shortcode ul {
  list-style: none;
  padding: 0;
  display: flex;
}
.social-networks-shortcode ul li a {
  display: flex;
  transition: all 0.3s ease-in-out;
}
.social-networks-shortcode ul li:not(:last-child) {
  margin-right: 35px;
}
.et-social-icon.fa-icon a.icon:before {
  content: '';
}
/*
* --------[HEADER]--------*
*/
.et-db #et-boc .et-l #header-section {
  position: fixed;
  width: 100%;
  z-index: 999;
}
body.menu-open.et-db #et-boc .et-l #header-section {
  background-color: var(--bisque) !important;
}
.et-db #et-boc .et-l #header-row {
  display: flex;
  align-items: center;
  padding: 26px 0;
  transition: 0.4s ease;
}
body.shrink #header-row {
  padding: 0;
}
.et-db #et-boc .et-l #header-row .et_pb_column {
  width: auto;
  margin: 0;
  line-height: 0;
}
.et-db #et-boc .et-l #header-row .et_pb_column:nth-child(2) {
  margin: auto;
}
.et-db #et-boc .et-l .menu-main-menu-container {
  transition: 0.4s ease;
}
body.shrink .menu-main-menu-container,
body.menu-open--main .menu-main-menu-container {
  opacity: 0;
  visibility: hidden;
}
.et-db #et-boc .et-l ul#menu-main-menu {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 50px;
}
/* Make menu links flex containers */
.et-db #et-boc .et-l ul#menu-main-menu li a {
  display: inline-flex;
  gap: 6px;
  color: var(--bisque);
  transition: 0.4s ease;
}
body.menu-open.et-db #et-boc .et-l ul#menu-main-menu li a,
.et-db.single.single-post #et-boc .et-l ul#menu-main-menu li a,
.et-db.woocommerce #et-boc .et-l ul#menu-main-menu li a {
  color: var(--TT-Red);
}
.et-db #et-boc .et-l ul#menu-main-menu li a:hover,
body.menu-open.et-db #et-boc .et-l ul#menu-main-menu li a:hover,
body.single.single-post:not(.shrink) ul#menu-main-menu li a:hover {
  color: var(--bronze);
}
.et-db #et-boc .et-l .menu-arrow,
.et-db #et-boc .et-l .menu-main-mega-menu-container .menu-arrow {
  display: flex;
  padding-top: 6px;
}
.et-db #et-boc .et-l .menu-main-mega-menu-container .menu-arrow {
  padding-top: 8px;
  margin-left: 5px;
}
/* Rotate the arrow when the mega menu is open */
body.menu-open--resources .resources-link .menu-arrow svg,
body.menu-open--joinus .joinus-link .menu-arrow svg {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

/* Optional: make the arrow transition smoother */
.et-db #et-boc .et-l .menu-arrow svg {
  transition: transform 0.3s ease;
}

.et-db #et-boc .et-l .logo {
  width: 150px;
}
.et-db #et-boc .et-l .logo svg path {
  transition: 0.4s ease;
}
.et-db #et-boc .et-l .logo svg {
  max-width: 100%;
  transition: 0.4s ease;
}
.et-db #et-boc .et-l .logo:hover svg path,
body.single.single-post:not(.shrink) .logo:hover svg path {
  fill: var(--bronze);
}
body.menu-open--main .logo svg path,
body.single.single-post .logo svg path {
  fill: var(--TT-Red);
}
body.shrink .logo:hover svg path {
  opacity: 0.6;
}
body.shrink .logo svg {
  width: 155px;
}
body.shrink .logo svg path#square {
  fill: var(--bronze);
}
body.shrink .logo svg path:not(#square) {
  opacity: 0;
  visibility: hidden;
}
.et-db #et-boc .et-l .site-controls .et_pb_code_inner {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}
.et-db #et-boc .et-l .cart-icon-wrapper {
  position: relative;
  display: inline-block;
  /* margin-left: 20px; */
}
.et-db #et-boc .et-l .cart-icon-link,
.et-db #et-boc .et-l .profile-icon-link,
.et-db #et-boc .et-l .menu-icon-link {
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
}
.et-db #et-boc .et-l .cart-icon-link svg path,
.et-db #et-boc .et-l .profile-icon-link svg path,
.et-db #et-boc .et-l .menu-icon-link svg rect {
  transition: 0.4s ease;
}
body.shrink .cart-icon-link svg path,
body.shrink .profile-icon-link svg path,
body.shrink .menu-icon-link svg rect,
.cart-icon-link:hover svg path,
.profile-icon-link:hover svg path,
.menu-icon-link:hover svg rect,
body.single.single-post:not(.shrink) .cart-icon-link:hover svg path,
body.single.single-post:not(.shrink) .profile-icon-link:hover svg path,
body.single.single-post:not(.shrink) .menu-icon-link:hover svg rect {
  fill: var(--bronze);
}
body.shrink .cart-icon-link:hover svg path,
body.shrink .profile-icon-link:hover svg path,
body.shrink .menu-icon-link:hover svg rect {
  opacity: 0.6;
}

.et-db #et-boc .et-l .cart-status-indicator {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: var(--TT-Red);
  color: var(--white);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.et-db.shrink #et-boc .et-l .cart-status-indicator {
  background-color: var(--bronze);
}
/*
* ----------[MENU ICON]--------*
*/
.et-db #et-boc .et-l .menu-icon {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.et-db #et-boc .et-l .top-bar,
.et-db #et-boc .et-l .middle-bar,
.et-db #et-boc .et-l .bottom-bar {
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,
    fill 0.3s ease-in-out;
  transform-origin: center;
}

/* Morph into X */
body.menu-open.et-db #et-boc .et-l .top-bar {
  transform: translate(-12px, 9px) rotate(45deg);
  fill: #871b28;
}

body.menu-open.et-db #et-boc .et-l .middle-bar,
body.shrink.menu-open .menu-icon-link:hover .middle-bar {
  opacity: 0;
}

body.menu-open.et-db #et-boc .et-l .bottom-bar {
  transform: translate(-11px, -8px) rotate(-45deg);
  fill: #871b28;
}
/*
* ----------[MAIN MEGA MENU]--------*
*/
/* Base hidden state for all mega menus */
.et-db #et-boc .et-l #main-mega-menu-section,
.et-db #et-boc .et-l #resources-mega-menu-section,
.et-db #et-boc .et-l #joinus-mega-menu-section {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: scroll;
  padding-top: 140px;
  opacity: 0;
  visibility: hidden;
  z-index: 998;
  transition: 0.4s ease;
  padding-bottom: 10%;

  /* Hide scrollbar styles */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE + Edge */
}
.et-db #et-boc .et-l #main-mega-menu-section::-webkit-scrollbar,
.et-db #et-boc .et-l #resources-mega-menu-section::-webkit-scrollbar,
.et-db #et-boc .et-l #joinus-mega-menu-section::-webkit-scrollbar {
  display: none; /* Chrome + Safari */
}

/* Visible state for main */
.et-db #et-boc .et-l #main-mega-menu-section.menu-open--main {
  opacity: 1;
  visibility: visible;
}

/* Visible state for resources */
.et-db #et-boc .et-l #resources-mega-menu-section.menu-open--resources {
  opacity: 1;
  visibility: visible;
}

/* Visible state for join us */
.et-db #et-boc .et-l #joinus-mega-menu-section.menu-open--joinus {
  opacity: 1;
  visibility: visible;
}

body.menu-open.et-db #et-boc .et-l .logo svg path,
body.menu-open.et-db #et-boc .et-l .cart-icon-link svg path,
body.menu-open.et-db #et-boc .et-l .profile-icon-link svg path,
body.menu-open.et-db #et-boc .et-l .menu-icon-link svg rect,
body.single.single-post:not(.shrink) .logo svg path,
body.single.single-post:not(.shrink) .cart-icon-link svg path,
body.single.single-post:not(.shrink) .profile-icon-link svg path,
body.single.single-post:not(.shrink) .menu-icon-link svg rect,
body.woocommerce:not(.shrink) .logo svg path,
body.woocommerce:not(.shrink) .cart-icon-link svg path,
body.woocommerce:not(.shrink) .profile-icon-link svg path,
body.woocommerce:not(.shrink) .menu-icon-link svg rect {
  fill: var(--TT-Red);
}
.et-db #et-boc .et-l .menu-main-mega-menu-container ul {
  padding: 0;
  list-style: none;
}
.et-db #et-boc .et-l .menu-main-mega-menu-container ul li:not(:last-child) {
  margin-bottom: 38px;
}
.et-db #et-boc .et-l .menu-main-mega-menu-container ul li a {
  letter-spacing: 3.75px;
  color: var(--TT-Red);
  transition: 0.3s ease;
  display: flex;
}
.et-db #et-boc .et-l .menu-main-mega-menu-container ul li a:hover {
  color: var(--bronze);
}
header .social-networks-shortcode .et-social-icon a {
  color: var(--TT-Red);
  transition: 0.3s ease;
}
header .social-networks-shortcode .et-social-icon a:hover {
  color: var(--bronze);
}
@media only screen and (min-width: 981px) {
  header .social-networks-shortcode {
    justify-content: flex-start;
  }
  .et-db #et-boc .et-l .logo {
    width: 197px;
  }
  .cart-icon-wrapper,
  .profile-icon-wrapper {
    margin-right: 10px;
    margin-left: 0;
  }
  .cart-status-indicator {
    top: -7px;
    right: -7px;
    width: 16px;
    height: 16px;
  }
}
@media only screen and (max-width: 1150px) {
  .et-db #et-boc .et-l ul#menu-main-menu {
    gap: 30px;
  }
}
@media only screen and (max-width: 980px) {
  .cart-icon-wrapper svg {
    width: 20px;
  }
  .et-db #et-boc .et-l .menu-main-mega-menu-container ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .et-db #et-boc .et-l .menu-main-mega-menu-container ul li.heart a {
    padding-right: 0px;
  }
  .et-db #et-boc .et-l #main-mega-menu-section,
  .et-db #et-boc .et-l #resources-mega-menu-section,
  .et-db #et-boc .et-l #joinus-mega-menu-section {
    padding-bottom: 50%;
  }
}
