.custom-header a {
  font-family: Helvetica Light, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
}

.custom-header ul a, .custom-header ul a:hover {
  color: #262628;
}

.custom-header ul a:hover {
  text-decoration: none;
}

.custom-header *, .custom-header :after, .custom-header :before {
  box-sizing: border-box;
}

.custom-header header, .custom-header nav {
  display: block;
}

.custom-header h4, .custom-header h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.custom-header ul {
  margin-bottom: 1rem;
}

.custom-header ul {
  margin-top: 0;
}

.custom-header ul ul {
  margin-bottom: 0;
}

.custom-header a {
  color: #e6000a;
  text-decoration: none;
  background-color: transparent;
}

.custom-header a:hover {
  color: #9a0007;
  text-decoration: underline;
}

.custom-header img {
  border-style: none;
}

.custom-header img, .custom-header svg {
  vertical-align: middle;
}

.custom-header svg {
  overflow: hidden;
}

.custom-header label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.custom-header button {
  border-radius: 0;
}

.custom-header button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.custom-header button, .custom-header input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.custom-header button, .custom-header input {
  overflow: visible;
}

.custom-header button {
  text-transform: none;
}

.custom-header [type=button], .custom-header button {
  -webkit-appearance: button;
}

.custom-header [type=button]::-moz-focus-inner, .custom-header button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.custom-header h4, .custom-header h5 {
  margin-bottom: 0.5rem;
  font-family: Helvetica Thin, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 100;
  line-height: 1.2;
}

.custom-header h4 {
  font-size: 1.625rem;
}

.custom-header h5 {
  font-size: 1.375rem;
}

.custom-header .list-unstyled {
  padding-left: 0;
  list-style: none;
}

.custom-header .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 425px) {
  .custom-header .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .custom-header .container {
    max-width: 720px;
  }
}

@media (min-width: 1025px) {
  .custom-header .container {
    max-width: 960px;
  }
}

@media (min-width: 1280px) {
  .custom-header .container {
    max-width: 1140px;
  }
}

@media (min-width: 425px) {
  .custom-header .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .custom-header .container {
    max-width: 720px;
  }
}

@media (min-width: 1025px) {
  .custom-header .container {
    max-width: 960px;
  }
}

@media (min-width: 1280px) {
  .custom-header .container {
    max-width: 1140px;
  }
}

.custom-header .row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.custom-header .no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.custom-header .col, .custom-header .col-4, .custom-header .col-6, .custom-header .col-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-header .col {
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.custom-header .col-4 {
  -webkit-box-flex: 0;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.custom-header .col-6 {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.custom-header .col-8 {
  -webkit-box-flex: 0;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.custom-header .collapse:not(.show) {
  display: none;
}

.custom-header .border-0 {
  border: 0 !important;
}

.custom-header .d-flex {
  display: -webkit-box !important;
  display: flex !important;
}

.custom-header .justify-content-end {
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
}

.custom-header .align-items-center {
  -webkit-box-align: center !important;
  align-items: center !important;
}

.custom-header .ml-2 {
  margin-left: 0.5rem !important;
}

.custom-header .btn {
  display: inline-block;
  font-family: Helvetica Roman, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  color: #262628;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.1rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-header .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-header .btn:hover {
  color: #262628;
  text-decoration: none;
}

.custom-header .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(44, 46, 123, 0.25);
}

.custom-header .btn:disabled {
  opacity: 0.65;
}

.custom-header .btn-secondary {
  color: #fff;
  background-color: #e6000a;
  border-color: #e6000a;
}

.custom-header .btn-secondary:focus, .custom-header .btn-secondary:hover {
  color: #fff;
  background-color: #c00008;
  border-color: #b30008;
}

.custom-header .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 38, 47, 0.5);
}

.custom-header .btn-secondary:disabled {
  color: #fff;
  background-color: #e6000a;
  border-color: #e6000a;
}

.custom-header .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.custom-header .nav-link:focus, .custom-header .nav-link:hover {
  text-decoration: none;
}

.custom-header .navbar {
  position: relative;
  flex-wrap: wrap;
  padding: 0.5rem 1rem;
}

.custom-header .navbar .container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.custom-header .navbar-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.custom-header .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.custom-header .navbar-collapse {
  flex-basis: 100%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  align-items: center;
}

.custom-header .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}

