#category.cp-only-filter #left-column > *:not(#search_filters_wrapper),
#category.cp-only-filter #search_filters_wrapper {
    margin-top: 0;
}
#subcategories {
    margin-bottom: 40px;
    .subcategory-heading {
        margin: 0 0 20px;
    }
    ul {
        gap: 30px;
        li {
            width: 25%;
        }
    }
}
.category-page-width-full #main-content .page-width.top-content nav,
.category-page-width-full #main-content .page-width.top-content,
.category-page-width-full #main-content .page-width.main-content,
.category-page-width-full #main-content .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
    width: 100%;
}
.category-page-type-masonry.masonry-active .product-list-container {
    flex-wrap: wrap;
    display: flex !important;
}
.category-desc-wrap {
    margin-bottom: 40px;
}
.category-desc-wrap.img_exist {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.category-desc-wrap h1 {
    font-size: 40px;
    line-height: 40px;
    text-transform: none;
    font-weight: 100;
}
.category-desc-wrap h1,
.category-desc-wrap p {
    margin: 0 0 20px 0;
}
.block-category {
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.block-category img {
    width: 100%;
    margin-bottom: 40px;
}
.block-category #category-description p,
.block-category #category-description strong {
    font-weight: 400;
    color: #acaaa6;
}
.block-category #category-description p {
    color: #777;
    margin-bottom: 0;
}
.block-category #category-description p:first-child {
    margin-bottom: 1.25rem;
}
.category-page-type-modern-grid .listing_view,
.category-page-type-masonry #view_list,
.category-page-type-masonry #view_magic {
    display: none;
}
.category-page-type-modern-grid
    #main-content
    #products.view_grid
    .product_list
    #js-product-list
    .grid-container {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
}
.category-page-type-modern-grid .product-list-container > .product-miniature:nth-child(3n + 1) {
    max-width: 70%;
}
.category-page-type-modern-grid .product-list-container > .product-miniature:nth-child(3n + 3) {
    max-width: 70%;
    margin-left: auto !important;
}
#search h1.h2 {
    margin-top: 30px;
    margin-bottom: 70px;
}
.products-sort-order, .listing_view {
    display: none;
}
.category-default {
    margin-bottom: 8px;
}
.category-default a{
    color: #888;
    font-size: 13px;
    font-family: open sans,sans-serif;
    font-weight: 400;
    line-height: 18px;
}
body #js-product-list-top .pk-filter-button {
    display: block;
}
body#search.search-not-found-page h1.h2 {
    margin-bottom: 45px;
}
body#search.search-not-found-page #main .page-content {
    padding-top: 0;
}
body#search.search-not-found-page #content-wrapper-left .no-search-results {
    max-width: 337px;
}
body#search.search-not-found-page #content-wrapper-left {
    width: 100%;
}
body#search.search-not-found-page #left-column {
    display: none;
}
@media (max-width: 768px) {
    body#category #products .product_list_top .sort-by-row.mobile {
        margin-left: 0;
    }
    div.products-selection {
        justify-content: center;
        gap: 10px;
    }
    body#search #main-content #products.view_grid .product_list .grid-container {
        grid-template-columns: repeat(2, minmax(130px, 1fr));
        column-gap: 20px;
        row-gap: 60px;
    }
    #subcategories ul {
        justify-content: space-between;
        li {
            width: 50%;
        }
    }
    #category #main-content #left-column #search_filters_wrapper {
        margin: 0;
    }
    #category #left-column #search_filters_wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }
    #search_filters_wrapper #search_filters {
        padding: 0 0 20px 0;
        margin-bottom: 20px;
        display: flex;
        height: auto;
        margin-top: 0;
        position: unset;
        width: 100%;
        .facet {
            width: 100% !important;
            padding: 0 !important;
        }
    }
}
@media (max-width: 768px) and (min-width: 501px) {
    #category .product-miniature:nth-child(3n + 3) {
        margin-right: 0;
    }
}
@media (min-width: 1025px) {
    body#search #main-content .product_list_top button.btn.pk-filter-button,
    body#category #main-content .product_list_top button.btn.pk-filter-button {
        display: none;
    }
    #products .product_list_top .sort-by-row.desktop {
        display: block;
    }
    #products .product_list_top .sort-by-row.mobile {
        display: none;
    }
}