.header {
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
  background: #fff;
}
@media screen and (max-width: 991px) {
  .header .navbar-collapse {
    padding: 12px;
    width: 100vw;
  }
  .header .navbar-collapse:not(#nav_search) {
    min-height: 100vh;
  }
}
@media screen and (max-width: 991px) {
  .header .header-location.on-live {
    display: none;
  }
}
.modal-open .header {
  background-color: #fff;
  position: relative;
  z-index: 11;
}
.modal-open .header .navbar-collapse {
  position: relative;
  z-index: 12;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .modal-open .header .navbar-collapse {
    padding-top: 30px;
    gap: 22px;
  }
}
@media screen and (max-width: 767px) {
  .modal-open .header #nav_main {
    max-height: 100vh;
    overflow: auto;
  }
}
@media screen and (max-width: 991px) {
  .modal-open .header .header-location {
    display: none;
  }
  .modal-open .header .header-location.on-live {
    display: none;
  }
}
.header-wrapper {
  padding: 10px 4px;
  height: 64px;
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .header-wrapper {
    flex-direction: column;
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .header-logo {
    width: 10%;
    min-width: 100px;
  }
}
@media screen and (max-width: 992px) {
  .header-logo {
    max-width: 160px;
  }
}
.header-menu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
}
.header-menu li {
  padding: 11px 8px;
}
@media screen and (min-width: 992px) {
  .header-menu li {
    padding: 8px 8px 5px;
  }
  .header-menu li > div > a {
    border-bottom: 2px solid transparent;
  }
  .header-menu li > div > a:hover {
    color: #E57B03;
    border-color: #E57B03;
  }
}
.header-menu a {
  text-decoration: none;
  font-weight: 400;
  line-height: 20px;
  font-size: 16px;
  white-space: nowrap;
  color: #737B7D;
}
@media screen and (min-width: 992px) and (max-width: 1440px) {
  .header-menu a {
    font-size: 14px;
  }
}
.header-menu button {
  display: none;
}
@media screen and (max-width: 991px) {
  .header-menu li {
    padding: 16px 8px;
  }
  .header-menu a {
    color: #0C0C0C;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }
  .header-menu button {
    outline: none;
    display: block;
    background-color: transparent;
    border: none;
  }
}
.header-controls {
  min-width: 380px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-left: 8px;
}
@media screen and (min-width: 1600px) {
  .header-controls {
    width: 30%;
  }
}
.header-search {
  max-width: 37%;
  width: 100%;
  flex-basis: content;
  flex: 1;
}
@media screen and (max-width: 991px) {
  .header-search {
    max-width: inherit;
    width: 100%;
  }
}
@media screen and (min-width: 991px) {
  .header-search {
    height: 34px;
    position: relative;
  }
}
@media screen and (min-width: 1600px) {
  .header-search {
    width: 37%;
  }
}
.header-search input {
  width: 100%;
  padding: 4px 8px;
  height: 32px;
  font-size: 12px;
  color: #B6BFC1;
  line-height: 16px;
  font-weight: 400;
  border: 1px solid #CFD2D5;
  color: #434447;
  border-radius: 2px 0px 0px 2px;
  border-color: #004280;
}
.header-search-desktop.active {
  position: absolute;
  right: 0;
  top: 0;
  left: -61%;
  z-index: 2;
}
@media screen and (min-width: 1440px) and (max-width: 1460px) {
  .header-search-desktop.active {
    left: -63%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1440px) {
  .header-search-desktop.active {
    left: -288px;
  }
}
@media screen and (min-width: 1600px) {
  .header-search-desktop.active {
    left: -58%;
  }
}
.header-search-desktop.active input {
  border-radius: 2px 0px 0px 2px;
  border: 1px solid #006EFF;
  box-shadow: 0 0 2px 2px #DFEBF7;
}
.header-search button {
  position: relative;
  left: -1px;
  background-color: #004280;
  color: #ffffff;
  padding: 4px 16px;
  height: 32px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  outline: none;
  border: none;
  border-radius: 0 2px 2px 0;
}
@media screen and (max-width: 991px) {
  .header-language {
    padding: 8px 0 16px;
    justify-content: center;
    position: relative;
  }
  .header-language-toggle {
    width: 100%;
    justify-content: center;
    padding: 8px 16px;
  }
  .header-language-toggle.show {
    background-color: #DFEBF7;
  }
}
@media screen and (max-width: 991px) {
  .header-location {
    padding: 8px 0 16px;
    justify-content: center;
  }
}
.header-location-name {
  color: #004280;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  padding-left: 2px;
  margin-bottom: -2px;
  text-align: left;
}
.header-location-country {
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.header-location-desc .multi-lang-selector {
  margin-left: -3px;
}
@media screen and (max-width: 991px) {
  .header-user {
    position: relative;
  }
}
.header-user-login-title {
  color: #0C0C0C;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and (max-width: 991px) {
  .header-user-toggle {
    padding: 16px 16px 16px 8px;
    border-top: 1px solid #CFD2D5 !important;
    border-bottom: 1px solid #CFD2D5 !important;
  }
}
.header-name {
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 105px;
}
@media screen and (max-width: 991px) {
  .header-name {
    font-size: 12px;
    line-height: 16px;
  }
}
.header-account {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .header-account {
    font-size: 16px;
    line-height: 20px;
  }
}
.header-dropdown {
  border: none;
  padding: 16px;
  border-radius: 2px;
  background-color: #F6F7F9;
  position: relative;
  margin-top: 22px;
  position: absolute;
  top: 100%;
  z-index: 4;
  display: none;
  box-shadow: 4px 4px 9px 0px rgba(114, 122, 124, 0.3);
}
@media screen and (max-width: 991px) {
  .header-dropdown {
    margin-top: 16px;
  }
}
.header-dropdown.show {
  display: block;
}
.header-dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: transparent;
  border: none;
  color: #004280;
  position: relative;
  min-height: 32px;
  text-align: left;
}
.header-dropdown-toggle.show::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #F6F7F9;
  position: absolute;
  top: 100%;
  margin-top: 14px;
  left: 50%;
  z-index: 4;
}
.header-dropdown-toggle.show .icon-toggle {
  transform: rotate(-180deg);
}
@media screen and (max-width: 991px) {
  .header-dropdown-toggle.show.header-language-toggle::before {
    margin-top: 2px;
  }
}
.header-dropdown-location {
  min-width: 386px;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .header-dropdown-location {
    left: 0;
    right: 0;
    top: 100%;
    transform: none;
    min-width: unset;
  }
}
.header-dropdown-info {
  font-size: 12px;
}
.header-dropdown-info .btn-redirect-website {
  color: #006EFF;
  font-weight: normal;
  padding: 0;
  border: none;
  background: none;
}
.header-dropdown-info .btn-redirect-website:hover {
  text-decoration: underline;
}
.header-dropdown-currency {
  min-width: 240px;
  left: 40%;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .header-dropdown-currency {
    margin-top: 12px;
    position: relative;
    min-width: unset;
    left: 0;
    right: 0;
    transform: none;
  }
}
.header-dropdown-user {
  min-width: 280px;
  right: 0;
}
.header-dropdown-user-note {
  color: #737B7D;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
@media screen and (max-width: 991px) {
  .header-dropdown-user {
    margin-top: 1px;
    position: relative;
    min-width: unset;
    left: 0;
    right: 0;
    transform: none;
  }
  .header-dropdown-user-note {
    font-size: 14px;
    line-height: 16px;
  }
}
.header-dropdown-user-info {
  display: flex;
  align-items: center;
}
.header-dropdown-user-info-name {
  width: calc(100% - 80px);
  padding: 8px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #0C0C0C;
}
.header-dropdown-user-info-name .username {
  max-width: 150px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.header-dropdown-user-info-image {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  padding: 8px;
}
.header-dropdown-user-info-image span {
  background-color: #F39800;
  color: #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
}
.header-dropdown-user-actions {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.header-dropdown-user-actions li {
  list-style: none;
}
.header-dropdown-user-actions li a {
  color: #434447;
  display: flex;
  text-decoration: none;
  padding: 8px 0;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.header-dropdown-title {
  color: #004280;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}
.header-dropdown-button {
  background-color: #004280;
  border: none;
  padding: 8px 16px;
  width: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.header-dropdown-button.signOut {
  margin-top: 12px;
}
.header-dropdown-chooser {
  margin-bottom: 12px;
  width: 100%;
}
.header-dropdown-chooser .select2-container {
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .header-dropdown-chooser .select2-container {
    margin: 0;
  }
}
.header-dropdown-chooser .select2-container .select2-selection {
  border: 1px solid #CFD2D5;
  padding: 8px 12px;
  height: 40px;
}
.header-dropdown-chooser .select2-container .select2-selection--single {
  justify-content: space-between;
}
.header-dropdown-chooser .select2-container .select2-selection .select2-selection__rendered {
  line-height: 24px;
  color: #434447;
  padding: 0;
  font-size: 16px;
  padding: 0;
}
.header-dropdown-chooser .select2-container .select2-selection .select2-selection__arrow {
  height: 38px;
  width: 30px;
  padding: 8px;
}
.header-dropdown-chooser .select2-container .select2-selection .select2-selection__arrow b {
  border-color: #434447;
  border-style: solid;
  border-width: 1px 1px 0 0;
  display: inline-block;
  height: 8px;
  left: 50%;
  margin-left: -5px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 8px;
  transform: rotate(133deg);
}
.header-dropdown-chooser .select2-container.select2-container--open .select2-selection .select2-selection__arrow b {
  transform: rotate(-45deg);
  border-color: #434447;
  border-width: 1px 1px 0 0;
}
.header-dropdown-chooser .select2-container .select2-results__option--selected {
  background-color: #E57B03;
  color: #434447;
  border: 1px solid #E57B03;
}
.header-dropdown-chooser .select2-container .select2-results__option--highlighted {
  background-color: #E8ECEF;
  color: #434447;
}
.header-dropdown-text {
  color: #737B7D;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 12px;
}
.header-dropdown-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.header-dropdown-group.with-border {
  padding-bottom: 12px;
  border-bottom: 1px solid #CFD2D5;
}
.header-dropdown-group-radio {
  width: calc(50% - 5px);
}
.header-dropdown-group-radio label {
  display: grid;
  grid-template-columns: 16px auto;
  gap: 8px;
  align-items: center;
}
.header-dropdown-group-radio label:has(input[type=radio]:disabled) {
  color: #999999;
}
.header-dropdown-group-radio input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #B6BFC1;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
.header-dropdown-group-radio input[type=radio]::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transition: all 250ms linear;
}
.header-dropdown-group-radio input[type=radio]:disabled {
  pointer-events: none;
}
.header-dropdown-group__currency-info-text {
  word-break: break-word;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin: 14px 0;
}
.header-dropdown-group__currency-info-text a:not([href]) {
  color: #004280;
  cursor: pointer;
}
.header-dropdown-group__currency-info-text a:not([href]):hover {
  text-decoration: underline;
  color: #004280;
}
@media screen and (min-width: 992px) {
  .header-location-name {
    border: none;
    background-color: transparent;
    white-space: unset;
  }
  .header-location-name::after {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .header-location {
    background-color: #004280;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    z-index: 3;
    position: relative;
    width: 100vw;
    margin-left: -12px;
  }
  .header-location-name {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
  }
  .header-location-name .shipping-text {
    display: flex;
    gap: 6px;
    align-items: center;
  }
  .header-location-name .shipping-text .header-location-country {
    font-size: 16px;
  }
  .header-location-desc {
    display: flex;
    font-size: 16px;
    line-height: 20px;
  }
}
.header-location-shipping {
  position: absolute;
  z-index: 3;
  background-color: #434447;
  color: #fff;
  font-family: Heebo;
  font-weight: 400;
  line-height: 16px;
  font-size: 12px;
  display: flex;
  align-items: start;
  border-radius: 2px;
  padding: 12px 8px 12px 16px;
  min-width: 400px;
  right: 0;
  top: 100%;
  margin-top: 5px;
}
@media screen and (max-width: 991px) {
  .header-location-shipping {
    left: 20px;
    right: 20px;
    margin-top: 4px;
    min-width: unset;
  }
}
.header-location-shipping::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid #434447;
  position: absolute;
  top: -5px;
  left: 50px;
}
@media screen and (max-width: 991px) {
  .header-location-shipping::before {
    left: 50%;
  }
}
.header-location-shipping-button {
  background-color: transparent;
  border: none;
}
.header-location-shipping-button svg {
  width: 20px;
  height: 20px;
}
.header-submenu {
  top: 64px;
  position: absolute;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1600px;
  width: 100%;
  z-index: 11;
  background-color: #fff;
  border: 1px solid #CFD2D5;
}
@media screen and (max-width: 991px) {
  .header-submenu {
    position: fixed;
    top: 0;
    bottom: 0;
    border: none;
    transform: none;
    left: 0;
    padding-top: 12px;
  }
}
.header-submenu-category {
  display: flex;
  width: 100%;
  box-shadow: 4px 4px 9px 0px rgba(114, 122, 124, 0.3);
}
@media screen and (max-width: 991px) {
  .header-submenu-category {
    display: block;
    position: relative;
  }
}
.header-submenu-back {
  background-color: transparent;
  border: none;
  padding: 0;
}
.header-submenu-controls {
  display: none;
  padding: 0 20px;
}
@media screen and (max-width: 991px) {
  .header-submenu-controls {
    display: block;
  }
}
.header-submenu-controls-header {
  padding: 0 4px 24px;
  border-bottom: 1px solid #CFD2D5;
}
.header-submenu-side {
  width: 252px;
}
@media screen and (max-width: 991px) {
  .header-submenu-side {
    width: 100%;
  }
}
.header-submenu-main {
  width: calc(100% - 252px);
  border-left: 1px solid #CFD2D5;
  padding: 24px;
}
@media screen and (max-width: 991px) {
  .header-submenu-main {
    width: 100%;
    border-left: none;
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 52px;
    padding: 0;
    display: none;
    gap: 0;
  }
  .header-submenu-main.show {
    bottom: 0;
    display: block;
  }
}
.header-submenu-main-header {
  padding: 0 16px 32px;
}
@media screen and (max-width: 991px) {
  .header-submenu-main-header {
    padding: 0 20px 24px;
    border-bottom: 1px solid #CFD2D5;
  }
}
.header-submenu-main-heading {
  font-size: 36px;
  line-height: 48px;
  font-weight: 300;
  color: #0C0C0C;
  display: flex;
}
@media screen and (max-width: 991px) {
  .header-submenu-main-heading {
    font-size: 30px;
    line-height: 42px;
  }
}
.header-submenu-main-heading .header-view-all {
  color: #006EFF;
  margin-left: 24px;
  line-height: 48px;
  display: flex;
  align-items: center;
}
.header-submenu-main-subheading {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #737B7D;
}
.header-submenu-main-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .header-submenu-main-content {
    display: block;
    padding: 8px;
  }
}
.header-submenu-main-item {
  width: 33.3333333333%;
}
@media screen and (max-width: 991px) {
  .header-submenu-main-item {
    width: 100%;
  }
}
.header-submenu-main-item a {
  color: #0C0C0C;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  white-space: inherit;
}
@media screen and (max-width: 991px) {
  .header-submenu-main-item a {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .header-submenu-main-item a:hover {
    background-color: #E8ECEF;
  }
}
.header-submenu-main-item-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .header-submenu-main-item-title {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}
.header-submenu-main-item-desc {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #737B7D;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 40px;
}
@media screen and (max-width: 991px) {
  .header-submenu-main-item-desc {
    font-size: 14px;
    line-height: 16px;
    height: 32px;
  }
}
.header-submenu-main-banner {
  gap: 16px;
  padding: 16px;
  display: flex;
}
@media screen and (max-width: 991px) {
  .header-submenu-main-banner {
    display: none;
  }
}
.header-submenu-main .banner-box {
  position: relative;
  transition-duration: 0.5s;
  background-color: #f2f2f2;
  display: flex;
  flex: 1;
  height: 160px;
  overflow: hidden;
}
@media screen and (min-width: 1440px) {
  .header-submenu-main .banner-box {
    height: 180px;
  }
}
.header-submenu-main .banner-box::before {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 66, 128, 0.8980392157);
  position: absolute;
  transition-duration: 0.5s;
  pointer-events: none;
}
.header-submenu-main .banner-box a {
  width: 100%;
  padding-left: 16px;
  display: flex;
  align-items: center;
  line-height: normal;
  white-space: normal;
}
.header-submenu-main .banner-title {
  font-size: 22px;
  color: #003160;
}
.header-submenu-main .banner-subtitle {
  font-size: 16px;
  color: #336899;
}
.header-submenu-main .text-area {
  flex: 0.6;
}
.header-submenu-main .pic-area {
  flex: 0.4;
  overflow: hidden;
}
.header-submenu-main .pic-area img {
  width: 100%;
  transform: translateX(20px) scale(1.5);
}
@media screen and (min-width: 1200px) {
  .header-submenu-main .pic-area img {
    transform: translateX(20px) scale(1.2);
  }
}
@media screen and (min-width: 1440px) {
  .header-submenu-main .pic-area img {
    transform: translateX(0) scale(1);
  }
}
@media (hover: hover) {
  .header-submenu-main .banner-box:hover::before {
    display: block;
  }
  .header-submenu-main .banner-box:hover .banner-title {
    color: #fff;
    position: relative;
  }
  .header-submenu-main .banner-box:hover .banner-subtitle {
    color: #80A0BF;
    position: relative;
  }
}
.header-submenu-subcategory {
  display: flex;
  padding: 15px 24px;
  justify-content: space-between;
  align-items: center;
}
.header-submenu-subcategory a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #434447;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .header-submenu-subcategory:hover {
    background-color: #E8ECEF;
  }
  .header-submenu-subcategory.active {
    background-color: #F39800;
  }
  .header-submenu-subcategory.active a {
    color: #fff;
  }
}
.header-submenu-subcategory button {
  background-color: transparent;
  padding: 0;
  border: none;
}

.select2-container {
  width: 100%;
}
.select2-container .select2-results {
  padding: 4px 8px;
}
.select2-container .select2-results__option--selected {
  background-color: #FDEACC !important;
  color: #434447 !important;
  border: 1px solid #E57B03;
}
.select2-container .select2-results__option--highlighted {
  background-color: #E8ECEF !important;
  color: #434447 !important;
}

.navbar-search--container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 4px;
}
.navbar-search--temp {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 992px) {
  .navbar-search--temp {
    margin-top: 12px;
    padding: 8px 16px;
    border-radius: 2px;
    border: 1px solid #CFD2D5;
    background-color: #fff;
  }
}
.navbar-search--temp--title {
  color: #B6BFC1;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.36px;
}
.navbar-search--temp--tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.navbar-search--temp--tag {
  color: #E57B03;
  background-color: #FDEACC;
  border-radius: 2px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  padding: 2px 8px;
  text-decoration: none;
}
.navbar-search--temp--items {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 -10px;
}
/* .navbar-search--temp--items a:nth-child(3) ~ a {
  display: none;
} */
.navbar-search--temp--item {
  color: #434447;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  letter-spacing: 0.16px;
  position: relative;
  padding: 0 10px;
}

.navbar-search--temp--item:hover {
  background-color: #E8ECEF;
}

.navbar-search--temp--item span:not(.remove-recent-search) {
  width: 16px; 
  height: 16px; 
  display: inline-block; 
  vertical-align: middle; 
  margin: 0 6px 2px 0;
}

.navbar-search--temp--item img {
  width: 100%; 
  display: block;
}

.navbar-search--temp--item a {
  display: inline-block;
  width: calc(100% - 42px);
  color: #212529;
  text-decoration: none;
}

.navbar-search--temp--item .remove-recent-search {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 20px;
  color: #aaa;
  font-weight: 300;
  z-index: 2;
}

.navbar-search--temp--item .remove-recent-search:hover {
  color: #0C0C0C;
}

/* Search suggestions */
.navbar-search--temp--items-suggest {
  display: none;
}

.navbar-search--temp.search-suggest-display {
  padding: 8px 0;
}

.navbar-search--temp.search-suggest-display .navbar-search--temp--title,
.navbar-search--temp.search-suggest-display .navbar-search--temp--tags,
.navbar-search--temp.search-suggest-display .navbar-search--temp--items {
  display: none;
}

.navbar-search--temp.search-suggest-display .navbar-search--temp--items-suggest {
  display: block;
}

/* suggestion items */
.suggest-item {
  display: flex;
}

.suggest-item:hover .suggest-item__info {
  background-color: #E8ECEF;
}

.suggest-item__image {
  width: 80px;
  padding: 8px 4px 8px 12px;
  text-align: center;
}

.suggest-item__image img {
  max-width: 64px;
  max-height: 60px;
}

.suggest-item__info {
  padding: 8px 12px 8px 8px;
  width: calc(100% - 80px);
}

.suggest-item__name a {
  font-size: 16px;
  color: #434447;
  margin: 0;
  font-weight: bold;
  text-decoration: none;
}

.suggest-item__name a:hover {
  color: #004280;
  text-decoration: underline;
}

.suggest-item__description {
  font-size: 12px;
  color: #737B7D;
  margin: 0;
}

.navbar-main--container {
  padding: 0 4px;
}
.navbar-toggler--main {
  z-index: 100;
}
.navbar-toggler--on {
  display: none;
}
.collapsed .navbar-toggler--on {
  display: block;
}
.navbar-toggler--off {
  display: block;
}
.collapsed .navbar-toggler--off {
  display: none;
}

.backdrop {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.modal-open .backdrop {
  display: block;
}

body {
  font-family: "Heebo";
}
@media screen and (max-width: 991px) {
  body.modal-open {
    overflow: hidden;
  }
}

.breadcrumb li {
  font-size: 14px;
  line-height: 16px;
  color: rgb(115, 123, 125);
}
.breadcrumb li.active {
  color: rgb(67, 68, 71);
}
.breadcrumb a {
  color: rgb(115, 123, 125);
  text-decoration: none;
}
.breadcrumb-wrapper {
  max-width: 1472px;
  padding: 20px;
  margin: 0 auto;
}
.breadcrumb-wrapper ol {
  padding: 0;
  margin: 0;
}

.header-cart.cursor_pointer {
  position: relative;
}
@media screen and (max-width: 991px) {
  .header-cart.cursor_pointer {
    position: inherit;
  }
}

.minicart_container {
  width: 100%;
}
.minicart_container .main-items-list {
  max-height: calc(60vh - 132px);
  overflow-y: scroll;
  padding-left: 16px;
  scrollbar-width: thin;
  padding-right: 8px;
}

.minicart_header {
  position: relative;
}

.header-cart.cursor_pointer {
  position: relative;
}
@media screen and (max-width: 991px) {
  .header-cart.cursor_pointer {
    position: initial;
  }
}

.minicart_number:not(:empty) {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #DB3A3A;
  border-radius: 50%;
  color: var(--Gray-scale-00_White_BG, #FFF);
  text-align: center;
  font-family: Heebo;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.24px;
  right: 0;
  top: 0;
}
.minicart_number:not(:empty).hide {
  display: none;
}

.minicart_content {
  position: absolute;
  display: flex;
  padding: 16px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--Main-System-12px, 12px);
  align-self: stretch;
  border-radius: 2px;
  background: #F6F7F9;
  right: -12px;
  width: 348px;
  top: 32px;
  z-index: 11;
  padding-right: 0;
  box-shadow: 4px 4px 9px 0px rgba(114, 122, 124, 0.3);
}
@media screen and (max-width: 991px) {
  .minicart_content {
    top: 55px;
    width: 100vw;
    left: -16px;
    box-sizing: border-box;
    right: 0;
  }
}
.minicart_content.hide {
  display: none;
}
.minicart_content .triangle_icon {
  position: absolute;
  top: -15px;
  right: 12px;
}
@media screen and (max-width: 991px) {
  .minicart_content .triangle_icon {
    right: 50px;
  }
}
.minicart_content .minicart_title span.first-child {
  color: #004280;
  font-family: Heebo;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.14px;
  margin-right: 12px;
}
.minicart_content .minicart_title span.last-child {
  color: #737B7D;
  font-family: Heebo;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.36px;
}
.minicart_content .minicart_items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.minicart_content .minicart_item {
  display: flex;
  height: 80px;
  padding: 8px 0px;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.minicart_content .minicart_item .image-left {
  display: flex;
  width: 96px;
  height: 64px;
  margin: 6px 1px 5px 1px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #ffffff;
}
.minicart_content .minicart_item .image-left > a {
  width: 100%;
  height: 100%;
  display: flex;
}
.minicart_content .minicart_item .image-left img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.minicart_content .minicart_item .itemText-right {
  flex: 1;
  min-height: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.minicart_content .minicart_item .itemText-right .gift-label {
  color: #E57B03;
  background: #FDEACC;
  padding: 2px 8px;
  width: fit-content;
  font-size: 14px;
  font-weight: 700;
}
.minicart_content .minicart_item .itemText-right .name_deleter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.minicart_content .minicart_item .itemText-right .name_deleter .name a {
  color: #0C0C0C;
  font-family: Heebo;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
  text-decoration: none;
}
.minicart_content .minicart_item .itemText-right .name_deleter .delete_item {
  align-self: auto;
}
.minicart_content .minicart_item .itemText-right .numbers_price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.minicart_content .minicart_item .itemText-right .numbers_price .qty_value {
  display: flex;
  padding: 4px;
  align-items: center;
  gap: 16px;
  height: 24px;
  border: none;
  background: none;
  margin: 0;
}
.minicart_content .minicart_item .itemText-right .numbers_price .qty_value .minusBg,
.minicart_content .minicart_item .itemText-right .numbers_price .qty_value .plusBg,
.minicart_content .minicart_item .itemText-right .numbers_price .qty_value input {
  width: 24px;
  height: 24px;
  background-color: transparent;
}
.minicart_content .minicart_item .itemText-right .numbers_price .item_price {
  color: #E57B03;
  text-align: right;
  font-family: Heebo;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
}
.minicart_content .minicart_totle {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: calc(100% - 16px);
  margin-top: 12px;
  padding-left: 16px;
}
.minicart_content .minicart_totle span.text {
  color: #B6BFC1;
  text-align: right;
  font-family: Heebo;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}
.minicart_content .minicart_totle span.price {
  color: #E57B03;
  text-align: right;
  font-family: Heebo;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.72px;
}
.minicart_content .cartBtn {
  display: flex;
  height: 40px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 2px;
  background: #F39800;
  border: none;
  color: #F6F7F9;
  text-align: center;
  font-family: Heebo;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
  text-decoration: none;
  margin-right: 16px;
  margin-left: 16px;
}
@media screen and (max-width: 991px) {
  .minicart_content .cartBtn {
    margin-right: 16px;
  }
}

header {
  max-width: inherit;
  margin: 0 auto;
}

body.modal-overlay.searchNoResult .backdrop {
  display: none !important;
}

@media (min-width: 991px) {
  .d-lg-flex-991 {
    display: flex !important;
  }
  .d-lg-none-787 {
    display: none !important;
  }
  .d-lg-block-787 {
    display: block !important;
  }
}
@media screen and (min-width: 992px) {
  .header-container-wrapper {
    height: 58px;
    display: inline-block;
    width: 100%;
  }
  .header-container-wrapper .position-relative {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 9;
  }
}
@media screen and (max-width: 992px) {
  .header-container-wrapper {
    min-height: 90px;
  }
  .header-container-wrapper > .position-relative {
    position: fixed !important;
    z-index: 9;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .items-cart .header-container-wrapper .position-relative {
    z-index: 1;
  }
}

.status-container-center {
  padding: 24px 0;
  margin: 100px auto 120px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 750px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .status-container-center {
    padding: 0 20px;
    margin-top: 56px;
    margin-bottom: 80px;
  }
}
.status-container-center img {
  max-width: 200px;
}
.status-container-title h2 {
  margin-bottom: 8px;
}
.status-container-title p {
  color: #4D4D4D;
  text-align: center;
  font-family: Heebo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.48px;
  margin-bottom: 24px;
}
.status-container-title p a {
  text-decoration: none;
}
.status-container-buttons {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .status-container-buttons {
    flex-direction: column-reverse;
    width: 100%;
    gap: 8px;
  }
}
.status-container-buttons a:first-child {
  display: flex;
  height: 40px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 2px;
  border: 1px solid #E57B03;
  text-decoration: none;
  color: #E57B03;
  text-align: center;
  font-family: Heebo;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
}
.status-container-buttons a:last-child {
  display: flex;
  height: 40px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 2px;
  background: #F39800;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  font-family: Heebo;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
}

.minicart_container:empty + .empty-mini-cart {
  display: flex !important;
  flex-direction: column;
  width: 100%;
  margin-top: -16px;
}
.minicart_container:empty + .empty-mini-cart .minicart_title {
  margin-left: 16px;
}
.minicart_container:empty + .empty-mini-cart img {
  width: 120px;
  align-self: center;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  button.closed-botton {
    width: 100% !important;
  }
}

@media screen and (max-width: 991px) {
  .header-menu.mt-3 {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
  }
  .header-submenu-category {
    max-height: calc(100vh - 160px);
    overflow-y: auto;
  }
  .header-submenu-main.tab-content {
    max-height: calc(100vh - 50px);
    overflow-y: auto;
  }
}
.icon-location {
  transform: translate(-1px, 0px);
}

.icon-language {
  transform: translate(-1px, 1px);
}

.icon-user {
  transform: translate(3px, 0px);
}

.langCurrency {
  transform: translate(0px, 2px);
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .header-controls {
    min-width: 140px;
    margin-left: 0;
  }
  .header-location-name .shipping-text,
  .header-location-name .icon-toggle,
  .header-language .langCurrency,
  .header-language .icon-toggle,
  .header-user .header-name,
  .header-user .header-name,
  .header-user .header-account,
  .header-user .icon-toggle {
    display: none;
  }
  .header-dropdown-toggle.show::before {
    left: 20%;
  }
  .header-dropdown-location {
    transform: translateX(-70%);
  }
  .header-dropdown-toggle.show::before {
    left: 30%;
  }
  .header-dropdown-currency {
    min-width: 240px;
    left: 40%;
    transform: translateX(-70%);
  }
}

/* Toast button styles */
.toast-different-region-buttons .btn {
  width: 45%;
}
.toast-different-region-buttons .btn + .btn {
  width: 53%;
}

/* Modal Redirect Website */
@media screen and (min-width: 576px) {
  #modal-redirect-website .modal-dialog {
    max-width: 400px;
  }
}

/*# sourceMappingURL=header.css.map */