.custom-header .navbar-toggler:focus, .custom-header .navbar-toggler:hover {
  text-decoration: none;
}

@media (max-width: 1024.98px) {
  .custom-header .navbar-expand-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1025px) {
  .custom-header .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .custom-header .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .custom-header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .custom-header .navbar-expand-lg > .container {
    flex-wrap: nowrap;
  }
  .custom-header .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }
  .custom-header .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.custom-header .u-hidden-visually {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.custom-header .header {
  position: relative;
  z-index: 99;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}

.custom-header .header.sticky {
  position: fixed;
  width: 100%;
  background: #fff;
}

@media (min-width: 1025px) {
  .custom-header .header {
    border: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  }
  .custom-header .header .navbar {
    min-height: 75px;
  }
}

.custom-header .top-bar {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 15;
  width: 100%;
  height: 55px;
  pointer-events: none;
}

@media (min-width: 1025px) {
  .custom-header .top-bar {
    position: relative;
    z-index: 25;
    width: 100%;
    height: auto;
    padding: 0;
    background-color: #2c2e7b;
  }
  .custom-header .top-bar .container {
    padding: 0 0.5rem;
  }
}

@media (min-width: 1025px) {
  .custom-header .top-bar__content {
    height: 28px;
  }
}

.custom-header .top-bar .icon {
  width: 16px;
  height: 16px;
  margin: 0 0.15rem;
}

.custom-header .top-bar .icon.down-caret {
  width: 8px;
  height: 8px;
}

@media (min-width: 1025px) {
  .custom-header .top-bar .icon {
    width: 10px;
    height: 10px;
    margin: 0 0.3rem;
  }
  .custom-header .top-bar .icon.down-caret {
    width: 6px;
    height: 6px;
  }
}

.custom-header .top-bar .icon.language-icon {
  width: 14px;
  height: 14px;
}

@media (min-width: 1025px) {
  .custom-header .top-bar a {
    color: #fff;
  }
}

.custom-header .top-bar__button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  height: 100%;
  border: none;
  background: 0;
  font-size: 11px;
  font-weight: 200;
  text-decoration: none;
  color: #2c2e7b;
  cursor: pointer;
  pointer-events: all;
}

@media (min-width: 1025px) {
  .custom-header .top-bar__button:hover {
    background-color: #1e2844;
  }
  .custom-header .top-bar__button:hover .top-bar__dropdown {
    display: -webkit-box;
    display: flex;
    cursor: default;
  }
  .custom-header .top-bar__button:hover .top-bar__dropdown a {
    color: #2c2e7b;
  }
}

@media (min-width: 1025px) {
  .custom-header .top-bar__button {
    padding: 0 0.5rem;
    color: #fff;
  }
}

.custom-header .top-bar__title {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 1rem;
  color: #2c2e7b;
  font-size: 20px;
}

.custom-header .top-bar__dropdown {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 15;
  width: 100%;
  background: #fff;
  color: #262628;
  text-align: left;
}

@media (min-width: 1025px) {
  .custom-header .top-bar__dropdown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 20px -10px rgba(0, 0, 0, 0.501961);
  }
}

@media (min-width: 1025px) {
  .custom-header .top-bar .region {
    width: 220px;
  }
}

.custom-header .top-bar .region__current {
  display: none;
  margin-right: 7.5px;
}

@media (min-width: 1025px) {
  .custom-header .top-bar .region__current {
    display: block;
  }
}

