.product-showcase .product-list.list.full {
    display: table;
    width: 100%;
    border: 1px solid #ebebeb;
}

.product-showcase .product-list.list .product-item {
    display: table-row;
    height: auto;
    margin: 0;
}

.product-showcase .product-list.list .product-item:hover {
    background-color: #f8f8f8;
}

.product-showcase .product-list.list .product-item > div {
    display: table-cell;
    padding: 10px;
    border-bottom: 1px solid #ebebeb;
}

.product-showcase .product-list.list .product-item .product-info {
    width: 340px;
}

.product-showcase .product-list.list .product-item .author-data p {
    font-weight: 500;
    min-height: 10px;
    line-height: 1.4;
}

.product-showcase .product-list.list .product-item .item-metadata p {
    font-size: 12px;
    line-height: 1.4;
    min-height: 10px;
    margin-bottom: 10px;
}

.section-wrap .pager.primary {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}


@media screen and (max-width: 935px) {


    .product-showcase .product-list.list .product-item .product-info {
        width: 240px;
    }

    .product-showcase .product-list.list .product-item {
        float: none;
    }

    .product-showcase .product-list.list .product-item .author-data {
        position: static;
    }
}

@media screen and (max-width: 768px) {

    .product-showcase .product-list.list.full {
        border: none;
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 0;
    }

    .product-showcase .product-list.list .product-item {
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .product-showcase .product-list.list .product-item .product-info {
        width: 100%;
    }

    .product-showcase .product-list.list .product-item .item-metadata {
        border: none;
    }

}

@media screen and (max-width: 580px) {
    .subscribe-header figure > img,.company-info figure > img{
        width: 100%;
        position: static;
    }

    #footer-bottom .row{
        margin: 0;
    }
}