/* line 1, pricefox/pages/header.scss */
promotional-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #E5EDF0;
}

/* line 9, pricefox/pages/header.scss */
promotional-banner p {
  color: #004766;
  font-size: 16px;
}

@media (max-width: 992px) {
  /* line 9, pricefox/pages/header.scss */
  promotional-banner p {
    font-size: 12px;
  }
}

/* line 16, pricefox/pages/header.scss */
promotional-banner p a {
  font-weight: 700;
  color: #f26e22;
}

/* line 23, pricefox/pages/header.scss */
.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9;
}

/* line 30, pricefox/pages/header.scss */
.header-section {
  display: flex;
  align-items: center;
  width: 100vw;
  height: 80px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}

/* line 38, pricefox/pages/header.scss */
.header-section .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  width: 100vw;
}

/* line 46, pricefox/pages/header.scss */
.header-section p, .header-section a {
  color: #00314C;
  font-weight: 500;
  font-size: 1.14rem;
  margin: 0;
}

/* line 53, pricefox/pages/header.scss */
.header-section a:hover {
  color: #F26E22;
}

/* line 57, pricefox/pages/header.scss */
.header-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 63, pricefox/pages/header.scss */
.header-section .header-logo {
  width: 170px;
  height: 66px;
  padding-bottom: 10px;
}

/* line 69, pricefox/pages/header.scss */
.header-section .header-main-nav-desktop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 75, pricefox/pages/header.scss */
.header-section .header-main-nav-name-desktop {
  display: flex;
  gap: 10px;
  height: 80px;
  align-items: center;
  padding-right: 35px;
}

/* line 82, pricefox/pages/header.scss */
.header-section .header-main-nav-name-desktop img {
  padding-top: 2px;
}

/* line 87, pricefox/pages/header.scss */
.header-section .header-main-nav-desktop-item:hover .header-sub-nav-desktop {
  display: flex;
}

/* line 91, pricefox/pages/header.scss */
.header-section .header-main-nav-desktop-item:hover .blue-arrow-icon {
  display: none;
}

/* line 95, pricefox/pages/header.scss */
.header-section .header-main-nav-desktop-item:hover .orange-arrow-icon {
  display: flex;
}

/* line 99, pricefox/pages/header.scss */
.header-section .header-main-nav-desktop-item:hover .header-main-nav-name-desktop p {
  color: #F26E22;
}

/* line 103, pricefox/pages/header.scss */
.header-section .header-main-nav-desktop-item:hover .header-main-nav-name-desktop container-new new-chip p {
  color: #00314C;
}

/* line 107, pricefox/pages/header.scss */
.header-section .header-sub-nav-desktop {
  display: none;
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  z-index: 7;
  background-color: #FFFFFF;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 280px;
  box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.1), inset 0 -4px 4px 0 rgba(0, 0, 0, 0.1);
}

/* line 122, pricefox/pages/header.scss */
.header-section .header-sub-nav-container-desktop {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
  width: 1131px;
  margin: 0 auto;
}

/* line 131, pricefox/pages/header.scss */
.header-section .header-sub-nav-column-desktop {
  display: flex;
  flex-direction: column;
  width: 240px;
  height: 180px;
  justify-content: flex-start;
  align-items: flex-start;
}

/* line 139, pricefox/pages/header.scss */
.header-section .header-sub-nav-column-desktop.-width {
  width: 250px;
}

/* line 143, pricefox/pages/header.scss */
.header-section .header-sub-nav-column-desktop > .large-title {
  font-size: 1.71rem;
  line-height: 28px;
}

/* line 148, pricefox/pages/header.scss */
.header-section .header-sub-nav-column-desktop p, .header-section .header-sub-nav-column-desktop a, .header-section .header-sub-nav-column-desktop li {
  margin-bottom: 10px;
}

/* line 152, pricefox/pages/header.scss */
.header-section .header-sub-nav-column-desktop .title {
  font-weight: 700;
  height: 20px;
}

/* line 157, pricefox/pages/header.scss */
.header-section .header-sub-nav-column-desktop img {
  width: 15px;
  height: 9px;
}

/* line 162, pricefox/pages/header.scss */
.header-section .header-sub-nav-column-desktop button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F26E22;
  border: none;
  border-radius: 8px;
  width: 162px;
  height: 42px;
  cursor: pointer;
  font-weight: 700;
  color: #FFFFFF;
}

/* line 177, pricefox/pages/header.scss */
.header-section .header-phone {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 1px solid #F26E22;
  border-radius: 8px;
  padding: 0 5px;
  width: 173px;
  height: 45px;
}

/* line 187, pricefox/pages/header.scss */
.header-section .header-phone p {
  padding-top: 3px;
}

/* line 191, pricefox/pages/header.scss */
.header-section .header-phone .header-phone-icon {
  width: 30px;
  height: 30px;
}