.custom-header .top-bar .region__row {
  display: -webkit-box;
  display: flex;
}

.custom-header .top-bar .region__row > div {
  padding-left: 0;
  padding-right: 0;
}

.custom-header .top-bar .region__group {
  padding: 0 0 1rem;
}

.custom-header .top-bar .region__group:after {
  content: "";
  display: block;
  border-bottom: 1px solid #f0f0f0;
  margin: 1rem 1rem 0;
}

.custom-header .top-bar .region__group.col-4:after, .custom-header .top-bar .region__group.col-8:after {
  border-bottom: 0;
}

.custom-header .top-bar .region__group.col-8 {
  padding-bottom: 0;
  border-left: 1px solid #f0f0f0;
  margin-bottom: 1rem;
}

.custom-header .top-bar .region__label {
  margin: 0 1rem 1rem;
  color: #2c2e7b;
  font-size: 12px;
  font-weight: 400;
}

.custom-header .top-bar .region__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0.25rem 1rem;
  font-weight: 400;
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: var(--link-color);
}

.custom-header .top-bar .region__item:hover {
  background: #f3f3f7;
  text-decoration: none;
}

.custom-header .top-bar .region__item.active {
  background: #f3f3f7;
}

.custom-header .top-bar .region__item.active:after {
  content: "";
  display: block;
  position: absolute;
  top: 8.45px;
  right: 14.5px;
  width: 3.25px;
  height: 7px;
  border-color: #fff;
  border-style: solid;
  border-width: 0 1.25px 1.25px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-header .top-bar .region__item.active:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-left: auto;
  background: #6da544;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.custom-header .top-bar .contact-details__current {
  display: none;
  margin-right: 10px;
}

@media (min-width: 1025px) {
  .custom-header .top-bar .contact-details__current {
    display: block;
  }
}

.custom-header .top-bar .contact-details__current-tel {
  display: none;
  font-weight: 400;
}

@media (min-width: 1025px) {
  .custom-header .top-bar .contact-details__current-tel {
    display: block;
  }
}

.custom-header .top-bar .contact-details__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0 1rem 1rem;
  margin-bottom: 1rem;
  font-weight: 400;
}

.custom-header .top-bar .contact-details__item:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}

.custom-header .top-bar .contact-details__email, .custom-header .top-bar .contact-details__number {
  width: 60%;
  text-align: right;
  text-decoration: none;
}

.custom-header .icon {
  display: inline-block;
  height: 24px;
  width: 24px;
}

