.stack-menu {
  background-color: transparent;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /*
  -webkit-box-shadow: 0 6px 32px 0 rgba(0,0,0,0.1);
          box-shadow: 0 6px 32px 0 rgba(0,0,0,0.1);
          */
  overflow: hidden;
}
.stack-menu--active {
  display: block;
}
.stack-menu__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: none;
}
.stack-menu__list--active {
  display: block;

  display: flex;
  flex-direction: column;
  gap: 4px;
}
.stack-menu__item--hidden {
  display: none;
}
.stack-menu__link {
  /*
  padding-top: 14px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 14px;
  */
  padding: 6px 0;
  display: block;
  text-decoration: none;
  position: relative;
  color: #000;
  -webkit-transition: color 0.25s ease-in-out,
    background-color 0.25s ease-in-out, background-image 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
    background-image 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
    background-image 0.25s ease-in-out;
  /*Font size*/
  font-size: 16px;
  border-radius: 4px;

  transition: all 0.25s;

  display: flex;
  align-items: center;
  gap: 8px;
}
.stack-menu__link--parent,
.stack-menu__link--back {
  -webkit-background-size: 6px 12px;
  background-size: 6px 12px;
  background-repeat: no-repeat;
}
.stack-menu__link--parent {
  background-position: center right 0px;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000' fill-rule='evenodd'%3E%3Cpath d='M.087 1.656L1.232.318l4.681 5.026-1.145 1.338z'/%3E%3Cpath d='M4.768 5.318l1.145 1.338-4.68 5.026-1.146-1.338z'/%3E%3C/g%3E%3C/svg%3E");
}
.stack-menu__link--back {
  background-position: center left 0px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.843063 6.28898L6.50006 0.631985L7.91406 2.04598L2.96406 6.99599L7.91406 11.946L6.50006 13.36L0.843063 7.70299C0.655592 7.51546 0.550276 7.26115 0.550276 6.99599C0.550276 6.73082 0.655592 6.47651 0.843063 6.28898Z' fill='%234c311b'/%3E%3C/svg%3E");
  padding: 0 20px;
  margin-bottom: 6px;

  font-size: 22px;
  color: #0f1e45 !important;
  line-height: 36px;
}

.stack-menu__link--hidden {
  display: none;
}
.stack-menu__link:hover {
  color: #3c2415 !important;
  background-color: #3c241533;
  padding: 6px 16px;
}
.stack-menu__link--parent:hover {
  /*background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M.087 1.656L1.232.318l4.681 5.026-1.145 1.338z'/%3E%3Cpath d='M4.768 5.318l1.145 1.338-4.68 5.026-1.146-1.338z'/%3E%3C/g%3E%3C/svg%3E");*/
  background-position: center right 16px;
}
.stack-menu__link--back:hover {
  /*background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M5.913 1.656L4.768.318.087 5.344l1.145 1.338z'/%3E%3Cpath d='M1.232 5.318L.087 6.656l4.68 5.026 1.146-1.338z'/%3E%3C/g%3E%3C/svg%3E");*/
  padding: 0 20px;
  background-color: transparent;
  color: #0f1e45 !important;
}

#menu-mobile-menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/*Secondary Menu*/
.mobile-secondary--menu {
  margin: 24px 0;
  padding-bottom: 24px;

  border-bottom: 1px solid #bdb8b0;
  border-radius: 0;
}

/*Language Selector*/
.mobile-menu--language img {
  border: 1px solid #3c2415 !important;
  border-radius: 4px !important;

  width: 24px;
  height: auto;
}
/*New Lang Selector*/
.languages-menu li a {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 32px !important;
  padding: 0 !important;

  margin-bottom: 4px !important;
}
.languages-menu img {
  border: 1px solid #3c2415 !important;
  border-radius: 4px !important;

  width: 24px;
  height: auto;
}

.languages-menu .sub-arrow svg {
  font-size: 18px;
}

.languages-menu li.menu-item-has-children > a.has-submenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/**/
#menu-mobile-menu .fw-bold a {
  font-weight: 700;
}

/*Mobile Menu Search*/
.mobile-menu--search .aws-search-field {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-color: #c49a6c !important;

  font-size: 14px;
}

.mobile-menu--search .aws-search-btn {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  background: #c49a6c !important;
  border: 1px solid #c49a6c !important;
}

.mobile-menu--search .aws-search-btn svg path {
  fill: #fff;
}

/*Cookie Notice*/
.cky-btn-revisit-wrapper {
  z-index: 999 !important;
}
