button#listSortingControl-name {
	display: none !important;
}

 @media (min-width: 800px) {
div.category-content-wrapper div#category-header {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 0px !important;
    border-radius: 20px;
    border-top: none !important;
}
}

div#filters .filter-sections .filter-section.filter-section-boolean {
    display: none !important;
}

@media (max-width: 480px) {
    .subcategories.with-image li {
        width: 50%;
    }
}

/* odstrániť najpredávanejšie produkty z kategórie */

body.type-category div.category-top div.products-top-wrapper {
	display: none !important;
}

/* odstrániť Facebook + Opýtať sa tlačidlo z produktovej podstránky */

body.type-product .social-buttons-wrapper {
    display: none !important;
}

/* parametrické kategórie */

.subtype-category-parametric .category-top ul.subcategories {
	display: none !important;
}

/* CERANO */

 @media (min-width: 800px) {

.ikona {
    width: calc(25% - 10px);
    }

}


.ikony-perex {
    border-bottom: 1px solid #e4e4e4;
}

.ikona {
    margin: 0 5px 10px 5px;
    background-color: #F6F6F6;
    padding: 24px;
    text-align: center;
}

.ikony-popis, .ikony-perex {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 30px;
}

.ikony-perex .ikona {
    width: calc(33.3333% - 10px);
    background-color: transparent;
    border-right: 1px solid #e4e4e4;
    padding: 0 10px;
    margin-bottom: 20px;
}

.ikony-perex .ikona h4 {
    margin: 0;
    font-size: 15px;
    color: #000;
}

.ikona img {
    display: block;
    margin: 10px auto;
}

.product-design {
    gap: 32px;
    position: relative;
    display: grid;
    padding-bottom: 5rem;
}

.type-detail .hero-carousel {
    position: relative;
    display: inline-block;
        padding-bottom: 5rem;
}

.type-detail .faq-bg {
    padding-bottom: 50px;
    padding-top: 50px;
    margin-top: 50px;
    position: relative;
}

.type-detail .faq-section {
    display: block;
    width: 100%;
}

.type-detail .faq-section .faq-toggle {
    display: none;
}

.type-detail .faq-section .faq-item {
    margin-bottom: 5em !important;
}