.clearCartBtn {
  font-size: 15px;
  line-height: 1;
  text-align: center;
  padding: 16px 30px;
  font-weight: 400;
  border-radius: 0;
  background: #f44336;
  color: #ffffff;
  border: none;
}
.cartClearBox .clearCartBtn:hover {
  background: #ff0000;
  color: #ffffff;
}
