.hwcs,
.hwcs *,
.hwcs-geo-bar,
.hwcs-geo-bar * {
  box-sizing: border-box;
}

.hwcs {
  position: relative;
  z-index: 40;
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-inline: 7px;
}

.hwcs__trigger {
  display: grid;
  place-items: center;
  inline-size: 38px;
  block-size: 38px;
  min-inline-size: 38px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  color: #242424;
  cursor: pointer;
}

.hwcs__trigger:hover {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.whb-top-bar .hwcs {
  background: transparent !important;
}

.whb-top-bar .hwcs__trigger,
.whb-top-bar .hwcs__trigger:hover,
.whb-top-bar .hwcs__trigger:focus,
.whb-top-bar .hwcs__trigger:focus-visible,
.whb-top-bar .hwcs__trigger:active,
.elementor-widget-n-menu .hwcs__trigger,
.elementor-widget-n-menu .hwcs__trigger:hover,
.elementor-widget-n-menu .hwcs__trigger:focus,
.elementor-widget-n-menu .hwcs__trigger:focus-visible,
.elementor-widget-n-menu .hwcs__trigger:active {
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}

.elementor-widget-n-menu .hwcs__trigger {
  inline-size: 38px !important;
  block-size: 38px !important;
  min-inline-size: 38px !important;
  padding: 0 !important;
}

.elementor-widget-n-menu .hwcs__flag {
  inline-size: 24px !important;
  block-size: 24px !important;
  max-inline-size: none !important;
}

.hwcs__trigger:focus-visible {
  outline: 2px solid #0066cc;
  outline-offset: 3px;
}

.hwcs__flag {
  display: block;
  inline-size: 24px;
  block-size: 24px;
  min-inline-size: 24px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .14);
}

.hwcs__menu {
  position: absolute;
  z-index: 99999;
  inset-block-start: calc(50% + 29px);
  inset-inline-end: 0;
  inline-size: 188px;
  padding: 7px;
  border: 1px solid #e5e5e5;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 16px 35px rgba(0, 0, 0, .18);
}

.hwcs__menu[hidden] {
  display: none !important;
}

