.page-template-single-menu {
  background-color: #bcdfd7 !important;
}
.page-template-single-menu .elementor .elementor-element {
  padding: 0;
}
.page-template-single-menu .elementor .elementor-element .e-con-inner {
  padding: 0;
  margin: 0;
}

#fundMenu {
  background-color: #bcdfd7;
  padding: 30px 0;
  overflow: hidden;
  font-family: "Carrosserie", sans-serif;
  min-height: 100vh;
  min-width: 100vw;
}
#fundMenu .logo {
  padding: 20px;
  margin-top: 16px;
}
#fundMenu .logo svg {
  max-width: 150px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
#fundMenu .descriptionText {
  padding: 0 20px;
  margin-bottom: 40px;
}
#fundMenu .descriptionText p {
  font-size: 20px;
  text-align: center;
}
#fundMenu #innerFundMenu {
  border-top: 3px solid black;
}
#fundMenu #innerFundMenu h2, #fundMenu #innerFundMenu h3, #fundMenu #innerFundMenu h4 {
  margin: 0;
  font-weight: 700;
  color: black;
}
#fundMenu #innerFundMenu h2 {
  font-size: 40px;
  padding: 0 10px;
}
#fundMenu .cocktails p, #fundMenu .boozeSoda p, #fundMenu .classics p {
  font-size: 20px;
}
#fundMenu .itemContainer {
  padding: 20px;
  border-bottom: 3px solid black;
  outline: 1px solid black;
  outline-offset: 2px;
  position: relative;
}
#fundMenu .itemContainer .item {
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
#fundMenu .itemContainer .item p {
  background-color: #bcdfd7;
  margin: 0;
  padding: 0 5px;
  z-index: 1;
  font-size: 20px;
}
#fundMenu .itemContainer .item p:nth-child(2) {
  font-size: 25px;
  font-weight: 700;
}
#fundMenu .itemContainer .item:before {
  content: " ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ ";
  position: absolute;
  z-index: 0;
  bottom: 8px;
}
#fundMenu .itemContainer .heading {
  margin-top: -42px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#fundMenu .itemContainer .heading h2 {
  background-color: #bcdfd7;
  width: fit-content;
  white-space: nowrap;
}
#fundMenu .itemContainer .heading p {
  margin-bottom: 0;
}
#fundMenu .itemContainer .innerContainer {
  display: none;
}
#fundMenu .itemContainer .innerContainer .img {
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
#fundMenu .itemContainer .innerContainer .img svg {
  width: 100px;
}
#fundMenu .itemContainer .innerContainer .price {
  width: fit-content;
  margin-top: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
#fundMenu .itemContainer .innerContainer .price p {
  margin: 0;
  white-space: nowrap;
}
#fundMenu .itemContainer .innerContainer .price svg {
  width: 130px;
}
#fundMenu .itemContainer .innerContainer .ginImg {
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
#fundMenu .itemContainer .innerContainer .ginImg svg {
  width: 250px;
}
#fundMenu .itemContainer .small {
  font-size: 16px;
  font-style: italic;
  margin-top: 5px;
}
#fundMenu .itemContainer::after {
  content: "";
  height: 26px;
  width: 26px;
  background-color: black;
  display: block;
  position: absolute;
  top: -15px;
  transform: rotate(45deg);
  right: -30px;
  transition: all 300ms;
}
#fundMenu .itemContainer:nth-child(1)::after {
  top: -18px;
}
#fundMenu .itemContainer.active::after {
  right: -13px;
}
#fundMenu .itemContainer.last {
  border: none;
  outline: none;
}
#fundMenu .itemContainer:nth-child(1) {
  border-top: 1px solid black;
  margin-top: 2px;
}
#fundMenu .classics p {
  margin-bottom: 0;
}
#fundMenu .cocktails .drinks {
  margin-top: 30px;
}
#fundMenu .cocktails h3 {
  font-size: 40px;
  font-weight: 300 !important;
}
#fundMenu .cocktails .drink {
  margin-top: 20px;
}
#fundMenu .cocktails .drink h4 {
  font-size: 32px;
}
#fundMenu .cocktails .drink p {
  margin: 0;
}
#fundMenu .additional {
  padding: 20px 15px;
  position: relative;
  z-index: 1;
}

/*# sourceMappingURL=kraken-menu.css.map */
