/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 20 2024 | 01:30:42 */
.language-switcher {
    position: relative;
    display: inline-block;
}

.language-switcher__selected-language {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 5px;
}
.language-switcher__selected-language img{
	border-radius: 100%;
  	width: 20px !important;
  	height: 20px !important;	
}


.language-switcher__country-code {
    margin-right: 5px;
}

.language-switcher__flag {
    width: 20px;
    height: 15px;
    margin-right: 5px;
	margin-bottom:0px !important;
}

.language-switcher__chevron {
    font-size: 10px;
}

.language-switcher__dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 1;
    width: 100%;
}

.language-switcher__dropdown-item {
    display: flex;
	justify-content: space-between;
    align-items: center;
    padding: 5px;
    cursor: pointer;
}

.language-switcher__dropdown-item:hover {
    background-color: #f0f0f0;
}

.language-switcher__dropdown .language-switcher__country-code {
    margin-right: 5px;
}

.language-switcher__dropdown .language-switcher__flag {
    width: 20px;
    height: 15px;
	margin-bottom:0px !important;
}

.language-switcher:hover .language-switcher__dropdown {
    display: block;
}

#languageDropdown{
	min-width:90px;
}
#language-switcher-mobile-defreg{
	display: none;
}

@media (max-width:912px){
	body.material-ocm-open #slide-out-widget-area.slide-out-from-right .inner-wrap{
		margin-top:0;
	}
	.nectar-header-text-content.mobile-only{
		display:none !important;
	}
	.language-switcher__country-code{
		color:#000 !important;
	}
	.language-switcher{
		width: auto !important;
	}
	.language-switcher.apri-mobile{
		display:block;
	}
	#language-switcher-mobile-defreg{
		display: block;
	}
	#language-switcher-defreg .language-switcher {
		display:none;
	}
}
