:root {
  --eds-orange: #faa61a;
}

.top-navbar {
  position: fixed;
  top: 20px;
  height: 86px;
  background-color: transparent;
  z-index: 10006;
}

.menu-btns {
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  max-width: 320px;
  max-height: 60px;
}

.menu-toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: var(--eds-orange);
  background-color: #fff;
  border: 3px solid var(--eds-orange);
  border-radius: 10px;
  margin-right: 8px;
  padding: 8px;
  height: 50px;
  width: 50px;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
}

.eds-logo {
  position: relative;
  top: -10px;
  left: 30px;
  max-height: 150px;
}

.lang-selector {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--eds-orange);
  border: 3px solid var(--eds-orange);
  border-radius: 10px;
  padding: 8px;
  height: 60px;
  cursor: pointer;
  margin: 0 20px 0 10px;
  background-color: #fff;
}

.menu-toggle:hover,
.lang-selector:hover {
  background-color: var(--eds-orange);
  color: #fff;
}

.lang-selector:active {
  border: none;
}

.pll-switcher-select {
  border: 0px !important;
  margin-left: 10px;
  padding: 3px;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--eds-orange);
}

.sidebar-menu {
  font-family: "Montserrat", sans-serif !important;
  display: none;
  z-index: 10005;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  text-align: center;
  text-decoration: none !important;
  list-style: none;
  color: #bbb;
  background-color: #faa61a !important;
  padding-top: 100px;
}

.close-btn {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  margin: auto 20px;
}

.menu-container {
  max-width: 92%;
  margin: 8px 4%;
  /* text-align: center; */
}

.sidebar-inner-menu {
  display: flex !important; /* Ensure flexbox is applied */
  flex-direction: column !important; /* Force vertical stacking */
  align-items: center;
  justify-content: center;
  gap: 0px;
}

.sidebar-inner-menu a {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 500 !important;
  line-height: 3rem;
  text-decoration: none !important;
  color: #fff;
  text-transform: uppercase !important;
  padding: 15px auto;
  margin: 15px auto;
}

.social-icons {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.social-icons a {
  color: #fff;
  font-size: 1.5rem;
  padding: 10px;
  margin: 5px;
  border: 3px solid #fff;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.social-icons a:hover {
  border-radius: 10px;
  background-color: #fff;
  color: var(--eds-orange);
}

@media (max-width: 600px) {
  .eds-logo {
    position: absolute;
    top: 0px;
    left: 0px;
    max-height: 120px;
  }
  .menu-btns {
    max-width: 230px;
    right: 10px;
  }
  .sidebar-inner-menu {
    max-width: 90%;
  }
  .sidebar-inner-menu a {
    font-size: 1.65rem;
  }
}

#search-bar {
  display: none;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 86px;
  right: 0;
}

#search-bar input {
  width: 80%;
  margin: 8px 2px 0 30px;
  padding: 10px;
}

#search-bar button {
  height: 100%;
}

form.woocommerce-cart-form
  > table
  > tbody
  > tr.woocommerce-cart-form__cart-item.cart_item
  > td.product-price
  > input {
  display: none;
}

.opacitynone {
  display: none;
}

form.woocommerce-cart-form
  > table
  > tbody
  > tr.woocommerce-cart-form__cart-item.cart_item
  > td.product-price
  > input {
  display: none;
}

.opacitynone {
  display: none;
}

.menu-hr-split {
  width: 25%;
  min-width: 200px;
  margin: auto;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 2px;
}

.hero-slider {
  margin-top: -86px;
}
