.dnw-title-review{
    margin-top: 30px;
}

.box-product-slug{
    margin-bottom: 10px;
}
.box-product-slug a {
    border-radius: 8px;
    height: auto;
    line-height: 1;
    border: 1px solid #eaecf0;
    font-size: 14px;
    color: #333;
    display: inline-block;
    min-width: 67px;
    padding: 12px 15px;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 2px;
    vertical-align: top;
    position: relative;
    text-decoration: none;
    transition: .2s;
}
.box-product-slug a.active {
    border-color: #bbddfd;
    color: #fff;
    background-color: var(--primary-color);
}