.siezz-recent-bekeken-wrapper .title-wrapper {
    margin-bottom: 24px;
}

.siezz-recent-bekeken-wrapper .title-wrapper .title-holder {
    display: table;
    width: 100%;
    height: 100%;
}

.siezz-recent-bekeken-wrapper .title-wrapper .title-holder .title, .siezz-recent-bekeken-wrapper .title-wrapper .title-holder .url {
    display: table-cell;
    height: 100%;
    vertical-align: top;
}

.siezz-recent-bekeken-wrapper .title-wrapper .title-holder .title {
    font-size: 18px;
    font-weight: bold;
    font-family: Convergence, "Open Sans", sans-serif;
}

.siezz-recent-bekeken-wrapper .title-wrapper .title-holder .url {
    text-align: right;
}

.siezz-recent-bekeken-wrapper .title-wrapper .title-holder .url a {
    text-decoration: underline !important;
    color: #474747;
}

.siezz-recent-bekeken-wrapper ul.products li.product {
    width: calc(25% - 24px);
    margin-right: 32px;
    float: left;
}

.siezz-recent-bekeken-wrapper ul.products li.product:last-child {
    margin-right: 0;
}


.siezz-recent-bekeken-wrapper ul.products li.product:nth-child(4) {
    float: right;
}

.siezz-recent-bekeken-wrapper ul.products li.product:nth-child(4) {
    float: right;
}

@media screen and (max-width: 767px) {
    .siezz-recent-bekeken-wrapper ul.products li.product {
        width: calc(50% - 24px);
    }

    .siezz-recent-bekeken-wrapper ul.products li.product:nth-child(even) {
        float: right;
        margin-right: 0;
    }
}

.siezz-recent-bekeken-wrapper ul.products li.product.first {
    clear: none !important;
}