.category-head {
    /*margin-bottom: 10px;*/
}

.category-head h1 {
    display: inline-block;
    border-bottom: none !important;
    margin-bottom: 0;
    padding-right: 10px;
    /*padding-left: 15px;*/
    margin-top: 0;
    text-transform: uppercase;
}

.category-head .heading-counter {
    font-size: 16px;
    font-weight: 500;
}

.category-head img {
    max-width: 100%;
}

.category-head-count {
    display: flex;
    justify-content: space-around;
    /*flex-wrap: wrap;*/
    align-items: center;
    justify-content: center;
}

.page-heading.product-listing {
    border-bottom: none;
    margin-bottom: 0;
}

.page-heading.product-listing h1 {
    display: inline-block;
    margin-top: 0;
    padding-right: 10px;
}

#easypagination .pagination {
    /*float: right;*/
}

.filter-not-products {
    color: black;
}

@media (min-width: 768px) {
    .filter-not-products {
        padding: var(--space-xb) var(--space-s);
        margin: var(--space-xxl) 0 var(--space-e);
    }
}

.filter-not-products_wrap {
    align-items: center;
    display: flex;
    font-size: var(--size-xl);
    justify-content: center;
    line-height: 1.5;
    text-align: center;
}

@media (max-width: 767px) {
    .filter-not-products_wrap {
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .filter-not-products_wrap-svg {
        margin-right: var(--space-n);
    }
}

.filter-not-products_wrap-desc {
    margin-top: var(--space-s);
    text-align: center;
    font-size: 16px;
}

