/* WooCommerce Breadcrumb — chevron separator */

.bc-sep {
    display: inline-flex;
    align-items: center;
    margin: 0 6px;
    vertical-align: middle;
}

.bc-sep::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1.5px solid currentColor;
    border-top: 1.5px solid currentColor;
    transform: rotate(45deg);
    opacity: 0.5;
}
