.header_mobile_holder .header-mobile-wrapper, .header_mobile_holder .mobile_menu_main {
  font-size: 1rem;
}

.header_mobile_holder .mobile_menu_innr_main {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100000;
  transition: all 0.25s ease-out;
  opacity: 0;
  visibility: hidden;
}

.header_mobile_holder .mobile_meni_overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  z-index: 100001;
}

.header_mobile_holder .mobile_menu_wrapper {
  width: 100%;
  transform: translateX(100%);
  max-width: 90%;
  right: 0;
  top: 0;
  background: #fafafa;
  color: #3a3a3a;
  bottom: 0;
  opacity: 0;
  position: fixed;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
  -js-display: flex;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease-in, opacity 0.2s ease-in;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 100011;
}

.header_mobile_holder .header-mobile-wrapper {
  padding: 0 20px 5px;
}

.header_mobile_holder .header-mobile-inner {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  grid-column-gap: 20px;
  overflow-wrap: anywhere;
}

.header_mobile_holder .header-mobile-inner>div {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  min-height: 0;
  align-items: center;
  flex-wrap: nowrap;
}

.header_mobile_holder .header_mobile_toggle {
  justify-content: flex-end;
}

.header-logo-inn {
  width: 100%;
  padding: 1em 0;
  line-height: 1;
}

