.wf_block_seo_text {
    background-color: #001f48;
    width: 100%;
    font-family: "Roboto_Light", sans-serif !important;
    font-size: 20px !important;
    color: white;
    line-height: 30px;
    margin-bottom: 45px;
    border-top: 2px solid #ffe920;
    padding-top: 105px;
}
main .wf_block_seo_text_container {
    margin: 0px auto;
    max-width: 1214px;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    /* padding-top: var(--index-block-padding-top); */
    /* padding-bottom: var(--index-block-padding-bottom); */
    /* height: 200px; */
    overflow: hidden;
    position: relative;
    -webkit-transition: height .3s;
    -moz-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s;
}
.wf_block_seo_description_toggle_btn {
    padding: 18px 35px;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: "Roboto_Light", sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: none;
    white-space: nowrap;
    background-color: #ffe920;
    color: #fff;
    font-weight: bold;
    transition: color .3s, background-color .3s, box-shadow .3s ease-in-out;
    text-transform: uppercase;
    color: #fff;
    text-transform: uppercase;
    padding: 18px 67px;
    background-color: rgba(0, 0, 0, 0);
    outline: 2px solid #ffe920;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: var(--index-block-padding-bottom);
    cursor: pointer;
}
.wf_block_seo_description_toggle_btn_arrow {
    margin-left: 10px;
    transform: rotate(90deg);
}
.wf_block_seo_description_toggle_btn_open .wf_block_seo_description_toggle_btn_arrow {
    transform: rotate(-90deg);
}
.category_row + .wf_block_seo_text {
    /* margin-top: 90px; */
    border-top: 0;
    background: transparent;
}
.product_category_row_results .wf_block_seo_text {
    border-top: 0;
    background: transparent;
    color: #353535;
}
.product_category_row_results .wf_block_seo_text_container {
    max-width: 2000px;
    width: 100%;
}
.product_category_row_results .wf_block_seo_description_toggle_btn {
    color: #353535;
}
.product_category_row_results .wf_block_seo_description_toggle_btn_arrow path {
    fill: #353535;
}
.wf_block_seo_text ul,
.wf_block_seo_text ul li {
    list-style-type: disc !important;
}
.wf_block_seo_text ul,
.wf_block_seo_text ol {
    padding: 0 0 0 40px;
}
.wf_block_seo_text ul li::marker {
    display: none;
}

@media screen and (max-width: 1300px) {
    .wf_block_seo_description_toggle_btn {
        margin-top: 45px;
    }
}
@media screen and (max-width: 1270px) {
    main .wf_block_seo_text_container {
        margin: 0px 30px;
    }
    .product_category_row_results .wf_block_seo_text_container,
    .category_row + .wf_block_seo_text .wf_block_seo_text_container {
        margin: 0;
    }
}
@media screen and (max-width: 1100px) {
    .wf_block_seo_description_toggle_btn {
        margin-top: 35px;
        font-size: 18px;
    }
}
@media screen and (max-width: 576px) {
    .wf_block_seo_description_toggle_btn {
        padding: 18px 30px;
    }
}