#translate-and-cart {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 1ex;
}

#translate-and-cart > div {
    width: 100%;
}

#nav-user-cart {
    width: 100%;
    padding-top:0!important;
}

.nav-header-supplemental li[notranslate] {
    font-size:.8em;
}

.open-popup-link {
    font-size:.8em !important;
}

.lang-active {
    /*font-weight:900!important;*/
    color:#e6e6e6!important;
    display:none!important;
}

.lang-active:hover {
    cursor:default!important;
}

@media screen and (max-width:480px) {
    #translate-and-cart {
        margin-bottom:2ex;    
        padding-top: 0;
    }
}

.weglot-container {
    display:none!important;
}


#wg-custom-switcher {
  position: relative;
  width: auto;
  visibility: visible;
  opacity: 1;
  top:0;
  padding:0;
  margin:0 10px;
  border:none;
}

#wg-custom-switcher li:after {
  content:''!important;;  
}

#wg-custom-switcher:hover {
  top:0;
}
