@media only screen and (max-width: 5000px) {


}


@media only screen and (max-width: 3000px) {


}


@media only screen and (max-width: 1200px) {
    .wrap-shopping-cart {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

}


@media only screen and (max-width: 1024px) {
    .left-bloc-choice {
        width: 60%;
        padding-right: 20px;
    }
    .right-bloc-choice {
        width: 40%;
        border-left: 1px solid #e1d6d6;
        padding-left: 20px;
    }


}


@media only screen and (max-width: 768px) {

    .left-bloc-choice {
        width: 100%;
        padding: 0 20px;
    }
    form#form-commande {
        padding: 0 16px;
    }
    .right-bloc-choice {
        width: 100%;
        border-left: 0px solid #e1d6d6;
        padding: 0 20px;
        margin-top: 30px;
    }

}


@media only screen and (max-width: 600px) {
    .head-title-group {
        display: flex;
        justify-content: space-between;
        border-bottom: 2px solid #e3e3e3;
        font-weight: 600;
        /* color: gray; */
        font-size: 12px;
    }
    .back_shop {
        margin-bottom: 20px;
        font-size: 12px;
        color: #089441;
        text-decoration: underline;
    }
    .item-price-others {
        display: flex;
        width: 40%;
        justify-content: space-between;
        align-items: center;
    }
    .product-image-title {
        display: flex;
        align-items: center;
        /* padding: 5px; */
        width: 60%;
        font-size: 12px;
        padding-right: 12px;
    }
    .price {
        font-size: 12px;
    }
    .subtotal {
        font-size: 12px;
    }
    .wrapper-shopping-cart {
        padding: 18px 0 70px;
    }
    button.button_panier {
        border: 1px solid rgb(8, 148, 65) !important;
        color: rgb(255, 255, 255);
        background: rgb(8, 148, 65);
        cursor: pointer;
        transition: all 0.3s ease-in-out 0s;
        text-transform: capitalize;
        outline: none;
        line-height: 1.5;
        text-align: center;
        font-size: 11px !important;
        border-radius: 50px !important;
        width: 100%;
        font-weight: 500 !important;
        /* font-family: Jost, sans-serif; */
        padding: 5px 18px !important;
    }

    .title-bloc-command {
        color: white;
        font-weight: 500;
        font-size: 14px;
        padding: 0px 0;
        text-align: center;
        background: #089441;
    }
    .info-subtotal {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #e1d6d6;
        margin-top: 10px;
        font-size: 12px;
    }
    .total-cart .info-total {
        color: gray;
        font-size: 14px;
    }
    .right-bloc-choice {
        width: 100%;
        border-left: 0px solid #e1d6d6;
        padding: 0 0px;
        margin-top: 30px;
    }
    .nice-number button {
        border: 1px solid #089441;
        padding: 4px 10px;
        background: transparent;
    }

}


@media only screen and (max-width: 425px) {

    button.button_panier {
        border: 1px solid rgb(8, 148, 65) !important;
        color: rgb(255, 255, 255);
        background: rgb(8, 148, 65);
        cursor: pointer;
        transition: all 0.3s ease-in-out 0s;
        text-transform: capitalize;
        outline: none;
        line-height: 1.5;
        text-align: center;
        font-size: 10px !important;
        border-radius: 50px !important;
        width: 100%;
        font-weight: 500 !important;
        /* font-family: Jost, sans-serif; */
        padding: 5px 18px !important;
    }

}


@media only screen and (max-width: 375px) {

   

}


@media only screen and (max-width: 320px) {


}