.header-logo-flag {
  border-left: 1px solid #aaa;
  margin-left: 10px;
  padding-left: 20px;
}

@media (max-width: 768px) {
  .header-logo-flag {
    border-left: 0 none;
    margin-left: 0px;
    padding-left: 0;
  }
}

.header-logo-flag img {
  width: 30px;
}

.header-british-made h6 {
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  margin: 0;
  cursor: default;
}

.offcanvas-body .header-british-made h6 {
  color: #000;
}

.offcanvas-body .header-logo-flag {
  border-left: none;
  margin-left: 0px;
  padding-left: 0px;
}

  .offcanvas-body .header-logo-flag img {
    width: 35px;
  }

.menu:is(.white, .transition-white) .header-british-made h6,
.menu__top:hover .header-british-made h6 {
  color: #aeaeae;
}

.header-british-made {
  margin-top: 2px;
}

@media (max-width: 768px) {
  .flag-container {
    display: none !important;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

.header-british-made h6 {
  font-weight: 500;
  font-size: 0.65rem;
  letter-spacing: 0.05rem;
  line-height: 0.84rem;
}

@media (min-width: 768px) {
  .header-logo-flag-mobile {
    display: none;
  }
}

.header-logo-flag-mobile {
  position: absolute;
  top: 19px;
  left: -4px;
}

  .header-logo-flag-mobile img {
    width: 32px;
  }
