
@font-face {
	font-family: 'Noto Sans';
	src:         url('../fonts/NunitoSans.ttf') format('woff2'),
	             url('../fonts/NunitoSans.ttf') format('woff');
	font-weight: normal;
	font-style:  normal;
}


html:not([lang=en-US]) body {
	font-family: 'Noto Sans';
}

html:not([lang=en-US]) div,
html:not([lang=en-US]) *:not(i) {
	font-family: 'Noto Sans', serif !important;
}

html[lang=ar] * {
	font-family: 'Noto Sans Arabic', serif !important;
}

@media screen and (min-width: 991px) {
	.keepgo-login-btn, .keepgo-sign-up-btn, .keepgo-only-mobile {
		display: none !important;
	}
}


.language-popup, .currency-popup {
	padding:       20px;
	gap:           40px;
	border-radius: 10px;
	background:    #FFF;
	box-shadow:    2px 2px 20px 0 rgba(99, 111, 140, 0.20);
}

.language-popup .popup-title, .currency-popup .popup-title {
	font-size:   14px;
	font-style:  normal;
	font-weight: 900;
	line-height: 18px;
}

.language-popup ul, .currency-popup ul {
	list-style: none;
	padding:    0;
}

.language-popup ul li, .currency-popup ul li {
	font-size:     14px;
	font-style:    normal;
	font-weight:   900;
	line-height:   18px;
	margin-bottom: 10px;
}

.language-popup ul li a, .currency-popup ul li a {
	text-decoration: none;
	font-weight:     400;
	color:           #646C7B;
}

.language-popup ul li a.current, .currency-popup ul li a.current {
	color:       var(--accent-color);
	font-weight: 900;
}

.lc-switcher {
	cursor:      pointer;
	height:      100%;
	display:     inline-flex;
	width:       100%;
	font-size:   16px;
	line-height: 24px;
}



.language-popup.hidden {
	display: none;
}

.language-container {
	display:         flex;
	align-items:     center;
	justify-content: left;
	margin-bottom:   14px;
}

html[dir=rtl] .label_language {
	margin-left: 5px;
}

.label_language {
	display:         flex;
	align-items:     center;
	justify-content: left;
	gap:             5px;
	margin-right:    5px;
}

html[dir=rtl] .language-container {
	justify-content: right
}

.language-label-container {
	width:           100%;
	height:          100%;
	justify-content: flex-start;
	align-items:     center;
	gap:             5px;
	display:         inline-flex;
}


.language-label-flag {
	width:         24px;
	height:        24px;
	border-radius: 9999px;
}

.language-label-code {
	color:       #070403;
	font-size:   14px;
	font-family: Lato;
	font-weight: 400;
	line-height: 18px;
	word-wrap:   break-word;
}

html[dir=rtl] .flag-image {
	margin-left: 10px;
}

.flag-image {
	margin-right: 10px;
	width: 25px;
}

.language-text {
}

.svg-rotate {
	transform: rotate(180deg);
}


.lc-switcher-currency-controller {
	display: flex;
	gap: 5px;
	align-items: center;
}


html:not([lang=en-US]) body {
	font-family: 'Noto Sans';
}

html:not([lang=en-US]) div,
html:not([lang=en-US]) *:not(i) {
	font-family: 'Noto Sans' !important;
}

html[lang=ar] * {
	font-family: 'Noto Sans Arabic' !important;
}


.lc-switcher-language-controller, .lc-switcher-currency-controller {
	display:     flex;
	align-items: center;
}

.currency-switcher {
	border-radius: 10px;
	border:        1px solid #636F8C;
	padding:       8px;
	width:         min-content;

}

.language-and-currency-switcher {
	display:         flex;
	align-items:     center;
	justify-content: center;
}

.language-and-currency-switcher .currency-switcher {
	border:  none;
	padding: 0 8px;
}

.language-and-currency-switcher .vertical-line {
	border-left: 1px solid var(--header-link-color);
	height:      30px;
}

@media screen and (max-width: 991px) {

	.keepgo-only-mobile {
		display: block !important;
	}

	.keepgo-login-btn {
		display:         flex;
		align-items:     center;
		justify-content: center;
		width:           100%;
		border:          1px solid var(--e-global-color-primary);
		border-radius:   25px;
		color:           var(--e-global-color-primary, #1CBC62);
		font-family:     Lato;
		font-size:       16px;
		font-style:      normal;
		font-weight:     600;
		line-height:     normal;
		padding:         13px 32px;
	}

	.keepgo-sign-up-btn {
		display:          flex;
		align-items:      center;
		justify-content:  center;
		width:            100%;
		background-color: var(--e-global-color-primary);
		border-radius:    25px;
		color:            var(--e-global-color-secondary);
		font-size:        16px;
		font-style:       normal;
		font-weight:      600;
		line-height:      normal;
		padding:          13px 32px;

	}

	.lc-switcher {
		font-size:   14px;
		line-height: 18px;
	}


	.language-label-code {
		display: none;
	}

	.lc-switcher-language-controller svg {
		display: none;
	}
	
	.language-and-currency-switcher .vertical-line {
		border: none;
	}


}






