
.sw-theme-arrows > ul.step-anchor > li {
    float: left;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav > li {
    position: relative;
    display: block;
}

.sw-theme-arrows > ul.step-anchor > li > a {
    text-decoration: none;
    padding: 10px 0 10px 45px;
    position: relative;
    display: block;
    float: left;
    border-radius: 0;
    outline-style: none;
    background: #eee;
    border-color: #606060 !important;
    border-width: 1px;
}

.sw-theme-arrows > ul.step-anchor > li:hover > a {
    background: #fff;
}

.sw-theme-arrows > ul.step-anchor > li:first-child > a {
    padding-left: 15px;
}

.sw-theme-arrows > ul.step-anchor > li.active > a {
    background: #fff !important;
}

.sw-theme-arrows > ul.step-anchor > li > a::before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 22px solid #606060;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

.sw-theme-arrows > ul.step-anchor > li.active > a::after {
    border-left: 22px solid #fff !important;
}

.sw-theme-arrows > ul.step-anchor > li > a::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 22px solid #eee;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    left: 100%;
    z-index: 2;
}

.sw-theme-arrows > ul.step-anchor > li:hover > a::after {
    border-left-color: #fff;
}

@media (max-width: 640px) {
    .sw-theme-arrows > ul.step-anchor > li {
        float: none;
    }
    .sw-theme-arrows > ul.step-anchor > li > a {
        float: none;
        padding-left: 15px;
    }
}
