h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "trajan-pro-3", serif;
}
body {
  background-color: #ede9e4;
  font-family: "Jost", sans-serif;
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-wrapper nav > div > ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.page-id-263 #page {
	overflow: unset !important;
}
.header-wrapper a {
  color: white;
  font-size: 15px;
  font-weight: 500;
  flex-direction: row;
  text-transform: uppercase;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-header {
  position: fixed;
  width: 100%;
  z-index: 99;
  padding: 26px 0;
}
.header__left,
.header__right {
  flex: 2;
}
.header__logo {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__right {
  display: flex;
  justify-content: flex-end;
}
.header-right {
  gap: 16px;
}
.header__right {
  gap: 31px;
}
#cart-trigger {
  flex-direction: row;
}
.header-right-list {
  gap: 16px;
}
.site-header {
  transition: 0.3s;
}
.site-header.header-scrolled {
  background: white;
  color: #000;
}
.site-header.header-scrolled img {
  filter: invert(1) !important;
  transition: 0.3s;
}
.site-header img {
  transition: 0.3s;
}
.site-header.header-scrolled a {
  color: #000;
  transition: 0.3s;
}
.site-header a {
  transition: 0.3s;
}
.site-header.header-scrolled path {
  stroke: #000;
  transition: 0.3s;
}
.site-header path {
  transition: 0.3s;
}
.site-logo img {
  filter: unset !important;
}

/* mega-menu */
.mega-menu {
  display: none;
  background: url("../icons/bg_main.webp");
  background-repeat: repeat;
  background-size: 256px;
  /* background-color: #fff; */
  padding-top: 24px;
  padding-bottom: 24px;
  z-index: 90;
  position: fixed;
  width: 100%;
  top: 163px;
}
.mega-menu .product-card__content,
.no--buy .product-card__content {
  transform: unset !important;
}
.mega-menu .product-image-wrapper,
.no--buy .product-image-wrapper {
  margin-bottom: 0;
}
.mega-menu .add_to_cart_button,
.no--buy .add_to_cart_button {
  display: none !important;
}
.mega-menu-products .product-card,
.no--buy .product-card {
  border: unset !important;
}
.mega-panel {
  opacity: 0;
  height: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
  /* position: absolute; */
}

.mega-panel.is-active {
  opacity: 1;
  visibility: visible;
  height: auto;
  transform: translateY(0);
}

.mega-menu-wrapper {
  display: flex;
}
.mega-menu .product-card::before,
.no--buy .product-card::before {
  display: none !important;
}
.mega-menu .product-card:hover img,
.no--buy .product-card:hover img {
  transform: unset !important;
}
.mega-menu-left {
  background: #fff;
  width: 20%;
  padding-left: 14px;
  padding-right: 14px;
}
.mega-menu-left__title--bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mega-menu__img {
  width: 23%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 100%;
}
.mega-menu-right {
  width: 67%;
}
.mega-menu-right {
  position: relative;
}
.mega-menu-left__title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 2.4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 12px;
  color: #111;
}
.mega-menu-left__links li a {
  padding: 18px 12px;
}
.mega-menu-left__links li.is-active a {
  background: #f5f1e9;
}
.mega-menu-left__links li a {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;

  width: 100%;
  display: block;
  font-weight: 600;
  transition: 0.3s;
}

.mega-menu-right {
  flex: 1;
  padding-left: 24px;
  padding-right: 24px;
  min-height: 540px;
}
.mega-menu-products {
  gap: 10px;
}
.mega-menu-right .product-card__similar,
.mega-menu-right .add-to-cart-button,
.no--buy .add-to-cart-button,
.no--buy .product-card__similar {
  display: none;
}
.mega-menu-right .product-card__link {
  max-height: 389px;
}

