
a.float-md-right.all_most_products:not(:hover) {
    color: #777;
}
.most_products_list_wrapper  button.slick-arrow {
    display: block;
    
    width: 45px !important;
    height: 45px !important;
    border-radius: 4px;
    border: 1px solid #8f8f8f !important;
    transition: all 0.5s ease-in-out;
    top: 50%;
    position: absolute;
    background: none;
}

.most_products_list_wrapper  button.slick-arrow:hover {
    background: #fed139;
    border: 1px solid #fed139 !important;
}

.home.products.product_list.most_products_list_wrapper.layout-slide .product.slick-slide {
    min-width: 0!important;
    margin: 2rem 8px 0rem 8px;
}
.product-miniature .thumbnail-container, .product-miniature .highlighted-informations, .product-miniature .product-description {
    max-width: 100%;
}
.most_products_list_section.featured-products .product-miniature {
    
}
.most_products_list_wrapper button.slick-arrow.slick-next {
    left: auto;
    right: -3.5rem;
    outline: none !important;
    cursor: pointer;
}

.most_products_list_wrapper button.slick-arrow.slick-prev {
    right: auto;
    left: -3.5rem;
    outline: none !important;
    cursor: pointer;
}

.most_products_list_wrapper.layout-gird {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.most_products_list_section.featured-products {
    margin-bottom: 30px;
    display: block;
    text-align: center;
    margin: 2rem auto !important;
    width: 100%;
    max-width: 1360px;
    margin-bottom: 8rem;
    padding: 1rem 0.5rem;
}

.most_products_list_wrapper button.slick-arrow.slick-prev:before {
    font-family: 'FontAwesome';
    content: "\f060";
    color: #141414 !important;
    font-size: 1rem;
    text-align: center;
    line-height: 45px;

}

.most_products_list_wrapper button.slick-arrow.slick-next:before {
    font-family: 'FontAwesome';
    content: "\f061";
    color: #141414 !important;
    font-size: 1rem;
    text-align: center;
    line-height: 45px;
    
}




.most_products_list_section.left_right .products-section-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 20px;
    text-align: left;
}
.most_products_list_section.left_right .product {
    padding: 0;
}
.most_products_list_section.left_right .most_products_list_wrapper button.slick-arrow {
    margin: 0 -25px;
}
.most_products_list_wrapper .product-miniature .highlighted-informations {
    width: 100%;
}
@media (min-width: 0px){
    .ets_mostp_mobile_1 > .product{
        width: 8.33333%;
    }
    .ets_mostp_mobile_2 > .product{
        width: 16.666%;
    }
    .ets_mostp_mobile_3 > .product{
        width: 25%;
    }
    .ets_mostp_mobile_4 > .product{
        width: 33.33%;
    }
    .ets_mostp_mobile_5 > .product{
        width: 41.66667%;
    }
    .ets_mostp_mobile_6 > .product{
        width: 50%;
    }
    .ets_mostp_mobile_7 > .product{
        width: 58.33333%;
    }
    .ets_mostp_mobile_8 > .product{
        width: 66.66667%;
    }
    .ets_mostp_mobile_9 > .product{
        width: 75%;
    }
    .ets_mostp_mobile_10 > .product{
        width: 83.33333%;
    }
    .ets_mostp_mobile_11 > .product{
        width: 91.66667%;
    }
    .ets_mostp_mobile_12 > .product{
        width: 100%;
    }
}
@media (min-width: 768px){
    .ets_mostp_tablet_1 > .product{
        width: 8.33333%;
    }
    .ets_mostp_tablet_2 > .product{
        width: 16.666%;
    }
    .ets_mostp_tablet_3 > .product{
        width: 25%;
    }
    .ets_mostp_tablet_4 > .product{
        width: 33.33%;
    }
    .ets_mostp_tablet_5 > .product{
        width: 41.66667%;
    }
    .ets_mostp_tablet_6 > .product{
        width: 50%;
    }
    .ets_mostp_tablet_7 > .product{
        width: 58.33333%;
    }
    .ets_mostp_tablet_8 > .product{
        width: 66.66667%;
    }
    .ets_mostp_tablet_9 > .product{
        width: 75%;
    }
    .ets_mostp_tablet_10 > .product{
        width: 83.33333%;
    }
    .ets_mostp_tablet_11 > .product{
        width: 91.66667%;
    }
    .ets_mostp_tablet_12 > .product{
        width: 100%;
    }
}
@media (min-width: 1200px){
    .ets_mostp_desktop_1 > .product{
        width: 8.33333%;
    }
    .ets_mostp_desktop_2 > .product{
        width: 16.666%;
    }
    .ets_mostp_desktop_3 > .product{
        width: 25%;
    }
    .ets_mostp_desktop_4 > .product{
        width: 33.33%;
    }
    .ets_mostp_desktop_5 > .product{
        width: 41.66667%;
    }
    .ets_mostp_desktop_6 > .product{
        width: 50%;
    }
    .ets_mostp_desktop_7 > .product{
        width: 58.33333%;
    }
    .ets_mostp_desktop_8 > .product{
        width: 66.66667%;
    }
    .ets_mostp_desktop_9 > .product{
        width: 75%;
    }
    .ets_mostp_desktop_10 > .product{
        width: 83.33333%;
    }
    .ets_mostp_desktop_11 > .product{
        width: 91.66667%;
    }
    .ets_mostp_desktop_12 > .product{
        width: 100%;
    }
}