.footer-container #footer .footer-currency-switcher {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  clear: both;
  padding: 16px 0 0;
  font-size: 12px;
  color: #aaa; }
  .footer-container #footer .footer-currency-switcher label {
    margin: 0;
    color: #aaa;
    font-weight: normal; }
  .footer-container #footer .footer-currency-switcher select {
    min-width: 76px;
    height: 34px;
    padding: 5px 9px;
    color: #333;
    background: #fff;
    border: 1px solid #d6d4d4;
    border-radius: 3px;
    cursor: pointer; }
    .footer-container #footer .footer-currency-switcher select:hover, .footer-container #footer .footer-currency-switcher select:focus {
      border-color: #00937a; }
    .footer-container #footer .footer-currency-switcher select:focus {
      outline: 2px solid #00937a !important;
      outline-offset: 2px; }
  @media (max-width: 767px) {
    .footer-container #footer .footer-currency-switcher {
      padding-top: 16px; }
      .footer-container #footer .footer-currency-switcher select {
        height: 44px; } }
