/*For evidon slider color*/
.evidon-switch-slider.slideron {background-color: #6022A6;
}
/*For Russia header truncation issue */
.ge-cdx-header-redesign-EDS .ge-cdx-header-redesign__nav-menu-item__nav-link {
max-width: 22ch;
}
/*Footer Globe Icon Font color fix */
.redesign-footer.footer-v2 .ge-location-selector_svg path, .ge-location-selector_svg svg, .ge-location-selector_svg svg use {
  fill: #222222 !important;
} 
/* Global Language Selector Dropdown */
.redesign-global-language-selector-form .ge-material-select__menu, .search-form {
	max-width: 100% !important;
}

/* Global ge-contact-widget */
@media (min-width: 960px) {
    .ge-contact-widget .mdc-layout-grid {
        padding-top: 0;
        padding-bottom: 20px !important;
    }
}

@media (min-width: 1140px) {
    .footer-legacy .redesign-footer-top-content-address-child {
        flex: none;
        margin-right: 0px !important;
    }
}