.custom-header .navbar {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

.custom-header .navbar .container {
  position: relative;
}

.custom-header .navbar__cta {
  z-index: 20;
}

.custom-header .navbar__cta.btn {
  padding: 0.25rem 1rem;
  margin: 1rem 1rem 1rem 0;
  font-size: 0.6rem;
  max-width: 100px;
}

.custom-header .navbar-search {
  -webkit-box-ordinal-group: 4;
  order: 3;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 1rem 1.5rem;
}

.custom-header .navbar-search__button {
  display: none;
  border: 0;
  background: 0;
}

.custom-header .navbar-search__form {
  width: 100%;
}

.custom-header .navbar-search__form.search__search-form {
  margin: 0;
}

.custom-header .navbar-search .icon {
  width: 15px;
  height: 15px;
  fill: #2c2e7b;
}

.custom-header .navbar__logo {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  width: 100%;
  padding: 17.5px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.custom-header .navbar__logo .logo {
  height: 18px;
}

.custom-header .navbar-toggler {
  z-index: 15;
  padding: 1rem;
  text-align: left;
}

.custom-header .navbar-toggler .icon {
  height: 20px;
  width: 20px;
  fill: #2c2e7b;
}

.custom-header .navbar-nav {
  position: relative;
  height: 100vh;
}

.custom-header .navbar-nav a, .custom-header .navbar-nav a:hover {
  color: #2c2e7b;
}

.custom-header .navbar .mega-menu__nav-item, .custom-header .navbar .nav-item {
  padding: 0.75rem 0;
  margin: 0 1rem;
}

.custom-header .navbar .mega-menu__nav-item:not(:last-child), .custom-header .navbar .nav-item:not(:last-child) {
  border-bottom: 1px solid #e3e0e0;
}

.custom-header .navbar .nav-item:hover > .nav-link:after {
  border-left-color: #e6000a;
}

.custom-header .navbar .mega-menu__nav-link, .custom-header .navbar .nav-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.custom-header .navbar .mega-menu__nav-link:after, .custom-header .navbar .nav-link:after {
  content: "";
  display: inline-block;
  height: 0;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #2c2e7b;
  border-top: 5px solid transparent;
  margin-left: 20px;
  width: 0;
}

.custom-header .mega-menu, .custom-header .nav-link {
  padding: 0;
}

.custom-header .mega-menu.container {
  display: none;
}

.custom-header .mega-menu-background {
  display: none;
}

.custom-header .mega-menu__inner {
  width: 100%;
}

.custom-header .mega-menu__inner, .custom-header .mega-menu__inner:before {
  position: absolute;
  height: 100%;
  background: #f4f4f5;
}

.custom-header .mega-menu__inner:before {
  content: "";
  top: 0;
  left: -50%;
  z-index: -5;
  width: 200%;
}

.custom-header .mega-menu__heading {
  display: none;
}

.custom-header .mega-menu__col {
  width: 100%;
}

.custom-header .mega-menu__group-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 1rem;
}

.custom-header .mega-menu__back {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 80%;
  color: #2c2e7b;
  font-size: 18px;
  font-weight: 300;
}

.custom-header .mega-menu__back:before {
  content: "";
  display: inline-block;
  height: 0;
  border-bottom: 5px solid transparent;
  border-right: 6px solid #2c2e7b;
  border-top: 5px solid transparent;
  margin-right: 10px;
  width: 0;
}

.custom-header .mega-menu__view-all {
  font-size: 12px;
}

.custom-header .mega-menu__product, .custom-header .mega-menu__product-details, .custom-header .mega-menu__subcategory {
  display: none;
}

.custom-header .mega-menu__nav-item {
  font-weight: 300;
}

.custom-header .mega-menu__nav-item:hover > .mega-menu__nav-link:after {
  border-left-color: #e6000a;
}

@media (min-width: 1025px) {
  .custom-header .navbar {
    overflow: visible;
  }
  .custom-header .navbar-search {
    width: auto;
    padding: 0;
    margin-right: 15%;
  }
  .custom-header .navbar-search__button {
    display: block;
  }
  .custom-header .navbar .search__search-form {
    display: none;
  }
  .custom-header .navbar-nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    position: static;
    height: auto;
    width: 90%;
    padding: 0 5%;
  }
  .custom-header .navbar-nav .nav-item {
    margin: 0;
  }
  .custom-header .navbar-nav .nav-item > .nav-link {
    display: block;
    text-align: center;
  }
  .custom-header .navbar-nav .nav-link {
    margin: 19px 0;
  }
  .custom-header .navbar-nav .nav-link:after {
    display: none;
  }
  .custom-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.5rem;
  }
  .custom-header .navbar-nav .mega-menu__nav-item, .custom-header .navbar-nav .nav-item {
    padding: 0;
  }
  .custom-header .navbar-nav .mega-menu__nav-item:not(:last-child), .custom-header .navbar-nav .nav-item:not(:last-child) {
    border: 0;
  }
  .custom-header .navbar__cta {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .custom-header .navbar__cta.btn {
    padding: 8.5px 20px;
    margin: 0;
    font-size: inherit;
    max-width: none;
  }
  .custom-header .navbar__logo {
    position: relative;
    width: auto;
    padding: 0;
    text-align: left;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .custom-header .navbar__logo .logo {
    height: 26px;
  }
  .custom-header .mega-menu {
    padding: 0;
  }
  .custom-header .mega-menu, .custom-header .mega-menu:after {
    position: absolute;
    z-index: 15;
  }
  .custom-header .mega-menu:after {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 10px 5px -5px rgba(0, 0, 0, 0.1);
    pointer-events: none;
  }
  .custom-header .mega-menu ul {
    height: 100%;
    overflow-y: auto;
  }
  .custom-header .mega-menu ul::-webkit-scrollbar {
    width: 5px;
  }
  .custom-header .mega-menu ul::-webkit-scrollbar-track {
    background: 0;
  }
  .custom-header .mega-menu ul::-webkit-scrollbar-thumb {
    background: #2c2e7b;
  }
  .custom-header .mega-menu__inner {
    position: relative;
    background: #f3f3f7;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .custom-header .mega-menu-background {
    display: block;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
  }
  .custom-header .mega-menu__row {
    min-height: 400px;
    overflow: hidden;
  }
  .custom-header .mega-menu__col {
    position: relative;
    -webkit-box-flex: 0;
    flex: 0 0 23.3337%;
    max-width: 23.3337%;
    width: 100%;
  }
  .custom-header .mega-menu__heading {
    display: inline-block;
    position: absolute;
    z-index: 15;
    width: 25%;
    padding: 1rem 1.5rem;
    color: #2c2e7b;
    font-size: 20px;
    font-weight: 200;
  }
}

@media (min-width: 1025px) and (min-width: 1280px) {
  .custom-header .mega-menu__heading {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1025px) {
  .custom-header .mega-menu__group-nav {
    display: none;
  }
  .custom-header .mega-menu__group, .custom-header .mega-menu__product-details {
    z-index: 15;
    height: 100%;
    min-height: 400px;
    padding-top: 80px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: inset -5px 0 5px -5px rgba(0, 0, 0, 0.1);
  }
  .custom-header .mega-menu__product, .custom-header .mega-menu__product-details, .custom-header .mega-menu__subcategory {
    display: none;
  }
  .custom-header .mega-menu__nav-item:hover:not(.mega-menu__nav-last) > .mega-menu__group {
    display: block;
    position: absolute;
    right: 0;
    left: 100%;
    top: 0;
    width: 100%;
  }
  .custom-header .mega-menu__nav-last:hover > .mega-menu__product-details {
    display: -webkit-box;
    display: flex;
    position: absolute;
    right: 0;
    left: 100%;
    top: 0;
    width: 130%;
  }
  .custom-header .navbar .mega-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100vw;
    z-index: 15;
  }
  .custom-header .nav-item.mega-menu-dropdown:hover .mega-menu {
    display: block;
  }
  .custom-header .mega-menu__nav-item:hover {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .custom-header .mega-menu__nav-link {
    padding: 0.75rem 1.5rem;
  }
  .custom-header .mega-menu__product-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 3rem;
    background: #fff;
    text-align: center;
  }
  .custom-header .mega-menu__product-image {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.custom-header .mega-menu__product-cta.btn {
  padding: 8.5px 16px;
  width: 100%;
  color: #fff;
}

.custom-header .mega-menu__product-cta.btn:hover {
  color: #fff;
}

.custom-header .btn {
  font-size: 14px;
  font-weight: 400;
  padding: 8.5px 50px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.custom-header .search__search-form {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  border-bottom: 1px solid #e3e0e0;
  line-height: 30px;
}

@media (min-width: 768px) {
  .custom-header .search__search-form {
    margin-left: 3rem;
  }
}

.custom-header .search__search-form .icon {
  width: 18px;
  height: 18px;
}

.custom-header .search__search-input {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 0;
  font-weight: 200;
}

@media (min-width: 768px) {
  .custom-header .search__search-input {
    font-size: 20px;
  }
}

.custom-header .search__search-input::-webkit-input-placeholder {
  color: #e3e0e0;
}

.custom-header .search__search-input:-ms-input-placeholder {
  color: #e3e0e0;
}

.custom-header .search__search-input::-ms-input-placeholder {
  color: #e3e0e0;
}

.custom-header .search__search-input::placeholder {
  color: #e3e0e0;
}

.custom-header .search__search-clear, .custom-header .search__search-submit {
  padding: 0;
  border: 0;
  background: 0;
}

.custom-header .search__search-submit {
  margin-right: 5px;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.custom-header .search__search-clear {
  font-size: 30px;
  font-weight: 100;
}

@media (min-width: 768px) {
  .custom-header .search__search-clear {
    font-size: 40px;
  }
}

@media all {
  .custom-header .english-a {
    fill: #fff;
  }
  .custom-header .english-b {
    clip-path: url(https://www.ishidaeurope.com/en#a);
  }
  .custom-header .english-c {
    fill: #f0f0f0;
  }
  .custom-header .english-d {
    fill: #0052b4;
  }
  .custom-header .english-e {
    fill: #d80027;
  }
}

@media all {
  .custom-header .english-a {
    fill: #fff;
  }
  .custom-header .english-b {
    clip-path: url(https://www.ishidaeurope.com/en#a);
  }
  .custom-header .english-c {
    fill: #f0f0f0;
  }
  .custom-header .english-d {
    fill: #0052b4;
  }
  .custom-header .english-e {
    fill: #d80027;
  }
}

@media all {
  .custom-header .russian-a {
    fill: #fff;
  }
  .custom-header .russian-b {
    clip-path: url(https://www.ishidaeurope.com/en#a);
  }
  .custom-header .russian-c {
    fill: #f0f0f0;
  }
  .custom-header .russian-d {
    fill: #0052b4;
  }
  .custom-header .russian-e {
    fill: #d80027;
  }
}

@media all {
  .custom-header .espanol-a {
    fill: #fff;
  }
  .custom-header .espanol-b {
    clip-path: url(https://www.ishidaeurope.com/en#a);
  }
  .custom-header .espanol-c {
    fill: #ffda44;
  }
  .custom-header .espanol-d {
    fill: #d80027;
  }
}

@media all {
  .custom-header .deutsch-a {
    fill: #fff;
  }
  .custom-header .deutsch-b {
    clip-path: url(https://www.ishidaeurope.com/en#a);
  }
  .custom-header .deutsch-c {
    fill: #ffda44;
  }
  .custom-header .deutsch-d {
    fill: #d80027;
  }
}

@media all {
  .custom-header .nederlands-a {
    fill: #fff;
  }
  .custom-header .nederlands-b {
    clip-path: url(https://www.ishidaeurope.com/en#a);
  }
  .custom-header .nederlands-c {
    fill: #f0f0f0;
  }
  .custom-header .nederlands-d {
    fill: #a2001d;
  }
  .custom-header .nederlands-e {
    fill: #0052b4;
  }
}

@media all {
  .custom-header .arabic-a {
    fill: #fff;
  }
  .custom-header .arabic-b {
    clip-path: url(https://www.ishidaeurope.com/en#a);
  }
  .custom-header .arabic-c {
    fill: #f0f0f0;
  }
  .custom-header .arabic-d {
    fill: #6da544;
  }
  .custom-header .arabic-e {
    fill: #a2001d;
  }
}

@media all {
  .custom-header .francais-a {
    fill: #fff;
  }
  .custom-header .francais-b {
    clip-path: url(https://www.ishidaeurope.com/en#a);
  }
  .custom-header .francais-c {
    fill: #f0f0f0;
  }
  .custom-header .francais-d {
    fill: #d80027;
  }
  .custom-header .francais-e {
    fill: #0052b4;
  }
}

@media all {
  .custom-header .polska-a {
    fill: #fff;
  }
  .custom-header .polska-b {
    clip-path: url(https://www.ishidaeurope.com/en#a);
  }
  .custom-header .polska-c {
    fill: #f0f0f0;
  }
  .custom-header .polska-d {
    fill: #d80027;
  }
}

@media all {
  .custom-header .italiano-a {
    fill: #fff;
  }
  .custom-header .italiano-b {
    clip-path: url(https://www.ishidaeurope.com/en#a);
  }
  .custom-header .italiano-c {
    fill: #f0f0f0;
  }
  .custom-header .italiano-d {
    fill: #d80027;
  }
  .custom-header .italiano-e {
    fill: #6da544;
  }
}

@media all {
  .custom-header .japanese-a {
    fill: #fff;
  }
  .custom-header .japanese-b {
    clip-path: url(https://www.ishidaeurope.com/en#a);
  }
  .custom-header .japanese-c {
    fill: #f0f0f0;
  }
  .custom-header .japanese-d {
    fill: #d80027;
  }
}

@media all {
  .custom-header .english-a {
    fill: #fff;
  }
  .custom-header .english-b {
    clip-path: url(https://www.ishidaeurope.com/en#a);
  }
  .custom-header .english-c {
    fill: #f0f0f0;
  }
  .custom-header .english-d {
    fill: #0052b4;
  }
  .custom-header .english-e {
    fill: #d80027;
  }
}

@media all {
  .custom-header .portugues-a {
    fill: #fff;
  }
  .custom-header .portugues-b {
    clip-path: url(https://www.ishidaeurope.com/en#a);
  }
  .custom-header .portugues-c {
    fill: #6da544;
  }
  .custom-header .portugues-d {
    fill: #ffda44;
  }
  .custom-header .portugues-e {
    fill: #f0f0f0;
  }
  .custom-header .portugues-f {
    fill: #0052b4;
  }
}

@media all {
  .custom-header .chinese-a {
    fill: #fff;
  }
  .custom-header .chinese-b {
    clip-path: url(https://www.ishidaeurope.com/en#a);
  }
  .custom-header .chinese-c {
    fill: #d80027;
  }
  .custom-header .chinese-d {
    fill: #ffda44;
  }
}

@media all {
  .custom-header .a {
    fill: #2c2e7b;
  }
  .custom-header .b {
    fill: #e6000a;
  }
}

@media (min-width: 1025px) {
  .navbar-search.active {
    width: 100%;
    padding: 0.5rem 0;
    margin: 6px 15% 6px 10%;
  }

  .navbar-search.active .search__search-form {
    display: -webkit-box;
    display: flex;
    width: 100%;
  }
}

.navbar-toggler:not(.collapsed) ~ .navbar__cta {
  display: none;
}

.custom-header-placeholder {
  height: 103px;
}

@media (max-width: 1024px) {
  .custom-header .top-bar__signin {
    display: none;
  }

  .custom-header-placeholder {
    height: 58px;
  }
}

@media (max-width: 1279.98px) {
  .custom-header .top-bar__button.active .top-bar__dropdown {
    position: fixed;
    width: 100vw;
    height: 100%;
    display: -webkit-box;
    display: flex;
    cursor: default;
  }

  .custom-header .top-bar__button.active .down-caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.custom-header .top-bar .contact-details__item a {
  color: var(--link-color);
}

@media (min-width: 1025px) {
  .custom-header .navbar-nav .mega-menu__nav-item.active > .nav-link, .navbar-nav .nav-item.active > .nav-link {
    position: relative;
    font-weight: 500;
  }

  .custom-header .navbar-nav .mega-menu__nav-item.active > .nav-link:before,
  .custom-header .navbar-nav .nav-item.active > .nav-link:before {
    content: "";
    border-color: #e6000a transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    display: block;
    height: 0;
    width: 0;
    left: 50%;
    top: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
