/**
 * Woo breadcrumbs customization
 */

 /* Add text "Back to" in mobile for Bricks Builder Breadcrumbs */
@media only screen and (max-width: 767px) {
  .brxe-woocommerce-breadcrumbs nav::before {
    content: "Назад: ";
    display: inline;
    padding-right: var(--xs);
  }
}


 /* Remove the last separator */
  .brxe-woocommerce-breadcrumbs nav .navigation .separator:last-of-type {
    display: none;
  }
}
