
.card-1 {
  padding: 5px 3.5%;
}
/* .cart-body {
  width: 100%;
} */
.cart-body > div > img {
  width: 60px;
  height: 70px;
}
.cart-row {
  padding: 10px 0;
  margin-bottom: 0;
}
.qty-div {
  width: 20%;
}
.qty-div input {
  border: 1px solid #dddddd;
  height: 36px;
  min-width: 50px;
  width: 60px;
  line-height: 36px;
  margin: 10px 0;
  font-size: 14px;
}
.qty-div input:focus {
  border: 1px solid #dddddd;
  outline: none;
}
.prix p span {
  font-size: 1.5rem;
  color: #e17d35;
}
.big-img img {
  height: 100px;
  width: 100%;
}
.big-img {
  padding: 0 !important;
}

.subtotal p span {
  font-size: 16px;
  font-weight: 700;
}
.method div {
  margin: 0 8px;
}
.method div img {
  max-width: 65px;
  max-height: 45px;
  border-radius: 5px;
}
@media screen and (min-width: 600px) {
  /* .cart-body {
    width: 30%;
  } */
  .ttl {
    display: flex;
    justify-content: center;
  }
  .input-div {
    margin-right: 30px;
  }
}
@media screen and (min-width: 992px) {
  /* .cart-body {
    width: 20%;
  } */
}


.cart-cont{
    padding-left: 8px;
}

.cart-cont a{
    color: #3875bb;
    cursor: pointer;
}
