.footer-nl-wrapper > p {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
}
.footer-nl-wrapper > p .wpcf7-spinner {
  display: none !important;
}
@media (min-width: 1024px) {
  .wa-mobile-lang-switch {
    display: none !important;
  }
}
.wa-mobile-lang-switch a {
  padding: var(--space-xs) !important;
  background-color: transparent !important;
  border-top: none !important;
}
.wa-mobile-lang-switch .sub-menu a {
  padding: var(--space-s) !important;
  padding-inline: var(--space-m) !important;
  border-bottom: 1px solid var(--primary-light);
}
.oxy-sticky-header-active .wa-header__primary-area {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.wa-topbar-desktop-menu {
  min-width: 380px;
  margin-right: var(--space-l);
}
.wa-topbar-desktop-menu ul#menu-topbar-desktop {
  justify-content: right;
}
.wa-topbar-desktop-menu .menu-item {
  padding: 0 2rem;
}
.wa-topbar-desktop-menu .menu-item::after {
  content: "";
  width: 2px;
  top: 15%;
  height: 70%;
  background: var(--shade-light);
  position: absolute;
  right: -1px;
}
.wa-topbar-desktop-menu .menu-item a {
  line-height: 3;
}
.wa-topbar-desktop-menu .menu-item:last-of-type::after {
  content: unset;
}
.wa-topbar-desktop-menu .sub-menu {
  background-color: var(--shade-ultra-light) !important;
  margin-left: -2rem;
}
.wa-topbar-desktop-menu .sub-menu .menu-item {
  font-weight: 700;
}
.wa-topbar-desktop-menu .sub-menu .menu-item::after {
  content: unset;
}
.wa-topbar-desktop-menu .sub-menu .menu-item:hover {
  background-color: var(--primary-ultra-light);
}
.wa-topbar-desktop-menu .sub-menu .menu-item:hover a {
  color: var(--primary) !important;
}
.wa-topbar-desktop-menu .sub-menu .menu-item a {
  color: var(--base) !important;
}
@media (min-width: 1025px) {
  div#_header_center-4-38 {
    justify-content: space-between;
  }
}
.wa-header__primary-area .wa-header__search {
  max-width: 60% !important;
}
.wa-header__search form {
  display: flex;
  flex-direction: row;
  position: relative;
}
.wa-header__search input {
  height: 50px;
  border-radius: var(--radius-m);
  padding-left: var(--space-s);
  padding-right: var(--space-s);
}
.wa-header__search input[type="search"] {
  border: 2px solid var(--shade-ultra-light);
  width: 100%;
  border-radius: var(--radius-m);
}
.wa-header__search input[type="search"]:focus {
  border-color: var(--primary-ultra-light);
}
.wa-header__search input[type="search"]::placeholder {
  color: var(--shade-medium);
  font-size: 1.6rem;
}
.wa-header__search input[type="search"]:focus-visible {
  outline: none !important;
}
.wa-header__search button {
  display: flex;
  align-items: center;
  height: 50px;
  border-top-right-radius: var(--radius-m);
  border-bottom-right-radius: var(--radius-m);
  padding: 0px 20px;
  right: 0;
  position: absolute;
  font-size: 0px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}
