.all-cat h5 {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.all-cat .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.all-cat .col-md-6,
.all-cat .col-md-3 {
    padding-left: 15px;
    padding-right: 15px;
}

.bl-featured-big.property {
    margin-bottom: 15px;
}

.allcat-feed {
    margin-bottom: 15px;
}

.space30 {
    height: 30px;
    clear: both;
}

@media (max-width: 767px) {
    .all-cat h5 {
        font-size: 1.2em;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }

    .all-cat .ac-inner .col-md-12,
    .all-cat .clearfix {
        display: none;
    }

    .mobile-product-list {
        display: flex;
        flex-direction: column;
    }

    .mobile-product-item {
        display: flex;
        align-items: center;
        padding: 8px 15px !important;
        border-bottom: 1px solid #f0f0f0;
    }

    .mobile-product-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .mobile-product-image {
        flex-shrink: 0;
        width: 100px;
        height: 70px;
        margin-right: 15px;
        display: block;
        overflow: hidden;
    }

    .mobile-product-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .mobile-product-info {
        flex-grow: 1;
        overflow: hidden;
    }

    .mobile-product-info h4 {
        font-size: 1em;
        margin-top: 0;
        margin-bottom: 5px;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .mobile-product-info h4 a {
        color: #333;
        text-decoration: none;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }

    .mobile-product-title {
        font-size: 0.9em;
        color: #555;
        margin-top: 0;
        margin-bottom: 0;
        overflow: hidden;
        white-space: normal;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}