#cart .thumbnail {
    margin: 5px;
}

#catr .title {
    text-align: center;
    color: black;
}

#cart h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    text-transform: capitalize;
    text-decoration: none;

}

#cart .hideFromPro
{
    background-color: #ffecec;
    border: 1px solid  var(--red-diardzair);
    color: var(--red-diardzair);
    display: inline-block;
    font-size: 0.9em;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    margin-top: 2px;
    padding: 0 8px;
    width: max-content;
}

#cart .prdtPrBILStt {
    font-size: 0.8em;
    text-decoration: line-through;
    white-space: nowrap;
}

#cart .media-heading-marque {
    color: black;
    font-size: 13px;
    line-height: 1;
}

#cart .media-heading-marque a {
    color: black;
}

#cart .media-heading a {
    color: black;
}

#cart .mobile {
    display: none;
}

#cart .media h2 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    margin-top: 16px;
    margin-bottom: 20px;
}

#cart .media-epuise .media-heading-marque {
    color: gray;
    font-size: 13px;
    line-height: 1;
}

#cart .media-epuise h4 {
    color: gray;
}

#cart .media-epuise img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#cart .quantite .btn-plus
{
    border-radius: 0px;
    margin: 0px;
    width: 20px;
    font-size: 10px;
   order: 3;
    text-align: center;
    padding: 5px;
    padding-top: 8px;
    color: grey;
    border-left:none ;

}
#cart .quantite .btn-minus
{
    border-radius: 0px;
    margin: 0px;
    width: 20px;
    font-size: 10px;
    order: 1;
    text-align: center;
    padding: 5px;
    padding-top: 8px;
    color: grey;
    border-right:none ;

}
#cart .quantite
{

display: flex;


}

#cart .marque-taksit-mob
{


    z-index: 999;
    height: 15px;
    width: 55px;
    background-image: url('/uploads/img/logo/taksit.jpg');
    background-size: 90%;
    background-position: center;
    border-radius: 10%;
    background-repeat: no-repeat;

}



#cart .marque-free-mob
{

    z-index: 999;
    height: 20px;
    width: 60px;
    background-image: url('/uploads/img/logo/cadeaux.png?v=2');
    background-size: 90%;
    background-position: center;
    border-radius: 10%;
    background-repeat: no-repeat;

}
#cart .quantite input
{
    order: 2;
    width: 40px;
    text-align: center;
    border-radius: 0px;
}

@media (max-width: 768px) {
    #cart .cart {
        display: none;
    }
    #cart .mobile {
        display: block;
        margin: 0px;
        padding: 0px;
    }
    #cart .mobile h3 {
        font-size: 22px;
        line-height: 26px;
        font-weight: 700;
        color: #000;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    #cart .mobile .title h5 {
        font-size: 0.8em;
    }
    #cart .mobile .image a {
        margin-left: 0px;
        margin-right: 0px;
        border: none;
    }
    #cart .mobile .image {
        border: none;
        padding-left: 2px;
        padding-right: 2px;
        align-items: center;
    }
    #cart .mobile .thumbnail {
        border: none;
    }
    #cart .mobile   h4 {
        text-transform: capitalize;
        text-decoration: none;
        font-size: 1em;
        margin-top: 0px;

    }
    #cart .mobile div {
        padding: 0px;
        margin: 0px;
    }
    #cart .mobile .quantite {
        width: 40px;
        align-self: center;
        padding: 0px;
        height: 25px;
        border: none;
        text-align: center;

        font-size: 1rem;
    }
    #cart .mobile .media-quantite {

        float: right;
        display: block;


    }
    #cart .mobile .media-suprimer {
        text-align: center;
        width: 100%;
    }
    #cart .mobile .media-suprimer a {
        cursor: pointer;
        color: black;
    }
    #cart .mobile .media-title {
        width: 100%;
        text-align: center;
    }
    #cart .mobile h4 a {
        color: black;
    }
    #cart .mobile .media-image {
        float: left;
        padding: 0px;
        text-align: center;
    }
    #cart .mobile .media-prix {
        padding-top: 5px;
        padding-bottom: 0px;
        margin: 0px;
        float: left;
        padding-left: 10px;

    }
    #cart .mobile h5 {
        margin: 0px;
    }
    #cart .mobile .row {
        margin: 0px;
    }
    #cart .mobile .comments-list {
        border: 1px solid gainsboro;
        padding: 10px;
    }
    #cart .mobile .page-header {
        text-align: center;
    }
    #cart .mobile .brn {
        width: 100%;
    }
    #cart .epuise img {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
    #cart .mobile    .page-header  h4{
        font-size: 13px;
        font-weight: 500;
        line-height: 1.25;
        text-transform: capitalize;
        text-decoration: none;
        margin-top: 0px;
        margin-bottom: 5px;
    }
    #cart .mobile .media-heading-marque {
        color: black;
        font-size: 12px;
        line-height: 1;
    }
    #cart .mobile button {
        margin-bottom: 5px;
    }
    #cart  .container
    {
        padding: 0px;
    }



    #cart .quantite .btn-plus
    {
        border-radius: 0px;
        margin: 0px;
        width: 20px;
        font-size: 10px;
        order: 3;
        text-align: center;
        padding: 5px;
        padding-top: 5px;
        border: 1px solid gray;
        color: grey;
        border-left:none ;
        height: 23px;

    }
    #cart .quantite .btn-minus
    {
        border-radius: 0px;
        margin: 0px;
        width: 20px;
        font-size: 10px;
        order: 1;
        text-align: center;
        padding: 5px;
        border: 1px solid gray;
        padding-top: 5px;
        color: grey;
        border-right:none ;
        height: 23px;


    }
    #cart .quantite
    {
        flex-wrap: nowrap;
        display: flex;
        flex-direction: row;
       border: none;background-color: white;
        width: 100%;


    }
    #cart .quantite .text-qts
    {
        order: 2;
        width: 100px;
        padding: 5px;
        text-align: center;
        border-radius: 0px;
        height: 23px;
        border: 1px solid gray;
        font-size: 11px;
        font-weight: 600;
        padding-left: 10px;
        padding-right: 10px;


    }




    .alert-danger  , .alert-info ,.message-maxcart
    {
        font-size: 12px;
    }














}