.hwcs__option {
  display: flex;
  align-items: center;
  gap: 11px;
  inline-size: 100%;
  block-size: 44px;
  min-inline-size: 0;
  padding-inline: 10px;
  overflow: hidden;
  border-radius: 5px;
  color: #242424;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.hwcs__option:hover,
.hwcs__option:focus-visible,
.hwcs__option.is-current {
  background: #f3f3f3;
  color: #242424;
}

.hwcs__option:focus-visible {
  outline: 2px solid #0066cc;
  outline-offset: -2px;
}

.hwcs__label {
  min-inline-size: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hwcs__check {
  flex: 0 0 auto;
  margin-inline-start: auto;
  color: #1d1d1f;
  font-size: 12px;
  font-weight: 700;
}

.hwcs__nav-item {
  position: relative;
  display: flex;
  align-items: center;
  min-inline-size: 48px;
  list-style: none;
}

.elementor-widget-n-menu .hwcs--elementor {
  align-self: center;
  margin-inline: 0 10px;
}

.elementor-widget-n-menu .hwcs--elementor .hwcs__menu {
  inset-block-start: calc(100% + 8px);
  inset-inline-start: 0;
  inset-inline-end: auto;
}

.hwcs-geo-bar {
  position: relative;
  z-index: 100000;
  display: none;
  inline-size: 100%;
  border-block: 1px solid #d2d2d7;
  background: #f5f5f7;
  color: #1d1d1f;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hwcs-geo-bar.is-ready {
  display: block;
}

html.hwcs-geo-prompt .hwcs-geo-bar {
  display: block;
  overflow-anchor: none;
}

html.hwcs-geo-prompt,
html.hwcs-geo-prompt body {
  overflow-anchor: none;
}

.hwcs-geo-bar .screen-reader-text {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

.hwcs-geo-bar__inner {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(260px, 420px) auto 44px;
  align-items: center;
  gap: 12px;
  min-block-size: 72px;
  max-inline-size: 1200px;
  margin-inline: auto;
  padding: 10px 20px;
}

.hwcs-geo-bar__message {
  margin: 0;
  color: #515154;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.hwcs-geo-bar__select,
.hwcs-geo-bar__continue,
.hwcs-geo-bar__close {
  font: inherit;
}

.hwcs-geo-bar__select {
  inline-size: 100%;
  block-size: 48px;
  padding-inline: 16px 42px;
  border: 1px solid #86868b;
  border-radius: 10px;
  background-color: #fff;
  color: #1d1d1f;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.hwcs-geo-bar__select:focus-visible {
  border-color: #0071e3;
  outline: 3px solid rgba(0, 113, 227, .28);
  outline-offset: 1px;
}

.hwcs-geo-bar__continue {
  block-size: 48px;
  min-inline-size: 112px;
  padding-inline: 22px;
  border: 1px solid #1d1d1f;
  border-radius: 9px;
  background: #1d1d1f;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}

.hwcs-geo-bar__continue:hover,
.hwcs-geo-bar__continue:focus,
.hwcs-geo-bar__continue:active {
  border-color: #000;
  background: #000;
  color: #fff;
}

.hwcs-geo-bar__continue:focus-visible,
.hwcs-geo-bar__close:focus-visible {
  outline: 2px solid #0071e3;
  outline-offset: 3px;
}

.hwcs-geo-bar .hwcs-geo-bar__continue {
  border: 1px solid #1d1d1f !important;
  background: #1d1d1f !important;
  box-shadow: none !important;
  color: #fff !important;
  padding: 0 22px !important;
}

.hwcs-geo-bar .hwcs-geo-bar__continue:hover,
.hwcs-geo-bar .hwcs-geo-bar__continue:focus,
.hwcs-geo-bar .hwcs-geo-bar__continue:active {
  border-color: #000 !important;
  background: #000 !important;
  color: #fff !important;
}

.hwcs-geo-bar__close {
  display: grid;
  place-items: center;
  inline-size: 44px;
  block-size: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #3a3a3c;
  cursor: pointer;
}

.hwcs-geo-bar__close:hover,
.hwcs-geo-bar__close:focus,
.hwcs-geo-bar__close:active {
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #000;
}

.hwcs-geo-bar__close span {
  display: block;
  font-size: 32px;
  font-weight: 200;
  line-height: 1;
}

.hwcs-geo-bar .hwcs-geo-bar__close {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #3a3a3c !important;
  padding: 0 !important;
}

.hwcs-geo-bar .hwcs-geo-bar__close:hover,
.hwcs-geo-bar .hwcs-geo-bar__close:focus,
.hwcs-geo-bar .hwcs-geo-bar__close:active {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #3a3a3c !important;
  padding: 0 !important;
}

@media (max-width: 1024px) {
  .hwcs {
    margin-inline: 5px;
  }

  .hwcs__trigger {
    inline-size: 36px;
    block-size: 36px;
    min-inline-size: 36px;
  }

  .whb-top-bar .hwcs__menu {
    inset-block-start: calc(50% + 27px);
    inset-inline-end: -8px;
  }

  .hwcs-geo-bar__inner {
    grid-template-columns: minmax(220px, 1fr) minmax(220px, 340px) auto 44px;
  }
}

@media (max-width: 767px) {
  .elementor-widget-n-menu .hwcs--elementor {
    margin: 6px 8px 6px 12px;
  }

  .elementor-widget-n-menu .hwcs--elementor .hwcs__menu {
    inset-block-start: calc(100% + 4px);
  }

  .hwcs-geo-bar__inner {
    position: relative;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px 58px 18px 16px;
  }

  .hwcs-geo-bar__message {
    padding-inline-end: 4px;
  }

  .hwcs-geo-bar__continue {
    inline-size: 100%;
  }

  .hwcs-geo-bar__close {
    position: absolute;
    inset-block-start: 10px;
    inset-inline-end: 8px;
  }
}
