.product-thumbnail img {
  max-width: 100px;
}
.minus,
.plus {
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
  border: 0;
  padding: 0;
  width: 34px;
  height: 34px;
  font-size: 20px;
  margin: 4px;
}

.qty {
  width: 55px;
  height: 36px;
  border: 1px solid #ddd;
  background-color: transparent;
  text-align: center;
  padding: 0;
  margin: 3px;
}

.product-name a {
  color: #292b2c;
}

.btn-line-fill {
  border: 1px solid #333;
  color: #333 !important;
  padding: 7px 14px;
  transition: all 0.8s ease 0s;
  z-index: 1;
}

.btn-line-fill:hover {
  background-color: #000;
  color: #fff !important;
}

.product-remove a i {
  height: 30px;
  width: 30px;
  color: #292b2c;
  border-radius: 100%;
  font-size: 14px;
}
