.switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center
}

.switcher-btn {
    background-color: #fff;
    width: 97px;
    display: inline-block;
    cursor: pointer;
    padding: 2px 0px !important;
    border: 1px solid #f0f2f6;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 14px !important;
}

.switcher-btn:first-child {
    -webkit-border-radius: 70px 0 0 70px;
    border-radius: 70px 0 0 70px;
}

.switcher-btn:last-child {
    -webkit-border-radius: 0 70px 70px 0;
    border-radius: 0 70px 70px 0;
}

.switcher-btn.active, .switcher-btn:hover {
    background-color: #e6621a;
    border-color: transparent;
    color: #fff;
}
.currencyswitcher {
    line-height: 2.5rem;
    margin-top: 20px;
}