.ui-slider-handle.ui-corner-all.ui-state-default {
    font-size: 14px;
    color: #000;
    background-color: #FFFFFF;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border-color: #FB5B32;
}

.ui-slider-range.ui-corner-all.ui-widget-header {
    background: #FB5B32;
}

#ui-datepicker-div {
    padding: 30px
}

.ui-datepicker-header {
    background-color: #ffffff;
    border: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: none;
    background: #ffffff;
    color: #000;
    text-align: center
}

.ui-state-default,
.ui-widget-content .ui-state-default:hover {
    background: #FB5B32;
    color: #000
}



.counter button.decrease {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.counter button.increase {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}