.noProducts {
    float: left;
    margin: 100px 0 160px;
    position: relative;
    width: 100%;
}
.noProductsInner {
    float: left;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    text-align: center;
    width: 100%;
}

.userOrderListPage {
    float: left;
    padding: 100px 0 160px;
    position: relative;
    width: 100%;
}
.userOrderListPage .generalTitle {
    margin: 0 0 60px;
}