@import "./tooltip.css";
@import "./select2-custom.css";
@import "./buttons.css";
@import "./components.css";
@import "./dataTable.css";
@import "./ai-search.css";
@import "./shoppingCart.css";
@import "./toast.css";
@import "./modal.css";
@import "./myReferals.css";
@import "./header-new.css";
@import "./footer-new.css";
.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-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%;
}
.header-dropdown-chooser .select2-container .select2-selection {
  border: 1px solid #CFD2D5;
  padding: 8px 12px;
  height: 40px;
}
.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-reverse;
  gap: 8px;
}
.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;
}
.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;
  }
}

.minicart_back-ordered-message {
    font-size: 12px;
    color: #004280;
    line-height: 1;
    padding: 10px 16px 0;
    width: 100%;
    display: block;
}

.cart_back-ordered-message {
    font-size: 12px;
    color: #004280;
    line-height: 1;
    padding: 8px 0 0 20px;
    width: 100%;
    display: block;
    position: relative;
}

.cart_back-ordered-message .back-ordered-tooltip {
    position: absolute;
    left: 0;
    top: 5px;
    padding: 2px;
}

.cart_back-ordered-message svg {
    display: block;
}

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

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

@media (min-width: 768px) {
    .d-lg-block-768 {
        display: block !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%);
  }
}
.footer {
  background: #E8ECEF;
  display: flex;
  flex-direction: column;
}

.footer .links {
  background: #E8ECEF;
  max-width: 1472px;
  margin: 64px auto;
  width: 100%;
  padding: 0 64px;
  box-sizing: border-box;
}

.footer .copyright_container {
  max-width: 1472px;
  margin: 0 auto;
  color: #FFF;
  font-family: Roboto;
  font-size: 12.444px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: space-between;
}

.footer .copyright_container a {
  color: #fff;
  text-decoration: none;
  margin: 0 8px;
}

.footer .copyright {
  background: #434447;
  width: 100%;
  padding: 21px 20px;
  box-sizing: border-box;
}

.footer .website_link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  padding-top: 40px;
  border-top: 1px solid #737B7D;
}

.footer .website_link h4 {
  font-family: Heebo;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
  color: #434447;
}

.footer .website_link a {
  color: #434447;
  font-family: Heebo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.48px;
  text-decoration: none;
}

.footer .website_link_items {
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap;
}

.footer .base_link {
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 40px;
}
@media only screen and (max-width: 1199px) {
  .footer .base_link {
    flex-wrap: wrap;
  }
}

.footer .help_link {
  display: flex;
  padding: 24px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  background: #F6F7F9;
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  .footer .help_link {
    max-width: 360px;
  }
}

