.category-section{
    padding: 2em 0 8em 0;
}

.category-section .row-category-title{
    margin-top: 2em;
    margin-bottom: 2em;
}

.category-section .row-category-title h1{
    font-size: 2em;
    line-height: 1.4;
}

.category-section .col-type-prodcut{
    margin-bottom: 2.5em;
}

.category-section .col-category .wrapper-text p{
    font-size: 1.3em;
    font-family: "poppins-semibold", sans-serif;
}

.category-section .col-category .wrapper-img{
    padding: 0.5em;
}

/* .category-section .wrapper-sort-by{
    margin-bottom: 2em;
} */

/* .category-section .wrapper-sort-by > div:first-child{
    margin-right: 1em;
} */

.category-section .wrapper-sort-by > div:last-child > div{
    margin-left: 1em;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}

.category-section .wrapper-sort-by > div:last-child > div:last-child{
    margin-right: 0;
}

.category-section .wrapper-sort-by .selected-filter{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.category-section .wrapper-sort-by .selected-filter button#clear-filters{
    padding: 0.7em 1em;
    font-size: 1.1em;
    border-radius: 0.2em;
    transition: all 0.2s ease;
}

.category-section .wrapper-sort-by .selected-filter button#clear-filters:hover{
    background-color: var(--light-gray-back-color);
}

@media screen and (max-width: 767px){
    .category-section .wrapper-sort-by{
        margin-top: 2em;
    }
}