/* filter category */

#category-filtre {
    padding: 0;
}

#category-filtre .et_pb_db_shop_cat_loop.subcategories {
    display: none;
}

#category-filtre .et_pb_db_shop_loop ul{
    border-bottom: 0 !important;
    padding-top: 10px;
    margin: 0 auto;
    width: auto;
    min-width: auto;
    display: flex !important;
    justify-content: flex-start;
    max-width: 94%;
    overflow: visible;
}

div#row-filtre-boutique div#hide-filtre-category {
    opacity: 0;
    height: 0;
}

/* Scroll filter */

#category-filtre .et_pb_db_shop_loop ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

#category-filtre .et_pb_db_shop_loop ul::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.1);
}

#category-filtre .et_pb_db_shop_loop ul::-webkit-scrollbar-thumb {
    background-image: linear-gradient(45deg, var(--clr-accent2), var(--clr-accent2));
    border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, .12) 0 3px 13px 1px;
}

#category-filtre .et_pb_db_shop_loop ul li.product {
    width: auto;
    margin: 0 15px 0 15px !important;
    list-style: none;
   max-width: 130px;
    display: inline-block !important;
    transition-duration: 1.05s;
    transform: scale(0.8);
}

#category-filtre .et_pb_db_shop_loop ul li.product:hover {
    transform: scale(0.85);
}

#category-filtre .et_pb_db_shop_loop ul li.product.close {
    transform: scale(0.5);
	height: 150px;
}

#category-filtre .et_pb_db_shop_loop ul li.product.close:hover {
    transform: scale(0.6);
}

div#et-boc #category-filtre .et_pb_db_shop_loop ul li.close span.et_portfolio_image {
    box-shadow: 0 0 0 3px #fff, 0 0 0 5px #d6ad0a !important;
}

#category-filtre .et_pb_db_shop_cat_loop li.close .et_portfolio_image {
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center;
    background-image: url(http://caou.dev-evoluer.com/wp-content/uploads/2022/02/telechargement.svg);
}

div#row-category {
    padding: 0;
}

div#row-produit-boutique {
    padding: 0;
}



#category-filtre .et_pb_db_shop_loop ul li.product span.et_portfolio_image {
    box-shadow: none !important;
}

#category-filtre .et_pb_db_shop_loop ul li.product:hover span.et_portfolio_image,
#category-filtre .et_pb_db_shop_loop ul li.is_clicked span.et_portfolio_image,
#category-filtre .et_pb_db_shop_loop ul li.product.active span.et_portfolio_image {
    background-color: transparent;
    border: none;
    box-shadow: 0 0 0 3px #fff, 0 0 0 5px #d6ad0a !important;
}

#category-filtre .et_pb_db_shop_loop ul {
    overflow: auto;
    margin-bottom: 20px;
}
div#filtre-right-section #filtre-cat {
    opacity: 0;
    height: 0;
}
#category-filtre .et_pb_db_shop_cat_loop li:hover .et_overlay {
    z-index: 0;
    opacity: 0;
}

#category-filtre .et_pb_db_shop_cat_loop li.haschildren:hover .et_overlay {
    z-index: 1;
    opacity: 1;
}

#category-filtre .et_pb_db_shop_cat_loop.subcategories {
    display: none;
}

#category-filtre .et_pb_db_shop_cat_loop .close_at .et_portfolio_image {
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='400' height='309.0464547677262' viewBox='0, 0, 400,309.0464547677262'%3E%3Cg%3E%3Cpath d='M76.762 77.272 L -0.484 154.523 76.770 231.782 L 154.023 309.040 160.869 302.195 L 167.715 295.349 102.928 230.557 C 67.296 194.921,38.142 165.436,38.142 165.034 C 38.142 164.632,119.560 164.303,219.071 164.303 L 400.000 164.303 400.000 154.523 L 400.000 144.743 218.829 144.743 L 37.658 144.743 102.948 79.448 L 168.237 14.154 161.123 7.087 L 154.009 0.021 76.762 77.272 ' stroke='none' fill='%23858688' fill-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

#category-filtre span.et_portfolio_image.retour_arriere {
    width: 60px;
    height: 40px !important;
    background-size: contain !important;
}

#category-filtre h3 {
    font-size: 18px !important;
    line-height: normal !important;
    text-align: center !important;
    color: #585c5c !important;
    text-transform: uppercase;
    font-family: var(--ff-regular);
}

#category-filtre .et_pb_db_shop_cat_loop li:hover h3,
#category-filtre .et_pb_db_shop_cat_loop li.is_clicked h3 {
    color: #585c5c !important;
    font-weight: bold;
}

#category-filtre span.et_portfolio_image {
    /* max-width: 100px; */
    border-radius: 50%;
    height: 100px !important;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 15px;
    background: #fff;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
}

#category-filtre span.et_portfolio_image img {
    border-radius: 50% !important;
	height: 100%;
}

#category-filtre ul.products li.product a .et_portfolio_image img {
    height: max-content;
    width: 100%;
    max-width: 100px;
    height: 100px;
    margin-bottom: 10px !important;
    margin: 0 auto !important;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0px 0px 5px 1px #d0d0d0 !important;
}

#category-filtre .et_overlay {
    border-radius: 50%;
}

#category-filtre .haschildren:before {
    font-family: "FontAwesome";
    content: "\f141";
    font-size: 15px;
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #d6ad0a;
    top: -10px;
    right: 40%;
    z-index: 9;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}