@media (min-width: 991px) {
.header-one #aurora-search {
    left: -120px;
}
}
.theme-cur-lang {
	display:inline-block;
	vertical-align:top;
	text-align:center;
}
.language-compact,
.currency-compact {
	margin: 0 7px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.language-compact,
.language-compact img {
	margin:0;
}
.language-compact .dropdown-toggle,
.currency-compact .dropdown-toggle {
	width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    line-height: 44px;
    display: block;
    text-align: center;
    color: #ccc;
    border-radius: 20px;
    border: 1px solid #ccc;
}
.language-compact .open .dropdown-toggle,
.currency-compact .open .dropdown-toggle,
.language-compact .dropdown-toggle:hover,
.currency-compact .dropdown-toggle:hover {
	color:#1E91CF;
	border-color:#1E91CF;
}
.language-compact .dropdown-toggle {
	line-height: 35px;
}
.currency-compact #form-currency  > a .fa {
	margin:0;
	font-size:20px;
}
.language-compact span,
.currency-compact span,
.language-compact .fa-chevron-down,
.currency-compact .fa-chevron-down {display:none;}
.header-one .theme-logo img {margin:0 auto;}
.header-one .cart-total-summ {display:none;}
.header-one .cart .fa-chevron-down {display:none;}
.header-one #cart .cart .icon i {
    line-height: 38px;
}
.header-one .search-compact {
	margin-right:7px;
}

.currency-compact .dropdown-menu,
.language-compact .dropdown-menu {
	right: -65px;
	margin-top: 0;
	left:auto;
	transition: .3s;
	display: block;
    opacity: 0;
	top: 70px;
	visibility: hidden;
}
.currency-compact .open .dropdown-menu,
.language-compact .open .dropdown-menu {
    opacity: 1;
	top: 40px;
	visibility: visible;
}
.currency-compact .dropdown-toggle:after,
.language-compact .dropdown-toggle:after {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
	z-index: 9998;
    margin: auto;
    border-left: 7px solid transparent;
    border-top: 7px solid #1E91CF;
    border-right: 7px solid transparent;
    opacity: 0;
    transition: .3s;
	visibility: hidden;
}
.currency-compact .open .dropdown-toggle:after,
.language-compact .open .dropdown-toggle:after {
    top: 41px;
    opacity: 1;
	visibility: visible;
}
.currency-compact .dropdown-toggle:before,
.language-compact .dropdown-toggle:before {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
	z-index: 9999;
    margin: auto;
    border-left: 6px solid transparent;
    border-top: 6px solid #f0f0f0;
    border-right: 6px solid transparent;
    opacity: 0;
    transition: .3s;
	visibility: hidden;
}
.currency-compact .open .dropdown-toggle:before,
.language-compact .open .dropdown-toggle:before {
    top: 40px;
    opacity: 1;
	visibility: visible;
}
@media (max-width: 991px) {
.header-one .theme-logo, .header-one .theme-contacts, .header-one .theme-compact {
    width: 100%;
	text-align:center;
}
.header-one .theme-compact .pull-right {
    float:none !important;
}
#cart .dropdown-menu {right:-20px;}
}
@media (min-width: 320px) {
	.header-one .top-menu {width:70%;}
}
@media (min-width: 640px) {
	.header-one .top-menu {width:80%;}
}
@media (min-width: 992px) {
	.header-one .top-menu {width:90%;}
}