@media (max-width:768px) {



    .cart-container{
        margin-top: 150px ;
    }
    h2{
        font-size: 16px;
    }

    .info-global-panier{
        font-size: 16px;
    }

    .gift-toggle{
        font-size: 16px;
    }

    .gift-option-mobile, .gift-option-mobile a{
       font-size: 13px !important;
        margin-left: 5px;
    }

    .gift-option-mobile a.btn-supp-emb{
        margin-left: 15px;
    }
    #panier-header #panier-titre{
        margin: 0 auto;
    }

    .cart-item-details{
        font-size: 13px;
        flex: 1;
    }

    .product-header{
        flex-direction: column;
        align-items:start;
    }
    .product-header .product-name {
        font-size: 13px;
        width: auto;
    }

    .price-info {
        font-size: 14px;
        margin-top: 5px;
    }

    .bloc-right{
        border-left: none;
        padding: 0;
        position: static !important;
        top: auto !important;
        z-index: auto;
    }

    .expedition-header{
        justify-content: space-between;
        font-size: 13px;
    }

    .expedition-header a{
        color:black;
    }

    .bloc-action{
        flex-direction: column;
        align-items: start !important;
    }

    .bloc-qte-action{
        flex-direction: column;

    }

    .point-rouge a{
        font-size: 10px;
    }

    .cart-item .image-produit{
        width:140px;
    }

    .order-item2{
        order:2;
    }

    .bloc-right .bloc-item-order .order-item2{
        border-bottom: 1px solid #C4C4C4;

    }

   .order-item3{
        order:3;
    }
    .order-item1{
        order:1;
    }
    .order-item4{
        order:4;
    }

    .order-item5{
        order:5;
    }

    .order-item6{
        order:6;
    }

    .bloc-action{
        padding-left: 0px;
    }

    .badge-liste-cadeau{
        display: inline;
    }
    .shipping-info {
        display: inline;
    }

    .alert-elligibite button {
        width: 45%;
    }

    .mobile-txt-fs-14 {
        font-size: 14px !important;
    }
    .mobile-txt-fs-16 {
        font-size: 16px !important;
    }
    .mobile-picto-w-21 {
        width: 21px !important;
    }
    .mobile-picto-w-29 {
        width: 29px !important;
    }

    .mobile-fixed-bottom {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 5;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fff;
        text-align: center;
    }

    .mobile-fixed-bottom button{
        width: 90%;
        margin: 0 auto;
    }

    .summary-card {
        max-width: 100%;
    }

    .border-top-md-gray{
        border-top: none;
    }



}
@media (min-width:768px) {
    @media (max-width: 1078px) {

        .product-header .product-name {
            width: auto;
        }

        .cart-item{
            flex-wrap: nowrap;
        }

        .product-header {
            align-items: start;
            flex-direction: column;
        }

        .bloc-qte-action{
            flex-direction: column;
        }

    }
}