@media only screen and (max-width: 1440px) {
  .mega-menu-right .product-card__title {
    font-size: 16px;
  }
  .mega-menu-right .product-card .product-card__price {
    font-size: 14px;
  }
  .mega-menu-left {
    width: 180px;
  }
  .mega-menu-left__links {
    margin-right: 25px;
  }
  .mega-menu-right {
    padding-left: 20px;
    min-height: 480px;
  }
  .mega-menu-right .product-card__badges {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .mega-menu-right .product-card__badges {
    display: none;
  }
  .mega-menu-right {
    min-height: 400px;
  }
}
@media only screen and (max-width: 992px) {
  .mega-menu {
    display: none;
  }
}
.mega-menu-products {
  gap: 10px;
  flex-wrap: wrap;
}
.mega-menu-products > * {
  width: calc(25% - 14px);
}
.mega-menu-products .product-meta,
.no--buy .product-meta {
  display: none;
}
.mega-menu-products h2,
.no--buy h2 {
  font-size: 14px;
  letter-spacing: -0.8px;
}
.mega-menu-products .add-to-cart-button,
.no--buy .add-to-cart-button {
  display: none;
}
.mega-menu-products .price,
#page .no--buy .price {
  font-size: 12px;
  margin-bottom: 0;
}
.mega-menu-products .wine-type,
.no--buy .wine-type {
  display: none;
}
.mega-menu-products .product-card,
.no--buy .product-card {
  padding: 20px 16px 0px 16px;
}
.mega-menu-products .product-image-wrapper img,
.no--buy .product-image-wrapper img {
  max-height: 220px;
}
/* mega menu */

.single-product .site-header {
  background: url("../icons/bg_main.webp");
  color: inherit;
}
.single-product .site-header a {
  color: inherit;
}
.single-product .site-header img {
  filter: invert(1) !important;
}
.single-product .site-header svg path {
  stroke: #191d23;
}
.single-product main {
  padding-top: 163px;
}
/* ══════════════════════════════════════════════════════════
   HAMBURGER BUTTON
   ══════════════════════════════════════════════════════════ */

.hamburger-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  background: none;
  border: none;
  padding: 4px 0;
  cursor: pointer;
  z-index: 101;
  position: relative;
}

.hamburger-btn span {
  display: block;
  height: 1px;
  background: #fff;
  border-radius: 2px;
  transition:
    transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    width 0.25s ease,
    opacity 0.2s ease;
}

.hamburger-btn span:first-child {
  width: 40px;
}

.hamburger-btn span:last-child {
  width: 30px;
}

/* scrolled header → dark lines */
.header-scrolled .hamburger-btn span {
  background: #272f0f;
}

/* black header → dark lines by default */
.black--header .hamburger-btn span {
  background: #272f0f;
}

/* active → X (uvijek bijelo, bez obzira na scroll/black stanje) */
.hamburger-menu--active .hamburger-btn span:first-child {
  transform: translateY(3.5px) rotate(45deg);
  width: 32px;
  background: #fff;
}

.hamburger-menu--active .hamburger-btn span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
  width: 32px;
  background: #fff;
}

/* Header kad je mobile nav otvoren — uvijek tamno zelena pozadina */
.site-header.hamburger-menu--active {
  background: #272f0f !important;
}

.site-header.hamburger-menu--active a {
  color: #fff;
}

.site-header.hamburger-menu--active path {
  stroke: #fff;
}

.site-header.hamburger-menu--active .site-logo img {
  filter: unset !important;
}

/* ══════════════════════════════════════════════════════════
   MOBILE NAV OVERLAY
   ══════════════════════════════════════════════════════════ */

.mobile-nav {
  position: fixed;
  inset: 0;
  background: #272f0f;
  z-index: 98;
  transform: translateX(-100%);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
  padding: 120px 40px 0;
  display: none;
  flex-direction: column;
}

.mobile-nav__inner {
  flex: 1;
  padding-bottom: 40px;
}

.mobile-nav__footer {
  padding: 28px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
}

.mobile-nav__footer .footer-sm__item a {
  opacity: 0.7;
  transition: opacity 0.2s;
}

.mobile-nav__footer .footer-sm__item a:hover {
  opacity: 1;
}

.mobile-nav__footer img {
  filter: brightness(0) invert(1);
}

.mobile-nav-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 97;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.mobile-nav--open {
  transform: translateX(0) !important;
}

.mobile-nav-backdrop--open {
  opacity: 1 !important;
  pointer-events: auto;
}

.mobile-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav__list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-nav__list > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "trajan-pro-3", serif;
  font-size: clamp(22px, 5vw, 36px);
  font-weight: 400;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  padding: 18px 0;
  line-height: 1.1;
  transition:
    color 0.2s,
    padding-left 0.2s;
}

.mobile-nav__list > li > a:hover {
  color: #9bb939 !important;
  padding-left: 8px;
}

