:root {
    --skyBlue: #69d6f3;
    --brownOld: #733439;
    --turquoise: #39f0de;
    --orange: #ff8726;
    --white: #ffffff;
    --EerieBlack: #191d20;
}
.price-range-slider .widget {
    position: relative;
    z-index: 1;
    padding: 30px;
    background-color: #f8f8ff;
    border-radius: 6px; }
.widget .widget-title {
    font-size: 16px;
        margin-bottom: 1rem; }
.widget .widget-desc label {
    text-transform: capitalize; }
.widget .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #0f99f3;
    background-color: #0f99f3;
    box-shadow: none !important; }
.widget .custom-checkbox .custom-control-label::before {
    border-radius: 50%; }
.widget.rating .widget-desc li a {
    display: block;
    color: #ff9800;
    font-size: 14px;
    margin-bottom: 0.7rem; }
.widget.rating .widget-desc li a span {
    font-weight: 400; }
.widget.rating .widget-desc li:last-child a {
    margin-bottom: 0; }
.widget.size .widget-desc li {
    display: inline-block;
    margin-top: 4px; }
.widget.size .widget-desc a {
    background-color: #0f99f3;
    color: #ffffff;
    display: block;
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 3px; }
.widget.size .widget-desc a:hover, .widget.size .widget-desc a:focus, .widget.size .widget-desc a:visited {
    background-color: #070a57; }
.widget.price .ui-slider-handle {
    background-color: var(--turquoise);
    border: 1px solid var(--turquoise);

    border-radius: 50%;
    width: 17px;
    height: 17px;
    top: -7px;
    margin-left: -2px; }
.widget.price .ui-slider-range.ui-corner-all.ui-widget-header {
    background-color: var(--turquoise) !important; }
.widget.price .ui-slider-horizontal {
    height: 8px; }
.widget.price .range-price {
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
    text-transform: capitalize; }
.styleprimary{
    background-color: var(--turquoise)!important;
    border-color: #ffffff!important;
    color: #ffffff!important;
    margin-bottom: 10px!important;
    font-weight: 700;
    font-size: 16px;
    border-radius: 5px;
    padding-top: 3px;
}
.styled-pagination{
    display: flex!important;
    justify-content: center!important;
}
.ui-slider-range .ui-corner-all .ui-widget-header{
    background: #ff6600!important;
}
.widget.price .ui-widget.ui-widget-content{
    border: none;
    background: #000;
    height: 3px;
}
.slider-range #amount{
    color: black;
    font-size: 16px;
    font-weight: 700;
}
.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover{
    color: #06b9c0!important;
}
