.cart-element-evy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 97%;
  margin: 2px auto;
  padding: 5px 0;
  color: #1e3c87;
  background-color: #1c7ed923;
  font-weight: 470;
  font-size: 14px;
  padding: 8px;
  border-radius: 3px;
}

button.remove-evy-cart {
  background-color: #fff;
  margin: 2px 8px 2px;
  padding: 2px;
  border-radius: 5px;
  border: 1px solid #1e3c87;
  font-weight:470;
  font-size: 14px;
  transition: 0.1s;
  cursor: pointer;
  height: 30px;
  width: 35px;
}


.fa-solid.fa-trash-can,
.text-remove-cart {
  color: #1e3c87;
}