/* arrow on parent items */
.mobile-nav__list > .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

.mobile-nav__list > .menu-item-has-children.is-open > a::after {
  transform: rotate(225deg) translateY(2px);
}

/* sub-menu */
.mobile-nav__list .sub-menu {
  display: none;
  list-style: none;
  padding: 0 0 12px 16px;
  margin: 0;
}

.mobile-nav__list .sub-menu li {
  border-bottom: none;
}

.mobile-nav__list .sub-menu a {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: clamp(13px, 3.5vw, 16px);
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6) !important;
  padding: 10px 0;
  transition: color 0.2s;
}

.mobile-nav__list .sub-menu a:hover {
  color: #9bb939 !important;
}

/* secondary menu separator */
/* .mobile-nav__list--secondary {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
} */

.mobile-nav__list--secondary > li > a {
  font-size: clamp(22px, 5vw, 36px);
  letter-spacing: -0.5px;
  /* color: rgba(255, 255, 255, 0.7) !important; */
}

.mobile-nav__list--secondary > li > a:hover {
  color: #9bb939 !important;
}
@media only screen and (max-width: 1250px) {
  .site-header .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .site-header .container a {
    font-size: 12px;
  }
}
/* ══════════════════════════════════════════════════════════
   MOBILE HEADER LAYOUT (< 991px)
   ══════════════════════════════════════════════════════════ */

@media only screen and (max-width: 991px) {
  .hamburger-btn {
    display: flex;
  }

  .mobile-nav {
    display: flex;
  }
  .mobile-nav-backdrop {
    display: block;
  }

  .header__left,
  .header__right nav {
    display: none;
  }

  .header-wrapper {
    position: relative;
    justify-content: space-between;
  }

  .header__right {
    flex: 1;
    gap: 0;
  }
  .hamburger-btn {
    flex: 1;
  }
  .site-logo {
    flex: 2;
  }

  .site-logo img {
    max-height: 70px;
  }

  /* prevent body scroll when nav open */
  body.mobile-nav-lock {
    overflow: hidden;
  }
}
nav .mobile-nav__footer img {
  filter: unset !important;
}
@media only screen and (max-width: 575px) {
  .site-logo img {
    max-height: 52px;
  }
}
@media only screen and (max-width: 575px) {
  .site-logo img {
    max-height: 60px;
  }
	.nav-icons__search {
		display: none !important;
	}
  .page-child .home-services {
    padding-left: 15px !important;
  }
  .site-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .single-product main {
    padding-top: 90px;
  }
}

/* mini cart  */

.mini-cart-holder {
  position: fixed;
  height: 100vh;
  transform: translateX(100%);
  z-index: 999;
  background: white;
  right: 0;
  top: 0;
  width: 33.33vw;
  min-width: 550px;
}

.bb-cart span {
  color: #191d23;
}
#wpadminbar {
  display: none !important;
}
#cart-trigger {
  position: relative;
}
#cart-trigger .cart-count {
  position: absolute;
  right: -8px;
  top: -7px;
  background: white;
  font-weight: 500;
  color: white;
  font-size: 10px;
  display: flex;
  background: #bd9831;

  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  min-width: 12px;
  min-height: 13px;
  width: 12px;
  height: 13px;
  border-radius: 2px;
}

