.button-coupon button:hover {
    background-color: #089441;
    color: white;
    border: none;
  }
.button-coupon {
    display: flex;
    align-items: center;
    justify-content: end;
}
  .product-image-title {
    display: flex;
    align-items: center;
    /* padding: 5px; */
    width: 70%;
    padding-right: 12px;
    flex-wrap: wrap;
  }
  body {
    line-height: 30px;
    font-family: roboto, sans-serif;
    font-weight: 500;
    font-size: 15px;
  }
  .container {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
  }
  * {
    text-decoration: none;
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;
    box-sizing: border-box;
  }
  .wrap-shopping-cart {
    display: flex;
    justify-content: space-between;
  }
  .head-title-group {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #e3e3e3;
    font-weight: 600;
    /* color: gray; */
    flex-wrap: wrap;
    width: 100%;
  }
  ul {
    /* display: flex; */
  }
  .left-bloc-choice {
    width: 75%;
    padding-right: 20px;
  }
  .right-bloc-choice {
    width: 25%;
    border-left: 1px solid #e1d6d6;
    padding-left: 20px;
  }
  li {
  }
  .head-title-group ul {
    display: flex;
    width: 30%;
    justify-content: space-between;
  }
  .content-info-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e1d6d6;
    padding: 20px 0;
    width: 100%;
    flex-wrap: wrap;
  }
  
  .item-price-others {
    display: flex;
    width: 30%;
    justify-content: space-between;
    align-items: center;
  }
  
  .product-image-title i {
    font-size: 25px;
    opacity: 0.2;
    font-weight: 200 !important;
  }

button.button_panier.btn-annuler {
    background-color: transparent;
    border: 1px solid rgb(8, 148, 65);
    color: #089441;
  
}
.nice-number button {
  border: 2px solid #089441;
  padding: 8px 15px;
  background:transparent;
}
button#btn-valider span {
    margin-right: 5px;
}
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: 14px !important;
    border-radius: 50px !important;
    width: 100%;
    font-weight: 500 !important ;
    /* font-family: Jost, sans-serif; */
    padding: 8px 18px !important;
}
  
  .image-name-product {
    display: flex;
    align-items: center;
    margin-left: 6px;
    flex-wrap: wrap;
    width: 94%;
  }

  
  .button-select #shopping {
    color: #57db57;
    background-color: #fff;
    font-weight: 700;
    font-family: Poppins,sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
  }
  .button-select #shopping:hover {
    color: #fff;
    background-color: #4af04a;
  }
  .button-select #cart-up {
    color: #fff;
    background-color: #4af04a;
    font-weight: 600;
  }
  .button-select #cart-up:hover {
    background-color: #20b020;
    border: 2px solid #20b020;
  }
  
  .product-image-title i:hover {
    opacity: 1;
  }
  
  .title-bloc-command {
    color: white;
    font-weight: 500;
    font-size: 16px;
    padding: 5px 0;
    text-align: center;
    background: #089441;
  }
  .info-subtotal {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e1d6d6;
    margin-top: 10px;
  }
  .subtotal-cart .shipping {
    margin-bottom: 10px;
  }
  .others-info-cart {
    font-size: 13px;
    font-weight: 400;
    color: #595555;
  }
  .others-info-cart .info-bloc {
  }
  .total-cart {
    margin-top: 5px;
    display: flex;
    flex-direction: column-reverse;
    color: gray;
  }
  
  .info-total {
    display: flex;
    justify-content: space-between;
    border-bottom: 3px solid #8080804a;
  }
  
  .total-cart .shipping {
    border-bottom: 1px solid #e1d6d6;
    margin-bottom: 3px;
  }
  .button-coupon button {
    display: block;
    width: fit-content;
    border-radius: 50px;
    margin-top: 15px;
    padding: 12px 40px;
    border: none;
    background-color: #089441;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #089441;
    transition: all .3s ease-out;
  }
  
  .total-cart-item .title-sub {
    font-size: 14px;
    font-weight: 600;
    /*! border-bottom: 3px solid #e1d6d6; */
    /*! display: block; */
    /*! margin-top: -20px; */
    /*! color: #7d7676; */
  }
  .code-coupon input {
    display: block;
    width: 100%;
    margin-top: 15px;
    padding: 10px;
    font-weight: 600;
    font-size: 12px;
    border: 1px solid #e1d6d6;
  }
  .code-coupon button {
    background-color: #f2f0f0ab;
    color: gray;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #e1d6d6;
  }
  
  .image-name-product p {
    line-height: 22px;
  }
  
  .shipping .title-sub {
    font-size: 14px;
  }
  
  .code-coupon button:hover {
    background-color: #80808080;
  }
  
  .subtotal-cart {
    font-weight: 400;
    color: gray;
  }
  .info-subtotal .price-sub {
    color: #000;
    font-weight: 500;
  }
  
  .total-cart .info-total {
    color: gray;
  }
  .total-cart .shipping .title-sub {
    color: #595555;
    font-size: 13px;
    font-weight: 400;
  }
  .total-cart .title-sub {
    font-weight: 400;
  }
  
  .paragraph-intro {
    font-weight: 300;
    font-size: 16px;
    margin-top: 50px;
    margin-bottom: 10px;
    color: #8c8484;
    letter-spacing: 1px;
  }
  .paragraph-intro .text-color {
    font-weight: 600;
    color: #000;
  }
  
  .info-coupon {
    border-bottom: 3px solid #e1d6d6;
    display: block;
    margin-top: 5px;
    color: #7d7676;
  }
  
  .info-coupon i {
    color: #bdb9b9;
  }

.wrapper-shopping-cart {
    padding: 55px 0 70px;
}

.container-produit-image {
    display: flex;
    width: 80px;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.container-produit-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.container-produit-name {
    line-height: 17px;
}

.price {
    padding-right: 10px;
    text-align: left !important;
}

.item-price-others .field_double {
    padding-right: 10px;
}
.quantity__ {
    height: 40px;
    border: 1px solid #c6c2c2;
    border-radius: 5px;
    padding: 0 8px;
    width: 100%;
    text-align: right;
}
.nice-number input {
    width: 72px !important;
    font-size: 15px;
    font-weight: 500;
}

.button-select {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-top: 30px;
}

.space_btn_annuler.space_double {
    margin-right: 20px;
}

.back_shop {
    margin-bottom: 20px;
    font-size: 15px;
    color: #089441;
    text-decoration: underline;
}

.back_shop span {}

.head-title-group ul:last-child li {
    width: 33.33%;
}

.item-price-others > div {
    width: 33.33%;
    text-align: right;
}

.head-title-group ul:last-child li:last-child {
    text-align: right;
}

.item-price-others > div:nth-child(2) {
    width: 82px;
}

.head-title-group ul:last-child li:nth-child(2) {
    width: 82px;
}

.head-title-group ul:first-child {
    width: 70%;
}