.item-product-10 .item-title {
  margin-bottom: 20px;
  padding-right: 20px;
  position: relative;
}
.item-product-10 .item-title .btn-remove {
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px;
  padding-right: 0;
  margin: -5px;
  margin-right: 0;
  cursor: pointer;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  font-size: 18px;
}
.item-product-10 .item-title .btn-remove:hover {
  opacity: 0.6;
}
.item-product-10 .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.item-product-10 .quantity .price {
  margin-left: auto;
}
