#filterForm {
    color: #0750A4 !important;
}

#animalsFiltre {
    box-sizing: border-box;
    overflow: hidden;
    height: 0px;
    padding-top: 5px;
}

#listAnimals::after {
    content: "▼";
    margin-left: 5px;
}

.widget-title_color {
    margin-top: 0px;
    height: 35px !important;
    color: white !important;
    background: linear-gradient(90deg, hsla(234, 45%, 27%, 1) 0%, hsla(197, 100%, 44%, 1) 100%) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    box-sizing: border-box;
}


.animal_selected {
    display: flex;
    /*color: #25314C;*/
    text-wrap: nowrap;
    font-size: 12px;
    font-weight: 600;

    align-items: center;
}

.animal_selected:hover {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: -5px;
    margin-right: -5px;
    border-radius: 25px;
    border: 1px solid #0750A4 !important;

}

.listBrand .js_agree_ck:checked+label:before {
    &.cat-item:before {
        width: 22px;
        height: 22px;
        display: flex;
        justify-content: center;
        align-items: center;
        content: "\2713";
        background: linear-gradient(180deg, rgba(0, 152, 74, 1) 1%, rgba(7, 80, 164, 1) 100%);
        color: white;
        border-color: white;
        border-radius: 50%;
        padding: 5px;
        align-self: center;
        margin-right: 3px;
        margin-left: 3px;
    }

}

.listBrand input {
    visibility: hidden;
}

.listBrand label {

    padding-left: 25px;
}

.deals_article {
    overflow: hidden;
    background-color: white;
    padding: 1px;
    box-shadow: 0px 0px 28px whitesmoke;
    margin-top: 5px;
    border-radius: 25px;
}

.deals_article:hover {
    box-shadow: 0px 0px 10px gray;
}

.deals {
    width: 75px;
    top: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: red;
    border-radius: 0px 5px 5px 0px;
    color: white;
    position: absolute;
    z-index: 10;
    padding: 0px;
    margin: 0px;
}

.deals_article h5 a {
    display: block;
    overflow: hidden;
    height: 47px;
    font-size: 18px;
    text-wrap: wrap;
    font-family: Poppins, sans-serif;
    margin-bottom: 5px;
}

.deals_article p {
    height: 40px;
    overflow: hidden;
    font-size: 16px;

    line-height: 1.3;
    font-family: Poppins, sans-serif;
}

.deals_article .pr_lazy_img {

    background-size: contain;
    height: 250px;

}



@media only screen and (max-width: 900px) {
    .categories {

        overflow: hidden;
    }

    .categori::after {
        content: "▼";
        margin-left: 5px;
    }
}