.ryt>li>.dropdown-menu {
	margin-top: 0!important;
	top: 50px;
	border-top: 3px solid #ececec;
	padding: 2px
}

.drp-language {
	height: 38px;
	width: 100px;
	background: #fff;
	border: 1px solid #ececec;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row
}

.drp-language:lang(sa) {
	direction: ltr
}

.drp-language .country-symbol {
	font-weight: 600
}

.drp-item {
	display: flex!important;
	align-items: center;
	flex-direction: row;
	justify-content: start
}

.drp-options>li>a {
	padding: 4px 8px!important
}

.icon-image-triangle {
	height: 10px;
	width: 20px;
	background: url(../images/icon-img-triangle.png) no-repeat;
	background-size: cover;
	display: block;
	position: absolute;
	top: -12px;
	right: 58px
}

.i-round-flag {
	height: 26px;
	width: 26px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 5px;
	border: 1px solid #ececec;
	border-radius: 50%
}

.country-name,
.country-symbol {
	text-transform: uppercase
}

.country-name {
	margin-left: 3px
}

.country-symbol {
	width: 25px;
	letter-spacing: 1px
}