
/* saved cart icons */
.woocommerce-MyAccount-navigation>ul li.woocommerce-MyAccount-navigation-link--saved-cart a::before {
  content: "\f218";
}

.cart_save_for_later_button {
  background-color: transparent !important;
  color: var(--blue) !important;
  border: 1px solid var(--blue) !important;
  text-align: center;
}