/* MINI CART START  */
.mini-cart-holder {
  transition: 0.3s;
}
.added_to_cart {
  display: none !important;
}
.mini-cart-holder > .bb-cart {
  padding: 20px;
  background: #ede9e4;
  color: white;
  align-items: center;
  justify-content: space-between;
}
.mini-cart-holder .bb-cart svg {
  fill: #191d23;
}
.woocommerce-mini-cart .product-thumbnail {
  display: flex;
}
.woocommerce-mini-cart .product-thumbnail img {
  width: 100%;
  object-fit: cover;
}
#close-minicart {
  display: flex;
  align-items: center;
}
.woocommerce-mini-cart {
  padding: 20px;
  width: 100%;
}
.woocommerce-mini-cart .product-thumbnail {
  max-width: 100px;
}
.woocommerce-mini-cart-item > .flex > .flex {
  gap: 20px;
}
.product-title {
  font-family: "trajan-pro-3", serif;
}
.woocommerce-mini-cart-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.quantity-controls,
.quantity-custom-wrapper > .flex {
  display: flex;
  box-shadow: 0px 0px 0px 1px #12121233;
  border-radius: 2px;
  width: 100%;
  height: 42px;
  max-width: 140px;
}
.quantity-controls button,
.quantity-custom-wrapper button {
  border: unset;
  outline: unset;
  padding: unset;
  cursor: pointer;
  height: 100%;
  width: 30px;
  border-radius: unset;
  background: unset;
}
button,
input,
#page .wc-block-components-button:not(.is-link):focus {
  outline: unset !important;
  box-shadow: unset !important;
}
.quantity-controls input,
.quantity-custom-wrapper input {
  border: unset;
  outline: unset;
  max-width: calc(100% - 60px);
  text-align: center;
}
.mini-cart-right-remove .remove_from_cart_button {
  display: flex;
  justify-content: flex-end;
}
.mini-cart-right-remove svg {
  max-width: 24px;
  height: 24px;
}
.mini-cart-right-remove path {
  fill: #111;
}
.mini-cart-right {
  display: flex;
  justify-content: space-between;
}
.widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: calc(100% - 64px);
}
.mini-cart-footer {
  width: 100%;
  background: #ede9e4;
  color: #191d23;
  padding: 20px;
}
.woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.woocommerce-mini-cart__total:first-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-mini-cart__buttons {
  display: flex;
  gap: 20px;
}
.woocommerce-mini-cart__buttons a {
  display: block;
  padding: 18px 36px;
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  text-align: center;
  background: transparent;
  letter-spacing: 2.5px;
  transition: 0.3s;
}
.woocommerce-mini-cart__buttons a:first-of-type {
  background: #bd9831;
  color: white;
  border: 1px solid #bd9831;
}
.woocommerce-mini-cart__buttons a:first-of-type:hover {
  background: transparent;
  color: #191d23;
  transition: 0.3s;
}
.woocommerce-mini-cart__buttons a:last-of-type {
  border: 1px solid #191d23;
  color: #191d23;
}
.woocommerce-mini-cart__buttons a:last-of-type:hover {
  background: #191d23;
  color: #fff;
  transition: 0.3s;
}
.site-overlay {
  position: relative;
}
.site-overlay::after {
  content: "";
  position: fixed;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 999;
  background: #00000059;
  backdrop-filter: blur(4px);
  visibility: hidden;
  transition: 0.3s;
}
.woocommerce-mini-cart {
  height: calc(100% - 64px);
  overflow: scroll;
}
.site-overlay.site-overlay--active::after {
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 580px) {
  .mini-cart-holder {
    min-width: unset;
    width: 100vw;
  }
  .product-thumbnail img {
    min-width: 70px;
  }
  .mini-cart-holder .product-title {
    margin-bottom: 10px;
  }
  .woocommerce-mini-cart__buttons a {
    padding: 16px 20px;
  }
}

.site-overlay {
  position: relative;
}
.site-overlay::after {
  content: "";
  position: fixed;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 999;
  background: #00000059;
  backdrop-filter: blur(4px);
  visibility: hidden;
  transition: 0.3s;
}
/* MINI CART END  */
/* mini cart  */

.quantity-controls input,
.quantity-custom-wrapper input {
  /* uklanja spin buttons u Webkit preglednicima */
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important; /* za Firefox */
  appearance: none !important;
  text-align: center;
}

/* search form  */
.search-form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  margin-left: auto;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  margin-right: auto;
  transition: 0.3s;
}
.aws-container .aws-search-form .aws-form-btn {
  border: unset;
  width: 100px;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-bottom-right-radius: 99px !important;
  background: #f5f1e9;
  border-top-right-radius: 99px !important;
}
.aws-container .aws-search-form .aws-wrapper {
  height: 60px;
  border-top-left-radius: 99px !important;
  border-bottom-left-radius: 99px !important;
}
.aws-container .aws-show-clear .aws-search-field {
  padding-left: 30px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.search-form.active {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}
/* search form  */
.header__right ul {
  justify-content: flex-end;
}

/* ══════════════════════════════════════════════════════════
   DROPDOWN NAVIGATION
   ══════════════════════════════════════════════════════════ */

/* Parent li mora biti position:relative */
.header-wrapper nav > div > ul > li {
  position: relative;
}

/* Chevron indikator na parent linku */
.header-wrapper nav > div > ul > .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1.2px solid currentColor;
  border-bottom: 1.2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.25s ease;
  margin-left: 6px;
  flex-shrink: 0;
}

