/*-------------------------------------------
    REVIEWS PRODUCT
-------------------------------------------*/
.star-container {
    position: relative;
    width: 20px;
    height: 20px;
    overflow: hidden;
}

.star-background,
.star-foreground svg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.star-foreground {
    overflow: hidden;
    position: absolute;
    height: 100%;
}

/* Carousel product */

.carousel-item {
    display: block;
}

#description_product {
    white-space: pre-line;
}

#description_product ul li {
    list-style: disc;
    margin-left: 1em;
}

#description_product ol li {
    list-style: decimal;
    margin-left: 1em;
}

#description_product i {
    font-style: italic;
}

.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#description-product ul li {
    list-style: disc;
    margin-left: 1em;
}
#description-product ol li {
    list-style: decimal;
    margin-left: 1em;
}
#description-product i {
    font-style: italic;
}