.wa-header__search button:hover {
  background: var(--primary-ultra-light);
  color: #fff;
  border-color: var(--primary-ultra-light);
}
.wa-header__search button:before {
  content: "";
  background-image: url(/wp-content/themes/wooptima-oxygen-theme/assets/icons/loupe.svg);
  background-size: cover;
  width: 2rem;
  height: 2rem;
}
.wa-header-user-btn__text {
  font-size: 0px !important;
  transition: 0.2s all;
}
.wa-header-user-btn__icon > svg {
  width: 24px !important;
  height: 24px !important;
}
.wa-header-user-btn:hover .wa-header-user-btn__text {
  font-size: var(--text-s) !important;
  font-weight: 700;
  margin-left: 7px;
  color: var(--primary-hover) !important;
  transition: 0.2s all ease-in-out;
}
.wa-header-user-btn:hover .wa-header-user-btn__name {
  color: var(--primary-hover) !important;
  transition: 0.2s all ease-in-out;
}
.wa-header-user-btn:hover .wa-header-user-btn__icon {
  color: var(--primary-hover);
}
.wa-header__mobile-search__icon > svg {
  width: 27px !important;
  height: 27px !important;
}
.wa-header__mobile-search:hover svg {
  fill: #fff !important;
}
.wa-search-modal .wa-header__search {
  width: 100% !important;
}
.wa-search-modal .wa-header__search .widget.woocommerce.widget_product_search {
  width: 100%;
}
.wa-search-modal .wa-header__search button {
  font-size: 0px;
}
.wa-search-modal .wa-header__search button:before {
  margin-right: 0px;
}
@media (max-width: 1024px) {
  #shortcode-305-38 {
    display: flex;
    justify-content: center;
  }
  body .footer-nl-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  body .footer-nl-wrapper .wpcf7-spinner {
    display: none;
  }
  body .footer-nl-wrapper .your-email input {
    width: 100%;
  }
  .oxy-sticky-header-active {
    box-shadow: 0px 15px 45px var(--shade-light) !important;
  }
}
@media only screen and (max-width: 992px) {
  .wa-header-user-btn__text {
    display: none;
  }
  .wa-header-user-btn__name {
    display: none;
  }
}
@media (max-width: 600px) {
  .footer-nl-wrapper .wpcf7-email {
    width: 100%;
  }
  body .footer-nl-wrapper > p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: var(--space-m);
  }
  body .footer-nl-wrapper .wpcf7-email {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .wa-header-user-btn__icon > svg {
    width: 20px;
    height: 20px;
  }
  .wa-header__mobile-search__icon > svg {
    width: 20px !important;
    height: 20px !important;
  }
}
@media (max-width: 480px) {
  body .footer-nl-wrapper {
    grid-template-columns: 1fr;
  }
}
.wa-header__bottom-area__menu-item {
  position: relative;
}
.wa-header__bottom-area__menu-item::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  border-radius: var(--radius-m);
  transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  background-color: var(--primary);
}
.wa-header__bottom-area__menu-item:hover::after {
  width: 100%;
}
.wa-footer__menu .menu-item {
  margin: calc(var(--space-xs) * 0.8) 0;
  width: fit-content;
}
.wa-footer__menu .menu-item a {
  color: var(--shade-medium);
  font-size: calc(var(--text-m) * 0.9);
}
.wa-footer__menu .menu-item a:hover {
  color: var(--secondary);
}
.wa-footer__menu .menu-item a::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  border-radius: var(--radius-m);
  transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  background-color: var(--primary);
}
.wa-footer__menu .menu-item:hover a::after {
  width: 100%;
}
.wa-footer__menu .menu-item .aria-current a:after, .wa-footer__menu .menu-item a[aria-current=page]:after {
  width: 100%;
}
.wa-footer__menu .menu-item .aria-current a, .wa-footer__menu .menu-item a[aria-current=page] {
  color: var(--secondary);
}
.wpcf7-form input[type="checkbox"] ~ span {
  flex-wrap: wrap !important;
}
.wa-footer-transport-inner {
  display: flex;
  flex-direction: row !important;
  align-items: center !important;
  gap: var(--space-xs);
  margin: calc(var(--space-xs)* 0.8) 0;
}
.wa-footer-transport-inner--l {
  margin-top: 0;
}
.wa-footer-transport__img {
  height: 2.5rem;
}
.wa-footer-transport__img--l {
  height: 4.5rem;
}
.wa-footer-transport__img--text {
  margin-top: -0.5rem;
}
.wa-footer-transport__desc {
  color: var(--shade-medium);
  font-size: calc(var(--text-m) * 0.9);
  line-height: 1;
}
@media (max-width: 1024px) {
  #_header_row-384-38 {
    display: none !important;
  }
}

