/* Start custom CSS for page-settings */body.elementor-page-181040201 .block-categories .collapse-icons {
    top: 2px;
    right: -30px;    
}

    .block-category {
        min-height: 6.75rem;
    }
    .block-category h1 {
        padding: 10px;
    }
    .products-selection {
        padding: 10px;
    }

@media (max-width: 830px) { 
    #left-column {
        width:100%;
    }
    #content-wrapper {
        width: 100%;
    }
    #subcategories .subcategory-heading {
        margin-top: 20px;
    }
    #subcategories ul li:hover .subcategory-image a {
        padding: unset;
        border: unset;
    }
    #product-list-header {
        height: 50px;
    }
    .block-categories .category-sub-menu {
            width: fit-content;
    }
    .block-categories .collapse-icons {
        right: -43px !important;
    }
}

@media (min-width: 830px) {
    #subcategories ul li {
        min-width: unset;
    }
    #subcategories ul li .subcategory-image a {
        display: none!important;
    }
    #product-list-header {
        height: 50px;
    }

}/* End custom CSS */