.page_home_product {
    float: left;
    width: 100%;
    margin-bottom: 60px;
    position: relative;
    margin-top: 60px;
}
.container_home_width {
    max-width: 100%;
    margin: auto;
}
.home_title {
    font-size: 18px;
    color: #222;
}
.home_title_product:after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #000000;
    margin-top: 10px;
    margin: 15px auto;
}
.product_bloc {
    margin: 10px;
    background: #fff;
    padding: 10px;
    /*border: 1px solid #ddd;*/
}
.product_bloc_img {
    background: white;
    padding: 0;
    position: relative;
    border: 1px solid #F3F3F1;
    overflow: hidden;
    width: 100%;
    margin: auto;
}
.ind_bloc_txt {
    text-align: center;
}
 
.product_bloc_manufacturer_name {
    color: #000;
    padding: 4px 8px;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
}
.abz_home_product_label {
    position: absolute;
    top: 11px;
    right: 10px;
    background: #e61f7b;
    font-weight: 500;
    padding: 5px 10px;
    color: #fff;
    width: calc(100% - 20px);
    text-align: center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.page_home_product .price_without_reduction {
    color: #333;
    font-weight: 100;
    margin-left: 10px;
    text-decoration: line-through;
    font-size: 14px;
}
.img_product_bloc_product {
    display: block;
    width: 100%
}
.page_home_product .slick-prev:before,
.page_home_product .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    color: #222;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 2;
}
.product_bloc_name {
    height: 18px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    margin: 10px 0;
}
.product_bloc_price {
    color: #333;
    float: right;
    width: 100%;
    text-align: right;
    font-weight: 400;
}
.product_bloc_price_in_product {
    color: #e61f7b;
}
.page_home_product .slick-prev:hover,
.page_home_product .slick-prev:focus,
.page_home_product .slick-next:hover,
.page_home_product .slick-next:focus {
    color: initial;
    outline: none;
    background: #fff;
}
.page_home_product .slick-arrow {
    background: #fff;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.page_home_product .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #222;
    background: none;
}
.product_bloc_img img {
    margin-top: 25px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {}