.xol_facet_expand_all,
.xol_facet_collapse_all,
.xol_facet_clear_all
{
    text-align: center;
    margin-bottom: 15px 0px;
}
.xol_facet_expand_all:hover,
.xol_facet_collapse_all:hover,
.xol_facet_clear_all:hover
{
    cursor: pointer;
}

.xol_facet_expand_all > h4,
.xol_facet_collapse_all > h4,
.xol_facet_clear_all > h4
{
    font-weight: normal;
    line-height: 35px;
    font-size: 25px;
    background: #41484e;
    color: white;
    min-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.xol_facet_lower form {
    padding: 5px;
    background: white;
    border-left: 3px solid #41484F;
    border-top-left-radius: 0px;
    display: flex;
    flex-direction: column;
}

.xol_facet_search_container
{
    display: flex;
    flex-direction: column;
    border-left: 3px solid #41484e;
    padding: 5px;
}

.xol-facet-searchbox
{
    width: 100%;
    border: 1px solid #41484e !important;
    background-color: #ffffff !important;
    color: #565656 !important;
    padding: 7px 15px 7px !important;
    width: 100% !important;
    display: block !important;
    height: 47px !important;
    line-height: 20px !important;
    margin: 0 0 13px !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    font-family: "Roboto" !important;
}

.xol-sidebar ul.woof_list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    max-height: 30rem;
    overflow-y: auto;
    padding-left: 10px !important;
    background: white;
    border-left: 3px solid #41484e;
    border-bottom: 0px solid #41484e;
    margin-right: 8px !important;
}

/*
.xol-sidebar-container{
    position: relative;
    padding-right: 0px !important;
    height: 100%;
    overflow: auto;
}
*/

.xol_facet_upper
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 0px;
    min-height: 50px;
}

.xol_facet_upper:hover,
.xol_facet_upper.visible
{
    background: #41484e;
    cursor: pointer;

    border-bottom-left-radius: 10px;
    border-bottom: 2px solid black;
    box-shadow:5px 5px 8px -2px rgb(0 0 0 / 92%);
}

.xol_facet_lower
{
    display: none;
    background: white;

    box-shadow: 5px 2px 11px 0px rgb(0 0 0 / 92%);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 93%;
    margin-bottom: 10px;
    margin-left: 8px;
    padding: 0px 0px 10px 0px !important;
}

.xol_facet_lower.visible
{
    display: block;
}

.xol_facet_upper span
{
    font-size: 20px !important;
    margin: 0px 10px;
    color: #626262;
}

.xol_facet_upper:hover span,
.xol_facet_upper.visible span
{
    color: white;
}

.woof_container
{
    background: transparent;
    padding: 0px !important;
    margin: 0px !important;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid lightgrey;
}

.woof_container_inner
{
    padding: 5px 0px;
}

.chosen-container{
    min-width: 100%;
}

.chosen-container-single .chosen-single div b,
.chosen-container-active .chosen-single div b
{
    display: none !important;
}

.chosen-container-single .chosen-single
{
    padding: 5px !important;
    border: 1px solid #d6d6d6 !important;
    min-height: 45px;
}

.chosen-container-single .chosen-single span
{
    line-height: 35px !important;
}

.chosen-container-single .chosen-search input[type=text]
{
    margin: 1px 0 !important;
    padding: 6px 20px 5px 5px !important;
    width: 100% !important;
    height: auto !important;
    outline: 0 !important;
    border: 1px solid #eee !important;
    background: url(chosen-sprite.png) no-repeat 100% -20px !important;
    font-size: 1em !important;
    font-family: sans-serif !important;
    line-height: normal !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
}

.chosen-container-multi .chosen-choices li.search-choice
{
    position: relative !important;
    margin: 1px 3px 1px 0 !important;
    padding: 7px 20px 7px 5px !important;
    border: 2px solid rgb(218 165 32) !important;
    max-width: 100% !important;
    border-radius: 2px !important;
    background-color: #fff !important;
    background-repeat: repeat-x !important;
    background-clip: padding-box !important;
    color: #333 !important;
    line-height: 13px !important;
    cursor: default !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text]
{
    margin: 1px 0 !important;
    padding: 0 !important;
    height: 25px !important;
    outline: 0 !important;
    border: 0 !important;
    background: 0 0 !important;
    box-shadow: none !important;
    color: #999 !important;
    font-size: 100% !important;
    font-family: sans-serif !important;
    line-height: normal !important;
    border-radius: 0 !important;
    min-width: 25px !important;
}

