.bliss_loadmore {
    display: inline-block;
    text-align: center;
    background: #0073aa;
    width: auto;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    height: 35px;
    border-radius: 3px;
    cursor: pointer;
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 35px;
}

.bliss_loadmore:hover {
    background: #000;
}

.loading-img {
    display: none;
}

.bliss-loading {
    float: left;
    width: 100%;
    text-align: center;
}

.bliss-loading {
    display: inline-block;
    max-width: 100%;
}