.footer .help_link h3 {
  font-family: Heebo;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.footer .help_link a {
  color: #006EFF;
  font-family: Heebo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.footer .help_link span {
  display: flex;
  align-items: center;
  gap: 9px;
}

i.email {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M4.00195 19.9998C3.45195 19.9998 2.98112 19.804 2.58945 19.4123C2.19779 19.0207 2.00195 18.5498 2.00195 17.9998V5.99985C2.00195 5.44985 2.19779 4.97901 2.58945 4.58735C2.98112 4.19568 3.45195 3.99985 4.00195 3.99985H20.002C20.552 3.99985 21.0228 4.19568 21.4145 4.58735C21.8061 4.97901 22.002 5.44985 22.002 5.99985V17.9998C22.002 18.5498 21.8061 19.0207 21.4145 19.4123C21.0228 19.804 20.552 19.9998 20.002 19.9998H4.00195ZM12.002 12.9998L4.00195 7.99985V17.9998H20.002V7.99985L12.002 12.9998ZM12.002 10.9998L20.002 5.99985H4.00195L12.002 10.9998ZM4.00195 7.99985V5.99985V17.9998V7.99985Z" fill="%23434447"/></svg>');
}

i.telephone {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.9515 21.0001C17.8681 21.0001 15.8098 20.5459 13.7765 19.6376C11.7431 18.7293 9.89313 17.4418 8.22646 15.7751C6.5598 14.1084 5.2723 12.2584 4.36396 10.2251C3.45563 8.19176 3.00146 6.13342 3.00146 4.05009C3.00146 3.75009 3.10146 3.50009 3.30146 3.30009C3.50146 3.10009 3.75146 3.00009 4.05146 3.00009H8.10146C8.3348 3.00009 8.54313 3.07926 8.72646 3.23759C8.9098 3.39592 9.01813 3.58342 9.05147 3.80009L9.70147 7.30009C9.7348 7.56676 9.72646 7.79176 9.67647 7.97509C9.62646 8.15842 9.5348 8.31676 9.40146 8.45009L6.97646 10.9001C7.3098 11.5168 7.70563 12.1126 8.16396 12.6876C8.6223 13.2626 9.12646 13.8168 9.67647 14.3501C10.1931 14.8668 10.7348 15.3459 11.3015 15.7876C11.8681 16.2293 12.4681 16.6334 13.1015 17.0001L15.4515 14.6501C15.6015 14.5001 15.7973 14.3876 16.039 14.3126C16.2806 14.2376 16.5181 14.2168 16.7515 14.2501L20.2015 14.9501C20.4348 15.0168 20.6265 15.1376 20.7765 15.3126C20.9265 15.4876 21.0015 15.6834 21.0015 15.9001V19.9501C21.0015 20.2501 20.9015 20.5001 20.7015 20.7001C20.5015 20.9001 20.2515 21.0001 19.9515 21.0001ZM6.02646 9.00009L7.67647 7.35009L7.25146 5.00009H5.02646C5.1098 5.68342 5.22646 6.35842 5.37646 7.02509C5.52646 7.69176 5.74313 8.35009 6.02646 9.00009ZM14.9765 17.9501C15.6265 18.2334 16.289 18.4584 16.964 18.6251C17.639 18.7918 18.3181 18.9001 19.0015 18.9501V16.7501L16.6515 16.2751L14.9765 17.9501Z" fill="%23434447"/></svg>');
}

i.livechat {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M8 11C8.28333 11 8.52083 10.9042 8.7125 10.7125C8.90417 10.5208 9 10.2833 9 10C9 9.71667 8.90417 9.47917 8.7125 9.2875C8.52083 9.09583 8.28333 9 8 9C7.71667 9 7.47917 9.09583 7.2875 9.2875C7.09583 9.47917 7 9.71667 7 10C7 10.2833 7.09583 10.5208 7.2875 10.7125C7.47917 10.9042 7.71667 11 8 11ZM12 11C12.2833 11 12.5208 10.9042 12.7125 10.7125C12.9042 10.5208 13 10.2833 13 10C13 9.71667 12.9042 9.47917 12.7125 9.2875C12.5208 9.09583 12.2833 9 12 9C11.7167 9 11.4792 9.09583 11.2875 9.2875C11.0958 9.47917 11 9.71667 11 10C11 10.2833 11.0958 10.5208 11.2875 10.7125C11.4792 10.9042 11.7167 11 12 11ZM16 11C16.2833 11 16.5208 10.9042 16.7125 10.7125C16.9042 10.5208 17 10.2833 17 10C17 9.71667 16.9042 9.47917 16.7125 9.2875C16.5208 9.09583 16.2833 9 16 9C15.7167 9 15.4792 9.09583 15.2875 9.2875C15.0958 9.47917 15 9.71667 15 10C15 10.2833 15.0958 10.5208 15.2875 10.7125C15.4792 10.9042 15.7167 11 16 11ZM2 22V4C2 3.45 2.19583 2.97917 2.5875 2.5875C2.97917 2.19583 3.45 2 4 2H20C20.55 2 21.0208 2.19583 21.4125 2.5875C21.8042 2.97917 22 3.45 22 4V16C22 16.55 21.8042 17.0208 21.4125 17.4125C21.0208 17.8042 20.55 18 20 18H6L2 22ZM5.15 16H20V4H4V17.125L5.15 16Z" fill="%23434447"/></svg>');
}

i.seviceform {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H9.2C9.41667 2.4 9.77917 1.91667 10.2875 1.55C10.7958 1.18333 11.3667 1 12 1C12.6333 1 13.2042 1.18333 13.7125 1.55C14.2208 1.91667 14.5833 2.4 14.8 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM5 19H19V5H5V19ZM7 17H14V15H7V17ZM7 13H17V11H7V13ZM7 9H17V7H7V9ZM12 4.25C12.2167 4.25 12.3958 4.17917 12.5375 4.0375C12.6792 3.89583 12.75 3.71667 12.75 3.5C12.75 3.28333 12.6792 3.10417 12.5375 2.9625C12.3958 2.82083 12.2167 2.75 12 2.75C11.7833 2.75 11.6042 2.82083 11.4625 2.9625C11.3208 3.10417 11.25 3.28333 11.25 3.5C11.25 3.71667 11.3208 3.89583 11.4625 4.0375C11.6042 4.17917 11.7833 4.25 12 4.25Z" fill="%23434447"/></svg>');
}

.footer .pure_text {
  display: flex;
  padding: 4px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  box-sizing: border-box;
}

.footer .pure_text h4 {
  color: #434447;
  font-family: Heebo;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
}

.footer .pure_text a {
  color: #434447;
  font-family: Heebo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.48px;
  text-decoration: none;
  white-space: nowrap;
}

.footer .text_image_container {
  max-width: 460px;
  display: flex;
  padding: 4px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.footer .text_image_container h4 {
  color: #434447;
  font-family: Heebo;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 12px;
}

.footer .text_image_container img {
  width: 70px;
  height: 24px;
}

.footer .image_icons {
  display: flex;
  max-width: 460px;
  min-width: 240px;
  align-items: flex-start;
  align-content: flex-start;
  gap: var(--Main-System-12px, 12px) 8px;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.footer-scrolltop {
  position: fixed;
  background-color: rgba(78, 78, 78, 0.83);
  display: flex;
  padding: 12px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  bottom: 15%;
  margin-top: -32px;
  right: 20px;
  border: none;
  z-index: 100;
  box-shadow: 6.4px 6.4px 14.4px 0px rgba(114, 122, 124, 0.3);
}
.footer-scrolltop svg {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .footer-scrolltop {
    bottom: 220px;
  }
}

@media only screen and (max-width: 767px) {
  .footer .links {
    margin: 48px auto;
    padding: 0 20px;
  }
  .footer .base_link {
    flex-direction: column;
  }
  .footer .text_image_container,
  .footer .image_icons {
    max-width: 100%;
  }
  .footer .copyright_container {
    flex-direction: column;
    gap: 16px;
  }
  .copyright_container .right {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 4px;
  }
  .footer .copyright_container a {
    margin: 0;
  }
  .footer .help_link h3 {
    font-family: Heebo;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
  }
  .footer .pure_text h4,
  .footer .text_image_container h4 {
    color: #434447;
    font-family: Heebo;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
}
.news-letter-container {
  background: #DFEBF7;
}
.news-letter-bottom {
  max-width: 1472px;
  margin: 0 auto;
  padding: 26px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .news-letter-bottom {
    flex-direction: column;
    gap: 20px;
  }
}
.news-letter-socials {
  display: flex;
  align-items: center;
  gap: 16px 24px;
  margin-top: 16px;
  flex-wrap: wrap;
  max-width: 100%;
}
.news-letter-socials a {
  text-decoration: none;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
}
.news-letter-socials a img {
  width: 100%;
}
.news-letter-form {
  width: 70%;
  max-width: 578px;
}
.news-letter-form.hide-for-pc {
  display: none;
}
@media screen and (max-width: 767px) {
  .news-letter-form.hide-for-pc {
    display: block;
    margin-top: 24px;
  }
}
.news-letter-form.hide-for-mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .news-letter-form.hide-for-mobile {
    display: none;
  }
}
.news-letter-form .agreenNewLetter {
  margin-top: 16px;
  font-size: 14px;
  color: #434447;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .news-letter-form .agreenNewLetter {
    display: inline-flex;
    align-items: baseline;
  }
}
.news-letter-form .agreenNewLetter i {
  color: #DB3A3A;
  font-size: 16px;
  font-style: normal;
}
.news-letter-form .agreenNewLetter input {
  border: 1px solid #737B7D;
}
@media screen and (max-width: 767px) {
  .news-letter-form {
    width: 100%;
  }
}
.news-letter-form-title {
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .news-letter-form-title {
    display: none;
  }
}
.news-letter-form-input {
  border-color: #CFD2D5;
  border-width: 1px;
  border-radius: 2px;
  padding: 8px 12px 8px 12px;
  width: calc(100% - 105px);
  background: #fff;
  height: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .news-letter-form-input {
    width: 100%;
  }
}
.news-letter-form-input::placeholder {
  color: #B6BFC1;
}
.news-letter-form-input::-ms-input-placeholder {
  color: #B6BFC1;
}
.news-letter-form-button {
  width: 105px;
  border: none;
  border-radius: 0px 2px 2px 0px;
  padding: 12px 16px 12px 16px;
  background-color: #CFD2D5;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  height: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .news-letter-form-button {
    width: 100%;
    margin-top: 24px;
  }
}

.banner .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.4;
  transition: all 0.3s linear;
}
.banner .swiper-pagination-bullet-active {
  width: 36px;
  border-radius: 6px;
  background-color: white;
  opacity: 1;
}
.banner .swiper-slide img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .banner .swiper-slide img {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}
.banner-desc {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 50px 0 50px 6%;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  gap: 8px;
  height: 100%;
}
.banner-desc h2 {
  font-size: 40px;
}
.banner-desc h3 {
  font-size: 32px;
}

.create-account {
    background-color: #FFFFFF;
    padding: 28px 16px;
    font-family: "Heebo";
    max-width: 100%;
    overflow: auto;
    box-sizing: border-box;
}
@media screen and (min-width: 768px) {
    .create-account {
        padding: 24px;
    }
}
@media screen and (min-width: 1024px) {
    .create-account {
        padding: 28px 32px;
    }
}
@media screen and (min-width: 1440px) {
    .create-account {
        padding: 28px 64px;
    }
}
.create-account-container {
  max-width: 1472px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .create-account-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.create-account-steps {
    display: flex;
    column-gap: 24px;
    row-gap: 8px;
}
@media screen and (min-width: 768px) {
    .create-account-steps {
        flex-direction: row;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }
}
@media screen and (max-width: 1023px) {
  .create-account-steps {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.create-account-step {
    display: flex;
    gap: 12px;
    align-items: center;
    width: calc(50% - 12px);
}
@media screen and (min-width: 768px) {
    .create-account-step {
        width: calc(33.3333333333% - 16px);
    }
}
@media screen and (min-width: 1024px) {
    .create-account-step {
        max-width: 238px;
        width: 100%;
    }
}
@media screen and (min-width: 1440px) {
    .create-account-step {
        gap: 16px;
    }
}

.create-account-step p {
    margin: 0;
    word-break: keep-all;
    color: #004280;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}
.create-account-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    width: calc(50% - 12px);
}

.create-account-step-icon {
    max-width: 32px;
}

.create-account-step-icon img {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .create-account-info {
        width: calc(33.3333333333% - 16px);
    }
}
@media screen and (min-width: 1024px) {
    .create-account-step-icon {
        max-width: 48px;
    }
    .create-account-info {
        max-width: 100px;
        width: 100%;
    }
}
@media screen and (min-width: 1200px) {
    .create-account-step p {
        font-size: 16px;
    }
    .create-account-step-icon {
        max-width: 64px;
    }
}
@media screen and (min-width: 1440px) {
    .create-account-info {
        max-width: 160px;
    }
}

.create-account-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #004280;
}
.create-account-btn {
    color: #FFFFFF;
    background-color: #004280;
    text-decoration: none;
    padding: 12px 16px;
    border-radius: 2px;
    line-height: 1;
    font-size: 16px;
    font-weight: 500px;
    text-align: center;
}

.logined-product {
  max-width: 1472px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 64px;
  justify-content: space-between;
}
@media screen and (min-width: 576px) and (max-width: 1023px) {
  .logined-product {
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media screen and (min-width: 420px) and (max-width: 575px) {
  .logined-product {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media screen and (max-width: 419px) {
  .logined-product {
    flex-direction: column;
    gap: 20px;
  }
}
.logined-product .user-product-name {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 419px) {
  .logined-product .user-product-name {
    justify-content: center;
    width: 100%;
    max-width: none;
    text-align: center;
  }
}
.logined-product .user-product-name h2 {
  color: #004280;
  font-family: Heebo;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 221px;
}
.logined-product .user-product-name p {
  color: #004280;
  font-family: Heebo;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
  margin: 0;
}
.logined-product .user-product-contain {
  display: flex;
  gap: inherit;
  flex-direction: row;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (min-width: 576px) and (max-width: 1023px) {
  .logined-product .user-product-contain {
    gap: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .logined-product .user-product-contain {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.logined-product .user-product-contain .product-item {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  height: auto;
  flex-basis: auto;
  justify-content: center;
}
@media screen and (min-width: 576px) and (max-width: 1023px) {
  .logined-product .user-product-contain .product-item {
    flex-wrap: wrap;
    flex-basis: 100%;
    justify-content: flex-start;
    width: calc(20vw - 20px);
    gap: 12px;
  }
}
@media screen and (max-width: 575px) {
  .logined-product .user-product-contain .product-item {
    flex-direction: column;
    gap: 12px;
    width: calc(50% - 15px);
  }
}
.logined-product .user-product-contain .product-item img {
  aspect-ratio: 126/71;
  max-width: 126px;
  width: 100%;
  object-fit: contain;
}
@media screen and (min-width: 576px) and (max-width: 1023px) {
  .logined-product .user-product-contain .product-item img {
    max-width: inherit;
  }
}
@media screen and (max-width: 575px) {
  .logined-product .user-product-contain .product-item img {
    max-width: 100%;
  }
}
.logined-product .user-product-contain .product-item .pro-name-price {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 576px) and (max-width: 1023px) {
  .logined-product .user-product-contain .product-item .pro-name-price {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .logined-product .user-product-contain .product-item .pro-name-price {
    width: 100%;
  }
}
.logined-product .user-product-contain .product-item .pro-name-price .product-name {
  color: #0C0C0C;
  font-family: Heebo;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 576px) and (max-width: 1023px) {
  .logined-product .user-product-contain .product-item .pro-name-price .product-name {
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .logined-product .user-product-contain .product-item .pro-name-price .product-name {
    max-width: 100%;
  }
}
.logined-product .user-product-contain .product-item .pro-name-price .product-price {
  color: #E57B03;
  font-family: Heebo;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
}

.feature-product {
    background-color: #DFEBF7;
    padding: 32px 16px;
    overflow: hidden;
}
.feature-product.blue-bg {
  background: #E8ECEF !important;
}
@media screen and (min-width: 768px) {
    .feature-product {
        padding: 32px 24px;
    }
}
@media screen and (min-width: 1024px) {
    .feature-product {
        padding: 32px;
    }
}
@media screen and (min-width: 1200px) {
    .feature-product {
        padding: 48px 32px;
    }
}
@media screen and (min-width: 1440px) {
    .feature-product {
        padding: 48px 64px;
    }
}
.feature-product.cards {
  padding: 64px 20px;
  background: #F6F7F9;
}
.feature-product.cards .feature-product__heading {
  color: #434447;
  font-family: Heebo;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  text-align: left;
  padding-left: 12px;
  border-left: 4px solid #F39800;
}
.feature-product-container {
  max-width: 1472px;
  width: 100%;
  margin: 0 auto;
}
.feature-product__heading {
    text-align: center;
    color: #434447;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
    .feature-product__heading {
        font-size: 32px;
    }
}
@media screen and (min-width: 1200px) {
    .feature-product__heading {
        font-size: 36px;
        margin-bottom: 12px;
    }
}
@media screen and (min-width: 1440px) {
    .feature-product__heading {
        margin-bottom: 24px;
    }
}
.feature-product__item:hover .feature-product__img {
  opacity: 0.6;
}
.feature-product__item:hover .feature-product__title {
  text-decoration: underline;
  color: #004280;
}

.feature-product__wrapper.list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 12px;
    grid-column-gap: 12px;
}

.feature-product__wrapper.list .feature-product__img {
    justify-content: center;
    flex-direction: row;
    max-height: 126px;
}

@media screen and (min-width: 768px) {
    .feature-product__wrapper.list {
        grid-row-gap: 12px;
        grid-column-gap: 12px;
    }

    .feature-product__wrapper.list .feature-product__img {
        max-height: 140px;
    }
}
@media screen and (min-width: 1024px) {
    .feature-product__wrapper.list {
        grid-template-columns: repeat(5, 1fr);
        grid-row-gap: 24px;
        grid-column-gap: 12px;
    }
    .feature-product__wrapper.list .feature-product__img {
        max-height: auto;
    }
}
@media screen and (min-width: 1200px) {
    .feature-product__wrapper.list {
        grid-row-gap: 12px;
        grid-column-gap: 12px;
    }
}
@media screen and (min-width: 1440px) {
    .feature-product__wrapper.list {
        grid-row-gap: 24px;
        grid-column-gap: 24px;
    }
}
.feature-product__wrapper.list .feature-product__item {
    background-color: white;
    position: relative;
    padding: 12px;
    height: unset;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media screen and (min-width: 1200px) {
    .feature-product__wrapper.list .feature-product__item {
        padding: 16px;
        gap: 12px;
    }
}
.feature-product__wrapper.grid {
    margin: 0 auto;
    display: grid;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
}
.feature-product__wrapper.grid .feature-product__desc {
    -webkit-line-clamp: 1;
    height: auto;
}
.feature-product__wrapper.grid .feature-product__content {
    padding: 0;
    gap: 4px;
}
.feature-product__wrapper.grid .feature-product__img {
    justify-content: center;
}
@media screen and (min-width: 768px) {
    .feature-product__wrapper.grid {
        grid-template-columns: 1fr 1fr 1fr;
        grid-row-gap: 12px;
        grid-column-gap: 12px;
    }
}
@media screen and (min-width: 1200px) {
    .feature-product__wrapper.grid {
        grid-row-gap: 24px;
        grid-column-gap: 24px;
    }
}
@media screen and (min-width: 1440px) {
    .feature-product__wrapper.grid .feature-product__content {
        gap: 8px;
    }
    .feature-product__wrapper.grid .feature-product__tagsales {
        margin-top: -4px;
    }
}
.feature-product__wrapper.grid .feature-product__item {
    position: relative;
    padding: 12px;
    display: grid;
    grid-column-gap: 4px;
    grid-row-gap: 0px;
    height: unset;
    background-color: white;
    grid-template-columns: 80px auto;
    grid-template-rows: 1fr;
}
@media screen and (min-width: 1200px) {
    .feature-product__wrapper.grid .feature-product__item {
        grid-template-columns: 100px auto;
        grid-column-gap: 12px;
    }
}
@media screen and (min-width: 1440px) {
    .feature-product__wrapper.grid .feature-product__item {
        grid-template-columns: 160px auto;
        padding: 16px;
    }
}
@media screen and (min-width: 991px) {
    .feature-product__wrapper.cards {
        max-width: 1500px;
        margin: 0 auto;
        display: grid;
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
.feature-product__wrapper.cards .feature-product__item {
    position: relative;
    padding: 16px;
    display: grid;
    grid-column-gap: 8px;
    grid-row-gap: 0px;
    height: unset;
    background-color: white;
}
@media screen and (min-width: 768px) {
    .feature-product__wrapper.cards .feature-product__item {
        grid-template-columns: 160px auto;
        grid-template-rows: 1fr;
    }
}
.feature-product__content {
    position: relative;
    font-family: Heebo;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-grow: 1;
}

.feature-product__content a {
    text-decoration: none;
}
.feature-product__tagnew {
    position: absolute;
    z-index: 1;
    top: 16px;
    left: 8px;
}
@media screen and (min-width: 1200px) {
    .feature-product__tagnew {
        top: 24px;
        left: 12px;
    }
}
.feature-product__tagnew span {
    background: #004280;
    font-family: Heebo;
    height: 24px;
    padding: 6px 8px;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    display: block;
}
.feature-product__tagsales {
    /* min-height: 24px; */
}
.feature-product__tagsales span {
    height: 24px;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--Gray-scale-60_Tag, #B6BFC1);
    font-family: Heebo;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    border-radius: 2px;
    border: 1px solid var(--Gray-scale-60_Tag, #B6BFC1);
    width: fit-content;
}
.feature-product__img {
    text-align: center;
    transition: all 0.3s linear;
}
@media screen and (min-width: 768px) {
    .feature-product__img {
        display: flex;
        flex-direction: column;
    }
}
.feature-product__img a {
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: 243/159;
}
.feature-product__img--image {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
    aspect-ratio: 243/159;
    width: 100%;
}
.feature-product__img .sale {
    position: absolute;
    top: 24px;
    left: 16px;
    background-color: #004280;
    text-transform: uppercase;
    color: white;
    border-radius: 2px;
    padding: 4px 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}
.feature-product__title {
    color: #0C0C0C;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
@media screen and (min-width: 1200px) {
    .feature-product__title {
        font-size: 20px;
    }
}
.feature-product__desc {
    color: #737B7D;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
@media screen and (min-width: 1200px) {
    .feature-product__desc {
        font-size: 14px;
    }
}
.feature-product__tags {
    display: flex;
    gap: 8px;
}
.feature-product__tags span {
    border: 1px solid #B6BFC1;
    border-radius: 2px;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: capitalize;
    color: #B6BFC1;
}
.feature-product__price {
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    color: #E57B03;
    margin-top: auto;
}
@media screen and (min-width: 1200px) {
    .feature-product__price {
        font-size: 20px;
    }
}
@media screen and (min-width: 1200px) {
    .feature-product__button {
        padding-top: 4px;
    }
}
.feature-product__button.bundle_product {
    padding: 0;
}
.feature-product__button.bundle_product:hover button {
    background-color: #e57b04;
}
.feature-product__button.bundle_product button {
    pointer-events: none;
}
.feature-product__button button {
    background-color: #F39800;
    border: none;
    font-size: 16px;
    height: 40px;
    border-radius: 2px;
    line-height: 1;
    font-weight: 500;
    padding: 12px 16px;
    width: 100%;
    color: #fff;
    transition: all 0.3s linear;
}
.feature-product__button button:hover {
    background-color: #e57b04;
}

.news-letter {
    position: relative;
    font-family: "Heebo";
    background-color: #004280;
}
.news-letter-bg {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    background-image: var(--bg-image);
    background-size: cover;
}
.news-letter-wrapper {
    height: 268px;
    max-width: 1472px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}
.news-letter-desc {
    left: 24px;
    top: 50%;
    padding: 24px;
    max-width: calc(100% - 48px);
    background: linear-gradient(180deg, rgba(242, 238, 241, 0.15) 0%, rgba(211, 207, 210, 0.15) 100%);
    position: absolute;
    color: #fff;
    transform: translateY(-50%);
}
.news-letter-intro {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 20px;
}
.news-letter-intro-image {
    width: 48px;
    height: 48px;
    overflow: hidden;
    display: flex;
    padding: 6px;
    align-self: center;
    justify-content: center;
}
.news-letter-intro-image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.news-letter-intro-text {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
}
.news-letter-desc-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}
.news-letter-desc-text p {
    margin: 0;
}
@media screen and (min-width: 768px) {
    .news-letter-wrapper {
        height: 248px;
    }
}

@media screen and (min-width: 1024px) {
    .news-letter-wrapper {
        height: 332px;
    }
    .news-letter-desc {
        left: 32px;
        padding: 32px;
        max-width: 624px;
    }
    .news-letter-intro-image {
        width: 64px;
        height: 64px;
    }
    .news-letter-intro-text {
        font-size: 24px;
    }
    .news-letter-desc-text {
        font-size: 16px;
    }
}

@media screen and (min-width: 1440px) {
    .news-letter-wrapper {
        height: 440px;
    }

    .news-letter-desc {
        left: 0;
    }
}

.products {
    padding: 20px 0;
}
@media screen and (max-width: 767px) {
    .products {
        padding: 0;
    }
}
.products-wrapper {
    max-width: 1472px;
    margin: 0 auto;
    padding: 0 20px;
}
.products-heading {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
    .products-heading {
        margin-bottom: 24px;
    }
}
.products-title {
    color: #434447;
    margin: 0;
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
}
@media screen and (max-width: 767px) {
    .products-title {
        font-size: 36px;
    }
}
.products-desc {
    color: #737B7D;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.products-listing {
    display: grid;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 30% 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
}
.feature-product__wrapper.grid .feature-product__item {
  position: relative;
  padding: 16px;
  display: grid;
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  height: unset;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .feature-product__wrapper.grid .feature-product__item {
    grid-template-columns: 160px auto;
    grid-template-rows: 1fr;
  }
}
.feature-product__wrapper.grid .feature-product__item:first-child {
  display: block;
  padding: 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .feature-product__wrapper.grid .feature-product__item:first-child {
    grid-area: 1/1/3/2;
  }
  .feature-product__wrapper.grid .feature-product__item:first-child .feature-product__content {
    padding-top: 16px;
  }
}
@media screen and (min-width: 991px) {
  .feature-product__wrapper.cards {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.feature-product__wrapper.cards .feature-product__item {
  position: relative;
  padding: 16px;
  display: grid;
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  height: unset;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .feature-product__wrapper.cards .feature-product__item {
    grid-template-columns: 160px auto;
    grid-template-rows: 1fr;
  }
}
.feature-product__content {
  position: relative;
  font-family: Heebo;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .feature-product__content {
    padding-top: 16px;
  }
}
.feature-product__content a {
  text-decoration: none;
}
.feature-product__tagnew {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 16px;
}
.feature-product__tagnew span {
  display: flex;
  height: 24px;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 2px;
  border: #004280;
  background: #004280;
  color: #fff;
  left: -4px;
  top: 8px;
  color: #FFF;
  font-family: Heebo;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}
.feature-product__tagsales {
  min-height: 24px;
}
.feature-product__tagsales span {
  height: 24px;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--Gray-scale-60_Tag, #B6BFC1);
  font-family: Heebo;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  border-radius: 2px;
  border: 1px solid var(--Gray-scale-60_Tag, #B6BFC1);
  width: fit-content;
}
.feature-product__img {
  text-align: center;
  transition: all 0.3s linear;
}
@media screen and (min-width: 768px) {
  .feature-product__img {
    display: flex;
    flex-direction: column;
  }
}
.feature-product__img a {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 41/23;
}
.feature-product__img--image {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
  aspect-ratio: 41/23;
  width: 100%;
}
.feature-product__img .sale {
  position: absolute;
  top: 24px;
  left: 16px;
  background-color: #004280;
  text-transform: uppercase;
  color: white;
  border-radius: 2px;
  padding: 4px 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}
.feature-product__title {
  color: #0C0C0C;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
.feature-product__desc {
  color: #737B7D;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 40px;
  word-break: break-all;
}
.feature-product__tags {
  display: flex;
  gap: 8px;
}
.feature-product__tags span {
  border: 1px solid #B6BFC1;
  border-radius: 2px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-transform: capitalize;
  color: #B6BFC1;
}
.feature-product__price {
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #E57B03;
}
.feature-product__button {
  margin-top: auto;
}
.feature-product__button.bundle_product {
  padding: 0;
}
.feature-product__button.bundle_product:hover button {
  background-color: #e57b04;
}
.feature-product__button.bundle_product button {
  pointer-events: none;
}
.feature-product__button button {
  background-color: #F39800;
  border: none;
  font-size: 16px;
  height: 40px;
  border-radius: 2px;
  line-height: 1;
  font-weight: 500;
  padding: 12px 16px;
  width: 100%;
  color: #fff;
  transition: all 0.3s linear;
}
.feature-product__button button:hover {
  background-color: #e57b04;
}

.news-letter {
  position: relative;
  font-family: "Heebo";
  background-color: #004280;
}
.news-letter-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: var(--bg-image);
  background-size: cover;
}
.news-letter-wrapper {
  max-width: 1472px;
  padding: 48px 64px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .news-letter-wrapper {
    padding: 32px;
  }
}
@media screen and (max-width: 767px) {
  .news-letter-wrapper {
    padding: 24px;
  }
}
.news-letter-desc {
  padding: 32px;
  max-width: 720px;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
  color: #004280;
}
@media screen and (max-width: 767px) {
  .news-letter-desc {
    padding: 40px 20px;
  }
}
.news-letter-desc-text p {
  margin-bottom: 0;
}
.news-letter-intro {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 22px;
  flex-direction: column;
}
.news-letter-intro-image {
  width: 100%;
  height: 68px;
  overflow: hidden;
  display: flex;
  padding: 6px;
  align-self: center;
  justify-content: flex-start;
}
.news-letter-intro-image img {
  object-fit: contain;
  object-position: left center;
  width: 100%;
  height: 100%;
}
.news-letter-intro-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.products {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .products {
    padding: 0;
  }
}
.products-wrapper {
  max-width: 1472px;
  margin: 0 auto;
  padding: 0 20px;
}
.products-heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .products-heading {
    margin-bottom: 24px;
  }
}
.products-title {
  color: #434447;
  margin: 0;
  font-weight: 500;
  font-size: 48px;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  .products-title {
    font-size: 36px;
  }
}
.products-desc {
  color: #737B7D;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.products-listing {
  display: grid;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
}
@media screen and (max-width: 767px) {
  .products-listing {
    grid-template-columns: repeat(2, 1fr);
  }
}

.product-item {
  height: 100%;
}
.product-item-content {
  position: relative;
  display: flex;
  height: 50%;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .product-item-content {
    padding-top: 16px;
  }
}
.product-item-image {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product-item-image {
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.product-item-image img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}
.product-item-title {
  color: #0C0C0C;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.product-item-desc {
  color: #737B7D;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.product-item-price {
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #E57B03;
}
.product-item-button {
  margin-top: auto;
}
.product-item-button button {
  background-color: #F39800;
  border: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 12px 16px;
  width: 100%;
  color: #fff;
}

.sector-hub {
    background-color: #ffffff;
    padding: 32px 16px;
    font-family: "Heebo";
}
.sector-hub__wrapper {
    max-width: 1472px;
    width: 100%;
    margin: 0 auto;
    gap: 12px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sector-hub__item {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.sector-hub__item .sector-hub__img {
    text-align: center;
}
.sector-hub__item .sector-hub__bg {
    height: 180px;
}
@media screen and (min-width: 1024px) {
    .sector-hub__item .sector-hub__bg {
        height: 280px;
    }
}
@media screen and (min-width: 1200px) {
    .sector-hub__item .sector-hub__bg {
        height: 320px;
    }
}
@media screen and (min-width: 1440px) {
    .sector-hub__item .sector-hub__bg {
        height: 416px;
    }
}
.sector-hub__item .sector-hub__bg::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
}
.sector-hub__content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 16px 12px;
    z-index: 3;
    max-width: calc(100% - 140px);
}
.sector-hub__sub {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}
.sector-hub__title {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 300;
    padding-top: 16px;
}
.sector-hub__desc {
    opacity: 0.6;
    font-size: 14px;
    line-height: 1.25;
    margin-top: 5px;
    font-weight: 300;
    display: none;
}
.sector-hub__link {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 16px 12px;
    z-index: 2;
}
.sector-hub__link a {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    text-decoration: none;
    color: #434447;
}
.sector-hub__bg::after {
    content: "";
    position: absolute;
    width: 556px;
    height: 556px;
    top: -195px;
    left: -90%;
    transform: rotate(-223deg);
    background: linear-gradient(153.05deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    border-radius: 75px;
    opacity: 0.8;
}
.sector-hub__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sector-hub__img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding: 5px;
}
.sector-hub__img img {
    width: 150px;
}

@media screen and (min-width: 768px) {
    .sector-hub {
        padding: 32px 24px;
    }
    .sector-hub__item {
        width: calc(50% - 6px);
    }
    .sector-hub__item:first-child {
        width: 100%;
    }
    .sector-hub__bg::after {
        left: -115%;
    }
    .sector-hub__item:first-child .sector-hub__bg::after {
        left: -22%;
    }
}
@media screen and (min-width: 1024px) {
    .sector-hub__wrapper {
        flex-wrap: nowrap;
    }
    .sector-hub {
        padding: 32px;
    }
    .sector-hub__item {
        position: relative;
        width: 20%;
        max-width: 182px;
        color: #434447;
        overflow: hidden;
        transition: all 450ms ease-in-out;
        cursor: pointer;
    }
    .sector-hub__item:first-child {
        width: 20%;
        max-width: 182px;
    }
    .sector-hub__item.active {
        color: #fff;
        max-width: 182px;
        width: 20%;
    }
    .sector-hub__bg::after {
        top: -195px;
        left: -245%;
    }
    .sector-hub__item.active .sector-hub__bg::after {
        top: -53%;
        left: -40%;
        transform: rotate(-230deg);
    }
    .sector-hub__img {
        right: 15px;
        left: 15px;
    }
    .sector-hub__content {
        max-width: none;
    }
    .sector-hub__img img {
        width: 100%;
    }
    .sector-hub__link {
        display: none;
        padding: 24px 12px;
    }
    .sector-hub__link a {
        font-size: 14px;
    }
    .sector-hub__item.active .sector-hub__img {
        text-align: right;
    }
    .sector-hub__item.active .sector-hub__img img {
        width: auto;
        padding: 0;
    }
    .sector-hub__item.active .sector-hub__desc {
        display: block;
    }
    .sector-hub__item.active .sector-hub__bg::before {
        background-color: rgba(0, 66, 128, 0.9);
    }
    .sector-hub__item.active .sector-hub__link {
        display: block;
        z-index: 2;
    }
    .sector-hub__item.active .sector-hub__link a {
        color: #fff;
    }
}
@media screen and (min-width: 1200px) {
    .sector-hub__wrapper {
        gap: 16px;
    }
    .sector-hub {
        padding: 48px 32px;
    }
    .sector-hub__content {
        padding: 24px 16px;
    }
    .sector-hub__item,
    .sector-hub__item:first-child {
        width: 20%;
        max-width: 182px;
    }
    .sector-hub__item.active {
        width: 32%;
        max-width: 320px;
    }
    .sector-hub__title {
        font-size: 28px;
    }
    .sector-hub__desc {
        font-size: 16px;
    }
    .sector-hub__link {
        padding: 24px 16px;
    }
    .sector-hub__link a {
        font-size: 16px;
    }
}
@media screen and (min-width: 1440px) {
    .sector-hub {
        padding: 48px 64px;
    }
    .sector-hub__title {
        font-size: 36px;
    }
    .sector-hub__item,
    .sector-hub__item:first-child {
        max-width: 252px;
    }
    .sector-hub__item.active {
        max-width: 400px;
    }
    .sector-hub__bg::after,
    .sector-hub__item:first-child .sector-hub__bg::after {
        top: -165px;
        left: -170%;
    }
}
/* Nav Pills */
.nav-pills .nav-link {
    border: 1px solid #E57B03;
    color: #E57B03;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.16px;
    text-decoration: none;
    padding: 4px 16px;
    border-radius: 20px;
    line-height: 30px;
    margin: 0 12px 4px 0;
}

@media screen and (min-width: 767px) {
    .nav-pills .nav-link {
        font-size: 16px;
        margin: 0 12px 0 0;
    }
}

.nav-pills .nav-item:last-child .nav-link {
    margin-right: 0;
}

.nav-pills .nav-link.active {
    background-color: #F39800;
    border-color: #F39800;
    color: #fff;
}

/* Modal Bootstrap Styles */
.modal-header,
.modal-body,
.modal-footer {
    padding: 16px 24px;
}

/********************/
/* Override BS styles */
/**********************/

/* button */
.btn {
    border-radius: 2px;
    font-weight: 500;
}
.btn.disabled, .btn:disabled {
    background-color: #737B7D;
    border-color: #737B7D;
}
.btn-primary {
    background-color: var(--Brand-IoTMart-Brand-color_primary, #F39800);
    border-color: var(--Brand-IoTMart-Brand-color_primary, #F39800);
}

.btn-primary:hover, .btn-primary:active, :not(.btn-check)+.btn:active {
    background-color: #E57B03;
    border-color: #E57B03;
}

/*.btn-outline-primary {*/
/*    color: var(--Brand-IoTMart-Brand-color_primary, #F39800);*/
/*    border-color: var(--Brand-IoTMart-Brand-color_primary, #F39800);*/
/*}*/

.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary.btn:first-child:active {
    background-color: #FAF3E6;
    color: #E57B03;
    border-color: #E57B03;
}

.btn-secondary {
    background-color: var(--Brand-IoTMart-Brand-color_primary, #004280);
    border-color: var(--Brand-IoTMart-Brand-color_primary, #004280);
}

.btn-secondary:hover {
    background-color: #013c72;
    border-color: #013c72;
}

.btn-outline-secondary {
    color: var(--Brand-IoTMart-Brand-color_primary, #004280);
    border-color: var(--Brand-IoTMart-Brand-color_primary, #004280);
}

.btn-outline-secondary:hover {
    background-color: var(--Brand-IoTMart-Brand-color_primary, #004280);
    color: #fff;
    border-color: var(--Brand-IoTMart-Brand-color_primary, #004280);
}

.btn-close {
    background-size: 0.7em;
    width: 0.7em;
    height: 0.7em;
    opacity: 0.7;
}

.form-control {
    border-radius: 2px;
}

/* Toast */
.toast-header {
    font-weight: 700;
    color: #434447;
}

.toast-body {
    color: #434447;
    font-size: 12px;
}

/* Custom Tooltip Styles */
.custom-back-ordered-tooltip .tooltip-inner {
    max-width: 320px;
    text-align: left;
    margin-left: -270px;
}

.custom-cart-back-ordered-tooltip .tooltip-inner {
    max-width: 320px;
    text-align: left;
}
