.yo-button-range-slider{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    justify-content: center;
}
.yo-btn {
    width: 100%;
    padding: 10px 13.5px;
    border: 1px solid #c2a27a;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: transparent;
    white-space: nowrap;
    margin: 2px;
    border-radius: 10px !important;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);

}


.yo-btn:last-child {
    /*border-right: 1px solid #e0e0e0;*/
}

.touch .yo-btn{
    white-space: normal;
}


@media screen and (max-width: 767px) {
    .yo-btn {
        font-size: 12px;
    }
}

.yo-range-btn.active{
    background: #c2a27a;
    color: #FFFFFF;
    border-right-color: #c2a27a;
}

.yo-range-btn.active:last-child{
    border-right-color: #c2a27a;
}

.yo-range-btn:focus,
.yo-range-btn.active{
    box-shadow: none;
    outline: 0 none !important;
    font-weight: 600;
}