/* line 197, pricefox/pages/header.scss */
.header-section .orange-arrow-icon {
  display: none;
}

@media (min-width: 993px) {
  /* line 203, pricefox/pages/header.scss */
  .hide-in-s-l-screens {
    display: none !important;
  }
}

@media (min-width: 993px) and (max-width: 1440px) {
  /* line 210, pricefox/pages/header.scss */
  .header-section .header-logo {
    width: 120px;
    height: 76px;
  }
  /* line 215, pricefox/pages/header.scss */
  .header-section .header-main-nav-name-desktop {
    padding: 3px 15px 0 10px;
  }
  /* line 219, pricefox/pages/header.scss */
  .header-section .header-sub-nav-container-desktop {
    width: 940px;
  }
  /* line 224, pricefox/pages/header.scss */
  .header-section .header-sub-nav-column-desktop > .large-title {
    font-size: 1.57rem;
  }
  /* line 229, pricefox/pages/header.scss */
  .header-section .header-phone {
    border: none;
    width: 30px;
    height: 30px;
  }
  /* line 234, pricefox/pages/header.scss */
  .header-section .header-phone p {
    display: none;
  }
}

@media (max-width: 992px) {
  /* line 242, pricefox/pages/header.scss */
  .header-section {
    height: 54px;
  }
  /* line 245, pricefox/pages/header.scss */
  .header-section .header-container {
    gap: 10px;
  }
  /* line 249, pricefox/pages/header.scss */
  .header-section #toggle-menu-button {
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
  }
  /* line 257, pricefox/pages/header.scss */
  .header-section #toggle-menu-button img {
    width: 23px;
    height: 23px;
  }
  /* line 262, pricefox/pages/header.scss */
  .header-section #close-icon {
    display: none;
  }
  /* line 266, pricefox/pages/header.scss */
  .header-section .header-main-nav {
    display: none;
    position: absolute;
    top: 94px;
    left: 0;
    right: 0;
    z-index: 7;
    width: 100vw;
  }
  /* line 276, pricefox/pages/header.scss */
  .header-section .header-main-nav-container {
    display: flex;
    flex-direction: column;
    background: #fff;
    width: 100vw;
    height: inherit;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  }
  /* line 285, pricefox/pages/header.scss */
  .header-section .header-main-nav-item {
    display: flex;
    flex-direction: column;
  }
  /* line 290, pricefox/pages/header.scss */
  .header-section .header-main-nav-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: inherit;
    border-top: 1px solid #8D8E9F;
    padding: 7px 5%;
  }
  /* line 298, pricefox/pages/header.scss */
  .header-section .header-main-nav-name img {
    width: 15px;
    height: 9px;
  }
  /* line 304, pricefox/pages/header.scss */
  .header-section .active {
    color: #F26E22;
  }
  /* line 308, pricefox/pages/header.scss */
  .header-section .header-sub-nav {
    display: none;
    position: relative;
    left: 0;
    right: 0;
    z-index: 7;
    background-color: #FFFFFF;
    justify-content: center;
    align-items: center;
    width: 100vw;
  }
  /* line 320, pricefox/pages/header.scss */
  .header-section .header-sub-nav-container {
    display: flex;
    flex-direction: column;
    background: #fff;
    width: 100vw;
    height: inherit;
    border-top: 1px solid #8D8E9F;
    max-height: 70vh;
    overflow-y: auto;
  }
  /* line 331, pricefox/pages/header.scss */
  .header-section .header-sub-nav-item {
    display: flex;
    justify-content: space-between;
    width: inherit;
    padding: 0 5% 20px;
  }
  /* line 337, pricefox/pages/header.scss */
  .header-section .header-sub-nav-item p {
    padding-top: 10px;
    font-weight: 700;
  }
  /* line 342, pricefox/pages/header.scss */
  .header-section .header-sub-nav-item.-padding {
    padding: 10px 5% 15px;
  }
  /* line 347, pricefox/pages/header.scss */
  .header-section .header-logo {
    width: 129px;
    height: 40px;
    padding-bottom: 3px;
  }
  /* line 353, pricefox/pages/header.scss */
  .header-section .header-phone-icon {
    width: 27px;
    height: 27px;
  }
  /* line 359, pricefox/pages/header.scss */
  .hide-in-mobile {
    display: none !important;
  }
}

/* line 364, pricefox/pages/header.scss */
container-new {
  display: flex;
  justify-content: flex-start;
  gap: 4px;
}

/* line 369, pricefox/pages/header.scss */
container-new new-chip {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  background: #E5EDF0;
}

/* line 377, pricefox/pages/header.scss */
container-new new-chip > p {
  margin: 0;
}

/* line 380, pricefox/pages/header.scss */
container-new new-chip > p.body-xs {
  font-size: 12px;
}
