.tools .public-language {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0 3px;
  background: transparent;
  color: #cdb88d;
  font: 700 8px/1 Arial, Helvetica, sans-serif !important;
  letter-spacing: .13em;
  cursor: pointer;
}

.tools .public-language:hover {
  color: #f2d383;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.tools .header-icon-link,
.tools .public-bag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 9px;
  border: 1px solid rgba(202, 167, 100, .34);
  background: transparent;
  color: #f1e4ca;
  text-decoration: none;
  font: 600 9px/1 Arial, Helvetica, sans-serif;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.tools .header-icon-link:hover,
.tools .public-bag:hover {
  border-color: #e0bd76;
  background: #c79c52;
  color: #110d09;
}

.tools .header-icon-link svg,
.tools .public-bag svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tools .public-bag { position: relative; gap: 6px; }
.tools .public-bag b { display: grid; place-items: center; min-width: 18px; height: 18px; padding: 0; border-radius: 50%; background: #c79c52; color: #17120d; font-size: 8px; }
.tools .public-account-active { border-color: #c79c52; background: rgba(199, 156, 82, .12); }

@media (max-width: 800px) {
  .checkout-page header nav.open {
    display: flex !important;
    z-index: 25;
  }
  .tools .header-icon-link { width: 34px; min-width: 34px; height: 34px; padding: 0; }
  .tools .public-bag { width: 34px; min-width: 34px; height: 34px; padding: 0; }
  .tools .public-bag b { position: absolute; top: -6px; right: -5px; }
  .tools .public-bag span { display: none; }
  .tools .public-language { font-size: 7px !important; }
}
