:root{

    /* fonts */

    /* common sizes */

    /* common colors */

    /* transparent colors */

    /* common grays */

    /* mobile menu colors */
    
    /* site colors */

}
.arrowedCartBreadcrumbs{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 3.0rem 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.arrowedCartBreadcrumbs li{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ccc;
    color: #494a4c;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1px;
    padding: 0;
    position: relative;
    width: 100%;
    font-weight: 500;
}
.arrowedCartBreadcrumbs li > *{
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 0.5rem 1.0rem 0.5rem 1.0rem;
    position: relative;
    text-align: left;
    text-decoration: none;
    width: 100%;
}
.arrowedCartBreadcrumbs li a{
    color: #ffffff;
}
.arrowedCartBreadcrumbs li.current{
    background-color: #007C8F;
    color: #ffffff;
    font-weight: 700;
}
.arrowedCartBreadcrumbs li.current a{
    color: #ffffff;
}
.arrowedCartBreadcrumbs li.seen{
    background-color: #007C8F;
    color: #ffffff;
}
.arrowedCartBreadcrumbs li.seen a{
    color: #ffffff;
}
.arrowedCartBreadcrumbs li:hover.seen{
    text-decoration: underline;
    color: #ffffff;
}
.arrowedCartBreadcrumbs li:hover.seen a{
    color: #ffffff;
}
@media only screen and (min-width: 400px){
    .arrowedCartBreadcrumbs li{
        max-width: calc(50% - 4px);
    }
}
@media only screen and (min-width: 550px){
    .arrowedCartBreadcrumbs li{
        width: 20%;
    }
    .arrowedCartBreadcrumbs li > *{
        text-align: center;
    }
}
@media only screen and (min-width: 750px){
    .arrowedCartBreadcrumbs li{
        margin: 0;
    }
    .arrowedCartBreadcrumbs li > *{
        font-size: 1.6rem;
    }
    .arrowedCartBreadcrumbs li.current:nth-last-child(n+2) > *::after{
        border-bottom: 40px solid transparent;
        border-left: 19px solid #007C8F;
        border-top: 40px solid transparent;
    }
    .arrowedCartBreadcrumbs li.current:nth-last-child(n+2) > *::before{
        border-bottom: 40px solid transparent;
        border-left: 19px solid #FFFFFF;
        border-top: 40px solid transparent;
    }
    /*.arrowedCartBreadcrumbs li.seen:hover:nth-last-child(n+2) > a::after{*/
        /*border-left: 19px solid rgb(89, 126, 192);*/
    /*}*/
    .arrowedCartBreadcrumbs li.seen:nth-last-child(n+2) > *::after{
        border-bottom: 40px solid transparent;
        border-left: 19px solid #007C8F;
        border-top: 40px solid transparent;
    }
    .arrowedCartBreadcrumbs li.seen:nth-last-child(n+2) > *::before{
        border-bottom: 40px solid transparent;
        border-left: 19px solid #FFFFFF;
        border-top: 40px solid transparent;
    }
    .arrowedCartBreadcrumbs li:nth-last-child(n+2) > *::after{
        content: "";
        display: block;
        height: 0;
        left: calc(100% - 14px);
        margin-top: -40px;
        position: absolute;
        top: 50%;
        width: 0;
        z-index: 2;
    }
    .arrowedCartBreadcrumbs li:nth-last-child(n+2) > *::after{
        border-bottom: 40px solid transparent;
        border-left: 19px solid #ccc;
        border-top: 40px solid transparent;
    }
    .arrowedCartBreadcrumbs li:nth-last-child(n+2) > *::before{
        content: "";
        display: block;
        height: 0;
        left: calc(100% - 14px);
        margin-left: 2px;
        margin-top: -40px;
        position: absolute;
        top: 50%;
        width: 0;
        z-index: 1;
    }
    .arrowedCartBreadcrumbs li:nth-last-child(n+2) > *::before{
        border-bottom: 40px solid transparent;
        border-left: 19px solid #FFFFFF;
        border-top: 40px solid transparent;
    }
}
