/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 30 2025 | 15:45:45 */
.wpml-ls-legacy-dropdown a {
	border: none !important;
	background-color: transparent !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border: none !important;
    width: 108px;
    left: -42px;
    top: 48px;
}

.wpml-ls-legacy-dropdown {
	width: auto !important
}

.wpml-ls-legacy-dropdown .wpml-ls-flag+span {
	white-space: nowrap;
}

.js-wpml-ls-item-toggle.wpml-ls-item-toggle span.wpml-ls-native {
	display: none !important;
}

.wpml-ls-link {
	display: flex !important;
    align-items: center;
    gap: 4px;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
	display: none;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::before {
    display: inline-block;
    font: normal normal normal 1em/1 NovaIcons;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 25px;
    content: '\e807';
	font-weight: 600;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	padding: 0 !important;
}

.js-wpml-ls-item-toggle.wpml-ls-item-toggle .wpml-ls-flag {
	position: absolute;
    left: 3px;
    bottom: -8px;
	border-radius: 2px;
}

.wpml-ls-legacy-dropdown .wpml-ls-flag {
	max-width: 20px;
}

a.wpml-ls-link {
	background-color: #11365f !important;
	padding: 0 10px 15px 10px !important;
}