#lang-box {
	right: -7px;
}

#lang-box button {
	border-top-left-radius: 5rem;
	border-bottom-left-radius: 5rem;
}

#lang-box .dropdown {
	border-top-left-radius: 5rem;
	border-bottom-left-radius: 5rem;
}

/*----------------- footer -----------------*/

footer {
	direction: rtl;
}

footer .footer-links {
	direction: rtl;
	text-align: right;
}

footer .copy {
	direction: ltr;
}

/*--------------- account ---------------*/
.boxLink {
	direction: ltr;
	text-align: right;
}

.boxLink .action {
	left: 0;
	right: auto;
}

.boxLink .info ul li
{
	float: right;
}

