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

.top-navbar {
  height: 86px;
  z-index: 10000;
  background-color: transparent;
}

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

.eds-logo {
  position: relative;
  top: 10px;
  max-height: 180px;
  margin-top: 60px;
}

.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);
}
/*
.pll-switcher-select option {
  border: none !important;
  border-radius: 5px;
  font-weight: bold;
}
*/
.sidebar-menu {
  display: none;
  z-index: 10000;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  text-align: center;
  text-decoration: none !important;
  list-style: none;
  color: #bbb;
  background-color: #faa61a !important;
}

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

.menu-container {
  max-width: 96%;
  margin: auto;
}

.sidebar-inner-menu {
  display: flex !important; /* Ensure flexbox is applied */
  flex-direction: column !important; /* Force vertical stacking */
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
}

.sidebar-inner-menu a {
  /* flex-direction: row; */
  text-decoration: none !important;
  color: #fff;
}

.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);
}

#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;
}