.header_mobile_holder .toggle-button-wrap {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header_mobile_holder .toggle-button-wrap button {
  -js-display: flex;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  background: transparent;
  border: none;
  color: #1b65ae;
  font-size: 1.4em;
  padding: .5em;
}

.header_mobile_holder span.mobile-menu-toggle-icon {
  -js-display: inline-flex;
  display: inline-flex;
  align-self: center;
}


.header_mobile_holder span.mobile-menu-toggle-icon svg {
  width: 25px;
  height: 25px;
}


.mobile-open .header_mobile_holder .mobile_menu_innr_main {
  opacity: 1;
  visibility: visible;
}

.mobile-open .header_mobile_holder .mobile_meni_overlay {
  opacity: 1;
  visibility: visible;
}

.mobile-open .header_mobile_holder .mobile_menu_wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.header_mobile_holder .header_close_wrapper {
  -js-display: flex;
  display: flex;
  justify-content: flex-end;
  min-height: calc(1.2em + 24px);
  font-size: 1rem;
  line-height: 1.65em;
}

.header_mobile_holder .header_close_wrapper button {
  background: transparent;
  border: 0;
  font-size: 24px;
  line-height: 1;
  padding: .6em;
  color: inherit;
  -js-display: flex;
  display: flex;
  box-shadow: none;
}

.header_mobile_holder .header_close_wrapper button span {
  -js-display: inline-flex;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  font-size: 24px;
  line-height: 1;
  display: block;
}

.header_mobile_holder .header_close_wrapper button span svg {
  width: 17px;
  height: 17px;
  transition: none;
}
.header_mobile_holder .header_close_wrapper {
  -js-display: flex;
  display: flex;
  justify-content: flex-end;
  min-height: calc(1.2em + 24px);
  font-size: 1rem;
  line-height: 1.65em;
}

.header_mobile_holder .header_close_wrapper button {
  background: transparent;
  border: 0;
  font-size: 24px;
  line-height: 1;
  padding: .6em;
  color: inherit;
  -js-display: flex;
  display: flex;
  box-shadow: none;
}

.header_mobile_holder .header_close_wrapper button span {
  -js-display: inline-flex;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  font-size: 24px;
  line-height: 1;
  display: block;
}

.header_mobile_holder .header_close_wrapper button span svg {
  width: 17px;
  height: 17px;
  transition: none;
}

.header_mobile_holder .mobile-cart-wrap {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  justify-content: flex-start;
  margin-top: 8px;
  margin-bottom: 4px;
}

.header_mobile_holder .mobile-cart-wrap a {
  display: flex;
  align-items: center;
  transition: all 0.2s linear;
  text-decoration: none;
  color: #1b65ae;
}

.header_mobile_holder .mobile-cart-wrap .addon-cart-wrap {
  line-height: 1;
  display: flex;
  align-items: center;
}

.header_mobile_holder .mobile-cart-wrap .addon-cart-wrap span {
  padding: 0 6px 0 0px;
  font-weight: 600;
  line-height: 2.7;
  display: inline-block;
}

.header_mobile_holder .mobile-cart-wrap .addon-cart-wrap svg {
  font-size: 1.3em;
  font-style: normal;
  font-weight: normal;
  position: relative;
  padding: 0 2px;
  height: .85em;
  width: .95em;
  fill: currentColor;
}

.header_mobile_holder .mobile-contact {
  padding: 15px 20px;
  display: flex;
  justify-content: flex-start;
}

.header_mobile_holder .mobile-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header_mobile_holder .mobile-contact ul li a {
  text-decoration: none;
  font-weight: 700;
  color: #1b65ae;
  font-size: 0.88235294117647rem;
  line-height: 1.65em;
}

@media(min-width: 992px) {
  .header_mobile_holder  .header-mobile-wrapper {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .header_mobile_holder .header-mobile-menu .hs-menu-wrapper>ul {
    margin-left: 5px;
  }

  .header_mobile_holder  .header-mobile-menu .hs-menu-wrapper>ul li {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
  }

  .header_mobile_holder .header-mobile-menu .hs-menu-wrapper>ul li a {
    border: none !important;!i;!;
    border-bottom-width: 1px !important;!i;!;
    border-style: solid;
    padding: 10px 15px 11px;
    font-weight: 600;
    text-decoration: none;
    line-height: 3;
    font-size: 1rem;
    white-space: pre-wrap !important;
    display: flex !important;
    color: #1b65ae;
  }

  .header_mobile_holder  .header-mobile-menu .hs-menu-wrapper>ul {
    color: #1b65ae;
  }


  .header_mobile_holder .header-mobile-menu .hs-menu-wrapper>ul li svg {
    fill: currentColor;
  }

  .header_mobile_holder  .header-mobile-menu .hs-menu-wrapper>ul li a .inner-icon {
    display: block;
    margin-right: 5px;
  }

  .header_mobile_holder  .header-mobile-menu .hs-menu-wrapper>ul li a .inner-icon svg {
    top: .2em;
    margin-top: 0px;
    margin-left: 0px;
    width: .65em;
    transform: translate(0, -2px) rotateZ(270deg);
    height: .85em;
    position: relative;
    fill: currentColor;
  }



  .header_mobile_holder .header-mobile-menu .hs-menu-wrapper>ul li .child-trigger {
    position: absolute;
    font-size: inherit;
    display: inline-block;
    top: 10px;
    right: calc(15px - 0.907em);
    padding: 0 .907em;
    line-height: 3rem;
    background-color: transparent;
    outline: none;
    border: none;
    color: #1b65ae;
  }

  .header_mobile_holder .header-mobile-menu .hs-menu-wrapper>ul li .child-trigger svg {
    height: .85em;
    width: .95em;
    position: relative;
    margin-left: 10px;
  }

  .header_mobile_holder  .header-mobile-menu .hs-menu-wrapper>ul ul {
    position: relative !important;
    display: none;
  }

  .header_mobile_holder  .mobile-button-wrap {
    display: flex;
    padding: 15px 20px;
    justify-content: flex-start;
  }

  .header_mobile_holder .mobile-button-wrap a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
    font-size: 13px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background-color: #1b65ae;
    color: #ffffff;
    font-weight: 700;
    line-height: 1em;
  }

  .header_mobile_holder  .header-mobile-menu {
    margin-top: -1px;
  }

  .header_mobile_holder .header-mobile-menu .hs-menu-wrapper>ul li .child-trigger.child-open svg {
    transform: rotate(180deg);
  }
}


@media(max-width: 544px) {
  .header_mobile_holder  .mobile_menu_wrapper {
    width: 85%;
  }
}