.vendorCart:before {
  content: "";
  position: absolute;
  display: block;
  top: 121px;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 39px;
  width: 65px;
  height: 65px;
  line-height: 57px;
  content: "\64";
  color: #8e8e8e;
  text-align: center;
  border: 3px solid;
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
  border-radius: 50%;
}
.cart-header .cart-title {
  position: absolute;
  display: block;
  top: 160px;
  right: 0;
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #8c8c8c;
  font-weight: 700;
  text-transform: uppercase;
}
.cart-header {
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: column;
  height: 130px;
}
.vendorTotal {
  margin-top: 100px;
  font-size: 19px;
  font-weight: bold;
}
.shoppingCartTotal {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 604px;
  justify-content: space-between;
}
.total-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: bold;
  font-size: 17px;
  color: #8b8b8b;
}
.total-header {
  display: flex;
  justify-content: center;
  margin: 13px;
  border-bottom: 2px solid;
}
.total-data {
  width: 70%;
   margin-top: 25px;
}
