.breadcrumb-item+.breadcrumb-item::before
{
    float: right;
}
.dropdown-item
{
    text-align: right !important;
}
.swiper-button-prev-soft-white:after{
   background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")  !important;
}
.swiper-button-next-soft-white:after{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")  !important;
}
@media (min-width: 992px) {
    .navbar-expand-lg .nav-item:not(:last-child) {
        margin-left: .5rem;
    }
}
.list-separator .list-inline-item:not(:last-child)
{
    padding-left: .9rem;
}
.list-separator .list-inline-item {
    position: relative;
    margin-right: 0;
    margin-left: -.25rem;
}
.list-separator .list-inline-item:not(:last-child)::after {
    left:0px;
    right:auto;
}
.list-separator .list-inline-item
{
    padding-right: 1rem !important;
}
}