#xol-left-sidebar .woof
{
  position: inherit;
}

.woof_childs_list
{
    padding: 0px 0 0px 10px !important;
}

ul.woof_list li
{
    margin: 0px !important;
    padding: 0px !important;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

ul.woof_list li.level-0
{
    border-bottom: 1px solid lightgrey;
}

.xol-child-opener {
    padding: 0px 10px;
}

.xol-child-opener:hover
{
    cursor: pointer;
}

/*                                          *
 *   [BEGIN] WIDGET css xol-top-widgetbar   *
 *                                          */

#xol-top-widgetbar .woof_redraw_zone
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.woof_products_top_panel{
    display: none !important;
}

#xol-top-widgetbar .woof_container
{
    margin: 0 20px;
}

.woof_products_top_panel_content ul
{
    margin: 0px !important;
}

.xol_products_top_panel_ul
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.xol_products_top_panel_ul li,
.woof_products_top_panel ul li
{
    padding: 0px !important;
    margin: 0 10px 0 0 !important;
    list-style: none !important;
}

.woof_products_top_panel ul:not(.woof_products_top_panel_ul) li:first-child
{
    display: none !important;
}

.xol_products_top_panel_ul li a:not(.xol_reset_facets_container),
.xol_products_top_panel_ul li div,
.woof_products_top_panel ul li a,
.woof_products_top_panel ul li button
{
    background: white;
    padding: 10px;
    border-radius: 20px;    
    border: 1px solid black;
    line-height: 45px;
    color: black;
    font-family: 'Roboto';
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    margin: 5px 0px;
}

.xol_products_top_panel_ul li a.foundFromText
{
    background: goldenrod;
    color: black;
    font-weight: bold;
    border: 0px;
}

.xol_products_top_panel_ul li a.foundFromText:hover
{
    border: 1px solid black
}

.xol_products_top_panel_ul li a.foundFromText:hover .remove_icon
{
    color: black;
}

.xol_products_top_panel_ul li a .xol_reset_facets,
.woof_products_top_panel ul li button
{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 14px;
    line-height: 20px;
    height: auto;
    border-radius: 20px !important;
    background: #41484e;
    color: white;
    padding: 0px 15px !important;
}

.xol_products_top_panel_ul li a .xol_reset_facets span
{
    padding: 10px 5px !important;
}

.xol_products_top_panel_ul li a:hover
{
    border: 1px solid goldenrod;
}

.xol_products_top_panel_ul li a:hover span.remove_icon
{
    color: goldenrod;
}

.xol_products_top_panel_ul li div span,
.xol_products_top_panel_ul li a span,
.woof_products_top_panel ul li a span
{
    padding-right: 0px !important;
    text-overflow: ellipsis;
    max-width: 85vw !important;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    line-height: 20px;
}

.xol_products_top_panel_ul li a span.remove_icon
{
    margin-left: 10px;
}

.woof_container_inner h4
{
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    font-family: "Montserrat";
    line-height: 15px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #272727;
    margin: 0px !important;
}

.xol_facet_upper:hover h4,
.xol_facet_upper.visible h4
{
    color: white;
}

.woof input
{
    width: 13px;
    height: 13px;
    margin-left: 6px;
    margin-top: 0px;
}

.woof label
{
    font-size: 13px;
    font-family: "Lora";
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0px;
    margin-bottom: 0px;
    line-height: 13px;
    padding: 0px;
    margin-left: 2px;
}

.widget.widget_product_categories ul li a
{
    font-size: 13px !important;
    line-height: 13px;
}

.woof_radio_term_reset_visible
{
    height: 13px;
}

.woof_radio_term_reset_visible > img 
{
    display: block;
    width: 15px;
    height: 15px;
}

.WOOF-mobile-filters .widget .woof_redraw_zone ul li, 
.WOOF-mobile-filters .chosen-drop, 
.WOOF-mobile-filters .chosen-results, 
.WOOF-mobile-filters .chosen-search-input, 
.WOOF-mobile-filters .chosen-choices, 
.WOOF-mobile-filters .chosen-container
{
    width: fit-content !important;
}
/*                                          *
 *   [END] WIDGET css xol-top-widgetbar     *
 *                                          */