/* --------- Sidebar --------- */
#secondary{}



.linkAlerte {
    font-size: 14px;
    /*font-family: "FontAwesome5FreeRegular";*/
    font-weight: 500;
    color: rgb(194, 13, 50);
    line-height: 1.2;
    /*todo temp*/
    display: none;
}

.linkAlerte i{
    font-size: 20px;
}

.linkAlerte:hover {
    color: rgb(194, 13, 50);
}



/* --- Filters --- */
#woof_widget-2{
    opacity: 0;
    transition: opacity .3s ease-in;
}


.woocommerce button.button:hover,
.woocommerce button.button,
.woof_reset_search_form,
.woof_submit_search_form{
    font-size: 15px;
    font-weight: 700;
    border-radius: 25px;
    padding: 10px 20px;
    background: #4272d7;
    margin-bottom: 10px;
    box-shadow: none;
    color: #fff;
    border: 0;
    font-weight: 500;
    /*float: right !important;*/
    margin-left: 5px;
}

.woof_submit_search_form_container{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.woof_sid_widget h4{
    color: #181818;
    font-size: 14px;
}


.woof_reset_search_form{
    margin-left: 5px !important;
}

.chosen-container-single .chosen-single{
    background: #fff;
    border: #636365;
    color: #1a254f;
    height: 36px !important;
    border-radius: 0;
    padding-top: 4px;
}

.chosen-container-single .chosen-single div b{
    -webkit-filter: grayscale(100%) brightness(30%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(0.8);
    filter: grayscale(100%) brightness(30%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(0.8);
    margin-top: 4px;
}



.widget.woocommerce .widget-title{
    display: none;
}

#secondary .woocommerce-widget-layered-nav,
#secondary .widget_product_categories{
    display: none;
}

.select2-container--default .select2-selection--single{
    border-radius: 0 !important;
    height: 38px !important;
    border: 1px solid rgb(26, 37, 79) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px !important;
    color: rgb(26, 37, 79) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 36px !important;
}

#secondary .more-info img{
    width: calc(100% - 16px);
    margin-top: 30px;
    margin-bottom: 30px;
}

#service-container{
    display: inline-block;
    width: 100%;
    max-width: 285px;
    position: relative;
    padding: 35px 25px 15px;
    font-size: 14px;
}

#service-container li{
    list-style-type: none;
}

#service-container li:before{
    content: '\f0da';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    margin-left: -15px;
    margin-right: 5px;
    color: #fbea00;
}

#service-container .title{
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 900;
}