/* .woocommerce .products .image-wrap, .woocommerce .products .image-wrap img {
	height: 242px;
} */
.archive .elementor-element.elementor-element-2b3ee988.elementor-widget-woolentor-product-archive-addons ul.products li.product .button, .UPSELL_PAGE_PRODUIT .elementor-button, .related .add_to_cart_button, .wpr-load-more-results {
	padding: 10px 20px;
    background-color: #024556FC !important;
    border-radius: 50px !important;
    border: none !important;
	color: #FFF !important;
}
.list-gallery {
    gap: 5px;
}
.list-gallery li {
    margin-right: 0px !important;
}
.woolentor-horizontal-filter-wrap .woolentor-heaer-box-area {
    padding: 0px !important;
    box-shadow: none !important;
    margin-bottom: 0px !important;
}
.woolentor-header-search-form {
    display: none;
}
.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-search-filter-custom {
    margin-left: 0px !important;
    margin-right: 20px;
}
.woolentor-horizontal-filter-wrap .woolentor-filter-field-area {
    border-top: none !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
}
.filter-item , .woolentor-filter-header-top-area {
    display: inline-block !important;
}
.woocommerce .oceanwp-toolbar {
    display: none !important;
}
.woocommerce .woocommerce-ordering {
    float: right !important;
}
.wpr-data-fetch ul li {
    width: 33%;
    float: left;
}
.COLLECTIONS_FAVORITES .eael-product-carousel  {
    position: relative;
    min-height: 250px;
}
.COLLECTIONS_FAVORITES .product-image-wrap  {
    position: absolute !important;
    bottom: 50px;
    left: 0;
}
.COLLECTIONS_FAVORITES .product-details-wrap  {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
}
.wpr-data-fetch {
    border-radius: 20px !important;
}
body::-webkit-scrollbar {
    width: 12px !important; 
}
.wpr-data-fetch ul li {
    height: 100px;
}

/* FIXED on desktop */
@media only screen and (min-width: 1200px) {
    .FIXED {
        position: fixed;
        top: 100px;
        right: 0;
        z-index: 99;
        background-color: #FFF;
        border: 1Px solid #e9e9e9;
    }
    .ABSOLUTE {
        position:absolute;
        bottom:25px;
    }
}
/* MOBILE */
@media only screen and (max-width: 600px) {


    /*
    .single-product .single_add_to_cart_button {
        position: fixed;
        bottom: 10px;
        font-size : 16px;
        min-height: 60px;
        max-height: 60px;
        left: 5%;
        width: 90%;
        z-index: 1000;
    }
        */
    .SCROLLDOWN {
       /* bottom: 0px !important;*/
    }
}