button.wp247-filter-apply-all {
    width: 150px;
    height: 40px;
    border-radius: 10px;
    outline: none;
    border: 1px solid #FF6B00;
    background: #fe9900;
    color: white;
    cursor: pointer;
}

button.wp247-filter-applu-all:hover{
    background-color: #FF6B00;
    border: none;
}