.s-action-bar {
    display: flex;
    clear: both;
    width: 100%;
    height: 13vw;
    background: #f8f8f8;
    align-items: center;
}

.s-action-bar .s-title-back {
    width: 6vw;
    height: 6vw;
    margin-left: 3vw;
}

.s-action-bar .s-title {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.6vw;
}

.s-action-bar .s-more {

    margin-right: 3vw;
}

.s-action-bar .s-common-back {
    background: url("../images/back_icon.png");
    background-size: 100% 100%;
}

.s-action-bar .s-filter-icon {
    background: url("../images/filter_icon.png");
    background-size: 100% 100%;
}


@media screen and (min-width: 1000px) {

    .s-action-bar {
        display: flex;
        clear: both;
        width: 100%;
        height: 8vw;
        background: #f8f8f8;
        align-items: center;
    }

    .s-action-bar .s-title-back {
        width: 4vw;
        height: 4vw;
        margin-left: 3vw;
    }

    .s-action-bar .s-title {
        flex: 1;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2.6vw;
    }

    .s-action-bar .s-more {
        width: 4vw;
        height: 4vw;
    }

    .s-action-bar .s-common-back {
        background: url("../images/back_icon.png");
        background-size: 100% 100%;
    }
}