
@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[lang=ar] body,
html[lang=ar] div,
html[lang=ar] *:not(i) {
	font-family: 'Noto Sans Arabic' !important;;
}

html[lang=he] body,
html[lang=he] div,
html[lang=he] *:not(i),
html[lang=he-IL] body,
html[lang=he-IL] div,
html[lang=he-IL] *:not(i) {
	font-family: 'Noto Sans Hebrew' !important;
}


html[lang=kk] body,
html[lang=kk] div,
html[lang=kk] *:not(i),
html[lang=hi] body,
html[lang=hi] div,
html[lang=hi] *:not(i),
html[lang=te] body,
html[lang=te] div,
html[lang=te] *:not(i),
html[lang=ru] body,
html[lang=ru] div,
html[lang=ru] *:not(i),
html[lang=ru-RU] body,
html[lang=ru-RU] div,
html[lang=ru-RU] *:not(i) {
	font-family: 'Noto Sans' !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;
	font-weight: 400;
}


.language-popup.hidden {
	display: none;
}

.language-container {
	display:         flex;
	align-items:     center;
	justify-content: left;
	margin-bottom:   14px;
}


.label_language {
	display:         flex;
	align-items:     center;
	justify-content: left;
	gap:             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:         20px;
	height:        20px;
	border-radius: 9999px;
}

.language-label-code, .label_currency {
	color:       var(--main-font-color);
	font-size:   16px;
	font-weight: 400;
	line-height: 24px;
	word-wrap:   break-word;
}

html[dir=rtl] .flag-image {
	margin-left: 10px;
}

.flag-image {
	margin-right: 10px;
	width:        20px;
}

.language-text {
}

.svg-rotate {
	transform: rotate(180deg);
}


.lc-switcher-currency-controller {
	display:     flex;
	gap:         5px;
	align-items: center;
}

.lc-switcher-language-controller, .lc-switcher-currency-controller {
	display:     flex;
	align-items: center;
}

.currency-switcher {
	border-radius: 10px;
	border:        1px solid #636F8C;
	width:         min-content;
	
}

.language-and-currency-switcher {
	display:         flex;
	align-items:     center;
	justify-content: center;
	gap:             11px;
}

.language-and-currency-switcher .currency-switcher {
	border: none;
}

.language-and-currency-switcher .vertical-line {
	width:  1px;
	height: 15px;
	background: rgba(0, 16, 33, 0.30);
}

@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 {
		display: none;
	}
	
	
}
