.slider {
  height: 500px;
  width: 100%;
}
.image {
  width: 100%;
  height: 0px;
  /*display: none;*/
  opacity: 0;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.image.active {
  height: 500px;
  opacity: 1;
  /*display: block;*/
}
.pops {
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 25px 5px #999;
    color: #111;
    display: none;
    min-width: 260px;
    padding: 5px;
}

/*
** Style Simple Ecommerce Theme for Bootstrap 4
** Created by T-PHP https://t-php.fr/43-theme-ecommerce-bootstrap-4.html
*/
.bloc_left_price {
    color: #c01508;
    text-align: center;
    font-weight: bold;
    font-size: 150%;
}
.category_block li:hover {
    background-color: #007bff;
}
.category_block li:hover a {
    color: #ffffff;
}
.category_block li a {
    color: #343a40;
}
.add_to_cart_block .price {
    color: #c01508;
    text-align: center;
    font-weight: bold;
    font-size: 200%;
    margin-bottom: 0;
}
.add_to_cart_block .price_discounted {
    color: #343a40;
    text-align: center;
    text-decoration: line-through;
    font-size: 140%;
}
.product_rassurance {
    padding: 10px;
    margin-top: 15px;
    background: #ffffff;
    border: 1px solid #6c757d;
    color: #6c757d;
}
.product_rassurance .list-inline {
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
}
.product_rassurance .list-inline li:hover {
    color: #343a40;
}
.reviews_product .fa-star {
    color: gold;
}
.pagination {
    margin-top: 20px;
}
footer {
    background: #343a40;
    padding: 40px;
}
footer a {
    color: #f8f9fa!important
}
.items-count {
    top: -4px;
    right: -5px;
    width: 18px;
    height: 18px;
    background: #cf2429;
    font-size: .9230769231em;
    line-height: 18px;
    font-weight: 700;
    position: absolute;
    display: block;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

td {
  word-break: break-all!important;
}

