.show-kitchen-filters {
    top: 3px;
    font-size: 14px;
    border-radius: 15px;
    color: #ffffff;
}

.show-kitchen-filters:hover {
    cursor: pointer;
}

@media (max-width: 768px) {
    .price-section {
        font-size: 12px !important;
    }

    .card h4 {
        font-weight: 600;
        font-size: 13px;
    }

    .products-action-new {
        top: 3px;
        right: 3px;
    }

    .products-action-new.bottom {
        top: 79%;
    }

    .products-action-new img {
        width: 18px;
    }

    .products-action-new a {
        border: none;
        padding: 0.425rem;
    }

    .card {
        border: 1px solid #ddd !important;
        border-radius: 5px !important;
    }

    .product {
        border: none !important;
    }

    .product-listing-button {
        font-size: 10px !important;
    }

    .subtags {
        position: absolute;
        top: 5px;
        flex-direction: column
    }
}
