
.catalog-category-view .category.data.items .data.title {
    border-bottom: 1px solid #4D191A38;
    margin-bottom: 7px;
}
.catalog-category-view .category.data.items .data.switch {
    color: var(--body_color);
    font-size: 20px;
    font-family: var(--title_font);
    font-weight: 700;
    border: none;
    padding: 0px 0px 3px 0px;
    background-color: transparent;
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
}
.catalog-category-view .category.data.items .item.title a:after {
    display: block;
    position: absolute;
    right: 1px;
    top: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.category.data.items .item.title.active a:after {
    content: '\e621';
}
@media (min-width: 768px) {
    .product.data.items > .item.title {
        margin: 0 -1px 0 0;
    }
}
.catalog-category-view .category.data.items > .item.content {
    background: #fff;
    margin: 0;
    padding: 20px 20px !important;
    border: 0;
}
#category_review_qa {
    border-top: 1px solid #4D191A38;
    margin: 20px 0 30px;
    padding: 7px 0;
}
#category_review_qa .data.content li {
    list-style-type: none;
}
#category_review_qa .pqa-question-item a {
    color: var(--secondary_color);
    text-decoration: none;
    font-weight: normal;
    scroll-margin-top: unset;
}
#product-question-list-container:after {
    content: '';
    display: block;
    clear: both;
}
