.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
    color: #666;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #EEE;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
    color: #FFF;
    background-color: #1B84FF;
    border-color: #1B84FF;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #1B84FF;
}

.products-desc p {
    overflow-wrap: break-word;
    /* white-space: nowrap;  */
    text-overflow: ellipsis;
    overflow: hidden;
    height: 120px;
}

.products-desc h3 {
    height: 50px;
}

