.header-slogan {
  position: relative;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.form-control,
.form-select {
  padding: 15px 15px;
}

.field-preview {
  white-space: nowrap;
}

.field-preview input,
select {
  background: none;
  border: none;
  width: inherit;
}

.field-preview select {
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
}

#page-controls-language-selector {
  position: absolute;
  top: 2.5em;
  padding-top: 0.1em;
  z-index: 100;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
}

#language-dropdown {
  position: fixed;
  z-index: 100;
  top: 3.5rem;
}

#language-dropdown:not(.is-active) {
  height: 0px;
}

.language-choice {
  height: fit-content
}

#page-controls-language-selector button {
  border: 0;
  background: none;
}

.select::after {
  z-index: 0 !important;
}

@media screen and (min-width: 1744px) {
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1500px;
  }
}

.has-efci-darkblue {
  color: var(--efci-darkblue-rgb)
}

#product-columns .icon,
#product-menu .icon,
.products-list-container .icon {
  width: fit-content;
  height: fit-content;
  padding: 0.5rem;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.red {
  background-color: var(--bulma-danger-90);
}

.red svg {
  color: var(--bulma-danger-60);
}

.blue svg {
  color: var(--efci-darkblue-rgb);
}

@media screen and (min-width: 1360px) {
  .container {
    max-width: 1360px;
  }
}

@media screen and (min-width: 1552px) {
  .container:not(.is-max-desktop) {
    max-width: 1360px;
  }
}

.is-hidden-mobile-nav {
  display: none;
}

.is-mobile-nav {
  display: block;
}

@media screen and (min-width: 1024px) {
  .is-hidden-mobile-nav {
    display: block !important;
  }

  .is-mobile-nav {
    display: none !important;
  }
}

.has-dropdown {
  display: flex;
  flex-direction: column;
  position: static;
}

@media (min-width: 900px) {
  .header-slogan {
    padding-top: 11rem;
  }
}

@media screen and (min-width: 1024) {
  html {
    font-size: 14px;
  }

  .header-slogan {
    padding-top: 12rem;
  }

}

@media screen and (max-width: 1200px) {
  html {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .order_preview {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .header-slogan {
    padding-top: 11rem;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 12px;
  }

  #product-menu {
    flex-direction: column;
    justify-content: flex-start;
  }

  #account-settings-menu {
    flex-direction: column;
    justify-content: flex-start;
  }

  .top-menu {
    overflow-y: scroll;
    max-height: 100%;
  }

  .header-slogan {
    padding-top: 7rem;
  }
}

@media screen and (max-width: 425px) {
  html {
    font-size: 10px;
  }
}

svg {
  height: 1.25rem;
  width: 1.25rem;
}

#logo {
  width: 7rem;
}

.switch[type="checkbox"] {
  z-index: 100;
}

.is-collapsible:not(.is-active) {
  height: 0px;
}


.tooltip-container {
  position: relative;
}

.tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  background-color: #4a4a4a;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-size: 14px;
  z-index: 999999999999 !important;
  transition: opacity 0.3s, visibility 0.3s;
  margin-bottom: 2px;
  display: flex;
  width: 120%;
  min-width: 200px;
}

.tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #4a4a4a transparent transparent transparent;
}

.tooltip-container:hover .tooltip {
  visibility: visible;
  opacity: 1;
}
