/* side filters */

.wpfFilterContent {
    width: 100%;
    box-sizing: border-box;
    width: 100%;
    background: #f3f3f3;
    border-radius: 8px;
    padding: 16px 22px;
    margin-bottom: 16px;
}

.wfpDescription, .wiget-title.is-bold {
    font-size: 16px!important;
    font-weight: bold;
    line-height: 1.38;
}

.widget_price_filter {
    width: 100%;
    box-sizing: border-box;
    width: 100%;
    background: #f3f3f3;
    border-radius: 8px;
    padding: 16px 22px;
    margin-bottom: 16px;    
}

/* Active filters */
.product-category__main div.widget.woocommerce.widget_layered_nav_filters h2.widgettitle {
    display: none !important;
}

.product-category__main div.widget.woocommerce.widget_layered_nav_filters ul {
    display: inline-flex;
    float: left;
    padding-bottom: 10px;
}

.product-category__main li.chosen {
    display: list-item;
    text-align: -webkit-match-parent;
}

.product-category__main li.chosen > a {
    height: 30px;
    padding: 0 12px;
    white-space: nowrap;
    border: 1px solid #005082;
    color: #005082;
    background: #ffffff;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    height: 40px;
    padding: 0 18px;
    transition: all 200ms ease-in;
}

/* Order box */ 

/*div.woocommerce-notices-wrapper + div {*/
/*    display: inline-flex;    */
/*    float: right;*/
/*    visibility:collapse;*/
/*}*/

form.woocommerce-ordering select{
    cursor: pointer;
    overflow: hidden;
    visibility:visible;
    width: 100%;
    padding: 0 24px 0 8px;
    border: 1px solid #005082;
    border-radius: 5px;
    height: 40px;
    -webkit-appearance: none;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* Override price range colors */ 
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #f3de4d !important;    
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #e8eded !important;    
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #4d5ef3 !important;
}