
a.float-md-right.all_new_products:not(:hover) {
    color: #777;
}
.wishlist_products_list_wrapper  button.slick-arrow {
    background: transparent;
    border: none;
    font-size: 0;
    width: 30px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    cursor: pointer;
    outline: none!important;
    z-index: 1;
    margin: 0 -15px;
}
.home.products.product_list.wishlist_products_list_wrapper.layout-slide .product.slick-slide {
    min-width: 0!important;
}
.product-miniature .thumbnail-container, .product-miniature .highlighted-informations, .product-miniature .product-description {
    max-width: 100%;
}
.wishlist_products_list_section.featured-products .product-miniature {
    margin: 0;
    padding: 0 15px;
}
.wishlist_products_list_wrapper button.slick-arrow.slick-next {
    left: auto;
    right: 0;
}

.wishlist_products_list_wrapper button.slick-arrow.slick-prev:before {
    content: "";
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
    width: 18px;
    height: 18px;
    position: absolute;
    transform: rotate(45deg);
    left: 10px;
}

.wishlist_products_list_wrapper button.slick-arrow.slick-next:before {
    content: "";
    border-right: 1px solid #666;
    border-top: 1px solid #666;
    width: 18px;
    height: 18px;
    position: absolute;
    transform: rotate(45deg);
    right: 10px;
    left: auto;
}

.wishlist_products_list_wrapper button.slick-arrow:hover:before{
    border-color: #24b9d7!important;
}
.wishlist_products_list_section.left_right .products-section-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 20px;
    text-align: left;
    display: block;
    width: 100%;
}
.wishlist_products_list_section.left_right select {
    margin-top: -10px;
    float: none;
    width: 100%;
}
.wishlist_products_list_section.left_right .wl-box-products {
    margin-left: -15px;
    margin-right: -15px;
}

.wishlist_products_list_section.left_right .product {
    padding: 0;
}
.wishlist_products_list_section.left_right .wishlist_products_list_wrapper button.slick-arrow {
    margin: 0 -15px;
}
.wishlist_products_list_wrapper .product-miniature .highlighted-informations {
    width: 100%;
}
@media (min-width: 0px){
    .ets_wlp_mobile_1 > .product{
        width: 8.33333%;
    }
    .ets_wlp_mobile_2 > .product{
        width: 16.666%;
    }
    .ets_wlp_mobile_3 > .product{
        width: 25%;
    }
    .ets_wlp_mobile_4 > .product{
        width: 33.33%;
    }
    .ets_wlp_mobile_5 > .product{
        width: 41.66667%;
    }
    .ets_wlp_mobile_6 > .product{
        width: 50%;
    }
    .ets_wlp_mobile_7 > .product{
        width: 58.33333%;
    }
    .ets_wlp_mobile_8 > .product{
        width: 66.66667%;
    }
    .ets_wlp_mobile_9 > .product{
        width: 75%;
    }
    .ets_wlp_mobile_10 > .product{
        width: 83.33333%;
    }
    .ets_wlp_mobile_11 > .product{
        width: 91.66667%;
    }
    .ets_wlp_mobile_12 > .product{
        width: 100%;
    }
}
@media (min-width: 768px){
    .ets_wlp_tablet_1 > .product{
        width: 8.33333%;
    }
    .ets_wlp_tablet_2 > .product{
        width: 16.666%;
    }
    .ets_wlp_tablet_3 > .product{
        width: 25%;
    }
    .ets_wlp_tablet_4 > .product{
        width: 33.33%;
    }
    .ets_wlp_tablet_5 > .product{
        width: 41.66667%;
    }
    .ets_wlp_tablet_6 > .product{
        width: 50%;
    }
    .ets_wlp_tablet_7 > .product{
        width: 58.33333%;
    }
    .ets_wlp_tablet_8 > .product{
        width: 66.66667%;
    }
    .ets_wlp_tablet_9 > .product{
        width: 75%;
    }
    .ets_wlp_tablet_10 > .product{
        width: 83.33333%;
    }
    .ets_wlp_tablet_11 > .product{
        width: 91.66667%;
    }
    .ets_wlp_tablet_12 > .product{
        width: 100%;
    }
}
@media (min-width: 1200px){
    .ets_wlp_desktop_1 > .product{
        width: 8.33333%;
    }
    .ets_wlp_desktop_2 > .product{
        width: 16.666%;
    }
    .ets_wlp_desktop_3 > .product{
        width: 25%;
    }
    .ets_wlp_desktop_4 > .product{
        width: 33.33%;
    }
    .ets_wlp_desktop_5 > .product{
        width: 41.66667%;
    }
    .ets_wlp_desktop_6 > .product{
        width: 50%;
    }
    .ets_wlp_desktop_7 > .product{
        width: 58.33333%;
    }
    .ets_wlp_desktop_8 > .product{
        width: 66.66667%;
    }
    .ets_wlp_desktop_9 > .product{
        width: 75%;
    }
    .ets_wlp_desktop_10 > .product{
        width: 83.33333%;
    }
    .ets_wlp_desktop_11 > .product{
        width: 91.66667%;
    }
    .ets_wlp_desktop_12 > .product{
        width: 100%;
    }
}