.card{
  max-width: calc(91.3%);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.item select{
  border-radius: 4px;
  width: 3.5rem;
  border: 2px solid #d1d1d1;
  text-align: center;
  padding: 0.2rem;
}

#img_favorite{
  width: 80px;
}

.moins-pd{
  margin: auto;
}

.card-title{
  font-size: 20px;
  margin-bottom: 1.3px;
}

.refreshs{
  background-color: #fff;
  color: rgb(126, 153, 232);
  border: none;
  font-size: 14px;
}

.refreshs:hover{
  color: rgb(81, 118, 230);
}

.deletes{
  color: rgb(232, 126, 126);
}

.deletes:hover{
  color: #ea3a3a;
}

.heart{
  cursor: pointer;
  color: #8d8d8d !important;
}
.heart:hover{
  color: #ea3a3a !important;
}

.card-text{
  font-size: 11px;
}
.card-text2{
  font-size: 11px;
  margin-top: -1rem; 
}

.card-price {
  font-size: 18px;
  color: #fe5e22;
  font-weight: bold;
  }

.img-product{
  margin: 10px 0 10px 15px ;
}

.controls-product{
  display: flex;
  /* margin-left: 2rem; */
  margin-bottom: 1rem;
  align-items: center;
}
.controls-product:nth-child(2){
  margin-right: 5rem;
}

.item{
  margin-left: 2rem;
}

.controls-product input{
  width: 70px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  text-align: center;
}

.card-container{
  display: flex;
  margin-left: 1rem;
  margin-top: 0.8rem;
}

/* Telefono */

@media screen and (max-width: 768px) {
.card-container{
  display: flex;
}

#img_favorite{
  width: 100px;
}

.refreshs{
  background-color: #fff;
  color: rgb(126, 153, 232);
  border: none;
  font-size: calc(0.8rem);
}

.refreshs:hover{
  color: rgb(81, 118, 230);
}

.deletes{
  color: rgb(232, 126, 126);
  font-size: calc(0.8rem);

}


.heart{
  display: none;
}

.controls-product{
  margin-left: 1rem;
}

.card-body{
  margin-left: -1rem;
}

.card-title{
  font-size: 16px;
  margin-bottom: -1px;
}

.card-text {
font-size: 11px;
color: rgb(172, 172, 172);
margin-bottom: -2px;
}

.card-text2{
  font-size: 11px;
  margin-top: 0.002rem; 
}

.controls-product input{
  width: 50px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  text-align: center;
}

.controls-product{
  width: calc(80%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  margin-left: 2rem;
}

.controls-product:nth-child(1){
  margin-right: 5rem;
}

.controls-product a{
  font-size: calc(0.8rem);
}

.moins-pd{
  margin-top: -3rem;
}

.card-price {
  color: #fe5e22;
  font-weight: bold;
  }

  .item{
    margin-left: 0;
  }

  .item select{
    border-radius: 4px;
    width: 3.5rem;
    border: 2px solid #d1d1d1;
    text-align: center;
    padding: 0.2rem;
  }

  .card{
    max-width: 100%;
  }
}