.header-wrapper nav > div > ul > .menu-item-has-children:hover > a::after {
  transform: rotate(225deg) translateY(2px);
}

/* Sub-menu */
.header-wrapper .sub-menu {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  min-width: 230px;
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 6px 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
  box-shadow:
    0 2px 0 0 #9bb939,
    0 16px 48px -8px rgba(39, 47, 15, 0.18);
  border-radius: 0 0 3px 3px;
  z-index: 200;
}

/* Pseudo-element "bridge" koji popunjava gap između linka i dropdowna */
.header-wrapper .sub-menu::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  height: 16px;
}

.header-wrapper nav > div > ul > .menu-item-has-children > .sub-menu {
  left: 0 !important;
  transform: translateX(-0%) translateY(0);
}

/* Prikaz na hover */
.header-wrapper nav > div > ul > .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  flex-direction: column;
  pointer-events: auto;
  left: 0 !important;
  transform: translateX(-0%) translateY(0);
}

/* Sub-menu stavke */
.header-wrapper .sub-menu li {
  position: relative;
}

.header-wrapper .sub-menu a {
  display: block;
  padding: 11px 22px;
  color: #2f3624 !important;
  font-family: "Jost", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    background 0.18s,
    padding-left 0.18s;
  border-left: 2px solid transparent;
  flex-direction: row;
}

.header-wrapper .sub-menu a:hover {
  background: #f5f8eb;
  border-left-color: #9bb939;
  padding-left: 28px;
  color: #2f3624 !important;
}

/* Separator između stavki */
.header-wrapper .sub-menu li + li {
  border-top: 1px solid rgba(47, 54, 36, 0.07);
}

/* Kad je header bijeli (scrolled) — dropdown bez promjene */
.site-header.header-scrolled .header-wrapper .sub-menu {
  box-shadow:
    0 2px 0 0 #9bb939,
    0 16px 48px -8px rgba(39, 47, 15, 0.22);
}

/* Na mobilnom ne prikazujemo dropdown (nav je već skriven) */
@media only screen and (max-width: 991px) {
  .header-wrapper .sub-menu {
    display: none;
  }
}



.wpml-language-dropdown {
  list-style-type: none;
  background: rgba(255, 255, 255, 0.83);
  padding: 10px 12px !important;
  border-radius: 7px;
  position: absolute;
  top: 47px;
  left: -36px;
  visibility: hidden;
  opacity: 0;
  width: 126px;
  transition: 0.4s ease-out;
}
.wpml-language-switcher {
  display: flex;
  align-items: center;
}

.wpml-language-switcher .icon-globe {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
}

.wpml-language-switcher .language-label {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  padding: 0 4px;
}
.wpml-language-dropdown .active-flag {
  transition: 0.3s;
  color: #fff;
  background: #2f3624;
}
.wpml-language-dropdown li:hover {
  background: #2f3624;
  color: #fff;
  transition: 0.3s;
}
.wpml-language-dropdown li:hover a {
  color: #fff;
  transition: 0.3s;
}
.wpml-language-dropdown .active-flag a {
  transition: 0.3s;
  color: #fff;
}
.wpml-language-dropdown li:not(:last-of-type) {
  margin-bottom: 5px;
}
.wpml-language-dropdown li {
  border-radius: 5px;
  transition: 0.3s;
}
.dropdown-arrow path {
	stroke: white;
}
.header__logo > a {
	justify-content: center !important;
}
.site-header.header-scrolled .wpml-language-switcher .language-label ,
.black--header .language-label{
color: #000;}
.site-header.hamburger-menu--active .language-label {
	color: #fff;
}
.wpml-language-dropdown li a {
  color: #454545;
  padding: 7px 12px;
	display: block;
  transition: 0.3s;
  font-size: 12px;
  cursor: pointer;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.wpml-language-switcher-wrap {
  position: relative;
  margin-left: 21px;
  cursor: pointer;
}
.wpml-language-switcher-wrap:hover .wpml-language-dropdown {
  visibility: visible;
  opacity: 1;
  display: block !important;
}