.mark-product img{
  width: 90px;
  position: absolute;
  top: -32px;
    left: 0;
}

.mark-product{
  position:absolute;
  margin-top:20px;
  font-size: 14px;
}

.product__name .expl div{
 height: 1em;
    width: 3.5em;
}

.product__fav-item {
margin: 15px 0px 0 10px;
  width: 30px;
}

.product__fav-item button {
  display: block;
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product__fav-item .fav-items {
  color: #ff7373;
}

.product__fav-item svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.order-btn-list__unit{
 display:flex;
}

.product__container{
   margin-top: 90px;
}

.product__container .expl{
   margin-top: 8px;
  margin-bottom: 8px;
}

@media screen and (max-width: 980px) {
  
}

}