/*///////////////////////////////////////////////////////////////// ////////////////////CSS FOR WEGLOT SWITCHER/////////////////////// ///////////////////////////////////////////////////////////////// */ .weglot-container { z-index: 0 !important; } .wgcurrent { background: none !important; } .wg-drop.country-selector .wgcurrent { border: none !important; } .wg-drop.country-selector ul { background: var(--cream) !important; } aside.country-selector.weglot_switcher.default a { font-size: 1rem !important; color: var(--dark-green) !important; font-weight: 600 !important; } @media screen and (max-width: 991px) { aside.country-selector.weglot_switcher.default a { font-size: 1.3rem !important; } } .wg-drop.country-selector .wgcurrent a { padding-right: 2rem !important; padding-left: 1rem !important } /* aside.country-selector.weglot_switcher.default .wgcurrent:after { background-size: 0.55rem !important; } */ aside.country-selector.weglot_switcher.default.wg-drop ul { top: 38px !important; bottom: auto !important; } .wg-drop.country-selector .wgcurrent:after { background-image: url(' https://cdn.prod.website-files.com/67927f242667ee2e694a0f8c/67d06d0e681b6a10844a4249_dropdown-icon.svg ')!important; background-position:30% !important; } .wg-drop.country-selector a { padding: 0 1rem 0 1rem !important; }