@media screen and (max-width: 768px) {
    .tabs-bar .lsfw-tab {
        font-size: 15px;
        text-transform: uppercase;
        font-weight: normal;
        display: block;
        position: relative;
        text-align: left;
        margin: 0;
        padding-right: 15px;

        padding-left: 15px;
    }


    .tabs-bar.toggle-arr::after {
        transform: rotate(180deg);
    }

    .tabs-bar::after {
        width: 17px;
        height: 15px;
        display: inline-block;
        position: absolute;
        background-repeat: no-repeat;
        right: 17px;
        transition: 0.3s;
        top: 13px;
        content: '';
    }

    .tabs-bar {
        border-bottom: 2px solid #ccc;
        background-color: white;    padding-bottom:0;
    }


    .tabs-bar .lsfw-tab:not(:last-of-type) {

        border-bottom: 1px solid #ccc;


    }

    .tabs-bar .lsfw-line {
        display: none !important;
    }

    .tabs-bar .lsfw-tab {
        padding-top: 12px;
        padding-bottom: 12px;
    }

}

