.center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.focus-bar{
    display: block!important;
    background: #f6a90b;
    border-bottom: 1px solid #a8aba9;
    padding: 5px 0;
}

.w-currency-picker{
    flex: 1;
    justify-content: flex-end;
}

.w-currency .dropdown  .button{
    background: none;
    border: 1px solid #000;
    color: #000;
    font-size: 12px;
}

.w-currency .dropdown  .button .fa{
    padding: 0 5px;
}

.w-currency .dropdown .dropdown-menu{
    right: 0;
    left: auto;
}

.currencyList li:before{
    display: none;
}

@media screen and (min-width: 768px){
    .focus-bar img {
        max-width: 150px!important;
    }
    .focus-bar ul li{
        font-size: 13px;
    }
}

@media screen and (min-width: 1280px){
    .focus-bar img {
        max-width: 225px!important;
    }
}