.panier-size {
    margin: 20px;
}

.title-panier {
    border-bottom: 1px solid #000;
}

.column-w-10 {
    width: 70%;
    margin-right: 20px;
}

.column-w-2 {
    width: 26%;
}

.panier-commande {
    height: 160px;
    padding-top: 20px;
}

.cmd-title {
    margin-bottom: 20px;
}

.column-w-12-panier {
    width: 90%;
}

.column-w-3 {
    margin: 10px;
    width: 26%;
}

.column-w-9 {
    width: 70%;
}

.book__img {
    width: 130px;
    height: 180px;
}

.panier-block {
    border: 0.5px solid #e7e7e7;
    margin: 10px;
}

.panier-book {
    margin-top: 20px;
}

.panier-book-title {
    display: block;
    font-size: 20px;
    font-weight: bold;
}

.panier-book-author {
    font-size: 18px;
    display: block;
}

.panier-book-price {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #79ae46;
}

.panier-book-price-cmd {
    font-size: 22px;
    font-weight: bold;
    color: #79ae46;
}

.panier-book-action {
    width: 100%;
    margin-top: 10px;
}

.panier-book-action-select {
    width: 40px;
    border: none;
    background-color: #79ae46;
    color: #fff;
    font-size: 18px;
}

.panier-book-action-qty {
    border: 1px solid #e7e7e7;
    background-color: #79ae46;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    font-size: 15px;
}

.panier-book-action-form {
    display: inline;
}

.panier-book-action-option-1 {
    margin-left: 15px;
    border-left: 1px solid #e7e7e7;
    padding-left: 15px;
}

.panier-book-action-button {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.5;
    display: inline-block;
    padding: .625rem 0rem;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: center;
    vertical-align: middle;
    color: #f5365c;
    border: 1px solid transparent;
    border-radius: .25rem;
    background-color: transparent;
    text-decoration: underline;
}

.valider-cmd,
#btn_empty_cart,
#text-more-cart {
    color: #fff;
}

.add-more-cart {
    margin-top: 10px;
}

.btn-valider-cmd {
    border: 1px solid #fff;
    border-radius: 50px 50px 50px 50px;
    background: #79ae46;
    color: #fff;
    padding: 5px 15px;
    margin-bottom: 10px;
    cursor: pointer;
}

.modal-footer {
    justify-content: space-between;
}

.form-livraison {
    width: 100%;
    text-align: center;
}

.form__ {
    display: inline;
}

@media(max-width:576px) {
    .panier {
        margin-right: -30px;
    }
    .column-w-12-panier {
        width: 100%;
    }
    .panier-size {
        margin: 0;
    }
    .panier-block {
        margin: 0;
    }
    .column-w-10 {
        width: 100%;
    }
    .column-w-3 {
        width: 20%;
    }
    .column-w-2 {
        width: 50%;
    }
    .book__img {
        width: 90px;
        height: 110px;
    }
    .panier-book {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-top: 0;
    }
    .panier-book-action-option-1 {
        margin-left: 5px;
        padding-left: 5px;
    }
    .panier-book-action {
        text-align: end;
    }
    .panier-commande {
        height: 150px;
    }
}