.lvp_homepage_products_list {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.container {
    max-width: 1170px;
}

.lvp_block {
    padding: 0;
        padding-bottom: 0px;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.lvp_lvp_titreaccueil {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    font-size: 24px;
    margin-bottom: 20px;
}

.lvp_accueil_buttons {
    float: right;
}



.lvp_scroll_button {
    vertical-align: middle;
    text-align: center;
    background-color: #fb4444;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    border-radius: 4px;
    margin-left: 8px;
    cursor: pointer;
    font-weight: 100;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    border-bottom:	3px solid #e4e6e8;
}


.lvp_accueil_buttons {
    text-align: right;
    margin-bottom: 20px;
}

 @media (min-width: 1000px) {
#index ul.product_list .product-image-container img {width: 167px !important;height: 167px !important;}
img.lvp_homepage_product_image {width: 167px !important;height: 167px !important;}
}

 @media (max-width: 999px) {
img.lvp_homepage_product_image {width: 100%;height: auto;}
}


.lvp_homepage_product {
    display: inline-block;
    margin-right: 12px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e4e6e8;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: rgb(228, 230, 232);
    border-bottom: 3px solid #e4e6e8;
    border-radius: 4px;
}

.lvp_homepage_product_container {
    max-width: 167px;
    max-height: 250px;
    width: 167px;
    height: 250px;
    white-space: normal;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.lvp_homepage_products_block {
    margin-top: -10px;
    padding-left: 10px;
}


.lvp_titreaccueil a {
    font: 700 18px/20px 'Raleway', sans-serif;
    color: #fb4444;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 40px;
    padding-bottom: 10px;
}

.lvp_homepage_products_list {margin-bottom: 30px;}

.homeblocsslide {background: #f9f9f9;padding-bottom: 20px;}