.cart{
margin-left: 25px;
}
.cart2{
width: 30%;
float: left;
/*margin-top: 5px;*/
background: #fff;
}
.curr{
width: 7%;
float: left;
margin-top: 17px;
margin-left: 20px;
}
.ct-topbar {
  text-align: right;
 /* background: #eee;*/
margin-left: 20px;
line-height: 5px !important;
margin-top: 10px;
}
.ct-topbar__list {
  margin-bottom: 0px;
}
.ct-language__dropdown{
	padding-top: 8px;
	max-height: 0;
	overflow: hidden;
	position: absolute;
	top: 110%;
	left: -3px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	width: 100px;
	text-align: center;
	padding-top: 0;
  z-index:200;
}
.ct-language{
font-size: 14px !important;
}
.ct-language__dropdown li{
	background: #fff;
	/*padding: 5px;*/
width: 100%;
text-align: center;

}
.ct-language__dropdown li a{
	display: block;
padding: 0 !important;
}
.ct-language__dropdown li a img{
width: 15px;
margin:10px;
}
.ct-language__dropdown li:first-child{
	/*padding-top: 10px;*/
	border-radius: 3px 3px 0 0;
}
.ct-language__dropdown li:last-child{
	/*padding-bottom: 10px;*/
	border-radius: 0 0 3px 3px;
}
.ct-language__dropdown li:hover{
	background: #eee;
}
.ct-language__dropdown:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 8px;
	height: 0;
	border: 0 solid transparent;
	border-right-width: 8px;
	border-left-width: 8px;
	border-bottom: 8px solid #222;
}
.ct-language{
	position: relative;
  background: #fff;
  color: #333;
  padding: 10px 0;
/*border: 1px solid #eee;*/
}
.ct-language:hover .ct-language__dropdown{
	max-height: 400px;
	padding-top: 8px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
