#listing-articles .prixArticle{
    align-items: flex-end;
}
#listing-articles .prixArticleSecondaire{
    line-height: 30px;
}
.article .add-favorite-button {
    border: 0px solid #E8E8E8 !important;
    background-color: rgba(255, 255, 255, 0) !important;
    padding: 10px;
}
.article .imgArticle {
    object-fit: contain;
    border: 0px solid #E8E8E8;
    height: 200px;
    width: 100%;
}
.cardStandard .titreArticle {
    font-size: 14px;
}
.cardStandard .titreArticle h3 {
    height: 35px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    text-align: left;
}
.cardStandard .prixBarre {
    color: #777777;
    text-decoration: line-through;
    line-height: 24px;
}
.cardStandard .card-panier{
    background-color: #FFF;
    padding: 5px;
    border: 1px solid #000000;
    border-radius: 50px;
    transition: all ease 0.3s;
}
#cart-table-mobile .cart-article-info .order-4{
    order: 4;
    flex-basis: 100%;
}
#cart-table-mobile .cart-article-info .order-1{
    flex-basis: 60%;
}
#cart-table-mobile .cart-article-info .order-2{
    justify-content: center;
    flex-basis: 30%;
}
#cart-table-mobile .cart-article-info .order-3{
    flex-basis: 10%;
}
#cart-table-mobile .cart-article-info .prix-sum {
    text-align: end;
    margin-right: 50px;
}
#crossSellingArticles .crossSellingNom {
    text-align: left;
}
#crossSellingArticles .crossSellingImage{
    height: 200px;
}
.sous-titre{
    font-size: 14px;
}
#pagination-items .active-page{
    text-decoration-line: underline;
    color: #121212;
    font-weight: 400;
}
.skeepers_product__stars .stars__item {
    background: white !important;
    width: 21px !important;
    height: 21px !important;
}
.skeepers_product__stars .stars__item .star-svg{
    width: calc(100%) !important;
    height: calc(100%) !important;
}
.skeepers_product__stars .stars__item .star-svg path {
    fill: #FDBC00;
}
.skeepers_product__stars .review__header{
    margin-bottom: 0px;
}
.stars__rating .rate-aggregate, .stars__rating .rate-aggregate__separator, .stars__rating .rate-aggregate__max{
    display: none;
}
.stars__rating span  {
    font-size: 14px;
    font-weight: 400;
    left: 17px;
}
.stars__rating .rate-total:before {
    content: " ( ";
}
.stars__rating span:last-child:after {
    content: " ) ";
}
.add-favorite-button .heart {
    fill: none;
    stroke: black;
    stroke-width: 2;
    transition: fill 0.3s;
}
.add-favorite-button .heart:hover {
    fill: red;
}
#bouttonWishlist{
    color: #ffffff00;
    background: none;
}
@media screen and (max-width: 650px) {
    #cart-table-mobile .cart-article-info .order-1{
        flex-basis: 50%;
    }
    #cart-table-mobile .cart-article-info .order-2,#bouttonAjoutPanier {
        flex-basis: 40%;
    }
    #bouttonsQuantite{
        flex-basis: 20%;
        gap: 1px;
    }
}
@media screen and (max-width: 639px){
    #listing-articles .imgArticleFull{
        height: 267px;
    }
    #listing-articles .article .imgArticle{
        max-height: 267px;
    }
}
@media screen and (max-width: 500px){
    #listing-articles .imgArticleFull{
        height: 200px;
    }
    #listing-articles .article .imgArticle{
        max-height: 200px;
    }
}
@media screen and (max-width: 500px){
    #listing-articles .imgArticleFull{
        height: 180px;
    }
    #listing-articles .article .imgArticle{
        max-height: 180px;
    }
}
@media screen and (max-width: 400px){
    #listing-articles .imgArticleFull{
        height: 267px;
    }
    #listing-articles .article .imgArticle{
        max-height: 267px;
    }
}
@media screen and (max-width: 420px) {
    .cart-article-info > div{
        display: block;
    }
    .cart-article-info .cart-counter{
        margin-left: 0;
    }
    .cart-article-info .prix-sum {
        text-align: unset;
    }
    #tabs-article #tabs-content .tab-content-features th {
        text-align: center;
        font-size: 10px;
    }
    #tabs-article #tabs-content .tab-content-features td {
        padding: 5px;
        white-space: normal;
        width: 100px;
        font-size: 10px;
    }
}